@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
    color: #646464;
}

#whatsapp {
    background-color: #6c9950;
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    z-index: 9999;
    border-radius: 25px;
    color: #fff;
}

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

#whatsapp i {
    color: #fff;
}

#backtotop {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    border: 5px solid #d27cc1;
    padding: 20px;
    width: 60px;
    height: 60px;
    background-color: #d27cc1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#backtotop i {
    color: #fff;
}

.espac {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.info {
    display: flex;
    background-color: #019ada;
    padding: 10px;
}

.info-alinha {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.end-top {
    margin-right: 20px;
}

.end-top p {
    color: #fff;
}

.end-top i {
    color: #fff;
}

.social-top i {
    color: #0190cc;
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
    border-radius: 50%;
}

.social-top {
    margin-right: 30px;
}


p {
    margin-bottom: 0 !important;
}

img {
    max-width: 100%;
}

.l-2 {
    margin-top: 50px;
}

.l-3{
    margin-top: 75px;
}

.b-2 {
    margin-bottom: 50px;
}

.logo img {
    max-width: 30%;
    /* background-color: #ffffffe5; */
}

.menu {
    z-index: 9;
    width: 100%;
    background-color: #ffffffa9;
}

.menu-item {
    font-weight: 600;
}

.menu-item:hover {
    color: #ffc743 !important;
    transition: .5s;
}

#menu-fixo {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #ffffffe0;
    display: none;
}

#menu-fixo .logo img {
    max-width: 40%;
}

.navbar {
    padding: 0 !important;
}

li.nav-item {
    margin: 10px;
}

.content {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

.slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.more {
    border: none;
    padding: 10px;
    width: 100px;
    background: #0190cc;
    color: #fff;
    border-radius: 10px;
    transition: .5s;
}

.more:hover {
    background-color: #6cc9f2;
}

.sobre {
    padding: 50px;
}

.sobre img {
    border-radius: 25px;
    aspect-ratio: 3/2;
    object-fit: cover;
    height: 500px;
}

.box-proposta{
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 25px;
    position: relative;
    padding: 50px;
}


.box-seg {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.box-vant {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px;
    border: #fff 6px solid;
    box-shadow: 2px 0px 5px #0000004f;
    border-radius: 5px;
}

.box-vant h2 {
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
}

.box-vant i {
    color: #fff;
    font-size: 40pt;
}

.saiba-mais {
    width: 150px;
    padding: 15px;
    border: none;
    background-color: #ee5a36;
    color: #fff;
    border-radius: 10px;
    position: relative;
    margin-top: 25px;
}

.saiba-mais::after {
    position: absolute;
    content: "\f061";
    font-family: 'FontAwesome';
    right: 10px;
    opacity: 0;
}

.saiba-mais:hover {
    background-color: #6cc9f2;
    transition: .5s;
}

.saiba-mais:hover::after {
    opacity: 1;
    transition: .5s;
}

.segmentos {
    padding: 50px;
    background-color: #f1f1f1;
}

.segmentos h2 {
    color: #2b69b8;
    font-size: 30pt;
}

.box-seg {
    position: relative;
    height: 400px;
}

.box-seg img {
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border: 6px solid #fff;
    box-shadow: 2px 0px 5px #0000004f;
    border-radius: 6px;
}

.box-seg img:hover {
    transform: scale(1.1);
    transition: .1s;
    cursor: pointer;
}

.box-texto {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    bottom: 0;
    width: 100%;
    padding: 20px;
    border-radius: 0px 0px 25px 25px;

}

.box-texto h3 {
    color: #fff;
}

.box-texto i {
    color: #fff;
}

.atividades {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url(../img/escola/img4.jpg) fixed;
    background-size: cover;
}


.box-ativ{
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dentro-ativ h2{
    color: #fff;
}

.dentro-ativ p{
    color: #fff;
}

.atividades .carousel-indicators [data-bs-target]{
   height: 10px;
   width: 10px;
   border-radius: 50%;
}

.carousel-indicators .active{
    height: 30px !important;
    border-radius: 35% !important;
    transition: .5s;
}

.atividades .carousel-indicators{
    justify-content: flex-end;
    margin-right: 2%;
    flex-direction: column;
    align-items: flex-end;
}

.interno img{
    height: 500px;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.dentro-ativ {
    padding: 50px;
    color: #fff;
}

.espac{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.projetos {
    padding: 50px;
    background-color: #2b69b8;
}

.projetos h2 {
    color: #fff;
}

.projetos p {
    color: #fff;
    width: 50%;
}

.box-proj img {
    box-shadow: 2px 3px 5px #00000046;
}

.desc-ativ {
    margin-top: 20px;
}

.depoimentos {
    padding: 50px;
}

.depoimentos h2 {
    color: #2b69b8;
}

.caixa {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 30px;
    border-radius: 25px;
    position: relative;
    height: 230px;
    display: flex;
    justify-content: center;
    flex-direction: column;

}


.caixa p{
    text-align: justify;
}


.visita {
    background-color: #eeeeee;
    padding: 50px;
}

.dados {
    display: flex;
}

.dados i {
    color: #fff;
    background-color: #2b69b8;
    padding: 20px;
    width: 50px;
    margin-top: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dados input {
    width: 90%;
    margin-top: 10px;
    border: none;
    margin-left: 5px;
    border-radius: 5px;
}

.dados textarea {
    margin-top: 10px;
    width: 90%;
    border: none;
    margin-left: 5px;
    border-radius: 5px;
}

.dados input::placeholder,
.dados textarea::placeholder {
    padding: 10px;
}

.envia {
    background-color: #ee5a36;
    margin-top: 20px;
    padding: 10px 40px;
    color: #fff;
    border-radius: 5px;
    border: none;
}

.envia i {
    color: #fff;

}

.visita h2 {
    color: #2b69b8;
}

.visita p{
    width: 90%;
    text-align: justify;
}

.mapa iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 0 !important;
}

footer {
    padding: 50px;
    background-color: #dddddd;
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

footer img {
    max-width: 20%;
}

footer h3 {
    color: #fff;
}

.copy {
    background-color: #2b69b8;
}

.copy p {
    color: #fff;
}

.copy a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.link-uteis {
    display: flex;
    flex-direction: column;
}



.link-uteis a {
    text-decoration: none;
    color: #fff;
    font-size: 12pt;
}

.social-roda i {
    color: #fff;
    font-size: 15pt;
    border-radius: 50%;
    margin: 5px;
    background-color: #019ada;
    padding: 20px;
}

.alinha {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.borda {
    border-right: 5px dotted #00000085;
}

.amarelo {
    color: #ffc743 !important;
}

.cor-amarelo {
    background-color: #ffc743 !important;
}

.azul {
    color: #2b69b8 !important;
}

.cor-azul {
    background-color: #019ada !important;
}

.laranja {
    color: #ff4e1c !important;
}

.cor-laranja{
    background-color: #ff4e1c !important;
}

.verde {
    color: #6c9950 !important;
}

.cor-verde {
    background-color: #6c9950 !important;
}

.cor-marrom {
    background-color: #874637 !important;
}

.marrom {
    color: #874637 !important;
}

.rosa {
    color: #d27cc1 !important;
}

.cor-rosa {
    background-color: #d27cc1 !important;
}

/*Responsivo*/

@media screen and (max-width:768px){
    .box-vant{
        padding: 20px;
    }

    .box-vant h2{
        font-size: 20px;
    }

    .box-seg{
        height: 200px;
    }

    .caixa{
        height: 400px;
    }

    footer{
        text-align: center;
    }
}

@media screen and (max-width:500px){
    .social-top{
        display: flex;
        margin-right: 0;
    }

    .carousel-indicators{
        display: flex;
    }

    .box-vant{
        margin-bottom: 30px;
    }

    .sobre{
        padding: 10px;
    }

    .segmentos{
        padding: 10px;
    }

    .box-seg{
        margin-bottom: 30px;
    }

    .depoimentos{
        padding: 10px;
    }

    .caixa{
        margin-bottom: 20px;
        height: 300px;
    }
}
