/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme.
Version:            9.0.0-beta.3
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


header.banner .navbar-nav a {
    color: #1d9fa0 !important;
}
/* ====================== EMPRESAS ====================== */
.captacao_corporativa {
    background: #f3f1f0;
}
.btn-contato {
    margin-top: 50px;
}
.img-responsive {
    max-width: 100%;
}
.captacao_corporativa .campanha-primeira-dobra {
    height: auto;
    background: url(assets/images/bg_corp.jpg) 50% no-repeat;
    background-size: cover;
}
.captacao_corporativa h2, .captacao_corporativa h1 {
    color: #a9be00;
    font-weight: 600;
}
.btn-corp-azul {
    color: #fff;
    background: #363d86;
    text-align: center;
    border-radius: 50px;
    padding: 1%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-corp-azul:focus, .btn-corp-azul:hover {
    background: #2a2f67;
    color: #fff;
}
.btn-corp-verde, input.btn-corp-verde {
    border: none;
    color: #fff;
    background: #a9be00;
    text-align: center;
    border-radius: 50px;
    padding: 1%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
input.btn-corp-verde {
    padding: 1% 5% !important;
}
.btn-corp-verde:focus, .btn-corp-verde:hover {
    background: #94a600;
    color: #fff;
}
#vantagens, #diferenciais, #unidades, #como-funciona, #contato {
    padding: 5% 0;
    width: 100%;
}
.flex-corp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-corp2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-corp3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.selos, .flex-corp4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.selos div {
    margin-top: 5%;
}
#menu-fixo-btn .btn-corp-verde {
    padding: 2%;
    width: 100%;
}
.captacao_corporativa .campanha-primeira-dobra h2 {
    color: #707070;
}
.captacao_corporativa .campanha-slogan-2 {
    text-align: left !important;
}
.campanha-btn-inscricao .btn-corp-verde {
    padding: 2%;
}
#vantagens .row, #diferenciais .row, #unidades .row, #como-funciona, .row #contato .row {
    margin-top: 20px;
}
#diferenciais {
    background: #516fa4;
}
#diferenciais h2 {
    color: #fff;
}
.icon-location {
    width: 24px;
    height: 29px;
    margin-right: 15px;
    background: url(assets/images/location_corp_2.png) 50% no-repeat;
    background-size: contain;
    color: rgba(0,0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-link2 {
    color: #5b5b5f;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-link2:active .icon-location, .nav-link2:hover .icon-location, .mapAtivo .icon-location {
    background: url(assets/images/location_corp_1.png) 50% no-repeat;
    background-size: contain;
}
.nav-link2:active .nome_unidade_corp, .nav-link2:hover .nome_unidade_corp, .mapAtivo .nome_unidade_corp {
    color: #516fa4;
}
.nav-link2:active .endereco_unidade_corp, .nav-link2:hover .endereco_unidade_corp, .mapAtivo .endereco_unidade_corp {
    color: #5b5b5f;
}
#como-funciona {
    background: #a9be00;
}
#como-funciona h2 {
    color: #363d86;
}
#como-funciona p {
    color: #fff;
}
.box-info-pos {
    text-align: center;
    border: 1px solid #242424;
    border-radius: 15px;
}
.alinha-centro-hori {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*Juro Zero*/
.banner-jz {
    background-size: cover;
    height: 100vh;
    margin-bottom: 5%;
}
.flex-container-jz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-container-jz2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.sub-flex-jz {
    border-right: 3px solid #ff9e4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.titulo-jz, .sub-jz {
    text-align: right;
    color: #fff;
}
.btn-jz a {
    float: right;
}
.titulo-jz h1 {
    font-size: 3.5rem;
}
.titulo-jz, .sub-jz, .btn-jz {
    margin-bottom: 2%;
}
/*modal lead*/
#modalLead .form-control {
    color: #fff !important;
}
/* TEXTO LEGAL LP */
.text-muted {
    color: #FFF !important;
    font-size: 15px !important;
}
.contact-cn {
    background: #1d9fa0;
}
/* EDU */

div.dt-BOTfloater {
    box-shadow: none !important;
    width: 200px !important;
}
/* DOBRA ENEM */

.vestibular-dobra_enem {
    background-color: #009fa2 !important;
}
.vestibular-dobra_enem_conteudo {
    background-color: #099fa1 !important;
    color: #fff !important;
}
.vestibular-dobra_enem_conteudo .nav-tabs .nav-link.active {
    border-bottom: 5px solid #FFF !important;
    color: #fff !important;
}
.vestibular-dobra_enem_conteudo .nav-tabs .nav-link {
    border-bottom: 5px solid #6fbcbd !important;
    color: #fff !important;
}
.vestibular-dobra_enem_conteudo .nav-tabs a {
    color: #fff !important;
    text-decoration: none !important;
}
.vestibular-dobra_enem_conteudo .nav-link, .banner .nav a {
    padding: 0em 0em !important;
}
.vestibular-dobra_enem_conteudo .nav-tabs .nav-item, .nav-tabs .banner .nav li {
    margin-bottom: -1px;
    border-bottom: 0px !important;
}
/* VESTIBULAR INGRESSO */

.vestibular-cor {
    background-color: #099fa1 !important;
    color: #fff !important;
}
/* VESTIBULAR ENEM */

.vestibular-pravaler-enem .bg-color {
    background-color: #fff !important;
    color: #a4a6a8 !important;
}
.vestibular-pravaler-enem .sect-title.white {
    color: #1d9fa0 !important;
}
.vestibular-pravaler-enem .sect-title.white small {
    color: #1d9fa0 !important;
}
.vestibular-pravaler-enem .entry-content {
    color: #95989a !important;
}
/* VESTIBULAR ENEM DOCUMENTOS */

.vestibular-documents-enem {
    background-color: #FFF !important;
    color: #95989a !important;
}
.vestibular-documents-enem h2 small {
    background-color: #FFF !important;
    color: #1d9fa0 !important;
}
.vestibular-documents-enem .doc--filters .filter.is-checked {
    background-color: #2da7a7 !important;
}
.vestibular-documents-enem .text-muted {
    color: #5D6C72 !important;
}
.vestibular-documents-enem .sect-title {
    color: #1d9fa0 !important;
}
/* DIV PRA VALER ENEM INFOGRAFICO */


div.vestibular-pravaler-enem img.mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
div.vestibular-pravaler-enem img.show {
    display: none;
    max-width: 100% !important;
}
div.vestibular-pravaler-enem img.show.mobile {
    display: block;
    max-width: 100% !important;
}
}
.vestibular-pravaler-enem img {
    max-width: 100% !important;
}

/* CORES DOS LINKS DE LPS */

.links-cap a{
   color: #FFF;
}

.links-cap a:hover{
   color: #a7bd00;
}

/* CORRECAO DE TAMANHO BANNER ATENDIMENTO */

.header-contatos-lp-vestibular {
    padding: 40px 5px 1px 1px !important;
    margin-top: -25px !important;
}

.header-contatos-lp-transferencia {
    padding: 40px 6px 17px 1px !important;
}

/* CORRECAO DE BANNER MENU LP */

.banner-corrigido-lp{
  top: 0px !important;
}


/* CORES DOS LINKS DE LPS */

.links-cap a{
   color: #FFF;
}

.links-cap a:hover{
   color: #ff7403;
}

/* CORRECAO DE TAMANHO BANNER ATENDIMENTO */

.header-contatos-lp-vestibular {
    padding: 17px 5px 1px 1px !important;
    margin-top: -25px !important;
}

.header-contatos-lp-transferencia {
    padding: 15px 6px 1px 1px !important;
}

/* CORRECAO DE BANNER MENU LP */

.banner-corrigido-lp{
  top: 0px !important;
}

/* Formulario Pós */

.h2-titulo-pos{
    font-size: 25px;
    color: #FFF;
}

.titulo-pos{
    margin-bottom: 0rem;
}