.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}






/* 
  Mensajes de alerta con más contraste en color.
*/
.c-alert.c-alert--problem {
    background: #ffbdbd;
    color: #770D0D !important;
}

.c-alert.c-alert--problem .icon::before {
    color: #770D0D !important;
}

/* 
  Inputs de formularios con más contraste en color verde.
*/

.form-control--input {
    width: 100%;
    background-color: transparent;
    padding: 0.75rem 1rem;
    border: 0.125rem solid #00614E !important;
    border-radius: 0.5rem;
    color: #003e2c;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 0.8695652174rem;
    line-height: 20px;
}

.form-control--textarea {
    width: 100%;
    background-color: transparent;
    padding: 0.75rem 1rem;
    border: 0.125rem solid #00614E !important;
    border-radius: 0.5rem;
    color: #003e2c;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 0.8695652174rem;
    line-height: 20px;
}

.form-control {
    background-color: #fff;
    padding: 0.75rem 1rem;
    border: 0.125rem solid #00614E !important;
    border-radius: 0.5rem;
    width: 100%;
    color: #003e2c;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 100%;
    line-height: 2;
    line-height: 24px;
}

.owl-carousel button:focus {    
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.skip-link { position: fixed;  top: -40px; /* fuera de la pantalla */  left: 0;  background: #000;  color: #fff;  padding: 8px 16px;  z-index: 10000;  text-decoration: none;}
.skip-link:focus { top: 0; /* aparece cuando se hace tab */}

/* 
  Subrayado en enlaces contenido cards.
*/
h3.u-font-size-l.u-margin-bottom-tiny:hover {
    text-decoration: underline;
}

.c-card__titulo:hover {
    text-decoration: underline;
}

/* 
  Tamaño elementos formulario responsive.
*/
@media (max-width: 575px) {
    .form-control--label {
        margin-bottom: 0.5rem;
        font-size:20px !important;
    }
}

