body {
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.heading-section {
    font-size: 30px;
}

.heading-section-escola {
    font-size: 20px;
}

.bg-purple {
    background-color: #8C52FF;
}

.bg-green {
    background-color: #39B97F;
}

.bg-light-geen {
    background-color: #D5FFA7;
}

.rounded-xl {
    border-radius: 1rem!important;
}

@media (min-width: 320px) and (max-width: 1365px) {
    .heading-section {
        font-size: 20px;
    }
    .heading-section-escola {
        font-size: 16px;
    }
}

/* --------------------- SECTION HEADER --------------------- */

#header {
    background-size: cover;
    min-height: 698px;
}

.bg-header {
    background: url("../img/bg-header.png") no-repeat center top;
}

.bg-header-escola {
    background: url("../img/bg-header-escola.png") no-repeat center top;
}

.btn-radius {
    border-radius: 20px;
    padding: 0 20px;
}

.btn-white {
    background-color: white;
}

#texto-header {
    font-size: 18px;
}

@media (min-width: 320px) and (max-width: 1365px) {
    #header {
        min-height: 10px;
    }
    #texto-header {
        font-size: 14px;
    }
}

/* --------------------- SECTION DIFERENCIAL --------------------- */

#diferencial {
    padding: 60px 0;
}

.text-diferencial {
    min-height: 140px;
    font-size: 13px;
}

.btn-diferencial {
    font-size: 12px;
    padding: 5px 20px;
}

@media (min-width: 320px) and (max-width: 1365px) {
    #ultimo-diferencial .text-diferencial {
        min-height: 30px;
    }
}

@media (min-width: 1366px) {
    .img-diferencial {
        min-height: 124px;
    }
    .text-diferencial {
        min-height: 100px;
    }
    .btn-diferencial {
        font-size: 13px;
        padding: 5px 20px;
    }
}

/* --------------------- SECTION SOBRE --------------------- */

#sobre {
    background: url("../img/bg-header.png") no-repeat center top;
    background-size: cover;
    padding: 30px 0;
}

.row-corretores {
    background-color: #39B97F;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: white;
    padding: 10px;
    margin-bottom: 30px;
}

.img-corretores {
    width: 48px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: white;
}

.container-carousel {
    min-height: 300px;
    background-color: white;
    border-radius: 20px;
}

#wrapper-indicators {
    padding-top: 50px !important;
}

.carousel-indicators > li {
    background-color: green !important;
    border-radius: 50% !important;
    width: 15px !important;
    height: 15px !important;
}

@media (min-width: 320px) and (max-width: 1365px) {
    .img-corretores {
        width: 72px;
    }
}

@media (min-width: 1366px) {
    #div-correcao {
        min-height: 294px;
    }
    .div-video {
        min-height: 342px;
    }
}

/* --------------------- SECTION PLANOS --------------------- */

#planos {
    padding: 30px 0;
}

#lista-planos {
    font-size: 12px;
}
#lista-planos > li {
    margin-bottom: 10px;
}

.card-planos {
    border-radius: 40px;
    color: white;
    padding: 20px 30px;
    text-align: center;
}
.preco-plano {
    font-size: 30px;
}

#carouselPlanos .card-planos {
    min-height: 247px;
}

#wrapper-indicators-planos {
    padding-top: 30px !important;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0,-100%, 0);
    transform: translate3d(0,-100%, 0);
}

/* --------------------- SECTION ESCOLAS --------------------- */
#escolas {
    background: url("../img/bg-conteudo-escola.png") no-repeat center top;
    background-size: cover;
    padding: 100px 0;
}

#div-contato-escola, #div-contato-escola .form-control {
    background-color: #DFEEEC !important;
}

/* --------------------- SECTION CONTATO --------------------- */

#contato {
    background-size: cover;
    padding: 30px 0;
}

.bg-footer-escola {
    background: url("../img/bg-header-escola.png") no-repeat center top;
}

#div-contato, #div-contato-cliente, #div-contato-escola {
    background-color: white;
    border-radius: 20px;
    box-shadow: 1rem 1rem 1rem rgba(77, 76, 76, 0.9) !important;
    padding: 15px 10px;
}

input[type="text"],
input[type="email"],
select.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
select.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
