@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

#whats{
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9;
}

.whats{
    background-color: #ff6300;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    width: 180px;
    z-index: 99999;
    
}

.whats:hover{
    background-color: #33cee6;
    transition: 0.5s;
}

h1{
    font-weight: bold;
    color:#33cee6;
}

p{
    width: 80%;
    margin: 0 auto;
    text-align: justify;
}

img{
    max-width: 100%;
}


header{
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.212);
}

#menufixo{
    position: fixed;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 9999;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.212);
    animation: aparecer 3s ease-in-out;
}

@keyframes aparecer{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.menu-item{
    color: rgb(63, 63, 63) !important;
}

.menu-item.active{
    border-bottom: 5px solid #33cee6;
}


.menu-item:hover{
    color: #33cee6 !important;
    border-bottom: 5px solid #54b5c5;
}

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


.escola p{
    width: 80%;
    text-align: justify;
    margin: 0 auto;
}

.more{
    width: 200px;
    margin: 20px auto;
    border: 5px solid #33cee6;
    border-radius: 50px;
    height: 50px;
    background-color: transparent;
    color: #33cee6;
    font-weight: bold;

}

.more:hover{
    background-color: #33cee6;
    color: #fff;
    transition: 1s;
}

.segmentos{
    background: url(../img/sopadeletrinha.png) fixed;
    padding: 100px;
}

.segmentos img{
    max-width: 20%;
}

.box-seg{
    background-color: rgba(255, 255, 255, 0.733);
    border: #fff 10px solid;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.473);
    border-radius: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}

.box-seg h3{
    padding: 20px;
    color: #33cee6;
    font-size: 35pt;
}


.atividades{
    padding: 50px;
}

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

.atividades h2{
    color: #ff6300;
    font-weight: bold;

}

.atividades h3{
    font-size: 14pt;
    background-color: #33cee6;
    padding: 20px;
}
.atividades .box{
    color: #ff6300;
}

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

.atividades a:hover{
    text-decoration: underline;
    font-weight: bold;
}

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

.complementares{
    background-color: rgb(238, 238, 238);
    padding: 50px;
}

.complementares p{
    width: 100%;
}

.box-comp{
    background-color: #fff;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.568);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.box-comp .card{
    border: none;
}

.box-comp img{
    max-width: 40%;
}

.conteudo{
    margin-top: 50px;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.274);
    padding: 50px;
    border-radius: 25px;
}

.complementares h2{
    color: #33cee6;
    font-weight: bold;
}

.fotos{
    display: flex;
    justify-content: center;
}

.fotos img{
    padding: 20px;
    width: 250px;
    height: 190px;
}

footer{
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14pt;
}

footer i{
    color: #54b5c5;

}

.footer p{
    color: #33cee6 !important;
}

.copy{
    background-color: #33cee6;
}

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

.copy a:hover{
    color: #f8e0cf;
}


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