@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;800&display=swap");

.opacidad {
    opacity: 0;
    animation: opacidad .3s ease-out;
    /*display: none;*/
}

.mostrar {
    opacity: 1;
    animation: mostrar .3s ease-out;
}

@keyframes opacidad {
    0% {
        opacity: 1;
    }

    30% {
        opacity: .7;
    }

    50% {
        opacity: .5;
    }

    70% {
        opacity: .3;
    }

    100% {
        
        opacity: 0;
    }
}

@keyframes mostrar {
    0% {
        opacity: 0;
    }

    30% {
        opacity: .3;
    }

    50% {
        opacity: .5;
    }

    70% {
        opacity: .7;
    }

    100% {
        opacity: 1;
    }
}

.menuCntnt {
    background-color: #ededed;
    border-radius: 6rem;
    width: 52rem;
    padding: .5rem 1rem .5rem 1rem;
    font-size: 1.3rem;
    display: flex;
    text-align: center;
    font-weight: 600;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .menuCntnt {
        margin-bottom: 2rem;
    }
}

.menuCntnt > div{
    transition-duration: .5s;
    border-radius: 6rem;
}

.opTodos {
    color: #5a3e70;
    width: 40%;
    padding: 1rem 0;
    background-color: transparent;
}

.opTodos.select{
    color: #FFFFFF;
    background-color: #5a3e70;
}

.op2Tabs {
    color: #029ba3;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center

}

.op2Tabs.select {
    background-color: #029ba3;
    color: #FFFFFF
}

.op8Tabs {
    color: #bf0c6c;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center
}

.op8Tabs.select {
    background-color: #bf0c6c;
    color: #FFFFFF
}

.menuCntnt > div{
    cursor: pointer
}

@media(min-width: 768px){
    .menuCntnt {
        font-size: 1.9rem;
        padding: 1rem 2rem 1rem 2rem;
    }
    
}
@media(min-width: 992px){
    .menuCntnt {
        font-size: 2.3rem;
    }
    .opTodos {
        padding: 0.5rem 0;
    }
}

@media(min-width: 1200px){
    .menuCntnt {
        font-size: 1.75rem;
    }
}

/*Producto card*/
.custom2Tabletas, .custom8Tabletas {
    transition: display 0.5s allow-discrete, opacity 0.5s;
    opacity: 1;
    display: block;
}
.custom2Tabletas.opacidad, .custom8Tabletas.opacidad {
    opacity: 0;
    display: none;
    /*display: none;*/
}

.percentText{
    z-index: 1
}

.custom2Tabletas .percentText {
    background-color: #029ba3
}
.custom8Tabletas .percentText {
    background-color: #bf0c6c
}
.custom2Tabletas .cntntLeyend {
    border-color: #5a3e70
}
.custom8Tabletas .cntntLeyend {
    border-color: #bf0c6c
}
.custom2Tabletas.cardProdVy {
    border-color: #5a3e70
}
.custom8Tabletas.cardProdVy {
    border-color: #bf0c6c
}

.productosCntnt {
    display: flex;
    justify-content: space-around;
    padding-bottom: 1rem;
    flex-wrap: wrap
}

@media (min-width: 1024px)
{
    .productosCntnt {
        padding: 3rem 0;
    }
}

.cardProdVy {
    width: 48%;
    position: relative;
    border-radius: 1.3rem;
    border: .1rem solid;
    overflow: hidden;
    padding: 0 0 1rem;
    margin-bottom: 2rem
}

.cntntLeyend {
    display: flex;
    justify-content: center;
    width: 74%;
    margin-left: auto;
    border-radius: 1.2rem;
    border: .1rem solid;
    padding: 0.2rem .3rem .2rem 1rem;
    display: flex;
    justify-content:end
}

@media (min-width: 576px) {
    .cntntLeyend {
        display: block;
    }
}

@media (min-width: 768px) {
    .cntntLeyend span {
        margin-left: 2rem;
    }
}

@media (min-width: 1024px) {
    .cntntLeyend {
        display: flex;
        justify-content: center;
    }
    .cntntLeyend span {
        margin-left: 0;
    }
}

.cntntLeyend > span{
    font-size: .8rem
}
.cntntLeyend > span span{
    font-size: 1.5rem
}

.percentText {
    height: 40rem;
    position: absolute;
    border-radius: 6rem;
    width: 36%;
    top: -35.5rem;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #FFFFFF;
    padding: 0rem 0 1.5rem .5rem;
}

.imgProd {
    height: 11rem;
    display: flex;
    justify-content: center;
}
.imgProd img{
    object-fit: contain;
}

.descProd {
    color: #79797a;
    font-size: 1.2rem;
    text-align:center
}
.descProd  span span{
    font-weight: 600
}

.precioVy {
    color: #029ba3;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    padding: .5rem 0 1rem;
}
.precioVy span{
    font-size: 1.4rem;
}

.btnGenVy {
    width: 95%;
    margin: 0 auto 1.2rem;
    display: block;
    padding: .3rem 0 0.5rem;
    font-size: .9rem;
    color: #FFFFFF;
    border-radius: .25cm;
    border: 0;
}

.btnSub {
    background: linear-gradient(90deg, #029ba3 10%, #029ba3 0, #6cb6a8 85%);
}
.btnSnSub {
    background-color: #9a9999;
}
.ahorraSect {
    color: #79797a;
    text-align: center;
    padding: 0.5rem 0;
    font-size: .9rem;
}
@media(min-width: 576px){
    .cntntLeyend {
        width: 70%;
        padding: 0.7rem .7rem .7rem 0;
    }
    .cntntLeyend > span {
        font-size: .9rem
    }

    .cntntLeyend > span span {
        font-size: 1.8rem
    }
    .percentText {
        font-size: 2.5rem;
        width: 9rem;
        top: -33rem;
        padding: 0rem 0 2.4rem .8rem;
    }
    .imgProd {
        height: 17rem;
    }
    .descProd {
        font-size: 1.5rem;
    }
    .precioVy {
        font-size: 3.5rem;
    }

    .precioVy span {
        font-size: 2rem;
    }
    .btnGenVy {
        width: 85%;
        font-size: 1.3rem;
    }
    .ahorraSect {
        font-size: 1.1rem;
    }
}


@media(min-width: 768px){
    .cardProdVy {
        width: 45%;
    }
    .cntntLeyend {
        padding: 0.7rem .7rem .7rem 0;
    }
    .percentText {
        width: 10rem;
        top: -32.5rem;
        font-size: 3.3rem;
    }
}
@media(min-width: 992px){
    .cardProdVy {
        width: 40%;
    }
}
@media(min-width: 1200px){
    .cardProdVy {
        width: 24%;
    }
    .cntntLeyend {
        padding: 0.7rem .7rem .7rem 0;
    }

    .cntntLeyend > span {
        font-size: .9rem
    }

    .cntntLeyend > span span {
        font-size: 1.9rem
    }
}
@media(min-width: 1440px){
    .cntntLeyend {
        padding: 0.7rem .7rem .7rem 0;
    }

    .cntntLeyend > span {
        font-size: 1rem
    }

    .cntntLeyend > span span {
        font-size: 2.15rem
    }
}
/*Explain*/
.explainVyduraSub > div:first-child{
    width: 100%;
}
.explainVyduraSub > div:last-child{
    width: 100%;
}



.qstExplain {
    color: #009ba3;
    font-size: 1.9rem;
    font-weight: 600;
}
.vyduraExplain {
    color: #614470;
    font-weight: 900;
    font-size: 3.4rem
}

.cardExplain {
    border-radius: .9cm;
    padding: 1rem 0 .8rem 2rem;
    display: flex;
    box-shadow: 0 0 .5rem 0 #00000066;
    margin: 1.5rem auto;
}

.cardExplain img{
    width: 6rem;
    margin-right: 2rem;
    object-fit: contain;
}

.cardExplain div{
    display: flex;
    align-items: center;
    color: #614470
}
.cardExplain div > span{
    font-size: 1.6rem;
    font-weight: 700;
}
.cardExplain div > span span{
    font-size: 1.3rem;
    font-weight: 500;
}
@media(min-width: 576px){
    .cardExplain {
        width: 90%;
    }
    .cardExplain div > span {
        font-size: 1.8rem;
    }

    .cardExplain div > span span {
        font-size: 1.4rem;
    }
    .cardExplain img {
        width: 7rem;
    }
    .qstExplain {
        font-size: 2.5rem;
    }

    .vyduraExplain {
        font-size: 4.2rem
    }
}
@media(min-width: 992px){
    .explainVyduraSub {
        display: flex;
    }
    .explainVyduraSub > div:first-child {
        width: 45%;
    }

    .explainVyduraSub > div:last-child {
        width: 55%;
    }
}
@media(min-width: 1200px){
    .explainVyduraSub > div:first-child {
        width: 55%;
    }

    .explainVyduraSub > div:last-child {
        width: 45%;
    }
}

/*Mensajeria */
.titleMensajeria {
    font-size: 1.35rem;
    color: #614470;
    font-weight: 700
}

.descMensajeria{
    color: #676767;
    font-size: 1rem;
    line-height: 1.3
}

.cntntMensajerias{
    display: flex;
    justify-content: space-evenly;
    margin: 1.5rem auto;
    width: 100%;
    flex-wrap: wrap
}
.cntntMensajerias > div{
    width: 50%;
}
.cntntMensajerias img{
    width: 100%;
    margin-bottom: 2rem
}

.btnSubSet {
    width: 26rem;
    text-align: center;
    padding: .9rem 0 1.3rem;
    border-radius: 6rem;
    background-color: #834b89;
    font-weight: 700;
    color: #FFFFFF;
    margin: 2rem auto;
    font-size: 1.6rem;
    max-width: 100%;
}

@media(min-width: 576px){
    .cntntMensajerias > div {
        width: 35%;
    }
    .btnSubSet {
        width: 30rem;
        font-size: 1.8rem;
    }
}
@media(min-width: 768px){
    .cntntMensajerias > div {
        width: 20%;
    }
}

@media(min-width: 992px){
    .titleMensajeria {
        font-size: 1.6rem;
    }

    .descMensajeria {
        font-size: 1.3rem;
    }
    .cntntMensajerias {
        width: 80%
    }
    .btnSubSet {
        width: 33rem;
        font-size: 2.1rem;
    }
}
@media(min-width: 1200px){
    .titleMensajeria {
        font-size: 1.8rem;
    }

    .descMensajeria {
        font-size: 1.6rem;
    }
    .btnSubSet {
        width: 38rem;
        padding: 1.5rem 0;
        font-size: 2.5rem;
    }
}
@media(min-width: 1440px){
    

    .descMensajeria {
        font-size: 1.8rem;
    }
}

/*Preguntas Frec*/
.titleFrecuentes {
    color: #614470;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.9rem
}

.questAll {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.cntntFrecuentes {
    width: 80rem;
    margin: 0 auto;
    max-width: 100%
}
.itemInfo {
    background-color: #d2ebed;
    color: #029ba3;
    padding: 1rem 1.5rem;
    background-color: #d2ebed;
    margin-bottom: 1.5rem
}

.itemInfo p{
    margin: auto 0;
    height: fit-content
}

.selectorItem{
    display: flex;
    align-content: center;
    justify-content: space-between;
    font-size: 1.25rem
}
.info{
    transition-duration: .5s;
    overflow: hidden;
    height: 25rem
}
.info p{
    margin-bottom: .5rem
}


.cntntQuests{
    width: 100%
}

.cntntQuests:not(:has(.circleDep.openInfo)) .info {
    height: 0;
} 
.circleDep{
    min-width: 2.5rem;
    min-height: 2.5rem;
    max-width: 2.5rem;
    max-height: 2.5rem;
    background-color: #0e9ea3;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center; 
    align-items: center; 
    font-size: 2.5rem;
    cursor: pointer;
    transition-duration: .5s;
    position: relative
}
.circleDep span{
    position: absolute;
    transition-duration: .5s;
    z-index: 0
}
.circleDep.openInfo span:first-child {
    opacity: 0;
}
.circleDep span:last-child{
    opacity: 0;
}
.circleDep.openInfo span:last-child{
    opacity: 1;
}
@media(min-width: 576px){
    .info{
        height: 16rem
    }
}
@media(min-width: 768px){
    .info{
        height: 12rem
    }
}

@media(min-width: 992px){
    .circleDep {
        min-width: 3rem;
        min-height: 3rem;
        max-width: 3rem;
        max-height: 3rem;
    }
    .titleFrecuentes {
        font-size: 2.1rem
    }
    .selectorItem {
        font-size: 1.4rem
    }
    .cntntQuests:nth-of-type(2n+3), .cntntQuests:nth-of-type(2n+2), .cntntQuests:last-child {
        width: 48.5%
    }
    .info {
        height: 16rem
    }
}

@media(min-width: 1200px){
    .info {
        height: 15rem
    }
}
