@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap');

:root {
    --color-primary: #01349C;
    --color-secondary: #D92526;
    --azul-gradient: linear-gradient(309deg,  #3586d5, #0098DB, #3ca1f0 )
}

html{
    scroll-behavior: smooth;
}

main {
    background-color: #F3F3FF;
}

h1,
.offcanvas-title {
    font-family: 'Poppins', sans-serif;
}


/*topbar*/
.bg-topbar{
    background-image: linear-gradient(309deg,  #3586d5, #0098DB, #3ca1f0 )
}

.bg-topbar .nav-item .nav-link {
    color: #fff;
}

.pt-6 {
    padding-top: 6em;
}

#historia, #educadores, #depoimentos{
    scroll-margin-top: 7em;
}


.offcanvas.offcanvas-end,
.offcanvas.offcanvas-start {
    width: 50%;
    height: 90%;
    top: 5%;
    border: none;
    border-radius: 1.5em;
    box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.176);
}

.offcanvas.offcanvas-end {
    right: 2.5%;
}

.offcanvas.offcanvas-start {
    left: 2%;
}

.offcanvas-title {
    color: #290C80;
}

.secao-hero {
    background-image: url(../img/bg-hero2.png);
    background-size: cover;
    background-position: center;
    height: calc(100vh - 58px);
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.img-hero {
    backdrop-filter: blur(6px) saturate(100%);
    background-color: rgb(65 65 65 / 50%);
    border-radius: 12px;
    border-radius: 2em;
    transition: .5s;
}

.img-hero:hover {
    transform: scale(1.1);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: none !important;
}

.offcanvas.offcanvas-end {
    background-image: url(../img/bg-offcanvas-aquarelinhaa.png);
    background-size: cover;
}

.offcanvas.offcanvas-start {
    background-image: url(../img/teenagers-readingg.png);
    background-size: cover;
    background-position: center bottom;
}

.text-justify {
    text-align: justify;
}

.btn-saiba-mais {
    background-color: var(--color-secondary);
    width: 55%;
    color: #fff;
    padding: .7em 0;
    transition: .5s;
    border-radius: 60px;
}

.btn-saiba-mais:hover {
    background-color: var(--color-secondary);
    color: #fff;
    transform: scale(1.1);
}

.titulo {
    color: var(--color-primary);
    font-weight: 900;
    font-size: 3.5em;
}

.underline-laranja {
    text-decoration: underline;
    text-decoration-color: var(--color-secondary);
    text-decoration-thickness: 0.4rem;
}

.imagem {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow:
        2.6px 2.9px 2.2px rgba(0, 0, 0, 0.022),
        6.2px 7px 5.3px rgba(0, 0, 0, 0.032),
        11.7px 13.2px 10px rgba(0, 0, 0, 0.04),
        20.6px 23.3px 17.9px rgba(0, 0, 0, 0.048),
        37px 42px 33.4px rgba(0, 0, 0, 0.058),
        82px 93px 80px rgba(0, 0, 0, 0.08);
}

.text-justify {
    text-align: justify;
}

/*Missoa visao e valores*/
.card-diferencial, .card-motivo {
    width: 100%;
    padding: 20px 1px;
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 2em;
    background: #FEBC20;
    transition: .1s;
    box-shadow:
        2.6px 2.9px 2.2px rgba(0, 0, 0, 0.022),
        6.2px 7px 5.3px rgba(0, 0, 0, 0.032),
        11.7px 13.2px 10px rgba(0, 0, 0, 0.04),
        20.6px 23.3px 17.9px rgba(0, 0, 0, 0.048),
        37px 42px 33.4px rgba(0, 0, 0, 0.058),
        82px 93px 80px rgba(0, 0, 0, 0.08);
}

.card-diferencial:hover {
    margin-top: -.5em;
}

.content {
    padding: 20px 50px;
}

.content .description {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
    font-size: 14px;
}

.content .title {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    font-size: 25px;
    letter-spacing: 1px;
}

/*Depoimento*/
.bg-depoimentos {
    margin-top: 6em;
    background-image: linear-gradient(25deg, #ff6603, #ff8108, #ff9a0f, #ffb117);
    background-size: cover;
    height: 100%;
    padding-bottom: 6em;
}

.card-depoimento {
    width: 100%;
    height: 100%;
    padding: 2em;
    background-color: #f9f9f9;
    border: none;
    border-radius: 2em;
}

.card-body-depoimento {
    padding: 2em 2em 0 2em;
}

.depoimento-icone {
    padding-top: 16px;
    padding-left: 1.5em;
    width: 80px !important;
    height: auto;
}

.swiper-slide .depoimento-icone {
    display: block;
    height: auto;
    object-fit: cover;
}

.img-depoimento {
    border-radius: 50%;
}

.titulo-depoimento {
    font-weight: 900;
    color: var(--color-primary);
}

/*Contato*/
.formulario-shadow {
    padding: 0rem 3rem 3em 3em;
    border-radius: 2rem;
    box-shadow: 0 8px 16px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5px);
    width: 100%;
}

.tampar-hubspot{
    width: 100%;
    height: 85px;
    background-color: #F3F3FF;
    bottom: 43px;
}

.contato-asteristico {
    color: var(--vermelho);
}

.form-control {
    border: none !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    ;
}

.form-nome {
    position: relative;
}

.bi-person-fill,
.bi-envelope-fill,
.bi-pencil-square,
.bi-telephone-fill {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 1.5rem;
    color: var(--color-secondary);
}

#contato {
    scroll-margin-top: 18em;
}

#proposta-pedagogica {
    scroll-margin-top: 8em;
}

label {
    font-size: 1rem;
    font-weight: bold;
}

.svg-tel {
    color: var(--color-primary);
}

aside {
    background: url(../img/contato.png), linear-gradient(25deg, #ff6603, #ff8108, #ff9a0f, #ffb117);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}

.titulo-redes {
    color: #f9f9f9;
    font-weight: 900;
}

.btn-redes {
    background: transparent;
    padding: 10px 30px;
    border: 1px solid #f9f9f9;
    color: #f9f9f9;
    font-size: 18px;
    border-radius: 50px;
    transition: 0.3s;
}

.bg-redes {
    padding-bottom: 6em;
    margin-top: 6em;
    background-image: url(../img/bg-redesociais.svg);
    background-size: cover;
}

.btn-redes:hover {
    background: #f9f9f9;
    color: var(--color-primary);
}

.svg-redes {
    fill: url(red)
}

/*footer*/
.bg-footer{
    background-image: linear-gradient(309deg,  #3586d5, #0098DB, #3ca1f0 )
}

.icon-nav{
    font-size: 1.5em;
    padding-left: .5em;
}
footer a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    font-weight: 600;
}

footer a:hover {
    text-decoration: none;
    opacity: 0.8;
}

hr {
    border-bottom: 2px solid #435879 !important;
    line-height: 1px;
}

@media screen and (max-width:991px) {
    .offcanvas.offcanvas-end {
        width: 100%;
        right: 0;
    }
    .offcanvas.offcanvas-start {
        width: 100%;
        left: 0;
    }
    .img-hero{
        width: 100%
    }
    .box-botao{
        text-align: center;
    }
    .secao-hero {
        height: 100%;
        padding-bottom: 6em;
    }
}

@media screen and (max-width:575px) {
    aside {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.btn-matricula {
    background:#FFBC21;
    padding: 10px 30px;
    border: 1px solid #FFBC21;
    color: #f9f9f9;
    font-size: 18px;
    border-radius: 50px;
    transition: 0.3s;
}

.btn-matricula:hover{
    border-color: #FFBC21 !important;
    background-color: transparent;
    color: #FFBC21  !important;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;

    display: flex;
    align-items: center;
    justify-content: center;
}

.my-float{
	margin-top: -4px;
}