#benefitsInfoContainer {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.benefitsBox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000040;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 20;
    box-sizing: border-box;
}

.articleSliderContainer {
    background: #ffffff;
    width: 60%;
    height: 80%;
    padding: 5% 4%;
    border-radius: 16px;
}

img.sliderLeftArrow {
    position: absolute;
    width: 20px;
    left: 21%;
    z-index: 20;
}

img.sliderRightArrow {
    position: absolute;
    width: 20px;
    right: 21%;
    z-index: 20;
    transform: rotate(180deg);
    cursor: pointer;
}

.articleContainer {
    width: 100%;
    height: 100%;
    display: flex;
    margin-bottom: 4rem;
}

figure.articleImg {
    width: auto;
    border-radius: 16px;
}

.articleImg img {
    width: 100%;
    aspect-ratio: 410/488;
    margin: auto;
}

.slick-list.draggable {
    height: 100%;
}

.slick-track {
    height: 100%;
}

.articleText {
    width: 50%;
    height: auto;
    padding: 2rem 2rem 0px;
}

.articleText::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.articleText::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.articleText::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}

.benefitsTitle {
    font-size: 25px;
    font-family: 'Galliard';
    margin: 0;
    margin-bottom: 2rem;
    width: 100%;
    text-align: left;
}

.articleInfo {
    margin-bottom: 1.5rem;
}

.benefitsSubtitle {
    font-size: 16px;
    margin-bottom: 10px;
    font-style: italic;
    font-family: 'Futura';
    font-weight: 400;
}

.benefitsDescription {
    font-size: 16px;
    font-family: 'Futura';
    font-weight: 400;
    margin: 0 auto 50px;
}

h3 {
    font-size: 2.1rem;
    font-weight: 500;
    width: 60%;
    line-height: 25px;
    margin-top: 60px;
    text-align: center;
}

.benefitLink.dataButton {
    float: right;
    height: 46px;
    background: #A2122E;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0 22px;
    border:1px solid #A2122E;;
    border-radius: 100px;
    margin-top: 16px;
    transition: 0.3s all ease;
}
.benefitLink.dataButton:hover{
    background: #fff;
    color: #A2122E;
}
.slick-dots {
    top: -50%;
    position: relative;
}

.slick-dots li,
.group-look-slider .slick-dots li {
    width: 16px !important;
    height: 16px;
    margin: 4px;
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid transparent;
}

.slick-dots li button:before {
    border-radius: 50px;
    width: 11px;
    height: 11px;
    margin: 0px;
    background-color: black;
    color: transparent;
    opacity: 1;
    font-size: 0;
    top: 2px;
    left: 2px;
    box-sizing: border-box;
    content: "";
}

.slick-dots li.slick-active {
    border: 1px solid black;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid black;
}

.openCloseX {
    position: absolute;
    top: calc(12% + 0px);
    right: 21%;
    z-index: 20;
    cursor: pointer;
}

.articleSliderContainer {
    background: #ffffff;
    width: 72%;
    height: 80%;
    padding: 5rem 4rem;
    border-radius: 16px;
}

img.sliderLeftArrow {
    position: absolute;
    width: 20px;
    left: 15%;
    z-index: 20;
}

img.sliderRightArrow {
    position: absolute;
    width: 20px;
    right: 15%;
    z-index: 20;
    transform: rotate(180deg);
    cursor: pointer;
}

.articleContainer {
    width: 100%;
    height: 100%;
    display: flex !important;
    margin-left: 1px;
}

figure.articleImg {
    height: 100%;
    border-radius: 16px;
    width: 44%;
}

.articleImg img {
    height: 100%;
    aspect-ratio: 410/488
}

.slick-list.draggable {
    height: 100%;
}

.slick-track {
    height: 100%;
}

.articleText {
    width: 56%;
    height: 100%;
    overflow-y: auto;
    padding: 10px 5rem 10px;
}

.articleText::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.articleText::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.articleText::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #A2122E;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}


@media screen and (max-width: 768px) {

    .articleSliderContainer {
        background: #ffffff;
        width: 90%;
        height: 80%;
        padding: 1.2rem;
        border-radius: 16px;
    }

    .articleContainer {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .articleContainer:nth-child(even) {
        flex-direction: column;
    }

    figure.articleImg {
        width: 100%;
        aspect-ratio: 1/1;
        /* overflow: hidden; */
        margin-bottom: 1.5rem;
    }

    .articleText {
        width: 100%;
        height: 100%;
        padding: 0rem 0rem 10px;
    }


    .benefitsTitle {
        margin-bottom: 1rem;
    }

    .benefitsDescription {
        font-size: 13px;
        margin: 0 auto 30px;
        padding-right: 20px;
    }

    .imgContainer {
        width: 100%;
        flex-direction: column;
    }

    .imgColumn {
        display: flex;
        width: 100%;
        margin: 0;
        gap: 4rem;
    }

    .imgColumn img {
        margin-bottom: 0px;
    }

    .articleImg,
    .articleImg img {
        aspect-ratio: 1 / 1;
        width: 100%;
    }

    .termsSeparator {
        margin-top: 30px;
        margin-bottom: -30px;
    }

    .termsText {
        font-size: 13px;
        width: 90%;
        margin: 0 auto;
        line-height: 15px;
    }

    .title {
        font-size: 28px;
        height: auto;
    }

    .customPageSubtitle {
        font-size: 15px;
        line-height: 19px;
    }

    .contactInput {
        width: 90%;
    }

    .subtitleByF {
        font-size: 15px;
    }

    .logoByF {
        width: 70px;
        margin-top: 50px;
    }

    .box1 {
        height: 254px;
    }

    .subtitleByF {
        font-size: 15px;
        margin-top: 15px;
    }

    .box1pic {
        height: 160px;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 25px;
    }

    .box1text {
        font-size: 13px;
        line-height: 16px;
        width: 80%;
        display: inline-block;
        margin-left: 10%;
        margin-top: 20px;
    }

    .fila {
        height: 550px;
        width: 90%;
        margin-left: 5%;
    }

    .half {
        width: 100%;
        height: 50%;
    }

    .box3 {
        margin-bottom: 50px;
    }

    .fila {
        display: flex;
        flex-direction: column;
    }

    .mobileTop {
        order: -1;
    }

    .customPageText {
        font-size: 12px;
        width: 80%;
    }

    .titulo {
        line-height: 25px;
        margin-top: 0;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }

    .pic1 {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 0;
    }

    .pic2 {
        width: 88%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pic1mobile {
        display: block;
        width: 100%;
    }

    .sello {
        height: 85px;
        margin-left: -12px;
        margin-top: -52px;
        margin-bottom: 10px;
    }

    .rightColumn {
        width: 95%;
        float: none;
        margin-left: 2.5%;
        margin-top: 0;
        padding-top: 10px;
    }

    p {
        width: 100%;
        margin-left: 0;
    }

    .pic3 {
        width: 100%;
        margin-bottom: 50px;
    }

    .contactFormLeft {
        display: block;
        width: 100%;
        margin: 0 auto;
        height: 185px;
    }

    .contactFormRight {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
        height: 200px;
    }

    .sendContact {
        margin: auto;
        /* margin-right: 25%; */
        margin-bottom: 40px;
    }

    .contactInfo {
        display: block;
        width: 85%;
    }

    .contactInfoColumn {
        margin-bottom: 50px;
    }

    #map {
        width: 90%;
        height: 300px;
    }

    .contactOptions {
        width: 90%;
    }

    .centeredText {
        width: 85%;
        margin-bottom: 50px;
    }

    .imageGrid {
        display: block;
        width: 85%;
    }

    .imageColumn {
        margin: auto;
    }

    .paymentImg {
        width: 100%;
        display: block;
        max-width: 200px;
        margin: auto;
        margin-bottom: 10px;
    }

    .infoText iframe {
        width: 100% !important;
        height: auto !important;
    }

    .infoText {
        width: 100%;
    }

    .subtitle {
        width: 80%;
    }

    .contactFormInput.radioButtons {
        display: block;
    }

    .radioButton {
        width: 100%;
    }

    .radioButtonClick {
        margin-right: 0;
    }

    .radioButton span {
        width: 70%;
        margin: auto;
        margin-left: 0;
    }

    .file-input-wrapper {
        padding: 0;
    }

    .benefitLink.dataButton {
        height: 44px;
        line-height: 20px;
        font-size: 13px;
        width: 95%;
        float: left;
    }

    img.sliderLeftArrow {
        top: 48%;
        display: none;
    }

    img.sliderRightArrow {
        top: 48%;
        display: none;
    }

}


@media screen and (max-width: 375px){
    .slick-dots {
        top: -39%;
        position: relative;
    }
}
