html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden !important;
}
.container{
    max-width: 1200px;
}

body {
    font-size: 16px;  
    font-family: 'Poppins', sans-serif;
    background-color: #FFFFFF;
}

.topo-barra-verde{
    background-size: cover;
    background-color: #53a467;
    height: 20px;
    padding-bottom: 1%;
    padding-top: 1%;
}
.fundo-menu-desktop{
    background-size: cover;
    background-color: #F0F0F0;
    padding-bottom: 2%;
    padding-top: 2%;
    height:auto;
}

.fundo-menu-mobile{
    background-size: cover;
    background-color: #F0F0F0;
    padding-bottom: 4%;
    padding-top: 2%;
    height: auto;
}

.pesquisa input {
    width: 100%;   
    background-size: auto 16px;
    background-color: #192a41;
    outline: none;    
    color:#FFFFFF;   
    border:1px solid #192a41;    
    border-radius: 20px;
    padding-bottom: 1.5%;
    padding-top: 1.5%;
    font-size: 14px; 
    height: 20px;
    margin-top:-2%;    
}

.pesquisa-mobile input {
    width: 100%;          
    background-size: auto 16px;
    background-color: #192A41;
    outline: none;    
    color:#FFFFFF !important; 
    font-weight: bold !important;
    padding-bottom: 1.5%;
    padding-top: 1.5%;
    font-size: 14px; 
    height: 30px;    
    margin-top: 1.7% !important;
    border:none;
}

/*MENU - INÍCIO*/

/*MOBILE - INÍCIO*/
.navbar-default {
    background-color: #f8f8f8;
    border:none !important;
}

.navbar-default .navbar-toggle {
    border:none !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px !important;
    border-radius: 3px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none !important;
}

/*VISUALIZAÇÃO DE CELULARES E TABLETS - INÍCIO*/
@media (min-width: 0px) and (max-width: 768px) {
    .navbar-nav>li>a {
        color: #018249 !important;
        font-size: 14px !important; 
        text-transform: uppercase;      
        font-weight: bold;
    }

    .dropdown-menu {
        background-color: transparent !important;
        font-size: 13px !important;
        color: #FFF112 !important;
        height: 200px !important;  
        margin-bottom: 5% !important;        
    }

    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        text-decoration: none !important;
        color: #FFF112 !important;
        font-size: 13px !important;
        height: 200px !important; 
        background-color: transparent !important;
    }

    li {
        display: list-item !important;
        list-style-type: none !important;
        text-align: -webkit-match-parent !important;
        text-transform: uppercase !important;
        font-size: 16px !important;
        padding-top: 2% !important;
        padding-bottom: 2% !important;               
    }
}
/*VISUALIZAÇÃO DE CELULARES E TABLETS - FIM*/


/*VISUALIZAÇÃO DESKTOP - INÍCIO*/
@media(min-width: 769px){
    .navbar-nav>li>a {       
        color: #53A467 !important;    
        font-size: 16px;  
        font-weight: bold;
        text-transform: uppercase;        
    }

    .dropdown-menu {
        background-color: #53A467;
        font-size: 16px;
        color: #FFFFFF;
    }
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        text-decoration: none;
        color: #53A467 !important;
        font-size: 16px;
        background-color: #F0F0F0 !important;
    }
    li {
        /*display: list-item !important;*/
        list-style-type: none !important;
        text-align: -webkit-match-parent !important;
        text-transform: uppercase !important;
        font-size: 16px !important;        
    }
}
/*VISUALIZAÇÃO DESKTOP - FIM*/


.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color:#000001 !important;
}

.linha-menu-desktop{
    margin-top:-2%;
}

.linha-menu-mobile{
    margin-top:2%;
}

.dropdown:hover>.dropdown-menu {
    display: block;  
}
.dropdown-menu>li:hover {    
    font-size:16px;
    color:#fff112;    
}

/*MENU - FIM*/

/*SEÇÃO VAGAS DE EMPREGO - HOME - INÍCIO*/
.vagas-emprego-home-titulo{   
    padding-bottom: 2%;
    padding-top: 2%;
    font-size: 35px;
    font-weight: 800;
    font-style: italic;
    color: #2957a4;
    margin-top: -3% !important;
}

.vagas-emprego-home-titulo-mobile{   
    padding-bottom: 2%;
    padding-top: 2%;
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
    color: #2957a4;    
    margin-top: -2% !important;
}

.linha-vagas-emprego-home-titulo{
    margin-top: 3%;
    margin-bottom: 1%;
}

.borda-amarela-vagas-emprego-home-titulo{
    border-top:10px solid #fff112;
}
.borda-verde-vagas-emprego-home-titulo{
    border-top:5px solid #008349;
}

h1{
    font-size: 20px;
    font-style: normal;
    color: #000000;   
    border-bottom:5px solid #53a467;
    text-transform: uppercase;
}

.h1-mobile{
    font-size: 18px;
    font-style: normal;
    color: #000000;   
    border-bottom:5px solid #53a467;
    text-transform: uppercase;
}

label{
    color: #53A467;
    font-size: 16px;
    font-weight: 400;
}

i{
    font-size: 17px;
    color: #0B9444;      
}

.dvPai{ position:absolute; }
.dvPaiDescricaoVaga{ position:absolute; }
.divPai.divFilho { position:relative; }

.detalhes-vaga{
    background-color: #fff112 !important;
    margin-top: 60%;   
    height: auto;
    width: 600px;
    color:#2957a4;    
    padding-left: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.descricao-vaga{
    text-transform: uppercase;
    font-size: 20px;    
    font-weight: bold;
}

.descricao-empresa{   
    font-size: 15px;
    font-weight: normal;
}

.detalhes-vaga-mobile{
    background-color: #fff112 !important;        
    background-size: cover;
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
    height: 250px;
}

.descricao-vaga-mobile{
    text-transform: uppercase;
    font-size: 16px;    
    font-weight: bold;
    text-align: center;
    color:#2957a4;  
    margin-top:30%;
}
.descricao-empresa-mobile{   
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    color:#2957a4;  
    margin-top:5%;
}




.espacamento-veritical-banners-anuncio-mobile{
    margin-bottom: 4%;
    margin-top: 4%;
}

/*SEÇÃO VAGAS DE EMPREGO - HOME - FIM*/

/*SEÇÃO COMO PODEMOS AJUDAR - HOME - INÍCIO*/
.como-podemos-ajudar-titulo{
    height: auto;
    background-color: #2957a4;
    background-size: cover;
    padding-left: 1%;
    padding-top: 2%;
    padding-bottom: 0.5%;   
    margin-top:1%;
}

.icone-como-podemos-ajudar{
    float: left;
    margin-top: -2%;
}

.icone-como-podemos-ajudar-mobile{
    margin-top: 1%;
    margin-bottom: 1%;    
    margin-left: 1%;
    float: left;
    width: 32px;
    height: 32px;
}

.titulo-como-podemos-te-ajudar{
    color:#fff112;
    font-size: 30px;
    font-style: italic;    
    text-transform: uppercase;
    float: left;
    font-weight: 600;
    margin-left: 2%;
    margin-top:-2%;
}

.titulo-como-podemos-te-ajudar-mobile{
    color:#fff112;
    font-size: 16px;
    font-style: italic;    
    text-transform: uppercase; 
    font-weight: 600;    
    margin-left: 1.5%;
}

.titulo-menu-de-acesso-rapido{
    color:#FFFFFF;
    font-size: 20px;
    margin-top: 1%;
    font-weight: 600;
    float: left;
    margin-left: -39%;
}
.titulo-menu-de-acesso-rapido-mobile{
    color:#FFFFFF;
    font-size: 16px;
    margin-top: 1%;
    font-weight: 600;          
}
/*SEÇÃO COMO PODEMOS AJUDAR - HOME - FIM*/

/*SEÇÃO RODAPÉ - INÍCIO*/
.fundo-rodape{
    background-size: cover;
    height: auto;
    padding-bottom: 1%;   
    padding-top: 1%;   
    background-color: #53a467;
    margin-top: 1%;
}

.icones-rodape{
    float: left;  
    margin-left: 0;
}

.icones-rodape-mobile{  
    margin-left: 0;
}

.titulos-rodape{
    color:#FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.titulos-rodape-mobile{
    color:#FFFFFF;
    font-size: 16px;
    font-weight: 600; 
    text-transform: uppercase;    
}

.textos-rodape{
    color:#FFFFFF;
    font-size: 16px;    
    float: left;    
    text-transform: uppercase;    
    margin-top: 1.5%;
}

.textos-rodape-mobile{
    color:#FFFFFF;
    font-size: 14px;      
    margin-top: 1%;
}

.textos-telefones-rodape{
    color:#FFFFFF;
    font-size: 20px;    
    float: left;   
    margin-left:0;
}

.textos-telefones-rodape-mobile{
    color:#FFFFFF;
    font-size: 14px;       
}

.textos-email-rodape{
    color:#FFFFFF;
    font-size: 20px;    
    float: left;      
}

.textos-email-rodape-mobile{
    color:#FFFFFF;
    font-size: 14px;    
}

.textos-menu-rodape{
    color:#FFFFFF;
    font-size: 20px;    
    float: left;   
    margin-left: 0;
}

.textos-menu-rodape-mobile{
    color:#FFFFFF;
    font-size: 14px;       
    margin-left: 0;
}

hr{
    border:1px solid #FFFFFF;
}

.assinatura-masterix{
    color:#FFFFFF;
    font-size: 16px;    
}

th{
    /*text-align: center; */
    vertical-align: middle;
}

td{
    /*text-align: center; */
    vertical-align: middle;
}

/*SEÇÃO RODAPÉ - FIM*/

/* SETAS LATERAIS - CARROSSEL */
.next img{
    opacity: 0.2 ;
}

.next img:hover{
    opacity: 1 ;
}

.prev img{
    opacity: 0.2 ;
}

.prev img:hover{
    opacity: 1;
}

/* FIM SETAS LATERAIS - CARROSSEL */

/*RETIRAR SOMBREAMENTO LATERAL CARROUSEL - INÍCIO*/
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) !important;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1) !important;
}
/*RETIRAR SOMBREAMENTO LATERAL CARROUSEL - FIM*/

/*ALTERAR A COR DAS SETAS CARROUSEL - INÍCIO*/
.carousel-control {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 15% !important;
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
    font-size: 36px !important;
    font-weight: bold !important;
    color: #2957A4 !important;
    text-align: center !important;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%) !important;
}
/*ALTERAR A COR DAS SETAS CARROUSEL - FIM*/


.btn-success {
    color: #ffffff  !important;
    background-color: #5cb85c  !important;
    border-color: #4cae4c  !important;
    height: auto !important;
    width: 100% !important;    
}

.btn-warning {
    color: #ffffff !important;
    background-color: #f0ad4e  !important;
    border-color: #eea236  !important;
    height: auto !important;
    width: 100% !important;
}

.voltar-pagina-inicial{
    color: #2957A4;
    font-weight: bold;
    font-size: 25px;
    float: right;
}
/*SWAPPER - início*/
.swiper-slide img {
    display: block;    
    object-fit: cover;

}

.swiper-scrollbar-drag {
    border-radius: 1rem;
    background-color: #ccc;
}

.swiper-scrollbar{
    display: flex;
    flex-direction: row;
    height: 0.25rem;
}
@media(min-width:640px){
    .swiper-slide{
        width: 158px !important;
    }
}
.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;  
    flex-shrink: 0;
    margin-right: 1%;
}
.swiper-wrapper{
    display:flex;
    flex-direction: row;
}

.swiper{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

/*SWAPPER - fim*/

.fundo-diretoria-atual{
    background-color: #e5f1e8;
    width: 100%;
    background-size: cover;
    height: auto;
    margin-top: 3%;
}


.enfase-imagem-1{
    transition: all 0.5s;
    cursor: pointer;
}

.enfase-imagem-1:hover{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.enfase-imagem-2{
    transition: all 1s;
    cursor: pointer;
}

.enfase-imagem-2:hover{
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.enfase-imagem-3{
    transition: all 0.5s;
    cursor: pointer;
}

.enfase-imagem-3:hover{
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.enfase-imagem-4{
    transition: all 0.5s;
    cursor: pointer;
}

.enfase-imagem-4:hover{
    -webkit-filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));
    filter: drop-shadow(15px 10px 5px rgba(0,0,0,.5));
}

.enfase-imagem-5{
    transition: all .5s;
    border: 5px solid transparent;
}
.enfase-imagem-5:hover{
    border: 5px solid #00599B;
    border-radius: 50%;
}

.swiper-button-next {   
    background-image: url("layout/proximo.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 44px;
}
.swiper-button-prev {   
    background-image: url("layout/anterior.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute  !important;    
    margin-top: 60%  !important;
    z-index: 10 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: inherit !important;    
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

/*botõe de navegação - carroussel mobile - INÍCIO*/
.swiper-button-next-mobile {   
    background-image: url("layout/proximo.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 44px;
}
.swiper-button-prev-mobile {   
    background-image: url("layout/anterior.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 44px;
}
/*botõe de navegação - carroussel mobile - FIM*/

.conteudo-secao-desktop{
    font-size: 18px;
    color: #000000;
    font-style: normal;
}
.conteudo-secao-mobile{
    font-size: 14px;
    color: #000000;
    font-style: normal;
}

.saiba-mais-desktop{
    font-size: 18px;
    color: #53a467;
    font-style: normal;
}
.saiba-mais-mobile{
    font-size: 16px;
    color: #53a467;
    font-style: normal;
}

.titulo-diretoria-atual{
    font-size: 18px;
    color: #000000;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.titulo-diretoria-atual-mobile{
    font-size: 16px;
    color: #000000;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.foto-diretor{
    width: 150px;
    height: 165px;
    border-radius: 25px;
    border:solid 5px #53a467;
}

.legenda-diretor-carrossel{    
    color: #000000;
    font-style: normal;
    font-size: 20px;
}

.legenda-diretor-carrossel-mobile{    
    color: #000000;
    font-style: normal;
    font-size: 17px;
}

.sombreamento-capa-noticia{
    box-shadow: 5px 5px 5px 5px #C1C1C1;    
}

.conteudo-noticia{
    font-size: 25px;
    color: #000000;
    font-style: normal;
    padding-top: 2%;
    padding-bottom: 2%;
}

.conteudo-noticia-mobile{
    font-size: 17px;
    color: #000000;
    font-style: normal;
    padding-top: 3%;
    padding-bottom: 2%;
}

.leia-mais{
    color: #53a467;
    font-size: 18px;
    font-weight: bold;
}

.leia-mais-mobile{
    color: #53a467;
    font-size: 20px;
    font-weight: bold;
}

.botao-padrao{
    background-color: #53a467;
    width: 100%;
    background-size: cover;
    height: auto;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 3%;
    padding-right: 3%;
    color:#FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px #C1C1C1;
}

.borda-mapa{
    border: 10px solid #b8b8b8;
}

.barra-pesquisa-noticias{
    background-color: #53a467;    
    background-size: cover;
    height: auto;
    padding-bottom: 3%;
    padding-top: 3%;
}

.botao-pesquisar{
    background-color: #b8d8c0;  
    width: 100%;
    background-size: cover;
    height: auto;
    padding-bottom: 2%;
    padding-top: 2%;
    color:#FFFFFF;
    border-radius: 10px;    
    border:none;
}

.container-noticias{
    background-color: #f9f9f9;    
    background-size: cover;   
    height: auto;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 2%;
    padding-right: 2%;
}

.titulo-noticia-secao-todas-noticias{
    font-size: 18px;
    color:#000000;
    font-weight: bold;
}

.chamada-noticia-secao-todas-noticias{
    font-size: 20px;
    color:#000000;
    font-weight: normal;
}
.conteudo-noticia-secao-todas-noticias{
    font-size: 17px;
    color:#000000;
    font-weight: normal;
}

.data-noticia-secao-todas-noticias{
    color: #70b180;
    font-weight: bold;
    font-size: 16px;
}

.btn-primary {
    color: #53A467 !important;
    background-color: #F0F0F0 !important;
    border-color: #F0F0F0 !important;
}

.btn-primary:hover {
    color: #F0F0F0 !important;
    background-color: #53A467 !important;
    border-color: #53A467 !important;
}

