:root{
    --verde: #1E665A;
    --azul: #236692;
}
/* ------------ Header ------------ */
.logo{
    width: 98px;
}

#btnAgendarHora{
    background-color: var(--verde);
    color: white;
    border-radius: 10px;
}

/* Main */
form{
    background-color: var(--verde);
    border-radius: 10px;
    width: 80%;
}

input{
    width: 100%;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 20px;
    border: none;
    background-color: #ebebeb;
}

textarea{
    width: 100%;
    height: 30vh;
    border-radius: 10px;
    border: none;
    background-color: #ebebeb;
}

.botonesContacto{
    background-color: var(--azul);
    width: 40%;
    border-radius: 10px;
}


#imgDibujoPerro{
    width: 140px;
    border-radius: 50%;
    margin-bottom: 20px;
}

/* Footer */
footer{
    background-color: var(--verde);
}

#logoFooter{
    width: 80px;
    border-radius: 50%;
}

.redesSociales{
    width: 40px;
    margin-right: 20px;
}