.cabecalho{
    background: url(../img/infantil-2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding:100px;
}

.cabecalho h1{
    color: #fff;
}

.cabecalho hr{
    height: 5px;
    width: 50px;
    margin: 0 auto;
    opacity: 1 !important;
    color: #33cee6;
}

.desc{
    padding: 100px;
}

.vant{
    background-color: #33cee6;
    padding: 10px;
    color: #fff;
}

.vant h1{
    color: #fff;
}

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