
.bg-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)), url("../img/inicio.jpg");
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)), url("../img/inicio.jpg");
}


.cabecera_azul {
    background-color: #cff4fc; 
    text-align: center;       /* Centrar el texto */
    padding: 0.5rem;         /* Espaciado */
    border-radius: 0.25rem;   /* Bordes redondeados */
    margin-bottom: 1rem;      /* Separación del contenido inferior */
    font-weight: bold;        /* Negrita */
}

.opacity-1{
    opacity: 1 !important;
}

.bg-white-opacity-9{
    background-color: #ffffff !important;
    opacity: 0.9 !important;
    padding-bottom: 0.75rem !important;
}

.text-gray {
    color: #463e3e !important;
  }


a .no-link {
    color: #6c757d  !important;
    text-decoration: none  !important;
}


#link-no {
    color: #6c757d;
    text-decoration: none;   
}