﻿/*FONTE*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700');
/*FONTE*/

/*CSS BEM UTILIZADO PARA NOMENCLATURA DAS CLASSES: BEM -> B = Blocks, E = Elements & M = Modifiers*/
.grecaptcha-badge{
    display: none;
}
body {
	font-family: "Titillium Web", sans-serif;
	background: #fff;
}
a:focus {
    outline: unset !important;
}
header{
	background: #3b3b3b;
}
.nav-link {
    padding: 32px;
}
.dropdown:hover .sub-menu {
    display: block;
}
.dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: -538px;
    overflow: auto;
    margin: 0;
    width: 675px;
    z-index: 7;
    background: #a27c48;
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.dropdown:hover .sub-menu li a {
    display: block;
    width: 100%;
    font-size: 12px;
    height: auto;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    background: none;
}
.dropdown:hover .sub-menu li {
    position: relative;
    float: left;
    width: 50%;
    margin: 0px;
    /* background: red; */
    padding-left: 5px;
    padding: 0;
}
.dropdown:hover .sub-menu li a:hover {
    background: #ffca00;
    color: #3b3b3b;
}
.oprador-call{position: fixed;right: 0;z-index: 50;top: 70%;width: 220px;}

.related-posting-title {
    font-size: 22px;
    clear: both;
    display: flex;
}
.related-posting {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.row-relacionado {
    clear: both;
    display: block;
    background: #f3ce9c;
    border-left: 3px solid #007bc2;
    padding: 10px 20px;
    transition: all .3s linear;
    min-height: 85px;
    margin: 0 0 8px;
    box-shadow: 1px 1px 5px #f3ce9c;
    overflow: hidden;
    display: flex;
}
.row-relacionados img {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #CCC;
    margin: 0 10px 0 0;
}
.row-relacionados a:hover {
    color: #3f3f3f;
    text-decoration: none;
}
.row-relacionados:hover {
    border-left: 3px solid #ffca00;
}
.container {
    /* background-image: url(../hero/assets/bull-terrier.jpg); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
}
footer{
    background: url(../imagens/background-muro.jpg);
    padding-top: 161px;
    /* background-position: top; */
}
#servicosTabsbr .nav li{float:left;/* margin:0 10px 0 0 */}
#servicosTabsbr ul{list-style:none;display:inline-block}
#servicosTabsbr .nav{overflow:hidden;margin:0;padding:0}
#servicosTabsbr .list-wrap li{width:160px;float:left;color:#666;background:#eee;/* padding: 10px; *//* margin: 0 0 15px; */font-size: 10px;height: auto!important;}
#servicosTabsbr ul li.nav-two a.current{background-color:#eee!important;color:#666}
#servicosTabsbr .nav li a{display: block;text-decoration:none;padding: 12px;background:#ddd;color:#666;transition:all .3s linear;font-size:12px;text-align:center;border:0;}
#servicosTabsbr .list-wrap {
    background: #eee;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 10px;
    height: auto !important;
}

.sitemap{
	margin-left: 15px;
}
	
.li-sitemap{
	margin-left: 25px;
}

.dog-jump {

    display: inline-block;

    -moz-animation: pulse .8s infinite linear;

    -o-animation: pulse .8s infinite linear;

    -webkit-animation: pulse .8s infinite linear;

    animation: pulse .8s infinite linear;

}



@-webkit-keyframes pulse {

    0% {margin-top: 0; }

    90% {margin-top: 5px; }

    100% {margin-top: 0; }

}

@-moz-keyframes pulse {

    0% {margin-top: 0; }

    90% {margin-top: 5px; }

    100% {margin-top: 0; }

}

@-o-keyframes pulse {

    0% {margin-top: 0; }

    90% {margin-top: 5px; }

    100% {margin-top: 0; }

}

@-ms-keyframes pulse {

    0% {margin-top: 0; }

    90% {margin-top: 5px; }

    100% {margin-top: 0; }

}

@keyframes pulse {

    0% {margin-top: 0; }

    90% {margin-top: 5px; }

    100% {margin-top: 0; }

}



@media (max-width: 450px){
	.pagRel{
		font-size: 16px;
	}
}
.copyright{
	
font-size: 11px;
}
.land-dest{
    color: #235f9e;
}
.slicknav_menu {
	display:none;
}
.btn-mid{
	margin-top: auto;
	margin-bottom: auto;
}
#menu{
	display: none;
}

.navbar-brand{
	width: 200px;
}

.bg-header {
    background-color: #f3ce9c;
    box-shadow: 0 2px 5px #a96811;
    /* margin-top: 54px; */
}
.navbar-dark .navbar-nav .nav-link {
    color: #444;
}
.btnpreco{}

.width--100{
	width: 100%;
}
.topo--text {
	font-size: 22px;
	text-align:  right;
	color: #555;
}
.como-func{
    text-align: left;
}
.title--big {
	font-size: 4rem;
	font-weight:  bold;
	color: #235f9e;
}
.jumbo-bg {
	height: 420px;
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}
.jumbo-bg h1 {
	color: #ffe700;
	font-size: 25px;
	font-weight: bold;
	padding-top: 20px;
}
.jumbo-bg h2 {
	color: #fff;
	font-weight: bold;
	font-size: 28px;
}
.jumbo-bg p {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
}
.jumbo-bg p.title--big {
	font-size: 100px;
	color: #ffe700;
	margin-top: -45px;
	margin-bottom: -25px;
}
.btn--big {
	background: #ed911e;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	padding: 10px 35px;
	font-size: 22px;
	transition: .3s;
}
.btn--big:hover {
	transition: .3s;
	transform: scale(1.1);
	color: #fff;
}
.line--horizontal {
    width: 27px;
    height: 5px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 10px;
}
.line--vertical {
    width: 2px;
    height: 200px;
    background-color: #ed911e;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 10px;
}
.jumbotron p {
	color: #555;
	margin-bottom: -10px;
	font-size: 16.5px;
}
.jumbotron p b {
	color: #235f9e;
	font-size: 20px;
	margin-left: 0;
}
.jumbotron span.title--big {
	font-size: 90px;
	color: #235f9e;
	margin-top: -45px;
	margin-bottom: -25px;
	font-weight: bold;
}
.jumbotron .p--blue {
	color: #235f9e;
	font-size: 25px;
}
p b.p--black {
	color: #222;
}
.vantagens {
	max-width: 1350px;
}
.vantagens h2 {
	color: #235f9e;
	font-weight: bold;
	text-transform: uppercase;
}
.vantagens p {
	font-size: 14px;
}
.vantagens h3 {
	font-size: 16px;
	font-weight: bold;
}
.vantagens--item {
	width: 450px;
	height: 100%;
}
.vantagens--height {
	height: 120px;
}
.footer--cta {
	padding: 15px;
	/* height: 350px; */
	/* background: url(../imagens/background-muro.jpg) center no-repeat; */
	background-size:  cover;
	/* background-position:  top; */
	padding-top: 120px;
}
.footer--cta p {
	color: #333;
	font-size: 2rem;
}
.footer--cta p b {
	font-size: 25px;
}
.footer--btn__cta {
	background: #496bab;
	color: #ffffff;
	padding: 8px 20px;
	border-radius: 30px;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	transition: .3s;
}

.footer--btn__cta:hover {
	transform: scale(1.1);
	transition: .3s;
	color:  #fff;
}

.btn-topo {
    background: #496bab;
    color: #ffffff;
    padding: 6px 15px;
    margin-top: 8px;
    margin-left: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    transition: .3s;
}

.text--align h3, .text--align p {
	text-align: right;
}
.info {
	margin-top: 25px;
	border-top: 1px solid rgba(238, 238, 238, 0.12156862745098039);
	height: 100px;
}
.info p {
	font-size: 22px;
	font-weight:  bold;
}
.cta-mobile a{
	display:none;
	background: #496bab;
	padding: 21px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	text-decoration: none;
}
.cta-mobile p{
    width: fit-content;
    margin: auto;
    color: #fff;
    font-weight: bold;
}

.block-title {
    margin: 0 0 25px;
    position: relative;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #3f3f3f;
}

.block-title:after {
    content: "";
    height: 0px;
    width: 50px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -25px;
    border-bottom: 6px solid #235fab;
}

.servicos p{
	font-size: 0.9rem;
	text-align: center;
	padding: 32px;
}

.servicos h3{
	font-size: 1.3rem;
	text-align: center;
	max-width: 80%;
	color: #333;
	margin: 0 auto;
	text-shadow: 1px 0 1px #333;
	min-height: 110px;
}

.servicos-2{
	
}
.atencao{float: left;color: #fff;font-weight: 700;text-shadow: 0 1 1 #444;text-shadow: 0 2px 10px #333;}
.cartao-pet{
	width: 400px;
	margin: 0 auto;
	box-shadow: 1px 0px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 30px;
	/* margin: auto; */
}

.pagamento{
	/* background: #f3ce9c; */
	padding: 25px 10px;
}
.footer-tel{
	font-size: 2rem;
	font-weight:  bold;
}
.footer-email{
	font-size: 1.23rem;
}
footer .menu-footer {text-align: center;}
footer .menu-footer nav {
margin: 3px 0;
}
footer .menu-footer nav li {
display: inline;
padding: 0 10px 0 0;
}
.btnpreco{
	margin-right: 33px;
	margin-bottom: 31px;
}
footer .menu-footer nav li a {color: #000000;font-size: 13px;text-decoration: none;text-transform:  uppercase;}
footer .menu-footer nav li a:hover {
color: #bbb;
}

.bg-footer{
	/* background: #dfa48b; */
	/* background: url(../imagens/Footer-Banner.png) center no-repeat; */
}

footer hr{
    border-top: 1px solid #000;
}

.copyright-footer {text-align: right;font-size: 10px;color: #000;}
.copyright-footer .selos {}
.copyright-footer .selos strong {background: #ffffff3d;color: #000000;padding: 0px 5px;}
.copyright-footer .selos a {
margin: 0 0 0 5px;
color: #B7B7B7;
text-decoration: none;
opacity: 0.8;
transition-property: all;
transition-duration: 0.3s;
}
.copyright-footer .selos a:hover {
opacity: 1;
}

.contact-footer{
    font-size: 0.7rem;
    color: #000;
}
.barbanner{
	position: relative;
	top: -218px;
}
.barbanner-main{
	position: relative;
	top: -290px;
	margin-bottom: -165px;
}
.barbanner-mobile{
	display: none;
}

@media (min-width: 1440px) {
.jumbo-bg {
  	height: 450px;
  }
}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1281) and (max-width: 1370px) {

	.oprador-call{position: fixed;right: 0;z-index: 50;top: 70%;width: 220px;}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.jumbo-bg {
		background-size: cover;
	}
	.oprador-call{
	position: fixed;
	right: 0;
	z-index: 50;
	top: 70%;
	width: 220px;
	}
	
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
	.jumbo-bg {
		background-size: cover;
	}
	.vantagens--height {
    height: 180px;
}
}

@media (min-width: 768px) {
	.servicos-mobile{
    display: none;
}
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.jumbo-bg {
		background-size: cover;
		height: 420px;
		text-align: center;
	}

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
.cta-cartao{
    margin: 0;
}
.landing-dx{
    background-color: #e9ecef;
    padding: 35px;
    margin: 20px 0;
    }

@media (min-width: 481px) and (max-width: 768px) {
	.jumbo-bg {

		background-size: cover;
		height: 420px;
		text-align: center;
	}
	.d-sm-none{
		display: none;
	}
	.card--responsive {
		display: none;
	}
	.vantagens--item {
	width: 450px;
	height: 100%;
}
.vantagens--height {
	height: 260px;
}
.vantagens h3, .vantagens p {
	text-align: center;
}
.footer--cta {
	height: auto;
}
.footer--cta p {
	text-align: center !important;
}
.footer--btn__cta {
	padding: 15px 40px;
}

footer .menu-footer nav li {
display: block;
background: rgba(0, 0, 0, 0.2);
margin: 10px 0px;
text-align: center;
padding: 10px
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (max-width: 480px) and (min-width: 320px) {
	header {
    background: #3b3b3b;
    display: none;
}
	.wrapper{width: 95% !important;max-width:1080px;margin:0 auto;/* margin-left: 3% !important; */}

	.full-mobile{
    margin-left: 4%;
}

	.h1-title{
    text-align: left;
    /* margin-left: 3%; */
}	
	.row-relacionado {
    clear: both;
    display: flex;
    background: #E8E8E8;
    border-left: 3px solid #ccc;
    padding: 10px 20px;
    transition: all .3s linear;
    min-height: 85px;
    margin: 0 0 2px 0;
    overflow: hidden;
}
	.row-relacionado a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 auto;
}
	.row-relacionado img {
    display: block;
    float: left;
    width: 75% !important;
    height: 145px;
    border: 1px solid #CCC;
    margin: 0 10px 0 0;
}
	.row-relacionado h2{
		
margin: 0 auto;
		
display: flex;
		
width: 100%;
	}

	footer {
    background: url(../imagens/background-muro-mobile.jpg);
    padding-top: 161px;
    background-position: top;
}
	
	.jumbo-bg {

		background-size: cover;
		height: 420px;
		text-align: center;
	}
	.d-xs-none{
		display: none;
	}
	.card--responsive {
		width: 100%;
		margin-bottom: 10px;
	}
	.vantagens--item {
	width: 100%;
	height: 100%;
}
.vantagens--height {
	height: auto;
}
.vantagens h3, .vantagens p {
	text-align: center;
	margin-top: 10px;
}
.footer--cta {
	height: 441px;
}
.footer--cta p {
	text-align: center !important;
}
.footer--btn__cta {
	padding: 15px 6px;
	margin: 0 auto;
}
footer .menu-footer nav li {
    display: block;
    background: rgba(0, 0, 0, 0.2);
    margin: 10px 0px;
    text-align: center;
    padding: 10px;
}
.copyright-footer .selos {
float: none;
margin: 10px 0px
}
.copyright-footer .selos a {
float: none;
display: block;
width: 100%;
background: rgba(0, 0, 0, 0.2);
padding: 10px 0px;
margin: 10px 0px
}
.copyright-footer {
text-align: center
}
}

@media screen and (max-width: 40em) {
	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	.cta-mobile a{display:block;/* top: 50%; */}

	.logo-mobile{
    width: 125px;
}

}

/*Mobile Menu Core Style*/
.slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: right;
padding: 0.438em 0.625em 0.438em 0.625em;
line-height: 1.125em;
cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left;
}
.slicknav_menu .slicknav_icon {
float: left;
margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
margin: 0
}
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: 0.125em;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
margin-top: 0.188em
}
.slicknav_nav {
clear: both
}
.slicknav_nav ul,
.slicknav_nav li {
display: block
}
.slicknav_nav .slicknav_arrow {
font-size: 0.8em;
margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
cursor: pointer;
}
.slicknav_nav .slicknav_row {
display: block;
}
.slicknav_nav a {
display: block
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
display: inline
}
.slicknav_menu:before,
.slicknav_menu:after {
content: " ";
display: table;
}
.slicknav_menu:after {
clear: both
}
/*User Default StyleChange the following styles to modify the appearance of the menu.*/
.slicknav_menu {
font-size: 16px;
}
/* Button */
.slicknav_btn {margin: 5px 5px 6px;text-decoration: none;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background-color: #967344;}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
color: #FFF;
font-weight: bold;
text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
background-color: #f5f5f5;
}
.slicknav_menu {background: #f3ce9c;padding: 5px;}
.slicknav_nav {
color: #fff;
margin: 0;
padding: 0;
font-size: 0.875em;
}
.slicknav_nav,
.slicknav_nav ul {
list-style: none;
overflow: hidden;
}
.slicknav_nav ul {
padding: 0;
margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
padding: 5px 10px;
margin: 2px 5px;
}
.slicknav_nav a {padding: 5px 10px;margin: 2px 5px;text-decoration: none;color: #333;}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
padding: 0;
margin: 0;
}
.slicknav_nav .slicknav_row:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #fff;
}
.slicknav_nav a:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #222;
}
.slicknav_nav .slicknav_txtnode {
margin-left: 15px;
}

.wrapper{width:100%;max-width:1080px;margin:0 auto;}
article{float:left;width: 70%;padding-top: 25px;padding-right: 5px;/* padding-left: 18px; *//* margin-left: 10px; */}
article p{margin:1.9em 0;}
article strong{font-weight:normal;}
article.full{width:100%;display: flex;}
article .alerta{font-size:12px;color:#444;font-weight:bold;}
.title-breadcrumb{box-sizing:border-box;padding: 13px 0;margin-top: 89px;background: #9c7540;margin-bottom:30px;background-size:cover;color: #3b3b3b;}
.title-breadcrumb h1{color: #3b3b3b;margin:0;text-transform:uppercase;font-size:25px;}
.title-breadcrumb #breadcrumb{width:auto;margin-top:-4px;float:right;background: #f2f2f2;border-radius: 1px;box-sizing:border-box;padding:10px;border:  1px solid #ccc;margin-right: 25px;}
.title-breadcrumb #breadcrumb a{color:#666;text-decoration:none;}
.title-breadcrumb #breadcrumb a:hover{color:#bbb;text-decoration:none;}
#breadcrumb{display:inline-block;clear:both;width: 100%;color:#333;font-size:12px;margin-top: 110px;}
#breadcrumb div{display:inline;}
#breadcrumb a{color:#666;text-decoration:none;margin: 0 0 0 2px;}
#breadcrumb a:hover{color:#bbb;text-decoration:none;}
.list{margin:0 0 20px 40px;}
.list li{list-style:disc;margin:6px 0;line-height:1.5em;font-size:16px;}
.list-2{margin:0 0 20px 0px;}
.list-2 li{list-style:none;margin:6px 0;line-height:2.0em;font-size:16px;}
.list-2 li:before{font-family:FontAwesome;display:inline-block;margin-left:-1.3em;width:1.3em;color:#ccc;}
.picture-legend{background:#eee;display:inline-block;padding:3px;}
.picture-legend strong{clear:both;display:block;text-align:right;font-weight:normal;padding:4px;font-size:9px;}
.picture-legend img{margin:0 auto;display:block;}
.picture-left{float:left;margin:0 10px 0 0;max-width:50%;}
.picture-right{float:right;margin:0 0 0 10px;max-width:50%;}
.picture-center{margin:0 auto;display:block;max-width:500px;}
.topo{background:#69a3e2;color:white;font-size:13px;padding:8px 10px;}
.topo a{color:white;margin:0 10px;text-decoration:none;}
.conteudo-index{background:#efefef;box-sizing:border-box;padding:10px 0px;}
.conteudo-index h2,
.conteudo-index h1{color:#444;}
.conteudo-index p{color:#444;}
.index-section{margin-top:20px;}
.thumbnails{display: flex;flex-wrap: wrap;list-style:none;list-style-type:none;box-sizing: border-box;}
.thumbnails li{/* float:left; */width: 100%;height:320px;padding: 10px 30px;text-align:center;text-transform:uppercase;transition:.3s;box-sizing: border-box;}
.thumbnails li:hover img{opacity:0.9;}
.thumbnails li:hover h2{opacity:0.9;}
.thumbnails img{width:100%;height:270px;object-fit:cover;transition:.3s;}
.thumbnails h2{font-size:14px;background:#ffffff;height:25px;padding:5px 0px;margin-top:0px;transition:.3s;color:#fff;}
.thumbnails a{text-decoration:none;color:#69a3e2;}
.thumbnails a:hover{text-decoration:none;}
.thumbnails img:hover{transform:scale(1.2);}
.thumbnails .overflowimg{overflow:hidden;}
aside{float:left;width: 26%;margin: 0px 0 0 39px;text-transform:uppercase;}
aside h2 a{display:block;padding:5px;font-size:15px;background: #007bc2;color:#fff;margin-top: 26px;text-decoration:none;}
aside h2 a:hover {
    color:#fff;
    text-decoration: none;
}
aside nav{list-style:none;list-style-type:none;margin:0 0 0 0;padding:0;height: auto;max-height: 600px;overflow: auto;}
aside li{margin: 5px 0!important;}
aside li a{font-size:12px;display:block;padding:5px;color:#666;transition:all .3s linear;text-decoration:none;border-left:2px solid #cccccc;}
aside nav li a:hover{border-left: 2px solid #397cbc;text-decoration: none;color: #666;}
aside h3{color:#fff;background: #007bc2;padding:10px 0;margin-bottom:0;text-align:center;}
aside p{background:#eee;margin:0;text-align:center;}
aside a{text-decoration:none;}
aside strong{font-size:16px;line-height:34px;color:#666;}
.form{float:left;width:50%;}
.form label{width:185px;font-weight:bold;padding-right:5px;font-size:13px;display:table-cell;vertical-align:middle;}
.form label span{font-size:9px;color:#C00;}
.form input,
.form textarea,
.form select{box-sizing:border-box;width:80%;margin:10px 0 4px 0;padding:8px 5px;border:solid 1px #CFCFCF;font-size:16px;}
input#ddd{width:17%;}
input#telefone{/* width:59%; */}

input.ir{width:40%;max-width:150px;}
.form textarea{width:80%;font-family:fonte;margin-bottom:18px;}
.form input:focus,
.form textarea:focus,
.form select:focus{background:#eee;}
.form .ir{border:solid 1px #666;background:#ffffff;padding:10px 18px;color:#666;cursor:pointer;border-radius:5px;width:40%;max-width:150px;transition:all 300ms ease-in-out;}
.form .ir:hover{background:#69a3e2;color:#ffffff;border-color:#69a3e2;}
.bt-submit{display:block;margin:5px 0 0 0;}
.form span.obrigatorio{font-size:0.8em;color:#C00;margin-top:10px;}
.form label.error{display:block;color:red;margin:0 .5em 0 0;vertical-align:top;font-size:10px;}
.help{font-size:11px;color:#666;}
.alert{color:#FF0000;}
.contact-form{float:right;color:#989898;font-size:11px;width:50%;}
.contact-form strong{color:#666;}
.compartilhe{font-size:0.75em;margin:0.5em 0;display:block;font-weight:bold;}
.social-media{display:inline-block;padding:0;margin:5px 0;}
.social-media li{float:left;margin-right:10px;}
.bt-twitter{text-indent:-5000px;overflow:hidden;display:block;width:55px;height:20px;background:url(../imagens/tweet.png) no-repeat 0 0;}
.bt-twitter:hover{background-position:0px -20px;}
.related-posting-title{font-size:22px;}
.related-posting{list-style:none;list-style-type:none;margin:0;padding:0;}
.hide{position:absolute;top:-9999px;left:-9999px;}
ul{list-style:none;}
.secao-3{

    padding: 7% 0em;
}

.row-relacionados{}

.active-menu-topo{
	text-decoration: none;
	color: #3b3b3b !important;
	/* font-weight: bold; */
	/* background: #b98948 !important; */
}
.parallax {
    z-index: -1;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.titulos{
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
}
.txt-branco{
    color: #fff;
}
.txt-secao2{
    font-family: 'Montserrat Light';
    font-size: 1.3em;
    text-align: center;
    color: #fff;    
}
#servicosTabsDois .list-wrap{background:#eee;padding:10px;margin:0 0 15px 0;font-size:10px; height: 100%!important}
#servicosTabsDois ul{list-style:none;display:inline-block;}
#servicosTabsDois .list-wrap li{width:160px;float:left;color:#666;}
#servicosTabsDois .nav{overflow:hidden;margin:0;padding:0;}
#servicosTabsDois .nav li{float:left;/* margin:0 10px 0 0; */}
#servicosTabsDois .nav li.last{margin-right:0;}
#servicosTabsDois .nav li a{display:block;text-decoration:none;padding:12px;background:#ddd;color:#666;transition:all .3s linear;font-size:12px;text-align:center;border:0;}
#servicosTabsDois .nav li a:hover,
#servicosTabsDois .nav li a:focus{background:#999;color:#fff;}
#servicosTabsDois ul li.nav-two a.current{background-color:#eee !important;color:#666;}

.txt-secao3{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    text-align: left;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
}
.bold{
    /* font-family: 'Montserrat Bold'!important; */
}
.btn-branco{
    background-color: #fff;
    border: 0.1em solid#fff;
    color: #35a1dc;
    border-radius: 2em;
    font-family: 'Montserrat Bold';
    font-size: 1.5em;
    height: 4em;
    letter-spacing: 0.2em;
    width: 40%;
    margin-top: 1.5em;
}
.
.btn-azul{
    text-transform: uppercase;
    background-color: #f89404;
    border: 0.1em solid #f89404;
    color: #fff;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    height: 3em;
    letter-spacing: 0.2em;
    width: 36%;
    margin-top: 1.5em;
    font-weight: bold;
}
.nav-link:hover {
    text-decoration: none;
    color: #333 !important;
    /* font-weight: bold; */
    /* background: #007bc2 !important; */
    transition: 0.6s;
}
.mobile{
	display:none;
}
.box-form{
    width: 65%;
    margin: auto;
    /* height: 469px; */
    background: url(../imagens/bg-form.jpg);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
#form-pet{
    width: 45%;
    padding: 35px;
    background: rgba(0, 0, 0, 0.51);
    color: white;
}
#form-pet i {
font-size: 19px;
padding: 0 10px 0 0;
color: #fff;
text-shadow: 0px 0px 4px rgba(0, 131, 255, 0.4);
}
#titulo{
	margin-bottom: -20px;
    padding: 7px;
}
#titulo h2{
    font-size: 20px;
    text-align: center;
}
.form-style-5{}
.estilo-form {
display: block;
border: none;
padding: 0 20px;
/* height:  20px; */
}
.estilo-form label {text-align: left;/* padding: 7px  0; */color: #f9f9f9;line-height: 35px;}

.estilo-form input {width: 100%;border-radius: 1px;min-height: 30px;border: 0px solid #ccc!important;border-bottom: 1px solid #ccc !important;margin-bottom:  20px;background: rgba(249, 249, 249, 0);}

.estilo-form input:focus {
border-bottom-color: #0087ff;
}

.div-block-1 {
    display: block;
    width: 54px;
    height: 5px;
    margin: 2px auto 35px;
    background-color: #fff;
}
.div-block-2 {
    display: block;
    width: 54px;
    height: 5px;
    margin: 2px auto 30px;
    background-color: #f9f9f9;
}

.estilo-form textarea {
width: 100%;
margin-bottom: 19px;
border-radius: 1px;
border: 1px solid #ccc!important;
height: 112px;
}

.estilo-form input.btn-submit {background-color: #ff001d;color: white;text-align: center;border-radius: 3px;text-transform: none;font-weight: bold;padding: 12px 0;width: 100%;display: inline-block;box-sizing: border-box;font-size: 18px;transition: .2s;margin-bottom: 0;margin-top: 37px;border: none !important;}
.estilo-form input.btn-submit:hover {
opacity: 1;
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
    transform: scale(1.13);
}
.quem-somos{
    /* padding: 20px; */
}
.quem-somos h2{
    color: #235f9e;
    font-weight: bold;
}
.div-1{}
.div-2{
    /*display: flex;
    flex-direction: row;*/
}
.compartilhe{font-size:0.75em;margin:0.5em 0;display:block;font-weight:bold;}
.social-media{display:inline-block;padding:0;margin:5px 0;}
.social-media li{float:left;margin-right:10px;}
.bt-twitter{text-indent:-5000px;overflow:hidden;display:block;width:55px;height:20px;background:url(../imagens/icones/tweet.png) no-repeat 0 0;}
.bt-twitter:hover{background-position:0px -20px;}
.related-posting-title{font-size:22px;}
.related-posting{list-style:none;list-style-type:none;margin:0;padding:0;}
.rowPagina{clear:both;display:block;background:#E8E8E8;border-left:3px solid #ccc;padding:10px 20px;transition:all .3s linear;min-height:85px;margin:0 0 2px 0;overflow:hidden;}
.rowPagina:hover{border-left:3px solid #666;}
.rowPagina img{display:block;float:left;width:80px;height:80px;border:1px solid #CCC;margin:0 10px 0 0;}
.rowPagina p{font-size:12px;line-height:15px;margin-bottom:0;}
.rowPagina a{color:#666;text-decoration:none;}
.rowPagina p a{color:#69747b;}
.rowPagina strong{font-size:12px;}
#form-odonto {background-color: #397cbc;max-width: 289px;height: 542px;color: #f9f9f9;border: 1px solid #ccc!important;float: right;border-radius:  3px;box-shadow: 0px 0px 7px rgba(0, 131, 255, 0.2);}
#form-odonto-1 {
background-color: #0085ff;
max-width: 270px;
height: 350px;
border: 1px solid #ccc!important;
border-color:  #656565;
}
.related-posting a {
	text-decoration: none;
}
.related-posting a:hover {
    color: unset;
}
a, a > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
a:before, a:after, a > span:before, a > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.effect-2 {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.effect-2:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #007bc2;
  transform: translateX(-100%);
}
.effect-2:hover:before {
  transform: translateX(0);
}

.effect-3 {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 15px;
  overflow: hidden;
}
.effect-3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #007bc2;
  transform: translateX(-100%);
}
.effect-3:hover:before {
  transform: translateX(0);
}

.estilo-form {
display: block;
border: none;
padding: 0 20px;
/* height:  20px; */
}

.texto {
    color: #f9f9f9;
    background: #397cbc;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    margin-top: 32px;
}

.related-posting img{
	
width: 130px;
	
margin-left: 15px;
}
.estilo-form label {text-align: left;/* padding: 7px  0; */margin-left: 5px;color: #f9f9f9;line-height: 35px;}

.estilo-form input {
width: 100%;
border-radius: 1px;
/* min-height: 30px; */
/* border: 1px solid #ccc!important; */
border-bottom: 1px solid #ccc;
margin-bottom:  20px;
background:  #f9f9f9;
}

.estilo-form input:focus {
border-bottom-color: #0087ff;
}

.div-block-1 {
    display: block;
    width: 54px;
    height: 5px;
    margin: 2px auto 35px;
    background-color: #fff;
}
.div-block-2 {
    display: block;
    width: 54px;
    height: 5px;
    margin: 2px auto 30px;
    background-color: #f9f9f9;
}

.estilo-form textarea {
width: 100%;
margin-bottom: 19px;
border-radius: 1px;
border: 1px solid #ccc!important;
height: 112px;
}

.estilo-form input.btn-submit {
background-color: #ff9200;
color: white;
text-align: center;
border-radius: 3px;
text-transform: none;
font-weight: bold;
padding: 12px 0;
width: 100%;
display: inline-block;
box-sizing: border-box;
font-size: 18px;
transition: .2s;
margin-bottom: 0;
margin-top: 37px;
}
.estilo-form input.btn-submit:hover {
opacity: 1;
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
    transform: scale(1.13);
}
.div-2 img{
    width: 30%;
}
.div-2-b{
    width: 70%;
}
.div-3{
    /* display: flex; */
    /* flex-direction: row; */
}
.div-3-a{
    width: 70%;
}
.div-3-b{
    width: 50%;
    margin-left: 10px;
}
.ajust-vant2{
    border-left: solid 3px #ed911e;
    padding: 0 13px;
    text-align: left;
}
.ajust-vant{}
.vt-al-1{margin: auto;}
.vt-al-2{text-align: justify;}
@media only screen and (min-width: 300px) and (max-width:  740px){
	aside{float:left;width: 26%;display: none;margin: 0px 0 0 39px;text-transform:uppercase;}
	article{float:left;width: 97%;padding-top: 25px;padding-right: 5px;/* padding-left: 18px; *//* margin-left: 10px; */flex-direction: column;}

	.div-2 img{
    width: auto;
}
	.bg-header {
    background-color: #f3ce9c;
    box-shadow: 0 2px 5px #a96811;
    margin-top: 54px;
    display: none;
}
	.barbanner{
		display: none;
	}
	.barbanner-mobile{
		display: block;
		position: relative;
		top: -229px;
		/* margin-top: -240px; */
	}
	.title-breadcrumb {
    box-sizing: border-box;
    padding: 13px 0;
    margin-top: 0px;
    background: #9c7540;
    margin-bottom: 30px;
    background-size: cover;
    color: #3b3b3b;
}
	#breadcrumb {
    display: inline-block;
    clear: both;
    width: 90%;
    color: #333;
    font-size: 12px;
    margin-top: 0px;
}
	.barbanner-main{
	position: relative;
	top: -354px;
	margin-bottom: -350px;
}
.btnpreco{
	margin-right: 0;
	margin-bottom: 0;
}
	.servicos-mobile{
		padding: 30px;
		text-align: center;
		border: 1px solid #444;
		display: none;
	}
	.form{float: none;width: 100%;}
	.form label{width: 100%;font-weight:bold;padding-right:5px;font-size:13px;display:table-cell;vertical-align:middle;}
	.form label span{font-size:9px;color:#C00;}
	.form input,
	.form textarea,
	.form select{box-sizing:border-box;width: 100%;margin:10px 0 4px 0;padding:8px 5px;border:solid 1px #CFCFCF;font-size:16px;}
	input#ddd{width:17%;}
	input#telefone{width:59%;}
	input.ir{width:40%;max-width:150px;}
	.form textarea{width:80%;font-family:fonte;margin-bottom:18px;}
	.form input:focus,
	.form textarea:focus,
	.form select:focus{background:#eee;}
	.form .ir{border:solid 1px #666;background:#ffffff;padding:10px 18px;color:#666;cursor:pointer;border-radius:5px;width:40%;max-width:150px;transition:all 300ms ease-in-out;}
	.form .ir:hover{background:#69a3e2;color:#ffffff;border-color:#69a3e2;}
	.bt-submit{display:block;margin:5px 0 0 0;}
	.form span.obrigatorio{font-size:0.8em;color:#C00;margin-top:10px;}
	.form label.error{display:block;color:red;margin:0 .5em 0 0;vertical-align:top;font-size:10px;}
	.contact-form{float: none;color:#989898;font-size:11px;width: 100%;}
	.contact-form strong{color:#666;}
	#form-pet {
        display: none;
    }
    #form-odonto-1 {
        display: none;
    }
    #form-pet {
        display: none;
        position: fixed;
        z-index: 9997;
        /* bottom: -55px; */
        top: 0;
        background-color: #f2f2f2;
        /* padding: 28px; */
        margin-left:  -10px;
        min-height: 100%;
        width: 103%;
    }
    #form-pet h2 {
    text-align: center;
    color: #353435;
    /* margin-bottom: 10px; */
    line-height: 23px;
    font-size:  20px;
}
    #form-pet h3 {
        color: #929090;
        text-align:  center;
    }
    #form-pet .form-style-5 .estilo-form label {color: #ff2135;}

#form-pet .form-style-5 .estilo-form input {
    width: 100%;
    border-radius: 1px;
    /* min-height: 30px; */
    /* border: 1px solid #ccc!important; */
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    background: rgba(249, 249, 249, 0.0);
    color: #656565;
}

#form-pet .form-style-5 .estilo-form input.btn-submit {
    background-color: #ff2135;
    color: white;
    text-align: center;
    border-radius: 4px;
    text-transform: none;
    font-weight: bold;
    padding: 12px 0;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
    transition: .2s;
    margin-bottom: 0;
    margin-top: 37px;
    border-bottom: none;
}
.div-block-1 {background-color: #0059ff;}
#form-pet i {
    font-size: 19px;
    padding: 0 10px 0 0;
    color: #ff2135;
    /* text-shadow: 0px 0px 4px rgb(0, 131, 255, 0.4); */
}
    .form-conteudo {
        width: 100%;
    }
    .obrigatorio {
        display: none;
    }

.form-conteudo-2 {
        width: 100%;
    }
    .oprador-call {
          display: none;
     }
   
    .estilo-form {
    display: none;
    border: none;
    padding: 0px;
    /* height:  20px; */
}
    .mobile {
        display: flex;
        position: fixed;
        background-color: #f98100;
        width: 100%;
        z-index: 9999;
        bottom: 0;
        flex-direction: row;
    }
    .mobile p {
        text-align: center;
        color: #fff;
        padding: 18px 100px;
    }

    
#titulo {
    width: 95%;
    margin: 0 auto;
    /* background-color: #5482b4; */
    /* height: 50px; */
    padding: 7px;
}

.estilo-form input.btn-submit {
    background-color: #ff2135;
    color: white;
    text-align: center;
    border-radius: 1px;
    text-transform: none;
    font-weight: bold;
    padding: 15px 0;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
    transition: .2s;
    margin-bottom: 5px;
}
/*.banner-topo img {
display: none;
}*/
.box-form {background: none;display: flex;width: 100%;flex-direction: row;margin: 0 auto;/* margin-bottom: 10px; */border-radius: 2px;}
.estilo-form input {
    width: 100%;
    border-radius: 1px;
    min-height: 30px;
    border: 1px solid #ccc!important;
    padding: 6px 0;
}
.estilo-form label {
    color: #656565;
}
.mobile{display: flex;flex-direction: row;position: fixed;bottom: 0;background: #0059ff;width: 100%;/* text-align: center; *//* color: white; *//* padding: 10px; */z-index: 9999;}
.mobile p{
width: fit-content;
margin: auto;
}



