html,
body {
    overflow-x: hidden;
}

body {
    background-color: #F4F6FF !important;
}

.ben-section {
    margin: 0;
    min-height: 780px;
    max-width: 100%;
    padding: 0 100px 3rem 100px;
    overflow-x: hidden;
}

.ben-header {
    display: flex;
    justify-content: space-evenly;
}

.ben-header .ben-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 250px;
}

.ben-header .ben-title h3 {
    color: var(--color-3);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.ben-header .ben-title h2 {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.ben-header .ben-title span {
    font-size: 14px;
}

.ben-header .ben-illustration {
    width: 250px;
    background-size: 100%;
    background-position-x: center;
    background-position-y: 1rem;
    background-repeat: no-repeat;
}

.ben-banner {
    position: relative;
    margin: calc(80px + 3rem) auto 3rem auto;
    border-radius: 1rem;
    transition: .2s;
    width: 1030px;
    background-size: cover !important;
    background-position: center !important;
    color: #fff;
    z-index: 3;
}

.ben-body {
    position: relative;
    padding: 4rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 1rem;
    width: 1030px;
    min-height: 450px;
    z-index: 1;
}

.ben-orn-1,
.ben-orn-2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 250px;
    z-index: 0;
}

.ben-orn-3,
.ben-orn-4 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.ben-orn-1 {
    left: calc(100px + 2rem);
    width: 370px;
    height: 905px;
}

.ben-orn-2 {
    top: 450px;
    right: calc(100px + 2rem);
    width: 270px;
    height: 725px;
}

.ben-orn-3 {
    bottom: 480px;
    left: calc(100px + 2rem);
    width: 60px;
    height: 60px;
}

.ben-orn-4 {
    bottom: 480px;
    right: calc(100px + 2rem);
    width: 110px;
    height: 60px;
}

.ben-body .ben-section-1,
.ben-body .ben-section-2 {
    margin: 0 auto;
    width: 700px;
}

.ben-body .ben-section-1 {
    margin-bottom: 3rem;
}

.ben-body .ben-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 200px);
    justify-content: space-between;
    transition-duration: .2s;
    grid-gap: 2rem 0;
}

.ben-body .ben-list .ben-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e7f0ff;
    border-radius: var(--radius-2);
    padding: 1.5rem 1rem;
    height: 200px;
    text-align: center;
}

.ben-body .ben-list .ben-item .outstanding {
    transition-duration: .2s;
    background: linear-gradient(45deg, rgba(39, 56, 245, 1) 0%, rgba(104, 39, 245, 1) 61%, rgba(104, 39, 245, 1) 100%);
    color: #fff;
    padding: 0.3rem 0.5rem;
    right: -0.8rem;
    top: 1rem;
    border-radius: 0.4rem;
    position: absolute;
    font-size: 12px;
}

.ben-body .ben-list .ben-item:nth-child(9) {
    grid-column: 2/3;
}

.ben-body .ben-list .ben-item:nth-child(10) {}

.ben-body .ben-list .ben-item.locked {
    background: rgb(39, 56, 245);
    background: linear-gradient(45deg, rgba(39, 56, 245, 1) 0%, rgba(104, 39, 245, 1) 61%, rgba(104, 39, 245, 1) 100%);
    color: #fff;
    justify-content: space-evenly;
}

.ben-body .ben-list .ben-item.locked svg path:not(:nth-child(2)) {
    fill: #fff;
}

.ben-body .ben-list .ben-item.locked svg path:nth-child(2) {
    fill: var(--color-8);
    stroke: none;
}

.ben-body .ben-list .ben-item svg {
    width: 30px;
    height: 30px;
}

.ben-body .ben-list .ben-item .ben-item-title {
    font-size: 16px;
    margin: 0.5rem 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.ben-body .ben-list .ben-item .ben-item-desc {
    font-size: 12px;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.ben-body .ben-list .ben-item .ben-backdrop {
    transition-duration: .2s;
    opacity: 0;
    background: linear-gradient(45deg, rgba(39, 56, 245, 1) 0%, rgba(104, 39, 245, 1) 61%, rgba(104, 39, 245, 1) 100%);
    border-radius: var(--radius-2);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    z-index: -1;
}

.ben-body .ben-list .ben-item:hover .outstanding {
    transition-duration: .2s;
    transform: translateX(-4rem);
}

.ben-body .ben-list .ben-item:hover .ben-backdrop {
    transition-duration: .2s;
    opacity: 1;
    z-index: 1;
}

.ben-body .ben-list .ben-item .ben-backdrop button {
    text-transform: initial;
    border: 1px solid #fff;
    border-radius: 0.7rem !important;
    color: #fff;
}

.ben-body .ben-join-alert {
    width: 700px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    background-color: var(--color-8);
    margin: 3rem auto 0 auto;
    border-radius: 1rem;
    padding: 1rem;
}

.ben-body .ben-join-alert .ben-join-text {
    text-align: center;
}

.ben-body .ben-join-alert a.mdc-button {
    padding: 0 2rem;
}

.ben-body .ben-join-alert a.mdc-button span {
    font-family: 'Sansation';
    font-size: 18px;
}

.modal#mdl-detail .modal-content {
    border-radius: var(--radius-3) !important;
}

.modal#mdl-detail .modal-dialog {
    max-width: 550px;
}

.modal#mdl-detail .modal-body {
    padding: 2.5rem;
}

.modal#mdl-detail .mdl-ben-banner {
    background-position: center;
    background-size: cover;
    border-radius: var(--radius-2);
    margin: 0 0 2rem 0;
    height: auto;
}

.modal#mdl-detail .mdl-ben-banner img {
    width: 100%;
}

.modal#mdl-detail .mdl-ben-title {
    text-align: center;
}

.modal#mdl-detail .mdl-ben-title h6 {
    font-weight: 600;
    color: var(--color-3);
    margin: 0;
}

.modal#mdl-detail .mdl-ben-info {
    text-align: justify;
    height: auto;
    overflow-y: auto;
}

.modal#mdl-detail .mdl-ben-info p {
    font-size: 13px;
    margin: 0 0 2rem 0;
}

.modal#mdl-detail .mdl-ben-info:nth-child(4) p:last-child {
    margin: 0;
}

.modal#mdl-detail .mdl-ben-info h6 {
    color: var(--color-3);
    font-size: 16px;
    font-weight: 600;
}

/* start section guest */
.ben-section .ben-title {
    text-align: center;
    margin: 0 0 3rem 0;
}

.ben-section .ben-title h4 {
    font-weight: 600;
    font-size: 20px;
}

.ben-section .ben-grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 340px);
    grid-template-rows: repeat(4, 130px);
    gap: 3rem 0;
}

.ben-section .ben-grid .ben-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ben-section .ben-grid .ben-card:nth-child(odd) {
    flex-direction: row-reverse;
}

.ben-section .ben-grid .ben-card:nth-child(odd) .ben-card-text {
    padding: 0 1rem 0 0;
    text-align: end;
}

.ben-section .ben-grid .ben-card:nth-child(even) .ben-card-text {
    padding: 0 0 0 1rem;
}

.ben-section .ben-grid .ben-card .ben-card-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 130px;
}

.ben-section .ben-grid .ben-card .ben-card-text {
    display: flex;
    flex-direction: column;
    justify-items: center;
    width: 210px;
}

.ben-section .ben-grid .ben-card .ben-card-text h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-3);
}

.ben-section .ben-grid .ben-card .ben-card-text p {
    font-size: 14px;
    margin: 0;
}

.ben-section .ben-slider {
    height: 250px;
}

.ben-section .swiper-slide {
    width: 150px;
    height: 212px;
}

.ben-section .swiper-slide .ben-slider-card {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    border-radius: 1rem;
    width: 100%;
    height: 100%;
}

.ben-section .swiper-slide .ben-slider-card .ben-slider-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
    margin: auto 10px;
    padding: 0.5rem;
    position: absolute;
    overflow: hidden;
    background-color: var(--color-8);
    font-size: 12px;
    width: 190px;
    height: 65px;
    bottom: 0.5rem;
}

.ben-slider-info .ben-slider-text {
    width: calc(100% - 50px);
}

.ben-slider-info .ben-slider-date {
    width: 50px;
}

.ben-slider-text .ben-slider-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Sansation';
    font-size: 11px;
    height: 28px;
    line-height: 14px;
    font-weight: 600;
}

.ben-slider-status .lti-ico {
    background-color: #000;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5rem 0 0;
    width: 24px;
    height: 24px;
}

.ben-slider-status .lti-ico svg {
    width: 17px;
    height: 17px;
}

.ben-slider-status .lti-ico svg path {
    stroke: #fff;
}

.ben-slider-date .min-date {
    border-radius: 0.5rem;
    text-align: center;
    background-color: #fff;
    padding: 5px 2px;
    width: 50px;
    height: 50px;
    display: grid;
    align-content: center;
}

.ben-slider-date .min-date h2,
.ben-slider-date .min-date h6 {
    font-family: 'Roboto' !important;
    margin: 0 !important;
    color: #000 !important;
}

.ben-slider-date .min-date h2 {
    font-size: 18px;
}

.ben-slider-date .min-date h6 {
    font-size: 8px;
    text-transform: capitalize;
}

.ben-slider .swiper-pagination {
    bottom: 0rem;
}

.ben-slider .swiper-pagination-bullet {
    background: #8ebfff;
}

.ben-slider .swiper-pagination-bullet-active {
    background: var(--color-3);
}

body.dark {
    color: #fff;
    transition: .2s;
    background-color: #01091e !important;
}

body.dark .ben-section .ben-grid .ben-card .ben-card-text h4 {
    color: #fff;
}

body.dark .ben-section {
    transition: .2s;
    background-color: #01091e;
}

body.dark .ben-body {
    background-color: var(--color-dark-9);
}

body.dark .ben-body .ben-list .ben-item {
    border: 1px solid var(--color-dark-8);
    background-color: var(--color-dark-8);
}

body.dark .ben-body .ben-list .ben-item:not(.locked) .ben-item-title,
body.dark .modal#mdl-detail .mdl-ben-title h6,
body.dark .modal#mdl-detail .mdl-ben-info h6,
body.dark .ben-header .ben-title h3 {
    transition-duration: .2s;
    color: var(--color-dark-4);
}

body.dark .ben-slider-text .ben-slider-title,
body.dark .ben-join-text {
    transition-duration: .2s;
    color: #000;
}

body.dark .ben-item .ben-backdrop {
    background-color: rgb(72 86 245 / 95%) !important;
}

body.dark .ben-item:nth-child(1) svg path:not(:nth-child(3), :nth-child(6), :nth-child(7), :nth-child(8)),
body.dark .ben-item:nth-child(3) svg path:not(:nth-child(2), :nth-child(6)),
body.dark .ben-item:nth-child(4) svg path:is(:nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5)) {
    fill: var(--color-dark-4);
}

body.dark .ben-item:nth-child(2) svg path:not(:nth-child(2)),
body.dark .ben-item:nth-child(4) svg path:not(:nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7)),
body.dark .ben-item:nth-child(5) svg path:not(:nth-child(4), :nth-child(5)),
body.dark .ben-item:nth-child(6) svg path:not(:nth-child(3)),
body.dark .ben-item:nth-child(7) svg path:not(:nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7), :nth-child(8), :nth-child(9), :nth-child(10), :nth-child(13)),
body.dark .ben-item:nth-child(8) svg path:not(:nth-child(2), :nth-child(4)),
body.dark .ben-item:nth-child(9) svg path:not(:nth-child(8)) {
    stroke: var(--color-dark-4);
}

body.dark .modal#mdl-detail .btn-detail-close {
    background-color: var(--color-dark-8);
}

@media (max-width: 500px) {

    .ben-banner {
        background-image: url(https://static.pchujoy.com/public/img/banners/res/Baner_Beneficios.webp) !important;
    }

    .ben-section {
        transition-duration: .2s;
        padding: 0 20px 2rem 20px;
    }

    .ben-body {
        border-radius: 1rem;
        margin: 0 0 0 0;
        transition-duration: .2s;
        padding: 1.5rem;
        width: 100%;
    }

    .ben-body .ben-list {
        transition-duration: .2s;
        grid-template-columns: repeat(2, 47%);
    }

    .ben-body .ben-list .ben-item {
        transition-duration: .2s;
        padding: 1rem;
        height: 140px;
    }

    .ben-body .ben-list .ben-item .outstanding {
        font-size: 9px;
    }

    .ben-body .ben-list .ben-item:nth-child(9) {
        grid-column: 1/2;
    }

    .ben-body .ben-list .ben-item:nth-child(10) {
        grid-column: 2/3;
    }

    .ben-body .ben-list .ben-item .ben-item-title {
        font-size: 11px;
    }

    .ben-body .ben-list .ben-item:not(:last-child) .ben-item-title {
        white-space: pre;
    }

    .ben-body .ben-list .ben-item .ben-item-desc {
        white-space: pre;
        font-size: 8px;
    }

    .ben-body .ben-join-alert .ben-join-text {
        text-align: left;
        font-size: 13px !important;
        line-height: 15px;
    }
}

@media (max-width: 600px) {
    .ben-section .swiper-slide {
        height: 260px !important;
    }

    .ben-body .ben-join-alert .ben-join-text {
        text-align: left;
        font-size: 13px !important;
        line-height: 15px;
    }
}

@media (min-width: 501px) and (max-width: 600px) {

    .ben-section {
        transition-duration: .2s;
        padding: 0 20px;
    }

    .ben-body {
        transition-duration: .2s;
        padding: 2rem;
        width: 100%;
    }

    .ben-body .ben-list {
        transition-duration: .2s;
        grid-template-columns: repeat(2, 47%);
    }

    .ben-body .ben-list .ben-item {
        transition-duration: .2s;
        padding: 1.0rem 1.5rem;
        height: 180px;
    }

    .ben-body .ben-list .ben-item:nth-child(9) {
        grid-column: 1/2;
    }

    .ben-body .ben-list .ben-item:nth-child(10) {
        grid-column: 2/3;
    }
}

@media (max-width: 650px) {
    .ben-header .ben-title {
        width: calc(100% - 220px);
        height: 200px;
    }

    .ben-header .ben-illustration {
        background-position-x: 2.5rem;
        background-size: 85%;
        background-position-y: 1rem;
    }
}

@media (max-width: 720px) {
    .ben-section {
        transition-duration: .2s;
        padding: 0 20px 2rem 20px;
    }

    .ben-body .ben-section-1,
    .ben-body .ben-section-2,
    .ben-body .ben-join-alert {
        width: 100%;
    }

    .ben-section .ben-title {
        margin: 0 0 1.5rem 0;
    }

    .ben-section .ben-grid {
        display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(1, 100%);
        grid-template-rows: 130px;
        gap: 2rem 0;
    }

    .ben-section .ben-grid .ben-card:nth-child(odd) {
        flex-direction: row;
    }

    .ben-section .ben-grid .ben-card:nth-child(odd) .ben-card-text {
        padding: 0 0 0 1rem;
        text-align: start;
    }

    .ben-section .ben-grid .ben-card .ben-card-text {
        width: calc(100% - 110px);
    }

    .ben-section .ben-grid .ben-card .ben-card-text h4 {
        font-size: 16px;
    }

    .ben-section .ben-grid .ben-card .ben-card-text p {
        font-size: 12px;
    }

    .ben-section .ben-grid .ben-card .ben-card-image {
        width: 110px;
        height: 110px;
    }

    .ben-section .ben-slider {
        height: 290px;
    }

    .ben-section .swiper-slide {
        height: 220px;
    }

    .ben-section .swiper-slide .ben-slider-card .ben-slider-info {
        width: calc(100% - 20px) !important;
        margin: 0 10px;
        font-size: 10px;
        width: 165px;
    }

    .ben-slider-info .ben-slider-text {
        width: calc(100% - 45px);
    }

    .ben-slider-status .lti-ico {
        margin: 0 0.2rem 0 0;
        width: 20px;
        height: 20px;
    }

    .ben-slider-status .lti-ico svg {
        width: 13px;
        height: 13px;
    }

    .btn-slider-status .badge {
        height: 20px;
    }

    .ben-slider-text .ben-slider-title {
        font-size: 10px;
        height: 20px;
        line-height: 9px;
        font-weight: 600;
    }

    .ben-slider-info .ben-slider-date {
        width: 45px;
    }

    .ben-slider-date .min-date {
        width: 45px;
        height: 45px;
    }

    .ben-body .ben-join-alert .ben-join-text {
        font-size: 13px;
    }

    .ben-body .ben-join-alert a.mdc-button {
        padding: 0 1rem;
    }

    .ben-body .ben-join-alert a.mdc-button span {
        font-size: 12px;
    }

    .modal#mdl-detail .modal-dialog {
        transition-duration: .2s;
        margin: 0;
        max-width: 100%;
        height: 100%;
    }

    .modal#mdl-detail .modal-content {
        transition-duration: .2s;
        border-radius: 0 !important;
        height: 100%;
    }

    .modal#mdl-detail .modal-body {
        transition-duration: .2s;
        border-radius: 0 !important;
        height: max-content;
        overflow-y: auto;
    }

    .modal#mdl-detail .mdl-ben-banner {
        transition-duration: .2s;
        height: auto;
    }

    .modal#mdl-detail .mdl-ben-info {
        transition-duration: .2s;
        height: auto;
        overflow-y: auto;
    }
}

@media (min-width: 600px) and (max-width: 839px) {
    .ben-section {
        transition-duration: .2s;
        padding: 0 20px 2rem 20px;
    }

    .ben-body {
        transition-duration: .2s;
        width: 100%;
    }

    .ben-body .ben-list {
        transition-duration: .2s;
        grid-template-columns: repeat(2, 47%);
    }

    .ben-body .ben-list .ben-item:nth-child(9) {
        grid-column: 1/2;
    }

    .ben-body .ben-list .ben-item:nth-child(10) {
        grid-column: 2/3;
    }
}

@media (min-width: 721px) and (max-width: 880px) {
    div.ben-body {
        padding: 3rem 2rem 3rem 2rem;
    }

    .ben-body .ben-section-1,
    .ben-body .ben-section-2,
    .ben-body .ben-join-alert {
        width: 618px;
    }

    .ben-section .ben-grid {
        display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(2, 300px);
        gap: 2rem 0;
    }

    .ben-section .ben-grid .ben-card .ben-card-text {
        width: 190px;
    }

    .ben-section .ben-grid .ben-card .ben-card-image {
        width: 110px;
        height: 110px;
    }

    .ben-section .ben-slider {
        height: 220px;
    }

    .ben-section .swiper-slide {
        height: 180px;
    }

    .ben-section .swiper-slide .ben-slider-card .ben-slider-info {
        font-size: 10px;
        width: 165px;
    }

    .ben-slider-info .ben-slider-text {
        width: calc(100% - 45px);
    }

    .ben-slider-status .lti-ico {
        margin: 0 0.2rem 0 0;
        width: 20px;
        height: 20px;
    }

    .ben-slider-status .lti-ico svg {
        width: 13px;
        height: 13px;
    }

    .btn-slider-status .badge {
        height: 20px;
    }

    .ben-slider-text .ben-slider-title {
        font-size: 10px;
        height: 20px;
        line-height: 9px;
        font-weight: 600;
    }

    .ben-slider-info .ben-slider-date {
        width: 45px;
    }

    .ben-slider-date .min-date {
        width: 45px;
        height: 45px;
    }
}

@media (min-width: 840px) and (max-width: 1024px) {
    .ben-banner {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px) !important;
        margin: calc(80px + 3rem) auto 3rem auto;
    }

    .ben-section {
        transition-duration: .2s;
        padding: 0 20px 2rem 20px;
    }

    .ben-body {
        transition-duration: .2s;
        width: 100%;
    }

    .ben-body .ben-list {
        transition-duration: .2s;
        grid-template-columns: repeat(3, 200px);
    }

    .ben-body .ben-list .ben-item:nth-child(9) {
        grid-column: 3/4;
    }

    .ben-body .ben-list .ben-item:nth-child(10) {
        grid-column: 2/3;
    }
}

@media (min-width: 1025px) and (max-width: 1240px) {
    .ben-banner {
        width: calc(100% - 200px);
        margin: calc(80px + 3rem) auto 3rem auto;
    }

    .ben-body {
        transition-duration: .2s;
        width: 100%;
    }

    .ben-body .ben-list {
        transition-duration: .2s;
        grid-template-columns: repeat(3, 200px);
    }

    .ben-body .ben-list .ben-item:nth-child(9) {
        grid-column: 3/4;
    }

    .ben-body .ben-list .ben-item:nth-child(10) {
        grid-column: 2/3;
    }

}
