@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700;900&display=swap');
@font-face {
    font-family: 'museo_sans700';
    src: url('../fonts/museosans_0-webfont.woff2') format('woff2'),
         url('../fonts/museosans_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/museosans-webfont.woff2') format('woff2'),
         url('../fonts/museosans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans300';
    src: url('../fonts/museosans-300-webfont.woff2') format('woff2'),
         url('../fonts/museosans-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a, a:hover{ text-decoration: none;}
article, footer, header{
    width: 100%; float: left;
}
.logo h1{
    width: 221px;
    height: 120px;
    float: left;
    margin-bottom: 0 !important;
    text-indent: -50000px;
    background: url(../images/logo-casa-vitta.png) no-repeat center;
}
.logo {
    background: #fff;
    padding: 16px 40px;
    position: absolute;
    top: -55px;
}
.topo .nav-link{
    color: #00546C;
    font-size: 13px;
    font-family: Lato;
    padding: 6px 20px;
    border-radius: 5px;    
}
.telefone_topo{
    color: #00546C !important;
    font-size: 13px;
    font-family: Lato;
    padding: 6px 20px;
    border-radius: 15px;
    margin-left: 5px;
    background: url(../images/ico-telefone.png) no-repeat left center;
}
.resultado{
    background: #074060 !important;
    color: #fff !important;
    margin-left: 8px;
}
.agendamento{
    background: #8FC74A !important;
    color:#00546C !important;   
    margin-left: 8px;
}
.rede-social2 a{
    float: left;
     height:23px;    
}
.rede-social2{
    padding-top: 4px;
}
.rede-social2 .facebook{
    width: 20px;
    margin-right: 10px; 
    background-position: left;
    background: url(../images/ico-facebook.png) no-repeat center;
}
.rede-social2 .instagram{
    width:23px;
    margin-right: 10px;   
    background: url(../images/ico-instagram.png) no-repeat center;
}
.rede-social2 .youtube{
    width: 23px;
    background: url(../images/ico-youtube.png) no-repeat center;
}
.whatsapp_topo{
    height: 30px;
    float: left;
    margin-left: 5px;
    background: url(../images/ico-whatsapp.png) no-repeat;
    color: #00546C !important;
    font-size: 13px;
    font-family: Lato;
    padding: 6px 20px 6px 31px;
    background-position: 3px 50%;
    border-radius: 15px;    
}
.topo .nav-link:hover{
    background: #71D0F6;
    }
.topo{
    width: 100%;
    float: left;    
    border-bottom: 1px solid #D9D9D9;
}
.topo .container{    
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 5px solid #8FC74A;   
}
.navbar-light .navbar-nav .nav-link{
    color: #00546C;
    font-size: 16px;
    font-family: 'museo_sans500';
    padding: 25px;
    border-radius: 5px;
}
.navbar-light .navbar-nav .nav-link:hover{
    background: #EBEBEB;
}
.bg-light{
    width: 100%;
    float: left;
    min-height: 100px;
    background-color: #fff !important;
}
.slide_capa{
    width: 100%;
    float: left;
}
.slide_capa .carousel-indicators{
    background: url(../images/bg-nav.png) no-repeat center bottom;
    height: 40px;
    margin-bottom: 0;
    padding: 15px;
}
.slide_capa .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    border-radius: 8px;
    height: 8px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #00546C;
    background-clip: padding-box;
    border: 0;
    border-top: none;
    border-bottom: none;
    opacity: 1;   
}
.carousel-indicators .active {
    background-color: #8FC74A !important;
}
.sobre{
    width: 100%;
    min-height: 630px;
    float: left;
    padding: 50px 0;
    background:url(../images/bg-sobre.png) no-repeat top center #074060;
}
.sobre h2{
    color: #8FC74A;
    font-size: 48px;
    font-family: 'museo_sans700';
    margin-bottom: 40px;
}
.sobre p{
    color: #fff;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
    text-align: justify;
}
.exames{
    width: 100%;
    float: left;
    padding: 90px 0 70px 0;
    background: #EBEBEB;
}
.exames .titulo h2{
    color: #074060;
    font-size: 48px;
    float: left;
    font-family: 'museo_sans700'; 
    padding-right: 50px;
    border-right: 5px solid #00546C;
}
.exames .titulo p{
    font-size: 16px;
    color: #404040;
    font-family: 'museo_sans300';
    float: left;
    margin-bottom: 0;
    margin-left: 50px;
    text-align: left;
    width: 350px;
}
.exames .titulo{
    margin-bottom: 40px;
}
.exames .item {
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 30px;
}
.exames .item figure{
    width: 100%;
    height: 250px;
    float: left;
    background-size: cover !important;
    -webkit-background-size: cover !important;
}
.exames .item  h3{
    color: #074060;
    font-size: 18px;
    padding: 0 30px ;
}
.exames .item  p{
    color: #404040;
    font-size: 14px;
    padding: 0 30px;
    margin-bottom: 0;
}
.contatos-rodape{
    width: 100%;
    float: left;
    padding: 50px 0;
}
.contatos-rodape .nav .nav-link{
    color: #074060;
    font-size: 16px;
    background: url(../images/ico.png) no-repeat center left;
    font-family: 'museo_sans500';
    padding: 4px 20px;
}
.contatos-rodape .telefone, .telefone2{
    font-family: 'museo_sans700';
    color: #00546C !important;
    font-size: 25px;
    background: url(../images/ico-telefone-r.png) no-repeat center left;
    padding-left: 50px;
}
.contatos-rodape .whatsapp{
    font-family: 'museo_sans700';
    color: #00546C !important;
    font-size: 25px;
    background: url(../images/ico-whatsapp-rodape.png) no-repeat center left;
    padding-left: 50px;
}
.endereco{
    font-family: 'museo_sans500';
    font-size: 16px;
    color: #00546C;
    background: url(../images/ico-localizacao.png) no-repeat center left;   
    padding-left: 50px;
    line-height: 19px;
    margin-bottom: 40px;
}
.rede-social a{
    float: left;
     height: 50px;
    background: url(../images/icones-rodape.png) no-repeat;
}
.rede-social{
    margin-top: 50px;
}
.rede-social .facebook{
    width: 20px;
    margin-right: 20px;
    background-position: left;
}
.rede-social .instagram{
    width: 50px;
    margin-right: 20px;
    background-position: -44px;
}
.rede-social .youtube{
    width: 50px;
    background-position: right;
}
.rede-social .whatsapp{
    width: 50px;
    margin-right: 20px;
    height: 50px;
    float: left;
    background: url(../images/ico-whatsapp-rodape.png) no-repeat;
}
#mapa{
    width: 100%;
    height: 260px;
    border: 1px solid #8FC74A;
}
.titulo{
    color: #074060;
    font-size: 48px;
    float: left;
    font-family: 'museo_sans700'; 
    padding-right: 50px;
    margin-bottom: 50px;
    letter-spacing: -1px;    
}

/*Institucional*/
.institucional p, .institucional ul li {
    font-size: 15px;
    color: #404040;
    font-family: 'museo_sans300';
    float: left; 
    line-height: 26px; 
    text-align: justify;   
}
.institucional h2{
    color: #8FC74A;
    font-size: 35px;
    font-family: 'museo_sans700';
}
.galeria figure{
    width: 100%;
    overflow: hidden;
    float: left;
    height: 250px;
    margin-bottom: 30px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    border-radius: 5px;
    position: relative;
}
.legenda{
    background: #8fc74a;
    bottom: 0;
    width: 100%;
    position: absolute;
    padding: 5px 9px;
    color: #074060;
    border-radius:0;
    font-family: 'museo_sans500';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-align: center;
}
.exames_view h2, .exames_view h3{
    color: #8FC74A;
    font-size: 20px;
    font-family: 'museo_sans700';
}
.accordion{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    float: left;
}
.accordion-button:not(.collapsed){
    background: transparent !important;
}
.accordion-button{
    color: #074060 !important;
    font-size: 13px;
    float: left;
    font-family: 'museo_sans700'; 
    width: 100%;
    text-decoration: none;
    text-align: left;   
    background: transparent !important;
}
.accordion-body {
    padding: 1rem 1.25rem;
    float: left;
    background: #f8f8f8;
    font-size: 12px;
    font-family: 'museo_sans500'; 
}
.accordion-body p, .accordion-body ul li{
    font-size: 12px;
    font-family: 'museo_sans500'; 
    line-height: 16px;
}
.accordion-item{ border: none;}
.card-header{ background-color: transparent !important;}
/*Corpo Clinico*/
.corpo-clinico  .row{
     height: 100%;
}
.corpo-clinico .itens{
    background: #fff;
    width: 100%;
    overflow: hidden;
    float: left;
    height: 100%;
    min-height: 230px;
    border-radius: 15px;
}
.corpo-clinico .itens figure{
    margin-bottom: 0;
    width: 100%;
    height: 100%;

    background-size: cover !important;
    -webkit-background-size: cover !important;   
}
.corpo-clinico .itens h2{
    color: #074060;
    font-size: 20px;  
    margin: 0 0 15px 0;
    padding-right: 20px;
    font-family: 'museo_sans700';
}
.corpo-clinico .itens p{
    color: #404040;
    font-size: 12px;
    padding: 0 20px 0 0;
    margin-bottom: 0;
    line-height: 15px;
}
.corpo-clinico-view small{
    margin-bottom: 20px;
    padding:8px 15px;
    border-radius: 5px;   
    background:#074060;
    color: #fff;
    float: left;
    font-family: 'museo_sans500';
}
/*convenios*/
.convenio .item{
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}/*
.convenio .item:hover{
    background: #8FC74A;
}*/
.convenio .item figure{
    width: 100%;
    float: left;
    position: relative;
    height: 200px;
}
.convenio .item figure img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}
.convenio .item h2 {
    color: #074060;
    font-size: 20px;
    text-align: center;
    margin: 0;
    font-family: 'museo_sans700';
}
/*Fale Conosco*/
.fale-conosco, .convenio, .institucional, .corpo-clinico{
    width: 100%;
    float: left;
    background: #EBEBEB;
    padding: 70px 0;
}
.fale-conosco p{
    color: #333;
    font-size: 16px; 
    font-family: 'museo_sans300';   
 
}
.fale-conosco figure{
    width: 100%;
    height: 100%;
    float: left;
}
.mapa{
    width: 100%;
    float: left;
    height: 400px;
    border: 1px solid #8FC74A;
    overflow: hidden;
}
.fale-conosco label{
    width: 100%;
    float: left;
    color: #333;
    font-size: 14px; 
    font-family: 'museo_sans300';
}
.input{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding: 15px 25px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'museo_sans300';
}
.input2{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 5px;
    font-family: 'museo_sans300';
}
.fale-conosco .btn-success {
    font-size: 14px;
    font-family: 'museo_sans700';
    padding: 15px 40px;
}
.btn-success {
    color:#00546C !important;
    background-color: #8FC74A !important;
    border-color: #8FC74A !important;
    
}
/*Rodape*/
footer{
    border-top: 1px solid #EBEBEB;
    padding: 30px 0;
}
footer p{
    font-family: 'museo_sans300';
    font-size: 15px;
    color: #00546C;
    margin-bottom: 10px;
}
.sm{
    width: 162px;
    height: 39px;
    background: url(../images/logo-studiomega.png) no-repeat center;
    float: left;
    text-indent: -50000px;
}
.link-m{
    display: none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{ display: block !important;}
.owl-carousel .owl-nav button.owl-prev{     
    background: url(../images/ico-setas-carosel.png) no-repeat left !important ;
    width: 28px;
    height: 46px;
    text-indent: -500000px;
    left: -55px;
    position: absolute;
    top: 48%;
}
.owl-carousel .owl-nav button.owl-next{
    background: url(../images/ico-setas-carosel.png) no-repeat right !important ;
    width: 28px;
    height: 46px;
    text-indent: -500000px;
    right: -55px;
    position: absolute;
    top: 48%;
}
.carousel-control-next{ background: url(../images/seta2.png) no-repeat center; opacity: 1 !important;}
 .carousel-control-prev{background: url(../images/seta1.png) no-repeat center; opacity: 1 !important; }
@media (max-width:1199px) {
    .navbar-light .navbar-nav .nav-link {  padding: 18px 15px; font-size: 15px;}
   .logo { padding: 25px 18px;}
   .logo h1 {  width: 196px;  height: 89px;  background-size: cover !important; }
   .sobre { background-size: cover !important; }
}
@media (max-width:1000px) {
/*.logo{ position: relative; }*/
.logo { position: relative; top: 0; padding: 25px 25px;}
.link-m{  display:block; } 
.topo .nav-link{ display: none;}
.corpo-clinico .itens figure{ height: 300px;}
.fale-conosco figure{ display: none !important;}
.exames .titulo p{ width: 100%; margin-left: 0; padding-right: 0;}
.exames .titulo h2, .titulo, .sobre h2 {  font-size: 35px; } .titulo { margin-bottom:30px}
.exames .titulo h2{ border-right: 0;}
.navbar-light .navbar-nav .nav-link { text-align: center; font-size: 16px;  padding: 12px 15px;   font-size: 15px;  border-bottom: 1px solid #eee;}
.topo .container { padding-top: 5px;  padding-bottom: 5px;}
.owl-carousel .owl-nav button.owl-prev{ left: 10px;} .owl-carousel .owl-nav button.owl-next{ right: 10px;}
}
@media (max-width: 768px) {
    .logo{ top: 0; padding: 20px 10px;}
    .slide_capa .carousel-indicators{ display: none !important;}
    .logo h1 { width: 154px; height: 70px;}
    .navbar-light .navbar-toggler { color: rgb(7 64 96); border: none;}
    .whatsapp_topo{ margin-left: 0;}
    .convenio .item h2 { font-size: 17px; }
    .exames, .fale-conosco, .convenio, .institucional, .corpo-clinico{ padding-top: 50px;}
    .corpo-clinico .itens .col-12 div{ padding: 15px;}
    .corpo-clinico .itens figure {height: 200px;}
    .institucional h2{ font-size: 30px;}
    .carousel-control-next, .carousel-control-prev{ display: none;}
    .telefone_topo { font-size: 12px; padding: 6px 8px 6px 21px;}
    .whatsapp_topo { font-size: 12px; padding: 6px 5px 6px 28px}
    .rede-social2 .instagram, .rede-social2 .facebook{ margin-right: 8px;}
}
@media (max-width: 450px) {

}