/********** Template CSS **********/
:root {
    --primary: #FF0000;
    --secondary: #0DD3F1;
    --light: #F6F7FC;
    --dark: #15233C;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}
.btn.btn-tres
{
    color:var(--primary);
    background: #FFFFFF;;
    border-color: var(--primary);
}
.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.container-fluid1 {
    background: #ff0000;
}
.container-fluid {
   
}
/*** Navbar ***/
.navbar {
    background: #ffffff;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 30;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

@media (max-width: 768px) {
    .display-3 {
        margin-top: 25px !important;
        font-size: calc(0.525rem + 3.3vw);
        font-weight: 300 !important;
        line-height: 1.2;
    }
    .carousel-caption {
        top: 50;
      
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        
    }
}

.page-header {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}

.page-header1 {
   
    background-size: cover;
}

.page-header1 .breadcrumb-item,
.page-header1 .breadcrumb-item a {
    font-weight: 500;
}

.page-header1 .breadcrumb-item a,
.page-header1 .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header1 .breadcrumb-item a:hover,
.page-header1 .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 60px;
    display: flex;
    align-items: center;
    
}

.service-item .service-icon img {
    max-width: 120px;
    max-height: 120px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(255, 0, 0), rgba(255, 0, 0)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    min-height: 420px;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Testimonial ***/

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-item {
    opacity: .1;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    opacity: 1;
}
/*** Footer ***/
.footer {
    color: #ffffff;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #ffffff;
    border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #ffffff;
}

/* Screenshots Section
--------------------------------*/
#screenshots .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  #screenshots .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #71c55d;
  }
  
  #screenshots .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #71c55d;
  }
  
  padd-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  
  @media (max-width: 992px) {
    .padd-section {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
  #menu {
    margin-top: 120px;
    background-color: #fffafa;
    padding: 120px 0px;
  }

  @keyframes slide {
	0% { transform: translateX(0); }
	10% { transform: translateX(0); }

	15% { transform: translateX(-100%); }
	30% { transform: translateX(-100%); }

	35% { transform: translateX(-200%); }
	50% { transform: translateX(-200%); }

	55% { transform: translateX(-300%); }
	70% { transform: translateX(-300%); }

	75% { transform: translateX(-400%); }
	90% { transform: translateX(-400%); }

	95% { transform: translateX(-500%); }
	100% { transform: translateX(-500%); }
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	font-family: sans-serif;
}




.slide {
	width: 0vw;
	flex-shrink: 0;
	animation-name: slide;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}








@media only screen and (min-width: 1200px) {
	.slide {
		width: 100%;
	}

	
}

.slider {
	background: white;
	
	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width:90%;
	
	&::before,
	&::after {
		
		content: "";
		height: 100px;
		position: absolute;
		width: 200px;
		z-index: 2;
	}
	
	&::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

	&::before {
		left: 0;
		top: 0;
	}
	
	.slide-track {
		animation: scroll 40s linear infinite;
		display: flex;
		width: calc(250px * 14);
	}
	
	.slide {
		height: 100px;
		width: 180px;
	}
}


#BtnCrearUsuario
{
	border: 0px solid #EEF5F7;
	cursor:pointer;	
	background: #FF0000 ; 
	float: left;
	color: #fff  ;
	width:160px;
	border-radius: 8%;
}
#BtnCrearUsuario:hover
{
background-color: #15233C ;
	color: #fff ;
}
.btntectosesion1
{
margin-top:10px;
color :#fff;
position:relative;
font-family:var( --font-principal);
font-size :14px;
text-align: center;

}
.Textpagina
{
 padding: 5px 3px;
margin-top: 10px;
color :#fff;
position:relative;
font-family:var( --font-principal);
font-size :12px;

}

.selectorcompany {
    width: 100%;
    background: #d8313b;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    box-shadow: 0 3px 4px rgba(0, 0, 0,.25);
    height: 480px;
}

#PanelimgPresentacionDptoOrg
{ 
	margin-left:0%;	
	height:480px;	
	width:100%;
 	background:transparent;	
	float:left;	
	border-radius:5px;
}
/***************************************************/  
@media (min-width: 0px) and (max-width: 480px) 
{
    #PanelimgPresentacionDptoOrg
    { 
        height:130px;	
    }
      #PanelPresentacionorg
    { 
        height:140px !important;	
    }
}
#PanelPresentacionorg
{ 
	margin-top:0px;
	margin-left:0%;
	margin-right:0%;
	height:480px;	
	width:100%;
	background:transparent;	
	float:left;
}
.imgHis {
    height: 100%; /* It doesn't have to be '%'. It can also use 'px'. */
  width: 100%;
  margin: 0 auto;
  padding: 0;

  }

  
#BtnLoginConfig1
{
  margin-top: 15px;
	border-radius: 8px;
	border: 0px solid #ff0000;
	cursor:pointer;	
	background:  #ff0000; 
	float: center;
	margin-left:3%;
	margin-right:2%;
	color: #fff  ;
	width:94%;	
	height:40px;
	text-align: center;
	-webkit-box-shadow:0 1px 4px  #273746, 0 0 0px  #273746 inset;
	-moz-box-shadow:0 1px 4px  #273746, 0 0 0px  #273746 inset;
	box-shadow:0 1px 4px  #273746, 0 0 0px  #273746 ;
	
}
.TextbtnFactura1
{
 padding: 3px 6px;
color :#ffffff;
position:relative;
font-family:var( --font-principal);
font-size :16px;
float: center;
margin-top: 20px;
}
  



/* Barra Superior Roja */

.top-links a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
   font-size: 12px;
}


/* Botones */
.btn-buy {
  background-color: #f44336;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.btn-login {
  background-color: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 8px;
  margin-left: 10px;
}

.logo-img {
  /* Controla el tamaño aquí */
  height: 40px;       /* Ajusta este número (30px o 40px es lo ideal) */
  width: auto;        /* Esto mantiene la proporción original y evita que se vea "aplastado" */
  
  /* Evita que el logo toque los bordes */
  display: block; 
  padding: 5px 0;
}

/* Asegura que el contenedor no crezca de más */
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;    /* Evita que el logo se haga más pequeño de lo que definiste */
}


/* Importar Font Awesome para el icono (si no lo tienes ya) */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.btn-suraki {
    display: inline-flex;
    align-items: center;
    background-color: #e6392d; /* Rojo vibrante de la imagen */
    color: white !important;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 12px; /* Bordes redondeados */
    
    /* El truco del doble borde blanco de la imagen */
   border: 2px solid white; 
    box-shadow: 0 0 0 2px #e6392d; 
    
    margin: 10px; /* Espacio para que no se corte el borde exterior */
    transition: all 0.3s ease;
}

.btn-suraki i {
    margin-right: 15px; /* Espacio entre el carrito y el texto */
    font-size: 22px;
}

/* Efecto al pasar el mouse */
.btn-suraki:hover {
    background-color: #c42f25;
    transform: scale(1.05);
}
.btn-session {
   display: inline-flex; /* Por defecto se muestra en PC */
    align-items: center;
    text-decoration: none;
    background-color: #B0B0B0; /* Gris oscuro de fondo */
    color: white !important;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 30px;
    border-radius: 15px;
    
    /* EFECTO DE DOBLE BORDE */
    border: 2px solid white;         /* Primer borde: Blanco */
    box-shadow: 0 0 0 2px #B0B0B0;  /* Segundo borde: Gris (igual al fondo) */
    
    margin: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}
@media (max-width: 767px) {
    .btn-session,.btn-suraki {
        display: none !important;
    }
}
.btn-session i {
    margin-right: 12px;
    font-size: 16px;
}

/* Efecto al pasar el mouse */
.btn-session:hover {
    background-color: #333333; /* Gris más oscuro al hacer hover */
    box-shadow: 0 0 0 3px #333333; /* El borde exterior también oscurece */
    transform: translateY(-2px);
}

/* Estilo base para los items del menú */
.navbar-nav .nav-link {
    color: #333 !important; /* Color de letra oscuro por defecto */
    font-weight: 600;
    padding: 10px 15px !important;
    margin: 0 5px;
    border-radius: 12px; /* Bordes redondeados como la imagen */
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* Estado Activo (Botón Rojo con letras blancas) */
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:focus {
    background-color: #e6392d !important; /* Rojo de tu marca */
    color: white !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Sombra suave */
}

/* Efecto al pasar el mouse (Hover) */
.navbar-nav .nav-link:hover {
    background-color: #f8f9fa; /* Gris muy clarito */
    border: 1px solid #ddd;
}

/* Ajuste para que en móviles se vea ordenado */
@media (max-width: 991px) {
    .navbar-nav .nav-link {
        margin: 5px 0;
        text-align: center;
    }
}

* Contenedor principal sin fondo */
.navbar-nav {
    background: transparent !important;
}

/* Estilo de los botones del menú */
.navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    padding: 10px 20px !important;
    margin: 0 0px; /* Espacio entre botones */
    border-radius: 10px; /* Bordes muy redondeados como en tu imagen */
    transition: all 0.3s ease;
      background-color: rgba(182, 172, 172, 0.05); /* Un toque rojo muy tenue al pasar el mouse */
      border-color: #dedfe6;
}

/* Cuando el botón está activo o se presiona: Fondo Rojo */
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:active {
    background-color: #e6392d !important; /* Rojo exacto */
    color: white !important;
}

/* Efecto hover suave */
.navbar-nav .nav-link:hover {
      background-color: #e6392d !important; /* Rojo exacto */
    color: white !important;
}

/* Quitar la flecha de los dropdown si quieres que se vea más limpio como en tu captura */
.dropdown-toggle::after {
    display: none !important;
}

/* Contenedor de la tarjeta */
.custom-about-card {
    background-color: #e6392d; /* El rojo de Suraki */
    border-radius: 50px;       /* Bordes muy redondeados como en la foto */
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Fuente manuscrita para el título (Somoss Suraki) */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

.script-font {
    font-family: 'Dancing Script', cursive;
    font-size: 3.5rem !important;
}

/* Alineación justificada del texto */
.text-justify {
    text-align: justify;
}

/* Ajuste para que en móviles el borde sea menos exagerado */
@media (max-width: 991px) {
    .custom-about-card {
        border-radius: 30px;
        margin: 0 15px;
    }
    .script-font {
        font-size: 2.5rem !important;
        text-align: center;
    }
}

/* Curvatura específica para la imagen */
.rounded-custom {
    border-radius: 40px !important; /* Ajusta este valor para más o menos curva */
    /* Importante para que el zoom no rompa las esquinas redondeadas */
    overflow: hidden; 
    display: block;
}

/* Ajuste del contenedor de la imagen para que el zoom funcione bien */
.image-zoom {
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

/* Efecto visual: la imagen parece flotar dentro del fondo rojo */
.custom-about-card {
    background-color: #e6392d;
    border-radius: 50px;
    display: flex;
    align-items: stretch;
}
.fuente-suraki {
    /* Puedes probar con 'Dancing Script' o 'Great Vibes' */
    font-family: 'Dancing Script', cursive; 
    font-size: 3.5rem; /* Tamaño grande como en la imagen */
    color: white;      /* Color blanco */
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1); /* Sombra suave para dar profundidad */
}
.descripcion-suraki {
    font-family: 'Dancing Script', cursive !important;
    font-size: 1.2rem !important; /* Un poco más grande para facilitar la lectura */
    line-height: 1.6;
    color: white; /* Para que resalte sobre el fondo rojo */
}
/* --- SURAKI PRESTIGE WHATSAPP BUTTON --- */
.whatsapp-float {
    /* Mantenemos tu posicionamiento y tamaño base */
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 40px;
    z-index: 1000;
    
    /* Mantenemos la estructura flex para centrar el icono */
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* CAMBIO 1: El degradado radial (Radial Gradient) */
    /* Va de un verde claro (#2fe680) a un verde más intenso (#25d366) */
    background-image: radial-gradient(circle, #2fe680 100%, #25d366 100%);
    
    /* Estilos estéticos base */
    color: #FFF;
    border-radius: 50%; /* 50% es mejor que 50px para círculos perfectos */
    text-align: center;
    font-size: 30px; /* Reducimos ligeramente el tamaño del icono para que respire */
    
    /* CAMBIO 2: Sombra más suave y moderna (menos pesada) */
    box-shadow: 0 4px 15px rgba(6, 217, 51, 0.651);
    
    text-decoration: none;
    transition: all 0.3s ease;
}

/* --- CAMBIO 3: El Anillo Exterior Translúcido (Pseudoelemento ::after) --- */
.whatsapp-float::after {
    content: "";
    position: absolute;
    top: -10px; /* Expande el anillo hacia afuera */
    left: -10px;
    right: -10px;
    bottom: -10px;
    
    /* Color translúcido (blanco con 30% de opacidad) */
    /* Al superponerse al fondo, crea ese efecto de anillo claro */
    background-color: rgba(255, 255, 255, 0.3);
    
    border-radius: 50%;
    z-index: -1; /* Lo pone detrás del botón principal */
    transition: all 0.3s ease;
}

/* --- EFECTOS DE HOVER (Al pasar el ratón) --- */
.whatsapp-float:hover {
    /* CAMBIO 4: Mantenemos el degradado pero más intenso */
    background-image: radial-gradient(circle, #1ea071 0%, #128c7e 100%);
    transform: scale(1.1);
    color: #FFF;
}


.carousel-redondeado {
    /* Ajusta el valor de 20px al redondeado que prefieras */
    border-radius: 20px; 
    overflow: hidden; /* Esto es vital para que la imagen no se salga de las esquinas */
    box-shadow: 0px 10px 25px rgba(0,0,0,0.1); /* Opcional: le da un toque elegante */
}

/* Asegura que las imágenes dentro también respeten el radio si es necesario */
.carousel-redondeado .carousel-inner, 
.carousel-redondeado .carousel-item img {
    border-radius: 20px;
}

/* Asegura que el enlace ocupe el espacio y muestre el puntero */
.slide-link {
    cursor: pointer;
    display: block; /* Importante para que el área de clic sea sólida */
    text-decoration: none;
}

/* Forzar el cursor incluso sobre la imagen */
.slide img {
    cursor: pointer;
    display: block;
    transition: opacity 0.3s ease;
}

/* Efecto visual opcional: la imagen se aclara un poco al pasar el mouse */
.slide img:hover {
    opacity: 0.8;
}

/* Contenedor exterior para márgenes */
.banner-custom-wrapper {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
}

/* Cuerpo principal del banner */
.banner-main {
    background-color: #ff2a2a; /* Rojo vibrante de la imagen */
    border-radius: 50px;       /* Bordes muy redondeados */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    overflow: hidden;
    min-height: 120px;
}

/* Estilo del texto "Contáctanos" */
.text-contact {
    color: white;
    font-family: 'Cursive', sans-serif; /* Usa una fuente tipo script */
    font-size: 2rem;
    margin: 0;
}

.section-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: white;
    font-size: 1.2rem;
}

/* Estilo de las tarjetas de imagen */
.section-cards {
    display: flex;
    gap: 10px;
    height: 100px;
}

.card-item {
    width: 120px;
    height: 100%;
    background: white;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-item img {
    width: 100%;
    height: 70%;
    object-fit: cover;
}

.card-item span {
    font-size: 0.7rem;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 5px 2px;
    flex-grow: 1;
}

/* Colores de las bases de las tarjetas */
.blue-bottom span { background-color: #007bff; }
.orange-bottom span { background-color: #ff9800; }
.red-bottom span { background-color: #d32f2f; }

/* Botón Final */
.btn-buy {
    background-color: #ff2a2a;
    color: white;
    border: 2px solid white;
    padding: 12px 25px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.btn-buy:hover {
    background-color: white;
    color: #ff2a2a;
}

/* Ajuste para móviles */
@media (max-width: 992px) {
    .banner-main {
        flex-direction: column;
        border-radius: 20px;
        padding: 20px;
        gap: 20px;
    }
    .section-cards { flex-wrap: wrap; justify-content: center; height: auto; }
}
.suraki-arrow {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: rgba(255,255,255,0.9);
                border: none;
                width: 32px;
                height: 32px;
                border-radius: 50%;
                z-index: 100;
                cursor: pointer;
                box-shadow: 0 2px 6px rgba(0,0,0,0.2);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 14px;
                color: #333;
            }
            .btn-L { left: 8px; }
            .btn-R { right: 8px; }
            .suraki-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.1); }
            button[data-bs-dismiss="modal"]:hover {
                background: #d32f2f !important;
                color: #fff !important;
                border-color: #fff !important;
            }
.suraki-arrow {
                position: absolute; top: 50%; transform: translateY(-50%);
                background: rgba(255,255,255,0.9); border: none; width: 32px; height: 32px;
                border-radius: 50%; z-index: 100; cursor: pointer;
                box-shadow: 0 2px 6px rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center;
            }
            .btn-L { left: 8px; }
            .btn-R { right: 8px; }
            /* Evita que el usuario scrollee manualmente y rompa el ciclo */
            #surakiViewport {
                -ms-overflow-style: none;  scrollbar-width: none;
            }
            #surakiViewport::-webkit-scrollbar { display: none; }

            body.modal-open {
    overflow: hidden !important;
}

body {
    overflow-y: auto !important; /* Asegura que el scroll vertical sea el default */
}




/* Contenedor principal para evitar herencias */
.suraki-footer-wrap {
    background-color: #bc1f1f !important; /* Rojo exacto de la imagen */
    color: white !important;
    font-family: 'Arial', sans-serif !important;
    position: relative !important;
    padding-top: 100px !important;
    margin-top: 50px !important;
    overflow: hidden !important;
}

/* Reset interno */
.suraki-footer-wrap * { box-sizing: border-box !important; margin: 0; padding: 0; }

.suraki-container1 {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    color: #ffffff;
}

/* Onda Superior */
.suraki-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}
.suraki-wave svg {
    width: 100%;
    height: 70px;
    fill: #f8f9fa; /* Color del fondo de tu web arriba del footer */
}

/* Grid */
.suraki-main-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
    gap: 30px;
    padding-bottom: 60px;
}

/* Logo y descripción */
.suraki-logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.suraki-circle-logo {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
}
.suraki-brand {
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
}
.suraki-description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
     color: #ffffff;
}

/* Suscripción */
.suraki-subs-box {
    background: rgba(255, 255, 255, 0.12);
    padding: 20px;
    border-radius: 15px;
     color: #ffffff;
}
.suraki-subs-box label {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.suraki-input-group {
    display: flex;
    background: white;
    border-radius: 30px;
    padding: 5px;
}
.suraki-input-group input {
    border: none;
    background: transparent;
    padding: 8px 15px;
    flex: 1;
    outline: none;
    font-size: 13px;
}
.suraki-input-group button {
    background: #bc1f1f;
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}

/* Títulos con Icono */
.suraki-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Enlaces */
.suraki-links { list-style: none !important; }
.suraki-links li { margin-bottom: 15px; }
.suraki-links a {
    color: white !important;
    text-decoration: none !important;
    font-size: 14px;
    transition: 0.3s;
}
.suraki-links a:hover { opacity: 0.7; }

/* Contacto Row */
.suraki-contact-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #ffffff;
}
.suraki-icon-bg {
    background: rgba(255,255,255,0.2);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
}

/* Redes Sociales */
.suraki-social { margin-top: 30px; }
.suraki-social-label { font-size: 14px; font-weight: bold; display: block; margin-bottom: 10px;color: #ffffff; }
.suraki-social-icons { display: flex; gap: 10px; }
.suraki-social-icons a {
    background: rgba(255,255,255,0.2);
    color: white;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
}
.suraki-social-icons a:hover { background: white; color: #bc1f1f; }

/* Barra inferior */
.suraki-bottom-bar {
    background: rgba(0,0,0,0.1);
    padding: 20px 0;
    font-size: 12px;
}
.suraki-flex-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.suraki-badge-safe {
    background: rgba(255,255,255,0.2);
    padding: 8px 15px;
    border-radius: 20px;
    margin-right: 15px;
}
.suraki-payments { display: flex; align-items: center; gap: 10px; }
.suraki-cards { display: flex; gap: 10px; background: white; padding: 5px 15px; border-radius: 5px; color: #333; font-size: 18px; }

/* Responsive */
@media (max-width: 992px) {
    .suraki-main-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .suraki-main-grid { grid-template-columns: 1fr; text-align: left; }
    .suraki-logo-section, .suraki-contact-row, .suraki-flex-bottom, .suraki-title2 { justify-content: left; }
    .suraki-flex-bottom { flex-direction: column; gap: 20px; }
}
/* Títulos con Icono */
.suraki-title2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

/* Caja de suscripción (el contenedor rojo claro) */
.suraki-subs-box {
    background: rgba(255, 255, 255, 0.12);
    padding: 20px;
    border-radius: 15px;
}

/* El formulario que contiene el input y el botón */
.suraki-input-group {
    display: flex;
    align-items: center;
    gap: 10px; /* Espacio entre la barra y el botón circular */
    margin-top: 10px;
}

/* La barra blanca del correo */
.suraki-input-group input {
    background: white;
    border: none;
    padding: 12px 20px;
    border-radius: 30px; /* Bordes muy redondeados */
    flex: 1;
    outline: none;
    font-size: 14px;
    color: #333;
}

/* El botón circular del avioncito */
.suraki-input-group button {
    background: white; /* Fondo blanco */
    color: #bc1f1f;   /* Avioncito rojo */
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%; /* Círculo perfecto */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* Sombra suave */
    transition: transform 0.2s ease;
}

.suraki-input-group button:hover {
    transform: scale(1.1); /* Efecto al pasar el mouse */
}





/*///////////////////////////Nuevo codigo///*

/* Reset local para evitar herencias no deseadas */
#suraki-topbar-module, 
#suraki-topbar-module * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}

#suraki-topbar-module {
    background-color: #e1251b; /* Rojo Suraki */
    width: 100%;
    padding: 10px 0;
    line-height: 1;
}

#suraki-topbar-module .sk-topbar__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

/* Estilos de los enlaces y textos */
#suraki-topbar-module .sk-topbar__link,
#suraki-topbar-module .sk-topbar__item {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

#suraki-topbar-module .sk-topbar__contact {
    display: flex;
    gap: 20px;
}

#suraki-topbar-module .sk-topbar__icon {
    font-size: 14px;
    color: #ffffff;
}

/* Efecto Hover solo para los links */
#suraki-topbar-module .sk-topbar__link:hover {
    opacity: 0.8;
    text-decoration: underline !important;
}

/* Responsivo: Se apila en móviles para que no se corte el texto */
@media (max-width: 768px) {
    #suraki-topbar-module .sk-topbar__container {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    #suraki-topbar-module .sk-topbar__contact {
        flex-direction: column;
        gap: 8px;
    }
}
#suraki-topbar-module, 
#suraki-topbar-module * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#suraki-topbar-module {
    background-color: #e1251b;
    width: 100%;
    padding: 10px 0;
}

#suraki-topbar-module .sk-topbar__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    font-family: Arial, sans-serif;
}

#suraki-topbar-module .sk-topbar__link,
#suraki-topbar-module .sk-topbar__item {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Forzar que los iconos usen la fuente de Font Awesome */
#suraki-topbar-module .fa-solid, 
#suraki-topbar-module .fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#suraki-topbar-module .sk-topbar__icon {
    color: #ffffff !important;
    width: 16px;
    text-align: center;
}

@media (max-width: 768px) {
    #suraki-topbar-module .sk-topbar__container {
        flex-direction: column;
        gap: 10px;
    }
}
/* --- AJUSTE TOP BAR PARA MÓVIL --- */
@media (max-width: 768px) {
    
    /* 1. Centramos todo el contenido y reducimos el padding */
    #suraki-topbar-module .sk-topbar__container {
        display: flex !important;
        flex-direction: row !important; /* Mantenemos fila como en la imagen */
        flex-wrap: wrap; /* Por si el espacio es muy pequeño, que bajen */
        justify-content: center !important;
        gap: 10px !important; /* Espacio reducido entre teléfono y horario */
        padding: 5px 10px !important;
    }

    /* 2. Ocultamos el email en móvil (ya que no aparece en tu captura de móvil) */
    #suraki-topbar-module .sk-topbar__link[href^="mailto"] {
        display: none !important;
    }

    /* 3. Ajustamos el tamaño de fuente y espacio de iconos */
    #suraki-topbar-module .sk-topbar__text,
    #suraki-topbar-module .sk-topbar__item,
    #suraki-topbar-module .sk-topbar__link {
        font-size: 12px !important;
        font-weight: 700 !important; /* Más negrita como en la imagen */
        gap: 4px !important;
    }

    /* 4. Estilo específico de los iconos en móvil */
    #suraki-topbar-module .sk-topbar__icon {
        font-size: 13px !important;
    }
}
/*//////////////////////////menu//////////////////////////*
#sk-main-nav {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 15px 0;
    font-family: 'Segoe UI', sans-serif;
}

.sk-nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.sk-logo img { height: 45px; }

/* Lista de menú */
.sk-menu {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
}

.sk-nav-link {
    text-decoration: none;
    color: #444;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
}

/* Sistema de Dropdown */
.sk-dropdown { position: relative; }

.sk-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 220px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    border-radius: 12px;
    padding: 10px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.sk-dropdown:hover .sk-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sk-dropdown-menu li a {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s;
}

.sk-dropdown-menu li a:hover { background: #f8fafc; color: #e11d48; }

.sk-dropdown-menu i {
    width: 25px;
    font-size: 18px;
    margin-right: 12px;
}

/* Colores de Iconos según tus imágenes */
.icon-red { color: #e11d48; }
.icon-orange { color: #f97316; }
.icon-blue { color: #3b82f6; }
.icon-darkred { color: #991b1b; }
.icon-orange-dark { color: #ea580c; }
.icon-blue-light { color: #60a5fa; }
.icon-yellow { color: #eab308; }
.icon-green { color: #22c55e; }
.icon-purple { color: #a855f7; }
.icon-blue-bright { color: #38bdf8; }

/* Botones */
.sk-actions { display: flex; gap: 10px; }

.sk-btn {
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sk-btn-buy { background: #e11d48; color: white; border: 2px solid #e11d48; }
.sk-btn-login { border: 2px solid #e11d48; color: #e11d48; background: transparent; }

/* Responsive */
@media (max-width: 992px) {
    .sk-menu, .sk-actions { display: none; } /* Aquí podrías poner un menú hamburguesa */
}

/* Contenedor Principal: Modificado para ser FIJO */
#sk-main-nav {
    position: fixed;         /* Lo mantiene pegado a la pantalla */
    top: 0;                  /* En la pura parte superior */
    left: 0;
    width: 100%;             /* Que ocupe todo el ancho */
    z-index: 9999;           /* Para que siempre esté por encima de fotos o el slider de clientes */
    background-color: #fff;  /* Asegúrate de ponerle fondo para que no se vea transparente al bajar */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Sombra sutil para que se vea profesional */
}

#sk-main-nav .sk-nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap; 
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    gap: 15px;
}

/* IMPORTANTE: Como el navbar ahora "flota", el contenido de la web se subirá. 
   Añade esto a tu CSS para compensar el espacio */
body {
    padding-top: 80px; /* Ajusta este valor según la altura real de tu navbar */
}
#sk-support-hub {
    scroll-margin-top: 90px; /* Esto hace que al saltar a la sección, se detenga un poco antes */
}
/* Ajuste del Logo */
#sk-main-nav .sk-logo {
    flex-shrink: 0; /* Impide que el logo se encoja */
    min-width: 120px;
}

#sk-main-nav .sk-logo img {
    height: 45px;
    display: block;
}

/* Menú Central */
#sk-main-nav .sk-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    flex-grow: 1; /* Toma el espacio central */
    justify-content: center;
}

/* Enlaces del menú */
#sk-main-nav .sk-nav-link {
    text-decoration: none !important;
    color: #333 !important;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap; /* Evita que el texto de los links se rompa en 2 líneas */
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Botones de la derecha */
#sk-main-nav .sk-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0; /* Impide que los botones se deformen */
}

#sk-main-nav .sk-btn {
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* El botón rojo */
#sk-main-nav .sk-btn-buy {
    background-color: #e1251b; /* Rojo Suraki */
    color: white !important;
}

/* El botón blanco con borde */
#sk-main-nav .sk-btn-login {
    border: 1.5px solid #e1251b;
    color: #e1251b !important;
    background-color: white;
}

/* Ocultar en móviles si es muy pequeño para evitar desorden */
@media (max-width: 900px) {
    #sk-main-nav .sk-menu, 
    #sk-main-nav .sk-actions {
        display: none; 
    }
    /* Aquí podrías poner un ícono de menú hamburguesa después */
}
/* --- ESTILOS PARA MÓVIL (RESPONSIVE) --- */
@media (max-width: 768px) {
    
    /* 1. Forzamos que el contenedor sea una fila simple y alineada */
    #sk-main-nav .sk-nav-container {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 10px 15px !important;
    }

    /* 2. OCULTAMOS el menú de navegación y el botón de Iniciar Sesión */
    #sk-main-nav .sk-menu, 
    #sk-main-nav .sk-btn-login {
        display: none !important;
    }

    /* 3. Ajustamos el tamaño del Logo para que no ocupe mucho espacio */
    #sk-main-nav .sk-logo img {
        height: 35px; /* Un poco más pequeño en móvil */
        width: auto;
    }

    /* 4. Estilizamos el botón "Quiero comprar!" para que se vea como la imagen */
    #sk-main-nav .sk-actions {
        display: block !important; /* Aseguramos que se vea */
    }

    #sk-main-nav .sk-btn-buy {
        background-color: #e1251b; /* Rojo intenso de la imagen */
        padding: 8px 18px !important;
        border-radius: 25px !important;
        font-size: 12px !important;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Sombra suave como en tu captura */
        border: none !important;
    }

    #sk-main-nav .sk-btn-buy i {
        font-size: 14px;
        margin-right: 5px;
    }
}

/*//////////////////////galeria videos////*/
#sk-hero-module {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../videos/principal/principal.png');
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    color: white;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.sk-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
@font-face {
    font-family: 'HoboBoldAgency';
    src: url('hobo-bold-agency.woff2') format('woff2'), /* Ruta sugerida */
         url('hobo-bold-agency.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
/* Tipografía del Hero */
.sk-hero-text h1 {
   font-family: 'HoboBoldAgency', sans-serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.5px; /* Ajuste para fuentes tipo Agency */
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase; /* Opcional: le da mucha fuerza a esa fuente */
}

.sk-hero-text .highlight {
    color: #e11d48; /* Rojo Suraki */
}

/* Galería de Videos */
.sk-video-gallery {
    background:transparent;/* rgba(255, 255, 255, 0.1);*/
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}

.sk-video-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 3px solid #d4af37; /* Borde dorado/bronce */
    aspect-ratio: 16 / 9;
}

.sk-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Botón Play */
.sk-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.3);
    border: 2px solid white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.sk-play-btn:hover { background: #e11d48; transform: translate(-50%, -50%) scale(1.1); }

/* Miniaturas */
.sk-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.sk-thumb {
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0.6;
    transition: 0.3s;
    border: 2px solid transparent;
}

.sk-thumb.active, .sk-thumb:hover {
    opacity: 1;
    border-color: #d4af37;
}

.sk-thumb img { width: 100%; height: 60px; object-fit: cover; }

@media (max-width: 900px) {
    .sk-hero-container { grid-template-columns: 1fr; text-align: center; }
    .sk-hero-text h1 { font-size: 32px; }
}
.sk-hero {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
                url('videos/principal/principal.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.sk-video-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.sk-thumb.active {
    border: 3px solid #e31e24; /* Rojo Suraki */
    transform: scale(1.05);
}
/*/////////////////////aliados*/
/* Contenedor Principal */
.sk-aliados-section {
    padding: 60px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.sk-aliados-header {
    text-align: center;
    margin-bottom: 40px;
}

.sk-aliados-header h2 {
    color: #001f3f; /* Azul oscuro como la imagen */
    font-family: 'HoboBoldAgency', sans-serif;
    
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 10px;
}

.sk-aliados-header p {
    color: #666;
    font-size: 16px;
}

/* Slider */
.sk-slider {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.sk-slide-track {
    display: flex;
    width: calc(250px * 14); /* Ajusta según cantidad de logos */
    animation: scrollAliados 30s linear infinite;
}

.sk-slide {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.sk-slide img {
    width: 100%;
    max-width: 180px;
    height: auto;
    filter: grayscale(20%); /* Opcional: para uniformidad */
    transition: filter 0.3s;
}

.sk-slide img:hover {
    filter: grayscale(0%);
}

/* Animación de movimiento */
@keyframes scrollAliados {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 7)); } /* La mitad del total de slides */
}

.sk-aliados-section {
    padding: 50px 0;
    background: #fff;
    width: 100%;
    overflow: hidden; /* Corta lo que sobra para que no haya scroll horizontal */
}

.sk-slider {
    position: relative;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}

.sk-slide-track {
    display: flex;
    /* Calculamos un ancho muy grande para que quepan todos los logos duplicados */
    width: calc(200px * 20); 
    animation: scrollAliados 30s linear infinite;
}

.sk-slide {
    width: 200px; /* Ancho fijo para cada logo */
    flex-shrink: 0; /* Evita que los logos se aplasten */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.sk-slide img {
    max-width: 150px;
    height: auto;
    object-fit: contain;
}

/* Animación: Se mueve hacia la izquierda */
@keyframes scrollAliados {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-200px * 10)); } /* Ajusta el '10' según tu cantidad real de logos */
}

/*slider2026*/

.sk-slider-container {
    position: relative;
    width: 100%;
    height: 450px; /* Ajusta según prefieras */
    overflow: hidden;
    background: #000;
}

.sk-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    padding: 0 10%;
}

.sk-slide.active { opacity: 1; z-index: 1; }

/* Capa oscura para resaltar texto */
.sk-slide::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, transparent 60%);
}

.sk-slide-content {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 500px;
}

.sk-promo-tag {
    background: #db2744;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.sk-slide-title {
    font-size: 56px;
    font-weight: 800;
    margin: 15px 0 5px;
}

.sk-slide-desc {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
}

.sk-btn-ver {
    background: white;
    color: #333;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.sk-btn-ver:hover { background: #db2744; color: white; }

.sk-slide-logo {
    position: absolute;
    bottom: 30px;
    right: 50px;
    height: 80px;
    z-index: 2;
}

/* Navegación */
.sk-slider-prev, .sk-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    border: none;
    width: 50px; height: 50px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.sk-slider-prev:hover, .sk-slider-next:hover { background: #db2744; }
.sk-slider-prev { left: 20px; }
.sk-slider-next { right: 20px; }

.sk-slider-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px; height: 12px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
}

.dot.active { background: white; width: 30px; border-radius: 10px; }

.sk-slider-container {
    position: relative;
    height: 450px;
    width: 100%;
}

.sk-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Oculto por defecto */
    transition: opacity 0.8s ease-in-out;
    z-index: 1;
}

.sk-slide.active {
    opacity: 1; /* Visible cuando tiene la clase active */
    z-index: 2;
}

/* Estilo para que las flechas siempre estén arriba */
.sk-slider-prev, .sk-slider-next {
    z-index: 10;
}
.sk-slide-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px; /* Alineado con el contenedor de tu web */
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    justify-content: flex-start; /* Empuja el contenido a la izquierda */
    align-items: center;
    height: 100%;
}

.sk-text-box {
    text-align: left; /* Alineación de texto a la izquierda */
    max-width: 500px;  /* Controla que el texto no tape el centro de la imagen */
}

.sk-slide-title {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    margin: 10px 0;
    line-height: 1.1;
}

.sk-slide-desc {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: left; /* Asegura que la descripción también esté a la izquierda */
}

/* El logo de Suraki se queda independiente en la esquina inferior derecha */
.sk-slide-logo {
    position: absolute;
    bottom: 40px;
    right: 60px;
    height: 70px;
    z-index: 2;
    filter: drop-shadow(2px 2px 10px rgba(0,0,0,0.3));
}


.sk-slider-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #000;
}

.sk-slide {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
    z-index: 1;
}

.sk-slide.active {
    opacity: 1;
    z-index: 2;
}

/* Alineación a la izquierda independiente */
.sk-slide-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 50px;
}

.sk-text-box {
    text-align: left; /* Todo el texto a la izquierda */
    max-width: 550px;
}

.sk-slide-title {
    font-size: 50px;
    color: white;
    font-weight: 800;
    margin: 15px 0;
}

/* Botones y Puntos */
.sk-slider-prev, .sk-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.3);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
}

.sk-slider-prev { left: 20px; }
.sk-slider-next { right: 20px; }

.sk-slider-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px; height: 12px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
}

.dot.active { background: #db2744; width: 30px; border-radius: 10px; }

.sk-slides-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000; /* Fondo de seguridad */
}

.sk-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    
    /* Transición suave */
    transition: opacity 1.2s ease-in-out; 
    
    /* Por defecto, todos están "atrás" y ocultos */
    opacity: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}

/* El slide que se está viendo se pone al frente */
.sk-slide.active {
    opacity: 1;
    z-index: 5; /* Sube de nivel */
}

/* El slide que estaba antes se queda un poco más de tiempo atrás 
   para que no se vea el fondo negro */
.sk-slide:not(.active) {
    z-index: 2; 
}


/* --- ESTILOS DEL SLIDER CSS --- */
.sk-promotions-hero {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #000;
}

/* Ocultamos los radios originales */
input[name="sk-promo-control"] { display: none; }

.sk-promo-slides {
    width: 100%;
    height: 100%;
}
.sk-img-full {
    width: 100%;
    height: 100%;
    object-fit: fill; /* Esto la estira para que encaje exacto, pero puede deformarla un poco */
}

/* O usa esta si no quieres que se deforme nada: */
.sk-img-full {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    background-color:transparent; /* Color madera de fondo para que no se vea "nada" en los bordes */
}
.sk-promo-item {
    position: absolute;
    top: 0;   /* Coordenada superior */
    left: 0;  /* Coordenada izquierda */
    width: 100%;
    height: 100%;

    /* --- EL CAMBIO CLAVE ESTÁ AQUÍ --- */
    background-size: contain; /* Ajusta la imagen completa para que quepa */
    background-position: center; /* Centra la imagen si el div es más grande */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    /* ---------------------------------- */

    /* Resto de tu código intacto */
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
    z-index: 1;
    overflow: hidden; /* Seguridad extra */
    box-sizing: border-box;
}
/* Ejemplo para que los bordes vacíos se vean bien */
.sk-promo-item {
    /* ... resto del código ... */
    background-size: contain;
    background-color: #f1e0c6; /* Un color crema/madera claro para los bordes */
}
.sk-slider-parent {
    position: relative; /* Define el límite para los hijos absolutos */
    overflow: hidden;   /* Corta cualquier desborde visual */
    width: 100%;        /* O el ancho que desees */
    height: 400px;      /* O la altura fija que estés usando */
}

/* Lógica de cambio según el radio seleccionado */
#promo-1:checked ~ .sk-promo-slides .item-1,
#promo-2:checked ~ .sk-promo-slides .item-2,
#promo-3:checked ~ .sk-promo-slides .item-3 {
    opacity: 1;
    z-index: 2;
}

/* --- TEXTO ALINEADO A LA IZQUIERDA --- */
.sk-promo-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 60px;
}

.sk-promo-textbox {
    text-align: left;
    max-width: 500px;
    color: white;
}

.sk-promo-title { font-size: 50px; font-weight: 800; margin: 15px 0;  color: white;}
.sk-promo-tag { background: #db2744; padding: 5px 15px; border-radius: 20px; font-weight: bold; }
.sk-promo-btn { background: white; color: #333; padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; }

/* --- FLECHAS --- */
.sk-promo-arrows .arrow-set {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    justify-content: space-between;
    padding: 0 20px;
}

/* Mostrar solo el set de flechas del slide activo */
#promo-1:checked ~ .sk-promo-arrows .set-1,
#promo-2:checked ~ .sk-promo-arrows .set-2,
#promo-3:checked ~ .sk-promo-arrows .set-3 {
    display: flex;
}

.prev, .next {
    background: rgba(0,0,0,0.3);
    color: white;
    padding: 15px 20px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    transition: 0.3s;
}

.prev:hover, .next:hover { background: #db2744; }

/* --- PUNTOS --- */
.sk-promo-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.dot-label {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
}

#promo-1:checked ~ .sk-promo-dots label:nth-child(1),
#promo-2:checked ~ .sk-promo-dots label:nth-child(2),
#promo-3:checked ~ .sk-promo-dots label:nth-child(3) {
    background: white;
    width: 30px;
    border-radius: 10px;
}


/* --- SECCIÓN ALIADOS: LENTO Y NÍTIDO --- */
.sk-aliados-section {
    background-color: #ffffff;
    padding: 60px 0;
    width: 100%;
    display: block !important;
}

.sk-aliados-header {
    text-align: center;
    margin-bottom: 40px;
}

.sk-aliados-header h2 {
    font-family: 'HoboBoldAgency', sans-serif;
    font-size: 46px;
    color: #001f3f;
    font-weight: 800;
}

.sk-aliados-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 130px; 
    display: flex;
    align-items: center;
}

.sk-aliados-track {
    display: flex;
    width: max-content;
    /* CAMBIO: 60 segundos para que sea mucho más lento */
    animation: sk-scroll-lento 60s linear infinite;
}

.sk-aliado-item {
    width: 220px; /* Un poco más de espacio entre ellos */
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.sk-aliado-img {
    max-width: 160px;
    max-height: 90px;
    height: auto;
    object-fit: contain;
    /* CAMBIO: Eliminada la opacidad y el gris para que se vean nítidos */
    filter: none; 
    opacity: 1; 
    transition: transform 0.3s ease;
}

.sk-aliado-img:hover {
    transform: scale(1.1); /* Ligero aumento al pasar el mouse */
}

/* Animación de desplazamiento infinito */
@keyframes sk-scroll-lento {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


/* --- ESTILOS SOMOS SURAKI --- */
.sk-about-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
}

.sk-about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas iguales */
    gap: 30px;
    align-items: stretch;
}

/* Tarjeta Blanca de Información */
.sk-about-info-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.sk-about-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.sk-about-icon {
    background: #db2744;
    color: white;
    width: 45px; height: 45px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 10px;
    font-size: 20px;
}

.sk-about-title-group h2 { font-size: 28px; margin: 0; color: #333; }
.sk-about-title-group span { color: #888; font-size: 14px; }

.sk-about-description {
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.sk-about-quote {
    border-left: 4px solid #db2744;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    background: #fff5f6;
    padding: 15px 20px;
    border-radius: 0 10px 10px 0;
}

/* Estadísticas */
.sk-about-stats {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-bottom: 30px;
}

.sk-stat-item { text-align: center; }
.sk-stat-item strong { display: block; font-size: 24px; color: #db2744; }
.sk-stat-item span { font-size: 12px; color: #888; }

.sk-about-contact-btn {
    background: #db2744;
    color: white;
    padding: 12px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Tarjeta de Imagen de Sede */
.sk-about-image-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.sk-about-img-wrapper {
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 500px;
}

.sk-about-status {
    position: absolute;
    top: 20px; right: 20px;
    background: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    display: flex; align-items: center; gap: 8px;
}

.status-dot { width: 8px; height: 8px; background: #28a745; border-radius: 50%; }

.sk-about-location-overlay {
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 40px;
    color: white;
}

.location-info h3 { font-size: 22px; margin: 5px 0; }
.location-info i { color: #db2744; margin-right: 5px; }

/* --- AJUSTES RESPONSIVE (Móviles y Tablets) --- */
@media (max-width: 992px) {
    .sk-about-container {
        grid-template-columns: 1fr; /* Una sola columna en móvil */
        gap: 20px;
    }

    .sk-about-info-card {
        padding: 25px; /* Menos padding para ganar espacio */
        order: 1; /* El texto aparece primero */
    }

    .sk-about-image-card {
        order: 2; /* La imagen de la sede aparece después */
        height: 400px; /* Reducimos altura de la foto en móvil */
    }

    .sk-about-title-group h2 {
        font-size: 24px; /* Título un poco más pequeño */
    }

    .sk-about-description p {
        font-size: 15px; /* Texto más legible en pantallas pequeñas */
    }

    .sk-about-stats {
        flex-wrap: wrap; /* Las estadísticas bajan si no caben */
        gap: 15px;
    }

    .sk-stat-item {
        flex: 1 1 30%; /* Tres columnas pequeñas para stats */
    }

    .sk-about-contact-btn {
        width: 100%; /* Botón ancho completo en móvil */
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .sk-about-description {
        text-align: left; /* Mantenemos alineación según tu diseño */
    }

    .sk-about-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .sk-stat-item strong {
        font-size: 20px;
    }
}



@media (max-width: 480px) {
    .sk-hero-title {
        font-size: 32px; /* Aún más pequeño para teléfonos muy angostos */
    }
    
    .sk-hero-btn {
        width: 100%; /* Botón a lo ancho para mejor click */
        justify-content: center;
    }
}

/* --- AJUSTE DEFINITIVO RESPONSIVE SURAKI --- */




/* Control de visibilidad con Radio Buttons */
#promo-1:checked ~ .sk-promo-slides .item-1,
#promo-2:checked ~ .sk-promo-slides .item-2,
#promo-3:checked ~ .sk-promo-slides .item-3 {
    opacity: 1;
    z-index: 2;
}

/* LA IMAGEN COMO FONDO REAL */
.sk-promo-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover; /* En PC llena todo el espacio */
    z-index: 1;
    object-fit: fill;
}

.sk-promo-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}



/* --- ESTILO FONDO TOTAL SOLO PARA RESPONSIVE --- */
@media (max-width: 768px) {
    .sk-promotions-hero {
        /* Fijamos una altura para que la imagen de fondo tenga espacio real */
        height: 300px !important; 
        display: block !important;
    }

    .sk-promo-slides {
        height: 100% !important;
    }

    .sk-promo-item {
        /* Volvemos a posicionamiento absoluto para que el texto flote sobre la imagen */
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        
        /* LA CLAVE: Imagen de fondo total */
        background-size: cover !important; 
        background-position: center center !important;
        background-repeat: no-repeat !important;
        
        /* Alineamos el contenido al centro o abajo según prefieras */
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important; 
        align-items: center !important;
        opacity: 0;
    }

    /* Mantenemos la activación de los slides */
    #promo-1:checked ~ .sk-promo-slides .item-1,
    #promo-2:checked ~ .sk-promo-slides .item-2,
    #promo-3:checked ~ .sk-promo-slides .item-3 {
        display: flex !important;
        opacity: 1 !important;
    }

    /* Ajuste del contenedor de texto para que sea legible sobre la imagen */
    .sk-promo-content {
        position: relative !important;
        z-index: 5 !important;
        background: rgba(0, 0, 0, 0.4) !important; /* Capa oscura sutil para leer mejor */
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 20px !important;
    }

    .sk-promo-textbox {
        text-align: center !important;
        max-width: 90% !important;
    }

    .sk-promo-title {
        font-size: 32px !important; /* Un poco más grande para que destaque */
        text-shadow: 2px 2px 10px rgba(0,0,0,0.8) !important;
        margin-bottom: 15px !important;
    }

    .sk-promo-btn {
        display: inline-block !important;
        width: auto !important;
        padding: 12px 35px !important;
        margin-top: 50px !important;
    }
    
    /* Movemos las flechas para que no estorben el texto central */
    .sk-promo-arrows .arrow-set {
        top: 50% !important;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
    }
}

/* 1. Ocultamos los radio buttons ya que la animación será automática */
.sk-promotions-hero input[type="radio"] {
    display: none;
}

/* 2. Definimos la animación para los items */
.sk-promo-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Todos empiezan invisibles */
    animation: surakiSlider 15s infinite; /* 15 segundos total para los 3 slides */
}

/* 3. Ajustamos los retrasos (delays) para cada slide */
.item-1 { animation-delay: 0s; }
.item-2 { animation-delay: 5s; }
.item-3 { animation-delay: 10s; }

/* 4. La lógica de la animación */
@keyframes surakiSlider {
    0% { opacity: 0; z-index: 1; }
    5% { opacity: 1; z-index: 2; }   /* Aparece rápido */
    33% { opacity: 1; z-index: 2; }  /* Se mantiene visible */
    38% { opacity: 0; z-index: 1; }  /* Se desvanece */
    100% { opacity: 0; }             /* Espera su turno */
}

/* --- SURAKI BUSINESS ECOSYSTEM CSS --- */
.sk-business-section { padding: 80px 5%; background-color: #fcfcfc; }
.sk-container { max-width: 1300px; margin: 0 auto; }
.sk-section-header { text-align: center; margin-bottom: 50px; }
.sk-main-title { font-family: 'HoboBoldAgency', sans-serif;font-size: 46px; font-weight: 800; color: #222; margin-bottom: 10px; }
.sk-main-subtitle { color: #666; font-size: 16px; }

/* Grid responsivo: se ajusta solo de 1 a 3 columnas */
.sk-business-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); 
    gap: 30px; 
}

/* Tarjeta Única */
.sk-business-card { 
    background: #fff; border-radius: 25px; overflow: hidden; 
    box-shadow: 0 15px 35px rgba(0,0,0,0.05); transition: 0.3s; 
    display: flex; flex-direction: column;
}
.sk-business-card:hover { transform: translateY(-12px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

/* Imagen con degradado para lectura */
.sk-card-img { 
    height: 200px; background-size: cover; background-position: center; 
    position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; 
}
.sk-card-img::before { 
    content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    background: linear-gradient(transparent, rgba(0,0,0,0.7)); z-index: 1;
}

.sk-card-title { position: relative; z-index: 2; color: #fff; font-size: 24px; margin: 0; }
.sk-card-badge { 
    position: relative; z-index: 2; background: rgba(255,255,255,0.25); 
    backdrop-filter: blur(8px); padding: 6px 15px; border-radius: 30px; 
    color: #fff; font-size: 12px; margin-bottom: 8px; width: fit-content;
}

/* Cuerpo y Lista */
.sk-card-body { padding: 30px; flex-grow: 1; display: flex; flex-direction: column; }
.sk-card-body p { color: #555; font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
.sk-card-list { list-style: none; padding: 0; margin-bottom: 25px; }
.sk-card-list li { margin-bottom: 10px; font-size: 13px; color: #444; display: flex; align-items: center; }
.sk-card-list li::before { content: "✔"; color: #00c853; margin-right: 10px; font-weight: bold; }

/* Botones con los colores de tu imagen */
.sk-business-btn { 
    margin-top: auto; padding: 14px; border-radius: 12px; text-align: center; 
    text-decoration: none; font-weight: 700; color: #fff; transition: 0.3s; font-size: 14px;
}
.btn-red { background-color: #d32f2f; }
.btn-dark-red { background-color: #8b0000; }
.btn-orange { background-color: #f57c00; }
.btn-blue { background-color: #2962ff; }
.btn-gold { background-color: #c48b00; }

/* Colores de Badges */
.bg-red { background: rgba(211, 47, 47, 0.5) !important; }
.bg-orange { background: rgba(245, 124, 0, 0.5) !important; }
.bg-blue { background: rgba(41, 98, 255, 0.5) !important; }
.bg-gold { background: rgba(196, 139, 0, 0.5) !important; }



/* Contenedor Principal */
.sk-clients-wrapper {
    padding: 50px 0;
    background: #ffffff;
    text-align: center;
}

.sk-clients-header h1 {
    font-family: 'HoboBoldAgency', sans-serif;
    font-size: 46px;
    color: #1a1a1a;
    margin-bottom: 5px;
    font-weight: 700;
}

.sk-clients-header p {
    color: #777;
    font-size: 14px;
    margin-bottom: 40px;
}

/* El Slider */
.sk-client-slider {
    width: 100%;
    height: 120px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

/* Degradados laterales para suavizar la entrada/salida */
.sk-client-slider::before,
.sk-client-slider::after {
    content: "";
    height: 100%;
    width: 150px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}
.sk-client-slider::before {
    left: 0;
    background: linear-gradient(to right, white 0%, transparent 100%);
}
.sk-client-slider::after {
    right: 0;
    background: linear-gradient(to left, white 0%, transparent 100%);
}

/* El carril animado */
.sk-client-track {
    display: flex;
    width: calc(200px * 20); /* Ajusta el 20 por el total de logos que tengas */
    animation: sk-infinite-scroll 30s linear infinite;
}

.sk-client-slide {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sk-client-slide img {
    max-width: 130px;
    max-height: 70px;
    object-fit: contain;
    /* Efecto opcional: ponerlos en gris y que cobren color al pasar el mouse */
   
    transition: 0.4s ease;
}

.sk-client-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* Animación de movimiento */
@keyframes sk-infinite-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-200px * 10)); } /* Debe ser exactamente la mitad del ancho total */
}



.sk-support-hub {
    background-color: #0f1115; /* Fondo oscuro idéntico a la imagen */
    padding: 80px 5%;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.sk-support-container { max-width: 1100px; margin: 0 auto; }

/* Header */
.sk-support-header { text-align: center; margin-bottom: 50px; }
.sk-support-badge { 
    background: rgba(255,255,255,0.1); padding: 5px 15px; 
    border-radius: 20px; font-size: 12px; color: #ccc;
}
.sk-support-title { font-size: 32px; margin: 15px 0; font-weight: 700; color: #ffffff;}
.sk-support-subtitle { color: #999; max-width: 600px; margin: 0 auto; }

/* Grid de Perfiles */
.sk-profile-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 25px; margin-bottom: 50px;
}

.sk-profile-card {
    background: #1c1f26; border-radius: 15px; padding: 30px;
    border: 1px solid #2d323d; transition: 0.3s;
}
.sk-profile-card:hover { border-color: #ff3b3b; transform: translateY(-5px); }

.sk-profile-icon { 
    width: 45px; height: 45px; border-radius: 10px; 
    display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.icon-green { background: rgba(76, 175, 80, 0.1); color: #4caf50; }
.icon-blue { background: rgba(33, 150, 243, 0.1); color: #2196f3; }
.icon-purple { background: rgba(156, 39, 176, 0.1); color: #9c27b0; }

.sk-profile-card h3 { font-size: 20px; margin-bottom: 10px;  color: #ffffff; }
.sk-profile-card p { color: #999; font-size: 14px; margin-bottom: 20px; line-height: 1.5; }

.sk-profile-links a { 
    display: block; font-size: 13px; text-decoration: none; margin-bottom: 8px; transition: 0.2s;
}
.sk-link-wa { color: #4caf50; }
.sk-link-wa-blue { color: #2196f3; }
.sk-link-wa-purple { color: #9c27b0; }
.sk-link-mail { color: #999; }
.sk-profile-links a:hover { filter: brightness(1.3); }

/* Sección Formulario */
.sk-contact-bottom {
    background: #1c1f26; border-radius: 20px; padding: 40px;
    display: flex; gap: 40px; flex-wrap: wrap;
}

.sk-contact-info { flex: 1; min-width: 300px; }
.sk-contact-info h3 { font-size: 24px; margin-bottom: 15px; color: #ffffff;}
.sk-contact-info p { color: #999; font-size: 14px; margin-bottom: 30px; }
.sk-info-items span { display: block; color: #ff3b3b; font-size: 13px; margin-bottom: 10px; }
.sk-info-items i { margin-right: 8px; }

.sk-contact-form { flex: 1.5; min-width: 300px; display: flex; flex-direction: column; gap: 15px; }
.sk-form-row { display: flex; gap: 15px; }
.sk-contact-form input, .sk-contact-form select, .sk-contact-form textarea {
    width: 100%; background: #2d323d; border: 1px solid #3d4452;
    border-radius: 8px; padding: 12px; color: #fff; outline: none; transition: 0.3s;
}
.sk-contact-form input:focus, .sk-contact-form textarea:focus { border-color: #ff3b3b; }

.sk-form-btn {
    background: #ff3b3b; color: #fff; border: none; padding: 15px;
    border-radius: 8px; font-weight: 700; cursor: pointer; transition: 0.3s;
}
.sk-form-btn:hover { background: #d32f2f; transform: scale(1.02); }

/* Mobile Optimization */
@media (max-width: 768px) {
    .sk-form-row { flex-direction: column; }
    .sk-contact-bottom { padding: 25px; }
    .sk-support-title { font-size: 26px; }
}


/* ELIMINAR MÁRGENES DE LA SECCIÓN Y AÑADIR SEPARACIÓN SUPERIOR */
.sk-map-full-width {
    width: 100%;
    margin-top: 50px; /* <--- Esto lo separa del div anterior */
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}

/* HEADER ROJO A TODO ANCHO */
.sk-map-header-full {
    background-color: #e31e24;
    padding: 20px 5%; /* Usamos % para alinearlo con el resto de la web */
    color: white;
    width: 100%;
}

.sk-header-content-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.sk-header-text {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sk-header-text h3 { margin: 0; font-size: 22px; font-weight: 700; color:#ffffff}
.sk-header-text p { margin: 0; font-size: 14px; opacity: 0.9; }

/* ESTILO DEL BOTÓN REINTEGRADO */
.sk-btn-google {
    background: white;
    color: #e31e24;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.sk-btn-google:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* CUERPO DEL MAPA */
.sk-map-body-full {
    position: relative;
    width: 100%;
    height: 500px;
}

.sk-map-body-full iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* TARJETA FLOTANTE */
.sk-map-card-full {
    position: absolute;
    bottom: 30px;
    left: 5%;
    background: white;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    gap: 15px;
    width: 350px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    z-index: 10;
}

.sk-card-store-icon {
    background: #e31e24;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sk-card-details h4 { margin: 0 0 5px 0; color: #333; }
.sk-card-details p { margin: 0 0 10px 0; color: #666; font-size: 13px; }
.sk-card-phone { color: #e31e24; font-weight: 700; text-decoration: none; }

/* AJUSTES PARA MÓVILES */
@media (max-width: 768px) {
    .sk-header-content-full {
        flex-direction: column;
        text-align: center;
    }

    .sk-map-card-full {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .sk-map-body-full {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .sk-map-body-full iframe {
        height: 350px;
    }
}


/* --- ESTILOS SURAKI TRUST BAR --- */
.sk-trust-bar {
    background-color: #ffffff;
    padding: 35px 5%;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.sk-trust-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    /* Divide en 4 columnas iguales */
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sk-trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    transition: transform 0.3s ease;
}

.sk-trust-item:hover {
    transform: translateY(-3px);
}

/* El círculo rojo de la imagen */
.sk-trust-icon {
    background-color: #e31e24; /* Rojo Suraki */
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(227, 30, 36, 0.15);
}

.sk-trust-content h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}

.sk-trust-content p {
    margin: 3px 0 0 0;
    font-size: 13px;
    color: #888;
}

/* --- RESPONSIVE --- */

/* Tablets (2 columnas) */
@media (max-width: 992px) {
    .sk-trust-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Móviles (1 columna) */
@media (max-width: 600px) {
    .sk-trust-container {
         grid-template-columns: repeat(2, 1fr);
    }
    .sk-trust-item {
        justify-content: flex-start;
        padding-left: 0%;
    }
}


#contModalCambio {
    /* Tamaño y Color */
    width: 400px;
    background: #ffffff;
    border-radius: 20px;
    
    /* Sombreado intenso para que no se pierda con el fondo claro */
    
    
    /* POSICIONAMIENTO FIJO SIN OVERLAY */
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%); /* Lo centra exactamente en el medio */
    
    /* SUPERPOSICIÓN */
    z-index: 2147483647; /* El valor máximo permitido para estar sobre TODO */
    
    /* Estética */
    overflow: hidden;
    animation: slideIn 0.4s ease-out;
}

/* Animación para que entre suavemente */
@keyframes slideIn {
    from { opacity: 0; transform: translate(-50%, -60%); }
    to { opacity: 1; transform: translate(-50%, -50%); }
}


.sk-login-container {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    font-family: 'Poppins', sans-serif;
}

/* Header con Curva */
.sk-login-header {
    background: #e53935;
    padding: 40px 20px 60px;
    text-align: center;
    color: white;
    position: relative;
    /* Crear la curva blanca inferior */
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}

.sk-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
}

.sk-logo-circle {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.sk-login-header h1 { font-size: 24px; font-weight: 700; margin: 0;  color: white;}
.sk-login-header p { font-size: 14px; opacity: 0.9; margin-top: 5px; }

/* Cuerpo */
.sk-login-body {
    padding: 20px 30px 40px;
    margin-top: -20px; /* Sube un poco para entrar en la curva */
}

/* Tabs */
.sk-tabs {
    display: flex;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.sk-tab {
    flex: 1;
    padding: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    color: var(--sk-gray-text);
    border-radius: 10px;
    transition: 0.3s;
}

.sk-tab.active {
    background: white;
    color: #e53935;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Inputs */
.sk-input-group { margin-bottom: 20px; }
.sk-input-group label { 
    display: block; 
    font-size: 13px; 
    font-weight: 700; 
    margin-bottom: 8px;
    color: #333;
}

.sk-input-wrapper {
    display: flex;
    align-items: center;
    border: 1.5px solid var(--sk-border);
    border-radius: 12px;
    padding: 10px 15px;
    background: var(--sk-input-bg);
}

.sk-input-wrapper i { color: #999; margin-right: 10px; }
.sk-input-wrapper input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
}

.sk-toggle-pass { cursor: pointer; margin-left: 10px; }

/* Opciones y Botón */
.sk-form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-bottom: 30px;
}

.sk-checkbox { display: flex; align-items: center; gap: 5px; color: var(--sk-gray-text); }
.sk-forgot { color: #e53935; text-decoration: none; font-weight: 600; }

.sk-btn-submit {
    width: 100%;
    background: #e53935;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(227, 30, 36, 0.3);
}
/* Prefijo sk- para total independencia */
.sk-cart-root {
    --sk-red: #e53935;
    --sk-green: #4caf50;
    --sk-gray-bg: #fdfdfd;
    --sk-border: #f0f0f0;
    --sk-shadow: 0 8px 30px rgba(0,0,0,0.05);
    
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
}

/* Usamos el prefijo srk- para no afectar otros divs o inputs de la web */
.srk-form-container {
    font-family: 'Segoe UI', Roboto, sans-serif;
    display: flex;
    justify-content: center;
    padding: 0px;
}

.srk-form-card {
    width: 100%;
    width: 500px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.srk-srk-title-only {
   
    color: white;
   
}

.srk-header {
    background-color: #d32f2f; /* Rojo Suraki */
    color: white;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
}

.srk-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: rgba(255,255,255,0.3);
    border: none;
    color: white;
    border-radius: 50%;
    cursor: pointer;
}

.srk-logo-placeholder {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.srk-tabs {
    display: flex;
    background: #f5f5f5;
    margin: 20px;
    border-radius: 10px;
    padding: 5px;
}

.srk-tab {
    flex: 1;
    padding: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
    color: #666;
}

.srk-tab--active {
    background: white;
    color: #d32f2f;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.srk-body { padding: 0 25px 25px; }

.srk-input-group { margin-bottom: 15px; }

.srk-input-group label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.srk-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 8px 12px;
}

.srk-input-wrapper input {
    border: none;
    outline: none;
    width: 100%;
    margin-left: 10px;
}

.srk-submit-btn {
    width: 100%;
    background: #d32f2f;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}
/* Estilo para los iconos de Font Awesome dentro del formulario */
.srk-icon {
    color: #757575; /* Gris de la imagen */
    font-size: 18px;
    width: 25px;
    text-align: center;
}

.srk-icon-eye {
    color: #757575;
    cursor: pointer;
    transition: color 0.3s;
}

.srk-icon-eye:hover {
    color: #d32f2f; /* Rojo al pasar el mouse */
}

/* Ajuste del botón de cerrar */
.srk-close-btn i {
    font-size: 20px;
}
/* Contenedor para poner elementos en la misma línea */
.srk-row {
    display: flex;
    gap: 10px; /* Espacio entre el select y el input */
}

/* Anchos proporcionales */
.srk-w-35 { width: 35%; }
.srk-w-65 { width: 65%; }

/* Estilo para el Select (limpio para que no afecte otros) */
.srk-select {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    appearance: none; /* Quita la flecha por defecto en algunos navegadores */
}

/* Ajuste general de los inputs para que no se deformen en la fila */
.srk-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 8px 12px;
    background: white;
}

.srk-input-wrapper input {
    border: none;
    outline: none;
    width: 100%;
    margin-left: 8px;
    font-size: 14px;
}

.srk-icon-eye {
    cursor: pointer;
    padding: 5px; /* Aumenta el área de clic */
    transition: transform 0.2s ease;
}

.srk-icon-eye:active {
    transform: scale(0.9); /* Efecto visual de pulsado */
}

/* Texto informativo debajo del título */
.srk-helper-text {
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 25px 0;
}

/* Enlace para volver */
.srk-footer-link {
    text-align: center;
    margin-top: 20px;
}

.srk-footer-link a {
    color: #d32f2f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.srk-footer-link a:hover {
    text-decoration: underline;
}

/* Ajuste del botón de volver en el header */
.srk-header .srk-close-btn {
    left: 15px; /* Lo movemos a la izquierda para que parezca un botón de "atrás" */
    right: auto;
}
/* Contenedor Principal Centrado */
.srk-delivery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 20px;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    background-color: #fdfdfd;
}

/* Tarjeta de Información */
.srk-delivery-card {
    width: 100%;
    max-width: 800px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Cabecera Roja Estilo Suraki */
.srk-delivery-header {
    background-color: #ff0000; /* Rojo puro según tu imagen */
    padding: 30px 40px;
}

.srk-delivery-header h1 {
    color: #ffffff;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

/* Cuerpo del texto */
.srk-delivery-body {
    padding: 40px;
    color: #666666;
    line-height: 1.8;
    font-size: 18px;
}

.srk-highlight {
    margin-bottom: 30px;
}

/* Botón "Volver" Moderno */
.srk-delivery-footer {
    margin-top: 40px;
}

.srk-btn-back {
    background: #ffffff;
    color: #ff0000;
    border: 1px solid #dddddd;
    padding: 12px 60px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.srk-btn-back:hover {
    background: #f8f8f8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateY(-1px);
}
@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

/* --- CONTENEDOR PRINCIPAL NEXUS --- */
.sk-nexus-hero {
 position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #000;
   
}

/* Ocultar los radio buttons */
.sk-nexus-hero input[type="radio"] {
    display: none;
}

/* --- CONTENEDOR DE SLIDES --- */
.sk-nexus-slides {
    display: flex;
    width: 300%; /* 100% por cada slide (3 slides = 300%) */
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.sk-nexus-item {
    width: 33.333%;
    position: relative;
    height: 100%;
}

.sk-nexus-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7); /* Oscurece un poco la imagen para que se lea el texto */
}

/* --- CAJA DE TEXTO --- */
.sk-nexus-content {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}

.sk-nexus-textbox {
    color: #fff;
    max-width: 600px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease;
}

.sk-nexus-tag {
   background: #ff4d4d; /* Cambia este color al de Suraki */
    padding: 15px 15px;
    border-radius: 20px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
}

.sk-nexus-title {
   font-size: 4.5rem;
    margin: 35px 0;
    line-height: 1.2;
    color: #fff;
}

.sk-nexus-desc {
       font-size: 2.1rem;
    margin-bottom: 25px;
    color: #ffffff;
}

.sk-nexus-btn {
    background: white;
    color: #333;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
}

.sk-nexus-btn:hover {
    background: #ff4d4d;
    color: #fff;
}

/* --- LÓGICA DE MOVIMIENTO (NEXUS) --- */
#nexus-1:checked ~ .sk-nexus-slides { transform: translateX(0%); }
#nexus-2:checked ~ .sk-nexus-slides { transform: translateX(-33.333%); }
#nexus-3:checked ~ .sk-nexus-slides { transform: translateX(-66.666%); }

/* Animación de texto cuando el slide está activo */
#nexus-1:checked ~ .sk-nexus-slides .n-item-1 .sk-nexus-textbox,
#nexus-2:checked ~ .sk-nexus-slides .n-item-2 .sk-nexus-textbox,
#nexus-3:checked ~ .sk-nexus-slides .n-item-3 .sk-nexus-textbox {
    transform: translateY(0);
    opacity: 1;
}

/* --- FLECHAS DE NAVEGACIÓN --- */
.sk-nexus-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    pointer-events: none; /* No bloquea clics debajo */
}

.n-arrow-set {
    display: none; /* Se ocultan todos por defecto */
    width: 100%;
    justify-content: space-between;
    pointer-events: auto;
}

/* Mostrar solo el set de flechas del radio seleccionado */
#nexus-1:checked ~ .sk-nexus-arrows .n-set-1,
#nexus-2:checked ~ .sk-nexus-arrows .n-set-2,
#nexus-3:checked ~ .sk-nexus-arrows .n-set-3 {
    display: flex;
}

.prev, .next {
    background: rgba(255,255,255,0.2);
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
}

.prev:hover, .next:hover {
    background: #fff;
    color: #000;
}

/* --- PUNTOS (DOTS) --- */
.sk-nexus-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.n-dot-label {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

#nexus-1:checked ~ .sk-nexus-dots label[for="nexus-1"],
#nexus-2:checked ~ .sk-nexus-dots label[for="nexus-2"],
#nexus-3:checked ~ .sk-nexus-dots label[for="nexus-3"] {
    background: #fff;
    width: 30px; /* Punto alargado para el activo */
    border-radius: 10px;
}

/* --- LÓGICA DE MOVIMIENTO ESPECÍFICA PARA NEXUS --- */
/* Añadimos el prefijo de la sección para que no afecte al slider de arriba */

.sk-nexus-hero #nexus-1:checked ~ .sk-nexus-slides { transform: translateX(0%); }
.sk-nexus-hero #nexus-2:checked ~ .sk-nexus-slides { transform: translateX(-33.333%); }
.sk-nexus-hero #nexus-3:checked ~ .sk-nexus-slides { transform: translateX(-66.666%); }

/* Animación de texto exclusiva para Nexus */
.sk-nexus-hero #nexus-1:checked ~ .sk-nexus-slides .n-item-1 .sk-nexus-textbox,
.sk-nexus-hero #nexus-2:checked ~ .sk-nexus-slides .n-item-2 .sk-nexus-textbox,
.sk-nexus-hero #nexus-3:checked ~ .sk-nexus-slides .n-item-3 .sk-nexus-textbox {
    transform: translateY(0);
    opacity: 1;
}

/* --- CONTROL DE FLECHAS EXCLUSIVO --- */
.sk-nexus-hero #nexus-1:checked ~ .sk-nexus-arrows .n-set-1,
.sk-nexus-hero #nexus-2:checked ~ .sk-nexus-arrows .n-set-2,
.sk-nexus-hero #nexus-3:checked ~ .sk-nexus-arrows .n-set-3 {
    display: flex !important; /* Forzamos que solo estas flechas se vean */
}

/* --- CONTROL DE PUNTOS EXCLUSIVO --- */
.sk-nexus-hero #nexus-1:checked ~ .sk-nexus-dots label[for="nexus-1"],
.sk-nexus-hero #nexus-2:checked ~ .sk-nexus-dots label[for="nexus-2"],
.sk-nexus-hero #nexus-3:checked ~ .sk-nexus-dots label[for="nexus-3"] {
    background: #fff;
    width: 30px;
    border-radius: 10px;
}


/* --- ESTANDARIZACIÓN DEL SLIDER ANTERIOR (PROMO) --- */
.sk-promotions-hero {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #000;
}

/* Ocultar los radio buttons */
.sk-promotions-hero input[type="radio"] {
    display: none;
}

/* El contenedor que se mueve */
.sk-promo-slides {
    display: flex;
    width: 300%; /* 3 slides = 300% */
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1); /* Movimiento suave */
}

.sk-promo-item {
    width: 33.3333%; /* Cada uno ocupa exactamente un tercio del padre (300%) */
    height: 100%;
    position: relative;
}

.sk-promo-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Evita distorsión */
}

/* --- LÓGICA DE MOVIMIENTO MATEMÁTICO --- */
#promo-1:checked ~ .sk-promo-slides { transform: translateX(0%); }
#promo-2:checked ~ .sk-promo-slides { transform: translateX(-33.3333%); }
#promo-3:checked ~ .sk-promo-slides { transform: translateX(-66.6666%); }

/* --- VISIBILIDAD DE FLECHAS --- */
.sk-promo-arrows .arrow-set {
    display: none; /* Ocultos todos */
    width: 100%;
    justify-content: space-between;
}

/* Solo mostramos el set activo */
#promo-1:checked ~ .sk-promo-arrows .set-1,
#promo-2:checked ~ .sk-promo-arrows .set-2,
#promo-3:checked ~ .sk-promo-arrows .set-3 {
    display: flex;
}

/* --- ESTILO DE DOTS --- */
.sk-promo-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot-label {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

#promo-1:checked ~ .sk-promo-dots label[for="promo-1"],
#promo-2:checked ~ .sk-promo-dots label[for="promo-2"],
#promo-3:checked ~ .sk-promo-dots label[for="promo-3"] {
    background: #fff;
    width: 30px;
    border-radius: 10px;
}
/* --- LÓGICA DE MOVIMIENTO ESPECÍFICA PARA PROMOTIONS --- */
/* Bloqueamos el movimiento solo dentro de su contenedor */

.sk-promotions-hero #promo-1:checked ~ .sk-promo-slides { transform: translateX(0%); }
.sk-promotions-hero #promo-2:checked ~ .sk-promo-slides { transform: translateX(-33.3333%); }
.sk-promotions-hero #promo-3:checked ~ .sk-promo-slides { transform: translateX(-66.6666%); }

/* Animación de texto exclusiva para Promotions */
.sk-promotions-hero #promo-1:checked ~ .sk-promo-slides .item-1 .sk-promo-textbox,
.sk-promotions-hero #promo-2:checked ~ .sk-promo-slides .item-2 .sk-promo-textbox,
.sk-promotions-hero #promo-3:checked ~ .sk-promo-slides .item-3 .sk-promo-textbox {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s ease 0.3s; /* El 0.3s le da un retraso elegante */
}

/* --- CONTROL DE FLECHAS EXCLUSIVO (Soluciona el parpadeo negro) --- */
.sk-promotions-hero #promo-1:checked ~ .sk-promo-arrows .set-1,
.sk-promotions-hero #promo-2:checked ~ .sk-promo-arrows .set-2,
.sk-promotions-hero #promo-3:checked ~ .sk-promo-arrows .set-3 {
    display: flex !important;
}

/* --- CONTROL DE PUNTOS EXCLUSIVO --- */
.sk-promotions-hero #promo-1:checked ~ .sk-promo-dots label[for="promo-1"],
.sk-promotions-hero #promo-2:checked ~ .sk-promo-dots label[for="promo-2"],
.sk-promotions-hero #promo-3:checked ~ .sk-promo-dots label[for="promo-3"] {
    background: #fff;
    width: 30px;
    border-radius: 10px;
}
.sk-promo-slides {
    background-color: transparent; /* O el color de fondo de tu web */
    will-change: transform; /* Ayuda al navegador a preparar la animación */
}

/*//////////////////////////////////////slider nuevo
/* --- BASE AURORA --- */
.sk-aurora-hero {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #000;
}

.sk-aurora-hero input[type="radio"] { display: none; }

.sk-aurora-slides {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform;
}

.sk-aurora-item {
    width: 33.3333%;
    height: 100%;
    position: relative;
    flex-shrink: 0;
}

.sk-aurora-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

/* --- TEXTO --- */
.sk-aurora-content {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
     color: #fff;
}
.sk-aurora-title{
    font-size: 4.5rem;
    margin: 35px 0;
    line-height: 1.2;
    color: #fff;
}


.sk-aurora-textbox {
    color: #fff;
    max-width: 600px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease;
}

.sk-aurora-tag {
    background: #ff4d4d; /* Cambia este color al de Suraki */
    padding: 15px 15px;
    border-radius: 20px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
}



.sk-aurora-desc {
    font-size: 2.1rem;
    margin-bottom: 25px;
    color: #ffffff;
}

.sk-aurora-btn {
    background: white;
    color: #333;
    padding: 22px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
}

.sk-aurora-btn:hover {
    background: #ff4d4d;
    color: #fff;
}
/* --- LÓGICA DE MOVIMIENTO --- */
#aurora-1:checked ~ .sk-aurora-slides { transform: translateX(0%); }
#aurora-2:checked ~ .sk-aurora-slides { transform: translateX(-33.3333%); }
#aurora-3:checked ~ .sk-aurora-slides { transform: translateX(-66.6666%); }

#aurora-1:checked ~ .sk-aurora-slides .a-item-1 .sk-aurora-textbox,
#aurora-2:checked ~ .sk-aurora-slides .a-item-2 .sk-aurora-textbox,
#aurora-3:checked ~ .sk-aurora-slides .a-item-3 .sk-aurora-textbox {
    transform: translateY(0);
    opacity: 1;
}

/* --- FLECHAS (Idéntico a Nexus) --- */
.sk-aurora-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    z-index: 10;
    pointer-events: none;
}

.a-arrow-set {
    display: none;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: auto;
}

#aurora-1:checked ~ .sk-aurora-arrows .a-set-1,
#aurora-2:checked ~ .sk-aurora-arrows .a-set-2,
#aurora-3:checked ~ .sk-aurora-arrows .a-set-3 {
    display: flex !important;
}

.sk-aurora-arrows label {
    background: rgba(255,255,255,0.2);
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
    backdrop-filter: blur(4px);
}

.sk-aurora-arrows label:hover { background: #fff; color: #000; }

/* --- PUNTOS --- */
.sk-aurora-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.a-dot-label {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    cursor: pointer;
}

#aurora-1:checked ~ .sk-aurora-dots label[for="aurora-1"],
#aurora-2:checked ~ .sk-aurora-dots label[for="aurora-2"],
#aurora-3:checked ~ .sk-aurora-dots label[for="aurora-3"] {
    background: #fff;
    width: 30px;
    border-radius: 10px;
}


.sk-video-info {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    pointer-events: none; /* Para que no estorbe al hacer clic en el video */
}

.sk-video-info h3 {
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.sk-thumbnails p {
    font-size: 0.8rem;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}

/* Ocultar el botón de Play personalizado si usas los controles nativos */
.sk-play-btn {
    display: none; 
}


.suraki-banner-nosotros {
    position: relative;
    width: 100%;
    height: 400px; /* Altura fija para que no colapse */
    background-color: #333; /* Color de respaldo si la imagen falla */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.suraki-img-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  
    display: block !important; /* Fuerza el mostrado */
}

.suraki-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2; /* Sobre la imagen */
}

.suraki-info {
    position: relative;
    z-index: 3; /* Sobre todo lo demás */
    text-align: center;
}

.suraki-txt-title {
    color: white;
    font-size: 45px;
    font-weight: bold;
    margin: 0;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

.suraki-red-line {
    width: 80px;
    height: 5px;
    background-color: #e31e24; /* El rojo de tu logo */
    margin: 15px auto 0;
}

.suraki-history-module {
    padding: 60px 20px;
    background-color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.history-main-title {
    text-align: center;
    color: #d32f2f; /* Rojo Suraki */
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.history-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
}

.timeline-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

/* La línea roja central */
.timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #f1f1f1; /* Gris suave */
    border-left: 2px solid #e31e24; /* El hilo rojo */
}

.timeline-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    width: 100%;
}

.timeline-content, .timeline-image {
    width: 45%;
}

.timeline-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #d32f2f;
    border-radius: 50%;
    border: 4px white solid;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Invertir el orden para el efecto zig-zag */
.timeline-item.inverted {
    flex-direction: row-reverse;
}

.text-right { text-align: right; }

.timeline-date { color: #d32f2f; font-weight: bold; font-size: 0.9rem; }
.timeline-event { margin: 5px 0; font-size: 1.5rem; color: #333; }



.suraki-empresa-module {
    background-color: #e31e24; /* El rojo característico de Suraki */
    padding: 80px 20px;
    position: relative;
    color: white;
    text-align: center;
    font-family: 'Arial', sans-serif;
    /* Efecto de ondas (opcional con bordes redondeados o imágenes de fondo) */
    border-radius: 50% 50% 0 0 / 5% 5% 0 0; 
}

.suraki-empresa-container {
    max-width: 1100px;
    margin: 0 auto;
}

.suraki-title-empresa {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
}

/* Grid de Misión y Visión */
.suraki-mision-vision-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.suraki-card {
    background: white;
    color: #333;
    width: 480px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: left;
}

.suraki-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.suraki-card-body {
    padding: 25px;
    position: relative;
}

.suraki-icon-circle {
    width: 40px;
    height: 40px;
    background: #f8d7da;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e31e24;
    margin-bottom: 15px;
}

.suraki-card-body h3 {
    color: #e31e24;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.suraki-card-body p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
}

/* Grid de Estadísticas (KPIs) */
.suraki-stats-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.suraki-stat-box {
    background: white;
    color: #333;
    padding: 20px;
    border-radius: 15px;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 900;
    color: #333;
}

.stat-label {
    font-size: 0.7rem;
    font-weight: bold;
    color: #666;
    margin-top: 5px;
}


.suraki-valores-section {
    padding: 80px 20px;
    background-color: #ffffff;
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.suraki-valores-title {
    font-size: 2.5rem;
    color: #0b1a3e; /* Azul oscuro corporativo */
    font-weight: bold;
    margin-bottom: 10px;
}

.suraki-valores-subtitle {
    color: #666;
    max-width: 800px;
    margin: 0 auto 50px;
}

/* El Grid de 4 columnas */
.suraki-valores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 60px;
}

/* La tarjeta con el borde naranja */
.suraki-valor-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    border-left: 5px solid #ff8c00; /* Borde naranja característico */
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    text-align: left;
    transition: transform 0.3s ease;
}

.suraki-valor-card:hover {
    transform: translateY(-5px);
}

.suraki-valor-card h3 {
    font-size: 1.1rem;
    color: #333;
    margin: 15px 0 10px;
    font-weight: bold;
}

.suraki-valor-card p {
    font-size: 0.9rem;
    color: #777;
    line-height: 1.5;
}

/* Estilo del Video */
.suraki-video-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.suraki-video-container {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.suraki-video-thumb {
    width: 100%;
    display: block;
}

.suraki-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    color: #e31e24;
    font-size: 2rem;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.suraki-video-caption {
    margin-top: 20px;
    font-style: italic;
    color: #888;
    font-size: 0.9rem;
}

.suraki-valor-icon {
    font-size: 24px;       /* Tamaño del icono */
    color: #f37021;        /* Naranja exacto de Suraki */
    margin-bottom: 15px;
    display: inline-block;
    /* Si quieres que se vea un poco más suave como en la foto: */
    opacity: 0.85; 
}

.suraki-valor-card h3 {
    font-size: 1.1rem;
    color: #2c3e50;        /* Un azul grisáceo oscuro para el título */
    margin-bottom: 8px;
    font-weight: 700;
}

.suraki-valor-card p {
    font-size: 0.85rem;
    color: #666;           /* Gris para el texto descriptivo */
    line-height: 1.4;
}

.suraki-video-section {
    padding: 20px 0 80px 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.suraki-video-wrapper {
    width: 90%;
    max-width: 1000px; /* Tamaño ideal para que no sea gigante */
    text-align: center;
}

.suraki-video-card {
    position: relative;
    background: #000;
    border-radius: 35px; /* Bordes muy redondeados como la imagen */
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15); /* Sombra elegante */
    border: 1px solid #eee;
}

/* Contenedor para que el video mantenga proporción 16:9 */
.suraki-video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.suraki-video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Estilo para video local si decides usarlo */
.suraki-video-element {
    width: 100%;
    display: block;
    border-radius: 35px;
}

.suraki-video-footer {
    margin-top: 25px;
    font-size: 0.95rem;
    color: #888;
    font-style: italic;
    font-family: 'Arial', sans-serif;
}


.suraki-empleo-module {
    padding: 80px 20px;
    background-color: #fdfdfd; /* Fondo casi blanco para que resalten las tarjetas */
    font-family: 'Arial', sans-serif;
    text-align: center;
}

.suraki-empleo-header {
    max-width: 900px;
    margin: 0 auto 50px;
}

.suraki-empleo-title {
    color: #e31e24; /* Rojo Suraki */
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.suraki-empleo-subtitle {
    color: #0b1a3e; /* Azul oscuro */
    font-size: 1.5rem;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
}

.suraki-empleo-description {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

/* Grid de beneficios */
.suraki-empleo-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.suraki-empleo-card {
    background: white;
    padding: 40px 25px;
    width: 350px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03); /* Sombra muy sutil */
    transition: transform 0.3s ease;
}

.suraki-empleo-card:hover {
    transform: translateY(-10px);
}

.suraki-empleo-icon-box {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #e31e24; /* Color rojo para el icono */
    font-size: 1.8rem;
    box-shadow: 0 5px 15px rgba(227, 30, 36, 0.1);
}

.suraki-empleo-card h4 {
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.suraki-empleo-card p {
    color: #777;
    font-size: 0.9rem;
    line-height: 1.5;
}



/* ==========================================================================
   MÓDULO DE VACANTES (EMPLEO) - SURAKI
   ========================================================================== */

.suraki-vacantes-module {
    padding: 60px 20px;
    background-color: #f9f9f9;
    font-family: 'Arial', sans-serif;
}

/* Título Principal y Divisor Rojo */
.suraki-vacantes-main-title {
    text-align: center;
    color: #0b1a3e; /* Azul oscuro de la cabecera */
    font-weight: 900;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.suraki-red-divider {
    width: 50px;
    height: 4px;
    background: #e31e24; /* Rojo Suraki */
    margin: 0 auto 40px;
}

/* Grid configurado para 2 columnas (4 tarjetas en total) */
.suraki-vacantes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Tarjeta Individual */
.suraki-vacante-card {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    text-align: left;
}

/* Cabecera con Imagen de la Tarjeta */
.suraki-vacante-thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.suraki-vacante-thumb::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.4); /* Oscurece la imagen para leer el texto */
}

.suraki-vacante-thumb span {
    position: relative;
    z-index: 1;
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 2px;
}

/* Cuerpo de la Tarjeta */
.suraki-vacante-body {
    padding: 25px;
}

.vacante-puesto {
    color: #333;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.requisitos-label {
    font-size: 0.75rem;
    color: #999;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.vacante-list {
    padding-left: 20px;
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 15px;
    list-style-type: disc;
}

.vacante-list li {
    margin-bottom: 5px;
}

/* Cita/Texto en Itálica con borde rojo */
.vacante-quote {
    border-left: 3px solid #e31e24;
    padding-left: 10px;
    font-style: italic;
    color: #555;
    font-size: 0.85rem;
    margin: 20px 0;
}

/* Contenedor de Botones de Acción */
.vacante-actions {
    display: flex;
    gap: 10px;
}

.btn-email, .btn-linkedin {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    color: white;
    display: inline-block;
    transition: 0.3s;
}

.btn-email { background-color: #e31e24; }
.btn-linkedin { background-color: #284da7; }

.btn-email:hover, .btn-linkedin:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* Footer del Módulo: Postúlate aquí */
.suraki-postulate-footer {
    text-align: center;
    margin-top: 50px;
}

.suraki-postulate-footer p {
    color: #333;
    font-weight: bold;
    font-size: 0.95rem;
}

.btn-postulate-main {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 45px;
    border: 2px solid #e31e24;
    color: #e31e24;
    border-radius: 50px; /* Estilo píldora como en la imagen */
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-postulate-main:hover {
    background: #e31e24;
    color: white;
}

/* RESPONSIVE: De 2 columnas a 1 en celulares */
@media (max-width: 768px) {
    .suraki-vacantes-grid {
        grid-template-columns: 1fr;
    }
}
/* Este código asegura que el contenedor respete la imagen del HTML */
.suraki-vacante-thumb {
    height: 180px;
    background-size: cover;    /* Hace que la imagen cubra todo el espacio */
    background-position: center; /* Centra la foto */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 25px 25px 0 0; /* Redondea solo las esquinas de arriba */
}

/* Filtro oscuro para que el texto sea legible */
.suraki-vacante-thumb::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Capa oscura al 40% */
    z-index: 1;
}

/* Estilo del texto blanco */
.suraki-vacante-thumb span {
    position: relative;
    z-index: 2;
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* Sombra al texto para más claridad */
}



.suraki-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Estilo del Banner Principal */
.suraki-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('image_b85883.jpg'); /* Asegúrate de que la ruta sea correcta */
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.suraki-banner-title {
    color: white;
    font-family: 'Caveat', cursive; /* Fuente manuscrita como la imagen */
    font-size: 4rem;
    margin: 0;
}

.suraki-banner-line {
    width: 80px;
    height: 4px;
    background-color: #d32f2f;
    margin: 10px auto 0;
}

/* Estilo del Cuerpo de Texto */
.suraki-body {
    padding: 50px 20px;
    text-align: center;
}

.suraki-main-title {
    color: #e32222; /* Rojo Suraki */
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.suraki-title-line {
    width: 45px;
    height: 3px;
    background-color: #e32222;
    margin: 0 auto 40px;
}

.suraki-text-block {
    max-width: 850px;
    margin: 0 auto;
    text-align: justify;
    font-size: 1.05rem;
}

.suraki-text-block p {
    margin-bottom: 25px;
}

.suraki-link {
    color: #e32222;
    text-decoration: none;
    font-weight: bold;
}

.suraki-link:hover {
    text-decoration: underline;
}

/* Responsivo para celulares */
@media (max-width: 768px) {
    .suraki-banner-title { font-size: 2.5rem; }
    .suraki-main-title { font-size: 1.5rem; }
}
/* ESTILO DEL BANNER */


.suraki-banner-title {
    color: white;
    font-family: 'Caveat', cursive; /* Fuente manuscrita similar a la imagen */
    font-size: 4.5rem;
    margin: 0;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.suraki-banner-underline {
    width: 100px;
    height: 4px;
    background-color: #b71c1c; /* Rojo oscuro */
    margin: 10px auto 0;
}

/* ESTILO DEL CUERPO LEGAL */
.suraki-legal-container {
    max-width: 900px;
    margin: 10px auto;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
    color: #444;
    line-height: 1.7;
}

.suraki-legal-section {
    margin-bottom: 35px;
}

.suraki-legal-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    border-left: 5px solid #d32f2f; /* El indicador rojo lateral de la imagen */
    padding-left: 15px;
    margin-bottom: 15px;
}

.suraki-legal-section p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 0.95rem;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .suraki-banner-title { font-size: 3rem; }
    .suraki-header { height: 250px; }
}

/* ESTILO ESPECÍFICO PARA EL MÓDULO DE POLÍTICAS */
.suraki-policy-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}

.suraki-policy-card {
    background-color: #f8f9fa; /* Gris muy claro como en la imagen */
    border: 1px solid #e9ecef;
    border-radius: 15px; /* Bordes redondeados */
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.policy-main-title {
    color: #b71c1c; /* Rojo oscuro institucional */
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.policy-intro {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 25px;
}

.policy-section {
    margin-bottom: 20px;
}

.policy-subtitle {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.policy-list {
    list-style: none;
    padding-left: 0;
}

.policy-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

/* El punto de la lista en color rojo */
.policy-list li::before {
    content: "•";
    color: #d32f2f;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.policy-footer {
    text-align: center;
    margin-top: 30px;
    font-style: italic;
    font-size: 0.9rem;
    color: #666;
}

/* RESPONSIVO */
@media (max-width: 600px) {
    .suraki-policy-card { padding: 20px; }
    .policy-main-title { font-size: 1.3rem; }
}

/* Estilos para el encabezado de Privacidad */
.suraki-header-centered {
    text-align: center;
    margin-bottom: 40px;
}

.suraki-subtitle {
    color: #e32222;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: -10px;
}

/* Estilos para la lista de leyes */
.suraki-legal-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.suraki-legal-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.suraki-legal-list li::before {
    content: "•";
    color: #d32f2f;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Estilo de enlaces dentro del texto */
.suraki-link {
    color: #e32222;
    text-decoration: none;
    font-weight: 600;
}

.suraki-link:hover {
    text-decoration: underline;
}

/* Estilos adicionales para el pie de la tarjeta de seguridad */
.policy-footer-extra {
    text-align: center;
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    font-size: 0.9rem;
    color: #444;
}

.policy-footer-extra .address {
    margin-top: 10px;
    font-style: italic;
    color: #888;
}
.suraki-txt-subtitle {
    color: #ffffff;
    font-size: 1rem; /* Tamaño de letra pequeña */
    font-weight: 300;
    margin-top: 10px;
    max-width: 600px; /* Para que el texto no ocupe todo el ancho */
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9; /* Un toque de transparencia para suavizar */
}

/* Ajuste para móviles */
@media (max-width: 768px) {
    .suraki-txt-subtitle {
        font-size: 0.85rem;
        padding: 0 20px;
    }
}
/* Reutilizando los estilos de la tarjeta (.suraki-policy-card) 
   y la lista (.policy-list) definidos anteriormente */

   /* ==========================================================================
   ESTILOS GENERALES - MÓDULO SURAKI FAQ / LEGAL
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap');

.container-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Open Sans', sans-serif;
}

/* ==========================================================================
   1. SUBMENÚ (ALINEADO A LA DERECHA)
   ========================================================================== */
.suraki-submenu-container {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end; /* Alineación a la derecha */
}

.submenu-list {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu-item {
    padding-bottom: 15px;
    cursor: pointer;
    color: #666;
    font-weight: 600;
    font-size: 0.95rem;
    position: relative;
    transition: color 0.3s ease;
}

.submenu-item.active {
    color: #d32f2f; /* Rojo Suraki */
}

.submenu-item.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #d32f2f;
}

/* ==========================================================================
   2. LAYOUT (CONTACTO + CONTENIDO)
   ========================================================================== */
.faq-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Columna Izquierda: Información / Contacto */
.faq-contact-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

.faq-contact-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

/* Estilo de los Iconos Circulares */
.contact-icon {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fdfdfd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.icon-ws { color: #25d366; }   /* Verde WhatsApp */
.icon-mail { color: #d32f2f; } /* Rojo Suraki */
.icon-map { color: #4285f4; }  /* Azul Ubicación */

.contact-text strong {
    display: block;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.contact-text p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

/* ==========================================================================
   3. ACORDEONES (PREGUNTAS)
   ========================================================================== */
.faq-content {
    flex: 2;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.accordion-item {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-header {
    width: 100%;
    text-align: left;
    padding: 18px 25px;
    background: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

.accordion-header i {
    font-size: 0.8rem;
    color: #999;
    transition: transform 0.3s;
}

.accordion-body {
    padding: 0 25px 20px;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.7;
    display: none; /* Se activa con el JS */
}

/* Estado Activo del Acordeón */


/* ==========================================================================
   4. RESPONSIVO
   ========================================================================== */
@media (max-width: 992px) {
    .faq-layout {
        flex-direction: column;
    }
    .faq-contact-card, .faq-content {
        width: 100%;
    }
    .suraki-submenu-container {
        justify-content: center;
    }
}

.suraki-accordion-container {
  max-width: 600px;
  margin: 20px auto;
  font-family: 'Segoe UI', Roboto, sans-serif;
}

.suraki-item {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px;
  transition: all 0.3s ease;
}

.suraki-item summary {
  list-style: none;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

/* El icono de flecha personalizado */
.suraki-item summary::after {
  content: '+';
  font-size: 1.5rem;
  color: #007bff; /* Cambia este color al tono principal de Suraki */
  transition: transform 0.3s ease;
}

/* Estilo cuando el acordeón está abierto */
.suraki-item[open] summary::after {
  transform: rotate(45deg);
  color: #ff4757; /* Color de cierre */
}

.suraki-content {
  padding-top: 15px;
  line-height: 1.6;
  color: #666;
  animation: slideIn 0.4s ease-out;
}

@keyframes slideIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.suraki-item:hover {
  background-color: #f9f9f9;
}

.suraki-video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 15px; /* Para que coincida con tus bordes actuales */
}

.suraki-video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Esto hace que el video llene el espacio elegantemente */
    background-color: #000;
}

