body{
    font-family: Arial, Helvetica, sans-serif;
    color: #2F3542;
    margin: 0;
    padding: 0;
}

h1{font-size: 3em; font-weight: 700; color: #fff;}
h2{font-size: 2.4em; font-weight: 700; color:#2F3542;}
h3{font-size: 1.4em; font-weight: 700; color: #2F3542;}
p{font-size: 1em; line-height: 120%;}

input, select{
    border: 1px solid #C9E6F8 !important;
    border-radius: 12px !important;
}

input:focus{
    border: 1px solid #EBF6FB !important;
    box-shadow: 0 7px 7px #7090b030 !important;
}

select::after{
    background-color: #009EDB;
}

header{
    position: sticky;
    top: 0;
    z-index: 1;
}
.recargas-nav{
    background-color: #FC0D27;
    z-index: 4;
}

.navbar-brand img{
    width: 240px;
    height: auto;
}

.dropdown img{
    width: 40px;
}

.btn-red{
    background-color: #FC1F4C;
    color: white;
    font-size: 16px;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 30px;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}


.pulse{
    animation-name: pulse;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    animation-delay: 3s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    position: relative;
    box-shadow: 0 0 0 3px rgba(0,0,0,.01);
    z-index: 0;
    }

    .pulse::after {
        position: absolute;
        content: "";
        top: 15%;
        left: 0;
        right: 0;
        z-index: -1;
        height: 70%;
        width: 100%;
        transform: scale(.9) translateZ(0);
        filter: blur(10px);
        border-radius: 20px;
        background: linear-gradient(
          to left,
          #FC1F4C,
          #b5112449,
          #ff0e3e,
          #ffffff2d,
          #ff0e3e
        );
        background-size: 200% 200%;
        animation: animateGlow 2s linear 3s infinite;
      }


@keyframes pulse{
    0%{transform: scale(1);}
    10%{transform: scale(.91);}
    17%{transform: scale(.98);}
    33%{transform: scale(.87);}
    45%{transform: scale(1);}
}

@keyframes animateGlow {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 200% 50%;
    }
  }

.carousel-indicators .active {
    opacity: 1;
    background-color: #FC1F4C;
  }

.btn-recargas{
    background-color: #FC1F4C;
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 30px;
    border: none;
    transition: all 0.5s ease-in-out 0s;
}

.btn-recargas:hover,.button:focus {
    color: #111;
    transform: translateY(-3px);
    border: 1px solid #FC1F4C;
    transition: ease-in-out .5s;
}

button.btn-recargas::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 3px solid #FC0D27;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: ring 1.5s infinite;
}

.btn-recargas:hover::after,.btn-recargas:focus::after {
    animation: none;
    display: none;
    flex-direction: column;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

.recarga-head{
    width: 100%;
    height: 450px;
    position: relative;
    background: linear-gradient(270deg, #39BEF4 0%, #0470B9 100%);
}
.hr-image img{
    width: 100%;
    height: 450px;
    object-fit: contain;
    object-position: bottom;
}

.razon-w{
    background-color: #ffffffe8;
    border-radius: 20px;
    color: #2F3542;
    position: absolute;
    top: 10%;
    left: 70%;
    padding: 10px 20px;
}

.razon-w h2{
    font-weight: bold;
    color: #FC1F4C;
    text-align: center;
    font-size: 1.4em;
 }

.razon-w img{
   text-align: center;
   width: 40px;
   height: auto;
   padding: 10px 0px;
}

.razon-w p{
    font-weight: lighter;
    font-size: 1em;
 }

.tools{
    background: #fff;
    padding: 30px 0px 0px 0px;
    color: #2F3542;
}

.tools h2{
    color: #009EDB;
    font-size: 2em;
}

.tools span{
    -webkit-text-stroke: 2px #FC1F4C;
 font-family: arial; 
 color: #fff;
}

.tools img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.circles img{
    width: 50%;
    height: auto;
}

.rqa{
    background-image: url('../image/back-register.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 40px 0px;
}

.rqa-row{
    width: 95%;
}

.rqa-text{
    padding: 20px 50px;
    color: #fff;
    margin: 0 auto;
}

.rqa-text h2{
    color: #fff;
}

.rqa-text li{
    color: #fff;
    font-size: 1.2em;
}

.rqa-text img{
    text-align: center;
    width: 95%;
    margin: 0px auto;
}

.ya-form{
    box-shadow: 0 7px 7px #7090b030;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.ya-form h3{
    color: #FC1F4C;
}

.ya-form h4{
    font-size: 1.2em;
    font-weight: bold;
}

.ya-form span{
    font-size: .6em;
}

.ya-app{
    background-color: #EBF6FB;
    padding: 24px 0px;
    margin: 40px 0px;
}

.ya-app img{
    width: 40%;
    height: auto;
    margin: 0 auto;
}

.txt-app{
    padding: 0px 20px;
    text-align: left;
}

.txt-app img{
    width: 150px;
}

.credito-ya img{
    width: 100%;
}

.credito-ya h2{
    color: #FC1F4C;
}

li::marker {
    color: #FC1F4C;
    font-size: 1.4em;
}

.text-modal{
    color: #009EDB;
    font-weight: bold;
}
/*Estilos Footer*/
footer{
    background-color: #f7f7f7;
    padding: 40px 0px;
    z-index: -1;
}

footer ul{
    list-style: none;
}

footer p{
    color: #2F3542;
    text-decoration: none;
    font-weight: bold;
}
footer a{
    color: #2F3542;
    text-decoration: none;
}

.redes-sociales{
  margin: 0px 0px;
}

.redes-sociales img{
    width: 30px;
    height: auto;
    text-align: center;
}

.decargas-app{
    margin: 0px 0px;
}

.decargas-app img{
    width: 110px;
    height: auto;
    margin: 0px 10px;
}

.countries{
    color: #2F3542;
    background-color: #fff;
    border: 1px solid #2F3542;
    border-radius: 20px;
    padding: 8px 16px;
}

.copyright{
    display: flex;
}

.copyright p{
    padding: 15px 0px 0px 0px;
}

.copyright img{
    margin-top: 0;
    width: 40px;
    height: auto;
    margin-right: 10px;
}

.text-danger{
    color: red;
}

.aviso-privacidad p{
    color: #2F3542;
}

.tycs-form{
    box-shadow: 0 0px 7px #7090b030;
    padding: 20px;
    border-radius: 20px;
    background-color: #EBF6FB;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 3; 
}

.tycs-form p{
    color: #009EDB;
    font-size: 1.2em;
    font-weight: bold;
 }

 .tycs-form a{
    color: #1d428a;
    font-size: 1em;
    font-weight: bold;
 }

 table{
    margin: 10px 0px;
    border: 1px solid #2F3542;
 }

 th{
    background-color: #009EDB;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
 }

 td{
    color: #2F3542;
    border: 1px solid #2F3542;
    padding: 5px 10px;
 }

@media (max-width: 575.98px) {
    h1{font-size: 2em;}
    h2{font-size: 1.8em;}
    h3{font-size: 1.2em; font-weight: 700;}

    .navbar-brand img{
        width: 180px;
        height: auto;
    }
    
    .dropdown img{
        width: 40px;
    }

    .recarga-head{
        width: 100%;
        height: 380px;
        padding: 7px 0 0px 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .hr-image img{
        width: 100%;
        height: 270px;
    }
    
    .h-subtitle{
    position: absolute;
      top: 0%;
      left: 0%;
      padding: 0px 0px 0px 0px;
    }
    
    .h-subtitle h2{
        color: #fff;
        margin-bottom: 30px;
    }
    
    .razon-w{
        background-color: #ffffff;
        position: relative;
        top: 0;
        left: 0;
        padding: 10px 10px;
    }
    
    .razon-w img{
       text-align: center;
       width: 40px;
       height: auto;
       padding: 10px 0px;
    }
    
    .razon-w p{
        font-weight: lighter;
        font-size: 1em;
     }

     .tools h2{
        color: #009EDB;
        font-size: 3em;
        font-weight: bold;
    }
    
    .tools span{
        -webkit-text-stroke: 2px #FC1F4C;
     font-family: arial; 
     color: #fff;
    }
    
    .tools img{
        width: 90%;
        height: auto;
        border-radius: 20px;
    }
    

    .rqa{
        background-image: url('../image/gradient-rad-back.jpg');
        background-position: top;
        background-repeat: no-repeat;
        background-size: 150%;
        max-width: 576px;
    }
    
    .rqa-row{
        width: 100%;
    }
    
    .rqa-text{
        padding: 20px 10px;
        color: #fff;
        margin-left: auto;
        margin-right: auto;
    }
    
    .rqa-text h2{
        color: #fff;
    }
    
    .rqa-text img{
        text-align: center;
        width: 90%;
        margin: 10px auto;
    }
    
    .ya-form{
        box-shadow:none;
        padding: 0px;
        border-radius: 0;
        background-color: #fff;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .ya-app{
        background-color: #EBF6FB;
        padding: 24px 0px;
        margin: 24px 0px;
    }
    
    .ya-app img{
        width: 40%;
        height: auto;
        margin: 0 auto;
    }
    
    .txt-app{
        padding: 0px 0px;
        text-align: center;
    }
    
    .txt-app img{
        width: 200px;
    }
    .credito-ya img{
        width: 80%;
    }
 }
/*Terminan Estilos Home*/