@font-face {
    font-family: 'Nexa';
    src: url('/fonts/Nexa_Light.otf');
    font-weight: normal;
    font-style: normal;
}

/* Ahora puedes usar "MiFuente" como la familia de fuentes en tu CSS */
body{
    overflow-y: scroll !important;
    font-family: 'Nexa' !important;
    
}

.container-body{
    min-height: 55vh !important;
}

.background-login {
    margin: 0;
    padding: 0;
    height: 100vh;
    position: relative;
}


/* Primera imagen de fondo */
.background-login::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/Asset2.png');
    background-position: center;
    background-size: cover; /* Ajusta el tamaño según tus necesidades */
    background-repeat: no-repeat;
    z-index: 0; /* Asegura que esta capa esté detrás de las demás */
}

/* Segunda imagen de fondo */
.background-login::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/Asset4.png');
    background-position: center;
    background-size: auto; /* Ajusta el tamaño según tus necesidades */
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 1; /* Asegura que esta capa esté sobre la primera imagen */
}

.img-logo{
    z-index: 10;
    position: relative;
}

form{
    z-index: 10;
    position: relative;
}


/* Estilos adicionales según sea necesario */
.input-group-prepend {
    cursor: pointer; /* Cambia el cursor al pasar sobre el icono */
}

.input-group-text {
    background-color: transparent; /* Fondo transparente para que se vea solo el icono */
    border: none; /* Sin borde para que no haya espacio adicional */
}

.input-group-text i {
    color: black; /* Cambia el color del icono según tus preferencias */
}

.custom-input::-moz-placeholder:before {
    content: "\f002" !important; /* Código Unicode para el icono de búsqueda de Font Awesome */
    position: absolute;
    left: 10px; /* Ajusta el espaciado según sea necesario */
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.custom-input::placeholder:before {
    content: "\f002" !important; /* Código Unicode para el icono de búsqueda de Font Awesome */
    position: absolute;
    left: 10px; /* Ajusta el espaciado según sea necesario */
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}


.btn-black{
    background-color: black;
    color: white;
    width: 100%;
}


.navbar-redes{
    margin: 0;
    padding: 0;
    height: 150px;
    position: fixed;
}

.navbar-redes .navbar-brand{
    z-index: 10;
}

.nav-item{
    z-index: 10 !important;
}

.nav-item a{
    color: white !important;
    font-weight: bold;
    font-size: 16px;
}

.navbar-redes::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url('/img/Asset2_1.png');
    background-position: center;
    background-size: cover; /* Ajusta el tamaño según tus necesidades */
    background-repeat: no-repeat;
    z-index: 0; /* Asegura que esta capa esté detrás de las demás */
}

/* Segunda imagen de fondo */
.navbar-redes::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url('/img/Asset16.png');
    background-position: center;
    background-size: auto; /* Ajusta el tamaño según tus necesidades */
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 1; /* Asegura que esta capa esté sobre la primera imagen */
}


.footer-redes{
    width: 100%;
    position: relative;
    bottom: 0;
    flex: 1;

}

.footer-redes::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-image: url('/img/Asset2_1.png');
    background-position: center;
    background-size: cover; /* Ajusta el tamaño según tus necesidades */
    background-repeat: no-repeat;
    z-index: 0; /* Asegura que esta capa esté detrás de las demás */
}

/* Segunda imagen de fondo */
.footer-redes::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-image: url('/img/Asset16.png');
    background-position: center;
    background-size: auto; /* Ajusta el tamaño según tus necesidades */
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 1; /* Asegura que esta capa esté sobre la primera imagen */
}

.z-index{
    z-index: 100;
    position: relative;
}

.btn-orange{
    background-color: #EFB636 !important;
    border: black;
    font-weight: bold;
    text-align: center;
}

.text-orange{
    color: #EFB636 !important;
    font-weight: bolder;
    text-shadow: 1px 1px 3px #EFB636;
}

.text-green-redes{
    color: rgb(75,198,180) !important;
    font-weight: bolder;
    text-shadow: 1px 1px 3px rgb(75,198,180);
}

.btn-green{
    background-color: #4BC6B4 !important;
    border: black;
    font-weight: bold;
    text-align: center;
}

.dropdown-menu .dropdown-item{
    color: black !important;
}

.w-80{
    width: 80%;
    margin: 0 auto;
    display: block;
}

.col-disclaimer{
    background-color: rgb(245,127,52);
    color: white !important;
    border-radius:25px;
    font-weight: bolder;
}
