@charset "UTF-8";
/*
  Primary #543fec rgb 84 63 236
  Secondary #daff00 #daff00
  Light #f4f6f9
  Dark #090b15
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'PPFormula Light';
  font-style: normal;
  font-weight: normal;
  src: local('PPFormula Light'), url('../fonts/PPFormula-Light.otf') format('opentype');
}

@font-face {
  font-family: 'PPFormula Medium';
  font-style: normal;
  font-weight: normal;
  src: local('PPFormula Medium'), url('../fonts/PPFormula-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'PPFormula Extended Bold';
  font-style: normal;
  font-weight: normal;
  src: local('PPFormula Extended Bold'), url('../fonts/PPFormula-ExtendedBold.otf') format('opentype');
}

@font-face {
  font-family: 'PPFormula SemiExtended Bold';
  font-style: normal;
  font-weight: normal;
  src: local('PPFormula SemiExtended Bold'), url('../fonts/PPFormula-SemiExtendedBold.otf') format('opentype');
}

* {
  margin: 0;
}

body{
  font-size: 14px;
  line-height: 24px !important;
  background: rgb(244,246,249);
  background: -webkit-linear-gradient(rgba(244,246,249,1) 0%, rgba(244,246,249,1) 50%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(rgba(244,246,249,1) 0%,  rgba(244,246,249,1) 50%, rgba(255,255,255,1) 100%);
  background: linear-gradient(rgba(244,246,249,1) 0%, rgba(244,246,249,1) 50%,  rgba(255,255,255,1) 100%); 
  font-family: "Poppins", Sans-serif;
  font-weight: 300;
  color: #7e7f80;
}

body.bg-card{
  background: rgb(255,255,255) !important;
}

section{
  width: 100%;
}

#header{
  position: absolute;
  z-index: 999;
  padding: 40px 0px;
}

#menu{
  z-index: 999;
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 13px;
  box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
}

#menu a{
  color: #FFF;
}

#cover{
  position: relative; 
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}

#cover .overlay{
  position: absolute;
  width: 100%;
}

#cover .overlay .container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

#cover .overlay .container h1{
  margin-top: 200px;
  color: #FFF;
}

#funcionalidades,
#caracteristicas{
  padding: 60px 0px;
}

#soluciones{
  padding: 0px 0px 90px 0px !important;
}

#tablero,
#soluciones{
  background-color: #f4f6f9;
}

#funcionalidades{
  background-color: #FFF;
}

#tablero{
  height: 500px;
}

#tablero #tablero-desktop{
  position: absolute;
  margin-top: -130px;
  margin-left: -450px;
  max-width: 900px;
  border-radius: 25px;
  box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  border: 15px solid rgba(255, 255, 255, 0.5);
}

#tablero #tablero-mobile{
  position: absolute;
  margin-left: -150px;
  margin-top: -200px;
  max-width: 300px;
}

/*
#tablero #tablero-desktop{
  position: absolute;
  margin-top: -150px;
  max-width: 900px;
  border-radius: 25px;
  box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  border: 15px solid rgba(255, 255, 255, 0.5);
}

#tablero #tablero-mobile{
  position: relative;
  max-width: 300px;
}
*/

#call-to-action{
  padding: 120px 0px;
}

#call-to-action #call-to-action-mobile{
  position: absolute;
  margin-top: -130px;
  margin-left: 15%;
  width: 270px;
  height: 567px;
  background-image: url("../images/bg-login.gif");
  background-size: 164%;
  background-repeat: no-repeat;
  border-radius: 60px;
}

#call-to-action #call-to-action-mobile #overlay-mobile{
  background-image: url("../images/mobile.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 270px;
  height: 567px;
}

#call-to-action #spei-mockup{
  position: absolute;
  z-index: 999;
  margin-top: -20px;
  margin-left: 5%;
  max-width: 280px;
}

#funcionalidades #tarjeta-demo{
  margin-left: -120px;
  margin-top: 220px;
  width: 400px;
}

#registro{
  padding: 50px;
  border-radius: 35px;
}

#registro,
#caracteristicas{
  background-color: #090b15;
  color: #FFF;
}

#registro h2{
  color: #FFF;
}

#soluciones .solucion{
  background-color: #FFF;
  border-radius: 25px;
  min-height: 350px;
  box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
}

#funcionalidades .funcionalidad{
  background-color: #FFF;
  border-radius: 25px;
  padding: 30px;
  box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
}

#funcionalidades .funcion{
  background-color: #FFF;
  border-radius: 25px;
  padding: 30px 30px 15px 30px;
  box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  margin-bottom: 15px;
  border: 2px solid transparent;
}

#funcionalidades .funcion.active{
  border: 2px solid #daff00;
}

#funcionalidades .mobile{
  background-color: #f4f6f9;
  border-radius: 25px;
  height: 535px;
  background-image: url("../images/half-mobile.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 480px;
  text-align: center;
}

#soluciones .solucion .icon{
  height: 170px;
  background-color: #f4f6f9;
}

#soluciones .solucion .icon img{
  max-width: 85%;
}

#soluciones .solucion .info{
  padding: 15px 30px;
  font-size: 13px;
}

#call-to-action{
  background-color: #FFF;
}

#footer{
  padding: 90px 0px 30px 0px;
  background-color: #f4f6f9;
  border-radius: 50px 50px 0px 0px;
}

#footer .logo-footer{
  margin-bottom: 30px;
}

#footer a,
#copyright a {
  color: #000;
  text-decoration: none;
}

#footer ul li{
  padding: 3px 0px;
}

.btn-secondary{
  border-radius: 50px;
  background-color: #daff00;
  border: 0px;
  color: #000;
  font-size: 0.8rem;
  padding: 10px 40px 8px 40px;
  font-family: "PPFormula Medium", Sans-Serif;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus{
  background-color: #a2e201;
  color: #000;
}

.btn-lg{
  font-size: 1rem;
}

#copyright{
  font-size: 13px;
  background-color: #f4f6f9;
}

#copyright .container{
  border-top: 2px solid #FFF;
  padding: 20px 20px;
}

.text-muted{
  color: rgba(126, 127, 128, 0.75) !important;
}

h1{
  font-family: "PPFormula Extended Bold", Sans-Serif;
  font-weight: 900;
  color: #000;
}

h2{
  font-family: "PPFormula Medium", Sans-Serif;
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin-bottom: 30px;
  color: #000;
}

h4{
  font-family: "PPFormula Medium", Sans-Serif;
  color: #000;
  font-weight: 600;
  font-size: 1.3rem;
}

h6{
  color: #090b15;
}


#card{
  height: 700px;
  padding-top: 100px;
  background-color: #FFF;
}

#card h1{
  margin-top: 120px;
}


#card #ignite{
  position: relative;
  width: 90%;
  max-width: 200%;
}

#login,
#activar,
#restablecer,
#saldo{
  display: none;
}

#servicios{
  padding: 60px 0px;
}

#servicios .servicio{
  display: block;
  width: 100%;
  height: 200px;
  background-color: #FFF;
  border-radius: 20px;
  text-align: center;
  padding: 45px 20px;
  margin-bottom: 20px;
  border: 2px solid #FFF;
}

#servicios .servicio.active{
  border: 2px solid #543fec;
}


#servicios .servicio.in-active{
  opacity: 0.7;
}

#servicios a{
  color: #000 !important;
}

#servicios .servicio .icono{
  display: block;
  height: 64px;
  width: 64px;
  background-color: #543fec;
  color: #FFF;
  border-radius: 50%;
  font-size: 32px;
  padding: 16px;
  position: relative;
  left: 50%;
  margin-bottom: 20px;
  margin-left: -32px;
}

#servicios .form{
  background-color: #FFF;
  border-radius: 20px;
  padding: 45px 45px;
  margin-bottom: 20px;
}

a{
  text-decoration: none;
}

@media (max-width: 1024px) {
  
  
  html,
  body{
		overflow-x: hidden;
    font-size: 13px;
    line-height: 23px !important;
	}
  
  h1{
    font-family: "PPFormula Extended Bold", Sans-Serif;
    font-weight: 900;
  }

  h2{
    font-family: "PPFormula Medium", Sans-Serif;
    font-size: 1.9rem;
    line-height: 2.9rem;
    margin-bottom: 20px;
    color: #000;
  }
  
  h4{
    font-size: 1.2rem;
  }

  .solucion{
    margin-bottom: 20px;
  }
  
  #soluciones .solucion .icon{
    height: 150px;
  }

  #soluciones .solucion .info{
    padding: 10px 25px;
    font-size: 13px;
  }
  
  .funcionalidad{
    margin-top: 20px;
  }
  
  
  #registro{
    padding: 40px;
    border-radius: 35px;
  }
  
  #copyright{
    font-size: 12px;
  }
  
  #funcionalidades .mobile{
    background-color: #f4f6f9;
    border-radius: 25px;
    height: 512px;
    background-image: url("../images/half-mobile.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 340px;
  }  
  
  #funcionalidades #tarjeta-demo{
    margin-left: -100px;
    margin-top: 300px;
    width: 250px;
  }
  
  #tablero{
    height: 280px !important;
  }
  
  #tablero #tablero-desktop{
    position: relative;
    top: -0px;
    left: 50%;
    margin-left: -400px;
    max-width: 800px;
    border-radius: 25px;
    box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  }
  
  #tablero #tablero-mobile{
    position: relative;
    left: -25%;
    top: -30px;
    max-width: 280px;
  }
  
  
  #tablero{
    height: 380px !important;
  }
  
  #call-to-action #call-to-action-mobile{
    position: absolute;
    margin-top: -100px;
    margin-left: 80px;
    background-size: 165%;
    max-width: 240px;
  }
  
  #call-to-action #call-to-action-mobile #overlay-mobile{
    max-width: 240px;
  }
}

@media (max-width: 767.98px) {
  
  html,
  body{
		overflow-x: hidden;
	}
  
  h1{
    font-family: "PPFormula Extended Bold", Sans-Serif;
    font-weight: 900;
  }

  h2{
    font-family: "PPFormula Medium", Sans-Serif;
    font-size: 1.9rem;
    line-height: 2.9rem;
    margin-bottom: 20px;
    color: #000;
  }

  .solucion{
    margin-bottom: 20px;
  }
  
  .funcionalidad{
    margin-top: 20px;
  }
  
  #tablero #tablero-desktop{
    position: relative;
    top: -0px;
    left: 50%;
    margin-left: -300px;
    max-width: 600px;
    border-radius: 25px;
    box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 44px 1px rgba(0,0,0,0.05);
  }
  
  #tablero #tablero-mobile{
    position: relative;
    left: 50%;
    top: -230px;
    margin-left: -110px;
    max-width: 220px;
  }
  
  #tablero{
    height: 280px !important;
  }

  #funcionalidades .mobile{
    background-color: #f4f6f9;
    border-radius: 25px;
    height: 360px;
    background-image: url("../images/half-mobile.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 330px;
  }  
  
  #funcionalidades #tarjeta-demo{
    margin-left: -100px;
    margin-top: 160px;
    width: 250px;
  }
  
}
