.cabecalho {
    padding: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url(../img/fachada.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.cabecalho h2 {
    font-size: 54px;
}


.kidabout{
    padding: 50px;
}

.kidabout img{
    border-radius: 15px;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    height: 500px;
}



.card-info h2{
  color: #0F2D87;
  font-size: 46px;
}

.linha-cond{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.primeira-parte p{
    font-size: 24px;
    font-weight: bold;

}

.primeira-parte i{
    color: #ffbf00;
}

.segunda-parte p{
    font-size: 20px;
}

.divisor{
    border: 1px dashed #5c5c5c;
    margin-top: 10px;
}

.agenda-visita{
    margin-top: 50px;
}

.agenda-visita button{
    background-color: #F2190A;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 20px;
}

.agenda-visita button:hover{
    background-color: #0F2D87;
    transition: .5s;
}

