.cards-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

@media (min-width: 768px) {
    .cards-container {
        gap: 24px;
    }
}

.card-100w-bg-rb {
    width: 100%;
    border-radius: 40px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: rgb(255, 132, 0);
    background: linear-gradient(270deg, #F75314 0%, rgb(180, 0, 140) 50%, #28689E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F75314", endColorstr="#28689E", GradientType=1);
}

@media (min-width: 768px) {
    .card-100w-bg-rb {
        padding: 24px;
    }
}

.card-100w-bg-rb * {
    color: white;
}

.card-50w-bg-rb {
    width: 100%;
    border-radius: 40px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: rgb(255, 132, 0);
    background: linear-gradient(270deg, #F75314 0%, rgb(180, 0, 140) 50%, #28689E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F75314", endColorstr="#28689E", GradientType=1);
    align-self: stretch;
    flex-direction: column;
}

@media (min-width: 576px) {
    .card-50w-bg-rb {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .card-50w-bg-rb {
        padding: 24px;
    }
}

.card-50w-bg-rb * {
    color: white;
}

.container-50w {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .container-50w {
        width: 50%;
    }
}

.card-50w-bg-white {
    width: 100%;
    border-radius: 40px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .card-50w-bg-white {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .card-50w-bg-white {
        padding: 24px;
    }
}

.card-100w-bg-shadow {
    width: 100%;
    border-radius: 40px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: white;
    box-shadow: 8px 4px 24px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .card-100w-bg-shadow {
        max-width: 800px;
        margin-left: 0;
        margin-right: 0;
        padding: 32px;
    }
}

@media (min-width: 768px) {
    .card-100w-bg-shadow {
        padding: 40px;
    }
}

.en-container {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
}

.en-container p {
    font-size: 22px;
    margin: 0;
    line-height: 0.7;
    
}

@media (min-width: 768px) {
    .en-container p {
        font-size: 32px;
    }
}

.en-container img {
    width: 100%;
    max-width: 80px;
    margin-right: 12px;
}

@media (min-width: 768px) {
    .en-container img {
        max-width: 100px;
        margin-right: 24px;
    }
}

.container-between {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 12px 0;
}

@media (min-width: 768px) {
    .container-between {
        margin-bottom: 20px 0;
    }
}

span.bold {
    
    color: white;
}

.button-container {
    width: 100%;
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.button-container a {
    margin: 0 auto;
    text-decoration: none;
    background: linear-gradient(90deg, #fd5b00 0%, #fd8300 100%);
    color: #ffffff;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    line-height: 140%;
    transition: 0.3s;
}

.button-container a:hover {
    background: linear-gradient(90deg, #fd5b00 80%, #fd8300 100%);
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

h2.bajada-despegar {
    width: 100%;
    max-width: 600px;
    
    color: black;
    font-family: "Nunito", sans-serif !important;
    font-size: 24px;
    text-align: center;
    margin: 12px auto;
}

@media (min-width: 768px) {
    h2.bajada-despegar {
        margin: 24px auto;
    }
}

.canje-container {
    width: 95%;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 32px;
}

.canje-container * {
    
}

.canje-container .canje-item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    align-self: stretch;
}

.canje-container .canje-item img {
    width: 32px;
    margin-left: 8px;
}

.canje-container .canje-item p.valor {
    font-size: 24px;
    margin: 0;
    color: #693481;
}

@media (min-width: 576px) {
    .canje-container .canje-item p.valor {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .canje-container .canje-item p.valor {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .canje-container .canje-item p.valor {
        font-size: 48px;
    }
}

.canje-container .canje-item:nth-child(even) {
    justify-content: flex-start;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.canje-container .canje-item:nth-child(odd) {
    justify-content: flex-end;
}

.canje-container .canje-item:nth-child(2) {
    border-top: none;
}

.canje-container .canje-item:nth-child(2) p {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: black;
}

@media (min-width: 768px) {
    .canje-container .canje-item:nth-child(2) p {
        font-size: 30px;
    }
}

.canje-container .canje-item:nth-child(even):not(:nth-child(2)) p {
    padding-left: 12px;
    width: 100%;
}

@media (min-width: 576px) {
    .canje-container .canje-item:nth-child(even):not(:nth-child(2)) p {
        padding-left: 16px;
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .canje-container .canje-item:nth-child(even):not(:nth-child(2)) p {
        padding-left: 16px;
        font-size: 40px;
    }
}

.canje-container .canje-item:nth-child(odd):not(:first-child) {
    padding-right: 20px;
    color: red;
    border-top: 1px solid black;
}

@media (min-width: 576px) {
    .canje-container .canje-item:nth-child(odd):not(:first-child) {
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    .canje-container .canje-item:nth-child(odd):not(:first-child) {
        padding-right: 50px;
    }
}

.canje-container .canje-item:first-child p {
    width: 100%;
    text-align: center;
    color: black;
}

.canje-container .canje-item.text-rainbow {
    color: #6e137e;
    background: -webkit-linear-gradient(50deg, rgb(255, 132, 0) 0%, rgb(180, 0, 140) 50%, rgb(0, 90, 229) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.valor-dcto {
    font-size: 100px;
    line-height: 1;
    
    margin: 0;
}

@media (min-width: 576px) {
    .valor-dcto {
        font-size: 120px;
    }
}

@media (min-width: 768px) {
    .valor-dcto {
        font-size: 180px;
    }
}

.simbolos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.simbolos .porc {
    font-size: 60px;
    line-height: 0.8;
    
    margin: 0;
}

@media (min-width: 576px) {
    .simbolos .porc {
        font-size: 70px;
    }
}

@media (min-width: 768px) {
    .simbolos .porc {
        font-size: 120px;
    }
}

.simbolos .dcto {
    font-size: 20px;
    line-height: 0.8;
    
    margin: 0;
}

@media (min-width: 576px) {
    .simbolos .dcto {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .simbolos .dcto {
        font-size: 50px;
    }
}

.destacado {
    
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    width: 100%;
}

@media (min-width: 576px) {
    .destacado {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .destacado {
        font-size: 32px;
    }
}

.normal {
    font-size: 18px;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
}

@media (min-width: 576px) {
    .normal {
        font-size: 20px;
        margin-top: 8px;
    }
}

@media (min-width: 768px) {
    .normal {
        font-size: 32px;
    }
}

.valor-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.valor-container .simbolo {
    font-size: 32px;
    
    margin-right: 4px;
    margin: 0;
    line-height: 1;
}

.valor-container .monto {
    font-size: 56px;
    
    margin-right: 4px;
    margin: 0;
    line-height: 1;
}

.cuotas-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cuotas-container .cuotas {
    font-size: 80px;
    margin: 0;
    
    line-height: 1;
}

@media (min-width: 768px) {
    .cuotas-container .cuotas {
        font-size: 120px;
    }
}

.cuotas-container .cuotas-txt-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.cuotas-container .cuotas-txt-container .cuotas-txt {
    font-size: 40px;
    
    margin: 0;
    line-height: 0.8;
    width: 100%;
}

@media (min-width: 768px) {
    .cuotas-container .cuotas-txt-container .cuotas-txt {
        font-size: 60px;
    }
}

.cuotas-container .cuotas-txt-container .interes {
    font-size: 32px;
    margin: 0;
    line-height: 0.8;
    
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .cuotas-container .cuotas-txt-container .interes {
        font-size: 40px;
    }
}

.valor-dcto {
    font-size: 100px;
    line-height: 1;
    
    margin: 0;
}

@media (min-width: 576px) {
    .valor-dcto {
        font-size: 120px;
    }
}

@media (min-width: 768px) {
    .valor-dcto {
        font-size: 180px;
    }
}

.simbolos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.simbolos .porc {
    font-size: 60px;
    line-height: 0.8;
    
    margin: 0;
}

@media (min-width: 576px) {
    .simbolos .porc {
        font-size: 70px;
    }
}

@media (min-width: 768px) {
    .simbolos .porc {
        font-size: 120px;
    }
}

.simbolos .dcto {
    font-size: 20px;
    line-height: 0.8;
    
    margin: 0;
}

@media (min-width: 576px) {
    .simbolos .dcto {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .simbolos .dcto {
        font-size: 50px;
    }
}

.card-100w-bg-shadow h3 {
    margin: 0;
    
}

.card-100w-bg-shadow .container-50w.text-rainbow {
    color: #6e137e;
    background: -webkit-linear-gradient(160deg, rgb(255, 132, 0) 0%, rgb(180, 0, 140) 50%, rgb(0, 90, 229) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: auto;
    margin-right: 20px;
}

.dcto-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dcto-container .porc-dcto-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: -webkit-linear-gradient(right, #ff8400, #b4008c, #005ae5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: auto;
}

.dcto-container .porc-dcto-container .numero {
    
    font-size: 140px;
    line-height: 140px;
}

@media (min-width: 768px) {
    .dcto-container .porc-dcto-container .numero {
        font-size: 180px;
    }
}

.dcto-container .porc-dcto-container .porc {
    
    font-size: 60px;
    line-height: 60px;
}

@media (min-width: 768px) {
    .dcto-container .porc-dcto-container .porc {
        font-size: 100px;
        line-height: 80px;
    }
}

.dcto-container .porc-dcto-container .dcto {
    
    font-size: 40px;
    line-height: 40px;
}

@media (min-width: 768px) {
    .dcto-container .porc-dcto-container .dcto {
        font-size: 50px;
        line-height: 50px;
    }
}

.dcto-container .product-text,
.dcto-container span {
    color: #152f43;
    text-align: center;
    width: 100%;
}

.dcto-container .product-text {
    font-size: 28px;
    
    line-height: 40px;
    margin: 0;
}

@media (min-width: 768px) {
    .dcto-container .product-text {
        font-size: 32px;
    }
}

.dcto-container .product-text span {
    font-weight: 400;
    font-size: 20px;
    line-height: 2px;
}

@media (min-width: 768px) {
    .dcto-container .product-text-title {
        margin-bottom: 24px;
    }
}

.dcto-container .tarjeta-img-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
    background-color: white;
    border-radius: 12px;
    margin: 12px 0;
    padding: 8px 12px 16px 12px;
}

@media (min-width: 768px) {
    .dcto-container .tarjeta-img-container {
        padding: 8px 12px;
        gap: 12px;
    }
}

.dcto-container .tarjeta-img-container img {
    max-width: 40%;
}

.dcto-container .tarjeta-img-container p {
    font-size: 24px;
    
    line-height: 40px;
    margin: 0;
    color: #152f43;
    text-align: center;
    width: auto;
}

@media (min-width: 768px) {
    .dcto-container .tarjeta-img-container p {
        width: auto;
        font-size: 32px;
    }
}

.dcto-container .tarjeta-img-container .img-80 {
    width: 80%;
    max-width: 80%;
}

.dcto-container .product-text-legal {
    text-align: center;
}

.dcto-container .dcto-card-rainbow {
    padding: 20px 32px;
    border-radius: 30px;
    background: rgb(255, 132, 0);
    background: linear-gradient(270deg, #28689E 0%, rgb(180, 0, 140) 50%, #F75314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28689E", endColorstr="#F75314", GradientType=1);
    width: 100%;
    max-width: 500px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-self: stretch;
}

.dcto-container .dcto-card-rainbow .valor-dcto {
    color: white;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 0;
    line-height: 100px;
    font-size: 120px;
}

@media (min-width: 768px) {
    .dcto-container .dcto-card-rainbow .valor-dcto {
        padding: 12px 0;
        line-height: 100px;
        font-size: 160px;
    }
}

.dcto-container .dcto-card-rainbow .valor-dcto p {
    color: white;
}

.dcto-container .dcto-card-rainbow .valor-dcto p.porcent {
    margin: 0;
    
    line-height: 60px;
    font-size: 70px;
}

@media (min-width: 768px) {
    .dcto-container .dcto-card-rainbow .valor-dcto p.porcent {
        line-height: 80px;
        font-size: 110px;
    }
}

.dcto-container .dcto-card-rainbow .valor-dcto p.dcto {
    
    margin: 0;
    line-height: 30px;
    font-size: 32px;
}

@media (min-width: 768px) {
    .dcto-container .dcto-card-rainbow .valor-dcto p.dcto {
        line-height: 40px;
        font-size: 48px;
    }
}

.dcto-container .dcto-card-rainbow .product-text,
.dcto-container .dcto-card-rainbow span {
    color: white;
    text-align: center;
    width: 100%;
}

.dcto-container .dcto-card-rainbow .product-text {
    font-size: 32px;
    
    line-height: 40px;
    margin: 0;
}

.dcto-container .dcto-card-rainbow .product-text span {
    font-weight: 400;
    font-size: 20px;
    line-height: 2px;
}

.dcto-container .dcto-card-shadow {
    padding: 20px 32px;
    border-radius: 30px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    background-color: white;
    width: 100%;
    max-width: 500px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-self: stretch;
}

@media (min-width: 768px) {
    .dcto-container .dcto-card-shadow {
        padding: 28px 32px;
    }
}

.dcto-container .dcto-card-shadow .valor-dcto {
    color: #152f43;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 0;
    line-height: 100px;
    font-size: 120px;
}

@media (min-width: 768px) {
    .dcto-container .dcto-card-shadow .valor-dcto {
        padding: 12px 0;
        line-height: 100px;
        font-size: 160px;
    }
}

.dcto-container .dcto-card-shadow .valor-dcto p {
    color: #152f43;
}

.dcto-container .dcto-card-shadow .valor-dcto p.porcent {
    margin: 0;
    
    line-height: 60px;
    font-size: 70px;
}

@media (min-width: 768px) {
    .dcto-container .dcto-card-shadow .valor-dcto p.porcent {
        line-height: 80px;
        font-size: 110px;
    }
}

.dcto-container .dcto-card-shadow .valor-dcto p.dcto {
    
    margin: 0;
    line-height: 30px;
    font-size: 32px;
}

@media (min-width: 768px) {
    .dcto-container .dcto-card-shadow .valor-dcto p.dcto {
        line-height: 40px;
        font-size: 48px;
    }
}

.dcto-container .dcto-card-shadow .product-text,
.dcto-container .dcto-card-shadow span {
    color: #152f43;
    text-align: center;
    width: 100%;
}

.dcto-container .dcto-card-shadow .product-text {
    font-size: 32px;
    
    line-height: 40px;
    margin: 0;
}

.dcto-container .dcto-card-shadow .product-text span {
    font-weight: 400;
    font-size: 20px;
    line-height: 2px;
}

.dcto-container .dcto-card-shadow .img-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
    background-color: white;
    border-radius: 12px;
    margin: 12px 0;
    padding: 8px 12px 16px 12px;
}

@media (min-width: 768px) {
    .dcto-container .dcto-card-shadow .img-container {
        padding: 8px 12px;
        gap: 12px;
    }
}

.dcto-container .dcto-card-shadow .img-container img {
    max-width: 40%;
}

.dcto-container .dcto-card-shadow .img-container p {
    font-size: 24px;
    
    line-height: 40px;
    margin: 0;
    color: #152f43;
    text-align: center;
    width: auto;
}

@media (min-width: 768px) {
    .dcto-container .dcto-card-shadow .img-container p {
        width: auto;
        font-size: 32px;
    }
}

.dcto-container .dcto-card-shadow .img-container .img-80 {
    width: 80%;
    max-width: 80%;
}

.dcto-container .cuotas-card {
    padding: 20px 32px;
    border-radius: 30px;
    background: rgb(255, 132, 0);
    background: linear-gradient(170deg, #28689E 0%, rgb(180, 0, 140) 50%, #F75314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28689E", endColorstr="#F75314", GradientType=1);
    width: 100%;
    max-width: 370px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-self: stretch;
    min-height: 220px;
}

.dcto-container .cuotas-card .valor-cuota {
    color: white;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 0;
    line-height: 40px;
    font-size: 100px;
}

@media (min-width: 768px) {
    .dcto-container .cuotas-card .valor-cuota {
        padding: 12px 0;
        line-height: 58px;
        font-size: 120px;
    }
}

.dcto-container .cuotas-card .valor-cuota .simbolos .cuotas {
    color: white;
    font-size: 70px;
    
    margin: 0;
}

.dcto-container .cuotas-card .valor-cuota .simbolos .sin {
    color: white;
    font-size: 44px;
    margin: 0;
    
}

.dcto-container .cuotas-card .product-text {
    font-size: 24px;
    
    line-height: 40px;
    margin: 0;
    color: white;
    text-align: center;
}

.cuotas-container {
    color: #6e137e;
    background: -webkit-linear-gradient(left, #ff8400, #b4008c, #005ae5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cuotas-container .nCuotas {
    
    font-size: 120px;
    width: 100%;
    text-align: center;
    margin: 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 100px;
}

.cuotas-container .nCuotas span {
    font-size: 60px;
    width: 40px;
    
}

.cuotas-container .CSI {
    font-size: 42px;
    line-height: 48px;
    margin: 0;
    
    width: 100%;
    text-align: center;
}

.contu-tarjeta {
    font-size: 20px;
    margin: 0;
    text-align: center;
}

.contu-tarjeta strong {
    
}

.product-text-legal {
    text-align: center;
    margin-bottom: 0;
}

.legal-exterior-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.legal-exterior-container p.legal {
    width: 90%;
    max-width: 400px;
    text-align: center;
    
    font-size: 14px;
}

.tarjeta-img-container {
    width: 100%;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tarjeta-img-container img {
    width: 45%;
}

.porc-dcto-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: -webkit-linear-gradient(right, #ff8400, #b4008c, #005ae5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.porc-dcto-container .numero {
    
    font-size: 140px;
    line-height: 140px;
}

@media (min-width: 768px) {
    .porc-dcto-container .numero {
        font-size: 180px;
    }
}

.porc-dcto-container .porc {
    
    font-size: 60px;
    line-height: 60px;
}

@media (min-width: 768px) {
    .porc-dcto-container .porc {
        font-size: 100px;
        line-height: 80px;
    }
}

.porc-dcto-container .dcto {
    
    font-size: 40px;
    line-height: 40px;
}

@media (min-width: 768px) {
    .porc-dcto-container .dcto {
        font-size: 50px;
        line-height: 50px;
    }
}

.cards_pasos>div.paso1::before {
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 12px;
}

@media (min-width: 576px) {
    .cards_pasos>div.paso1::before {
        width: 70px;
        height: 70px;
        top: -10px;
        left: auto;
        right: 16px;
    }
}

.cards_pasos>div.paso2::before {
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 12px;
}

@media (min-width: 576px) {
    .cards_pasos>div.paso2::before {
        width: 100px;
        height: 100px;
        top: -28px;
        left: auto;
        right: 8px;
    }
}

.cards_pasos>div.paso3::before {
    background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/658348459601868-template_beneficio_cine_paso5.png");
    background-repeat: no-repeat;
    width: 60px;
    height: 80px;
    top: 12px;
    left: 12px;
}

@media (min-width: 576px) {
    .cards_pasos>div.paso3::before {
        width: 72px;
        height: 120px;
        top: -28px;
        left: auto;
        right: 16px;
    }
}

@media (min-width: 768px) {
    .cards_pasos>div {
        max-width: 250px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

/* Theme */
main * {
    box-sizing: border-box;
    font-weight: 400;
    color: #0E2536;
}

.landing_desk {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    padding: 40px 24px 100px 24px;
    color: #fff !important;
    flex-direction: column;
    position: relative;
    height: 65dvh;
    min-height: 450px;
    max-height: 450px;
    box-sizing: border-box;
}

.landing_desk::after {
    background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/31160376215492036-landing-beneficios-divider-1.svg");
    background-position: center;
    content: "";
    position: absolute;
    z-index: 0;
    height: 122px;
    right: 0;
    bottom: 0;
    left: 0;
}

.gradiente::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0))*/
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7049194678) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}

.gradientecolor::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(left, #ff8400, #b4008c, #005ae5);
}

.landing_desk>div {
    max-width: 1120px;
    width: 100%;
    margin: auto;
    z-index: 1;
}

.landing_desk>div>div {
    max-width: 480px;
}

.landing_desk>div>div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.landing_mob>div:nth-child(3) {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px 0 20px;
    text-align: center;
}

.landing_mob>div:nth-child(3)>div:nth-child(1) {
    max-width: 650px;
}

.landing_mob>div:nth-child(3)>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* /Theme */
.list_landing {
    list-style: disc outside;
    max-width: 850px;
    font-size: 16px !important;
    line-height: 28px;
}

.cta_txt {
    font-size: 16px;
    line-height: 20px;
}

.landing_mob {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 30px;
}

.landing_mob_img {
    background-position: center right;
    background-size: cover;
    width: 100%;
    height: 28vh;
    max-height: 224px;
    position: relative;
}

.logo_landing_mob {
    display: flex;
    justify-content: center;
    margin-top: -60px;
    width: 100%;
}

@media screen and (min-width: 601px) {
    main h1.tit_ {
        font-size: 38px;
        font-family: "Nunito-Bold" !important;
        line-height: 45px;
        font-weight: 400;
        margin-block-end: 0.3em;
        color: #fff;
    }

    main h2 {
        font-size: 30px;
        font-family: "Nunito-Regular" !important;
        line-height: 30px;
        color: #122E43;
        text-align: center;
    }

    .landing_mob {
        display: none !important;
    }

    .logo_landing_mob {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    main h1.tit_ {
        font-size: 30px;
        line-height: 36px;
        font-family: "Nunito-Bold";
        font-weight: 400;
        color: #122E43;
        margin-top: 0px;
        color: #6e137e;
        background: -webkit-linear-gradient(left, #ff8400, #b4008c, #005ae5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    main h2 {
        font-size: 18px;
        line-height: 22px;
        color: #122E43;
        text-align: center;
    }

    .landing_desk {
        display: none !important;
    }

    .logo_landing_desk {
        display: none !important;
    }

    .logo_landing_mob img {
        width: 150px !important;
        z-index: 1;
    }
}

@media screen and (min-width: 601px) {
    p.sub_ {
        font-size: 22px;
        margin-block-start: 0em;
        color: #fff;
        line-height: 28px;
    }
}

@media screen and (max-width: 600px) {
    p.sub_ {
        font-size: 18px;
        line-height: 24px;
        color: #122E43;
    }
}

.cont_logo_landing_desk {
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
    z-index: 1;
}

.logo_landing_desk {
    display: flex;
    justify-content: center;
    position: absolute;
    margin-top: -200px;
    right: 0px;
}

.logo_landing_desk img {
    max-width: 220px;
}

/* prueba fondo */
#bannerdinamico {
    background-position: top;
}

.fondonuevo1 {
    background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/5432837725332955-landing-beneficios-hero-2.webp") !important;
}

.fondonuevo2 {
    background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/0669401775925893-template_beneficio_cine_hero_nuevo.webp") !important;
}

.fondonuevo3 {
    background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/6444123493966007-template_beneficio_cine_hero_sirenita.webp") !important;
}

/* prueba fondo */
.fondo_color_celeste {
    background-color: #F6F9FC;
}

.fondo_color_blanco {
    background-color: #FFF;
}

.tit_>span {
    display: inline-block;
    background-color: #fff;
    color: #FF7A02;
    font-size: 99px;
    font-family: "Nunito-Bold";
    border-radius: 200px;
    line-height: 7.4rem;
    padding: 0px 24px;
    letter-spacing: -0.1rem;
    position: relative;
    margin-bottom: 10px;
}

.tit_>span>span {
    font-family: "Nunito-Bold";
    font-size: 46px;
    display: inline-block;
    line-height: 2.3rem;
    margin-left: 5px;
    color: #FF7A02;
}

.tit_>span:after {
    background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/7597626911204032-template_beneficio_cine_ameba.webp");
    background-size: 83px 143px;
    width: 83px;
    height: 143px;
    content: "";
    position: absolute;
    right: -14px;
    bottom: 22px;
    margin-bottom: 10px;
}

.cont_max_ancho {
    margin: 0px auto;
    max-width: 1170px;
    padding: 40px 24px;
}

main h3 {
    font-size: 38px;
    text-align: center;
    margin-block-start: 0.3em;
    margin-block-end: 1.8em;
    font-family: "Nunito-Bold";
}

.cards_pasos {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

.cards_pasos>div {
    background-color: #fff;
    flex: 1;
    min-width: 198px;
    max-width: 198px;
    padding: 60px 12px 24px 12px;
    font-size: 14px;
    border-radius: 16px;
    position: relative;
    filter: drop-shadow(0px 25px 18px rgba(96, 128, 159, 0.031372549));
    min-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cards_pasos>div h3 {
    font-size: 24px;
    text-align: left;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #2F5776;
    font-family: "Nunito-Bold";
}

.cards_pasos>div p {
    margin-block-start: 8px;
    margin-block-end: 0px;
    color: #587592;
}

.cards_pasos>div p strong {
    color: #587592;
}

.color_default {
    color: #FF7A02;
}

.cards_pasos>div::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0px 25px 18px rgba(96, 128, 159, 0.1882352941));
}

main .cta {
    background: linear-gradient(230deg, #0E2536 60.8%, #B3CAE0 106.48%);
    color: #fff;
    padding: 24px 24px 24px 240px;
    font-size: 14px;
    border-radius: 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

main .cta::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-position: center;
    background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/170170658332208-template_beneficio_cine_tarjetas.webp");
    width: 199px;
    height: 96px;
    left: -14px;
    bottom: 12px;
    z-index: 2;
}

main .cta::after {
    content: "";
    position: absolute;
    width: 8px;
    top: 2px;
    bottom: 2px;
    left: 0;
    background: linear-gradient(0deg, #FC671F 0%, #A40089 50.2%, #2463B2 95.79%);
    border-radius: 8px 0px 0px 8px/20px 0px 0px 20px;
    z-index: 1;
}

main .cta_titulo h3 {
    font-size: 24px;
    line-height: 100%;
    font-family: "Nunito-ExtraBold" !important;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #fff;
    text-align: left;
}

main .cta_caracteristicas {
    display: flex;
}

main .cta_caracteristicas>div {
    width: 107px;
    padding: 0px 4px;
    font-size: 14px;
}

main .cta_caracteristicas span {
    display: block;
    text-align: center;
    font-family: "Nunito-SemiBold" !important;
    color: #fff;
}

main .cta_boton {
    border-radius: 8px;
    max-height: 56px;
    overflow: hidden;
    padding: 16px 32px;
    text-decoration: none;
    /* animacion boton */
    background-size: 400% 100%;
    animation: gradient 1s ease-in-out infinite;
    transition: all 400ms;
    position: relative;
    z-index: 2;
}

main .cta_boton:link,
main .cta_boton:visited {
    font-size: 18px;
    font-family: "Nunito-Bold";
}

main .cta_boton:hover,
main .cta_boton:active {
    padding: 16px 32px 20px 32px;
    transform: scale(1.05);
    /* animacion boton */
    background-size: 400% 100%;
    animation: gradient 400ms ease infinite;
    display: inline-block;
}

main .cta_boton::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.gratiente_1 {
    color: #FF7323;
}

.gratiente_2 {
    color: #FC6425;
}

.gratiente_3 {
    color: #F4592A;
}

.gratiente_4 {
    color: #E84735;
}

.gratiente_5 {
    color: #DC3641;
}

.gratiente_6 {
    color: #D2284F;
}

.gratiente_7 {
    color: #C81A5E;
}

.gratiente_8 {
    color: #BE0F6E;
}

.gratiente_9 {
    color: #AF0080;
}

.gratiente_10 {
    color: #93118D;
}

.gratiente_11 {
    color: #7E1896;
}

.gratiente_12 {
    color: #6B20A0;
}

.gratiente_13 {
    color: #532BAC;
}

.gratiente_14 {
    color: #3C34B8;
}

.gratiente_15 {
    color: #283EC4;
}

.gratiente_16 {
    color: #1647CF;
}

.gratiente_17 {
    color: #004FD9;
}

.gratiente_1,
.gratiente_2,
.gratiente_3,
.gratiente_4,
.gratiente_5,
.gratiente_6,
.gratiente_7,
.gratiente_8,
.gratiente_9,
.gratiente_10,
.gratiente_11,
.gratiente_12,
.gratiente_13,
.gratiente_14,
.gratiente_15,
.gratiente_16,
.gratiente_17 {
    font-family: "Nunito-Bold";
}

main .tit_gradient {
    color: #6e137e;
    background: -webkit-linear-gradient(left, #ff8400, #b4008c, #005ae5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: "Nunito-Bold";
    margin-top: 12px;
}

main .cards_compras {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

main .cards_compras p,
main .cards_compras strong {
    color: #B3CAE0;
}

main .cards_compras strong {
    color: #fff;
}

main .cards_compras p a {
    color: #FF7A02;
    text-decoration: none;
    font-family: "Nunito-Bold";
}

main .cards_compras p a:hover {
    text-decoration: underline;
}

main .cards_compras p a:focus {
    color: #007ACB;
    text-decoration: underline;
}

main .cards_compras>div {
    background: linear-gradient(230deg, #0E2536 60.8%, #B3CAE0 106.48%);
    color: #fff;
    flex: 1;
    min-width: 540px;
    max-width: 540px;
    padding: 24px 24px 24px 200px;
    font-size: 14px;
    border-radius: 16px;
    position: relative;
}

main .cards_compras>div::after {
    content: "";
    position: absolute;
    width: 8px;
    top: 2px;
    bottom: 2px;
    left: 0;
    background: linear-gradient(0deg, #FC671F 0%, #A40089 50.2%, #2463B2 95.79%);
    border-radius: 8px 0px 0px 8px/20px 0px 0px 20px;
}

main .cards_compras>div::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0px 25px 18px rgba(96, 128, 159, 0.1882352941));
}

main .cards_compras>div.compra1::before {
    background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/5134611096438682-template_beneficio_cine_compra1.webp");
    width: 184px;
    height: 157px;
    left: 0px;
    bottom: 14px;
}

main .cards_compras>div.compra2::before {
    background-image: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/5833621945364802-template_beneficio_cine_compra2.webp");
    width: 156px;
    height: 148px;
    left: 24px;
    bottom: 14px;
    background-repeat: no-repeat;
}

.cards_compras>div h3 {
    font-size: 22px;
    text-align: left;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #fff;
}

.interesar_landing {
    padding: 40px 20px 20px 20px;
}

.interesar_landing h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

main .interesar_landing h3 {
    margin-block-start: 0em;
    margin-block-end: 1em;
}

.con_pun_gana {
    display: flex;
    gap: 40px;
    flex-direction: row;
    justify-content: center;
    padding: 0px 0px 50px 0px;
}

.con_pun_gana .card_pun_gana {
    display: flex;
    box-shadow: 0 12px 20px -2px rgba(96, 128, 159, 0.15);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    min-height: 140px;
}

.con_pun_gana .card_pun_gana img {
    width: 76px;
}

.con_pun_gana .card_pun_gana .linea {
    border-left: 1px solid #edeff1;
}

.con_pun_gana .card_pun_gana .texto {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 16px 24px 16px 16px;
}

.contiene_img_card {
    background-color: #F6F9FC;
    padding: 32px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blend-mode-darken {
    mix-blend-mode: darken;
}

.con_pun_gana .card_pun_gana .texto p {
    font-size: 16px;
    color: #60809F;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    margin-bottom: 2px;
}

.con_pun_gana .card_pun_gana .texto h3 {
    font-family: "Nunito-Bold";
    font-weight: 400;
    color: #122E43;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 12px;
}

.con_pun_gana .card_pun_gana .texto .btn a {
    font-family: "Nunito-Bold";
    color: #122E43;
    height: 56px;
    border-radius: 8px;
    background: linear-gradient(180deg, #F6F9FC 0%, #E3EDF7 100%);
    box-shadow: inset 0px -2px 0px #FFFFFF;
    border: 1px solid #B3CAE0;
    text-decoration: none;
    padding: 10px 16px;
    font-size: 14px;
}

.con_pun_gana .card_pun_gana .texto .btn a:hover {
    background: linear-gradient(360deg, #B3CAE0 0%, #D0E1F1 100%);
    box-shadow: inset 0px -2px 0px #E3EDF7;
}

.con_pun_gana .card_pun_gana .texto .btn a:focus {
    background: linear-gradient(180deg, #F6F9FC 0%, #E3EDF7 100%);
    border: 1px solid #D0E1F1;
    box-shadow: 0px 0px 0px 1px #E8F5FF, 0px 0px 4px 3px rgba(24, 160, 251, 0.8), inset 0px -2px 0px #FFFFFF;
}

.landing_beneficios_txt_legal {
    font-size: 14px;
    color: #587592;
    text-align: justify;
}

.con_pun_gana .card_pun_gana .texto h3 {
    font-size: 16px;
    margin-block-end: 0.4em;
    text-align: left;
    line-height: 20px;
}

.con_pun_gana .card_pun_gana .texto p {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 17px;
}

main .cards_pasos a {
    text-decoration: none;
}

main .cards_pasos a strong {
    color: #18A0FB;
    color: #FF7A02;
}

main .cards_pasos a:hover strong {
    text-decoration: underline !important;
}

main .cards_pasos a:focus strong {
    color: #007ACB;
    text-decoration: underline !important;
}

/* Mobile */
@media screen and (max-width: 1070px) {
    main .cards_compras>div {
        min-width: 100%;
        padding: 24px;
    }

    main .cards_compras>div.compra1::before,
    main .cards_compras>div.compra2::before {
        display: none;
    }

    main .cta {
        flex-direction: column;
        padding: 70px 24px 32px 24px;
        min-height: 300px;
    }

    main .cta::before {
        left: auto;
        bottom: auto;
        top: -20px;
        width: 159px;
        height: 76px;
    }

    main .cta_titulo h3 {
        font-size: 20px;
    }

    main .cta_caracteristicas>div {
        width: 100px;
    }

    .not_mobile {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    main h3 {
        font-size: 24px;
        line-height: 26px;
    }

    main .cards_pasos h3 {
        font-size: 16px;
        line-height: 10px;
    }

    .cards_pasos {
        flex-direction: column;
    }

    .cards_pasos>div {
        min-width: inherit;
        max-width: inherit;
        padding: 24px 12px 24px 80px;
    }

    .con_pun_gana {
        flex-direction: column;
        padding: 40px 20px;
        gap: 25px;
    }

    .landing_mob {
        padding-bottom: 40px;
    }

    .tit_>span:after {
        display: none;
    }

    .tit_>span {
        font-size: 75px;
        line-height: 60px;
        color: #6e137e;
        background: -webkit-linear-gradient(left, #ff8400, #b4008c, #005ae5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .tit_>span>span {
        font-size: 30px;
        line-height: 1.8rem;
        text-align: left;
    }

    .cards_pasos {
        gap: 16px;
    }

    main .interesar_landing h3 {
        margin-block-start: 0em;
        margin-block-end: 0em;
    }

    .con_pun_gana .card_pun_gana img {
        width: 60px;
    }

    main .tit_gradient {
        margin-top: 12px;
    }
}

/* Banner png + gradiente */
.landing_desk {
    background-repeat: no-repeat;
}

@media (max-height: 880px) and (min-width: 1070px) {
    .landing_desk {
        background-size: contain;
    }
}

@media (min-height: 880px) and (min-width: 1070px) {
    .landing_desk {
        background-size: cover;
    }
}

@media (min-height: 880px) and (min-width: 1400px) {
    .landing_desk {
        background-size: contain;
    }
}

@media (min-height: 720px) and (min-width: 1070px) {
    .landing_desk {
        background-size: cover;
    }
}

@media (min-height: 720px) and (min-width: 1140px) {
    .landing_desk {
        background-size: contain;
    }
}

.txt_tope {
    text-align: center;
    color: #587592;
    margin-top: 40px;
}

/* Boton compartir */
.btn_compartir_contenedor {
    display: inline-block;
}

.btn_compartir_contenedor a {
    display: flex;
    color: #122E43;
    font-family: "Nunito-Bold";
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0px 16px;
    border-radius: 6px;
    text-decoration: none;
    gap: 8px;
}

.btn_compartir_contenedor a:link,
.btn_compartir_contenedor a:visited {
    border: 1px solid #B3CAE0;
    background: linear-gradient(180deg, #F6F9FC 0%, #E3EDF7 100%);
    box-shadow: 0px -2px 0px 0px #FFF inset;
}

.btn_compartir_contenedor a:hover,
.btn_compartir_contenedor a:active {
    border: 1px solid #B3CAE0;
    background: linear-gradient(0deg, #B3CAE0 0%, #D0E1F1 100%);
    box-shadow: 0px -2px 0px 0px #E3EDF7 inset;
}

.btn_compartir_contenedor a:focus {
    outline: 1px solid #D0E1F1;
    background: linear-gradient(180deg, #F6F9FC 0%, #E3EDF7 100%);
    box-shadow: 0px -2px 0px 0px #FFF inset, 0px 0px 4px 3px rgba(24, 160, 251, 0.8), 0px 0px 0px 1px #E8F5FF;
}

.btn_compartir_contenedor a::after {
    content: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/3732819619767622-ico_btn_secundary_whatsapp-2.svg");
    line-height: 45px;
}

/* Bread */
main {
    position: relative;
}

.contenedor_landing_bread {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.landing_bread {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 60%);
    cursor: default;
}

.landing_bread>div {
    max-width: 1348px;
    margin: 0px auto;
    display: flex;
    height: 40px;
    align-items: center;
    font-size: 14px;
    padding: 0px 24px;
}

.landing_bread a {
    color: #fff;
    opacity: 1;
    text-decoration: none;
    font-family: "Nunito-Bold";
}

.landing_bread_items>div {
    color: #fff;
    display: flex;
    align-items: center;
}

.landing_bread_items {
    display: flex;
}

.landing_bread_items>div:before {
    content: url("https://staticresourcesfiles.blob.core.windows.net/content/wpub/static/7136914386155988-template_beneficio_breadcrumb_arrow_right.svg");
    margin: 0px 8px;
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: cover;
    display: inline-block;
    transform: rotate(180deg);
}

@media (max-width: 720px) {
    .landing_bread {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 60%);
    }
}

/* /Bread */
.header_rb_bg {
    background-image: url(img/ameba_banner.webp);
    background-size: cover;
    background-position: center;
}

main * {
    font-family: "Nunito", sans-serif !important;
}

.lr-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

@media (min-width: 768px) {
    .lr-container {
        gap: 16px;
    }
}

.lr-bajada-img-100-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.lr-bajada-img-100-container img.lr-tarjeta_black {
    max-width: 60%;
}

@media (min-width: 576px) {
    .lr-bajada-img-100-container img.lr-tarjeta_black {
        max-width: 80%;
    }
}

@media (min-width: 768px) {
    .lr-bajada-img-100-container img.lr-tarjeta_black {
        max-width: none;
    }
}

div.lr-container__img-card {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

div.lr-container__img-card img {
    width: 100%;
}

.fondo_color_celeste .lr-container h2.lr-bajada {
    font-family: "Nunito", sans-serif !important;
    font-size: 24px;
    
    max-width: 90%;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .fondo_color_celeste .lr-container h2.lr-bajada {
        font-size: 32px;
        margin-top: 32px;
    }
}

@media (min-width: 768px) {
    .fondo_color_celeste .lr-container h2.lr-bajada {
        font-size: 42px;
        margin-top: 60px;
    }
}

.lr-c__pagando-con {
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.lr-c__pagando-con__text {
    color: black;
    margin: 0;
    font-size: 24px;
}

@media (min-width: 768px) {
    .lr-c__pagando-con__text {
        font-size: 32px;
    }
}

.lr-c__pagando-con__rb-text-c {
    color: red;
    margin: 0;
    font-size: 24px;
    
    max-width: 90%;
    color: #6e137e;
    background: -webkit-linear-gradient(180deg, rgb(255, 132, 0) 0%, rgb(180, 0, 140) 50%, rgb(0, 90, 229) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
    .lr-c__pagando-con__rb-text-c {
        max-width: none;
        font-size: 32px;
    }
}

.legal_after_card p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    
}

@media (min-width: 576px) {
    .legal_after_card p {
        font-size: 20px;
    }
}

.lr-container .cards__online-presencial {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lr-container .cards__online-presencial .card {
    width: 45%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-self: stretch;
    padding: 24px;
    text-align: center;
    border-radius: 32px;
}

.lr-container .cards__online-presencial .card img {
    height: 120px;
}

.lr-container .cards__online-presencial .card h4 {
    font-size: 32px;
    
    margin-bottom: 12px;
    margin-bottom: 4px;
    margin-top: 12px;
}

.lr-container .cards__online-presencial .card p {
    font-size: 18px;
    
}




@media (max-width: 576px) {
    .lr-container .cards__online-presencial {
        flex-direction: column;
        align-content: center;
        gap: 40px;
    }
    .lr-container .cards__online-presencial .card {
        width: 100%;
    }
}


.card_logo {
    border-radius: 0px !important;
}
