/**
 * @description Estilos específicos del componente
 * @author Carlos Vázquez Ordóñez
 */

/* Comunes */
.errors {
    margin-top: 10rem;
    text-align: center;
}
.errors a {
    text-decoration-line: none;
    color:rgb(109, 109, 109);
    -webkit-tap-highlight-color: transparent;
}
.errorHome {
    font-size: 4rem;
}
.errorHome:hover {
    color: rgb(155, 155, 155);
}
.errorHome:active {
    color: rgb(219, 218, 218);
}
.errorVovler {
    margin-top: -0.8rem;
    font-size: 1.2rem;
}
.errors h3 {
    color: #008CBA;
}

/* Nav */
#nav {
    display: none !important;
}
#mobileMenu {
    display: none !important;
}
