

.conteudo{
    margin-top: 20px;
}

.conteudo__video{
    width: 42%;
    margin-left: 15px;
    margin-top: 10px;
    
    
}

.conteudo__main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.conteudo__video img{
    height: 600px;
    width: 600px;
    border-radius: 4px;
   
}

.video__text{
    color: #fff;
}

.conteudo__text{
    margin-top: 10px;
    width: 50%;
    margin-right: 15px;
    text-align: justify;
}

.sub__text{
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 95%;
    border: 1px solid #1a4385;
    border-radius: 2px;
    padding-top: 10px;
}

.sub__text img{
    height: 74px;
    margin-right: 45px;
}

.sub__text p{
    margin-left: 15px;
}



.conteudo h1{
    font-family: Poppins, sans-serif;
    font-size: 42px;
    color: #1a4385;
}

.valor{
    margin: 50px 0px;
}

.valor__titulo{
    text-align: center;
    margin-bottom: 20px;
}


.valores{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}



.card__valores{
    width: 300px;
    height: 390px;
    border-radius: 2px;
    box-shadow: 0 0 9px 0 rgb(29 33 67 / 10%);
    transition: all .5s ease-in;
    
}

.card__conteudo{
   padding: 0px 15px;
}


.bem{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
}

.bem__img{
    width: 45%;
    margin-right: 15px;
    margin-top: 30px;
}

.bem__text{
    width: 45%;
    margin-left: 15px; 
    height: 100%; 
    margin-top: 25px;
}

.bem__text h2{
    font-family: Poppins, sans-serif;
    font-weight: bold;
}

.bem__text p{
    margin-bottom: 30px;
}

.bem__text a{
    padding: 10px 30px;
    background-color: #B3373B;
    color: #fff;
    font-family: Poppins, sans-serif;
    text-decoration: none;  
    
    position: relative;
    transition: all 1s ;
}



.bem__text a:hover{
    background-color: #1a4385;
    
}

#talento{
     background-color: #f5faff;
     margin-bottom: 30px;
}

.talentos{
    margin-top: 40px;
    padding: 20px 0px;
}

.talentos h2{
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    color: #1a4385;
}

.talentos p{
    margin-left: 5%;
}

.diferenciais{
   
    padding: 20px 0;
}

.diferenciais h2{
    color: #1a4385;
    margin: 0px;
    padding: 10px;
    text-align: center;
   font-family: Poppins;
}



.banner-op .caption-07{
    position: absolute;
    text-align: center;
    top: 90px;
    width: 100%;
}

.banner-op .caption-07 h2 {
    font-family: 'Poppins', sans-serif;
    color: rgb(70, 68, 68);
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 800;
}

.banner-op .caption-07 p {
    color: rgb(70, 68, 68);
    text-align: left;
    width: 100%;
    font-weight: bold;
}

#valor{
    top: -100px;
    position: relative;
    margin: 0px 0px -100px 0px;
    background-image: url("../images/instucional_img/fundo_valor4.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 50px 0px;
    width: 100%;
    height: auto;
    z-index: 1;
}

#valor h2{
    font-weight: bold;
    font-family: Poppins,sans-serif;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    margin-top: -30px;
}

.valoresFundo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.valores__card{
    width: 250px;
    height: 250px;
    border: 1px solid #7388a8;
    padding: 5px;
    margin-bottom: 30px;
}

.valores__card__text{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.valores__card__text h4{
    text-align:center;
    font-weight: bold;
    font-family: Poppins,sans-serif;
    margin-top: 20px;
    margin-bottom: 40px;
    height: 40px;
    color: #fff;
}

.valores__card__text p{
    padding-right: 10px;
    padding-left: 15px;
    font-weight: 500;
    font-family: Poppins,sans-serif;
    color: #fff;
}


/* 
---
*/

.flexDuvidas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
}

.esconderTexto{
    display: none;
    margin-top: 5px;
    font-size: 16px;
    padding: 10px 60px;
    color: #787878;
}

.aparecer{
    display: inline-block;
    padding-top: 15px;
    border: 1px solid #E8F0F8;
}
.listaDuvidas{
    display: flex;
    flex-direction: column;
    list-style: none;
    max-width: 670px;
    
}

.distancia {
    margin-bottom: 29px;
}

.listaDuvidas__perguntas{
    margin-bottom: 15px;
    background-color: white;
    color: black;
    padding: 15px 10px 10px 10px;
    border: 1px solid #E8F0F8 !important;
}

.listaDuvidas__perguntas p{
    display: inline-block;
    margin-left: 30px;
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
}

.ajustePerguntas{ 
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.ajustePerguntas p {
    max-width: 484px;
}

.ajusteImagemDuvidas{
    margin-right: 10px;
    margin-left: 40px;
}

.ajusteImagemSeta{
    float: right;
    vertical-align: middle;
    margin-left: 10px;
}

.card__valores:hover{
    transform: scale(1.05);
}


.tituloMob{
    display: none;
}

@media screen and (max-width:1200px){
    .conteudo__text{
        width: 42%;
    }
    .conteudo__video{
        width: 50%;
    }
}

@media screen and (max-width:990px){
    .conteudo__main{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .conteudo__text{
        width: 100%;
    }
    .conteudo__video{
        width: 80%;
        margin-left: 5%;
    }
    .card__valores{
        margin-bottom: 40px;
        
    }
    .bem{
        justify-items: center;
        align-items: center;
        flex-direction: column;
    }
    .bem__img{
        width: 100%;
       
    }
    
    .bem__text{
        width: 100%;
        
    }
    
}

@media screen and (max-width:680px){
    .valores{
        justify-content: center;
    }
    .conteudo__video{
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
    }
    .conteudo__video img{
        width: auto;
    }
    .ajusteImagemDuvidas{
        margin-left: 0px;
    }
    .bem{
        margin-top: 0px;
    }
    .swiper-container {
        height: 0px !important;
        
    }
    .conteudo__video img{
        height: auto;
    }
}

.altura-mobile{
  margin-top:100px !important;	
}

@media screen and (max-width:500px){
	
.altura-mobile{
  margin-top:0px !important;	
}

    .bem__img{
        margin-top: 0px;
    }
    .bem__text p{
        padding-right: 15px;
    }
    .bem__img img{
        margin-left: 45px;
    }
    .conteudo{
        margin-top: 0px;
    }

    .listaDuvidas{
        width: 100%;
        margin-top: 30px;
    }
    #valor{
        top: 0px;
        margin-bottom: 0px;
        padding: 5px 0px 10px 0px;
    }
    #valor h2{
        margin-top: 20px;
    }
    .valores__card{
        width: 100%;
        height: auto;
    }
    .tituloDesktop{
        display: none;
    }
    .tituloMob{
        display: inline-block;
    }
    .sub__text{
        width: 100%;
    }
    .conteudo__video img{
        height: auto;
    }
	
	#mobile-img{
   display:block !important;
}

   .mobile-texto{
	 /* width: 350px !important;*/
       margin-left: -60px !important;
    margin-right: -40px !important; 
   }

}

@media screen and (max-width:430px){
    .bem__img img{
        margin-left: 0px;
    }
}

#mobile-img{
   display:none;
}

/* Estilo de fonte para a pagina Inicio */

@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-ExtraBold.ttf') format('truetype'); 
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-Bold.ttf') format('truetype'); 
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-SemiBold.ttf') format('truetype'); 
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-Medium.ttf') format('truetype'); 
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-Regular.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../css-definitvo/font/Poppins-Light.ttf') format('truetype'); 
    font-weight: 300;
    font-style: normal;
}

/* Estilo de fonte para a pagina Fim */