:root{
    --verde: #1E665A;
    --azul: #236692;
}
/* ------------ Header ------------ */
.logo{
    width: 98px;
}

#btnAgendarHora{
    background-color: var(--verde);
    color: white;
    border-radius: 10px;
}
/* ------- Sección Banner -------- */
#seccionBanner{
    background-image: url("../img/pethouse/banner-pethouse2.jpg");
    background-size: cover;
    height: 92vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1{
    color: var(--verde);
    font-weight: bold;
}

#containerParrafoYBoton{
    font-size: 20px;
    font-weight: bold;
    color: var(--verde);
}

#btnAgendarHoraBanner{
    text-decoration: none;
}

#btnAgendarHoraBanner>p{
    border: 2px solid var(--verde);
    color: var(--verde);
    border-radius: 40px;
    margin-left: 12%;
    width: fit-content;
    margin-top: 40px;
}

#btnAgendarHoraBanner>p:hover{
    background-color: var(--verde);
    color: white;
}

/* Sección Sobre Nosotros */
#tituloSobreNosotros{
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 28px;
    text-align: center;
    color: var(--verde);
    font-weight: bold;
}

#imgSobreNosotros{
    width: 100%;
}

#logoPetHouseRedondo{
    width: 140px;
}

#tituloBienvenidos{
    font-size: 22px;
}

.tarjetasSobreNosotros{
    background-color: var(--verde);
    border-radius: 10px;
}

.tarjetasSobreNosotros>img{
    background-color: white;
    border-radius: 20px;
    width: 80px;
}

/* Sección Servicios Veterinarios */
#serviciosVeterinarios{
    margin-top: 60px;
    margin-bottom: 60px;
}

#tituloServiciosVeterinarios{
    color: var(--verde);
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 28px;
}

.CardsServiciosVeterinarios{
    background-color: var(--verde);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
    border-radius: 10px;
}
.CardsServiciosVeterinarios>img{
    height: 80px;
}

/* Sección Nuestros Valores */
#tituloNuestrosValores{
    text-align: center;
    color: var(--verde);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
}

#imgNuestrosValores{
    width: 100%;
}

#imgDibujoPerro{
    width: 140px;
    border-radius: 50%;
    margin-bottom: 20px;
}

h3{
    margin-top: 20px;
    color: var(--verde);
}

/* Footer */
footer{
    background-color: var(--verde);
}

#logoFooter{
    width: 80px;
    border-radius: 50%;
}

.redesSociales{
    width: 40px;
    margin-right: 20px;
}