

.buttonSuscribirme {
    padding: 5px;
    font-size: 22px;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    background-color: #ea2a91;
    color: white;
    width: 70%;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    display:block;
}

.buttonWhats {
    background-color: #E6E6E6;
    color: #39B54A;
    border: 2px solid #25d366;
    border-radius: 25px;
    padding: 8px;
    width: 70%;
    display:block;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500
}
@media(max-width:500px) {
    .buttonWhats {
        font-size: 18px
    }
    .buttonSuscribirme{
        font-size:18px
    }
    .buttonSuscribirme3 {
        font-size: 18px
    }
    .buttonSuscribirme2 {
        font-size: 18px
    }
    .buttonSuscribete {
        top: 3%;
        font-size: 16px;
    }
    .buttonNoEsperes {
        font-size: 16px;
    }
}

.bannerContent {
    background-color: #cdedf9;
   padding:20px 0; 
}

.text {
    color: #ea2a91;
    
}

.text25 {
    color: #ea2a91;
    font-size: 20px;
    font-weight:bold;
}

.text2 {
    color: #ea2a91;
    font-size: 20px

}
.banner {
    
    padding: 30px 0;
    width: 100%
}

.imgXul{
    width:30%;
}

.flechas {
    width: 40%;
}

.icono{
    width:10%
}
    
p {
    margin:0;
    padding:0;
}
 .iconoNuevo {
    width: 18%
}

.textNuevo {
    color: #004289;
    margin-top:10px;
    font-size:24px;
    font-weight:bold;
}

.textos {
    color: #004289;
    font-size:18px;
    margin-right:10px;
}
.textos12Meses {
   
    color: #004289;
    font-size: 18px;
    text-align:center;
}
.textDocumentos{
    font-size:19px;
    margin-bottom:10%;
}

.buttonSuscribirme2 {
    padding: 5px;
    font-size: 22px;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    background-color: #ea2a91;
    color: white;
    width: 70%;
    margin-bottom: 10px;
    font-weight:600;
    font-size: 22px;
}

.buttonSuscribirme3 {
    padding: 5px;
    font-size: 22px;
    cursor: pointer;
    border: 2px solid #efc2ea; 
    border-radius: 25px;
    background-color: transparent;
    color: #efc2ea;
    width: 70%;
    margin-bottom: 10px;
    font-weight: 500;

}
.buttonNoEsperes {
    padding: 5px;
    font-size: 22px;
    cursor: pointer;
    border: 2px solid #efc2ea;
    border-radius: 10px;
    background-color: #efc2ea;
    color: #870650;
    width: 35%;
    margin-bottom: 10px;
    font-weight: 500;    
}

.buttonSuscribete {
    padding: 5px;
    font-size: 22px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    background-color: #ea2a91;
    color: white;
    width: 30%;
    margin-bottom: 10px;
    font-weight: 500;
    position: absolute;
    top: 25%;
    left: 63%;
    box-sizing: border-box;
}



    .buttonSuscribete::after {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        width: 16px;
        height: 20px;
        background-color: #efc2ea;
        transform: translateY(-50%);
        border-radius: 80%;
    }


.iconoPago {
    width: 25%
}

.accordionPreguntas .icono {
    width: 30px;
}

.card-header button {
    color: #666666;
}

    .card-header button:hover {
        color: #666666;
    }

.accordionPreguntas button[aria-expanded="true"] {
    color: #ea2a91;
    text-decoration: none;
}

    .accordionPreguntas button[aria-expanded="true"] .iconos .mas {
        display: none;
    }

.accordionPreguntas button[aria-expanded="false"] .iconos .menos {
    display: none;
}

.card {
    border: 0;
    border-bottom: 1px solid #ea2a91
}

.card-header{
    border:none;
    background-color:transparent;
}

video {
    width: 100%;
    height: auto !important;
}

.imgVideo {
    width: 100% !important;
    cursor: pointer;
    height: auto;
    margin: 0 !important;
    padding: 0;
}
.terminosCondiciones h5, p {
    margin: 10px 0px;
}