@charset "UTF-8";

h1 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  letter-spacing: -0.5px; }

h1 b {
  font-weight: 600; }

h2 {
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 400; }

h2 b {
  font-weight: 700; }

h3 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 400;
  margin-bottom: 15px; }

h4 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700; }

h5 {
  font-size: 1.3rem;
  line-height: 1.3rem; }

h6 {
  font-size: 3.4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px; }

p,
a,
ul,
ol,
pre,
blockquote,
.form-control-label,
.form-check-label {
  font-size: 1rem;
  line-height: 1.65rem;
  letter-spacing: 0px;
  margin-bottom: 0px; }

p {
  margin-bottom: 1rem !important; }

a {
  color: #838383; }

a:hover {
  color: #0147ba;
  text-decoration: none; }

a.inv {
  color: #fff !important; }

a.inv:hover {
  color: #0147ba !important;
  text-decoration: none; }

strong {
  font-weight: 700; }

hr {
  border: none;
  border-top: 1px solid #f1f1f1;
  width: 100%; }

/*TEXTOS*/
.texto-negro {
  color: #000 !important; }

.texto-blanco {
  color: #fff !important; }

.texto-gris {
  color: #838383 !important; }

.texto-color1, .texto-azul {
  color: #0147ba !important; }

.texto-color2, .texto-naranja {
  color: #0b82d3 !important; }

.texto-color3, .texto-naranja {
  color: #f5a800 !important; }

/*TEXTOS*/
/*FONDOS*/
.fondo-negro {
  background-color: #000; }

.fondo-blanco {
  background-color: #fff; }

.fondo-gris {
  background-color: #f1f1f1; }

.fondo-color1 {
  background: linear-gradient(0deg, #143ca1, transparent) #1d4cc1; }

.fondo-color2 {
  background-color: #0b82d3; }

/*FONDOS*/


/*NAVBAR*/

header {
  display: block;
  position: relative;
  background: radial-gradient(#2D66C5, #0147BA);
  overflow: hidden; }

#header-principal{
  position: relative;
  z-index: 1;
}

.tilde-izq,
.tilde-der {
  position: absolute;
  width: 1200px;
  height: 994px;
  background-image: url("../../images/Tilde-Lineal.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.tilde-izq {
  top: -14%;
  left: -8%;
}
.tilde-der {
  bottom: -14%;
  right: -8%;
  transform: rotate(180deg);
}

.container-fluid {
  padding: 90px; }

#logo img {
  height: 30px;
  margin: auto 0px;
  transition: all 0.2s; }

/*NAVBAR*/


/*HEADER IMAGEN*/

.vh-header {
  height: 100vh !important; }

.elementos .billetera-virtual {
  position: relative;
  top: -50px;
  height: auto; }

.billetera-wrapper {
  display: inline-block;
  perspective: 1000px; }

.billetera-tilt {
  transition: transform 0.2s ease;
  will-change: transform; }

.billetera-virtual {
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -50px; }

.zona-circle, .zona-circle2, .zona-circle3{
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 5;
  animation-delay: .3s;
  animation-timing-function: linear;
}
.zona-circle {
  background-color: rgba(1, 71, 186, 0);
  border-radius: 50%;
  border: 1px solid #0147ba;
  animation: circulozoom 1.5s infinite; }

.zona-circle2 {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  border: 1px solid #fff;
  animation: circulozoomblanco 1.5s infinite; }

.zona-circle3 {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  border: 1px solid #fff;
  animation: circulozoomblanco 1.5s infinite;
  width: 50px;
  height: 50px; }

@keyframes circulozoom {
  0% {
    transform: scale(1);
    opacity: 0; }
  50% {
    transform: scale(1.4);
    opacity: .6; }
  100% {
    transform: scale(1.6);
    opacity: 0; } }
@keyframes circulozoomblanco {
  0% {
    transform: scale(1);
    opacity: 0; }
  50% {
    transform: scale(1.4);
    opacity: .3; }
  100% {
    transform: scale(1.6);
    opacity: 0; } }

/*HEADER*/

section {
  padding: 0px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px; }

/*#funcionalidades-y-opiniones {
  background-image: url("../../images/Tilde-Lineal-Naranja.svg");
  background-repeat: repeat;
  background-position: center;
  background-size: 35%;
  background-attachment: fixed; }*/

#funcionalidades {
  background-image: url("../../images/Tilde-Lineal-Naranja.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  background-attachment: fixed; }

#opiniones {
  padding: 200px 0px;
  background-image: none;
  background: radial-gradient(#ffffff, #f1f1f1); }

/*FyO*/
.scroll-section {
  height: 100vh;
  position: relative; }

.smartphone-img {
  position: sticky;
  top: -20%;
  width: 460px;
  transition: transform .3s ease-out; }

.smartphone-img-cobrar {
  transform: translateY(20%);
  z-index: 3;
  margin-right: -200px; }

.smartphone-img-estadisticas {
  transform: translateY(10%);
  z-index: 2;
  margin-right: -200px; }

.smartphone-img-transferiste {
  transform: translateY(0%);
  z-index: 1;
  margin-right: 0px; }

.image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 35px; }

/*FyO*/


/*BTNS*/
.btn {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin: 0px;
  padding: 9px 40px;
  transition: all 0.2s;
  color: #fff;
  background-color: #0147ba;
  text-transform: uppercase;
  border: 1px solid #0147ba;
  vertical-align: unset;
  min-width: 150px;
  letter-spacing: .5px; }

.btn:hover,
.btn:focus,
.btn.focus,
.btn.active {
  color: #0147ba;
  background-color: rgba(1, 71, 186, 0);
  border: 1px solid #0147ba;
  box-shadow: none;
  transition: all 0.2s; }

.btn-inv {
  position: relative;
  overflow: hidden;
  color: #0147ba;
  transition: all 0.2s;
  background-color: white;
  border: 1px solid #fff; }
  .btn-inv::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: none;
    transform: rotate(0deg); }
  .btn-inv:hover::before {
    animation: lightSweep 1.5s linear infinite; }

.btn-inv:hover,
.btn-inv:focus,
.btn-inv.focus,
.btn-inv.active {
  transition: all 0.2s;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.3); }

@keyframes lightSweep {
  0% {
    left: -200%; }
  50% {
    left: 200%; }
  100% {
    left: 200%; } }
/*BTNS*/

.carouseles-opiniones-app {
  width: 100%;
}
.carouseles-opiniones-app .owl-theme {
  width: 100%;
}
.carouseles-opiniones-app .owl-prev i, .carouseles-opiniones-app .owl-next i {
  transform: scale(1.5);
  color: #cdcdcd;
}
.carouseles-opiniones-app .owl-theme .foto-persona {
  border-radius: 50%;
  width: 50%;
  margin: 0 auto;
}
.carouseles-opiniones-app .owl-theme p.nombre {
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-weight: 500;
}
.carouseles-opiniones-app .owl-theme p.opinion {
  font-size: 0.95rem;
  line-height: 1.3rem;
  font-style: italic;
}
.owl-next {
  margin-right: 20px;
}

.stars {
  padding: 10px 0px;
  --star-size: 30px;           /* tamaño de cada estrella */
  --star-color: #ccc;          /* color de estrella inactiva */
  --star-active: #f5a800;      /* color de estrella activa */
  
  display: inline-block;
  font-size: var(--star-size);
  font-family: "Arial", sans-serif;
  line-height: 1;
  position: relative;
}

.stars::before {
  content: "★★★★★"; /* 5 estrellas base */
  letter-spacing: 3px;
  background: linear-gradient(
    90deg,
    var(--star-active) calc(var(--rating) * 20%),
    var(--star-color) calc(var(--rating) * 20%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Configuraciones según cantidad activa */
.stars-0 { --rating: 0; }
.stars-1 { --rating: 1; }
.stars-2 { --rating: 2; }
.stars-3 { --rating: 3; }
.stars-4 { --rating: 4; }
.stars-5 { --rating: 5; }



#descargar .container-fluid{
  padding: 0px;
}

/* habilita la animación de --angle */
@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

#descargar {
  --angle: 0deg; /* valor inicial */
  background: linear-gradient(var(--angle), #0147BA 50%, #ffffff 50%);
  transition: --angle 300ms ease-out;
  will-change: background;
}
@media (prefers-reduced-motion: reduce) {
  #descargar { transition: none; }
}

.descargala{
  padding-top: 225px;
  padding-bottom: 225px;
}
.descargala.ios{
  padding-top: 150px;
}
.descargala.android{
  padding-bottom: 150px;
}
.descargala img{
  transition: all 0.2s;
  scale: .99;
}
.descargala:hover img{
  transition: all 0.2s;
  scale: 1;
}
.descargala h2{
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
  margin: 0 auto;
}
.descargala i{
  font-size: 1.3rem;
}

#pre-footer, footer{
  background-color: #F1F1F1;
}
#pre-footer h3, #pre-footer p, #pre-footer a, footer p, footer a{
  color: #666666 !important;
}
#pre-footer a:hover, footer a:hover{
  color: #666666 !important;
  text-decoration: underline !important;
}
.border-celestito {
    border-top: 1px solid rgba(102,102,102,.3) !important;
}
.creactivo {
  content: url("../../images/creactivo-original.png");
  height: 20px !important;
  top: -2px !important;
}
.bcra {
  content: url("../../images/logo-bcra.png");
}
.btn-close:hover{
  background-color: #276BDD;
  color: #fff;
}



@supports (-webkit-overflow-scrolling: touch) {
  .parallax {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: initial;
  }
}



hr{
  border-top: 1px solid rgba(0,0,0,.15) !important;
}







/* ----------- RESPONSIVE ----------- */

@media (max-width: 1920px) {
  .container-fluid {
    padding: 60px; }
  .billetera-virtual {
    width: 220px;
    top: -28px;
  }
  .tilde-izq,
  .tilde-der {
    width: 600px;
    height: 497px;
  }
  .zona-circle, .zona-circle2{
    width: 22px;
    height: 22px;
  }
  .zona-circle3{
    width: 27px;
    height: 27px;
  }
  .zona-volver{
    width: 15px !important;
    height: 15px !important;
  }
  .smartphone-img {
    width: 280px;
  }
  .smartphone-img-cobrar, .smartphone-img-estadisticas {
    margin-right: -120px;
  }
  .descargala .img-fluid {
    max-width: 220px;
  }
}



@media (max-width: 991px) {
  ul.tilde-naranja li, ul.tilde-azul li {
    text-align: left;
    margin: 9px 0px 9px 0px;
  }
  .carouseles-opiniones-app .owl-theme p.opinion {
    width: 90%;
    margin: 0 auto;
  }
  .carouseles-opiniones-app .owl-theme .foto-persona {
    max-width: 250px;
  }
}



@media (max-width: 768px) {
  .container-fluid {
    padding: 40px;
  }
  #logo img {
    height: 20px;
  }
  h1 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .btn {
    padding: 9px 30px;
    min-width: 120px;
  }
  .tilde-izq,
  .tilde-der {
    width: 300px;
    height: 249px;
  }
  .tilde-izq {
    top: -4%;
    left: -12%;
  }
  .tilde-der {
    bottom: -4%;
    right: -12%;
  }
  .image-wrapper {
    padding-right: 0px;
  }
  .smartphone-img {
    width: 130px;
  }
  .smartphone-img-cobrar, .smartphone-img-estadisticas {
    margin-right: -50px;
  }
  .image-wrapper {
    padding-top: 700px;
  }
  h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    width: 60%;
  }
  .scroll-section {
    height: 150vh;
  }
  .descargala #ios-img {
    max-width: 115px;
  }
  .descargala #android-img {
    max-width: 120px;
  }
  .descargala h2 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    width: 70%;
  }
  .descargala.ios {
    padding-top: 130px;
  }
  .descargala.android {
    padding-bottom: 130px;
  }
  ul.tilde-naranja li, ul.tilde-azul li {
    font-size: 0.9rem !important;
    line-height: 1.2rem !important;
    padding-left: 24px;
  }
}



@media (max-width: 576px) {
  .billetera-tilt{
    top: 20px;
  }
}



@media (max-width: 380px) {
  .container-fluid {
    padding: 20px;
  }
  .billetera-virtual {
    width: 190px;
    top: -23px;
  }
  .billetera-tilt{
    top: 10px;
  }
}