*{
    font-family: 'Poppins', sans-serif !important;
}
h1,h2{
    font-size: 30px !important;
}
/*banner*/
.banner{
    padding-top: 113px;
}
/*berçario*/
.bercario{
    margin-top: 60px;
}
.titulo-banner{
    text-align: center;
    background: #0C445A;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 115px 0px;
}
.titulo-banner h1{
    color: white;
    font-weight: 600;
}
.texto-segmento{
    text-align: justify;
}
.texto-segmento h2{
    color: #0F5069;
    font-weight: 600;
}
.foto-segmento{
    text-align: right;
}
/*infantil*/
.infantil{
    margin-top: 60px;
    padding: 60px 0px;
    background: #0F5069;
}
.titulo-infantil{
    text-align: center;
}
.titulo-infantil h2{
    color: white;
    font-weight: 600;
}
.accordion-infantil{
    margin-top: 30px;
}

.accordion-item{
    background-color: #ffffff !important;
    border: 3px solid #0c445a!important;
}
.accordion-button{
    background-color: #0c445a !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}
.texto-infantil{
    text-align: justify;
}

/*titulo-unidade*/
.unidade{
    margin-top: 60px;
}
.titulo-unidade h2{
    color: #0F5069;
    font-weight: 600;
}
.unidade-1{
    text-align: center;
}
.unidade-1 h4{
    color: #0F5069;
    font-weight: 600;
}
.botoes-unidades button{
    background-color: #f3ea25;
    width: 200px;
    padding: 15px 0px;
    border-radius: 10px;
    border: none;
    color: #0F5069;
    font-weight: 600;
    box-shadow: 0px 1px 5px #000;
}
