
body {
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
    background-color: #F3F3F3;
}
span{
    font-family: Open Sans, sans-serif;
    font-size: 20px;
}

a{
    color:white;
    text-decoration: none;
}
#menu-txt{
    display: none;
}
.menu-container{
    background-color: #EFEFEF !important;
}
.menu-container .navbar-nav .nav-item{
    padding: 5px 10px;
}
.menu-container .navbar-nav .nav-item a:hover{
    color: #498F98;
}

.menu-container .navbar-nav .nav-item::before{
    content: "|";
    position: absolute;
    top: 20px;
    margin-left: -10px;
}

.menu-container .navbar-nav .nav-item:nth-child(1)::after{
    content: "|";
    color: #ffffff;
    position: absolute;
    top: 20px;
    margin-left: -10px;
}


.bg-texto-top{
    background-color: #48505A;
    padding: 80px 0px;
    color: white;
}
.bg-texto-top .txt-top{
    font-size: 20px;
}

.banner-top-home{
    height:500px;
    background: url("imgs/banner-home.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.banner-top-quem-somos{
    height:500px;
    background: url("imgs/bg-quem-somos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.banner-top-casos-de-sucesso{
    height:500px;
    background: url("imgs/bg-casos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;

}

.banner-top-artigos{
    height:500px;
    background: url("imgs/bg-artigos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.banner-top-publicacoes-cientificas{
    height: 500px;
    background: url("imgs/bg-artigos-cientificos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.banner-top-contato{

    height:500px;
    background: url("imgs/contato.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.bg-left{
    background-color:#d9d9d975;
    padding: 30px 30px;
    border-radius: 30px;
}

.info-left-imgs{
    margin-top: -200px;
    margin-bottom: 200px;
    opacity: 1;
    z-index: 1;
}
.txt-main{
    padding-bottom: 200px;
}

.title-people{
    font-size: 20px;
    color: #477F86;
    font-weight: 700;
    padding-top: 20px;
}

.txt-left-people{
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    text-align: justify;
    
}


.title-right-txt{
    font-size: 40px;
    font-weight: 400 !important;
    
}

.img-especialidades{
    max-width: 600px;
    padding: 40px 0px;
}


.btn-custom {
    background-color: #498F98;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    padding: 20px 60px;
    font-weight: 700;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 18px;
    outline: none;
    border: none;
}

.btn-top{
    padding: 15px 40px;
    font-size: 16px;
    margin-top: 30px;
}



.btn-custom:hover {
    background-color: #2f5e5b;
}

.btn-conteudo{
    font-size:18px;
    width: 100%;
    padding: 15px 40px;
    font-size: 16px;
}



.img-capa-caso{
    width: auto;
    height: 300px;
    object-fit: fill;
    aspect-ratio: 16 / 9;
}

.title-line h2{
    padding: 0px 80px;
    font-weight: 500;
    font-weight: 47.94px;
    
}
.parcerias{
    overflow-x: auto;
}

.parcerias img{
    padding: 0px 20px;
}
.filiacao{
    overflow-x: hidden;
}

.filiacao img{
    padding: 0px 20px ;
    object-fit: contain;
}

/* IMG BOTTOM HOME
*/

.img-bottom{
    height:400px;
    background: url("imgs/bg-bottom.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin-bottom: -5px;
}


.footer {
    background-color: #48505A;
    color: white;
    padding: 20px;
    text-align: center;
}

.sociais a img{
    width: 100px !important;
    padding: 20px;
}

/* quem somos */

.info-peoples{
    padding-top: 70px;
}
/* cases de sucesso*/
.zoom{
    zoom: 1.3;
}

 
.casos-de-sucesso .item-content{
    
    padding: 30px 20px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    min-height: 536px;
}

.casos-de-sucesso .item-content a {
    position: absolute;
    width: 90%;
    bottom: 20px;
}

.casos-de-sucesso .item-content .title-caso{
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    /*
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.casos-de-sucesso .item-content img{
    border-radius: 10px;
    width: auto;
    height: 250px;
    object-fit: fill;
    aspect-ratio: 16 / 9;
}

.casos-de-sucesso .title-caso{
    padding: 20px 0px 4px 0px;
    font-size: 20px;
    font-weight: 500;
}

.casos-de-sucesso .txt-paragraph{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.cards .item-content{
    min-height: 620px;
}

.noticias{
gap: 20px 0px;
}


.noticias .item-content .title-caso{
    min-height: 120px;
}

/* artigos */

/* form */

.form {
    display: flex;
    justify-content: center;
    margin: 50px 0px;
}

.form form{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form form textarea{
    height:150px;
}

.img-banner-contato-bottom{
    background-image: url(imgs/img-footer-contato.png);
    height: 138px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;

}


/* */

.artigos img{
    border: solid 35px #D9D9D9;

}



@media screen and (max-width:768px){
    #menu-txt{
        display: block;
    }
    .banner-top-home{
    height:200px;
    background-position: bottom center;
    background-attachment:local;
}
.banner-top-casos-de-sucesso{
    height:200px;
    background-position: bottom center;
    background-attachment:local;
}

.banner-top-contato{
    height:200px;
    background-position: bottom center;
    background-attachment:local;
}

.banner-top-artigos{
    height:200px;
    background-attachment: scroll;
}

.banner-top-publicacoes-cientificas{
    height: 200px;
 
}
    .sociais a img{
        width: 80px !important;
    }

    .info-left-imgs{
        margin-bottom: 80px;
    }
    .info-left-imgs div img{
        padding: 30px 0px;
    }

    .txt-main{
        padding-bottom: 100px;
    }

    .btn-people{
        margin-bottom: 50px;
    }

    .btn-custom {
        padding: 15px 20px;
        font-size: 18px;
    }

    .btn-top{
        padding: 15px 20px;
        font-size: 16px;
        margin-top: 30px;
    }

    .bg-texto-top .txt-top{
        font-size: 19px;
    }

    .img-bottom{
        height: 200px;
    }

    .img-especialidades{
        width: 100%;
    }
}