@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700&display=swap'); *{font-family: 'Exo', sans-serif; } .bg-dark{background:#000 !important; } .form-control{box-shadow:none !important; height:45px; } .btn, .btn:hover{width:195px; color:#FFF !important; height:46px; } .header-info{background:#292929 !important; } [disabled]{border:none; } h1{color: #000000; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none; }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #fff;
}

.headerUno {
    background-color: #464646;
    color: #fff;
    font-size: 12px;
    padding: 6px 0 5px 0;
    font-weight: 500;
}

.headerDos {
    background-color: #000;
    padding: 1.2rem 1.2rem;
    display: flex;
    overflow-x: auto;
}

.logo {
    margin-right: 2rem;
}

.logo img {
    width: 120px;
    cursor: pointer;
}

.flex {
    display: flex;
    align-items: stretch;
}

.flex div p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.flex div p:hover {
    color: #00aeef;
    cursor: pointer;
}

.flex div {
    margin-right: 1rem;
}

.celeste p {
    background: linear-gradient(90deg,#00aeef 25%,#005993 100%);
    border-radius: 24px;
    padding: .2rem 1rem;
    text-align: center;
}

.flex .celeste p:hover {
    color: #fff;
}

.portal {
    margin: 3.5rem 0;
}

.portal h1 {
    font-size: 37px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}

.eneste {
    margin-bottom: 4rem;
}

.eneste p {
    font-size: 16px;
    line-height: 1.5;
}

.square {
    width: 70%;
    padding: 32px;
    box-shadow: 0 16px 32px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
    margin-bottom: 7rem;
}

.choose h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2rem;
    font-family: 'Exo', sans-serif;
}

.formu {
    text-align: left;
    width: 55%;
}

.ipt {
    margin-bottom: .1rem;
}

.ipt label {
    font-size: 15px;
    font-weight: 400;
}

.nroCuenta input {
    width: 100%;
    color: #000;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    height: 45px;
    padding: 0 16px 0 16px;
    outline: none;
    margin-top: 8px;
}

.nroCuenta input:focus {
    border: 1px solid #009fdb;
    box-shadow: 0 0 3px 0 rgba(0,174,239,0.5);
}

.boton {
    margin: 1rem 0 0 0;
}

.boton input {
    width: 35%;
    min-width: 150px;
    color: #f9f9f9;
    background-color: #0073ae;
    border-color: #0073ae;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    padding: 8px 0;

}

.boton input:focus {
    color: #f9f9f9;
    background-color: #00517b;
    border-color: #00517b;
}

.boton input:hover {
    color: #f9f9f9;
    background-color: #0090da;
    border-color: #0073ae;
}

.footer {
    background-color: #000;
    color: #fff;
    overflow-x: auto;
    padding-bottom: 3rem;
}

.img-foot {
    display: flex;
    align-items: center;
    padding: 3rem 1.8rem;
}

.verlo {
    margin-left: 3rem;
}

.verlo h3 {
    font-size: 28px;
    font-weight: 400;
}

.columns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0 1.8rem;
    column-gap: 1rem;
}

.u {
    margin-bottom: 1.5rem;
}

.u h3 {
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
    font-family: 'Exo', sans-serif;
    cursor: pointer;
}

.lil {
    margin-bottom: .8rem;
}

.lil p {
    font-weight: 400;
    font-family: 'Exo', sans-serif;
    cursor: pointer;
}

.none {
    display: none;
}

.flexDos {
    display: flex;
    justify-content: space-between;
    padding: 0 1.8rem;
}

.flecha {
    width: 15px;
}

.flecha img {
    text-align: center;
    width: 15px;
    cursor: pointer;
}

/* fin index */

.container {
    width: 62%;
    text-align: left;
    padding: 3rem 1rem;
}

.cuenta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recarga h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

.cuenta p,
.elDia p {
    font-size: 13px;
}

.elDia {
    margin: 1rem 0;
}

.recuerda {
    display: flex;
    justify-content: flex-start;
    margin: 1rem;
}

.remember {
    padding-top: .5rem;
    font-size: 14px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);

}

.img-info {
    margin-right: .2rem;
}

.bordeCe {
    background-color: #00AEEF;
    margin-top: 1rem;
    width: 100%;
    height: 8px;
    border-radius: 0 0 8px 8px;
}

.seccionDos {
    width: 78%;
    text-align: left;
}

.select {
    margin-top: 1rem;
}

.select h2 {
    font-size: 18px;
    color: #333;
}

.select small {
    font-size: 11px;
}

.radios {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}

.radio {
    padding: 0.25em 1em;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.radio label {
    font-size: 12px;
}

.monto {
    margin: 1rem 0 0;
    background-color: rgba(0, 174, 239, 0.1);
    padding: .5rem;
}

.monto h3 {
    font-size: 14px;
}

.ipt-monto {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
}

.ipt-monto p {
    font-size: 12px;
    font-family: 'Exo', sans-serif;
}

.ipt-monto .ipt {
    margin-top: .4rem;
}

.ipt-monto .ipt input {
    width: 95%;
    text-align: center;
    border-color: #b5b5b5;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: .3rem;
    outline: none;
}

.ipt-monto .ipt input:focus {
    box-shadow: 0 0 5px #999;
}

.dias p {
    font-size: 12px;
}

.containerTwo {
    width: 62%;
    padding: 2rem 1rem;
}

.colorDos {
    width: 100%;
    background-color: #F2F2F2;
}

.seccionTres {
    width: 82%;
}

.metodo h2 {
    font-size: 18px;
    color: #333;
}

.dropdown {
    margin-top: 1rem;
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
}

.dropdown .dropdown-btn {
    display: flex;
    align-items: center;
    padding: .8rem;
    cursor: pointer;
    color: #333;
    background-color: #fff;
    width: 100%;
    border: none;
    border-radius: 8px;
}

.dropdown-btn p {
    font-size: 14px;
    font-weight: 500;
}

.img-card {
    margin-right: 1rem;
}

.dropdown-content {
    display: none;
}

.dropdown-content small {
    font-size: 10px;
}

.form-content {
    max-width: max-content;
    padding: 0 .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.img-ipt img {
    width: 25px;
    margin-top: .5rem;
}

.ipt-pago input {
    width: 100%;
    padding: .5rem 0;
    border: none;
    outline: none;
}

.all {
    margin-bottom: 1rem;
}

.btn-form {
    margin-bottom: 1rem;
}

.btn-form input {
    width: 48.7%;
    outline: none;
    border: none;
    border-radius: 24px;
    color: #101010;
    font-weight: 600;
    background-color: #ffc60b;
    padding: .8rem 0;
}

.error {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    max-width: max-content;
    box-shadow: 0 16px 32px 0 rgba(0,0,0,0.1);
}

@media screen and (max-width: 1000px) {
    .none {
        display: block;
    }

    .columns {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .headerDos {
        display: block;
    }
    
    .flex {
        display: none;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .container,
    .containerTwo {
        width: 95%;
    }
}

@media screen and (max-width: 650px) {
    .square {
        width: 100%;
        min-width: none !important;
    }

    .container,
    .containerTwo {
        width: 100%;
        padding: 1rem;
    }
}
