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



.banner img{
    width: 100%;
    margin-top: 115px;
    box-shadow: 0 10px 12px 0 rgb(0 0 0 / 45%)
}
/*sobre*/
.sobre{
    margin-top: 70px;
}
.titulo-sobre h1{
    color: #132f8f;
    font-weight: 600;
    font-size: 36px;
}
.texto-sobre{
    text-align: justify;
}
.botao-verde button{ 
    background-color: #23b95d;
    color: white;
    font-weight: 600;
    padding: 10px 25px;
    border: none;
    border-radius: 7px;
    box-shadow: 0 10px 12px 0 rgb(0 0 0 / 45%)
}
.foto-sobre{
    text-align: right;
}
.foto-sobre img{
    height: 200px;
    border-radius: 7px;
    box-shadow: 0 10px 12px 0 rgb(0 0 0 / 45%);
}

/*segmentos*/
main{
    margin-top: 100px;
}

p {

    white-space: normal;

}
.titulo-segmentos{
    text-align: center;
}
.titulo-segmentos h2{
    color: #132f8f;
    font-weight: 600;
    font-size: 36px;
}
.cards{
    margin-top: 20px !important;
}
.conteudo-card{
    height: 550px;
}
.conteudo-card img{
    width: 100%;
}
.card{
    margin-top: 20px;
    padding: 16px;
    padding-bottom: 25px;
    border-radius: 7px !important;
    border: none !important;
    box-shadow: 0 6px 15px 0 rgba(87, 87, 87, 0.3);
    
    
}
.card h2{
    margin-top: 10px;
    font-weight: 600;
    color: #132f8f;
    font-size: 24px;
}
/*ensino religioso*/
.ensino-religioso{
    margin-top: 100px;
}
.titulo-religioso h2{
    color: #132f8f;
    font-weight: 600;
    font-size: 36px;
}
.foto-religioso{
    height: 350px;
}
.texto-religioso{
    text-align: justify;
}
/*cultura inglesa*/
.cultura-inglesa{
    padding: 50px 0px;
    background-color: #e40521;
    box-shadow: 0 6px 15px 0 rgba(87, 87, 87, 0.3);
    margin-top: 100px;
}
.logo-cultura img{
    height: 200px;
}
.texto-cultura{
    text-align: justify;
}

.texto-cultura p{
    color: white;
    font-weight: 600;
}
.centralizar{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*etapa*/
.etapa{
    margin-top: 100px;
}
.titulo-etapa h2{
    margin-top: 10px;
    font-weight: 600;
    color: #132f8f;
    font-size: 32px;
}
.logo-etapa img{
    height: 250px;
    
}
.titulo-etapa{
    text-align: center;
}
.texto-etapa{
    text-align: justify;
}
.conteudo-etapa{
    margin-top: 30px;
}







@media (max-width: 991px) { 
    #logo{
        height: 50px;
    }

    .banner img{
        margin-top: 120px;
    }
    .logos-parceiros{
        flex-direction: column;
    }
    .logos-parceiros img{
        margin-top: 30px;
        width: 100% !important;
    }
    .foto-sobre{
        margin-top: 30px;
    }
    .carousel-item img{
        height: 250px !important;
    }
    .titulo-sobre h1 {
        font-size: 24px;
    }
    .titulo-segmentos h2{
        font-size: 24px;
    }
    .titulo-infra h2{
        font-size: 24px;
    }
    .titulo-parceiros h2{
        font-size: 24px;
    }
    .titulo-mapa h2{
        font-size: 24px;
    }
 }