*:not(i) {
    font-family: 'Roboto', sans-serif !important;
}



.mouse {
  width: 30px;
  height: 50px;
  border: 2.5px solid white;
  border-radius: 60px;
  position: relative;
  margin: 0 auto; /* Asegura centrado horizontal si no usas bootstrap */
  /* Para centrar verticalmente si el padre tiene altura fija */
  display: flex;
  justify-content: center;
  align-items: center;
}

.mouse::before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 1.5s infinite;
  -webkit-animation: wheel 1.5s infinite;
}

@keyframes wheel {
  0% { top: 8px; opacity: 1; }
  50% { top: 28px; opacity: 0.5; }
  100% { top: 8px; opacity: 1; }
}


.texto-borde {

    
    position: relative;
    display: inline-block;
    color: transparent;
}

.texto-borde::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    font-size: inherit;
    font-weight: inherit;
    color: transparent;
    -webkit-text-stroke: 1px transparent;
    background: linear-gradient(to right, #f57a26, white);
    /* tu degradé */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    pointer-events: none;
}


.borde-inferior-degrade {
    position: relative;
    /* Necesario para posicionar el ::after */
}

.borde-inferior-degrade::after {
    content: "";
    position: absolute;
    bottom: -5%;
    left: 0;
    width: 30%;
    height: 3px;
    background: linear-gradient(to right, #f57a26, white);
    border-radius: 1px;
    /* Opcional: bordes redondeados en el borde */
}


.fondo-personalizado-sl .pelotita-sl {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    filter: blur(100px);
    /* Suaviza los bordes */
}

.pelotita-sl-1 {
    background-color: #f27c2833;
    width: 700px !important;
    height: 700px !important;
    top: 15%;
    left: 20px;
}

.pelotita-sl-1a {
    background-color: #284df225;
    width: 700px !important;
    height: 700px !important;
    top: 15%;
    left: 20px;
}


.pelotita-sl-1v2 {
    background-color: #f27c2863;
    top: 0px;
    left: 0px;
}


/* Esquina superior izquierda */
.pelotita-sl-2 {
    background-color: #f27c2837;
    width: 700px !important;
    height: 700px !important;
    top: 0px;
    right: 0px;
}


/* Esquina superior izquierda */
.pelotita-sl-2a {
    background-color: #284df225;
    width: 700px !important;
    height: 700px !important;
    top: 0px;
    right: 0px;
}

.pelotita-sl-2a {
    background-color: #284df225;
    width: 700px !important;
    height: 700px !important;
    top: 0px;
    right: 0px;
}



/* Esquina superior derecha */
.pelotita-sl-3 {
    background-color: #f27c2833;
    bottom: 10%;
    left: 40%;
}

.pelotita-sl-3v2 {
    background-color: #f27c2863;
    bottom: 0px;
    left: 0px;
}

/* Esquina inferior izquierda */
.pelotita-sl-4 {
    background-color: #f27c283f;
    top: 5%;
    right: 30%;
    width: 600px !important;
    height: 600px !important;
}


.pelotita-sl-5 {
    background-color: #f27c283f;
    bottom: 10%;
    right: 10%;
    width: 500px !important;
    height: 500px !important;
}


.pelotita-sl-4v2 {
    background-color: #f27c2863;
    top: 0px;
    right: 0px;
}

/* Esquina inferior derecha */

.h1-sl {
    zoom: 120% !important;
}



.timer-regresivo {
    position: relative;
    width: 250px;
    height: 100px;
    background-color: #fff5e7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(197, 197, 197, 0.2);
}

.timer-regresivo span {
    position: absolute;
    padding: 0 5px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 12px;
}

#countdown {
    margin: 0;
    letter-spacing: 5px;
    font-size: 150%;
}



.card-custom {
    background-color: #fff !important;
    border: none !important;
    position: relative;
    z-index: 9 !important;
}

.card-custom h2,
.card-custom h4 {
    zoom: 120% !important;
}

.card-custom p {
    font-size: 14px;
    line-height: 18px !important;
    font-weight: 600 !important;
}





.contenedor-redondo {
    width: 200px;
    /* Ajusta según el tamaño deseado */
    height: 200px;
    /* Igual al width para mantener el círculo */
    border-radius: 50% !important;
    /* Hace que el contenedor sea redondo */
    overflow: hidden !important;
    /* Recorta la imagen dentro del círculo */
    border: 3px solid #F6410F !important;
    /* Borde naranja */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    /* Centra el contenedor en su columna */
}

.contenedor-redondo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    /* Evita que la imagen se deforme */
}


.text-custom {
    position: relative !important;
    top: -10px !important;
}



.bg-aprovados {
    background-image: url('../sistema/img/SL/Aprovados.svg');
    /* Imagen de fondo */
    background-size: cover !important;
    /* Ajusta la imagen para cubrir el div */
    background-position: center !important;
    /* Centra la imagen */
    background-repeat: no-repeat !important;
    /* Evita que la imagen se repita */
}



.bg-modalidade {
    background-image: url('../sistema/img/SL/Modalidade.svg');
    /* Imagen de fondo */
    background-size: cover !important;
    /* Ajusta la imagen para cubrir el div */
    background-position: center !important;
    /* Centra la imagen */
    background-repeat: no-repeat !important;
    /* Evita que la imagen se repita */
}


.bg-numeros {
    background-image: url('../sistema/img/SL/Numeros.jpg');
    /* Imagen de fondo */
    background-size: cover !important;
    /* Ajusta la imagen para cubrir el div */
    background-position: center !important;
    /* Centra la imagen */
    background-repeat: no-repeat !important;
    /* Evita que la imagen se repita */
}


.bg-preguntas {
    background-image: url('../sistema/img/SL/Preguntas.png');
    /* Imagen de fondo */
    background-size: cover !important;
    /* Ajusta la imagen para cubrir el div */
    background-position: center !important;
    /* Centra la imagen */
    background-repeat: no-repeat !important;
    /* Evita que la imagen se repita */
}




.bg-productos {
    background-image: url('../sistema/img/SL/Productos.jpg');
    /* Imagen de fondo */
    background-size: cover !important;
    /* Ajusta la imagen para cubrir el div */
    background-position: center !important;
    /* Centra la imagen */
    background-repeat: no-repeat !important;
    /* Evita que la imagen se repita */
}

.bg-none {
    background-color: #ffffff00 !important;
}


.footer-bajo-sl {
    background-color: #F6410F;
    color: white !important;
    font-weight: 600 !important;
    width: 100%;
    position: relative;
    top: 40px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}



.custom-collapse {
    border: 2px solid #060f41;
    /* Borde azul */
    border-radius: 30px;
    /* Bordes redondeados */
    overflow: hidden;
}

/* Estilos del encabezado */
.collapse-header {
    background: white;
    border: 2px solid #F6410F;
    /* Borde naranja */
    border-radius: 30px;
    /* Bordes redondeados */
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    justify-content: space-between;
    /* Para alinear el texto y la flecha */
    align-items: center;
    padding: 10px 15px;
}

/* Flecha predeterminada (hacia abajo) */
.collapse-header::after {
    content: "↓";
    font-size: 16px;
    transition: transform 0.3s ease;
    color: #060f41;
}

/* Ocultamos el input checkbox */
.collapse-toggle {
    display: none;
}

/* Ocultamos el contenido por defecto */
.collapse-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 15px;
}

/* Cuando el checkbox está marcado, mostramos el contenido */
.collapse-toggle:checked+.collapse-header+.collapse-body {
    max-height: 100px;
    /* Ajusta según el contenido */
    padding: 10px 15px;
}

/* Cuando el checkbox está marcado, la flecha cambia */
.collapse-toggle:checked+.collapse-header::after {
    content: "↑";
}



.product-price h2 {
    font-size: 40px;
    font-weight: 900;
}


.sl-input-personalizado {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;

    border-radius: 0;
    padding-right: 40px;
}



.progress-container {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 50px auto;
    padding: 0 20px;
    position: relative;
}

/* Línea gris de fondo */
.progress-container::before {
    content: '';
    position: absolute;
    top: 18px;
    /* mitad del círculo */
    left: 40px;
    right: 40px;
    height: 4px;
    background-color: #ccc;
    z-index: 0;
    border-radius: 2px;
}

/* Línea de progreso (por encima) */
.progress-container::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 40px;
    height: 4px;
    background: linear-gradient(to right, #007bff, #F6410F);
    /* verde a azul */
    z-index: 1;
    border-radius: 2px;
    transition: width 0.5s ease;
    width: var(--progreso);
}


/* Paso base */
.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    /* para que el círculo esté arriba de la línea */
}

/* Círculo base */
.progress-step::before {
    content: attr(data-step);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ccc;
    color: white;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s ease;
    z-index: 2;
}

/* Paso completado */
.progress-step.done::before {
    background-color: #007bff;
}

/* Paso actual */
.progress-step.active::before {
    background-color: #F6410F;
    animation: bounce 0.6s ease;
}

/* Nombre del paso */
.progress-step span {
    font-size: 11px;
    color: #333;
}





#payment-form.stripe-form {
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.stripe-form-group {
    margin-bottom: 16px;
}

.stripe-form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    background-color: #fff;
}

/* Solo afecta a inputs de texto dentro del formulario stripe-form */
.stripe-form input[type="text"] {
    all: unset;
    display: block;
    width: 100%;
    padding: 8px !important;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.stripe-form input[type="email"] {
    all: unset;
    display: block;
    width: 100%;
    padding: 8px !important;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.stripe-form-input:focus {
    border-color: #28a745;
    outline: none;
}

.stripe-form-element {
    background-color: white;
}

.stripe-form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.stripe-form-row .half {
    flex: 1;
}

.stripe-form-button {
    background-color: #28a745;
    color: white;
    border: none;
    font-size: 16px;
    padding: 14px 20px;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.stripe-form-button:hover {
    background-color: #218838;
}

.stripe-form-error {
    color: #e3342f;
    font-size: 14px;
    margin-top: 8px;
}


.stripe-parcela-info {
    margin-top: 8px;
    font-weight: 500;
    color: #333;
}


/* Animación de salto */
@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 576px) {
    .no-mobile {
        display: none !important;
        /* Oculta solo en móviles pequeños */
    }

    .center-mobile {
        text-align: center;
        /* Oculta solo en móviles pequeños */
    }

    .contenedor-redondo {
        width: 140px;
        /* Ajusta según el tamaño deseado */
        height: 140px;
    }



}








.fondo-personalizado-sl {
    background-color: #050B2D !important;
    position: relative;
    width: 100%;
    overflow: hidden;
}

body {
    background-color: #050B2D !important;
}


/*BUTON 1*/
.btn-custom-sl {
    color: #f57a26;
    border: 2px solid #f57a26;
    background-color: transparent;
    transition: all 0.3s ease;
}

.btn-custom-sl:hover {
    background-color: #f57a26;
    color: #fff;
}




/*BUTON 2*/

.btn-gradient-sl-1 {
    color: #050B2D;
    background-color: #f57a26;
    border: none;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 1;
}

.btn-gradient-sl-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f57a26;
    z-index: 0;
}

.btn-gradient-sl-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f57a26 0%, #ffffff 100%);
    transition: left 0.4s ease;
    z-index: 1;
}

.btn-gradient-sl-1:hover::before {
    left: 0;
}

.btn-gradient-sl-1>* {
    position: relative;
    z-index: 2;
}

.btn-gradient-sl-1 span {
    position: relative;
    z-index: 2;
}


/*BUTON 3*/


.btn-gradient-underline-sl {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f57a26;
    padding: 0.5rem 0.5rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

/* TEXT GRADIENT EFFECT */
.btn-gradient-underline-sl span {
    display: inline-block;
    background: linear-gradient(to right, #f57a26 0%, #ffffff 100%);
    background-size: 200%;
    background-position: left;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.4s ease;
    position: relative;
    z-index: 1;
}

/* BOTTOM BORDER GRADIENT EFFECT */
.btn-gradient-underline-sl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #f57a26 0%, #ffffff 100%);
    background-size: 200%;
    background-position: left;
    transition: background-position 0.4s ease;
    z-index: 0;
}

/* ON HOVER: animate gradient to right */
.btn-gradient-underline-sl:hover span {
    background-position: right;
}

.btn-gradient-underline-sl:hover::after {
    background-position: right;
}



/* BOTÓN 4 */
.btn-naranja-hover-sl {
    background: linear-gradient(to right, #F6410F, #f57a26);
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    transition: background 1s ease;
}

/* Hover: fondo naranja sólido */
.btn-naranja-hover-sl:hover {
    background: #f57a26;
    color: #ffffff;
}






.btn-gradient-outline-sl {
    position: relative;
    background-color: transparent;
    color: #F6410F;
    border: 2px solid #F6410F;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

/* Fondo degradado invisible al inicio */
.btn-gradient-outline-sl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #F6410F, #f57a26);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 0;
}

/* Al hacer hover, se muestra el fondo degradado */
.btn-gradient-outline-sl:hover::before {
    transform: scaleX(1);
}

/* Texto encima del fondo */
.btn-gradient-outline-sl span {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

/* Texto blanco en hover */
.btn-gradient-outline-sl:hover span {
    color: #ffffff;
}






.btn-circular-sl {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fd6034;
    background-color: #000f4d;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: background 0.4s ease, color 0.4s ease;
}

.btn-circular-sl i {
    transform: rotate(-45deg);
    font-size: 1.2rem;
    transition: color 0.4s ease;
}

.btn-circular-sl:hover {
    background: linear-gradient(to right, #f57a26 0%, #ffffff 100%);
    color: #050B2D;
}

.btn-circular-sl:hover i {
    color: #050B2D;
}





.btn-circular-subtle-sl {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: #050B2D !important;
    color: #ffffff !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important, color 0.3s ease !important;
}

.btn-circular-subtle-sl:hover {
    background-color: #6f7eb78d !important;
    color: #ffffff !important;
    /* texto blanco */
    opacity: 0.9 !important;
}





.btn-pill-gradient-sl {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    background-color: #000f4d;
    border: 1px solid #F6410F;
    border-radius: 50rem;
    /* píll */
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease;
}

.btn-pill-gradient-sl::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(to right, #F6410F, #000f4d);
    border-radius: 50rem;
    transition: left 0.5s ease;
    z-index: 0;
    /* fondo detrás */
}

/* Al hacer hover mover el fondo */
.btn-pill-gradient-sl:hover::before {
    left: 0;
}

/* Texto dentro del span siempre encima */
.btn-pill-gradient-sl span {
    color: #ffffff;
    position: relative;
    z-index: 1;
}







/* Colores y estilos */
.bg-primary {
    background-color: #050B2D !important;
}

/* Hover naranja para links */
.hover-naranja:hover {
    color: #f57a26 !important;
}



.custom-hero-sl {
    background: url('../sistema/img/SL/sitenew/encabezado-home.png') no-repeat center center !important;
    background-size: cover !important;
    border-bottom-left-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
    overflow: hidden !important;
    position: relative !important;
    min-height: 100vh !important;
}



.btn-whatsapp-float {
    position: fixed;
    bottom: 0px;
    right: 15%;
    background: linear-gradient(to right, #f57a26 0%, #ffcdac 100%);
    color: #fff !important;
    padding: 5px 25px;
    font-size: 16px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: background 0.4s ease;
}

.btn-whatsapp-float:hover {
    background: linear-gradient(to right, #e7630b 0%, #ffebde 100%);
    /* Anula el degradado */
}

.whatsapp-icon {
    width: 20px;
    height: 20px;
}




.titulos-naranja-sl {
    background: linear-gradient(to right, #f57a26, #ffffff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    font-weight: bold !important;
}

.text-up-sl {
    text-transform: uppercase !important;
}




/* Fondo transparente para todos los tabs */
.nav-tabs .nav-link {
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    font-weight: 600;
    transition: border-color 0.3s ease;
}

/* Estilo para el tab activo */
.nav-tabs .nav-link.active {
    color: white !important;
    background-color: transparent !important;
    border-color: transparent transparent #f57a26 transparent !important;
    /* solo borde inferior naranja */
    border-bottom-width: 4px !important;
    font-weight: 700;
}


.nav-tabs {
    border-bottom: none !important;
}

.tab-content {
    margin-top: 20px;
    border: 2px solid #f7a466;
    border-radius: 15px 15px 15px 15px;
    padding: 20px;
    background-color: transparent;
    color: white;
}





.fondo-sledu {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* evita que la imagen se salga */
    min-height: 500px;
}

.fondo-sledu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../sistema/img/SL/sitenew/fondosledu.png') center center no-repeat;
    background-size: cover;
    opacity: 0.4;
    z-index: 0;
}

.fondo-sledu::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to bottom, #050B2D, rgba(5, 11, 45, 0) 40%),
        linear-gradient(to top, #050B2D, rgba(5, 11, 45, 0) 40%);
    z-index: 1;
}

.fondo-sledu>* {
    position: relative;
    z-index: 2;
    /* asegura que el contenido esté por encima de la imagen y el degradado */
}


.img-full-height {
    max-width: none !important;
    height: 100%;
    width: auto;
    object-fit: contain;
    /* o cover, según lo que querés */
    position: relative;
    left: -35%;
}



/* En móvil, ancho 100%, altura automática */
@media (max-width: 767.98px) {
    .img-full-height {
        width: 150% !important;
        height: auto !important;
        left: -25%;
    }
}




.container-background-historias {
    background: url('../sistema/img/SL/sitenew/historias.png') no-repeat center center;
    background-size: cover;
}


.container-background-simple {
    background: url('../sistema/img/SL/sitenew/fondosimple.png') no-repeat center center;
    background-size: cover;
}

.border-warning-gradient {
    position: relative;
    border-radius: 0.25rem !important;
    /* bordes redondeados */
    border-left: 2px solid #f57a26 !important;
    /* borde izquierdo sólido */

    /* Sin borde en top, right y bottom, serán simulados */
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 1rem;
    /* espacio para que el contenido no tape el pseudo */
    background-clip: padding-box;
    /* evita que el background se meta en el borde */
    z-index: 0;
}

/* Pseudo elemento para bordes top, right y bottom con degradado */
.border-warning-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.25rem;
    pointer-events: none;
    z-index: 1;

    /* Fondo transparente para no tapar contenido */
    background: transparent;

    /* Usamos bordes con imagen gradiente para top, right y bottom */
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;

    /* Bordes con imagen lineal para degradado naranja a blanco */
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #f57a26, #ffffff);
}






.custom-footer {
    position: relative;
    /* ya lo tenés */
    background-image: url('../sistema/img/SL/sitenew/fondofooter.png');
    background-size: cover;
    background-position: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-top: 2px solid orange;
    min-height: 300px;
    overflow: visible;
    /* para que el mapa pueda sobresalir */
    padding: 2rem 1rem;
    color: white;
}

.custom-footer .map-overlay {
    position: relative;
    top: -100px;
    width: 100%;
    max-width: 1312px;
    height: 400px;
    z-index: 1000;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.custom-footer .map-overlay iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
}


.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white !important;
    color: #F6410F !important;
    /* naranja */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.icon-circle i {
    line-height: 1;
}

.icon-circle:hover {
    background-color: #F6410F !important;
    color: white !important;
    text-decoration: none;
}



.fondo-central-cobertura {
    background: url('../sistema/img/SL/sitenew/fondoquem.png') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}





.fondo-sledues {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* evita que la imagen se salga */
    min-height: 500px;
}

.fondo-sledues::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../sistema/img/SL/sitenew/encabezado-home.png') center center no-repeat;
    background-size: cover;
    opacity: 0.7;
    z-index: 0;
}

.fondo-sledues::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to bottom, #050B2D, rgba(5, 11, 45, 0) 40%),
        linear-gradient(to top, #050B2D, rgba(5, 11, 45, 0) 40%);
    z-index: 1;
}

.fondo-sledues>* {
    position: relative;
    z-index: 2;
    /* asegura que el contenido esté por encima de la imagen y el degradado */
}



.custom-hero {
    position: relative;
    /* ya lo tenés */
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom: 2px solid orange;
    min-height: 300px;
    /* para que el mapa pueda sobresalir */
    padding: 2rem 1rem;
    color: white;
}



.custom-aprova-sl {
    background: url('../sistema/img/SL/sitenew/fondoaprova.png') no-repeat center center !important;
    background-size: cover !important;
    border-bottom-left-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
    overflow: hidden !important;
    position: relative !important;
}



.custom-aprova-sl2 {
    background: url('../sistema/img/SL/sitenew/fondoaprova.png') no-repeat center center !important;
    background-size: cover !important;
    overflow: hidden !important;
    position: relative !important;
}


label {
    color: white;
}

p {
    color: white;
}


.bg-transparent-white {
    background-color: rgba(255, 255, 255, 0.123);
}