


/* --- carousel --- */
#carousel{
    padding-top: 155px;
}

#carousel .banner-01,
#carousel .banner-02,
#carousel .banner-03,
#carousel .banner-04{
    background: url(../imagens/banners/banner-desktop.jpg)no-repeat center center;
    background-size: cover;
    height: 700px;
}
#carousel .carousel-item h2{
    font-family: "Axiforma Bold";
    font-size: 123.26px;
    font-weight: bold!important;
    line-height: 100px;
    letter-spacing: -4px;
    margin-bottom: 160px;
}

/* Ajuste de resize da janela bugando a imagem do banner */
.banner--imagem {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#calendario header{
    display: none;
}

/* Ajuste do header mobile */
@media screen and (max-width: 615px) {
    #carousel {
        padding-top: 145px;
        background: #ff6f3d;
    }
}

/* --- carousel indicators --- */
.carousel-control-next,
.carousel-control-prev {
    width: 25%;
    top: 6%;
}
.carousel-control-next img,
.carousel-control-prev img{
    width: 26px;
}
#carousel .carousel-indicators {
    bottom: 0px;
}
#carousel .carousel-indicators li{
    width: 10px;
    height: 10px;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
}
#carousel .carousel-indicators li.active{
    background-color: #fff;
}

/* --- O colegio --- */
#colegio{
    /*background-color: #fbf7f6;*/
    background: url(../imagens/bg/bg-colegio.jpg)no-repeat center center;
    min-height: 764px;
    background-size: cover;
}
#colegio h2{
    line-height: 45px;
}
#colegio p.text-brown-light{
    font-size: 21px;
}
#colegio h2.text-orange,
#colegio h2 .text-brown{
    font-size: 51px;
}
#colegio p.text-gray{
    font-size: 18px;
    line-height: 22px;
}
#colegio .circulos{
    margin-left: -20px;
}
#colegio .circulos img{
    max-width: 168px;
}
#colegio .circulos .descricao{
    margin-top: -120px;
}
#colegio .circulos .descricao a{
    font-size: 16px;
    padding: 0px 12px;
    border-radius: 10px;
    background-color: #f97535;
}

#colegio .numeros-contador {
    display: flex;
    justify-content: center;
}

#colegio .circulos .descricao p.numeros{
    font-family: "Axiforma Bold";
    font-size: 47px;
    color: #f97535;
    line-height: 50px;
    max-width: 160px;
}

#colegio .circulos .descricao p.texto{
    font-family: "Axiforma Light";
    font-size: 16px;
    color: #f97535;
    line-height: 15px;
}



/* --- ensino da escola --- */
#ensino-escola {
    background: url(../imagens/bg/bg-ensino-escola.jpg)no-repeat center center;
    background-size: cover;
}
#ensino-escola .container{
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}
#ensino-escola .container .titulo{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}
#ensino-escola .container .titulo p{
    color: #fff;
}
#ensino-escola .container .titulo h2{
    color: #fff;
}
#ensino-escola .box{
    width: 470px;
    height: auto;
    display: flex;
}
#ensino-escola .box .texto{
    width: 270px;
    background-color: #fff;
    padding: 20px 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#ensino-escola .box .texto span{
    font-size: 28px;
    font-weight: 700;
}
#ensino-escola .box .texto p{
    font-size: 15px;
    font-weight: 400!important;
    color: #7F7F7F!important;
}
#ensino-escola .box .texto a{
    width: fit-content;
    color: #fff;
    background-color: var(--new-orange);
    border-radius: 50px;
    padding: 5px 15px;
    transition: ease .3s;
}
#ensino-escola .box .texto a:hover{
    scale: 1.05;
    transition: ease .3s;
}
#ensino-escola .box .img{
    width: 180px;
}
#ensino-escola .box .img a,
#ensino-escola .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}


/* --- aprovados --- */
#aprovados {
    width: 100%;
    background-color: #FA7635;
    padding: 100px 0;
}
#aprovados .container{
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}
#aprovados .container .titulo{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}
#aprovados .container .titulo p{
    color: #fff;
}
#aprovados .container .titulo h2{
    color: #fff;
}
#aprovados .aprovado-div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#aprovados .prev-aprov{
    position: absolute;
    left: -5%;
    cursor: pointer;
    z-index: 2;
}
#aprovados .next-aprov{
    position: absolute;
    right: -5%;
    cursor: pointer;
    z-index: 2;
}
#aprovados .aprovados-slider{
    width: 100%;
    margin: 0 auto;
}
#aprovados .aprovados-slider .slick-slide{
    min-height: 200px;
}
#aprovados .aprovados-slider .box{
    width: 92%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
}
#aprovados .aprovados-slider .box .img{
    width: 100%;
    position: relative;
}
#aprovados .aprovados-slider .box .img img.aprovado{
    width: fit-content;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 55px;
}
#aprovados .aprovados-slider .box .img img{
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#aprovados .aprovados-slider .box .texto{
    width: 100%;
    min-height: 150px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#aprovados .aprovados-slider .box .texto span{
    color: #4DB18D;
    font-weight: 700;
}
#aprovados .aprovados-slider .box .texto h2{
    color: #FA7635;
    font-size: 24px;
    font-weight: 700;
}
#aprovados .aprovados-slider .box .texto h3{
    color: #000;
    font-size: 16px;
    font-weight: 700;
}



/* --- por que estudar --- */
#porque-estudar .text-brown-light p{
    font-size: 21px;
}
#porque-estudar h2{
    font-size: 51px;
    line-height: 45px;
}
#porque-estudar .media h3{
    font-size: 20px;
    line-height: 18px!important;
}
#porque-estudar .media p{
    font-size: 16.80px;
    line-height: 18px;
}
#porque-estudar .text-center a{
    font-size: 21px;
    padding-top: 11px;
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 20px;
    color: #5a2400;
}
#porque-estudar .media{
    max-width: 330px;
}
#porque-estudar .media h3{
    line-height: 20px;
}

/* --- monteiro on --- */
#monteiro-on{
    background-color: #faf6f5;
}
#monteiro-on h2{
    font-size: 81.86px;
    line-height: 60px;
}
#monteiro-on h2 span{
    color: #521700
}
.monteiroon-descricao {
    margin: 40px 0;
}
#monteiro-on p{
    font-size: 16.84px;
}
#monteiro-on img.ml-auto{
    height: 564px;
    object-fit: cover;
}
.icones-download img {
    max-width: 100%;
    margin-right: 15px;
    height: 60px;
}

/* --- sistema de ensino --- */
#sistema-ensino{
    background: url(../imagens/bg/bg-sistema-ensino.jpg)no-repeat center center;
    object-fit: cover;
    height: 528px;
}
#sistema-ensino iframe{
    margin-top: 110px;
}

/* --- positivo english --- */
#positivo-english{
    background: url(../imagens/bg/banner-amarelo.png)no-repeat center center;
    object-fit: cover;
    height: 565px;
    display: flex;
    align-items: center;
}
#positivo-english h2{
    font-size: 34px;
}
#positivo-english p{
    font-size: 18px;
    line-height: 24px;
}
#positivo-english .text-center{
    position: absolute;
    left: 30%;
    right: 30%;
    margin-top: 20px;
    z-index: 1;
}
#positivo-english a{
    font-size: 21px;
    color: #5a2400;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}
#positivo-english img{
    max-width: 220px;
}

/* --- universidade positivo --- */
#universidade .imagem{
    background: url(../imagens/uni.png);
    background-size: cover;
    min-height: 600px;
}
#universidade .texto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    gap: 15px;
}
#universidade span{
    font-size: 24px;
}
#universidade h2,
#universidade h2 span{
    font-size: 51px;
    line-height: 45px;
}
#universidade p{
    font-size: 18px;
}
#universidade a{
    width: fit-content;
    font-size: 21px;
    padding: 5px 30px;
    border-radius: 50px;
}
#universidade .texto img{
    width: 200px;
    margin-top: 50px;
}



/* --- nossa estrutura --- */
#nossa-estrutura h2{
    font-size: 51px;
    line-height: 48px;
}

#nossa-estrutura .d-flex img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.ekko-lightbox .modal-body{
    padding: 0px;
}

/* --- criancas --- */
#criancas{
    margin-top: -16px;
    position: relative;
}
#criancas .col-md-4{
    max-height: 418px;
}
#criancas img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- matriculas abertas --- */
#matriculas-abertas{
    margin-top: -110px;
}
#matriculas-abertas .row{
    padding-top: 46px;
    padding-bottom: 36px;
    padding-left: 10px;
}
#matriculas-abertas h2{
    font-size: 66.67px;
    line-height: 60px;
    letter-spacing: -2px;
}
#matriculas-abertas p{
    font-size: 18px;
    line-height: 20px;
}
#matriculas-abertas a{
    background-color: #5a2400;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}

/* --- depoimentos --- */
#depoimentos{
    margin: 140px;
}
#depoimentos .container{
    padding-left: 70px;
    padding-right: 70px;
}
#depoimentos .aspas{
    position: absolute;
    margin-top: -110px;
    margin-left: 50px;
}
#depoimentos .slide p.text-center{
    font-family: "OpenSans Italic";
    padding-left: 80px;
    padding-right: 80px;
}
#depoimentos .media p span.italic{
    font-family: "OpenSans Italic";
    font-size: 21px;
}
#depoimentos .media p span.text-gray{
    font-family: "OpenSans Regular";
    font-size: 17px;
}
#depoimentos .media img{
    max-width: 75px;
    max-height: 75px;
    object-fit: cover;
    border-radius: 50%;
}
#depoimentos .slick-dots li{
    width: 10px;
    height: 10px;
}
#depoimentos .slick-dots li button{
    width: 9px;
    height: 9px;
    padding: 4px;
    border-radius: 50%;
    background-color: #000000;
}
#depoimentos .slick-dots li button:before{
    color: transparent;
}
#depoimentos .slick-dots li.slick-active button:before{
    border: 1px solid #000000;
    background-color: #ffffff;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    opacity: 1;
}
#depoimentos .btn-slick-carousel-left,
#depoimentos .btn-slick-carousel-right{
    position: absolute;
    z-index: 1000;
    top: 30%;
}
#depoimentos .btn-slick-carousel-left{
    left: -30px;
}
#depoimentos .btn-slick-carousel-right{
    right: -30px;
}

/* --- parceiros --- */
#parceiros .container{
    margin: 150px auto;
}
#parceiros h2{
    font-size: 51px;
    letter-spacing: -2px;
}
#parceiros .slick-dots li{
    width: 8px;
    height: 10px;
}
#parceiros .slick-dots li button{
    width: 9px;
    height: 9px;
    padding: 4px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 50%;
    background-color: #000000;
}
#parceiros .slick-dots li button:before{
    color: transparent;
}
#parceiros .slick-dots li.slick-active button:before{
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    opacity: 1;
}
#parceiros .btn-slick-carousel-left,
#parceiros .btn-slick-carousel-right{
    display: none!important;
}

#parceiros .slide img {
    filter: grayscale(1);
    max-width: 100%;
    max-height: 100px;
}

#parceiros .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
/* --- calendario --- */

/* Calendario */
.calendar header .btn-prev,
.calendar header .btn-next {
    top: 24px!important;	
}
.calendar table {
margin-top: 6rem!important;
}

.calendar .event-container {
background: var(--new-orange)!important;
z-index: 1;
}

.calendar .filler {
background: var(--new-orange)!important;
z-index: 2;
}

.calendar .month,
.calendar .year {
color: var(--new-brown);
}

.calendar thead td {
color: var(--new-brown)!important;
font-family: 'Axiforma Bold'!important;
font-weight: bolder;
border-bottom: 3px solid #c481fc;
}

.calendar td {
/* padding: 0.8em 0.9em!important; */
border-right: 30px solid #faf6f5;
}

.calendar table tbody td:nth-child(6) .day,
.calendar table tbody td:nth-child(7) .day {
color: #ed455d;
}

.calendar table thead td:nth-child(6),
.calendar table thead td:nth-child(7) {
border-bottom: 3px solid #ed455d;
}


#calendario{
    background-color: #faf6f5;
}
#calendario h2{
    font-size: 51px;
    line-height: 45px;
    margin-top: 20px;
}
#calendario .ml-auto .bg-orange{
    height: 196px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
#calendario .ml-auto .bg-orange .text-white{
    font-size: 51px;
}
#calendario p.text-orange{
    font-size: 34px;
    line-height: 30px;
}
#calendario a.bg-orange{
    font-size: 19px;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 21px;
    border-radius: 50px;
}
#calendario a.bg-orange img{
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 3px;
}
#calendario a.bg-brown{
    font-size: 21px;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 50px;
}

#calendario table th span{
    font-family: "Axiforma Bold";
    /*border-bottom: 2px solid #aaa;
    /*padding-bottom: 7px;*/
    font-size: 22.29px
}

#calendario table td{
    font-family: "Axiforma Light";
    font-size: 18px;
}

/* --- blog --- */
.blog-card {
position: relative;
}
.blog-botao {
position: absolute;
bottom: 0;
left: calc(100% / 2 - 75px);
}
#blog p.text-brown-light{
    font-size: 19px;
}
#blog h2{
    font-size: 51px;
    font-family: "Axiforma Bold";
    letter-spacing: -2px;
}
#blog .d-flex img{
    width: 225px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    transition: .5s;
}
#blog .d-flex a p.text-brown{
    font-size: 19.58px;
    font-family: "Poppins Bold";
    width: 220px;
    padding-bottom: 15px;
}
#blog .d-flex a p.text-gray{
    font-size: 19.58px;
    font-family: "Poppins Light";
}
#blog .d-flex a.link{
    font-family: "Axiforma Bold";
    font-size: 21px;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 50px;
    transition: .5s;
}
#blog .d-flex img:hover{
    transform: scale(1.03);
    transition: .5s;
}
#blog .d-flex a.descricao:hover{
    text-decoration: underline!important;
    text-decoration-color: var(--orange)!important;
}
#blog .d-flex a.link:hover{
    box-shadow: 0px 3px 5px #888;
    transition: .5s;
}

/* --- button WhatsApp --- */
#btn-whatsapp{
    display: inline-block;
    position: fixed;
    bottom: 150px;
    right: 0px;
    /*z-index: 1;*/
    transition: .5s;
}
#btn-whatsapp:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: .5s;
}

/* --- button agende sua visita --- */
#btn-agendaVisita{
    display: inline-block;
    position: fixed;
    bottom: 100px;
    right: 0px;
    /*z-index: 1;*/
    width: 200px;
    transition: .5s;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 6px;
    font-size: 17.62px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#btn-agendaVisita:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: .5s;
}

/* --- noticias --- */
#noticias {
    
}
#noticias p.new-color-white{
    font-size: 21px;
    
}
#noticias h2{
    font-size: 51px;
    line-height: 36px;
    color: var(--new-orange)!important;
    margin-bottom: 50px;
}

#noticias .slider p.bg-brown{
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 8px;
}
#noticias .slide{
	display: flex;
	flex-direction: column;
    text-align: center;
}
#noticias .slide .box{
	width: 100%;
	flex-direction: column;
	display: flex;
}
#noticias .slide img{
    width: 100%;
    object-fit: contain;
}
#noticias .slide h4{
    font-size: 22px;
    color: var(--new-orange)!important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
#noticias .slide p{
    font-size: 19.58px;
    font-family: "Poppins Bold";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
#noticias .slide a.text-brown{	
    font-family: "Axiforma Bold";
    font-size: 21px;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 50px;
    transition: .5s;
}

#noticias .slick-slide {
    margin: 0px 5px;
}
#noticias .btn-slick-carousel-left,
#noticias .btn-slick-carousel-right{
    position: absolute;
    z-index: 10;
    top: 30%;
}
#noticias .btn-slick-carousel-left{
    left: -30px;
}
#noticias .btn-slick-carousel-right{
    right: -30px;
}


@media screen and (max-width: 1440px) {
/* --- monteiro on --- */
    #monteiro-on img.ml-auto{
        height: 380px;
    }

/* --- universidade positivo --- */
    #universidade .imagem{
        background: url(../imagens/bg/bg-universidade.jpg)no-repeat 80%;
    }

/* --- nossa estrutura --- */
    #nossa-estrutura .d-flex img{
        width: 140px;
        height: 140px;
    }

/* --- matriculas abertas --- */
    #matriculas-abertas{
        margin-top: -90px;
    }
    #matriculas-abertas .row{
        padding-top: 35px;
        padding-bottom: 25px;
        padding-left: 0px;
    }
    #matriculas-abertas h2{
        font-size: 54px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1180px) {
    #aprovados .prev-aprov{
        left: 0;
    }
    #aprovados .next-aprov{
        right: 0;
    }
}

@media screen and (max-width: 1024px) {
/* --- carousel --- */
    #carousel .carousel-item{
        height: 735px;
    }
    #carousel .carousel-item h2{
        margin-bottom: 50px;
    }

/* --- O colegio --- */
    #colegio .circulos img{
        max-width: 150px;
    }
    #colegio .circulos .descricao{
        margin-top: -120px;
    }
    #colegio .circulos .descricao a{
        margin-top: 6px;
    }
    #colegio .circulos .descricao p.numeros{
        font-size: 40px;
        margin-top: 4px;
    }
    #colegio .circulos .descricao p.texto{
        font-size: 15px;
    }

/* --- por que estudar --- */
    #porque-estudar .media{
        max-width: 320px;
    }
    #porque-estudar .media h3{
        font-size: 18px;
    }

    #ensino-escola .slide img,
    #noticias .slide img{
        width: 100%;
    }

/* --- monteiro on --- */
    #monteiro-on h2{
        font-size: 81px;
    }
    #monteiro-on p{
        font-size: 16px;
    }
    #monteiro-on img.ml-auto{
        height: 250px;
    }

/* --- universidade positivo --- */
    #universidade .imagem{
        background-position: 80%;
        height: 585px;
    }
    #universidade h2{
        font-size: 50px;
        line-height: 45px;
    }
    #universidade p{
        font-size: 18px;
    }
    #universidade a{
        font-size: 21px;
        padding-top: 10px;
        padding-bottom: 6px;
        padding-left: 40px;
        padding-right: 40px;
        border-radius: 20px;
    }

/* --- nossa estrutura --- */
    #nossa-estrutura .d-flex img{
        width: 240px;
        height: 240px;
        display: none;
    }
    #nossa-estrutura .d-flex a:nth-child(-n+12) img{
        display: block;
    }

/* --- matriculas abertas --- */
    #matriculas-abertas{
        margin-top: -50px;
    }
    #matriculas-abertas .row{
        padding-top: 46px;
        padding-bottom: 36px;
    }
    #matriculas-abertas h2{
        font-size: 51px;
        line-height: 50px;
        letter-spacing: -2px;
    }

/* --- depoimentos --- */
    #depoimentos{
        margin-left: 50px;
        margin-right: 50px;
    }

/* --- parceiros --- */
    #parceiros .customer-parceiros img{
        max-width: 180px;
    }

/* --- calendario --- */
    #calendario{
        background-color: #faf6f5;
    }
    #calendario h2{
        font-size: 51px;
        line-height: 45px;
        margin-top: 20px;
    }
    #calendario .ml-auto .bg-orange{
        height: 196px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }
    #calendario .ml-auto .bg-orange .text-white{
        font-size: 51px;
    }
    #calendario p.text-orange{
        font-size: 34px;
        line-height: 30px;
    }
    #calendario a.bg-orange{
        font-size: 19px;
        padding-top: 3px;
        padding-bottom: 1px;
        padding-left: 20px;
        padding-right: 21px;
        border-radius: 50px;
    }
    #calendario a.bg-orange img{
        padding-top: 2px;
        padding-bottom: 2px;
        margin-right: 3px;
    }
    #calendario a.bg-brown{
        font-size: 21px;
        padding-top: 2px;
        padding-bottom: 1px;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 50px;
    }
    #calendario .table thead th,
    #calendario .table td,
    #calendario .table th{
        border: none;
    }
    #calendario table th span{
        font-family: "Axiforma Bold";
        border-bottom: 2px solid #aaa;
        padding-bottom: 5px;
    }
    #calendario table th:nth-child(6) span,
    #calendario table th:nth-child(7) span{
        border-bottom: 2px solid var(--orange);
    }
    #calendario table td{
        font-family: "Axiforma Light";
        font-size: 14px;
    }
    #calendario table td:nth-child(6),
    #calendario table td:nth-child(7){
        color: var(--orange);
    }

    /* --- data de eventos --- */
    #calendario .data-marcada span{
        border: 1px solid var(--orange)!important;
        padding: 6px 6px 4px 6px;
        border-radius: 5px;
    }
    #calendario .data-marcada span:hover{
        cursor: pointer;
    }
    #calendario .descricao{
        display: none;
        transition: .5s;
        position: absolute;
        background-color: var(--new-brown);
        color: white;
        padding: 5px 10px;
        border-radius: 6px;
        margin-top: 6px;
        max-width: 150px;
    }
    #calendario .data-marcada:hover .descricao{
        transition: .5s;
        display: block;
    }	
}


@media screen and (min-width: 660px) {
.circulo-responsivo {
    margin-bottom: 50px;
}
}


@media screen and (max-width: 768px) {
/* --- carousel --- */
    #carousel .banner-01,
    #carousel .banner-02,
    #carousel .banner-03,
    #carousel .banner-04{
        background: url(../imagens/banners/banner-desktop.jpg)no-repeat 55%;
        height: 734px;
    }
    #carousel .carousel-item h2{
        font-size: 110px;
        line-height: 90px;
    }
    
/* --- carousel indicators --- */
    .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    }

/* --- O colegio --- */
    #colegio{
        background: url(../imagens/bg/bg-colegio.jpg)no-repeat 45%;
        background-size: cover;
    }
    #colegio p.text-brown-light{
        font-size: 20px;
    }
    #colegio h2.text-orange,
    #colegio h2 .text-brown{
        font-size: 50px;
    }
    #colegio p.text-gray{
        font-size: 18px;
    }
    #colegio .circulos img{
        max-width: 140px;
    }
    #colegio .circulos .descricao a{
        font-size: 14px;
        margin-top: 15px;
    }
    #colegio .circulos .descricao p.numeros{
        font-size: 40px;
        margin-top: 15px;
    }
    #colegio .circulos .descricao p.texto{
        font-size: 15px;
        margin-top: -5px;
    }

/* --- ensino da escola --- */
    #ensino-escola {
        /*background: url(../imagens/bg/bg-ensino-escola.jpg)no-repeat center center;*/
        /*background-size: cover;*/
    }
    #ensino-escola p.text-white{
        font-size: 20px;
    }
    #ensino-escola h2{
        font-size: 50px;
        /*line-height: 36px;*/
    }
    #ensino-escola .slider p.bg-brown{
        margin-left: 0px;
        font-size: 14px;
    }
    #ensino-escola .slide img{
        width: 228px;
        height: 224px;
    }
    #ensino-escola .slide p.text-white{
        font-size: 22px;
    }
    #ensino-escola .slide a.text-orange{	
        font-size: 18px;
    }

/* --- noticias --- */
    #noticias h2{
        font-size: 50px;
        /*line-height: 36px;*/
    }
    #noticias .slide img{
        width: 228px;
        height: 224px;
    }
    #noticias .slide a.text-orange{	
        font-size: 18px;
    }

/* --- por que estudar --- */
    #porque-estudar .text-brown-light p{
        font-size: 20px;
    }
    #porque-estudar h2{
        font-size: 50px;
    }
    #porque-estudar .media h3{
        font-size: 20px;
        line-height: 18px!important;
    }
    #porque-estudar .media p{
        font-size: 16.87px;
    }
    #porque-estudar .text-center a{
        font-size: 21px;
    }

/* --- monteiro on --- */
    #monteiro-on h2{
        font-size: 80px;
    }
    #monteiro-on p{
        font-size: 16px;
    }
    #monteiro-on img.ml-auto{
        height: auto;
        position: absolute;
    }

/* --- sistema de ensino --- */
    #sistema-ensino{
        background: url(../imagens/bg/bg-sistema-ensino.jpg)no-repeat 82%;
    }
    #sistema-ensino iframe{
        margin-top: 160px;
        margin-left: 50px!important;
        max-width: 508px;
        max-height: 280px;
    }

/* --- positivo english --- */
    #positivo-english h2{
        font-size: 34px;
    }
    #positivo-english p{
        font-size: 18px;
    }
    #positivo-english .text-center{
        position: absolute;
        left: 30%;
        right: 30%;
        margin-top: 20px;
        z-index: 1;
    }
    #positivo-english a{
        font-size: 20px;
    }
    #positivo-english img{
        max-width: 218px;
    }

/* --- universidade positivo --- */
    #universidade .imagem{
        background: url(../imagens/bg/bg-universidade.jpg)no-repeat 80%;
        background-size: cover;
        height: 583px;
    }
    #universidade h2{
        font-size: 48px;
    }
    #universidade p{
        font-size: 18px;
    }
    #universidade a{
        font-size: 20px;
    }

/* --- nossa estrutura --- */
    #nossa-estrutura h2{
        font-size: 50px;
    }
    #nossa-estrutura .d-flex img{
        width: 180px;
        height: 180px;
        object-fit: cover;
    }
    .ekko-lightbox .modal-body{
        padding: 0px;
    }	

/* --- matriculas abertas --- */
    #matriculas-abertas{
        margin-top: -90px;
    }
    #matriculas-abertas .row{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    #matriculas-abertas h2{
        font-size: 50px;
        line-height: 45px;
    }
    #matriculas-abertas p{
        font-size: 14px;
    }
    #matriculas-abertas a{
        font-size: 16px;
        background-color: #5a2400;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }

/* --- depoimentos --- */
    #depoimentos{
        margin: 140px;
        margin-left: 0px;
        margin-right: 0px;
    }
    #depoimentos .container{
        padding-left: 50px;
        padding-right: 50px;
    }
    #depoimentos .aspas{
        position: absolute;
        margin-top: -90px;
        margin-left: 0px;
        max-width: 185px;
    }
    #depoimentos .slide p.text-center{
        font-size: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #depoimentos .media p span.font-italic{
        font-size: 15px;
    }
    #depoimentos .media p span.text-gray{
        font-size: 12px;
    }
    #depoimentos .media img{
        max-width: 55px;
        max-height: 55px;
    }

/* --- parceiros --- */
    #parceiros .container{
        /*margin: 150px auto;*/
    }
    #parceiros h2{
        font-size: 34px;
        /*letter-spacing: -2px;*/
    }
    #parceiros .customer-parceiros img{
        max-width: 138px;
    }

/* --- calendario --- */
    #calendario .container{
        width: 520px;
        margin: 0 auto;
    }
    #calendario h2{
        font-size: 50px;
    }
    #calendario .ml-auto .bg-orange{
        height: 150px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }
    #calendario .ml-auto .bg-orange .text-white{
        font-size: 50px;
    }
    #calendario table th{
        font-size: 22px;
    }
    #calendario table td{
        font-size: 16px!important;
    }
    #calendario p.text-orange{
        /*font-size: 34px;*/
        /*line-height: 30px;*/
    }
    #calendario a.bg-orange{
        font-size: 18px;
    }
    #calendario a.bg-brown{
        font-size: 20px;
    }


/* --- blog --- */
    #blog h2{
        font-size: 50px;
        /*font-family: "Axiforma Bold";
        letter-spacing: -2px;*/
    }
    #blog .d-flex img{
        width: 272px;
        height: 300px;
        /*object-fit: cover;*/
        /*border-radius: 8px;*/
        /*transition: .5s;*/
    }
    #blog .d-flex a p.text-brown{
        font-size: 23px;
        /*font-family: "Poppins Bold";*/
    }
    #blog .d-flex a p.text-gray{
        font-size: 23px;
        /*font-family: "Poppins Light";*/
    }
    #blog .d-flex a.link{
        font-size: 24px;
    }

/* --- button WhatsApp --- */
    #btn-whatsapp{
        max-width: 50px;
    }
    #btn-whatsapp:hover {
        cursor: pointer;
        transform: scale(1.1);
        transition: .5s;
    }

/* --- button agende sua visita --- */
    #btn-agendaVisita{
        width: 180px;
        font-size: 16px;
    }

    #aprovados .prev-aprov{
        left: 2%;
    }
    #aprovados .next-aprov{
        right: 2%;
    }

    #universidade .imagem{
        display: none;
    }
    #universidade .col-7.col-md-6{
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
    #universidade .texto{
        padding: 50px 5%;
    }
}

@media screen and (max-width: 480px) {
/* --- carousel --- */
    #carousel .banner-01,
    #carousel .banner-02,
    #carousel .banner-03,
    #carousel .banner-04{
        background: url(../imagens/banners/banner-desktop.jpg)no-repeat top 55%;
        background-size: cover;
        max-height: 580px;
    }
    #carousel .carousel-item .mt-auto{
        margin-left: -20px;
    }
    #carousel .carousel-item h2{
        font-size: 73px;
        line-height: 60px;
        margin-bottom: 0px;
    }
    
/* --- carousel indicators --- */
    .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    }

/* --- O colegio --- */
    #colegio{
        background: url(../imagens/bg/bg-colegio.jpg)no-repeat 45%;
        background-size: cover;
        /*max-height: 500px;*/
        min-height: 600px;
    }
    #colegio p.text-brown-light{
        font-size: 16px;
    }
    #colegio h2.text-orange,
    #colegio h2 .text-brown{
        font-size: 30px;
        line-height: 28px;
    }
    #colegio p.text-gray{
        font-size: 10px;
        line-height: 14px;
    }
    #colegio .circulos{
        margin-left: -120px;
    }
    #colegio .circulos img{
        max-width: 100px;
    }
    #colegio .circulos .descricao a{
        font-size: 10px;
        margin-top: 40px;
    }
    #colegio .circulos .descricao p.numeros{
        font-size: 28px;
        margin-top: 40px;
    }
    #colegio .circulos .descricao p.texto{
        font-size: 10px;
        margin-top: -10px;
        line-height: 10px;
    }

    .circulo-responsivo {
        margin-bottom: 3rem!important;
    }

    .icones-download img {
        height: 40px;
        margin-top: 15px;
    }

/* --- ensino da escola --- */
    #ensino-escola p.text-white{
        font-size: 13px;
    }
    #ensino-escola h2{
        font-size: 30px;
        line-height: 22px;
    }
    #ensino-escola .slider p.bg-brown{
        margin-left: 40px;
        font-size: 14px;
    }
    #ensino-escola .slide p.text-white{
        font-size: 22px;
    }
    #ensino-escola .slide a.text-orange{	
        font-size: 16px;
    }
    #ensino-escola .btn-slick-carousel-left{
        left: 0px;
    }
    #ensino-escola .btn-slick-carousel-right{
        right: 0px;
    }

    #ensino-escola .box{
        width: 100%;
        flex-direction: column;
    }
    #ensino-escola .box .texto,
    #ensino-escola .box .img{
        width: 100%;
    }

/* --- noticias --- */
    #noticias h2{
        font-size: 30px;
        line-height: 22px;
    }
    #noticias .slide a.text-orange{	
        font-size: 16px;
    }
    #noticias .btn-slick-carousel-left{
        left: 0px;
    }
    #noticias .btn-slick-carousel-right{
        right: 0px;
    }

/* --- por que estudar --- */
    #porque-estudar .text-brown-light p{
        font-size: 13px;
    }
    #porque-estudar h2{
        font-size: 30px;
        line-height: 30px;
    }
    #porque-estudar .media{
        max-width: 180px;
    }
    #porque-estudar .media img{
        max-width: 70px;
    }
    #porque-estudar .media h3{
        font-size: 13px;
        line-height: 14px!important;
    }
    #porque-estudar .media p{
        font-size: 10px;
        line-height: 14px;
    }
    #porque-estudar .text-center a{
        font-size: 13px;
    }

/* --- monteiro on --- */
    #monteiro-on h2{
        font-size: 40px;
        line-height: 30px;
    }
    #monteiro-on h2 span{
        color: #521700
    }
    #monteiro-on .ml-auto img{
        max-width: 14px;
    }
    #monteiro-on p{
        font-size: 10px;
    }
    #monteiro-on img.ml-auto{
        margin-top: -40px;
        height: auto;
    }

/* --- sistema de ensino --- */
    #sistema-ensino{
        background: url(../imagens/bg/bg-sistema-ensino.jpg)no-repeat 84%;
        object-fit: cover;
        /*height: 355px;*/
    }
    #sistema-ensino iframe{
        margin-top: 160px;
        margin-left: 0px!important;
        max-width: 300px;
        max-height: 160px;
    }

/* --- positivo english --- */
    #positivo-english{
        background: url(../imagens/bg/banner-amarelo.png)no-repeat 68%;
        object-fit: cover;
        height: 565px;
        display: flex;
        align-items: center;
    }
    #positivo-english h2{
        font-size: 20px;
    }
    #positivo-english p{
        font-size: 10px;
        line-height: 14px;
    }
    #positivo-english .text-center{
        position: absolute;
        left: 20%;
        right: 30%;
        margin-top: 0px;
        z-index: 1;
    }
    #positivo-english a{
        font-size: 12px;
    }
    #positivo-english img{
        max-width: 132px;
    }

/* --- universidade positivo --- */
    #universidade .imagem{
        background: url(../imagens/bg/EAD.png)no-repeat 52%;
        background-size: cover;
        height: 348px;
    }
    #universidade h2{
        font-size: 20px;
        line-height: 25px;
    }
    #universidade p{
        font-size: 11px;
    }
    #universidade a{
        font-size: 13px;
        padding-top: 7px;
        padding-bottom: 5px;
        padding-left: 30px;
        padding-right: 30px;
    }

/* --- nossa estrutura --- */
    #nossa-estrutura h2{
        font-size: 30px;
        padding-left: 20px;
        line-height: 28px;
    }
    #nossa-estrutura .d-flex img{
        width: 95px;
        height: 95px;
    }
/* --- criancas --- */
    #criancas{
        margin-top: -32px;
    }

/* --- matriculas abertas --- */
    #matriculas-abertas{
        margin-top: -40px;
    }
    #matriculas-abertas .row{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #matriculas-abertas h2{
        font-size: 30px;
        line-height: 28px;
    }
    #matriculas-abertas p{
        font-size: 8px;
        line-height: 10px;
    }
    #matriculas-abertas a{
        font-size: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

/* --- depoimentos --- */
    #depoimentos .aspas{
        margin-top: -50px;
        max-width: 100px;
    }
    #depoimentos .container{
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    #depoimentos .slide p.text-center{
        font-size: 10px;
    }
    #depoimentos .media p{
        line-height: 15px;
        margin-top: 5px;
    }
    #depoimentos .media p span.font-italic{
        font-size: 12px;
        line-height: 10px;
    }
    #depoimentos .media p span.text-gray{
        font-size: 10px;
    }
    #depoimentos .media img{
        max-width: 40px;
        max-height: 40px;
    }
    #depoimentos .slick-dots li{
        width: 6px;
        height: 6px;
    }
    #depoimentos .slick-dots li button{
        width: 8px;
        height: 8px;
        padding: 4px;
        border-radius: 50%;
        background-color: #000000;
    }

    #depoimentos .btn-slick-carousel-left{
        left: -15px;
    }
    #depoimentos .btn-slick-carousel-right{
        right: -15px;
    }

/* --- parceiros --- */
    #parceiros .container{
        margin: 150px auto;
    }
    #parceiros h2{
        font-size: 20px;
    }
    #parceiros .customer-parceiros img{
        
    }

/* --- calendario --- */
    /*#calendario{
        background-color: #faf6f5;
    }*/
    #calendario .container{
        width: auto;
        margin: 0 auto;
    }
    #calendario h2{
        font-size: 30px;
        line-height: 28px;
    }
    #calendario .ml-auto .bg-orange{
        height: 120px;
        width: 80px;
    }
    #calendario .ml-auto .bg-orange .text-white{
        font-size: 40px;
    }
    #calendario table th{
        font-size: 14px;
    }
    #calendario table td{
        font-size: 14px!important;
    }
    #calendario p.text-orange{
        font-size: 21px;
        line-height: 20px;
    }
    #calendario a.bg-orange{
        font-size: 12px;
    }
    #calendario a.bg-orange img{
        max-width: 15px;
    }
    #calendario a.bg-brown{
        margin-top: -10px;
        font-size: 13px;
    }

/* --- blog --- */
    #blog p.text-brown-light{
        font-size: 12px;
    }
    #blog h2{
        font-size: 30px;
    }
    #blog .d-flex img{
        max-width: 148px;
        height: 175px;
    }
    #blog .d-flex a p.text-brown{
        font-size: 14px;
    }
    #blog .d-flex a p.text-gray{
        font-size: 14px;
    }
    #blog .d-flex a.link{
        font-size: 14px;
    }

    #blog .d-flex {
        justify-content: center!important;
    }
    .blog-card {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blog-botao {
        left: calc(100% / 2 - 55px);
    }

/* --- button WhatsApp --- */
    #btn-whatsapp{
        max-width: 45px;
        bottom: 145px;
    }

/* --- button agende sua visita --- */
    #btn-agendaVisita{
        width: 140px;
        font-size: 14px;
        padding-top: 6px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 375px) {
/* --- carousel --- */
    #carousel .carousel-item h2{
        font-size: 65px;
        line-height: 55px;
        margin-bottom: 20px;
    }

/* --- O colegio --- */
    #colegio{
        max-height: unset;
        min-height: 650px;
    }
    #colegio .circulos{
        padding-bottom: 4rem;
    }


/* --- por que estudar --- */
    #porque-estudar .media{
        max-width: 160px;
    }
    #porque-estudar .media img{
        max-width: 40px;
    }

/* --- sistema de ensino --- */
    #sistema-ensino{
        height: 410px;
    }

/* --- positivo english --- */
    #positivo-english h2{
        font-size: 18px;
    }
    #positivo-english .text-center{
        position: absolute;
        left: 3%;
        right: 30%;
        margin-top: -5px;
        z-index: 1;
    }
    #positivo-english a{
        font-size: 12px;
    }
    #positivo-english img{
        max-width: 120px;
    }

/* --- nossa estrutura --- */
    #nossa-estrutura .d-flex img{
        width: 85px;
        height: 85px;
    }

/* --- matriculas abertas --- */
    #matriculas-abertas{
        margin-top: -30px;
    }
    #matriculas-abertas .row{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #matriculas-abertas h2{
        font-size: 26px;
        line-height: 26px;
    }
    #matriculas-abertas a{
        font-size: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

/* --- blog --- */
    #blog .d-flex img{
        width: 140px;
        height: 150px;
    }

/* --- button WhatsApp --- */
    #btn-whatsapp{
        max-width: 45px;
        bottom: 140px;
    }

/* --- button agende sua visita --- */
    #btn-agendaVisita{
        width: 120px;
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 320px){
/* --- carousel --- */
    #carousel .carousel-item h2{
        font-size: 60px;
        line-height: 50px;
        margin-bottom: 30px;
    }

/* --- O colegio --- */
    #colegio{
        min-height: 650px;
    }
    #colegio .circulos{
        margin-left: -120px;
        margin-right: -20px;
    }
    #colegio .circulos img{
        max-width: 90px;
    }
    #colegio .circulos .descricao a{
        font-size: 9px;
        margin-top: 45px;
    }
    #colegio .circulos .descricao p.numeros{
        font-size: 25px;
    }

/* --- por que estudar --- */
    #porque-estudar .media{
        max-width: 140px;
    }
    #porque-estudar .media img{
        max-width: 45px;
    }

/* --- sistema de ensino --- */
    #sistema-ensino{
        height: 410px;
    }
    #sistema-ensino iframe{
        max-width: 280px;
        max-height: 140px;
    }

/* --- positivo english --- */
    #positivo-english h2{
        font-size: 16px;
    }
    #positivo-english .text-center{
        left: 3%;
        right: 30%;
        margin-top: -5px;
    }
    #positivo-english a{
        font-size: 10px;
    }
    #positivo-english img{
        max-width: 100px;
    }

/* --- nossa estrutura --- */
    #nossa-estrutura .d-flex img{
        width: 70px;
        height: 70px;
    }

/* --- matriculas abertas --- */
    #matriculas-abertas{
        margin-top: -30px;
    }
    #matriculas-abertas .row{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #matriculas-abertas h2{
        font-size: 22px;
        line-height: 20px;
    }
    #matriculas-abertas a{
        font-size: 9px;
    }

/* --- blog --- */
    #blog .px-4{
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    #blog .d-flex img{
        width: 130px;
        height: 140px;
    }
    #blog .d-flex a p.text-brown{
        font-size: 12px;
    }
    #blog .d-flex a p.text-gray{
        font-size: 12px;
    }
    #blog .d-flex a.link{
        font-size: 12px;
    }
}
