:root {
    --Chapa_AzulCorporativo: #212E3E;
    --Chapa_VerdeCorporativo: #08D85A;
    --Chapa-Compra-venta: #A8FF5A;
    --Chapa_FondoIconosFormulario: #F1F1F3;
    --Chapa_IconosFormulario: #CDCED3;
    --Chapa_Texto: #616C7A;
    --Chapa_FondoHover: #EBFCEB;
    --Chapa_Rojo: #FF3228;
}

.w-60 {
    width: 75%;
    position: absolute;
    right: 0;
    top: calc(50% - 190px);
}

.navbar-default .navbar-nav>li>a {
    color: var(--Chapa_AzulCorporativo);
    font-family: 'Rubik', sans-serif;
}

.ChapaCambiosNav li a:hover {
    color: var(--Chapa_AzulCorporativo) !important;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
}

.btn-registro {
    text-align: center;
    width: auto;
    margin-top: 0em;
    background-color: var(--Chapa_AzulCorporativo);
    color: white !important;
    padding: 10px !important;
    text-transform: capitalize;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: inherit;
    align-items: stretch;
}

.Rubik {
    font-family: 'Rubik', sans-serif;
}

.container_simulador {
    padding: 10% 0;
    color: white;
    /* margin-left: 140px; */
}

.container_simulador h1 {
    font-weight: 700;
}

.container_simulador span {
    color: var(--Chapa_AzulCorporativo);
}

.compra-venta {
    background: var(--Chapa-Compra-venta);
    /*linear-gradient( 90deg, rgb(2 0 36 / 17%) 0%, rgb(2 0 36 / 17%) 0%, rgb(2 0 36 / 17%) 0%);*/
    padding: 5px 38px;
    border-radius: 20px;
    width: auto;
    margin: 0 0px 10px 0;
    font-size: 15px;
    line-height: 1.1;
}

.compra-venta-right {
    border-radius: 20px 0 0 20px;
    margin-right: 2px;
}

.compra-venta-left {
    border-radius: 0 20px 20px 0;
}

.separador {
    position: relative;
}

.separador img {
    position: absolute;
    top: -17px;
    z-index: 10;
    width: 50px;
    left: calc(70% - 25px);
}

.container-sbs {
    background: linear-gradient(90deg, rgb(2 0 36 / 17%) 0%, rgb(124 124 131 / 12%) 35%, rgb(185 185 185 / 4%) 100%);
    padding: 8px;
    border-radius: 10px;
}

.container-sbs img {
    width: 50px;
}

.container-sbs label {
    color: var(--Chapa_AzulCorporativo);
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    margin: auto 10px;
}

input[type="number"].form-control {
    width: 100%;
    height: 55px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--Chapa_AzulCorporativo);
    background-image: none;
    background-color: #fff;
    border-radius: 14px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    margin-bottom: 0px;
    border: 0;
}

input[type="number"]:disabled,
.lh-input--disabled {
    border: 1px solid #edeeee !important;
    background-color: #fcfcfc !important;
    color: var(--Chapa_AzulCorporativo) !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 1.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: var(--Chapa_FondoIconosFormulario);
    border: 0;
    border-radius: 14px;
}

.input-group-text img {
    width: 25px;
}

.navbar_chapacambios {
    background-color: transparent;
    margin-bottom: initial;
}

.fondo {
    background-size: cover !important;
}

.lst_bancos {
    background-color: var(--Chapa_AzulCorporativo);
    padding: 0 30px 30px 30px;
}

.lst_bancos h2 {
    color: var(--Chapa_VerdeCorporativo);
    margin: 30px 0 30px 0;
    font-size: 16px;
}

.lst_bancos img {
    width: 130px;
    height: 38px;
    margin: 0 15px;
}

.lst_bancos label {
    color: var(--Chapa_Texto);
    font-weight: 600;
    margin-top: 10px;
}

.lst_bancos h4 {
    color: white;
    font-weight: 600;
}

.separador-bancos {
    width: 1px;
    background-color: var(--Chapa_Texto);
    height: 80%;
    margin: 30px auto;
}

.Como_Funciona {
    background-color: var(--Chapa_FondoIconosFormulario);
}

.Como_Funciona h1 {
    text-align: center;
    color: var(--Chapa_AzulCorporativo);
    font-family: 'Rubik';
    margin-top: 25px;
}

.Como_Funciona h3 {
    text-align: center;
    background-color: var(--Chapa_VerdeCorporativo);
    width: 100%;
    max-width: 230px;
    font-weight: 600;
    margin: auto;
    padding: 5px;
    border-radius: 20px;
}

.Como_Funciona img {
    max-width: 200px;
    width: 100%;
}

.Como_Funciona h4 {
    color: var(--Chapa_AzulCorporativo);
    font-family: 'Rubik';
}

.Como_Funciona p {
    color: var(--Chapa_Texto);
    padding: 10px 90px;
    font-weight: 600;
}

.Btn-Iniciar-Operacion {
    color: white;
    background: var(--Chapa_AzulCorporativo);
    margin: 30px auto;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
}

.Porque_Elegirnos {
    background-color: white;
    min-height: 340px;
    padding: 65px
}

.Porque_Elegirnos h1 {
    color: var(--Chapa_AzulCorporativo);
    font-weight: 600;
    margin-top: 0;
}

.Porque_Elegirnos label {
    color: var(--Chapa_Texto);
    font-weight: 700;
}

.Porque_Elegirnos .img-icon {
    width: 40px;
}

.Porque_Elegirnos .img-principal {
    width: 70%;
}

.Porque_Elegirnos .seguridad {
    margin: 35px 0 0 35px;
}

.Porque_Elegirnos .precios {
    margin: 35px 0 0 70px;
}

.Porque_Elegirnos .comodidad {
    margin: 35px 0 0 105px;
}

.Porque_Elegirnos h2 {
    color: white;
    font-weight: 600;
    margin-top: 0;
}

.Porque_Elegirnos p {
    color: var(--Chapa_Texto);
    font-weight: 500;
    padding: 0;
}

.separador-elegirnos {
    width: 65%;
    height: 2px;
    background: var(--Chapa_VerdeCorporativo);
    margin: auto;
}

.Porque_Elegirnos--Item {
    max-width: 400px;
    margin: 54px auto 0 auto;
    width: 280px;
    min-height: 230px;
    text-align: center;
    padding: 30px 0px 30px 0px;
    border: 4px solid var(--Chapa_IconosFormulario);
    border-radius: 20px;
    color: white;
}

.carousel-indicators {
    width: 70%;
    bottom: 20px;
}

.carousel-indicators .active {
    width: 7px;
    height: 7px;
    border: 0;
    margin: 0 5px;
    background-color: var(--Chapa_VerdeCorporativo);
    border-radius: 100%;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 100%;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: inherit;
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23black' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23black' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.Apps {
    background: url(../images/ChapaCambios/PC/contacto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
}

.Apps h1 {
    color: var(--Chapa_AzulCorporativo);
    font-family: 'Rubik';
    margin-top: 25px;
}

.Apps h3 {
    background-color: var(--Chapa_VerdeCorporativo);
    width: 100%;
    max-width: 230px;
    font-weight: 600;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
}

.Apps h4 {
    font-family: 'Rubik';
    color: var(--Chapa_AzulCorporativo);
    margin-bottom: 0;
}

.Apps p {
    color: var(--Chapa_AzulCorporativo);
    font-weight: 600;
    margin-bottom: 0;
}

.Apps h2 {
    color: var(--Chapa_AzulCorporativo);
    margin: 0 0 20px 0;
    text-align: center;
}

.Apps img {
    width: 25px;
}

.Apps .app-contenedor {
    height: 100%;
    background-color: var(--white);
    padding: 7px 10px;
    border-radius: 10px;
    display: flex;
    max-width: 200px;
    margin: auto;
}

.Apps .app-contenedor img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.Apps .label-1 {
    color: var(--Chapa_AzulCorporativo);
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}

.Apps .contenedor-apps {
    background-color: var(--Chapa_VerdeCorporativo);
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
}

/* ========= NOSOTROS ======== */
.nosotros .nosotros-header {
    margin: 100px 0px 0px !important;
}

.nosotros .nosotros-header span {
    border-left: 0px solid var(--Chapa_VerdeCorporativo);
    color: var(--Chapa_AzulCorporativo);
    font-size: 3.5rem;
    font-weight: 700;
}

.nosotros .nosotros-header span::before {
    content: '';
    display: block;
    width: 6vh;
    height: 0.8vh;
    background-color: var(--Chapa_VerdeCorporativo);
    margin-bottom: 0.3vh;
}

.nosotros .nosotros-header footer .members .white-block {
    background-color: var(--Chapa_VerdeCorporativo);
}

.nosotros .nosotros-header p {
    color: var(--Chapa_Texto) !important;
    font-weight: 500;
}

.nosotros .nosotros-header footer .members h3 {
    color: var(--Chapa_AzulCorporativo);
}

.nosotros img {
    max-width: 375px;
}

@media (max-width: 426px) {
    .nosotros img {
        max-width: 100%;
    }
}

/* =========================== */
/* ========= EMPRESA ========= */
.empresa {
    color: var(--Chapa_AzulCorporativo);
}

.empresa_header {
    padding-top: 100px;
    /* background-color: #ECECEC; */
}

.empresa_title_h1 {
    font-weight: 800;
    font-size: 6rem;
    width: 100%;
    line-height: 5rem;
}

.empresa_title_h2 {
    font-weight: 700;
    font-size: 5rem;
    width: 100%;
    line-height: 4rem;
}

.empresa_title_h3 {
    font-weight: 650;
    font-size: 3.6rem;
    width: 100%;
    margin: 0 !important;
    line-height: 3rem;
}

.btn_empresa {
    text-align: center;
    width: auto;
    background-color: var(--Chapa_VerdeCorporativo);
    color: var(--Chapa_AzulCorporativo);
    padding: 20px 30px !important;
    font-weight: 800;
    font-size: 2rem;
}

.empresa_asesor {
    background-color: #C7F3D5;
    padding: 50px 0px
}

.empresa_asesor p {
    color: var(--Chapa_AzulCorporativo);
    font-weight: 600;
}

.btn_empresa_asesor {
    background-color: var(--Chapa_VerdeCorporativo);
    color: white;
    padding: 5px 15px !important;
    height: 50px;
    font-weight: 700;
    font-size: 2rem;
    text-transform: capitalize;
    width: fit-content;
}

.empresa_asesor img,
.empresa_header img {
    max-width: 400px;
}

@media (max-width: 426px) {
    .empresa_asesor img {
        max-width: 170px;
    }

    .empresa_header img {
        max-width: 170px;
    }

    .empresa_title_h1 {
        font-weight: 700;
        font-size: 2.5rem;
        line-height: 1.5rem;
    }

    .empresa_title_h2 {
        font-size: 2rem;
        line-height: 1.5rem;
        margin-top: 5px !important;
    }

    .empresa_title_h3 {
        font-weight: 800;
        font-size: 1.6rem;
        line-height: 1.5rem;
    }

    .btn_empresa {
        padding: 10px 10px !important;
        font-size: 1.2rem;
        margin-top: 10px !important;
    }
}
/* =========================== */
/* ========= CONTACTO ======== */
.contacto {
    background-color: #E4E3E2;
    color: var(--Chapa_AzulCorporativo);
}

.contacto .container {
    background-color: white;
    /*box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);*/
}
.contacto_body {
    margin: 100px 2vh 10px 2vh;
    padding: 30px 0px;
}
.contacto_body img {
    width: 25px;
    height: 25px;
}
.contacto_body select {
    font-weight: 500;
    width: 100%;
    height: 30px;
    margin: 0;
    margin-left:5px;
    outline: 0;
    border: 0;
    box-shadow: none;
}
.contacto_body input {
    font-weight: 500;
    width: 100%;
    height: 30px;
    margin: 0;
    margin-left:5px;
    outline: 0;
    border: 0;
    box-shadow: none;
}
.contacto_body input::placeholder {
    color: var(--Chapa_Texto);
}
.contacto_body input:focus {
    box-shadow: none;
}
.contacto_body textarea {
    height:100px;
    margin: 0;
    resize: none;
    border: 0;
    box-shadow: none;
}
.contacto_body label {
    color: var(--Chapa_Texto);
    font-weight: 500;
}
.contacto .btn-enviar {
    font-size: 1.7rem;
    background-color: var(--Chapa_AzulCorporativo);
    color: white !important;
    text-transform: capitalize;
}
.contacto span {
    border-left: 0px solid var(--Chapa_VerdeCorporativo);
    color: var(--Chapa_AzulCorporativo);
    font-size: 3.5rem;
    font-weight: 700;
}
.contacto span::before {
    content: '';
    display: block;
    width: 6vh;
    height: 0.8vh;
    background-color: var(--Chapa_VerdeCorporativo);
    margin-bottom: 0.3vh;
}
/* =========================== */
/* =========================== */

/* =========================== */
/* ========= POLITICA PRIVACIDAD ======== */
.privacidad {
    background-color: #E4E3E2;
}
.privacidad .container {
    background-color: white;
    /*box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);*/
}
.privacidad_body {
    margin: 100px 2vh 10px 2vh;
    padding: 30px 0px;
}
.privacidad_body label {
    color: var(--Chapa_Texto);
    font-weight: 500;
    text-align: justify;
    cursor: auto!important;
}
.privacidad_body a {
    color: #0563C1;
    text-decoration: underline;
}
.privacidad_header span{
    font-size: 3.5rem;
    font-weight: 700;
}
.privacidad span {
    border-left: 0px solid var(--Chapa_VerdeCorporativo);
    color: var(--Chapa_AzulCorporativo);
    font-size: 2.8rem;
    font-weight: 600;
}
.privacidad span::before {
    content: '';
    display: block;
    width: 6vh;
    height: 0.8vh;
    background-color: var(--Chapa_VerdeCorporativo);
    margin-bottom: 0.8vh;
}
.privacidad .subtitle{
    font-size: 2rem;
    font-weight: 600;
}
.privacidad .subtitle::before {
    width: 0vh;
    height: 0vh;
}
/* =========================== */
/* =========================== */


/* =========================== */
/* ====== RECLAMACIONES ====== */
.reclamaciones {
    background-color: #E4E3E2;
    color: var(--Chapa_AzulCorporativo);
}

.reclamaciones hr {
    border: none;
    height: 1.5px;
    background-color: var(--Chapa_AzulCorporativo);
}

.reclamaciones .container {
    background-color: white;
    padding: 50px 50px 10px 50px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

.reclamaciones_header {
    text-align: center;
    margin: 50px 5vh 10px;
}

.reclamaciones_header h1 {
    font-size: 4rem;
    font-weight: 800;
}

.reclamaciones_header span {
    color: var(--Chapa_Texto);
}

.reclamaciones_body {
    padding: 30px 0px;
}

.reclamaciones_body h2 {
    font-weight: 700;
    font-size: 1.8rem;
    width: fit-content;
    padding-bottom: 2px;
    border-bottom: 2px solid var(--Chapa_AzulCorporativo);
}

.reclamaciones input,
textarea,
select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--Chapa_Texto);
    height: 40px;
}

.reclamaciones label {
    color: var(--Chapa_Texto);
    margin: 10px 0px;
    font-weight: 500;
    font-size: 1.4rem;
}

.reclamaciones_radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%;
}

.reclamaciones_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid var(--Chapa_AzulCorporativo);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.reclamaciones_radio input:checked~.checkmark:after {
    display: block;
}

.reclamaciones_radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--Chapa_VerdeCorporativo);
}

.reclamaciones_checkbox input[type="checkbox"]:checked+label::after {
    content: '';
    position: absolute;
    width: 2.1ex;
    height: 1.2ex;
    top: 0.6ex;
    left: 0.5ex;
    border: 3px solid var(--Chapa_VerdeCorporativo);
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.reclamaciones_checkbox input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}

.reclamaciones_checkbox input[type="checkbox"]+label {
    position: relative;
    cursor: pointer;
    color: var(--Chapa_AzulCorporativo);
    font-weight: 600;
}

.reclamaciones_checkbox input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    vertical-align: -30%;
    height: 3ex;
    width: 3ex;
    border: 1px solid var(--Chapa_AzulCorporativo);
    border-radius: 4px;
    margin-right: 10px;
}

.reclamaciones .btn-registro {
    font-size: 2.5rem;
    padding: 20px 30px !important;
}

.reclamaciones_consumidor {
    gap: 1rem;
}

@media (max-width: 426px) {
    .reclamaciones_header {
        margin: 50px 1vh 0px;
    }

    .reclamaciones_body h2 {
        font-size: 1.2rem;
    }

    .reclamaciones_header h1 {
        font-size: 2.5rem;
    }

    .reclamaciones_consumidor {
        gap: 0rem;
    }
}

/* =========================== */
/* ====== BOTON WHATSAPP ===== */
.btn-whatsapp {
    position: fixed;
    width: 52px;
    height: 52px;
    bottom: 30px;
    right: 30px;
    background-color: #0df053;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.btn-whatsapp:hover {
    text-decoration: none;
    background-color: #fff;
    color: #0df053 !important;
}

.btn-whatsapp2 {
    position: fixed;
    width: 90px;
    bottom: 0px;
    right: 0px;
}

/* =========================== */

.title_h1 {
    font-weight: 700;
    color: white;
    font-size: 3.5rem;
}

.title_h2 {
    color: white;
    font-weight: 700;
    font-size: 3rem;
}

.title_span {
    color: var(--Chapa_AzulCorporativo);
    font-size: 4rem;
}

.hero {
    margin: 5rem 0 0 0;
}

.active-compra {
    margin-right: -24px !important;
    background-color: var(--Chapa-Compra-venta) !important;
    z-index: 1 !important;
}

.active-venta {
    margin-left: -24px !important;
    background-color: var(--Chapa-Compra-venta) !important;
    z-index: 1 !important;
}

.active-compra span {
    color: var(--Chapa_AzulCorporativo) !important;
}

.active-venta span {
    color: var(--Chapa_AzulCorporativo) !important;
}

.inactive {
    background-color: white !important;
}

#Venta {
    font-size: 15px;
}

#Compra {
    font-size: 15px;
}

.compramos-text {
    font-size: 12px;
}

.container_simulador .input-group-text {
    border: 0;
    border-radius: 15px 0 0 15px;
}

.container_simulador .right {
    border-radius: 0 15px 15px 0;
    background-color: white;
}

.lst_bancos .contenedor-bancos {
    border: 1px solid var(--Chapa_Texto);
    padding: 15px;
    border-radius: 15px;
}

.lst_bancos .contenedor-left {
    border: 1px solid var(--Chapa_Texto);
    border-right: 0;
    padding: 15px 0 15px 15px;
    border-radius: 15px 0 0 15px;
}

.lst_bancos .contenedor-right {
    border: 1px solid var(--Chapa_Texto);
    border-left: 0;
    padding: 15px 15px 15px 0;
    border-radius: 0 15px 15px 0;
}

.lst_bancos .contenedor-bancos_BCP {
    padding: 15px;
    border-radius: 15px;
}

.todo-peru {
    top: -21px;
    left: calc(50% - 50px);
}

.solo-lima-banbif {
    top: -21px;
    left: calc(50% - 50px);
    background-color: var(--Chapa_AzulCorporativo);
    padding: 0 12px;
}

.fa-whatsapp {
    font-size: 24px;
    margin: 5px 5px;
}

.main_footer footer {
    border-top: 0;
}

.rotacion {
    transform: rotate(180deg);
    transition-duration: 1s;
}

.rotacion_invert {
    transform: rotate(0deg);
    transition-duration: 1s;
}

.navbar-default .navbar-toggler .icon-bar {
    background-color: var(--Chapa_AzulCorporativo);
}

.navbar-toggler .icon-bar {
    width: 30px;
    height: 4px;
}

/* .overlay {
    background: white;
}

.overlay {
    top: 76px;
    right: 0;
    left: auto;
    width: 60%;
} */

.lb-flotante {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid transparent;
}

.inp-flotante {}

/* .inp-flotante::placeholder {
        opacity: 0;
    } */

.inp-flotante:placeholder-shown {
    opacity: 1;
}

.inp-flotante:focus::placeholder {
    opacity: 0;
}

.span-flotante {
    font-size: 1rem;
    position: absolute;
    background-color: #fff;
    padding: 0 5px;
    top: -25%;
    left: 35%;
    transform: translateY(30px);
    transition-duration: 300ms;
}

.lb-flotante:focus-within>.span-flotante,
.inp-flotante:not(:placeholder-shown)+.span-flotante {
    /*color: purple;*/
    transform: translateY(0px);
    transform: translateX(0px);
    top: -7.5%;
    left: 15%;
    font-size: 0.825em;
    z-index: 100000;
    background-color: var(--Chapa_FondoHover);
    border-radius: 4px 4px !important;
    pointer-events: none;
}

.inp-flotante:not(:placeholder-shown)~.span-flotante {
    transform: translateY(0px);
    transform: translateX(0px);
    top: -7.5%;
    left: 15%;
    font-size: 0.825em;
    z-index: 100000;
    background-color: var(--Chapa_FondoHover);
    border-radius: 4px 4px !important;
    pointer-events: none;
}

.img-float {
    bottom: 65px;
    width: 400px;
    right: calc(50% - 90px);
}

.simple {
    background-color: white;
    padding: 5px 10px;
    border-radius: 20px;
    color: var(--Chapa_AzulCorporativo);
    font-weight: 700;
}

.contenedor-monto-mayor {
    border: 1px solid var(--Chapa_AzulCorporativo);
    border-radius: 15px;
    padding: 5px 10px;
    justify-content: center;
    align-items: end;
}

.contenedor-monto-mayor img {
    margin-left: 5px;
}

.contenedor-monto-mayor label {
    color: var(--Chapa_AzulCorporativo);
    font-weight: 700;
    margin-inline: auto;
}

.ChapaNav li a:hover {
    color: var(--Chapa_AzulCorporativo) !important;
    text-decoration: none;
}

.ChapaNav li a:after {
    background-color: var(--Chapa_AzulCorporativo);
}
/*Ajustes para aplicar CupÃ³n*/
.Sin_border_radius-end{
    border-radius: 0px 15px 15px 0px !important;
}

.Sin_border_radius-start{
    border-radius: 15px 0px 0px 15px !important;
}

.Titulo {
    color: var(--Chapa_AzulCorporativo);
    font-weight: bold;
}

.toast {
    font-size: 1.2rem;
}

#toast-container>div {
    opacity: 1;
}

span.text-red-tachado {
    color: var(--Chapa_Rojo) !important;
    text-decoration: line-through;
}

.socios-estrategicos{
    bottom: 0;
    width: calc( 50% - 15%);
    height: 50px;
    left: 0;
    background-color: white;
    padding: 10px 0px 10px 45px;
    border-radius: 0 81px 0 0;
    font-size: 11px;
}

.socios-estrategicos img{
    width: 75px;
    max-height: 100%;
}

.error_404{
    background-color: #C7F3D5;
    padding: 127px 0px;
}

/*Fin*/

@media (max-width: 1025px) {

    .socios-estrategicos img {
        width: 62px;
    }

    .socios-estrategicos {
        width: calc( 50% - 9%);
        height: 50px;
        font-size: 11px;
    }

    .Como_Funciona p {
        padding: 10px 60px;
    }

    .img-float {
        width: 380px;
        right: calc(50% - 140px);
    }

    .container_simulador {
        padding: 10% 0;
        margin-left: 0px;
    }

    .w-60 {
        width: 80%;
        position: absolute;
        right: 0;
        top: calc(50% - 168px);
    }

    body {
        padding-top: 0 !important;
    }

    .Apps .contenedor-apps {
        background-color: var(--Chapa_VerdeCorporativo);
        padding: 20px;
        margin: 30px;
        border-radius: 15px;
    }

    .Apps .label-1 {
        color: var(--Chapa_AzulCorporativo);
        font-size: 8px;
        font-weight: bold;
        line-height: normal;
    }

    .Apps .app-contenedor img {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .Apps h2 {
        font-size: 18px;
    }

    .lst_bancos img {
        width: 93px;
        margin: 0 5px;
    }
}

@media (max-width: 769px) {

    .socios-estrategicos-texto{
        width: 100%;
        background-color: white;
        padding: 10px 20px;
        border-radius: 0;
        font-size: 20px;
        text-align: center;
    }

    .socios-estrategicos{
        width: 100%;
        height: 60px;
        background-color: white;
        padding: 10px 20px;
        border-radius: 0;
        font-size: 11px;
    }
    
    .socios-estrategicos img{
        width: 85px;
    }

    nav.row.list-rrss.px-0.w-auto {
        width: 30% !important;
    }

    .separador-bancos {
        width: 100%;
        background-color: var(--Chapa_Texto);
        height: 1px;
        margin: 10px auto;
    }

    /* .BodyChapa {
        background-color: var(--Chapa_VerdeCorporativo);
    } */

    .container_simulador {
        padding: 20px;
        margin-left: 0;
    }

    .compra-venta {
        font-size: 15px;
    }

    .navbar_chapacambios {
        background-color: var(--Chapa_VerdeCorporativo);
    }

    .fondo {
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .footer .justify-content-lg-center {
        justify-content: left !important;
    }

    .Porque_Elegirnos .img-principal {
        width: 100%;
    }

    .main_footer footer {
        border-top: 1px solid var(--Chapa_FondoIconosFormulario);
    }

    .lst_bancos {
        background-color: var(--Chapa_AzulCorporativo);
        padding: 0 0 30px 0;
    }

    .lst_bancos img {
        width: 85px;
    }

    .title_h1 {
        font-size: 2.5rem;
    }

    .title_h2 {
        font-size: 2.5rem;
    }

    .title_span {
        font-size: 2.5rem;
    }

    .contenedor-monto-mayor img {
        width: 22px;
    }

    .contenedor-monto-mayor label {
        margin-inline: auto;
        font-size: 12px;
    }

    .hero {
        margin: 8rem 0 0 0;
    }

}

@media (max-width: 426px) {

    .socios-estrategicos img{
        width: 70px;
    }

    .socios-estrategicos-texto{
        width: 100%;
        background-color: white;
        padding: 10px 20px;
        border-radius: 0;
        font-size: 15px;
        text-align: center;
    }

    .socios-estrategicos{
        width: 100%;
        height: 50px;
        background-color: white;
        padding: 10px 20px;
        border-radius: 0;
        font-size: 11px;
    }
    
    nav.row.list-rrss.px-0.w-auto {
        width: 50% !important;
    }

    .lst_bancos {
        padding: 0 0 20px 0;
    }

    .lst_bancos img {
        width: 80px;
    }

    .Porque_Elegirnos {
        padding: 30px;
    }

    .Porque_Elegirnos .seguridad {
        margin: 3rem 0;
    }

    .Porque_Elegirnos .precios {
        margin: 3rem 0;
    }

    .Porque_Elegirnos .comodidad {
        margin: 3rem 0;
    }

    .main_footer footer {
        border-top: 1px solid var(--Chapa_FondoIconosFormulario);
    }

    #Venta {
        font-size: 15px;
    }

    #Compra {
        font-size: 15px;
    }

}

@media (max-width: 321px) {

    .socios-estrategicos img{
        width: 60px;
    }

    .socios-estrategicos {
        height: 45px;
    }

    .lst_bancos img {
        width: 70px;
    }

    .lst_bancos h4 {
        font-size: 10px;
    }

    .Como_Funciona p {
        padding: 10px;
    }

}