/* @import url('https://fonts.googleapis.com/css?family=Amatic+SC|Fredoka+One|Open+Sans:400,700,800'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;900&family=Patrick+Hand+SC&family=Ubuntu:wght@300;400;700&display=swap');

@import url('root.css');

body {
    color: #434142;
    font-family: var(--fonte);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {
    background: transparent;
    outline: none; 
    text-decoration: none;  
    color: #2F353B;
    -webkit-transition: .2s cubic-bezier(0.25,.46,.45,.94);
    transition: .2s cubic-bezier(0.25,.46,.45,.94);
    -webkit-transition-property: background-color,color;
    transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
    outline: 0;  
    color: var(--primaria0);
    text-decoration: none;    
}
a:focus, a:active {
    border: 0;
    outline : 0;
    color: var(--primaria0);
}

.no-padding {
   padding: 0;
}

/* ==========================================================================
TOP HEADER
========================================================================== */

header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: var(--clara);
    width: 100%;
    background-color: var(--primaria);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.affix {
    position: fixed;
    z-index: 99999;
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    background-color: var(--primaria);
    color: var(--clara);
    /*-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 1s both 0.2s;
}

.top-header {    
    background-color: var(--clara);
    padding: 5px 0px 5px 0px;
    clear: both;
}
.top-header ul {
    margin: 0;
    padding: 0;
}
.top-header p {
    margin: 0px 0px 0px 10px;
    font-family: var(--fonte);
    color: var(--primaria);
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    line-height: 10px;
    padding: 0;
}
.top-header .tophead-left {
    text-align: left;
    top: 0px;
    padding: 0 0 0 25px;
}
.top-header .tophead-right {
    text-align: right;
    padding: 0 25px 0 0;
}
.tophead-link>li {
    display: inline-block;
    position: relative;    
}
.tophead-link li a:after {
    content: "|";
    padding: 0 8px;
    color: #ccc;
    display: inline-block;
    white-space: pre;
}
.tophead-link li:last-child a:after {
    content: "";
    padding: 0;
}
.tophead-link li a {
    color: var(--clara);
    font-size: 13px;
    font-weight: 300;
    display: block;
}
.tophead-link i {
    /* display: block; */
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #272E46;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.tophead-link li a:hover i {
    color: #272E46;
}
.tophead-link li a:hover {
    color: var(--secundaria);
}
.top-header .tophead-right .tophead-link li a i {
    margin-right: 8px;
    color: var(--secundaria);
}
.tophead-link {
    display: inline-block;
}
.site-header {
    height: 100px;
    margin-top: 50px;
}

/* ==========================================================================
SOCIAL HEADER
========================================================================== */

.socialtop {
    float: right;
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0;
    text-align: right;
    word-wrap: break-word;
}

ul.social-topo {
    list-style: none;
    display: inline;
    margin-right: 0px !important;
    padding: 0;
}

ul.social-topo li {
    display: inline;
    margin: 0px 5px;
}

.social-topo a.icoFacebook { background-color: var(--primaria); }
.social-topo a.icoPAluno { background-color: var(--primaria);}
.social-topo a.icoInstagram { background-color: var(--primaria); }
.social-topo a.icoLinkedin { background-color: var(--primaria);}
.social-topo a.icoYoutube { background-color: var(--primaria); }
.social-topo a.icoMapMaker { background-color: var(--primaria); }

.link-whats {width: auto !important; background-color: transparent !important;}
    
.social-topo a.icoFacebook:hover { background-color: #3B5998; }
.social-topo a.icoPAluno:hover { background-color: var(--primaria0); }
.social-topo a.icoInstagram:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.social-topo a.icoYoutube:hover { background-color: #ca3737; }
.social-topo a.icoLinkedin:hover { background-color: #0077B5; }
.social-topo a.icoMapMaker:hover { background-color: #7F7F7F; }

li.portal-aluno {width: 195px !important;}

.social-topcircle li a {
    background-color: var(--primaria);
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
}

.social-topcircle li i {
    margin: 0;
    line-height: 35px;
    text-align: center;
}

.social-topcircle li a:hover i,
.triggeredHover {
    color: var(--clara);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-topcircle i {
    color: var(--clara);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

/* ==========================================================================
TOP-HEADER MEDIA-SCREEN
========================================================================== */

@media only screen and (max-width:700px) {
    .top-header .col-md-5 {
        display: none;
    }
    .top-header .col-md-9 {
        width: 100%;
        text-align: center;
    }
}

/* ==========================================================================
SLIDE CAROUSEL
========================================================================== */

.hero-area{
    position: relative; 
    height: 610px;
    margin-top: 150px;
    overflow:hidden;
}
.slider-one {
   height: 610px;   
}
.hero-area .single-slider {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height: 610px;
    position: relative;
    position:relative;
}
.hero-area .box-slide-text {
    margin-top: 5%;
}
.hero-area .slide-text {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 610px;
}
.hero-area .slide-text h1 {
    font-family: var(--fonte);
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    line-height: 40px;
}


/* SLIDER NAV AND DOTS */

.hero-area .owl-controls .owl-dots {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 40px;
}
.hero-area .owl-controls .owl-dots .owl-dot {
    display: inline-block;
}
.hero-area .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 10px 0 0;
}
.hero-area .owl-controls .owl-dots .owl-dot:hover span{
    border-color:transparent;
} 
.hero-area .owl-controls .owl-dots .owl-dot.active span {
    border-color: transparent;
    width: 25px;
    border-radius: 5px;
}
.hero-area .owl-controls .owl-nav div {
    position: absolute;
    top: 58%;
    background: transparent;
    color: var(--clara);
    border: 0px solid;
    width: 40px;
    height: 90px;
    line-height: 90px;
    padding: 0;
    border-radius: 0px;
    opacity: 1;
    font-size: 32px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: -45px 0 0;
}
.hero-area .owl-controls .owl-nav div:hover{
    background:var(--primaria);
}
.hero-area .owl-controls .owl-nav .owl-prev {
    left:0;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(600px) rotateY(90deg);
    -moz-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    border-radius:0 3px 3px 0;
    visibility:hidden;
    opacity:0;
}
.hero-area:hover .owl-controls .owl-nav .owl-prev{
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
    visibility:visible;
    opacity:1;
}
.hero-area .owl-controls .owl-nav .owl-next{
    right:0;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    transform-origin: right;
    -webkit-transform: perspective(600px) rotateY(-90deg);
    -moz-transform: perspective(600px) rotateY(-90deg);
    transform: perspective(600px) rotateY(-90deg);
    border-radius:3px 0 0 3px;
    visibility:hidden;
    opacity:0;
}
.hero-area:hover .owl-controls .owl-nav .owl-next{
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
    visibility:visible;
    opacity:1;
}

/* SLIDER ANIMATION */

.hero-area .owl-item.active .slide-text h1{
    animation: fadeIn 0.8s both 1s;
}
.hero-area .owl-item.active .slide-text p{
    animation: fadeIn 0.8s both 1.4s;
}
.hero-area .owl-item.active .slide-text .btn{
    animation: fadeIn 0.8s both 1.8s;
}

/* CREATIVE AREA */

.hero-area.creative .background-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero-area.creative .single-layer {
    position: absolute;
    background-size: auto auto;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-area.creative .single-layer.one {
    background-image:url('images/slider/layer1.png');
    background-position: top 0 left 0;
}
.hero-area.creative .single-layer.two {
    background-image: url('images/slider/layer2.png');
    background-position: top -40% right 0%;
}
.hero-area.creative .single-layer.three {
    background-image: url('images/slider/layer3.png');
    background-position: right 0 bottom 10%;
}
.hero-area.creative .single-layer.four {
    background-image: url('images/slider/layer4.png');
    background-position: left -109px bottom 0%;
}
.hero-area.creative .single-layer.five {

    background-image: url('images/slider/layer5.png');
    background-position: right 15px bottom 20%;
}
.hero-area.creative .owl-item.active .single-layer.one{
    animation: fadeIn 0.8s both 1.2s;
}
.hero-area.creative .owl-item.active .single-layer.two{
    animation: fadeInDown 0.8s both 1.6s;
}
.hero-area.creative .owl-item.active .single-layer.three{
    animation: fadeInRight 0.8s both 2.5s;
}
.hero-area.creative .owl-item.active .single-layer.four{
    animation: slideInLeft 0.8s both 2s;
}
.hero-area.creative .owl-item.active .single-layer.five{
    animation: fadeInDownBig 0.8s both 3s;
}
.hero-area.creative .owl-item.active .slide-text h1{
    animation: flipInX 0.8s both 1s;
}
.hero-area.creative .owl-item.active .slide-text p{
    animation: fadeIn 0.8s both 1.4s;
}
.hero-area.creative .owl-item.active .slide-text .btn{
    animation: fadeIn 0.8s both 1.8s;
}

.hero-area.creative .single-slider {
    background: #f6f6f6;
    z-index: 2;
}
.hero-area.creative .single-layer img{
    display:inline-block;
    width:auto;
}
.hero-area.creative .slide-text{
    text-align:center;
    padding:0 200px;
}
.hero-area.creative .slide-text h1:before{
    display:none;
}
.hero-area.creative .slide-text h1{
    color:#353535;
    margin:0;
    line-height: 60px;
}
.hero-area.creative .slide-text p{
    color:#555;
}
.hero-area.creative .slide-text .btn i{
    margin-right:10px;
}
.hero-area.creative .video{
    box-shadow:0px 0px 5px #000;
    background:var(--clara);
}
.hero-area.creative .video iframe{
    padding:5px;
}

/* ANIMATE TEXT */

.slide-text p {
    font-family: var(--fonte);
    font-weight: 300;
    font-size: 18px;
    color:var(--clara);
    text-transform: uppercase;
}

.slide-text .color-white{
    color:var(--clara);
    text-transform: uppercase;
}

.hero-area.animate-text .single-slider{
    position:relative;
}
.hero-area.animate-text .single-slider::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    content: "";
}
.hero-area.animate-text .single-slider .slide-text h1 {
    margin-bottom: 25px;
}
.hero-area.animate-text .single-slider .slide-text h1 {
    margin: 0;
}
.hero-area.animate-text .single-slider .slide-text h1,
.hero-area.animate-text .single-slider .slide-text span,
.hero-area.animate-text .single-slider .slide-text p{
    color:var(--clara);
}
.hero-area.animate-text .single-slider .slide-text h1:before{
    display:none;
}
.hero-area.animate-text .single-slider .slide-text p {
    color: var(--clara);
    font-size: 15px;
}
.hero-area.animate-text .single-slider .slide-text .btn{
    margin-right:10px;
    background:var(--clara);
    color:#353535;
}
.hero-area.animate-text .single-slider .slide-text .btn:hover{
    color:var(--clara);
}
.hero-area.animate-text .single-slider .slide-text .btn.primary{
    color:var(--clara);
}
.hero-area.animate-text .single-slider .slide-text .btn.primary:hover{
    background:var(--clara);
    color:#353535;
}
.hero-area.animate-text, 
.hero-area.animate-text 
.single-slider, 
.hero-area.animate-text 
.slide-text {
    height: 610px;
}
.hero-area.animate-text .cd-words-wrapper{
    display:block;
    padding:0;
    font-size:30px;
    margin:0 0 10px 0;
}

/*--- CONTROL SLIDE ---*/

.owl-controls .owl-dots .owl-dot.active span,.hero-area .owl-controls .owl-dots .owl-dot span,.hero-area .owl-controls .owl-nav div,.owl-nav div:hover,.owl-controls .owl-nav div,.nav-tabs li a::before,
.tab-section.style5,.nav-tabs li a,.our-skill .progress .progress-bar,.counter.primary:before,.btn.radius:hover a,.hero-area .slide-text h1:before,
#scrollUp,.header .slicknav_btn,.header.onepage .slicknav_btn,.tromas-option .icon,
.header.onepage .slicknav_nav a:hover,.header.onepage .slicknav_nav a:hover,
.header .slicknav_nav a:hover{ background-color: var(--primaria) ;}


/* CONTATO SOCIAL ICONS */
ul.social-contato {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0px;
}
ul.social-contato li {
    display: inline;
    margin: 0 5px;
}
/* CONTATO SOCIAL ICONS */
.social-contato a.icoFacebook:hover { background-color: #3B5998; }
.social-contato a.icoInstagram:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.social-contato a.icoYoutube:hover { background-color: #ca3737; }
.social-contato a.icoMapMaker:hover { background-color: #7F7F7F; }

/*HOVER CONTATO i*/
.social-contato a.icoFacebook:hover i { color: var(--clara); }
.social-contato a.icoInstagram:hover i { color: var(--clara); }
.social-contato a.icoYoutube:hover i { color: var(--clara); }
.social-contato a.icoInstagram:hover i { color: var(--clara); }
.social-circle-contato li a {
    display: inline-block;
    background-color: #852F40;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.social-circle-contato li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}
.social-circle-contato li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle-contato i {
    color: var(--clara);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

/* ==========================================================================
CONTEÚDO HOME!
========================================================================== */

.a-vet-center-home {
    padding: 0px 0px 25px 0px;
}
.a-vet-center-home p {
    font-size: 16px;
}

.titulo {
    text-align: center;
    font-family:  var(--fonte2);
    color: var(--primaria);
    font-size: 40px;
}
.titulo h1 {
    padding-bottom: 0px;
    margin-bottom: -20px;
}

/* CUIDADOS - HOME */

.cuidados {
    min-height: 310px;
}
.cuidados1, .cuidado2 {
    min-height: 310px
}

.cuidados1 {
    background-image: url('../img/textura-cuidados.png');
    background-color: #1f5560;
    background-blend-mode: soft-light;
    text-align: center;
    position: relative;
    z-index: 2;
}

.cuidados1::after {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    top: 50%;
    left: 93%;
    width: 40px;
    height: 60px;
    background-color: #085879;
    transform: rotate(45deg);
}

@media(max-width:1201px) {
    .cuidados1::after {
        top: 58%;
        left: 95%;
        width: 30px;
        height: 50px;
    }
}

@media(max-width:991px) {
    .cuidados1::after {
        background-color: #0b8392;
        top: 45%;
        left: 93%
    }
}

@media(max-width:767px) {
    .cuidados1::after {
        display: none;
    }
}

.cuidados1 .cuidado-box .cuidado-box-titulo h2 {
    font-size: 40px;
    font-family: var(--fonte2);
}

.cuidados1 .cuidado-box .cuidado-box-titulo h2, .cuidados1 .cuidado-box .cuidado-box-conteudo {
    color: var(--clara);
}

.cuidados2 {
    /*background-color: #434142;*/
    background-color: #99741b;
    text-align: center;
}

.cuidados2 .cuidado-box-conteudo2 h2 {
    font-family: var(--fonte3);
    font-weight: 800;
    font-size: 25px;
}

.cuidados2 .cuidado-box-conteudo2 h2, .cuidados2 .cuidado-box-conteudo2 p {
    color: var(--clara);
}

.cuidados1 .cuidado-box, .cuidados2 .cuidado-box-conteudo2 {
    margin: 80px auto;  
    padding: 0px 50px;  
}

.square {
    position: absolute;
    width: 60px;
    height: 100px;
    background-color: #085879;
    transform: rotate(45deg);
    z-index: 1;
    top: 183vh;
    left: 45%;
}

/* CUIDADOS NOVO - HOME */
.cuidados_novo {
    padding: 130px 0px 80px 0px;
    background: #F9F9F9;
    margin-top: -50px;
}

.cuidados_novo .cuidado-box h2 {
    font-family: var(--fonte3);
    font-weight: 800;
    color: var(--primaria);
}

.cuidados_novo .cuidados_novo1 .cuidado-box,
.cuidados_novo .cuidados_novo2 .cuidado-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cuidados_novo .cuidados_novo2 .cuidado-box .conteudos_novo-title {
    text-align: center;
    min-height: 456px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.conteudos_novo-title img {
    width: 70%;
    margin: 0 auto;
}

.cuidados_novo .cuidados_novo-item .item {
    background: var(--clara);
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 20px;
    margin-top: 16px;
    box-shadow: 0px 4px 10px 0px #ececec;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cuidados_novo .cuidados_novo-item .item:first-child {
    margin-top: 0px;
}

.cuidados_novo .item h2 {
    color: var(--primaria);
    font-weight: 800;
    font-family: var(--fonte3);
    font-size: 18px;
    margin: 8px 0px;
}

.cuidados_novo .item p {
    margin-bottom: 0px;
}

/* SERVIÇOS - HOME */
.servicos-home {
    padding: 50px 0px 50px 0px;
}

.servicos-home .container .text-center {
    font-size: 16px;
}

.serv-box {
    text-align: center;
    border: 2px solid var(--primaria2);
    border-radius: 20px 0px 40px 20px;
    margin: 35px auto;
    min-height: 150px;
    color: var(--primaria);
    transition: all .4s ease;
}

.serv-box2 {
    margin: 45px 0px 0px 0px;
}

.serv-box:hover {
    color: var(--clara);
    border: 2px solid var(--primaria);
    background-color: var(--primaria);
    box-shadow: 0px 0px 10px -2px #ddd;
    transition: all .4s ease;
}

.serv-box img {
    position: relative;
    top: -45px;
    left: 0px;
}

.serv-box p {
    margin-top: -20px;
    padding: 0 15px;
}

/* DEPOIMENTOS - HOME */
.depoimentos-home {
    padding: 50px 0px 50px 0px;
    background-color: #eaf3f4;
    color: var(--primaria);
}

.dep-box {
    text-align: center;
    font-style: italic;
    padding: 0px 50px 0px 50px;
}

.dep-box img {
    width: 76px !important;
    margin: 0 auto;
}

.dep-box b {
    font-family: var(--fonte3);
    font-weight: 800;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: var(--primaria);
}

/* ==========================================================================
RODAPE
========================================================================== */

.rodape {
    padding: 50px 0px 50px 0px;
    background-color: var(--primaria);
    color: var(--clara);
    text-align: center;
}

.rodape .titulo {
    margin-bottom: 20px;
}

.rodape .titulo h1 {
    color: var(--clara);
}

.rodape a {
    color: var(--clara);
}

.rodape a:hover {
    color: #f9d613;
}

footer {
    background-color: #434142;
    color: var(--clara);
    text-align: center;
    margin-bottom: -20px;
    padding: 15px 0px 1px 0px;
}

footer a {color: var(--clara); text-decoration: none;}
footer a:hover {color: yellow; text-decoration: none;}

/* ==========================================================================
CONTÚDO INTERNO
========================================================================== */
.section-interna {
  background: var(--clara);
  -webkit-background-size: cover;
  background-size: cover;
}

.banner-top-interno {
    background: #272727;
    background-size: cover;
    height: 534px;
}

.ct-interno {
    padding-top: 50px;
}

.cor1 {
    color: var(--primaria);
}

.a-clinica h2 {
    font-family: var(--fonte3);
    font-weight: 800;
    font-size: 20px;
    color: var(--primaria);
    margin-bottom: 0px;
}

/* EQUIPE - INTERNO */
.diferenciais {
    padding-top: 40px;
    padding-bottom: 40px;
    color: var(--clara);
    background-image: linear-gradient( 105grad, var(--primaria) 50%, #434142 50%);
}

.diferenciais-conteudo {
    padding: 0px 70px 0px 70px;
    text-align: center;
}

.diferenciais-conteudo img {
    margin-bottom: 15px;
}

/* GALERIA - INTERNO */
.galeria {
    padding: 70px 0px 70px 0px;
}

.galeria-interno{
    padding: 0px 0px 40px 0px;
}

.galeria img {
    border-radius: 10px;
    /*box-shadow: 0px 0px 20px -5px #777;*/
    margin: 20px auto;
}

.contato-conteudo h2, .serv-text h2, .eq-box h2, .dicas-conteudo h2,
.contato-conteudo h3, .serv-text h3, .eq-box h3, .dicas-conteudo h3,
.contato-conteudo h4, .serv-text h4, .eq-box h4, .dicas-conteudo h4,
.contato-conteudo h5, .serv-text h5, .eq-box h5, .dicas-conteudo h5,
.contato-conteudo h6, .serv-text h6, .eq-box h6, .dicas-conteudo h6 {
    font-family: var(--fonte3);
    font-weight: 800;
    color: var(--primaria);
}

.serv-text h2 {
    font-size: 24px;
}

.serv-text h3 {
    font-size: 20px;
    text-align: center;
}

/* EQUIPE - INTERNO */
.eq-box img {
    border-radius: 50%;
    margin-bottom: 15px;
}

.eq-box h2 {
    margin-bottom: 0px;
}

/* DICAS E ORIENTAÇÕES - INTERNO */
.dicas-conteudo b {
    color: var(--primaria);
}

/* PARCEIROS - INTERNO */
.box-parceiro {
    display: flex;
    align-items: center;
}

/* .box-parceiro .box-parceiro-titulo {
    min-height: 220px;
} */

/* .box-parceiro .box-parceiro-titulo {
    text-align: center;
} */

.box-parceiro .box-parceiro-titulo img {
    width: 180px;
    height: 180px;
    border-radius: 4px;
}

.box-parceiro .box-parceiro-conteudo p {
    margin-bottom: 0px;
    margin-left: 8px;
}

.box-parceiro .box-parceiro-conteudo b {
    color: var(--primaria);
}

.box-parceiro .box-parceiro-conteudo a i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    color: var(--clara);
    border-radius: 45px;
    padding: 10px 10px;
    text-align: center;
    margin: 7px 7px;
    background-color: var(--primaria);
}

.vet-servico h3 {
    font-family: var(--fonte3);
    font-weight: 800;
    text-align: center;
    color: var(--primaria);
    font-size: 24px;
    margin-bottom: 32px;
}

.vet-servico-content {
    text-align: justify;
    margin: 24px auto;
}

.vet-servico-content h5 {
    font-family: var(--fonte3);
    font-weight: 800;
    font-size: 18px;
    color: var(--primaria);
}

.post-artigo h5{
    padding-bottom: 10px;
}

.post-artigo {
    border: 1px solid #c2d3e0;
    border-radius: 8px;
    padding: 40px 20px 20px 20px;
    margin: 16px auto;
    text-align: center;
    min-height: 215px;  
}

.post-artigo.novo {
    position: relative;
}

.post-artigo.novo::after {
    content: 'Novo';
    display: block;
    width: 100px;
    height: 32px;
    background-color: #d39e00;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px;
    color: var(--clara); 
    border-bottom-right-radius: 8px;
}

/* CONTATO: FORMULÁRIO; - INTERNO */
form .form-group input{
    background-color: #5b5b5f;
    border: none;
    border-radius: 0px;
    color: var(--clara);
    height: 50px;
}

form .form-group input:focus, form .form-group textarea:focus {
    background-color: #434344;
    color: var(--clara);
    box-shadow: none;
}

form .form-group textarea {
    background-color: #5b5b5f;
    border: none;
    border-radius: 0px;
    color: var(--clara);
}

form .form-group input::placeholder {
    color: var(--clara);
}

form .form-group textarea::placeholder {
    color: var(--clara);
}

/* BOTÕES - INTERNO */
.btn-vet {
    padding: 10px 50px 10px 50px;
    background-color: var(--primaria);
    color: var(--clara);
    border: none;
    border-radius: 0px;

}

.btn-vet:hover {
    color: var(--clara);
    background-color: var(--primaria0);
}
/* ==========================================================================
GOOGLE MA
========================================================================== */

.section-mapa {
    padding-top: 0px;
    padding-bottom: 0px;
}
#mapa {
    background: transparent;
}

.gmap {
    height: 400px;
}

.gmap div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}  

#map{
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

#map.large{
    height:400px;
}

#map img {
    max-width:none !important;
    height:auto;
}



/* ==========================================================================
OWL CAROUSEL
========================================================================== */

/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: var(--clara);
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: var(--clara);
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    /* display: inline; */
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--clara);
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--clara); 
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  /* -ms-touch-action: pan-Y; */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  /* -webkit-transform: translate3d(0px, 0px, 0px); */
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  /* -webkit-backface-visibility: hidden; */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  /* -webkit-transform-style: preserve-3d; */
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  /* -webkit-backface-visibility: hidden; */
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   Arrow Slide
========================================================================== */


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: absolute;
  bottom: 80px;
  left: 51.5%;
  margin-left: -20px;
  width: 30px;
  height: 30px;
  background-image: url(../img/abaixo.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}