*{
    font-family: 'Poppins', sans-serif;
}
.banner{
    padding-top: 120px;
    height: 480px;
    background-image: url(../img/banner-infantil.png);
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner h1{
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}
.banner img{
    width: 100%;
}
main{
    margin-top: 80px;
}
.texto-segmento{
    text-align: justify;
}