/* Start reset css */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* loader*/

  * { margin: 0; padding: 0; box-sizing: border-box; }
        body, html {  overflow: auto; }
        .loader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #061913;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 1s ease-in-out;
            z-index: 14000;
        }
      

/* loader*/

html {
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}
html, body {
  background: transparent !important;
}


ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  align-content: center;
  -webkit-border-radius: 6px;    
border-radius: 6px; 
-moz-border-radius:6px;
-khtml-border-radius:6px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

button, input, textarea, select {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

body {
  min-height: 100vh;
  font-family: Outfit !important;
  font-family: sans-serif;
  background: transparent !important;
  color: #333;
}
/* End reset css */
/* Starts Variables */

:root {
  --gradiente-principal: linear-gradient(to bottom,  #ffffff 59%,#ffffff 85%,#effff8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

:root {
  --gradiente-principal2: linear-gradient(to bottom,  #effff8 0%,#ffffff 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

:root {
    --gradiente-principal3: linear-gradient(180deg, #042F23 14.8%, #021510 85.01%), #00D191;
}
/*  End Variables */

/* Font Unifier */
.outfit-<uniquifier> {
  font-family: "Outfit";
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/* End Font Unifier */


/* Starts header styles */
header {
  background: #FFFFFF;
  height: 90px;
  width: 100%;
  position: fixed;
  z-index: 6;
  box-shadow: 10px 10px 30px #cccccc5e;

}

.container-header {
  max-width: 1440px;
  margin: 0 auto;
  height: 100vh;
  align-content: center;
  max-height: 90px;
}

nav ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  width: 100%;
}

nav {
  display: flex;
  justify-content: ;
  align-content: center;
  align-items: center;
}

#nav-links {
  max-width: 520px;
  margin: 0 auto;
  background: ;
  height: auto;
}
#nav-links li a {
  float: left;
  text-transform: uppercase;
  font-family: Outfit;
  font-weight: Semibold;
  color: #5C5C5C;
  font-size: 13px;
  -webkit-transition: color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, color 0.3s ease-in-out;
}


#nav-links li a:hover
{
  color: #00d191 !important;
}

#nav-links {
  max-width: 592px;
  margin: 0 auto;
  background: ;
  height: auto;
  background: ;
}
#nav-links li a {
  float: left;
  text-transform: uppercase;
  font-family: Outfit;
  color: #5C5C5C;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
}
.logo {
  float: left;
  max-width: 219px;
  display: flex;
  align-items: center;
  align-content: center;
}

.lang-select {
  max-width: 262px;
  float: right;
  height: auto;
  margin-right: 10px;
}
.login a {
  float: right;
  background: #00D191;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 31px;
  width: 105px;
  text-align: center;
  height: 33px;
  cursor: pointer;
  align-content: center;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  position: relative; /* Necesario para el efecto de brillo */
  overflow: hidden; /* Evita desbordamientos del pseudo-elemento */
}

/* Efecto al hacer hover */
.login a:hover {
  background: linear-gradient(45deg, #00D191, #046446); /* Nuevo color */
  box-shadow: 0 0 15px rgba(0, 210, 255, 0.8), 0 0 30px rgba(0, 210, 255, 0.4); /* Aumento progresivo */
  color: #fff;
}

/* Brillo deslizante */
.login a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-30deg);
  transition: left 0.6s ease;
}

.login a:hover::after {
  left: 120%;
}

#playButton img {
  padding-top: 11px;
  padding-left: 3px;
}

.dropdown {
display: none;
position: absolute;
background: white;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 5px;
padding: 10px;
margin-top: 5px;
}
.dropdown img {
width: 40px;
height: 30px;
margin: 5px;
cursor: pointer;
}

.arrow {
  max-width: ;
  float: left;
  width: 15px;
  padding-top: 10px;
  padding-right: 3px;
}

.toggle-container {
  display: inline-flex;
  background: #f0f0f0;
  border-radius: 20px;
  padding: 2px;
  position: relative;
}
.toggle-option {
   padding: 5px 15px;
   border-radius: 20px;
   cursor: pointer;
   color: #888;
   font-size: 14px;
   transition: all 0.3s ease;
}
.toggle-option.active {
  background: white;
  color: #00d191;
  font-weight: bold;
}

.flag {
  width: 34px;
  float: left;
  padding-right: 5px;
  filter: grayscale(1);
  opacity: 0.6;
}

.arrow {
  max-width: ;
  float: left;
  width: 22px;
  padding-top: 10px;
  padding-right: 3px;
}

/* Start btn fixed */
.btnfixed{
position: fixed;
z-index: 5;
}

.boton-flotante {
position: fixed;
right: 0px;
bottom: 20px;
width: 57px;
height: 49px;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 0.3s ease-in-out;
}

.boton-flotante:hover {
opacity:0.7}

.whatsapp {
bottom: 75px; 
}
.button_demo_fixed {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff5722;
  color: white;
  padding: 15px 25px;
  font-size: 16px;
  border-radius: 25px;
  box-shadow: 0px 5px 90px rgba(0, 0, 0, 0.35);
  transition: bottom 0.5s ease-in-out;
  z-index: 1000;
  text-decoration: none;
}
.button_demo_fixed.show {
    bottom: 20px; /* Aparece suavemente */
}

/* End btn fixed */

/* Menú Toggle */

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #333;
  color: #000;
}

.menu2 {
  max-height: 0;
  overflow: hidden;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  position: absolute;
  color: #000;
  padding: 0;
  opacity: 0;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
  transform: translateY(-10px);
  visibility: hidden; 
}

.menu2.show {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: absolute;
  background: #f9f9f9;
  color: #5b5b5b;
  width: 100%;
  text-align: left;
  font-size: 17px;
  padding: 20px;
    padding-top: 20px;
    padding-left: 20px;
  padding-top: 27px;
  padding-left: 27px;
  padding-top: 36px;
  padding-top: 8px;
  list-style: none;
  margin-top: 59px;
  box-shadow: 46px 30px 15px #6868681f;
  padding-left: 35px;
  text-transform: uppercase;
}
.menu2:not(.show) {
  transition: max-height 0.4s ease-in, opacity 0.2s ease-in, transform 0.3s ease-in;
}

.menu2 a {
  color: #4f4f4f;
  text-decoration: none;
  border-bottom: ;
  display: block;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
}

.menu2-toggle {
  display: none;
  cursor: pointer;
  font-size: 21px;
  color: #00D191;
  width: 52px;
  transition: transform 0.3s ease-in-out, color 0.3s ease;
  font-weight: 300 !important;
}


.menu2-toggle.open {
            transform: rotate(180deg);
}
/* End menutoggle */



/* End headers */
/* Starts home styles */
#home-banner {
  background: url('img/bg_home_.svg'), linear-gradient(233deg, #155A48 9.71%, #16604D 18.34%, #186752 26.98%, #196D57 35.61%, #1B745C 44.24%, #0F9C73 56.44%, #07B682 64.01%, #05C087 69.05%, #04C489 71.98%, #02CA8D 73.55%, #00D191 78.78%)

;

  align-content: center;
  background-position: top center;
  display: flex;
  min-height: 500px;
  -webkit-border-bottom-left-radius: 349px;
  -webkit-border-bottom-right-radius: 349px;
  -moz-border-bottom-left-radius: 349px;
  -moz-border-bottom-right-radius: 349px;
  border-bottom-left-radius: 349px;
  border-bottom-right-radius: 349px;
  background-repeat: no-repeat;
   


}
.container {
max-width: 830px;
margin: 0 auto;
}


h1 {
  font-size: 89px;
  color: #FFFFFF;
  font-weight: 300;
  margin-top: 145px;
  text-align: center;
}

.textintro {
  color: #FFF;
  font-size: 20px;
  max-width: 494px;
  width: 100%;
  float: left;
  font-weight: 400;
  padding-left: 17px;
}

.button_demo {
  background: #fff;
  padding: 16px;
  font-size: 14px;
  color: #00D191;
  font-weight: 800;
  letter-spacing: 3px;
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 31px;
  max-width: 212px;
  width: 100%;
  align-content: center;
  text-align: center;
  height: 59px;
  text-transform: uppercase;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(255, 105, 180, 0.4); 
  transition: background 0.5s ease, 
  border 0.5s ease, 
  box-shadow 0.5s ease-in-out, 
                transform 0.5s ease, 
                -webkit-box-shadow 0.5s ease-in-out, 
                -moz-box-shadow 0.5s ease-in-out, 
                -o-box-shadow 0.5s ease-in-out;}


#socialcontacts li a:hover {
  color: #a6a6a6;
  transition: all 0.5s ease;
}
.button_demo:hover {
  background: linear-gradient(45deg, #00D191, #046446); /* Nuevo color */
    box-shadow: 0 0 25px rgba(0, 210, 255, 0.8), 0 0 50px rgba(0, 210, 255, 0.4); /* Aumento progresivo */
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
.button_demo::after {
  content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-30deg);
    transition: left 0.6s ease;
}

.button_demo:hover::after {
    left: 120%;
}







/* Efecto Activo (Cuando se Clickea) */


.video-container {
  position: relative;
  max-width: 900px;
  width: 100%;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  top: 72px;
  background-image: url('img/loader.gif');
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  box-shadow: 0px 4px 38px #00D19170;
  display: flex;
}

.video-container video {
  width: 100%;
  height: 100%;
 border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;}

/* Botón de reproducción */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 15px 25px;
  border: none;
 border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;  
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.play-button:hover {
  background: rgba(0, 0, 0, 0.7);
}




/* End home styles */

#nuestro-metodo {
  background: #fff;
  background-position-x: 0%;
  background-position-y: 0%;
    background-repeat: repeat;
  align-content: center;
  background-position: top center;
  display: flex;
  min-height: 602px;
  background-repeat: no-repeat;
  margin-top: 141px;
  align-content: center;
  display: flex;
  text-align: center;
  border-radius: 177px 177px 13px 13px;
}
#nuestro-metodo .container2 {
  width: 100%;
  min-width: 1633px;
}



.vrms01{margin-top:79px;}
.vrms02{margin-top:56px;}
.vrms03{margin-top:81px;}
.vrms04{margin-top:85px;}

h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  line-height: 44px;
}

#us-section h2, #nuestro-metodo h2 {
  font-size: 40px;
  font-weight: 600;
  color: #5b5b5b;
  text-transform: uppercase;
  border-bottom: ;
  display: block;
  max-width: 465px;
  margin: 0 auto;
}


.container2{
max-width: 1200px;
margin: 0 auto;
width: 100%;
}
.container3{
margin: 0 auto;
width: 100%;

}
 .toggle-content {
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
            display: block; /* Asegura que no afecte la estructura */
        }
        .toggle-content.open {
            max-height: 100px; /* Ajusta la altura según el contenido */
            opacity: 1;
        }
        .toggle-link {
            cursor: pointer;
            color: blue;
            text-decoration: underline;
            display: inline-block;
        }


#method-cards h3 {
  padding-bottom: 15px;
}
#method-cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 33px;
  margin-top:85px;
}

.card {
  max-width: 618px;
  width: 100%;
  background: #FFF;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 7px 14px #cccccc82;
  padding: 38px;
  text-align: left;
  border-radius: 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px;
  float: left;
  min-height: 346px;
  height: 100%;
  margin-bottom: 100px;
}
.card a {
  color: #006633;
  font-weight: 600;
  font-size: 14px;
  float: left;
  text-decoration: none;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding-top: 15px;
  padding-bottom: 3px;
}

p{
font-size: 13px;
color:#6D6D6D;
font-weight: 500;

 }
/* End Nuestrometodo styles */

/* Start Mision styles */
#icons-misionvision {
  background: url('img/bg-mision.png') no-repeat center top;
  background-color: rgba(0, 0, 0, 0);
  ñbackground-size: auto;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-size: cover;
  background-attachment:fixed ;
  background-color: transparent !important;
  display: flex;
  align-content: center;
  text-align: center;
  overflow: ;
  border-radius: 349px 349px 0px 0px;
  margin-top: -295px;
  width: 100%;
  padding-top: 80px;
}
html, body, #icons-misionvision {
  background-color: transparent !important;
}

.mision {
  width: 830px;
  float: left;
  margin: 26px auto;
  color: #fff;
  align-content: top;
  display: ;
}

.misiontxt {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0px;
}

.mision img {
  padding-bottom: 22px;
}
/* End Mision styles */

/* Start Nosotros */
#us-section {
  background: var(--gradiente-principal2);
  align-content: center;
  background-position: top center;
  display: flex;
  min-height: 844px;
  background-repeat: no-repeat;
  align-content: center;
  display: flex;
  text-align: center;
  border-radius: ;
  padding-top: 100px;
  background-color: none !important;
  border: ;
  z-index: 4;
  position: relative;
  height: auto;
  margin-bottom: 90px;
}
.mobileslider{display: none;}
#mision-vision {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  gap: 33px;
  margin-top: 0px;
  margin-bottom: 52px;
}
.us-card {
  max-width: 394px;
  width: 100%;
  padding-right: 51px;
  text-align: left;
  overflow: hidden;
  float: left;
  margin-top: 66px;
  margin-bottom: 0px;
}
#linkedin {
  float: right;
  max-width: 26px;
}

.us-card h4 {
  float: left;ñ
}
.us-card p {
  width: 100%;
  display: block;
  float: left;
  margin-top: 9px;
  border-top: 1px solid #666363;
  padding-top: 15px;
    -webkit-border-radius: 6px;    
border-radius: 6px; 
-moz-border-radius:6px;
-khtml-border-radius:6px;
}

#us, #us2{float: left;
height: auto; display: block;}




.us-card h3 {
  padding-top: 15px;
  color: #666363;
}
/* End Nosotros */
/* Start clients */

#nuestros-clientes h2 {
  color: #fff;
  font-weight: 600;
    font-size: 43px;
text-transform: uppercase;
}



#nuestros-clientes {
  background:
url('img/bg-clientes_2.svg'), linear-gradient(233deg, #949D99 9.71%, #a2a0a4 18.34%, #48474d, #48474d);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-attachment: fixed;
  background-position:
right bottom;
  display: flex;
  s min-height: 602px;
  background-repeat: no-repeat;
  align-content: center;
  text-align: center;
  margin-top: 0px;
  padding-top: 100px;
  min-height: 515px;
  border-radius:
110px 110px 0px 0px;
}

.separation {
  background: #fff;
  width: 100%;
  height: 10px;
  float: left;
  margin-top: 12px;
}

h5 {
  font-size: 22px;
  font-weight: 300;
  color: #063;
  background: #FFF;
  border-radius: 95px;
  display: grid;
  width: 100%;
  align-content: center;
  line-height: 28px;
  max-width: 340px;
  height: 58px;
  margin-top: 28px;
}

.slide p {
  text-align: left;
  float: left;
  max-width: 419px;
  padding-top: 26px;
  color: #fff;
  font-size:15px ;
}

.dot {
  background: #ccc;
}

#us .toggle-link {
  margin-top: 10px;
font-size: 13px;
  color: #6D6D6D;
  font-weight: 500;
  border: none !important;
}

#us2 .toggle-link {
  margin-top: 10px;
font-size: 13px;
  color: #6D6D6D;
  font-weight: 500;
  border: none !important;
}

.slidemob .toggle-link {
  margin-top: 10px;
font-size: 13px;
  color: #6D6D6D;
  font-weight: 600;
  border: none !important;
}
.active {
  background: #fff;
}
/* slidernuestros clientes*/

.slider-container {
  position: relative;
  max-width: 965px;
  margin: auto;
  margin-top: auto;
  overflow: hidden;
}
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slide {
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  background: ;
  border-radius: 10px;
  box-shadow: ;
  width: 100%;
  padding-left: 89px;
  padding-right: 89px;
}
.nav-button {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}
  .prev { left: 10px; }
  .next { right: 10px; }
  .dots {
  display: flex;
  justify-content: center;
  margin-top: 37px;
}
.dots .active {
  background: #fff!important;
}
.dot {
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  background: #cacaca;
  border-radius: 50%;
  cursor: pointer;
}


/* End clients */
/* Start Reunion */

.button_calendly {
  background: #FFF;
  font-size: 14px;
  color: #1b8665;
  font-weight: 800;
  letter-spacing: 3px;
  border-radius: 31px;
  max-width: 201px;
  width: 100%;
  align-content: center;
  text-align: center;
  height: 45px;
  display: block;
  margin: 25px auto;
  transition: background 1.3s ease-in-out, color 0.3s ease-in-out;
  position: relative; /* Necesario para el efecto de brillo */
  overflow: hidden; /* Evita desbordamientos del pseudo-elemento */
}

/* Efecto al hacer hover */
.button_calendly:hover {
  background: linear-gradient(45deg, #00D191, #046446); /* Nuevo color como los otros */
  box-shadow: 0 0 25px rgba(0, 210, 255, 0.8), 0 0 50px rgba(0, 210, 255, 0.4); /* Aumento progresivo */
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

/* Brillo deslizante */
.button_calendly::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-30deg);
  transition: left 0.6s ease;
}

.button_calendly:hover::after {
  left: 120%;
}


.button_calendly:hover {
  background:#09271F;
  color: #FFF;
   -webkit-transition: background 1.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 1.3s ease-in-out, color 0.3s ease-in-out;

}


#reunion {
  position: relative;
  width: 100%;
  min-height: 342px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  background: rgba(0, 209, 145, 0.46);
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
  overflow: hidden;
  -webkit-border-radius: 76px 76px 0px 0px;
  -moz-border-radius: 76px 76px 0px 0px;
  border-radius: 76px 76px 0px 0px;
  padding-top: 45px;
  background-attachment: fixed;
  background-image: url('img/bg-clientes.svg');
  background-repeat: no-repeat;
  opacity: ;
}
#reunion p {
  max-width: 440px;
  text-align: center;
  margin-top: 11px;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
background: linear-gradient(233deg, #00D19124 9.71%, #00ffb02b 18.34%, #055e4291, #052b1f);
  z-index: -1;
}

#reunion p {
  max-width: 440px;
  text-align: center;
  margin-top: 11px;
  margin: 0 auto;
  color: #fff;
}
/* End Reunion */
/* Start Faqs */
#faqs {
  background: var(--gradiente-principal);
  align-content: center;
  background-position: top center;
  display: flex;
  background-repeat: no-repeat;
  align-content: center;
  display: flex;
  text-align: center;
  padding-top: 63px;
  background-attachment: fixed;
  margin-bottom: 100px;
}


.faqs-toggle {
 list-style: none;
 padding: 0;
 width: 100%;
 max-width: 960px;
 margin: auto;
   -webkit-border-radius: 6px;    
border-radius: 6px; 
-moz-border-radius:6px;
-khtml-border-radius:6px;
 }
.faqs-toggle li {
  margin-bottom: 10px;
  padding-top: 17px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-TOP: 1px solid;
    border-top-color: currentcolor;
  border-bottom-color: currentcolor;
  border-color: #09271F;
  border-radius: 0px 0px 6px 6px;
  webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  border-radius: 6PX;
  padding-bottom: 14px;
  color: #48474d;
  font-weight: 600;
  font-size: 19px;
  -webkit-transition: color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.faqs-toggle li:hover {
  color: #00d191 !important;
}

.faqs-toggle li .arrow {
  transition: transform 0.3s ease;
  width: 39px;
  height: 40px;ñ
  border-color: #063 !important;
}
.faqs-toggle li.active .arrow {
  transform: rotate(180deg);
}
.faq-answer {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background: #F9F9F9;
  border-radius: 5px;
  text-align: left;
  padding-left: 40px;
  padding-top: 25px;
  color: #000;
  font-size: 14px;
  padding-right: 40px;
  float: left;
  overflow: hidden;
  margin-bottom: ;
  max-height: ;
  padding-bottom: 25px;
}
/* End Faqs */

/* Starts Contact */
.container3 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

#contact {
  background: var(--gradiente-principal3);
  align-content: center;
  display: flex;
  align-content: center;
  display: flex;
  text-align: center;
  padding-top: 100px;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 82px;
}
.column1 {
  width: 50%;
  float: left;
  margin-top: 40px;

}

.column2 {
  width: 46%;
  float: left;
  margin-top: 40px;
}
.form-container {
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 571px;
}
.input-group {
display: flex;
gap: 10px;
}
.input-group input {
 flex: 1;
 padding: 8px;
 border: 1px solid #ccc;
 border-radius: 4px;
 max-width: 200px;
 }
 .message {
 width: 100%;
 margin-top: 10px;
}

.message textarea {
  width: 100%;
  height: 193px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
  background: #fff;
}




.submit-btn {
background: #00d191;
padding: 14px;
  font-size: 14px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 3px;
  float: left;
  border-radius: 31px;
  max-width: 212px;
  width: 100%;
  text-align: center;
  height: 48px;
  text-transform: uppercase;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(255, 105, 180, 0.4);
  transition: background 0.5s ease, border 0.5s ease, box-shadow 0.5s ease-in-out, transform 0.5s ease;
  position: relative;
  border: none;
  cursor: pointer;
  margin-top: 19px;
}
.submit-btn:hover {
  background: linear-gradient(45deg, #00D191, #046446); /* Nuevo color */
  box-shadow: 0 0 25px rgba(0, 210, 255, 0.8), 0 0 50px rgba(0, 210, 255, 0.4); /* Aumento progresivo */
  color: #fff;
}

.submit-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-30deg);
  transition: left 0.6s ease;
  padding: 14px;

}

.submit-btn:hover::after {
  left: 120%;
}



input{
  font: inherit;
  border: none;
  background: #fff;
  outline: none;
  width: 100%;
  max-width: 192px;
  border-radius:10px 10px 10px 10px ;
  -webkit-border-radius: 10px 10px 10px 10px; 
  -moz-border-radius: 10px 10px 10px 10px; 
}

#map {
  height: 276px;
  width: 100%;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  max-width: 643px;
  z-index: 3;
}
input::placeholder, textarea::placeholder {
    color:#8c8c8c;
    opacity: 1; 
}

input:-webkit-input-placeholder { color:#8c8c8c;} 
input:-moz-placeholder { color: #8c8c8c; }
input:-ms-input-placeholder { color:#8c8c8c; } 

textarea:-webkit-input-placeholder { #8c8c8c; } 
textarea:-moz-placeholder { #8c8c8c;}
textarea:-ms-input-placeholder { #8c8c8c;} 


ul#socialcontacts {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 0px;
  flex-wrap: wrap;
  margin-top: 439px;
}

#socialcontacts li img {
  float: left;
  margin-top: 0px;
  margin-right: 9px;
  margin-left: 11px;
}

#socialcontacts li{
  float: left;
  
}
.pintel {
  margin-top: ;
  margin-left: 8px;
  float: left;
  padding-top: 2px;
}

.pinub {
  margin-top: 3px !important;
}

.mail {
  padding-top: 10px;
}

#socialicons li {
  float: left;
  margin-left: 15px;
}

#socialicons {
  max-width: 188px;
  margin-top: 36px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;

}
.leaflet-control-attribution.leaflet-control {
  display: none;
}

#contact h2{color:#fff!important; }
#socialcontacts li {
  font-size: 14px;
}
/* End Contact */
/* Start footer*/

#logoft {
  float: left;
  margin-top: 31px;
  width: 200px;
}
footer {
  background: #061913;
  height: 100%;
  min-height: 191px;
  clear: both;
}
.container-footer {
  max-width: 1440px;
  margin: 0 auto;
  height: 100vh;
  background-image: url('img/isofooter2.gif');
  align-content: center;
  background-repeat: no-repeat;
  max-height: 191px;
  background-position: center;
  background-attachment: ;
  background-position: center -90px;
}

.subtitle{
width: 200px;
float: left;
color:#fff;
font-size:13px;
padding-top: 5px;}

.copyright {
  color: #fff;
  font-size: 13px;
  text-align: right;
  max-width: 173px;
  float: right;
  margin-top: 31px;
}

/* End footer*/


/* Start sercvicios*/
#sectionsoftware h3, #sectionfactory h3, #sectionconsulting h3 {
  font-size: 25px !important;
  line-height: 36px;
  margin-bottom: 13px;
}

#sectionsoftware p,#sectionfactory p, #sectionconsulting p{
  font-size: 15px!important;
}




#sectionsoftware .faq-toggle,#sectionfactory .faq-toggle, #sectionconsulting .faq-toggle{
  font-size: 15px!important;
}





#sectionsoftware {
  background:
linear-gradient(13deg, #155141 9.71%, #16604D 18.34%, #186752 26.98%, #278068 35.61%, #228e71 44.24%, #259774 56.44%, #05C087 69.05%, #04C489 71.98%, #02CA8D 73.55%, #00D191 78.78%);
    background-attachment: scroll;
  background-attachment: scroll;
  background-attachment: scroll;
  height: ;
  width: 100%;
  float: left;
  padding-top: 156px;
  padding-bottom: 100px;
  border-radius:
0px 0px 119px 119px;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  min-height: 798px !important;
  height: 100%;
}
#sectionsoftware p {
  color: #fff;
}

.col_2_section2 {
  float: left;
  margin-left: 85px;
  margin-top: 49px;
}
.col_1_sction2 {
  color: #fff;
  width: 50%;
  float: left;
  margin-top: 42px;
}

#softwares {
  background: #ECFDF8;
  position: fixed;
  width: 100%;
  height: 158px;
  z-index: 2;
  box-shadow: 10px 10px 10px #2d2d2d1f;
}
#softwares ul {
  max-width: 558px;
  margin: 0 auto;
  display: flex;
  gap: 23px;
 padding-top: 114px;}

.imageprincipal {
  display: block;
  width: 100%;
  margin: 0 auto; 
  box-sizing: border-box;
  min-height: auto;  
  float: left;
  margin-top: 111px;
  margin-bottom: 52px;

 
}
.imageprincipal img, .imageprincipal2 img, .imageprincipal3 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  padding-bottom: 52px;
}

#sectionsoftware .toggle-link.vrms01 {
  color: #fff!important;
  float: left;
  display: block;
  text-decoration: none;
  font-weight: bolder;
  font-size: 13px;
  margin-top: 13px;
  width: 100%;
}

.containerservices .toggle-content {
  color: #fff !important;
  float: left;
  position: relative;
}


.central_logo {
  margin: 0 auto;

  max-width: 1200px;

  text-align: center;

}
.containerservices {
  max-width: 1548px;
  margin: 0 auto;
}
.sectionslider {
  width: 700px;
  height: 382px;
}
.col_1_sction2 {
  color: #fff;
  width: 50%;
  float: left;
}
.sectionslider-container {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.sectionslider-slide {
  min-width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 8px;
}
.sectionslider-slide.active {
    opacity: 1;
    position: relative;
}

.sectionslider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sectionslider-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background:
rgba(0, 102, 51, 0.81);
  color: white;
  text-align: center;
  padding:
10px;
  box-shadow: 0px -3px 10px rgba(72, 72, 72, 0.54);
  border-radius:
3px;
  font-size: 20px;
}
.sectionslider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  margin-top: ;
  z-index: ;
  top: 413px;
}
.sectionslider-dots .dot {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.sectionslider-dots .dot.active {
    opacity: 1;
}

#sectionfactory {
  background: #E2FFF0;
  color: #09271F;
  float: left;
  padding-bottom: 100px;
  width: 100%;
  padding-top: 66px;
}


.imageprincipal2 {
  display: block;
  width: 100%;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  box-sizing: border-box;
  min-height: auto;
  float: left;
  margin-top: 0px;
  margin-bottom: 52px;
}
#sectionfactory .col_2_section2 {
  float: left;
  max-width: 633px;
}

#sectionfactory h3 {
  color: #484848;
}


#sectionfactory .toggle-link.vrms01 {
  color: #6D6D6D!important;
  float: left;
  display: block;
  text-decoration: none;
  font-weight: bolder;
  font-size: 13px;
  margin-top: 13px;
  width: 100%;
}

#sectionfactory .containerservices .toggle-content {
  color: #6D6D6D !important;
  float: left;
  position: relative;
}

.toggle-link {
    display: inline-flex;
    align-ñitems: center;
    cursor: pointer;
    text-decoration: none;
}

.arrow2 {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.toggle-link.active .arrow2 {
    transform: rotate(-135deg);
}
/* End Factory*/


/* Start Consulting*/

/* Para Mozilla Firefox */
@supports (-moz-appearance: none) {
    #sectionconsulting {
  background:#061f1a!important;
 
}

}




/* Para otros navegadores */




#sectionconsulting {
  background:#08231a;
  color: #fff !important;
  float: left;
  padding-bottom: 100px;
  width: 100%;
  padding-top: 66px;
  border-radius:
119px 119px 0px 0px;
}


#sectionconsulting .col_2_section2 {
  float: left;
  max-width: 915px;
}
#sectionconsulting p {
  color: #fff;
}

#sectionconsulting h3 {
  color:#fff;
}



.faq-toggle {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px!important;
    text-decoration: none;
    font-weight: bolder;
     -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition:  opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition:  opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  transition:  opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}
.faq-toggle:hover{opacity: 0.5;}

.faq-toggle .arrow2 {
    transform: rotate(-135deg);
}



.faq-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}




.arrow.up {
    transform: rotate(-135deg);
}




/*animations*/

.animated-title {
    opacity: 0;
    transform: translateX(-600px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.animated-title.left {
    transform: translateX(-220px);
        transition-delay: 0.1s; /* Agrega el delay de 4 segundos */

}

/* Desde la Derecha */
.animated-title.right {
    transform: translateX(400px);
        transition-delay: 0.1s; /* Agrega el delay de 4 segundos */

}
.animated-title.show {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s; /* Agrega el delay de 4 segundos */
}
.black{color:#5b5b5b!important;}



.animated-li {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.8s ease-out;
ñ}

/* Animación cuando aparecen en pantalla */
.animated-li.show {
    opacity: 1;
    transform: translateY(0);
        transition-delay: 0.3s; /* Agrega el delay de 4 segundos */
}



.animated-title-top {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 2s; /* Agrega el delay de 4 segundos */
}

/* Cuando el título aparece en pantalla */
.animated-title-top.show {
    opacity: 1;
    transform: translateY(0);
        transition-delay: 2s; /* Agrega el delay de 4 segundos */

}


.animated-button {
    opacity: 0;
    transform: scale(0.5); /* Comienza con la mitad de su tamaño */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        transition-delay: 2s; /* Agrega el delay de 4 segundos */

}

.animated-button.show {
    opacity: 1;
    transform: scale(1); 
}


.mailtext {
  padding-top: ;
  display: block;
  float: left;
  padding-top: 4px;

}


#serviciosbody {
  background: #e2fff0 !important;

}

#consultingvideo {

  width: 100%;
}

#linkedin{display: none;}

.slidesmob {
    pointer-events: auto;
}

#factoryvideo {
  width: 100%;
  height: auto;
}


#sectionfactory .faq-toggle {
  color: #757776;
}
/* Flechas del slider */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 5px;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

/* Popup de imagen */
.image-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
}

.zoomable {
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 101;
}

.zoom-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.reset-zoom {
    position: absolute;
    bottom: 60px;
    right: 20px;
    font-size: 16px;
    background: white;
    color: black;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 5px;
}

.left-arrow { left: 10px; }
.right-arrow { right: 10px; }

/* Popup de imagen */


        .slider-container2 {
  position: relative;
  width: 100%;
  max-width: 705px;
  margin:
auto;
  overflow:
hidden;
}
        .sectionslider-slide2 {
            display: none;
            text-align: center;
        }
        .sectionslider-slide.active {
            display: block;
        }
        .sectionslider-text {
            margin-top: 10px;
            font-size: 18px;
        }


        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 30px;
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            cursor: pointer;
            padding: 10px;
        }
        .slider-arrow.left {
            left: 10px;
        }
        .slider-arrow.right {
            right: 10px;
        }

.zoom {
  position: absolute;
  z-index: 122222222222;
  width: 42px;
  right: 29px;
  top: 13px;
  opacity: 0.9;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
    position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2147483648; /* un z-index más alto que el del slider */
}



.zoom:hover{opacity: 0.4;}
#overlaypopup {
  display: none; /* Se oculta hasta que se active */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998; /* Está por debajo del popup */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Popup centrado */
#popup {
  display: none;
  position: fixed;
  width: 346px;
  height: auto;
  background:
#00d191;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.64);
  z-index: 9999;
  border-radius:
10px;
  padding:
20px;
  text-align: center;
  font-size: 54px !important;
  opacity: 0;
  transition:
opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  color: #fff !important;
  padding:
61px;
}
/* Botón de cierre (X) */
#closePopup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

#closePopup:hover {
  color: black;
}

#popup p {
  color: #fff;
  font-size: 17px;
}

.popuptext2{ font-weight:400; 
font-size: 14px;}

/* Animación de aparición */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -55%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}


.sectionslider-container {
    transform-origin: center center;
}

.sectionslider-container {
    will-change: transform;
}



.slider-modal-content {
  width: 80vw;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sectionslider-container {
  width: 100%;
  height: 100%;
}

.sectionslider-container img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2147483648;
  font-size: 32px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 16;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}





/* Estilos cuando está en fullscreen */
.fullscreen-slider {
  position: fixed;
  z-index: 2147483647;
  background: #000;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
}


/* Estilos cuando está en fullscreen */
.fullscreen-slider {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
  background: #000;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  transform-origin: left; /* Esto hace que se expanda desde la izquierda */
}

/* Cuando el slider está en fullscreen y queremos ocultar el texto */
.fullscreen-slider .sectionslider-text {
  display: none;  /* Esconde el texto */
}

/* Estilos cuando el zoom se activa en mobile (horizontal) */
@media (max-width: 767px) and (orientation: landscape) {
  .fullscreen-slider {
    width: 100vw;
    height: 100vh;
  }
}

/* Cuando el slider vuelve a su estado original */
.sectionslider-container {
  transition: all 0.3s ease-in-out;
}

.custom-fullscreen {
 position: absolute;
top: -112px; /* O puedes ajustar esto según quieras */
left: 0%;
transform: translateX(-59%);
width: 1088px;
height: 646px !important;
background: white;
z-index: 18;
box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.6);
transition: transform 0.4s ease, opacity 0.4s ease;
opacity: 1;
margin: 0 auto;
display: flex;
align-content: center;

  .custom-fullscreen-enter {
    transform: translateX(0%) scale(0.95);
    opacity: 0;
  }

  .no-scroll {
    overflow: hidden;
  }  

.overlaypop_fn.active {
  display: block;
  width: 100%;
  height: 100%;
  background:
#00000082;
  position: absolute;
  z-index: 1;
  opacity: 1;
}

   .overlaypop_fn {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.fullscreen-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

