.elementor-3307 .elementor-element.elementor-element-52a0e917{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3307 .elementor-element.elementor-element-1068cde8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3307 .elementor-element.elementor-element-1f9fc642{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3307 .elementor-element.elementor-element-1f9fc642:not(.elementor-motion-effects-element-type-background), .elementor-3307 .elementor-element.elementor-element-1f9fc642 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-3307 .elementor-element.elementor-element-564981bc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-1068cde8 */.tabs-container {
            width: 100%;
            margin: auto;
        }

        /* --- Pestañas (sin cambios) --- */
        .tabs-nav-wrapper {
            position: relative;
            z-index: 10; 
            margin-bottom: -85px;

        }
        
        .tabs-nav {
            display: flex;
            justify-content: center;
            overflow-x: auto;
            -ms-overflow-style: none; scrollbar-width: none;
            gap: 20px;
        }
        
        .tabs-nav::-webkit-scrollbar { display: none; }

        .tab-item {
            background-color: transparent;
          border:0px;
            padding: 10px 12px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            flex-shrink: 0;
            margin: 0 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom: 3px solid transparent;
        }

        .tab-item img {
            width:100px !important;
            height: auto; 
            display: block;
            fill: #ffffff;
            filter: brightness(2);
            opacity: 0.4;
            transition: opacity 0.3s ease;
            border-bottom: 3px  transparent;
        }
        

        .tab-item.active img { opacity: 1; 
filter: none !important;}
        
        .tab-item:nth-child(1):hover { border-bottom: 3px solid #ffffff; }
        .tab-item:nth-child(2):hover { border-bottom: 3px solid #F2291A; }
        .tab-item:nth-child(3):hover { border-bottom: 3px solid #009EE2; }
        .tab-item:nth-child(4):hover { border-bottom: 3px solid #AC9A84; }
        .tab-item:nth-child(5):hover { border-bottom: 3px solid #00CE3E; }

        .tab-item:nth-child(1).active { border-bottom: 3px solid #ffffff; }
        .tab-item:nth-child(2).active { border-bottom: 3px solid #F2291A; }
        .tab-item:nth-child(3).active { border-bottom: 3px solid #009EE2; }
        .tab-item:nth-child(4).active { border-bottom: 3px solid #AC9A84; }
        .tab-item:nth-child(5).active { border-bottom: 3px solid #00CE3E; }
        

        /* --- Contenedor del Contenido y Animación --- */
        .tabs-content {
            position: relative;
            padding: 95px 20px 30px 20px;
            min-height: 250px;
            background-color: #000;
            overflow: hidden;
        }
        
        .tab-pane {
            display: none;
            position: relative;
            z-index: 2;
        }
        
        .tab-pane.active {
            display: block;
        }

        /* --- Contenedores de Animación --- */
        .animation-wrapper {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            z-index: 1;
            opacity: 0;
            transition: opacity 0.8s ease;
        }
        .animation-wrapper.active {
            opacity: 1;
        }

        /* --- Estilos de las Formas Animadas --- */
        .shape {
            position: absolute;
            border-radius: 24% 76% 77% 23% / 30% 30% 70% 70%;
            filter: blur(8rem);
            opacity: 0.5;
        }

        /* Paleta 1: Gris/Blanco */
        .shape-gray-1 { top: 10%; left: 10%; width: 20rem; height: 20rem; background: #CCCCCC; animation: shape1 15s infinite alternate; }
        .shape-gray-2 { top: 50%; left: 60%; width: 25rem; height: 25rem; background: #AAAAAA; animation: shape2 18s infinite alternate; }
        
        /* Paleta 2: Rojo */
        .shape-red-1 { top: 20%; left: 70%; width: 25rem; height: 25rem; background: #F2291A; animation: shape1 16s infinite alternate; }
        .shape-red-2 { top: 60%; left: 5%; width: 20rem; height: 20rem; background: #D44D3D; animation: shape3 19s infinite alternate; }
        
        /* Paleta 3: Azul */
        .shape-blue-1 { top: 15%; left: 15%; width: 22rem; height: 22rem; background: #009EE2; animation: shape2 17s infinite alternate; }
        .shape-blue-2 { top: 55%; left: 65%; width: 28rem; height: 28rem; background: #4DB5E9; animation: shape1 20s infinite alternate; }

        /* Paleta 4: Beige/Café */
        .shape-tan-1 { top: 5%; left: 60%; width: 20rem; height: 20rem; background: #AC9A84; animation: shape3 18s infinite alternate; }
        .shape-tan-2 { top: 50%; left: 10%; width: 30rem; height: 30rem; background: #D4C3AF; animation: shape2 21s infinite alternate; }

        /* Paleta 5: Verde */
        .shape-green-1 { top: 25%; left: 25%; width: 25rem; height: 25rem; background: #00CE3E; animation: shape1 19s infinite alternate; }
        .shape-green-2 { top: 65%; left: 75%; width: 20rem; height: 20rem; background: #56E17F; animation: shape3 17s infinite alternate; }
        

        /* --- Animaciones Keyframes (MODIFICADAS para más movimiento) --- */
        @keyframes shape1 {
          0% { transform: translate(-10%, -10%) scale(1); border-radius: 24% 76% 77% 23% / 30% 30% 70% 70%; }
          25% { transform: translate(15%, 5%) scale(1.1); border-radius: 70% 30% 80% 20% / 42% 25% 75% 58%; }
          50% { transform: translate(-30%, 30%) scale(0.9); border-radius: 60% 40% 0% 100% / 1% 74% 26% 99%; }
          75% { transform: translate(20%, -20%) scale(1.3); border-radius: 0% 100% 100% 0% / 0% 100% 100% 0%; }
          100% { transform: translate(-10%, -10%) scale(1); border-radius: 24% 76% 77% 23% / 30% 30% 70% 70%; }
        }
        @keyframes shape2 {
          0% { transform: translate(5%, 15%) scale(1); border-radius: 73% 27% 77% 23% / 53% 4% 96% 47%; }
          25% { transform: translate(-25%, -10%) scale(0.9); border-radius: 28% 72% 81% 19% / 78% 25% 75% 22%; }
          50% { transform: translate(10%, -20%) scale(1.2); border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%; }
          75% { transform: translate(-15%, 25%) scale(0.8); border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%; }
          100% { transform: translate(5%, 15%) scale(1); border-radius: 73% 27% 77% 23% / 53% 4% 96% 47%; }
        }
        @keyframes shape3 {
          0% { transform: translate(15%, -5%) scale(1.1); border-radius: 70% 30% 80% 20% / 42% 25% 75% 58%; }
          25% { transform: translate(-20%, 10%) scale(1.3); border-radius: 0% 100% 100% 0% / 0% 100% 100% 0%; }
          50% { transform: translate(25%, 20%) scale(0.9); border-radius: 80% 20% 80% 20% / 20% 80% 20% 80%; }
          75% { transform: translate(-5%, -25%) scale(1.2); border-radius: 30% 70% 30% 70% / 70% 30% 70% 30%; }
          100% { transform: translate(12%, -5%) scale(1.1); border-radius: 70% 30% 80% 20% / 42% 25% 75% 58%; }
        }

/* Aqui van los estilos del interior de la 1er tab */

        .site-footer {
            padding: 30px 75px; 
        }

/*  Contenedor de las Columnas  */
        .footer-columns {
            display: flex;
            flex-wrap: wrap; /* Permite que las columnas se apilen en pantallas pequeñas */
            justify-content: space-between;
            gap: 30px; /* Espacio entre columnas */
            margin-bottom: 30px;
        }

        /* --- Estilo de cada Columna --- */
        .footer-column {
            flex: 1; /* Permite que las columnas crezcan y se ajusten */
            width: 24%;
            min-width: 150px; /* Ancho mínimo antes de apilarse */
        }

        .footer-column h4 {
            color: #989898; /* Títulos en blanco */
            font-size: 16px !important;
            font-weight: 500;
            font-family:Montserrat;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .footer-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-column ul li a {
            margin-bottom: 12px !important;
            display: flex; 
            font-family:Montserrat;
            align-items: center;
            color:#fff;
            font-size: 16px;
        }
        
        /* Estilo para los íconos */
        .footer-column ul li .icon {
            margin-right: 10px;
            color: #ffffff;
            width:20px;
            justify-content: center;
        display: flex
;
        }
        
        .email-text {
        word-break: break-all;      
        overflow-wrap: anywhere;    
        }

        .footer-column a {
            color: inherit; /* Hereda el color gris claro */
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-column a:hover {
            color: #ffffff; /* Color blanco al pasar el ratón */
        }
        
/* Link naranja */
.contact-orange {
  background: linear-gradient(120deg, #DD571A -3.39%, #EE7D17 53.85%, #F2B381 105.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-weight:500;
  letter-spacing:1px;
  font-size:16px !important;
 }

.contact-orange {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(120deg, #DD571A -3.39%, #EE7D17 53.85%, #F2B381 105.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.3s ease;
}

/* Ícono */
.contact-orange i {
  margin-left: 10px;
  color: #BA1E4A;
  transition: transform 0.3s ease;
}

/* Línea inferior animada */
.contact-orange::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(120deg, #DD571A -3.39%, #EE7D17 53.85%, #F2B381 105.64%);
  transition: width 0.4s ease;
}

/* Hover: línea se extiende e ícono se mueve ligeramente */
.contact-orange:hover::after {
  width: 100%;
}


/* Link red */
.contact-red {
  background: #BA1E4A;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-weight:500;
  letter-spacing:1px;
  font-size:16px;
 }

.contact-red {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  background: #BA1E4A;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.3s ease;
}

/* Ícono */
.contact-red i {
  margin-left: 10px;
  color: #BA1E4A;
  transition: transform 0.3s ease;
}

/* Línea inferior animada */
.contact-red::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #BA1E4A;
  transition: width 0.4s ease;
}

/* Hover: línea se extiende e ícono se mueve ligeramente */
.contact-red:hover::after {
  width: 100%;
}

/* Link blue */
.contact-blue {
  background: #00E0FF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-weight:500;
  letter-spacing:1px;
  font-size:16px;
 }

.contact-blue {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  background: #00E0FF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.3s ease;
}

/* Ícono */
.contact-blue i {
  margin-left: 10px;
  color: #00E0FF;
  transition: transform 0.3s ease;
}

/* Línea inferior animada */
.contact-blue::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #00E0FF;
  transition: width 0.4s ease;
}

/* Hover: línea se extiende e ícono se mueve ligeramente */
.contact-blue:hover::after {
  width: 100%;
}


/* Link sand */
.contact-sand {
  background:#AF824A;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-weight:500;
  letter-spacing:1px;
  font-size:16px;
 }

.contact-sand {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  background: #AF824A;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.3s ease;
}

/* Ícono */
.contact-sand i {
  margin-left: 10px;
  color: #AF824A;
  transition: transform 0.3s ease;
}

/* Línea inferior animada */
.contact-sand::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #AF824A;
  transition: width 0.4s ease;
}

/* Hover: línea se extiende e ícono se mueve ligeramente */
.contact-sand:hover::after {
  width: 100%;
}

/* Link green */
.contact-green {
  background:#00CE3E;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-weight:500;
  letter-spacing:1px;
  font-size:16px;
 }

.contact-green {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  background: #00CE3E;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.3s ease;
}

/* Ícono */
.contact-green i {
  margin-left: 10px;
  color: #00CE3E;
  transition: transform 0.3s ease;
}

/* Línea inferior animada */
.contact-green::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #00CE3E;
  transition: width 0.4s ease;
}

/* Hover: línea se extiende e ícono se mueve ligeramente */
.contact-green:hover::after {
  width: 100%;
}

.logos-app { 
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.logo-item {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  gap: 8px;
  width: auto; 
  align-items: flex-start;
}

.app-item {
  flex-direction: row; /* Texto + imagen en línea */
}

.logos-app p{
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.imglogo{
  width: 120px;
  height: auto;
}

.footer-icons-cap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
}

/*.logos-app {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  gap: 12px;*/
/*  align-items: flex-end;*/
/*}*/

/*.logos-app p{*/
/*    color: #fff;*/
/*}*/

/*.logos-app a{*/
/*    width: 100%;      */
/*  height: 100%;*/
/*  line-height: 0;*/
/*  display: flex;*/
/*  flex-direction:column;*/
/*}*/

/*.imglogo{*/
/*    width: 120px;*/
/*    height: 100%;*/
/*}*/


.container-icons{
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}


.footer-icons{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  padding-bottom: 20px;
}

.icon-link img {
    width: 32px;
    height: 32px;
    border: 1px solid #808080; 
    border-radius: 50%; 
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.icon-link:hover img {
    border-color: #ffffff;
}
        /* --- Línea Separadora --- */
        .footer-divider {
            border: 0;
            border-top: 1px solid #444; /* Línea gris oscura */
            margin: 30px 0;
        }

        /* --- Parte Inferior del Footer (Logo y Copyright) --- */
        .footer-bottom {
            display: flex;
            flex-direction:row !important;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
            padding-top: 30px;
        }
        
        .footer-logo-tagline {
            display: flex;
            align-items: center;
            gap: 15px;
            width:19%;
        }

        .footer-logo-tagline .logo {
            font-size: 24px;
            font-weight: bold;
            color: #ffffff;
        }
        
        .end-footer .tagline {
            font-family: "Montserrat", Sans-serif;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.5em;
            text-transform: uppercase;
            color: #ffffff;
            
        }

        .footer-copyright {
            font-family: "Montserrat", Sans-serif;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.3em;
            color: #ffffff;
        }
.end-footer{
  width:79%;
  display:flex;
  flex-diection:row;
  align-items:center;
  justify-content: space-between;
  gap:15px;
}
        /* --- Diseño Responsivo para Móviles --- */
        @media (max-width: 768px) {
            .footer-bottom {
                flex-direction: column; /* Apila el logo y el copyright */
                text-align: center;
            }
        }

@media (min-width: 350px) and (max-width: 1050px) {
  .site-footer {
    padding: 30px 20px !important;
  }
}
@media (min-width: 768px){
    .site-footer:not(.dynamic-footer){
        max-width: 100% !important;
    }
}

.tabs-container {
  position: relative;
  z-index: 0; /* base */
}

/* Contenido de las tabs: reserva espacio vertical para ver el gradient */
.tabs-content {
  position: relative;
  z-index: 1; /* contenido encima del gradient */
  min-height: 320px; /* ajusta según lo que ocupen tus tabs */
  overflow: visible;
}

/* Asegura que el pane y el nav estén por encima del fondo */
.tabs-nav-wrapper,
.tab-pane {
  position: relative;
  z-index: 2;
}

/* Wrapper del gradient (fondo). Está absoluto, cubre todo el área y no recibe pointer events */
.animation-wrapper {
  position: absolute;
  inset: 0;            /* top:0; right:0; bottom:0; left:0 */
  z-index: 0;          /* detrás del contenido pero encima del body */
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* El activo se muestra */
.animation-wrapper.active {
  opacity: 1;
}

/* GRADIENTES POR TAB - ajusté los rgba para que se noten sobre fondo oscuro */
#anim1 {
  background: linear-gradient(
    225deg,
    rgba(0,0,0,1) 0%,
    rgba(94,94,94,0.30) 50%,
    rgba(0,0,0,1) 100%
  );
}

#anim2 {
  background: linear-gradient(
    225deg,
    rgba(0,0,0,1) 0%,
    rgba(242,41,26,0.20) 50%,
    rgba(0,0,0,1) 100%
  );
}

#anim3 {
  background: linear-gradient(
    225deg,
    rgba(0,0,0,1) 0%,
    rgba(0,158,226,0.20) 50%,
    rgba(0,0,0,1) 100%
  );
}

#anim4 {
  background: linear-gradient(
    225deg,
    rgba(0,0,0,1) 0%,
    rgba(172,154,132,0.20) 50%,
    rgba(0,0,0,1) 100%
  );
}

#anim5 {
  background: linear-gradient(
    225deg,
    rgba(0,0,0,1) 0%,
    rgba(0,206,62,0.2) 50%,
    rgba(0,0,0,1) 100%
  );
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-564981bc *//*body {*/
/*    margin: 0;*/
/*    height: auto;*/
/*    background: #000;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-family: 'Poppins', sans-serif;*/
/*  }*/

 @media (max-width: 767px) {
  .background {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden; 
    top: 0;
    left: 0;
    z-index: -1;
  }

  /* Fondo detrás del acordeón */
.accordion {
  position: relative;
  z-index: 1;
}

#background {
  position: absolute; /* Puedes cambiarlo a fixed si quieres que cubra toda la ventana */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Puedes cambiarlo a 100vh si quieres que cubra toda la pantalla siempre */
  margin: 0 auto;
  z-index: 0;
  background: linear-gradient(45deg, #000, #333);
  background-size: cover;
}

.footer-wrapper {
  width: 100%;
  margin: 0 auto;
  height:100%;
}



/* Aseguramos que el contenido esté encima del fondo */
.accordion-item,
.accordion-header,
.accordion-content {
  position: relative;
  z-index: 1;
}


  /* Contenedor principal */
  .accordion {
    position: relative;
    z-index: 1;
    width: 100%;
    height:auto;
    margin-top: 20px;
    border-radius: 8px;
    background: transparent;
    padding: 30px 20px;
    z-index: 1;
  }

  .accordion-item {
    border-bottom: 2px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    color: #fff;
  }

  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 14px 20px;
    transition: background 0.3s ease;
    border-bottom: 2px solid transparent;
transition: border-color 0.4s ease;
  }

/* BORDER BOTTOM COLOR HOVER */
.accordion-item:nth-child(1):hover .accordion-header { border-bottom: 2px solid #5E5E5E; }
.accordion-item:nth-child(2):hover .accordion-header { border-bottom: 2px solid #BA1E4A; }
.accordion-item:nth-child(3):hover .accordion-header { border-bottom: 2px solid #009EE2; }
.accordion-item:nth-child(4):hover .accordion-header { border-bottom: 2px solid #AC9A84; }
.accordion-item:nth-child(5):hover .accordion-header { border-bottom: 2px solid #00CE3E; }

.accordion-item:nth-child(1):hover .icon-acordeon { border: 2px solid #5E5E5E; }
.accordion-item:nth-child(2):hover .icon-acordeon { border: 2px solid #BA1E4A; }
.accordion-item:nth-child(3):hover .icon-acordeon { border: 2px solid #009EE2; }
.accordion-item:nth-child(4):hover .icon-acordeon { border: 2px solid #AC9A84; }
.accordion-item:nth-child(5):hover .icon-acordeon { border: 2px solid #00CE3E; }

.accordion-item:nth-child(1):hover .icon-acordeon::before {content: "+" ;  color:#5E5E5E; }
.accordion-item:nth-child(2):hover .icon-acordeon::before {content: "+" ;  color:#BA1E4A; }
.accordion-item:nth-child(3):hover .icon-acordeon::before {content: "+" ;  color:#009EE2; }
.accordion-item:nth-child(4):hover .icon-acordeon::before {content: "+" ;  color:#AC9A84; }
.accordion-item:nth-child(5):hover .icon-acordeon::before {content: "+" ;  color:#00CE3E; }

/* BORDER BOTTOM COLOR ACTIVE */
.accordion-item:nth-child(1).active .accordion-header { border-bottom: 2px solid #5E5E5E; }
.accordion-item:nth-child(2).active .accordion-header { border-bottom: 2px solid #BA1E4A; }
.accordion-item:nth-child(3).active .accordion-header { border-bottom: 2px solid #009EE2; }
.accordion-item:nth-child(4).active .accordion-header { border-bottom: 2px solid #AC9A84; }
.accordion-item:nth-child(5).active .accordion-header { border-bottom: 2px solid #00CE3E; }

.accordion-item:nth-child(1).active .icon-acordeon { border: 2px solid #5E5E5E; }
.accordion-item:nth-child(2).active .icon-acordeon { border: 2px solid #BA1E4A; }
.accordion-item:nth-child(3).active .icon-acordeon { border: 2px solid #009EE2; }
.accordion-item:nth-child(4).active .icon-acordeon { border: 2px solid #AC9A84; }
.accordion-item:nth-child(5).active .icon-acordeon { border: 2px solid #00CE3E; }

.accordion-item:nth-child(1).active .icon-acordeon::before {content: "–";  color:#5E5E5E; }
.accordion-item:nth-child(2).active .icon-acordeon::before {content: "–";  color:#BA1E4A; }
.accordion-item:nth-child(3).active .icon-acordeon::before {content: "–";  color:#009EE2; }
.accordion-item:nth-child(4).active .icon-acordeon::before {content: "–";  color:#AC9A84; }
.accordion-item:nth-child(5).active .icon-acordeon::before {content: "–";  color:#00CE3E; }


  .accordion-header:hover {
/*     background: rgba(255,255,255,0.05); */
  }

  .accordion-header img {
    width:100px;
    height: auto;
  }

  .icon-acordeon {
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    transition: all 0.5s ease;
  }

  .accordion-content {
  display: flex;
  flex-direction: row;
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: height 2s ease;
}

  .accordion-content p {
    margin: 15px 0;
  }

  .accordion-item.active .accordion-content {
  height: auto; /* ← deja que crezca según su contenido */
  overflow: visible;
  padding-top: 20px;
}

  .accordion-item.active .icon-acordeon {
    border-color: #fff;
    color: #fff;
  }

  .accordion-item.active .icon-acordeon::before {
    content: "–";
  }

  .icon-acordeon::before {
    content: "+";
  }


        .site-footer {
            padding: 0px 0px; 
          display:flex;
          flex-direction:column;
          max-width: 100% !important;
        }

/*  Contenedor de las Columnas  */
        .footer-columns {
            display: flex;
            flex-direction:column !important;
            justify-content: space-between;
            gap: 30px; /* Espacio entre columnas */
            margin-bottom: 30px;
          width:100%;
        }

        /* --- Estilo de cada Columna --- */
        .footer-column {
            flex: 1; /* Permite que las columnas crezcan y se ajusten */
            width: 100%;
            min-width: 150px; /* Ancho mínimo antes de apilarse */
        }

        .footer-column h4 {
            color: #989898; /* Títulos en blanco */
            font-size: 16px !important;
            font-weight: 500;
            font-family:Montserrat;
            margin-top: 0;
            margin-bottom: 20px;
        }

        .footer-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-column ul li a{
            margin-bottom: 12px !important;
            display: flex; 
            font-family:Montserrat;
            align-items: center;
            color:#fff;
            font-size:16px;
        }
        
        /* Estilo para los íconos */
        .footer-column ul li .icon {
            margin-right: 10px;
            color: #ffffff;
            width:20px;
            justify-content: center;
        display: flex
;
        }

        .footer-column a {
            color: inherit; /* Hereda el color gris claro */
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-column a:hover {
            color: #ffffff; /* Color blanco al pasar el ratón */
        }
        
/* Link naranja */
.contact-orange {
  background: linear-gradient(120deg, #DD571A -3.39%, #EE7D17 53.85%, #F2B381 105.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-weight:500;
  letter-spacing:1px;
  font-size:16px !important;
 }

.contact-orange {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(120deg, #DD571A -3.39%, #EE7D17 53.85%, #F2B381 105.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.3s ease;
}

/* Ícono */
.contact-orange i {
  margin-left: 10px;
  color: #BA1E4A;
  transition: transform 0.3s ease;
}

/* Línea inferior animada */
.contact-orange::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(120deg, #DD571A -3.39%, #EE7D17 53.85%, #F2B381 105.64%);
  transition: width 0.4s ease;
}

/* Hover: línea se extiende e ícono se mueve ligeramente */
.contact-orange:hover::after {
  width: 100%;
}


/* Link red */
.contact-red {
  background: #BA1E4A;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-weight:500;
  letter-spacing:1px;
  font-size:16px;
 }

.contact-red {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  background: #BA1E4A;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.3s ease;
}

/* Ícono */
.contact-red i {
  margin-left: 10px;
  color: #BA1E4A;
  transition: transform 0.3s ease;
}

/* Línea inferior animada */
.contact-red::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #BA1E4A;
  transition: width 0.4s ease;
}

/* Hover: línea se extiende e ícono se mueve ligeramente */
.contact-red:hover::after {
  width: 100%;
}

/* Link blue */
.contact-blue {
  background: #00E0FF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-weight:500;
  letter-spacing:1px;
  font-size:16px;
 }

.contact-blue {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  background: #00E0FF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.3s ease;
}

/* Ícono */
.contact-blue i {
  margin-left: 10px;
  color: #00E0FF;
  transition: transform 0.3s ease;
}

/* Línea inferior animada */
.contact-blue::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #00E0FF;
  transition: width 0.4s ease;
}

/* Hover: línea se extiende e ícono se mueve ligeramente */
.contact-blue:hover::after {
  width: 100%;
}


/* Link sand */
.contact-sand {
  background:#AF824A;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-weight:500;
  letter-spacing:1px;
  font-size:16px;
 }

.contact-sand {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  background: #AF824A;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.3s ease;
}

/* Ícono */
.contact-sand i {
  margin-left: 10px;
  color: #AF824A;
  transition: transform 0.3s ease;
}

/* Línea inferior animada */
.contact-sand::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #AF824A;
  transition: width 0.4s ease;
}

/* Hover: línea se extiende e ícono se mueve ligeramente */
.contact-sand:hover::after {
  width: 100%;
}

/* Link green */
.contact-green {
  background:#00CE3E;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-weight:500;
  letter-spacing:1px;
  font-size:16px;
 }

.contact-green {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  background: #00CE3E;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.3s ease;
}

/* Ícono */
.contact-green i {
  margin-left: 10px;
  color: #00CE3E;
  transition: transform 0.3s ease;
}

/* Línea inferior animada */
.contact-green::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #00CE3E;
  transition: width 0.4s ease;
}

/* Hover: línea se extiende e ícono se mueve ligeramente */
.contact-green:hover::after {
  width: 100%;
}


.footer-icons{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}



.icon-link img {
    width: 32px;
    height: 32px;
    border: 1px solid #808080; 
    border-radius: 50%; 
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.icon-link:hover img {
    border-color: #ffffff;
}
        /* --- Línea Separadora --- */
        .footer-divider {
            border: 0;
            border-top: 1px solid #444; /* Línea gris oscura */
            margin: 30px 0;
        }

        /* --- Parte Inferior del Footer (Logo y Copyright) --- */
        .footer-bottom {
            display: flex;
            flex-direction:column !important;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
            color:#fff;
            margin-top:20px;
        }
        
        .footer-logo-tagline {
            display: flex;
            align-items: center;
            justify-content:center;
            gap: 15px;
            width:100%;
        }

        .footer-logo-tagline .logo {
            font-size: 24px;
            font-weight: bold;
            color: #ffffff;
        }
        
        .end-footer .tagline {
            font-family: "Montserrat", Sans-serif;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.5em;
            text-transform: uppercase;
            text-align:center;
            
        }

        .footer-copyright {
            font-family: "Montserrat", Sans-serif;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.3em;
            text-align:center;
        }
.end-footer{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content: space-between;
  gap:15px;
}

.footer-icons-cap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    gap: 20px;
}

.logos-app {
width: 100%;
display: flex;
flex-direction: row;
gap: 20px;
align-items: flex-start;
flex-direction: column;
}


.logo-item {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  gap: 8px;
  width: auto; 
  align-items: flex-start;
}

.app-item {
  flex-direction: row; /* Texto + imagen en línea */
}

.logos-app p{
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.imglogo{
  width: 200px;
  height: auto;
}

.accordion,
.accordion-item,
.accordion-content,
.site-footer,
.footer-columns {
  overflow-x: hidden;
}
        
html, body {
  overflow-x: hidden;
  width: 100%;
}

/* 🔧 Asegura que ningún elemento rompa el ancho del viewport */
* {
  box-sizing: border-box;
  max-width: 100%;
}

}/* End custom CSS */