@font-face {
    font-family: "Avenir-LT-Medium";
    src: url("assets/fonts/AvenirLTStd-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Avenir-LT-Light";
    src: url("assets/fonts/AvenirLTStd-Light.otf") format("opentype");
}


@font-face {
    font-family: "Avenir-Medium-Cn";
    src: url("assets/fonts/AvenirNextLTPro-MediumCn.woff2") format("woff2"),
         url("assets/fonts/AvenirNextLTPro-MediumCn.woff") format("woff");
  }

.jumbotron {
    text-align: center;
}
@font-face {
    font-family: "Avenir-Regular";
    src: url("assets/fonts/AvenirNextLTPro-Regular.woff2") format("woff2"),
         url("assets/fonts/AvenirNextLTPro-Regular.woff") format("woff");
  }


  @font-face {
    font-family: "Avenir-Bold";
    src: url("assets/fonts/AvenirNextLTPro-Bold.woff2") format("woff2"),
         url("assets/fonts/AvenirNextLTPro-Bold.woff") format("woff");
  }  

.wpforms-container .wpforms-field{
	padding: 0!important;
}

.div-main-home{
    overflow: hidden;
}

div.foto_chamada {
    text-align: center;
}

div.news.post{
    height: 375px;
    background-size: cover;
    background-position-x: center;
}

div.news.media{height: 100%;}
.post .media h2{
    top: unset;
    bottom: 0;
}

/* .collapse .row:nth-child(2n){
    -ms-flex-direction: unset;
    flex-direction: unset;
} */

@media only screen and (min-width: 768px) {
    div.foto_chamada {
        text-align: right;
    }

    img.foto_chamada {
        max-height: 240px;
    }
/*
    #timeline .timeline:before {
        left: 50%;
    }*/
}



.banner-topo, .banner-meio{
    margin-bottom: 2rem;
}

.banner-meio{
    margin-top: 40px;
    height: 610px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.banner-meio-txt{
    height: 100%;
}

.banner-meio-txt p{
    font-family: Avenir-Regular;
    font-size: 2rem;
    line-height: 39px;
}

.btn-conhecer-mais{
    background-color: #407374;
    border-radius: 18px;
    font-size: 1.2rem;
    padding: 13px;
    padding-left: 28px;
    padding-right: 28px;

}

.div-referencia-produtividade{
    margin-top: -70px;
    padding-bottom: 20px;
    background-color: #407374;
}

.div-referencia-produtividade h2{
    font-family: Avenir-Regular;
    font-weight: 600;
}

.div-referencia-produtividade h3{
    color: #fff;
    font-family: Avenir-LT-Light;
    font-size: 1.1rem;
    text-align: center;
    line-height: 55px;
}

.div-referencia-produtividade p{
    font-family: Avenir-Regular;
}

.btn-localizacao{
    border: 2px solid #fff;
    border-radius: 22px;
    height: 55px;
    width: 207px;
    margin: 0 auto;
}

.referencia-card h4{
    font-size: 1.3rem;
    color: #59595e;
    text-transform: uppercase;
    font-family: 'Avenir-LT-Medium';
    font-weight: bolder;
    
}

.referencia-card p{
    color: #61595c;
    font-size: 1.2rem;
    padding-left: 34px;
    padding-right: 34px;
    line-height: 27px;
    font-family: Avenir-LT-Medium;
    
}

.referencia-card hr{
    background-color: #759a9b;
    width: 90px;
  
}

.img-circulo{
    width: 100px;
}

.video-home{
    width: 100%;
    height: auto;
}

.banner-topo{
    min-width: 540px;
    margin-left: -70px;
    overflow: hidden;
}

.anchor-conhecer-mais:hover span{
    background-color: #fff;
    color: #407374 !important;
    
}

.anchor-conhecer-mais:hover{
    text-decoration: none;
}

.anchor-ver-localizacao:hover h3{
    text-decoration: underline;
    
}

.wp-video, .wp-video-shortcode{
    width: 100% !important;

}

.wp-video-shortcode{
    height: auto !important;
    
}

.news-title-2{
    position: relative!important;
    top: -39px!important;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 39px !important;
}

.timeline-body .card{
background-color: transparent !important;
}
/* ESTILOS DA TABELA DA PÁGINA CAMBUHY CONSCIENTE*/

table.tabela-cambuhy-consciente{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;  
}

table.tabela-cambuhy-consciente td {
    width: 50%;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top !important;
}

table.tabela-cambuhy-consciente h4 {
    padding-top: 50px;
}

  
.tabela-cambuhy-consciente img{
    max-width: 100%;
    height: auto;
}

.btn[aria-expanded="false"] span,.btn[aria-expanded="true"] span,{ display: none;}

.btn[aria-expanded="false"] span:after{
content: "[+]"
}

.btn[aria-expanded="true"] span:after{
content: "[-]"
}

@media (max-width: 575px){
    table.tabela-cambuhy-consciente td {
        width: 100%;
        display: block;
    }
}

/* ESTILOS DA TABELA DA PÁGINA CAMBUHY CONSCIENTE*/

@media only screen and (max-width: 767px) {

    .div-referencia-produtividade{
        margin-top: 0px;
        
    }

    .banner-topo, .banner-meio {
        margin-bottom: 0.3rem;
    }    

    .container-referencia-produtividade{
        margin-top: -6px;
    }

}

@media only screen and (max-width: 575px){
    .container-referencia-produtividade{
        width: 100% !important;
    }

    .banner-meio{
        height: 380px;
    }

  

}

@media only screen and (max-width: 441px){
    .video-home{
        width: 190%;
        margin-left: -117px;

    }  
}

@media only screen and (max-width: 360px){
    .video-home{
        width: 162%;
        margin-left: -78px;

    }
}


@media only screen and (min-width: 576px) and (max-width: 1199px){

    .referencia-card p{
        padding-left: 0px;
        padding-right: 0px;
        font-size: 1.2rem;
    }

    .referencia-card h3{
        height: 60px;
    }

}

@media only screen and (min-width: 362px) and (max-width: 575px){
    
    .banner-meio-txt p{
        line-height: 55px;
        font-size: 2.2rem;
    }
}


@media only screen and (min-width: 280px) and (max-width: 330px){
    .banner-meio{
        height: 346px;
    }

    .banner-meio-txt p {    
        font-size: 1.5rem;
    }
    
}


@media only screen and (min-width: 331px) and (max-width: 361px){
    .banner-meio{
        height: 377px;
    }

    .banner-meio-txt p {    
        font-size: 1.5rem;
    }
    
}

@media only screen and (min-width: 362px) and (max-width: 373px){
    .banner-meio{
        height: 390px;
    }
    
}

@media only screen and (min-width: 374px) and (max-width: 402px){
    .banner-meio{
        height: 407px;
    }
    
}

@media only screen and (min-width: 403px) and (max-width: 440px){
    .banner-meio{
        height: 460px;
    }
    
}

@media only screen and (min-width: 441px) and (max-width: 479px){
    .banner-meio{
        height: 500px;
    }
    
}

@media only screen and (min-width: 480px) and (max-width: 520px){
    .banner-meio{
        height: 550px;
    }
    
}

@media only screen and (min-width: 521px) and (max-width: 580px){
    .banner-meio{
        height: 590px;
    }
    
}


@media only screen and (max-width: 767px){
    .banner-topo{
        margin-bottom: 0rem;
    }
}

/* formulário de contato */
#wpforms-form-1423 input, #wpforms-form-1423 textarea, #wpforms-form-1423 button, #wpforms-form-1426 input, #wpforms-form-1426 textarea, #wpforms-form-1426 button{
	width: 100%;
	padding: 8px 12px;
	line-height: 20px;
	font-size: 15px;
	border: 1px solid #ced4da;
	color: #495057;
	border-radius: 0.2rem;
	outline: none;
	margin-bottom: 15px;
	background-color: white;
}
#wpforms-form-1423 textarea, #wpforms-form-1426 textarea{
	height: 100px;
}
#wpforms-form-1423 input:focus, #wpforms-form-1423 textarea:focus, #wpforms-form-1426 input:focus, #wpforms-form-1426 textarea:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
#wpforms-error-noscript{
	display: none;
}
