html, body{
    width: 100%;
    padding:0;
    margin:0;
    background-color: white;
}

body{
    overflow-x: hidden;
}

*{
    box-sizing: border-box;
    font-family: 'Poppins-Regular';
}

a{
    text-decoration: none;
}

header{
    width: 100%;
    height:5.5rem;
    padding:0px 1rem;
    background-color: rgba(255, 255, 255, 1);

    display:flex;
    align-items: center;
    justify-content: space-between;
    

    position: fixed;
    top: 0;
    left: 0;
    z-index:10;
}

#logoPrincipal{
    width: 130px;
}

nav ul{
    float: right;
    margin-right: 10px;
}

nav ul li{
    display:inline-block;
    line-height: 40px;
    margin:0;
}

nav ul label{
    font-size: 1.5rem;
    color:white;
    margin: 30px auto;
    cursor: pointer;
}

nav ul li a{
    padding: 6px 14px;
    margin: 0px 5px;
    background-color: transparent;
    border:none;
    outline:none;
    font-size: 1rem;
    font-family: 'Poppins-Medium';
    color:#696e76;
    text-decoration: none;
}

li a.active, li a:hover{
    background-color:#2100EA;
    border-radius: 9px;
    color:white;
}

.checkbtn{
    font-size:40px;
    color:white;
    float:right;
    line-height: 40px;
    margin-right: 20px;
    cursor: pointer;
    display: none;
}

#menuPagina{
    display: none;
}

.botonMenu{
    padding: 6px 14px;
    margin: 0px 5px;
    background-color: transparent;
    border:none;
    outline:none;
    font-family: 'Poppins-Medium';
    color:#888D96;
}

.botonMenu:hover{
    background-color:#2100EA;
    border-radius: 9px;
    color:white;
}

#portada{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
    margin-top: 30px;
    margin-bottom: 100px;
    padding-top:50px;
}

#hero{
    width: 50%;
    /* min-width: 420px; */
    padding-left: 150px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding-top: 20px;
}

.tituloHero{
    font-size: 4.5rem;
    line-height: 5rem;
    font-family: 'Poppins-SemiBold';
    text-align: left;
    margin-bottom: 30px;

    display: block;
}

#mismoRenglon{
    display: flex;
}

.textoAnimacionHero{
    font-size: 1.13rem;
    line-height: 5rem;
    font-family: 'Poppins-Semibold';
    text-align: left;
    color: #495A7C;
    margin-bottom: 30px;
    margin-left: 10px;
    display: block;
}

#contenedorTextoHero{
    width: 100%;
    display: block;
}

#textoHero{
    font-size: 1.13rem;
    font-family: 'Poppins-Semibold';
    text-align: left;
    color: #495A7C;
    margin-bottom: 30px;
}

#hero label span{
    font-size: 5rem;
    font-family: 'Poppins-SemiBold';
    background: linear-gradient(93.98deg, #1700A7 -19.07%, #6FA5F7 84.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* text-fill-color: transparent; */
}

#hero button{
    width: 60%;
    min-width: 280px;
    min-height:80px ;
    background-color: #2100EA;
    border: none;
    outline:none;
    border-radius: 10px;
    color:white;
    font-size: 1.3rem;
}

#hero button img{
    margin-left: 10px;
    width:24px;
    height: 17px;
}

#imagenHero{
    width:55%;
}

#imagenHero img{
    width:100%;
}
  
.botonHeroDesplegado{
    display: none;
    outline:none;
    background-color: #2100EA;
    border: 1px solid #2100EA;
    border-radius: 10px;
    font-size: 1.5rem;
    color: white;
    padding: 20px 12px;
    margin-top: 25px;
}



/* Clientes */
#clientes{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

#clientes label{
    font-size: 3rem;
    font-family: 'Poppins-SemiBold';
    color:#0F1E44;
    margin-bottom: 60px;
}

#clientes div{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    gap: 15px;
}

#clientes img{
    width: 90%;
    max-width: 160px;
    max-height: 120px; 
    /* min-width: 40%; */
    margin: auto;
}

/* Soluciones */
#soluciones{
    width: 100%;
    /* height: 100vh; */
    /* padding-top: 20px ;
    background-image: url('../assets/icons/fondoAzul.svg');
    background-repeat: no-repeat;
    background-size: 100%; */
    background-color: #EBF5FF;
    /* background-color: #EBF5FF; */
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;    
    margin-bottom: 70px;
    padding:50px 0px;
}

#tituloSeccionSoluciones{
    max-width: 850px;
    font-size: 2.5rem;
    font-family:'Poppins-SemiBold';
    text-align: center;
    color:#0F1E44;
    margin-bottom: 70px;
}


#contenedorSoluciones{
    width: 1720px;
    white-space: nowrap;
    overflow-x:hidden;
    overflow-y:hidden;
    margin-bottom: 30px;
}

#contenedorSoluciones::-webkit-scrollbar {
    display: none;  /* Ocultar scroll */
}

.tarjetaSoluciones{
    width: 300px;    
    height: 340px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background-color: white;
    /* box-shadow: 13px 8px 23px 5px rgba(14, 31, 120, 0.12); */
    margin: 0px 20px;
    display: inline-block;
    position: relative;
    transition: transform 0.5s;

    position: relative;
    transform-style: preserve-3d;
    /* overflow: hidden; */
    /* cursor: pointer; */
}

/* .tarjetaSoluciones:hover{
    transform:rotateY(180deg);
} */

.contTarjeta{
    position: absolute;
    width:100%;
    height:100%;
    white-space: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:start;
    padding: 40px;
    box-sizing:border-box;

    position: absolute;
    backface-visibility: hidden;
    /* transition: left 5s ease-in-out;
    transition: right 5s ease-in-out; */
}

.rotada{
    transform: rotateY(180deg)!important;
    transform-origin: center center !important;
    transition: transform 0.5s;
    transition-delay: 0.3s;
}

.reverso{
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing:border-box;
    white-space: normal;
    position: absolute;
    /* backface-visibility: hidden; */
    /* transform: rotateY(180deg); */

    display:flex;
    flex-direction:column;
    align-items: flex-start;
    justify-content: center;
}

.reverso p{
    max-width: 300px;
    font-size: 1.2rem;
    color: #0F1E44;
    font-family: 'Poppins-SemiBold';
    text-align: left;
    word-break: keep-all;
}

.reverso img{
    margin-top:-10px;
    margin-bottom:30px;
}

.reverso span{
    font-size: 1rem;
    color: #0F1E44;
}

.imgTarjeta{
    width: 99px;
    height: 99px;
    margin-bottom: 35px;
}
.vertical-aling{
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #2100EA; */
}
.textoTarjeta{
    width: 100%;
    vertical-align: middle;
    font-size:1.15rem;
    font-family: 'Poppins-Bold';
    text-align: center;
    word-break: keep-all;
}

.botonCambioSolucion{
    border: none;
    outline: none;
    background-color: transparent;
    margin: 5px 10px;
    /* margin-bottom: 100px; */
}

#botonIzq{
    display: none;
}

#solucionesSlide{
    display: none;
    width: 100%;
    /* height: 100vh; */
    padding-top: 20px ;
    
    /* background-color: #EBF5FF; */
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;    
    margin-bottom: 70px;
}

/* Projectos */
#proyectos{
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#tituloProyectos{
    font-size: 2.5rem;
    font-family: 'Poppins-SemiBold';
    color: #0F1E44;
    margin-bottom: 30px;
    text-align: center
}

#textoProyectos{
    font-size: 1.5rem;
    font-family: 'Poppins-SemiBold';
    color: #495A7C;
    margin-bottom: 70px;
    text-align: center;
}

#imagenes{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    
}

.contenedorImagen{
    width:100%;
}

.contenedorImagen figure{
    position: relative;
    width: 100%;
    height:100%;
    margin: 0;
    /* max-width: 800px;
    max-height: 510px; */
    /* height:400px; */
    overflow: hidden;
    /* cursor: pointer; */
    aspect-ratio: auto;
}

.contenedorImagen figure img{
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    transition: all 1s ease-out;
}

.contenedorImagen figure .capa{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(33, 0, 234, 0.85);
    transition: all 1s ease-out;
    opacity:0;
    visibility: hidden;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:180px 100px;
}

.contenedorImagen figure .capa label{
    font-size: 3rem;
    font-family: 'Poppins-SemiBold';
    color:white;
    aspect-ratio: auto;
}

.contenedorImagen figure .capa span{
    font-size: 1.13rem;
    font-family: 'Poppins-SemiBold';
    color:white;
    margin-bottom: 90px;
}

.contenedorImagen figure .capa button{
    /* width:100%; */
    border:none;
    outline: none;
    background-color: transparent;
    font-size: 1.13rem;
    font-family: 'Poppins-SemiBold';
    color:white;
    margin-bottom: 90px;

    display: flex;
    align-items:center;
}

.contenedorImagen figure .capa button img{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    aspect-ratio: auto;
}

.contenedorImagen figure:hover > .capa{
    opacity:1;
    visibility: visible;
    aspect-ratio: auto;
}

/* Slogan */
.tituloSlogan{
    width:100%;
    height:400px;
    /* padding: 70px 0px; */
    overflow: hidden;
    display: flex;
    background-image: url('../assets/images/fondoCirculosAzules.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

svg{
    width: 100%;
    overflow: visible;
}

.texto-animado {
    width:7400px;
    font-size: 7rem;
    font-family: 'Poppins-Medium';
    color:#0F1E44; 
    margin: auto 0px;

    /* animation: desplazamiento 35s linear infinite alternate ; */
    white-space: nowrap;
    padding-left: 10%;
    transition: all 0.1s linear;
  }

  .texto-animado span{
    font-size: 7rem;
    font-family: 'Poppins-Medium';
    color:#2100EA
  }


  #experiencias{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #2B53E5;
  }

  #tituloExperiencias{
        font-size: 2.5rem;
        font-family:'Poppins-SemiBold';
        color:white;
        margin-top: 70px;
        text-align: center;
  }

  #testoExperiencias{
        font-size: 1.5rem;
        font-family: 'Poppins-SemiBold';
        color:white;
        text-align: center;
  }

#experienciasClientes{
    width: 100%;
    margin-top:100px ;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 2fr 2.2fr 2fr 1fr;
    gap:20px
}

.tarjetaCliente{
    background-color: white;
    border: 1px solid #D9D9D9;
    box-shadow: 4px 11px 17px rgba(8, 6, 88, 0.3);
    border-radius: 20px;
    padding: 20px;

    display: flex;
    flex-direction:column;
    align-items: center;
}



.imagenUsuario{
    width: 94px;
    height: 94px;
    margin-top:-65px;
}

.textoTarjetaUsuario{
    margin-top: 32px;
    margin-bottom: 11px;
    font-size:1.13rem;
    font-family:'Poppins-SemiBold';
}

.textoUsuario{
    font-size: 0.75rem;
    text-align: center;
    color: #0F1E44;
    margin-bottom: 20px;
}

/* Formulario */
#formulario{
    width: 100%;
    min-height:857px;
    padding: 150px;

    background-image: url('../assets/images/fondoContactos.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;

    display: grid;
    grid-template-columns: 1fr 1fr;
}

#textoFormulario{
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    margin: 0px auto;
}

#tituloFormulario{
    font-size: 4rem;
    font-family: 'Poppins-SemiBold';
    color: #0F1E44;
    line-height: 4.2rem;
    margin-bottom: 30px;
    text-align: center;
}

.textoFormulario{
    font-size: 1.5rem;
    font-family: 'Poppins-SemiBold';
    text-align: justify;
    color: #495A7C;
    margin-bottom: 30px;
    text-align: center;
}

#botonVideollamada{
    outline:none;
    background-color: transparent;
    border: 1px solid #2100EA;
    border-radius: 10px;
    font-size: 1.5rem;
    color: #2100EA;
    padding: 20px 12px;
    margin-top: 25px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:30px
}

#botonVideollamada img{
    margin-left: 10px;
}


/* Formulario para el cliente que desea se contactado */
.formularioCliente{
    width:100%;
    padding: 0px 40px;

    display: flex;
    flex-direction:column;
    align-items: flex-start;

}

.dobleInput{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.elementosInput{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nombreInput{
    font-size: 1.13rem;
    font-family: 'Poppins-Medium';
    color: #0F1E44;
}

.obligatorio{
    color: #2100EA;
}

.inputFormulario{
    width:100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background-color: #F1F5FA;
}

.textAreaForm{
    width:100%;
    resize: none;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background-color: #F1F5FA;
    margin-bottom:20px;
}

#checkBoxInput{
    font-size: 1.13rem;
    font-family:'Poppins-Medium';
    color: #0F1E44;
}

#recaptcha{
    margin-top: 20px;
}

#botonForm{
    width:190px;
    height: 70px;
    margin-top: 20px;
    background-color: #2100EA;
    border-radius:10px;
    outline: none;
    border:none;
    color:white;
    font-size: 1.5rem;
}
/* Footer */
footer{
    width: 100%;
    background-color:#041B5F;
}

.datosFotter{
    width: 100%;
    height: 300px;
    padding: 30px 0px 0px 0px;

    display: grid;
    grid-template-columns: 1.5fr 5fr;
}

.redesSociales{
    width: 100%;
    min-width: 320px;
    display:flex;
    flex-direction:column;
    align-items: center;
    border-right: 1px solid white;
}

.redesSociales .icons{
    width: 280px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin-top: 25px;
}

.redesSociales .icons img{
    width:34px;
    height:34px;
    cursor: pointer;
}

.logo{
    width: 280px;
}

.seccionMenuContactos{
    width: 100%;
    padding: 40px 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.seccionMenuContactos .contenedor{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.seccionMenuContactos .contenedor label{
    font-size:1.13rem;
    color:white;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 13px;
}

.seccionMenuContactos .contenedor button{
    width: 150px;
    /* height: 50px; */
    color:white;
    text-align: left;
    padding: 5px;
    margin: 0;
    font-family: 'Poppins-Regular';
    font-size: 1rem;
}

.seccionMenuContactos .contenedor #menulabel{
    display: none;
}

.seccionMenuContactos .contenedor span{
    color:white;
    font-size: 1rem;
    font-family: 'Poppins-Regular';
}


.derechos{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
}

.textoDerechos{
    text-align: center;
    font-size:0.9rem;
    color:white;
    margin-right: 20px;
}

.botonesFotter{
    background-color: transparent;
    border: none;
    outline:none;
    color:white;
    font-family: 'Poppins-SemiBold';
    font-size:0.9rem;
    cursor: pointer;
}

.icons2{
    display:none;
    
    /* display: flex;
    align-items: center;
    justify-content:space-between;
    margin-top: 25px; */
}

#contendorComprimido{
    display: none;
}

.contenedorRedes{
    width:100%;
    display: flex;
    align-items: center;
    justify-content:center;
}

.icons2 img{
    
    width:34px;
    height:34px;
    margin: 0px 20px;
    cursor: pointer;
}

/* Animacion texto rotando Hero */
.texto-contenedor {
    height: 5.5rem;
    overflow: hidden;
  }

  .texto-anima span {
    width: auto;
    margin-bottom: 10px;
    display: block;
  }
  
  .texto-anima {
    animation: cambioTexto 5s infinite;
    animation-delay: 3.5s;
    /* animation-delay: 15s; */
  }

  .texto-anima2 {
    animation: cambioTexto 50s infinite;
    animation-delay: 5s;
    /* animation-delay: 15s; */
  }
  
  @keyframes cambioTexto {
    0% {
      transform: translateY(100%);
    }
    5% {
      opacity: 1;
      transform: translateY(-1%);
    }
    10%{
        opacity: 1;
      transform: translateY(0);
    }
    15%{
        opacity: 1;
        transform: translateY(0);
    }
    25% {
      opacity: 1;
      transform: translateY(0);
    }
    30% {
        opacity: 1;
        transform: translateY(0);
    }
    35% {
        opacity: 1;
        transform: translateY(1%);
      }
    40%{
          opacity: 1;
        transform: translateY(-35%);
      }
    45%{
          opacity: 1;
          transform: translateY(-34%);
      }
    55% {
        opacity: 1;
        transform: translateY(-34%);
    }
    60%{
        opacity: 1;
        transform: translateY(-34%);
    }
    65%{
        opacity: 1;
        transform: translateY(-33%);
    }
    70%{
        opacity: 1;
        transform: translateY(-72%);
    }
    75%{
        opacity: 1;
        transform: translateY(-72%);
    }
    80%{
        opacity: 1;
        transform: translateY(-72%);
    }
    85%{
        opacity: 1;
        transform: translateY(-72%);
    }
    90%{
        opacity: 1;
        transform: translateY(-72%);
    }
    95%{
        opacity: 1;
        transform: translateY(-72%);
    }
    100%{
        opacity: 1;
        transform: translateY(-100%);
    }
  }

  /* Animacion inicio hero */
  .animacion-hero{
    /* min-width: 420px; */
    animation: aparecerHero 1.5s 1;
  }

  @keyframes aparecerHero {
    from {
      transform: translateX(-100%);
      
    }
    to{
        transform: translateX(0);
    }
  }

  .animacion-heroImagen{
    animation: aparecerHeroImagen 1.5s 1;
  }

  @keyframes aparecerHeroImagen {
    from {
      transform: translateX(100%);
      
    }
    to{
        transform: translateX(0);
    }
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 25;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .modal-content {
    background-color: white;
    border-radius: 10px;
    margin: 15% auto;
    padding: 40px;
    border: 1px solid #888;
    width: 650px;
    text-align: center;
  }

  #imagenModal{
    width: 99px;
    height: 99px;
    margin-top: 35px;
    margin-bottom: 20px;
  }

  #textoGracias{
    max-width: 300px;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Poppins-SemiBold';
    color:#2100EA;
    margin: 0px auto;
    margin-bottom: 30px;
  }

  #textoGracias span{
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Poppins-SemiBold';
    color:#2100EA;
  }

  #textoModal{
    text-align: center;
    font-size: 1.13rem;
    font-family: 'Poppins-Medium';
    color:#0F1E44;
    margin-top: 28px;
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .mensajeUsauarioError{
    display: none;
    color: #A11111;
  }