:root{
    --verde: #1E665A;
    --azul: #236692;
}
/* ------------ Header ------------ */
.logo{
    width: 98px;
}

#btnAgendarHora{
    background-color: var(--verde);
    color: white;
    border-radius: 10px;
}

/* Main */
#tituloServiciosVeterinarios{
    background-color: var(--verde);
    font-size: 32px;
}

#subTituloServicios{
    margin-top: 40px;
    font-weight: 400;
    font-size: 24px;
}

#parrafoServicios{
    width: 60%;
    margin-bottom: 60px;
}

.imagenesServiciosVeterinarios{
    width: 100%;
}

.cardsServiciosVeterinarios{
    background-color: var(--verde);
    color: white;
    text-align: center;
    border-radius: 10px;
}

h3{
    font-size: 24px;
}

#cardHorario{
    background-color: var(--azul);
    color: white;
    border-radius: 10px;
}

.containerCards{
    width: fit;
}

/* Footer */
footer{
    background-color: var(--verde);
}

#logoFooter{
    width: 80px;
    border-radius: 50%;
}

.redesSociales{
    width: 40px;
    margin-right: 20px;
}