*{
    font-family: 'Calibri', sans-serif;
}

.cookiesWarning {
    position: fixed;
    bottom: 10px;
    padding: 30px;
    background: rgba(255, 255, 255, .9);
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
}

.cookiesWarning p {
    display: inline-block;
    margin-right: 20px;
    width: 80%;
    vertical-align: top;
    margin-bottom: 0;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* footer{
    margin-top: 15px;
} */

.linksTopo{
    text-align: right;
    background-color: #1365a2;
    /* padding: 10px 0; */
    padding: 5px 0 10px 0;
}

.linksTopo a, .linksTopo span{
    text-decoration: none;
    color: #fff;
    /* margin-left: 5px; */
    font-size: 12px;
    text-transform: uppercase;
}

.linksTopo img{
    margin: 0 15px 0 0;
    width: 25px;
    height: 25px;
}

.navbar{
    width: 100%;
    height: 100%;
    justify-content: end;
}

.navbar ul li{
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}

.navbar ul li a{
    color: #777;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1px;
}

.navbar ul li a:hover{
    color: #333;
}

.navbar ul .active{
    border-bottom: solid 3px #015089;
}

.navbar ul .active a{
    font-weight: bold;
    color: #015089 !important;
}

.menu{
    padding: 20px 0;
}

.menuMobile{
    display: none;
}

/*



index.html



*/

.slides{
    background-color: #ebebeb;
}

#carouselIndexMobile{
    display: none;
}

/* .imagesSlide{
    height: 350px;
    background-size: cover;
    background-position: center;
} */

.bannerRematricula img,
.bannerBolsa img{
    width: 100%;
}

button.carousel-control-next:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    opacity: 0.9;
    z-index: 1;
}

button.carousel-control-prev:hover {
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    opacity: 0.9;
    z-index: 1;
}

.ensinos{
    margin-top: 20px;
}

.ensino{
    background-color: #095287;
    padding: 20px;
    color: #fff;
    min-height: 330px;
}

@keyframes balanco {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.ensino:hover{
    animation: balanco 0.3s 3;
}

.ensino img{
    display: block;
    margin: 0 auto;
    height: 80px;
    margin-bottom: 30px;
}

.colEnsino a{
    text-decoration: none;
}

.bold{
    font-weight: bold;
}

.ensinos .colEnsino:nth-child(even) .ensino{
    background-color: #19669f;
}

.noticias h3{
    margin: 0;
    padding: 10px 0;
    background-color: #095287;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 60px;
}


.noticia img{
    width: 100%;
}

.noticia{
    border: 1px solid #ddd;
    padding: 5px;
    position: relative;
}

.textoNoticia p{
    font-size: 16px;
    height: 75px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.textoNoticia small {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.colNoticia a{
    text-decoration: none;
    color: #333;
}

.textoNoticia{
    background-color: #f1f1f1;
    padding: 9px;
}

.iconNoticia img{
    width: 26px;
    height: 26px;
    background-color: #095287;
    padding: 5px;
    padding-left: 6px;
    padding-bottom: 6px;
    top: 40%;
    position: absolute;
    right: 12px;
}

.maisNoticias p img{
    width: 16px;
    margin-right: 10px;
    height: 16px;
    vertical-align: text-top;
}

.maisNoticias p span{
    font-weight: bold;
    font-size: 30px;
    vertical-align: sub;
}

.maisNoticias p{
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}

.maisNoticias{
    text-decoration: none;
}

.maisNoticias p:hover{
    color: #19669f;
}

.tituloFooter{
    font-size: 24px;
    color: #fff;
}

.tituloFooter img{
    width: 24px;
    vertical-align: text-top;
}

.textoFooter span{
    font-size: 16px;
}

.textoFooter{
    color: #fff;
    font-size: 13px;
}

.textoFooter a{
    text-decoration: none;
    color: #fff;
}

.textoFooter a:hover{
    color: #1365a2;
}

.tituloFooter{
    height: 36px;
}

.enderecos{
    background-color: #959595;
    height: 360px;
    padding-top: 25px;
}

.footerBlue{
    background-color: #095287;
}

.logosFooter img{
    max-width: 200px;
    margin: 30px 0;
    padding: 0 30px;
}

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

.copyright{
    padding-bottom: 20px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.modalBolsaBody{
    text-align: center;
    color: rgba(0,0,0,.64);
    padding-top: 50px;
}

.modalBolsaFooter{
    border: none;
}

.modalBolsaFooter .btn-secondary{
    color: #555;
    background-color: #efefef;
    border: none;
    padding: 6px 24px;
}

.modalBolsaFooter .btn-primary{
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    padding: 6px 24px;
}

.modalBolsaFooter .btn-primary:hover{
    background-color: #27aeed;
}

.modalBolsaFooter .btn-secondary:hover{
    background-color: #a7a7a7;
}

/*



colegio.html



*/

.lb-data .lb-close{
    position: absolute;
    top: -30px;
    right: 30px;
}

.bannerAzul{
    background-color: #19669f;
    padding-top: 20px;
    text-align: center;
}

.tituloBannerAzul{
    color: #FFFFFF !important;
    width: 50%;
    margin: 20px auto;
    border-bottom: 3px solid #4aa1c9;
    padding-bottom: 8px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}

.conteudo{
    text-align: justify;
    margin-top: 25px;
}

.conteudo a{
    text-decoration: none;
}

.navegacao ul{
    border-bottom: 1px solid #ddd;
    list-style-type: none;
    padding: 0;
    display: flex;
}

.navegacao ul li{
    margin-bottom: 6px;
    cursor: pointer;
    color: #19669f;
}

.navegacao ul li a{
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 100;
    color: #19669f;
}

.navegacao ul li a:hover{
    border-bottom: 1px solid #ddd !important;
    background-color: #eee;
}

.navegacao ul .active a{
    color: #555 !important;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.conteudoColegio{
    display: none;
}

.conteudoColegioActive{
    display: block;
}

.galeria img{
    width: 95%;
    height: 120px;
    cursor: pointer;

    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.galeria h3{
    margin: 10px 0;
}

.biblioteca{
    margin-bottom: 10px;
}

.agendarVisita{
    width: 300px;
    display: block;
    background-color: #32a2db;
    text-align: center;
    color: #fff;
    font-weight: 1000;
    font-size: 24px;
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 40px;
}

.agendarVisita:hover{
    text-decoration: none;
}

.lightboxOverlay{
    opacity: 0.99;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next{
    opacity: 1;
}

.lb-number{
    display: none !important;
}

.lb-data .lb-details{
    width: 100%;
    text-align: center;
}

.lb-data .lb-caption{
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.no-scroll {
    overflow: hidden;
}


/*



fiquePorDentro.html



*/

.tituloTabPainel{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 4px;
}

.tituloTabPainel:hover{
    text-decoration: underline;
}

@keyframes animacaoMostrar {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.conteudoTabPainel {
    border: 1px solid #ddd;
    padding: 15px;
    border-top: none;
    display: none;
    border-radius: 4px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.conteudoTabPainelVisivel {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: animacaoMostrar 0.5s ease-in-out;
}

.conteudoTabPainel p{
    margin-bottom: 10px;
}

.avisoMatricula{
    padding: 48px 60px;
    border-radius: 6px;
    background-color: #eee;
    margin-bottom: 30px;
    margin-top: 20px;
}

.avisoMatricula h2{
    text-align: center;
}

.avisoMatricula p{
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

a{
    color: #19669f;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.contentCursoEnem{
    padding-left: 30px;
}

.tituloCursoEnem{
    font-weight: bold;
    font-size: 18px;
}

.tituloConcursoBolsas{
    font-size: 25px;
    font-weight: bold;
}

.btnConcursoBolsas{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btnConcursoBolsas:hover {
    background-color: #286090;
    border-color: #204d74;
}


/*



ensino.html



*/

.textoLista{
    font-size: 14px;
    margin-bottom: 5px;
}

.imgTexto{
    width: 60px;
    height: 60px;
}

.tituloEnsino{
    color: #095287;
    text-transform: uppercase;
    font-weight: bold;
}

.conteudoEnsino{
    margin-left: 50px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

/*


centralAluno.html



*/

.tituloTabPainelLink{
    font-size: 16px;
    /* font-weight: bold; */
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 4px;
}

.tituloTabPainelLink:hover{
    text-decoration: underline;
}

/*



contato.html



*/

.formContatoCampos label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.formContatoCampos{
    margin-bottom: 15px;
}

.formContato{
    margin-top: 25px;
}

.formContatoCampos button{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    font-size: 14px;
}

.formContatoCampos button:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btnContato{
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
    margin-bottom: 15px;

    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btnContato:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.dadosContato p{
    margin: 0;
}

.dadosContato{
    padding: 48px 60px;
    border-radius: 6px;
    background-color: #eee;
}


@media (max-width: 1200px){
    .navbar{
        width: 100%;
        position: absolute;
        justify-content: normal;
        z-index: 2;
        background: #fff;
        height: auto;
        left: 0;
        top: -500px;
        opacity: 0;
        transition: opacity 0.5s ease;
        padding: 0 100px;
    }

    .show{
        display: block;
        opacity: 1;
        top: 230px;
    }

    .navbar ul{
        padding: 0;
    }

    .navbar ul li{
        display: block;
        margin-bottom: 10px;
    }

    .menuMobile{
        cursor: pointer;
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        justify-content: center;
    }

    .menuMobileText{
        font-size: 20px;
        font-weight: bolder;
        color: #848484;
        margin-left: 30px;
    }

    .menuMobileImg{
        width: 44px;
        border: 1px solid #ddd;
        padding: 4px;
        margin-left: 10px;
        height: 34px;
        border-radius: 5px;
        padding: 4px;
    }

    #menuMobile{
        display: flex;
    }

    .logoDesk{
        display: none;
    }

    .colEnsino{
        margin-bottom: 20px;
    }
}

@media (max-width: 991px){
    .enderecos{
        height: 930px;
    }
    .logosFooter img {
        max-width: 180px;
    }
    .logosFooter{
        flex-wrap: wrap;
    }

    .galeria img{
        height: 100px;
    }
    .dadosContato{
        margin-bottom: 25px;
        padding: 30px;
    }
}

@media (max-width: 768px){
    .webmailTopo, .intranetTopo{
        display: none;
    }
    .navbar{
        padding: 0 30px;
    }

    .galeria img {
        height: 120px;
    }

    .navegacao ul{
        display: block;
    }

    .navegacao ul li a{
        border: none !important;
    }

    .imgsEnsino img{
        width: 100%;
    }

    .cookiesWarning p {
        vertical-align: middle;
        width: 60%;
        font-size: 14px;
    }

    .navegacao ul li a{
        display: block;
        width: 100%;
    }

    .navegacao ul li.active{
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

    .navegacao ul li{
        margin-bottom: 0;
    }

    .avisoMatricula{
        padding: 30px 15px;
    }

    #carouselIndexMobile{
        display: block;
    }

    #carouselIndex{
        display: none;
    }
}

@media (max-width: 575px){
    .linksTopo a, .linksTopo span{
        margin: 0;
    }
    .noticia{
        margin-bottom: 15px;
    }
}