:root {
    --primary-color: #0A1F44;
    --primary-color-50: #848FA2;
    --primary-color-30: #B5BCC7;
    --primary-color-5: #F4F6F8;
    --secondary-color: #A67C00;
    --secondary-color-80: #B89633;
    --secondary-color-70: #C1A34D;
    --secondary-color-60: #CAB066;
    --secondary-color-50: #D2BE80;
    --white-color: #ffffff;
    --text-color: #3E4C59;
    --fs-d-1: 3.25rem;
    --fs-d-2: 2.625rem;
    --fs-d-3: 2rem;
    --fs-d-4: 1.5rem;
    --fs-d-5: 1.25rem;
    --fs-d-6: 1rem;
    --fs-d-lead: 1.3125rem;
    --fs-d-p: 1.125rem;
    --fs-m-1: 2.25rem;
    --fs-m-2: 1.875rem;
    --fs-m-3: 1.5rem;
    --fs-m-4: 1.25rem;
    --fs-m-5: 1rem;
    --fs-m-6: 0.875rem;
    --fs-m-lead: 1.0625rem;
    --fs-m-p: 1rem;
    --lh-d-1: 3.875rem;
    --lh-d-2: 3.125rem;
    --lh-d-3: 2.625rem;
    --lh-d-4: 2rem;
    --lh-d-5: 1.75rem;
    --lh-d-6: 1.625rem;
    --lh-d-lead: 2.1rem;
    --lh-d-p: 1.6875rem;
    --lh-m-1: 2.6875rem;
    --lh-m-2: 2.25rem;
    --lh-m-3: 1.9375rem;
    --lh-m-4: 1.6875rem;
    --lh-m-5: 1.375rem;
    --lh-m-6: 1.25rem;
    --lh-m-lead: 1.6875rem;
    --lh-m-p: 1.5rem;
    --bold: 700;
    --regular: 400;
    --light: 300;
}

body {
    font-family: 'Lato';
}

.btn-secondary {
    display: inline-flex;
    padding: 1.25rem 0.9375rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    box-shadow: none;
    color: #FFFFFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 15rem;
    height: 3.8rem;
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        border: 2px solid var(--primary-color);
        background: var(--primary-color);
        color: #FFFFFF;
        box-shadow: none;
    }

h2 {
    font-size: var(--fs-m-2);
    font-weight: var(--bold);
}

@media (min-width: 768px) {
    h2 {
        font-size: var(--fs-d-2);
    }
}

.color-primary {
    color: var(--primary-color);
}

.color-secondary {
    color: var(--secondary-color);
}

.color-text-default {
    color: var(--text-color);
}

.subtitle-s-3 {
    font-size: var(--fs-m-3);
    line-height: var(--lh-m-3);
}

@media (min-width: 768px) {
    .subtitle-s-3 {
        font-size: var(--fs-d-3);
        line-height: var(--lh-d-3);
    }
}

.p-ld {
    font-size: var(--fs-m-lead);
    line-height: var(--lh-m-lead);
    font-weight: var(--regular);
}

@media (min-width: 768px) {
    .p-ld {
        font-size: var(--fs-d-lead);
        line-height: var(--lh-d-lead);
    }
}

.cards-grid {
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
}

@media (min-width: 992px) {
    .cards-grid {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        flex-direction: column;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .cards-grid {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.cards-grid p {
    margin-left: 12px;
}

@media (min-width: 992px) {
    .cards-grid p {
        margin-left: 0px;
        margin-top: 10px;
    }
}

.card-grid-bg-1 {
    background-color: #F4F5F7;
}

.card-grid-bg-2 {
    background-color: #ECEEF1;
}

.card-grid-bg-3 {
    background-color: #E5E8EB;
}

.card-grid-bg-4 {
    background-color: #DEE1E6;
}

.text-bold {
    font-weight: var(--bold);
}

.close-subtitle {
    padding: 15px;
    background-color: var(--primary-color-50);
}

@media (min-width: 992px) {
    .img-container-cards {
        background: url("../../../assets/optimaxElite/img/no-es-el-producto.jpg") bottom right / cover no-repeat;
    }
}

.section-default {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .section-default {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.dark-section {
    background-color: var(--primary-color);
}

.card-row {
    margin-bottom: 80px;
}

.card-bg {
    height: 320px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

@media (min-width: 576px) {
    .card-bg {
        height: 380px;
        margin: 0px 40px;
    }
}

@media (min-width: 768px) {
    .card-bg {
        height: 420px;
        margin: 0px;
        padding: 20px 15px;
    }
}

@media (min-width: 1200px) {
    .card-bg {
        margin: 0 15px;
    }
}

@media (min-width: 1400px) {
    .card-bg {
        margin: 0 25px;
    }
}

.card-bg p {
    z-index: 1;
    font-size: var(--fs-m-4);
    line-height: var(--lh-m-4);
}

@media (min-width: 768px) {
    .card-bg p {
        font-size: var(--fs-d-4);
        line-height: var(--lh-d-4);
    }
}

.gradient-overlay {
    background: linear-gradient(180deg, rgba(34, 53, 87, 0.00) 0%, #223557 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.boton {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(10, 31, 68, 0.25);
    transition: background-color 0.5s ease;
    align-items: center;
}

@media (min-width: 768px) {
    .boton {
        font-size: 21px;
        line-height: 24px;
        padding: 20px 50px;
        width: fit-content;
    }
}

.boton.secundario {
    background: var(--secondary-color);
    color: var(--white-color);
}

    .boton.secundario:hover {
        background: var(--secondary-color-50);
        box-shadow: unset;
    }

.estrategia-patrimonial {
    background: url("../../../assets/optimaxElite/img/bg-estrategia-patrimonial.jpg") center / cover no-repeat;
}

h3 {
    font-size: var(--fs-m-3);
    line-height: var(--lh-m-3);
    font-weight: var(--bold);
}

@media (min-width: 768px) {
    h3 {
        font-size: var(--fs-d-3);
        line-height: var(--lh-d-3);
    }
}

.boton svg {
    font-size: 21px;
    margin-right: 5px;
}

.boton.primario {
    background-color: var(--primary-color);
    color: var(--white-color);
}

    .boton.primario:hover {
        background-color: var(--primary-color-50);
        box-shadow: unset;
    }

.primary-light-section {
    background-color: var(--primary-color-5);
}

.fw-text-light {
    font-weight: var(--light);
}

.fw-text-regular {
    font-weight: var(--regular);
}

.card-img-data {
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0px -8px 20px 0px rgba(0, 0, 0, 0.20);
}

.card-img-container {
    height: 220px;
}

.card-img-text-container {
    background-color: var(--secondary-color-70);
    padding: 20px 0 30px 0;
    color: var(--white-color);
}

.card-img-data:first-child .card-img-text-container {
    background-color: var(--secondary-color-60);
}

.card-img-data:last-child .card-img-text-container {
    background-color: var(--secondary-color-80);
}

.number-data {
    font-weight: var(--light);
    font-size: var(--fs-d-1);
    line-height: var(--lh-d-1);
}

.number-label {
    font-weight: var(--bold);
    font-size: var(--fs-d-3);
    line-height: var(--lh-d-3);
}

.text-ref {
    font-weight: var(--bold);
    font-size: var(--fs-d-4);
    line-height: var(--lh-d-4);
}

.cards-img-row {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
}

.add-icon {
    display: flex;
    background-color: var(--primary-color);
    color: var(--white-color);
    position: absolute;
    font-size: 25px;
    padding: 5px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    top: -17.5px;
}

@media (min-width: 992px) {
    .add-icon {
        left: -17.5px;
        transform: translateX(0);
        top: 55%;
    }
}

.card-icon-bgdark {
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    color: var(--white-color);
}

@media (min-width: 768px) {
    .card-icon-bgdark {
        flex-direction: column;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .card-icon-bgdark {
        box-shadow: -8px 0px 20px 0px rgba(0, 0, 0, 0.20);
    }
}

h4 {
    font-size: var(--fs-m-4);
    line-height: var(--lh-m-4);
    font-weight: bold;
}

radio-title {
    font-size: var(--fs-m-4);
    line-height: var(--lh-m-4);
    font-weight: bold;
}

@media (min-width: 768px) {
    h4 {
        font-size: var(--fs-d-4);
        line-height: var(--lh-d-4);
    }
}

@media (min-width: 768px) {
    radio-title {
        font-size: var(--fs-d-4);
        line-height: var(--lh-d-4);
    }
}

@media (min-width: 992px) {
    .cards-img-row {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .card-img-data {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .allianz-description {
        padding: 0 85px;
    }
}

@media (min-width: 1200px) {
    .allianz-description {
        padding: 0 155px;
    }
}

@media (min-width: 1400px) {
    .allianz-description {
        padding: 0 245px;
    }
}

.section-banner {
    padding: 60px 0;
}

.banner {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .banner.protege-tu-familia {
        background: url("../../../assets/optimaxElite/img/banner-bg-patrimonio-responsive.jpg") center / cover no-repeat, var(--primary-color);
    }

@media (min-width: 992px) {
    .banner.protege-tu-familia {
        background: url("../../../assets/optimaxElite/img/banner-bg-patrimonio.jpg") right / cover no-repeat, var(--primary-color);
    }
}

@media (min-width: 576px) {
    .banner {
        border-radius: 20px;
    }
}

@media (min-width: 768px) {
    .protege-tu-familia h2 {
        padding-left: 30px;
    }
}

.card-light-img {
    display: flex;
    flex-direction: column;
    background-color: var(--white-color);
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
}

@media (min-width: 992px) {
    .card-light-img {
        height: 100%;
    }
}

.card-light-img-container {
    height: 180px;
    border-radius: 20px 20px 0 0;
}

    .card-light-img-container.card-bg-1 {
        background: url("../../../assets/optimaxElite/img/analisis-detallado.jpg") center / cover no-repeat;
    }

.card-light-img-text {
    padding: 15px 20px;
    border-radius: 0 0 20px 20px;
}

.card-light-img-container.card-bg-2 {
    background: url("../../../assets/optimaxElite/img/diseno-a-medida.jpg") center / cover no-repeat;
}

.card-light-img-container.card-bg-3 {
    background: url("../../../assets/optimaxElite/img/monitoreo-constante.jpg") center / cover no-repeat;
}

.profile-container p {
    font-size: var(--fs-m-4);
    line-height: var(--lh-m-4);
    color: var(--text-color);
}

@media (min-width: 768px) {
    .profile-container p {
        font-size: var(--fs-d-4);
        line-height: var(--lh-d-4);
    }
}

.modal-list {
    font-size: var(--fs-m-p);
    line-height: var(--lh-m-p);
}

@media (min-width: 768px) {
    .modal-list {
        font-size: var(--fs-d-p);
        line-height: var(--lh-d-p);
    }
}

a.conoce-mas {
    color: var(--secondary-color);
    font-size: var(--fs-m-p);
    line-height: var(--lh-m-p);
    text-decoration: none;
    font-weight: var(--bold);
}

@media (min-width: 768px) {
    a.conoce-mas {
        font-size: var(--fs-d-p);
        line-height: var(--lh-d-p);
    }
}

.icon-circle {
    background-color: var(--white-color);
    padding: 12px;
    box-shadow: 0px 5px 15px 0px rgba(166, 124, 0, 0.30);
    border-radius: 60px;
    margin-right: 15px;
}

.icon-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 992px) {
    .icon-title {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .icon-title img {
        width: 55px;
        height: 55px;
    }
}

.icon-title p {
    font-size: var(--fs-m-3);
    line-height: var(--lh-m-3);
}

@media (min-width: 1400px) {
    .banner-cotainer {
        padding: 0 60px;
    }
}

.key-words-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
    justify-content: center;
}

@media (min-width: 576px) {
    .key-words-container {
        column-gap: 0;
        row-gap: 0;
        justify-content: space-between;
    }
}

.key-word {
    display: flex;
    box-shadow: 0px 5px 15px 0px rgba(166, 124, 0, 0.30);
    padding: 12px 5px;
    background-color: var(--white-color);
    font-size: 21px;
    line-height: 31px;
    align-items: center;
    border-radius: 10px;
}

.key-word {
    display: flex;
    box-shadow: 0px 5px 15px 0px rgba(166, 124, 0, 0.30);
    padding: 12px 5px;
    background-color: var(--white-color);
    font-size: 21px;
    line-height: 31px;
    align-items: center;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .key-word {
        padding: 12px 20px;
        font-size: var(--fs-d-4);
        line-height: var(--lh-d-4);
    }
}

.card-icon-light {
    padding: 20px;
    background-color: var(--white-color);
    border-radius: 15px;
    box-shadow: 0px 5px 15px 0px rgba(166, 124, 0, 0.30);
}

.icon-card {
    display: flex;
    padding: 20px;
    border-radius: 40px;
    background-color: var(--white-color);
    box-shadow: 0px 5px 15px 0px rgba(166, 124, 0, 0.30);
}

#potenciar-capital .accordion-button::after {
    margin-left: 10px;
}

.accordion-button:not(.collapsed) {
    background-color: var(--primary-color-5);
}

.accordion-button:focus {
    box-shadow: unset;
}

@media (min-width: 768px) {
    #card-1 {
        min-height: 376.8px;
    }
}

@media (min-width: 992px) {
    #card-1, #card-2 {
        min-height: 418.8px;
    }
}

@media (min-width: 1200px) {
    #card-2 {
        min-height: auto;
    }
}

@media (min-width: 1200px) {
    #card-1, #card-3 {
        min-height: 376.8px;
    }
}

.fs-5 {
    font-size: var(--fs-m-5);
    line-height: var(--lh-m-5);
}

@media (min-width: 768px) {
    .fsize-5 {
        font-size: var(--fs-d-5);
        line-height: var(--lh-m-5);
    }
}

.text-acordeon {
    font-size: var(--fs-m-p);
    line-height: var(--lh-m-p);
    color: var(--text-color);
}

@media (min-width: 768px) {
    .text-acordeon {
        font-size: var(--fs-d-p);
        line-height: var(--lh-m-p);
    }
}

.banner-end-l1 {
    color: var(--white-color);
    font-size: var(--fs-m-1);
    font-weight: 300;
    line-height: var(--lh-m-1);
}

.banner-end-l2 {
    color: var(--white-color);
    font-size: var(--fs-m-2);
    font-weight: 400;
    line-height: var(--lh-m-2);
}

@media (min-width: 992px) {
    .banner-end-l1 {
        font-size: var(--fs-d-1);
        line-height: var(--lh-d-1);
    }
}

@media (min-width: 992px) {
    .banner-end-l2 {
        font-size: var(--fs-d-2);
        line-height: var(--lh-d-2);
    }
}

.banner.patrimonio-estrategia {
    background-color: var(--primary-color);
}

.banner.soluciones {
    background-color: var(--primary-color);
    padding: 50px 12px;
}

.list-element-icon {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.card-testimonial {
    padding: 30px;
    background-color: var(--white-color);
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 30px;
}

.testimonio {
    color: var(--text-color);
    font-size: var(--fs-m-4);
    line-height: var(--lh-m-4);
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .testimonio {
        font-size: var(--fs-m-4);
        line-height: var(--lh-m-4);
    }
}

.testimonial-pic {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 992px) {
    .testimonial-pic {
        flex-direction: row;
    }
}

.testimonial-pic img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

.testinmonial-info {
    text-align: center;
}

.testimonial-label {
    font-size: 14px;
    line-height: 21px;
}

.carousel-inner {
    overflow: unset;
}

footer {
    box-shadow: 0px -7px 15px 0px rgba(0, 0, 0, 0.10);
}

.footer-top {
    background-color: var(--white-color);
    padding: 80px 0;
}

.banner.patrimonio-estrategia {
    background: url("../../../assets/optimaxElite/img/bg-optimax-banner-end-mobile.jpg") center bottom / cover no-repeat;
}

@media (min-width: 768px) {
    .banner.patrimonio-estrategia {
        background: url("../../../assets/optimaxElite/img/bg-optimax-banner-end.jpg") right bottom / cover no-repeat;
    }
}

list-inline-item {
    /*margin-right: 80px;*/
}

.footer-bottom {
    background-color: var(--primary-color);
    padding: 15px 0;
}

.banner.soluciones {
    background: url("../../../assets/optimaxElite/img/bg-banner-soluciones-mobile.jpg") center / cover no-repeat;
}

@media (min-width: 576px) {
    .banner.soluciones {
        background: url("../../../assets/optimaxElite/img/bg-banner-soluciones.jpg") center / cover no-repeat;
    }
}

.hero-bg-container {
    background: url("../../../assets/optimaxElite/img/hero-bg.jpg") center / cover no-repeat;
    padding: 50px 0;
}

@media (min-width: 768px) {
    .hero-bg-container {
        padding: 80px 0;
    }
}

@media (min-width: 576px) {
    .hero-bg-container {
        border-radius: 40px;
    }
}

#hero {
    padding: 0;
}

@media (min-width: 576px) {
    #hero {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    #hero {
        padding: 0 40px;
    }
}

h1 {
    font-size: var(--fs-m-1);
    line-height: var(--lh-m-1);
    font-weight: 700;
}

@media (min-width: 768px) {
    h1 {
        font-size: var(--fs-d-1);
        line-height: var(--lh-d-1);
    }
}

.hero-title span {
    font-weight: 400;
}

.hero-subtitle {
    font-size: var(--fs-m-2);
    line-height: var(--lh-m-2);
}

@media (min-width: 768px) {
    .hero-subtitle {
        font-size: var(--fs-d-2);
        line-height: var(--lh-d-2);
    }
}

.form-container {
    padding: 30px 40px;
    background-color: var(--white-color);
    border-radius: 20px;
}

@media (min-width: 992px) {
    .form-container {
        padding: 40px 50px;
    }
}

.btn-form {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--primary-color);
    width: 100%;
}

.btn-form {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--primary-color);
    width: 100%;
}

.hero-icons {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
    color: var(--white-color);
    font-size: var(--fs-m-5);
    align-items: center;
    line-height: var(--lh-m-5);
}

@media (min-width: 992px) {
    .hero-icons {
        flex-direction: row;
        width: 100%;
        text-align: left;
        font-size: 28px;
        line-height: 32px;
        align-content: center;
        font-weight: 300;
    }
}

.hero-icons-cotainer {
    display: flex;
    flex-wrap: wrap;
}

.logo-header {
    max-width: 211px;
}

.navbar {
    padding: 15px 0;
}

.hero-subtitle-3 {
}

.number-form {
    background-color: var(--secondary-color);
    color: var(--white-color);
    width: 34px;
    height: 34px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    font-size: 21px;
    justify-content: center;
    line-height: 21px;
    margin-right: 5px;
}

.radio-input {
    background-color: var(--primary-color-5);
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.inputs-contact-form {
    width: 100%;
}

@media (min-width: 768px) {
    .inputs-contact-form {
        width: 48%;
    }
}

.radio-container {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.10);
}

.contact-text {
    background: url("../../../assets/optimaxElite/img/contacto-header.jpg") center / cover no-repeat;
    padding: 30px 0;
    border-radius: 0;
}

@media (min-width: 576px) {
    .contact-text {
        border-radius: 40px;
    }
}

@media (min-width: 768px) {
    .contact-text {
        padding: 50px 0;
    }
}

.simulador-header {
    background-color: var(--white-color);
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .simulador-header {
        box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.10);
    }
}

.top-simulador {
    background-color: var(--primary-color-5);
    padding: 25px 0 35px 0;
}

@media (min-width: 992px) {
    .top-simulador {
        background-color: var(--white-color);
        padding: 25px 0 35px 0;
    }
}

.data-text p {
    color: var(--secondary-color);
    text-align: center;
    font-weight: 700;
}

.data-text {
    display: flex;
    min-width: 135px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--white-color);
    box-shadow: 0px 5px 15px 0px rgba(166, 124, 0, 0.30);
}

.label-data-text {
    color: var(--primary-color);
    text-align: center;
    font-weight: 700;
}

.row-data {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.edit-boton {
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: -20px;
    color: var(--white-color);
    text-align: center;
    font-size: 28px;
    border-radius: 48px;
    background: var(--secondary-color);
    box-shadow: 0px 5px 15px 0px rgba(166, 124, 0, 0.30);
}

@media (min-width: 576px) {
    .edit-boton {
        right: 70px;
    }
}

@media (min-width: 768px) {
    .edit-boton {
        right: 170px;
    }
}

.graphic-container {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .graphic-container {
        padding: 0 0 40px 0;
    }
}

.form-lateral {
    padding: 50px 30px 0 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.total-amount {
    color: var(--primary-color);
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;
}

@media (min-width: 992px) {
    .total-amount {
        color: var(--primary-color);
        font-size: 28px;
        font-weight: 300;
        line-height: 42px;
    }
}

.label-amount {
    color: var(--primary-color);
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}

@media (min-width: 992px) {
    .label-amount {
        color: var(--text-color);
        font-size: 24px;
        line-height: 32px;
    }
}

.amounts {
    width: 160px;
}

@media (min-width: 992px) {
    .amounts {
        width: 250.5px;
    }
}

@media (min-width: 1200px) {
    .amounts {
        width: auto;
    }
}

.difference {
    color: var(--text-color);
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 992px) {
    .difference {
        font-size: 23px;
        line-height: 29px;
    }
}

.btn-cotainer {
    display: flex;
    justify-content: center;
}



.modal-BackF2F2F2 {
    background-color: #F2F2F2 !important;
}

/*Modal Error de DB*/
.modal-bodyErrorDB {
    padding: 50px 50px 50px 50px !important;
    text-align: center;
    border-radius: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imgmodal {
    height: 80px;
    width: 77px;
}

.title1ModalErrorDB {
    color: var(--x-primary);
    font-size: 2.75em;
    font-weight: bold;
    line-height: 1.181em;
    margin-top: 10px;
    margin-bottom: 5px;
}

.title2ModalErrorDB {
    font-size: 1.2em;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 27px;
}


/*Modal Loader*/
.modal-loader {
    position: relative !important;
    background-color: rgba(255, 255, 255, 0) !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border: 1px solid #999 !important;
    border: 0px solid rgba(0,0,0,.2) !important;
    border-radius: 6px !important;
    outline: 0 !important;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5) !important;
    box-shadow: 0 0px 0px rgba(0,0,0,.5) !important;
}


.loader2 {
    color: #FFFFFF;
    font-size: 50px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.5s infinite ease, round 1.5s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.title_error {
    color: #f00;
    font-size: .85rem;
    margin-bottom: .4rem;
    margin-top: .1rem;
}
