#wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#inner-wrapper.container {
    max-width: unset;
    margin: 0;
    padding: 0;
}

#main .container {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-top: 7.3vw;
    padding-bottom: 7.3vw;
}

#main  .retri-beneficio .container {
    padding-top: 5vw;
    padding-bottom: 5vw;
}

#main .title {
    font-family: "Cormorant Garamond";
    font-size: 52px;
    font-size: 2.7vw;
    font-weight: 700;
}

#main .subtitle {
    font-size: 16px;
    line-height: 26px;
    font-size: 0.85vw;
    line-height: 1.25vw;
    font-weight: 400;
}

.bg-black {
    background-color: black !important;
    color: white !important;
}

.r-16 {
    border-radius: 16px;
}

.retri-portada {
    background-size: cover;
    background-position-y: -10vw;
    height: 38.5vw;
}

.retri-portada .fondo-text {
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.retri-portada h1.heading {
    font-size: 80px;
    font-size: 4.15vw;
    font-family: "Cormorant Garamond";
    font-weight: normal;
}

.retri-portada .subtitle {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-size: 0.85vw;
    line-height: 1.25vw;
    opacity: .8;
}

.que-es-text,
.beneficio-text,
.pide-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.que-es-text .collapse:not(.show) {
    display: inherit;
}

.que-es-read-more,
.que-es-read-less {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 16px 32px;
    border: 2px solid black;
    border-radius: 50px;
}

.que-es-read-more:not(.collapsed),
.que-es-read-less.collapsed {
    display: none;
}

.retri-cuales-son {
    background-color: black;
    color: white;
}

/* .cuales-son-icons
{
    margin-top: 60px;
    margin-top: 3.1vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
} */

.cuales-son-icons,
.descubre-icons,
.descubre-navs {
    margin-top: 3.1vw;
}

/* .cuales-son-icon {
    flex: 1;
    text-align: center;
    margin-bottom: 2rem;
} */

.cuales-son-icons .swiper-pagination,
.descubre-icons .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.cuales-son-icons .swiper-pagination-bullet-active,
.descubre-icons .swiper-pagination-bullet-active {
    /* background: white !important; */
    width: 30px !important;
    border-radius: 10px !important;
}

.cuales-son-icons .swiper-pagination-bullet {
    background: white !important;
}

.descubre-icons .swiper-pagination-bullet {
    background: black !important;
}

.cuales-son-icon {
    text-align: center;
}

.cuales-son-img {
    height: 120px;
    height: 6.2vw;
    margin-bottom: 1rem;
}

.cuales-son-img img {
    width: 6vw;
}

.retri-descubre {
    background-color: #F9F9F9;
}

.descubre-icon {
    text-align: center;
    margin-bottom: 2rem;
}

.descubre-img {
    height: 100px;
    height: 5.2vw;
    margin-bottom: 1rem;
}

.descubre-img img {
    width: 4.2vw;
}

.cuales-son-text,
.descubre-text {
    font-size: 28px;
    line-height: 30px;
    font-size: 1.45vw;
    font-weight: 600;
    line-height: 1.5vw;
}

.beneficio-text .subtitle-checked {
    font-size: 18px;
    line-height: 24px;
    font-size: 0.95vw;
    line-height: 1.2vw;
}

.beneficio-text .checked-list {
    margin: 2rem 0;
}

.que-es-img img,
.beneficio-img img,
.retencion-img img {
    width: 30vw;
}

.descubre-navs {
    flex-wrap: nowrap;
    margin-top: 60px;
    margin-top: 3.1vw;
    text-align: center;
}

.descubre-navs button.btn {
    font-size: 18px;
    font-size: 0.95vw;
    font-weight: 600;
    border-radius: 40px;
    padding: 14px 24px;
}

.descubre-navs button.btn.active {
    background: black;
    color: white;
}


.retencion-texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.retencion-text {
    max-width: 450px;
    max-width: 23.4vw;
    width: 100%;
    padding: 16px 32px;
    border-radius: 16px;
    background-color: #F9F9F9;
}

.retencion-text-left {
    margin-right: auto;
}

.retencion-text-right {
    margin-left: auto;
}

.retencion-text-title {
    font-size: 38px !important;
    line-height: 44px !important;
    font-size: 2vw !important;
    line-height: 2.3vw !important;
    margin-bottom: 1vw;
}

.retri-pide .container {
    padding-top: 0 !important;
}

.pide-text {
    gap: 24px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pide-btn a.btn {
    font-size: 0.95vw;
    font-weight: 600;
    padding: 0.85vw 1.65vw;
    border-radius: 50px;
}

.pide-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pide-img img {
    transform: scale(133%);
}


/* MOBILE */
@media (max-width: 767px) {
    #main .container {
        max-width: unset;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    #main .title {
        font-size: 36px;
    }
    
    #main .subtitle {
        font-size: 16px;
        line-height: 26px;
    }
    
    .retri-portada {
        height: 439px;
        background-position-y: unset;
        background-position-x: -48px;
        background-position-y: -2px;
    }
    
    .retri-portada .fondo-text {
        padding-top: 60px;
    }

    .retri-portada h1.heading {
        font-size: 40px;
    }
    
    .retri-portada .subtitle {
        font-size: 16px;
        line-height: 26px;
    }

    .que-es-text,
    .beneficio-text {
        margin-bottom: 32px;
    }

    .que-es-text .collapse:not(.show) {
        display: none;
    }
    
    .cuales-son-icons,
    .descubre-icons,
    .descubre-navs {
        margin-top: 60px;
    }
    
    .cuales-son-img {
        height: 120px;
    }
    
    
    .cuales-son-img img,
    .descubre-img img {
        width: unset;
    }

    .que-es-img img,
    .beneficio-img img,
    .retencion-img img {
        width: 100%;
    }
    
    .descubre-img {
        height: 100px;
    }
    
    .cuales-son-text,
    .descubre-text {
        font-size: 20px;
        line-height: 24px;
    }
    
    .beneficio-text .subtitle-checked {
        font-size: 18px;
        line-height: 24px;
    }
    
    .beneficio-text .checked-list {
        margin: 2rem 0;
    }

    .descubre-navs button.btn {
        border-radius: 16px;
    }
    
    .descubre-navs button.btn,
    .pide-btn button {
        font-size: 18px;
    }

    .retencion-text {
        max-width: 327px;
    }
    
    .retencion-text-left {
        margin-right: auto;
    }
    
    .retencion-text-right {
        margin-left: auto;
    }
    
    .retencion-text-title {
        font-size: 38px !important;
        line-height: 44px !important;
        margin-bottom: 16px;
    }

    .retri-pide .row {
        margin: 0;
    }

    .pide-text {
        padding-top: 70px;
    }

    .pide-btn a.btn {
        font-size: 18px;
        padding: 16px 32px;
    }
}
