.gradient-custom-2 {
    /* fallback for old browsers */
    background: #414836;
    
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #414836);
    
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background:  #414836;
    }

    /*index*/
    body{
        min-height: 100vh;
        position: relative;
        padding-bottom: 3em;
        min-height: 100vh;
    }
    .footer{
        background-color: #414836;
        color: #ffffff;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        }
    .footer p{
        margin-top:15px;
    }

    /* Contenedor del video de fondo */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1; /* Coloca el video detrás del contenido */
    
}

/* Estilos del video de fondo */
#bg-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(8px); /* Aplicar desenfoque de 8px al video */
}

/* Asegúrate de que el contenido esté encima del video */
.content {
    position: relative;
    z-index: 1;
    color: white; /* Cambia el color del texto si es necesario para que se vea bien sobre el video */
}

/* Opcional: agrega una capa de color semitransparente para mejorar la legibilidad del contenido */
.content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Color de la capa (negro con 50% de opacidad) */
    z-index: -1;
}
    /*nav bar*/
    /* styles.css */

    /* Cambia el color de fondo del navbar */
    .navbar {
        background-color: #414836 !important; /* Cambia este color al que prefieras */
    }

    /* Cambia el color del texto de los enlaces del navbar */
    .navbar .navbar-nav .nav-link {
        color: rgb(255, 255, 255) !important; /* Cambia el color del texto */
    }

    /* Cambia el color del texto de los enlaces al pasar el mouse */
    .navbar .navbar-nav .nav-link:hover {
        color: #efe5a0 !important; /* Cambia el color al pasar el mouse */
    }

    /* Cambia el color del texto del brand (nombre del sitio) */
    .navbar .navbar-brand {
        color: #efe5a0 !important; /* Cambia este color al que prefieras */
    }

    /* Cambia el color del brand al pasar el mouse */
    .navbar .navbar-brand:hover {
        color: #efe5a0 !important; /* Cambia el color al pasar el mouse */
    }

    /*quitar el borde de los contenedores*/
    .col-lg-6{

        border: none;
    }

    /* Cambiar color del botón "Ingresar" */
.btn-ingresar {
    padding: 2%;
    border-radius: 5px;
    background-color: #414836; /* Color de fondo del botón */
    color: #efe5a0; /* Color del texto */
    border: none; /* Remueve el borde */
}

.btn-ingresar:hover {
    background-color: #efe5a0; /* Color de fondo al pasar el mouse */
    color: #414836; /* Color del texto al pasar el mouse */
}

/* Cambiar color del botón "Registrarse" */
#btn_registro_indigena
{
    width: 140px;
}
#btn_registro_natural
{
    width: 140px;
}
#btn_registro_juridica
{
    width: 140px;
}
.btn-inicio{
    width: 120px;
    height: 45px;
    border-radius: 5px;
    background-color: #414836; /* Color de fondo del botón */
    color: #efe5a0; /* Color del texto */
    border: none; /* Remueve el borde */
}
.btn-inicio:hover {
    background-color: #efe5a0; /* Color de fondo al pasar el mouse */
    color: #414836; /* Color del texto al pasar el mouse */
}
.btn-registrarse {
    padding: 2%;
    border-radius: 5px;
    background-color: #414836; /* Color de fondo del botón */
    color: #efe5a0; /* Color del texto */
    border: none; /* Remueve el borde */
}
.btn-registrarse2 {
    padding: 2%;
    border-radius: 5px;
    background-color: #414836; /* Color de fondo del botón */
    color: #efe5a0; /* Color del texto */
    border: none; /* Remueve el borde */
}

.btn-registrarse:hover {
    background-color: #efe5a0; /* Color de fondo al pasar el mouse */
    color: #414836; /* Color del texto al pasar el mouse */
}
/* Cambiar color del botón "Registrarse" */
.btn-registrarse_pregunta {
    padding-top: -1%;
    border-radius: 5px;
    background-color: #414836; /* Color de fondo del botón */
    color: #efe5a0; /* Color del texto */
    border: none; /* Remueve el borde */
}

.btn-registrarse_pregunta:hover {
    background-color: #efe5a0; /* Color de fondo al pasar el mouse */
    color: #414836; /* Color del texto al pasar el mouse */
}

h4
{
    color: #414836;
}

#signo_interrogacion{
    border-radius: 50%;
    text-align: center;
}
.contenedor_titulos h1{
    display: flex;
    justify-content: center;
    margin: 2%;
    
}
.contenedor_titulos h1 button{
    display: flex;
    color: rgb(255, 255, 255);
    background-color: #3593ff; 
    border-radius: 50%;
    border-color: #91919100;
    text-align: center;
}
/*terminos y condiciones del registro CCI*/
#texto_tyc p{
    margin: 3% 5% 2% 5%;
    padding: 3% 5% 2% 5%;
    background-color: #d8d8d8;
    border-radius: 30px;
}
#titulo_panel{
    color: white;
}
/*fin de terminos y condiciones del registro CCI*/


/*view persona juridica*/
.contenedor_inicio_juridica{
    flex-wrap: wrap;
    margin: 3%;
    display: flex;
    justify-content: space-evenly;

}
.contenedor_inicio_juridica .card{
    margin: 2%;
}

#titulo_inicio_juridica h1{
    margin: 2%;
    color: #414836;
}
#btn_juridica{
    color: white;
}
#btn_juridica2{
    margin-top: 40px;
    color: white;
}

    /*breakpoints para el login y registro*/
    @media (min-width: 768px) {
    .gradient-form {
    height: 100vh !important;
    }
    }
    @media (min-width: 769px) {
    .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    }
    }


/*Notificaciones*/
.position-relative { /* Asegúrate de tener esta clase de Bootstrap o defínela */
    position: relative;
    display: inline-block; /* Para que el span no ocupe todo el ancho */
}

.notificacion-badge {
    position: absolute;
    top: 8px; /* Ajusta la posición vertical */
    right: 2px; /* Ajusta la posición horizontal */
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 10px; /* Ajusta el tamaño */
    height: 10px; /* Ajusta el tamaño */
    font-size: 0.7em;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*modal cambio pass*/
.input-container {
    display: flex;
    flex-direction: row;
    align-items: center; /* Asegura que el input y el botón tengan la misma altura */
}

.input-container input {
    flex-grow: 1;
    margin-right: 5px;
    height: 100%; /* Asegura altura completa dentro del contenedor */
}

.error-msg {
    color: red;
    display: none;
}

.input-container .btn-outline-secondary {
    margin: 0px;
    align-items: center;
    background-color: #414836;
    color: #efe5a0;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    height:80%; /* Igual altura que el input */
    white-space: nowrap; /* Evita que el texto se divida */
}

.input-container .btn-outline-secondary:hover {
    background-color: #efe5a0;
    color: #414836;
}

