﻿@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Overpass:ital,wght@0,100..900;1,100..900&family=Permanent+Marker&display=swap');
:root {
    --morado: #7a0046;
    --rosa-palido: #fcdadb;
    --rojo-brillante: #eb4750;
    --naranja: #ed6531;
    --gris: #666666;
    --azul: #0095ff;
}
body{
    scroll-behavior:smooth;
}
b {
    font-family: "Mulish", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}
p, a {
    font-family: "Mulish", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {

    font-family: "Mulish", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height:25px
}
.btn-rojo{
    background: var(--rojo-brillante);
    color:#ffffff;
    transition: all .3s ease-in-out;
}
.btn-azul {
    background: var(--azul);
    color: #ffffff;
    transition: all .3s ease-in-out;
}
.btn-grey {
    background: #999999;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
}
.btn-rojo:hover {
    background: var(--morado);
    color: #ffffff;
}

.btn-azul:hover {
    background: var(--morado);
    color: #ffffff;
}
.btn-grey:hover {
    background: var(--morado);
    color: #ffffff;
}

.prodMeses-6 .btn-azul:hover{
    background: #ed6531;
}
.prodMeses-6 .btn-grey:hover{
    background: #ed6531;
}
 .prodMeses-12 .btn-azul:hover{
    background: #eb4750;
}
.prodMeses-12 .btn-grey:hover {
    background: #eb4750;
}
.cursorPointer {
    cursor: pointer;
    transition: all .3s ease-in-out;
}


.cntntVerProductos div:nth-child(2) a:hover {
    background: #ed6531;
}
.cntntVerProductos div:last-child a:hover {
    background: #eb4750;
}
.cursorPointer:hover {
    transform: scale(1.1)
}
.escoge {
    width: 100%;
    padding: 20px 5px 20px 5px;
    text-align: center;
    background: var(--rosa-palido);
    color: var(--rojo-brillante);
    font-size: 20px;
}
.linea {
    height: 90px;
    width: 30%;
    background: var(--rosa-palido);
    position:absolute;
}
.titulo {
    height: 2.5rem;
    width: 35%;
    color: var(--morado);
    text-align:center;
    font-size: 1.7rem
}

.logo{
    display:flex;
    align-items:center;
    justify-content:center;
}
.logo img{
    width:250px;
    margin-top: -80px;
}
/*.w-col-4{
    width: 33.333%;
}*/
.w-md-75{
    width: 75%;
}
.w-md-15 {
    width: 25%;
}

.tarjetaHeader{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align:center;
}
.tarjetaHeader h6{
    margin-top: 20px;
    font-weight: bold;
    font-size:18px;
}
.tarjetaDescuento{
    position:relative;
}
.tarjetaDescuento svg {
    margin-top: -140px;
    width: 350px;
}
.tarjetaCtnDescuento {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top:-190px;
}
.tarjetaCtnDescuento p {
    color: #ffffff;
    margin: 0; 
}
.textoDescuento {
    font-size: 28px; 
}
.porcentajeDescuento {
    line-height: 60px;
    font-size: 55px;
    font-weight: bold;
}
.tarjetaBody {
    width: 335px;
    padding: 100px 15px 30px 10px;
    margin-top: -20px;
    border-radius: 10px;
    box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.75);
}
.tarjetaBody ul{
    list-style:none;
}
.tarjetaBody ul li{
    margin-bottom:15px;
    color: var(--gris);
    font-size: 16px;
    margin-left: 35px;
    font-weight: 500;
}
.tarjetaBody ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -25px;
    background-image: url('check.svg');
    background-size: contain;
    background-repeat:no-repeat;
}
.textoTarjetaBody{
    text-align:center;
    font-size: 20px;
    font-weight: bold;
}
.btnTarjeta{
    cursor:pointer;
    color: #ffffff;
    padding: 8px 0px;
    border-radius: 8px;
    width:70%;
    text-align:center;
    font-size: 16px;
    margin-top:-18px;
    transition: all .3s ease;
}
.btnTarjeta:hover{
    background: #5b073b;
}
.bord {
    border: none;
    border-bottom: 3px solid var(--morado);
}
.card-header {
    background: transparent;
}
.accordion .card {
    border: none;
    border-bottom: .2rem solid var(--morado);
}
.accordion .card button {
    font-size: 1.4rem;
    color: var(--gris);
    font-weight: 500;
}
footer {
    margin-top: 50px;
    width: 100%;
    background: var(--morado);
    padding: 4rem 0;
}

.elicuiSection footer img {
    filter: brightness(0) invert(1);
    width: 1.7rem
}

.elicuiSection footer p {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 1.5rem
}
.elicuiSection footer a {
    font-size: 1.3rem;
    color: #FFFFFF;
    font-weight: bold;
}
    footer a:hover {
        color: var(--gris);
    }
footer .flex {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 10px;
}
footer img{
    width:16px;
}

.tituloCajaMovil {
    margin-top: 15px;
    background: var(--morado);
    padding: 10px 10px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
.tituloCajaMovil p{
    margin:0;
    color: #ffffff;
    font-weight: bold;
}
.ctnCajaMovil{
    margin-top:15px;
    border: solid 2px var(--morado);
    text-align:center;
    padding:10px;
}
.ctnCajaMovil h5,h6,p{
    color: var(--morado);
    margin: 0;
}
.ctnCajaMovil h5{
    font-size: 30px;
    font-weight: 500;
}
.ctnCajaMovil h5 b{
    font-weight: bold;
}
@media(max-width:1440px) {
    .logo img {
        /*margin-top: 30px;*/
        width:200px;
    }
    .tarjetaBody {
        width: 320px;
    }

}
@media(max-width:1199px){
    .tarjetaCtnDescuento {
        margin-top: -150px;
    }

    .textoDescuento {
        font-size: 16px;
    }

    .porcentajeDescuento {
        line-height: 35px;
        font-size: 45px;
    }

    .tarjetaBody {
        width: 240px;
        margin-top: -40px;
    }
}
@media(max-width:991px) {
    .tarjetaCtnDescuento {
        margin-top: -180px;
    }

    .textoDescuento {
        font-size: 28px;
    }

    .porcentajeDescuento {
        line-height: 60px;
        font-size: 55px;
    }

    .tarjetaBody {
        width: 300px;
        margin-top: -20px;
    }



    .w-md-15 {
        width: 200px;
    }
}
@media(max-width:767px){
    /*.w-col-4 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content:center;
    }*/
    .logo img {
        margin-top: 30px;
    }
    .linea {
        width:100%;
    }
    .titulo {
        width: 100%;
        justify-content: center;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        padding-right:0;
        text-align:center;
    }
    .w-md-75 {
        width: 100%;
    }
    .tarjetaBody {
        width: 330px;
    }
    .btnTarjeta{
        width:300px;
    }
}
@media(max-width:420px){
    .tarjetaDescuento svg {
        width: 100%;
    }
    .tarjetaBody {
        margin-top: -40px;
        width: 96%;
    }
    .btnTarjeta {
        width: 80%;
    }
    .tarjetaCtnDescuento {
        margin-top: -52%;
    }

    .textoDescuento {
        font-size: 18px;
    }

    .porcentajeDescuento {
        line-height: 30px;
        font-size: 35px;
    }
}
@media(max-width:330px) {
   
   

    .tarjetaCtnDescuento {
        margin-top: -56%;
    }

   
}


.popElicuis {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #00000066;
    display: none;
    justify-content: center;
    top: 0;
    left: 0;
    padding: 2rem .5rem 0;
    z-index: 999;
}

.cntntElicuis {
    width: 30rem;
    background-color: #FFFFFF;
    border-radius: 1.2rem;
    height: fit-content
}

.cntntImgEli {
    padding: 1rem;
    max-width: 50%;
}

.cntntImgEli > div {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 0px 1px #00000066;
    cursor: pointer
}

.cntntImgEli > div:hover {
    box-shadow: 0 0 5px 0 #17a2b866
}

.xCloseElic {
    color: #17a2b8;
    font-weight: 600;
    transform: matrix(1.2, 0, 0, 1, 0, 0);
    font-size: 1.5rem;
    height: 1.5rem;
    width: 1rem;
    margin-left: auto;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
    cursor: pointer
}

.overHidden{
    overflow: hidden;
}

/*remake*/
.cntntProdMeses {
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2.5rem 0 0;
    background: linear-gradient(180deg, #e14243 -300%, #FFFFFF 100%);
    
}
.cntntMeses {
    height: 4.5rem;
    width: 100%;
    display: flex;
    justify-content: end;
    font-size: 2rem;
    font-weight: 600;
}

.titleMeses{
    width: 52%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.prodMeses-3 {
    box-shadow: 0 0 0 .1rem #7a0046 inset
}
.prodMeses-6 {
    box-shadow: 0 0 0 .1rem #ed6531 inset
}
.prodMeses-12 {
    box-shadow: 0 0 0 .1rem #eb4750 inset
}

.prodMeses-3 .titleMeses {
    color: #7a0046;
    border-bottom: .1rem solid #7a0046
}
.prodMeses-6 .titleMeses {
    color: #ed6531;
    border-bottom: .1rem solid #ed6531
}
.prodMeses-12 .titleMeses {
    color: #eb4750;
    border-bottom: .1rem solid #eb4750
}

.imgPercentDescuento{
    position: absolute; 
    width: 55%;
    top: 0;
    left: 0;
    z-index: 1
}

.prodsElicuisMeses{
    width: 23rem;
    margin: 0 auto;
    border-radius: 1.4rem;
    background-color: #FFFFFF
}

.numberBenefit{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    justify-content:center;
    align-items: center;
    margin-right: 2rem;
}

.naranja1 {
    color: #eb4750
}
.naranja2 {
    color: #e14243
}


.title1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2
}

.cntntPresentacion {
    box-shadow: 0 0 0rem .15rem #00000030 inset;
}

.parentPresentacion {
    width: fit-content;
    overflow-y: clip;
    box-shadow: 0 0 1.2rem -.8rem #000000;
    background-color: #FFFFFF;
}

.itemPresentacion {
    width: 6.5rem;
    font-size: .9rem;
    height: 4rem;
    padding: 1rem .5rem;
    text-align: center;
    line-height: 1.1;
    font-weight: 600;
    box-shadow: 0rem 0 .9rem -.5rem #000000;
    position: relative;
    z-index: 3;
    border: .01rem solid #00000020;
    cursor: pointer;
    color: #666666;
}

.itemPresentacion.taget {
    color: #e14243;
    background-color: #e1424399
}

.cntntProdSub{
    margin-top: 2rem;
    
}

.topBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 6rem;
    background-color: #e14243;
    height: .5rem
}


.cntntImgProd {
    height: 18rem;
    overflow: hidden;
}

.cntntImgProd img{
    object-fit: none;
    object-position: center -2rem;
}


.nameProdElicuis {
    text-align: center;
    font-size: 1.4rem;
    color: #666666;
    line-height: 1.2;
}

.precioElicuis {
    font-size: 2.2rem;
    color: #0095FF;
    text-align: center;
    margin: .5rem 0 .5rem;
    font-weight: 500
}

.precioElicuis span{
    font-size: 1.7rem
}

.subByMeses {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 500;
    color: #666666;
}

.subByMeses span{
    font-weight: 700;
    color: #555555
}

.cntntProdMeses .btn {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title2 {
    text-align: center;
    padding: 1rem 0;
    color: #910e48;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.2
}

.subtitle2 {
    font-size: 1.4rem;
    text-align: center;
    color: #d4394e;
    font-weight: 600;
}

.cntntVerProductos img{
    width: 21rem;
    margin: 0 .8rem 0;
}

.cntntVerProductos div{
    width: fit-content;
    position: relative;
}

.cntntVerProductos a {
    border: .1rem solid #00000055 !important;
    box-shadow: 0 -.1rem .2rem -.1rem #000000;
    position: absolute;
    font-size: 1.25rem;
    line-height: .8;
    width: 53%;
    height: 20%;
    left: 29.5%;
    bottom: 7.5%;
    border-radius: .3cm;
}
.cntntVerProductos a {
}

.descripcionFuncion1 {
    text-align: center;
    color: #7a0046;
    font-weight: 600;
    font-size: 2rem;
}
.descripcionFuncion2 {
    font-size: 1.15rem;
    color: #666666;
    text-align: center;
    margin: 2rem 0 3rem;
    line-height: 1.2;
}

.numberBenefit {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 1.9rem;
}

.backColor1 {
    background-color: #910e48;
}
.backColor2 {
    background-color: #be2b4c;
}
.backColor3 {
    background-color: #dd5e73;
}

.textFuncion{
    font-size: 1.43rem;
    font-weight: 700
}

div > div:has(.backColor1) ~ .textFuncion  {
    color: #910e48;
}
div > div:has(.backColor2) ~ .textFuncion {
    color: #be2b4c;
}
div > div:has(.backColor3) ~ .textFuncion {
    color: #dd5e73;
}

.btnUp {
    max-width: 100%;
    width: 23rem;
    font-size: 2.2rem;
    height: 4.5rem;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 .6rem;
    font-weight: 600;
    margin-top: 2.5rem;
}

.descripcionMensajeria {
    font-size: 1.1rem;
    font-weight: 500;
    color: #666666;
    padding: 0 1rem
}

.card .card-header{
    position:relative;
    z-index: 1
}

.imgFlecha{
    position: absolute;
    right: 1.2rem;
    top:  50%;
    bottom: 50%;
    width: 2rem;
    margin-top: auto;
    margin-bottom: auto;
    z-index: -1;
   transition-duration: .5s
}

.card:has(.show) .imgFlecha {
    transform: rotateZ(-90deg);
}


.itemPresentacion.selected {
    background: #e1424320;
    color: #e14243;
    box-shadow: 0rem 0 .6rem -.1rem #e1424355 inset;
    transition-duration: .2s
}

/*.cntntPoints{
    height: 3.5rem
}*/

.itemPoint{
    width: 5rem
}

.expiredDate {
    font-size: 1.5rem;
    color: #666666;
    margin: 1rem 0 3rem;
}

.imgsPaqueterias div div{
    display: flex;
    justify-content: center;
    align-items: center

}

.planElicuisBarra {
    background-color: #7a0046;
}
.cntntPointsPlan {
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}

.itemPointPlan{
    display: flex;
    margin-bottom: 2rem;
}
.itemPointPlan div:first-child{
    width: fit-content;
    margin-right: 2rem
}
.itemPointPlan img{
    width: 4.5rem;
}

.itemPointPlan div:last-child {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.itemPointPlan div:last-child span span {
    font-size: 1rem;
    font-weight: 400;
}

.imgSusPlan {
    display: flex;
    justify-content: center;
    position: relative;
    top: -.27cm;
    height: fit-content;
}

.imgSusPlan img{
    width: 32rem;
    height: fit-content
}



@keyframes alternateTono {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .7;
    }
}

.cntntProdMeses:has(.alternateCol) .prodMeses-3 .precioElicuis {
    color: #7a0046;
    animation: alternateTono 1s infinite alternate;
}
.cntntProdMeses:has(.alternateCol) .prodMeses-6 .precioElicuis {
    color: #ed6531;
    animation: alternateTono 1s infinite alternate;
}
.cntntProdMeses:has(.alternateCol) .prodMeses-12 .precioElicuis {
    color: #eb4750;
    animation: alternateTono 1s infinite alternate;
}

.cntntProdMeses:has(.alternateCol) .prodMeses-3.d-none .precioElicuis {
    color: #7a0046;
    animation: none;
}
.cntntProdMeses:has(.alternateCol) .prodMeses-6.d-none .precioElicuis {
    color: #ed6531;
    animation: none;
}
.cntntProdMeses:has(.alternateCol) .prodMeses-12.d-none .precioElicuis {
    color: #eb4750;
    animation: none;
}


@keyframes alternateColor {
    0% {
        background: #7a0046;
        opacity: 1;
    }
    50% {
        background: #ed6531;
        opacity: .5;
    }
    100% {
        background: #eb4750;
        opacity: 1;
    }
}
.alternateCol {
    animation: alternateColor 1s infinite alternate;
}



@media(min-width: 576px){
    .itemPresentacion {
        width: 9.5rem;
        font-size: 1.1rem;
        height: 4.8rem;
        padding: 1rem
    }
    .cntntProdMeses {
        padding: 2.5rem 3rem 0;
    }
    .title1{
        font-size: 1.8rem
    }
    .title2{
        font-size: 2rem
    }
    .subtitle2{
        font-size: 1.65rem
    }
    .descripcionFuncion1 {
        font-size: 2.2rem;
    }
    .btnUp {
        width: 29rem;
        height: 5.5rem;
    }
    .descripcionMensajeria {
        font-size: 1.23rem;
    }
    .titulo{
        font-size: 2rem;
    }
    .accordion .card button {
        font-size: 1.65rem
    }
    .imgSusPlan {
        top: -7.6rem;
        height: 18rem;
    }
    .elicuiSection footer p {
        font-size: 1.7rem;
    }

    .elicuiSection footer a {
        font-size: 1.7rem;
    }

    .elicuiSection footer img {
        width: 1.9rem
    }
}

@media(min-width: 768px){
    .itemPresentacion {
        width: 13rem;
        font-size: 1.5rem;
        height: 5.8rem;
    }
    .title2 {
        padding: 1rem 0;
        font-size: 2.35rem
    }
    .title1 {
        font-size: 2.1rem;
    }
    .subtitle2{
        font-size: 1.8rem
    }
    .descripcionMensajeria {
        font-size: 1.35rem;
    }
    .titulo{
        font-size: 2.2rem;
        height: 5rem
    }
    .accordion .card button {
        font-size: 1.65rem
    }

    .elicuiSection footer p {
        font-size: 2rem;
    }

    .elicuiSection footer a {
        font-size: 2rem;
    }
    .elicuiSection footer img {
        width: 2.2rem
    }
}

@media(min-width:992px){

    .cntntProdMeses {
        flex-direction: row-reverse;
        width: fit-content;
        background: linear-gradient(180deg, #e14243 -120%, #FFFFFF 42%);
    }
    .prodsElicuisMeses {
        margin: 0 .5rem;
    }
    .itemPresentacion {
        width: 16rem;
        font-size: 1.8rem;
        height: 6.5rem;
    }
    .title1{
        font-size: 2.65rem
    }
    .title2{
        font-size: 2.7rem;
        padding: 3rem 0 1rem;
    }
    .subtitle2{
        font-size: 2.2rem
    }
    .descripcionMensajeria{
        font-size: 1.75rem
    }
    
    .cntntProdSub{
        margin-top: 5rem;
    }
    .descripcionMensajeria {
        font-size: 1.4rem;
    }
    .titulo{
        font-size: 2.5rem
    }
    .accordion .card button{
        font-size: 1.75rem
    }
   
}

@media(min-width: 1200px){
    .cntntVerProductos img {
        width: 26rem;
        margin: 0 1rem 0
    }
    .cntntProdMeses {
        padding: 2.5rem 5rem 0;
    }
    /*.cntntPoints {
        height: 5rem
    }*/

    .itemPoint {
        width: 7rem
    }
    .textFuncion{
        font-size: 1.7rem;
    }
    .descripcionFuncion1{
        font-size: 2.6rem;
    }
    .descripcionFuncion2{
        font-size: 1.4rem
    }
    .btnUp {
        width: 34rem;
        font-size: 2.6rem;
        height: 6.5rem;
        margin-top: 0;
    }
    .numberBenefit {
        height: 4.5rem;
        width: 4.5rem;
        font-size: 2.6rem;
    }
    .expiredData {
        margin: 1rem 0 6rem;
    }
   .title2{
       font-size: 3rem
   }
   .titulo{
       font-size: 2.8rem
   }
    .cntntVerProductos a {
        font-size: 1.45rem;
        line-height: 1
    }
}

@media(min-width: 1440px){
    .cntntVerProductos img {
        width: 30rem;
        margin: 0 2rem 0
    }
    .cntntVerProductos a {
        font-size: 1.6rem;
    }
}