.container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    gap: 90px;
}
.centeredContent{
    max-width: unset !important;
    width: 70% !important;
}
#customPageTitle {
    display: none;
    font-size: 28px;
    font-weight: 400;
    height: auto;
    margin-bottom: 3rem;
    margin-top: 80px;
}

.customFlecha {
    width: 54%;
}

h2 {
    font-size: 3.4rem;
    font-weight: 600;
    text-transform: capitalize;
    margin: 40px 0;
    line-height: 4rem;
    text-align: left;
    width: 75%
}

.BenefitsBox {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    margin-top: 3rem;
}
.BenefitsBox.openBenefits {
    display: flex;
}
.openCloseX {
    position: absolute;
    top: calc(12% + 10px);
    right: 16%;
    z-index: 20;
    cursor: pointer;
}
.articleSliderContainer {
    background: #ffffff;
    width: 100%;
    padding: 0rem 0rem;
    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;
    margin-bottom: 4rem;
}
.articleContainer:nth-child(even){
    flex-direction:row-reverse
}

.articleContainer:nth-child(even) .articleText{
    height: 100%;
    padding: 2rem 3rem 10px 0;
}
figure.articleImg {
    width: 46%;
    border-radius: 16px;
}
.articleImg img{
    width: 100%;
    aspect-ratio: 466/587;
}
.slick-list.draggable {
    height: 100%;
}
.slick-track {
    height: 100%;
}
.articleText {
    width: 54%;
    height: 100%;
    padding: 2rem 0 10px 3rem;
}
.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); 
}
.benefitsTitle {
    color: #A2122E;
    font-size: 25px;
    font-family: 'Galliard';
    margin: 0;
    margin-bottom: 1rem;
    width: 100%;
    text-align: left;
}
.articleInfo {
    margin-bottom: 1.5rem;
}
.benefitsSubtitle {
    color: #A2122E;
    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;
}
h3 {
    font-size: 2.1rem;
    font-weight: 500;
    width: 60%;
    line-height: 25px;
    margin-top: 60px;
    text-align: center;
}

.benefitLink{
    display:none
}

@media screen and (max-width: 768px) {
    .leftColumn {
        width: 98%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .BenefitsBox {
    margin-top: 0rem;
}
    .container {
    gap: 20px;
}
    .centeredContent{
    width: 85% !important;
}
    .articleContainer{
        flex-direction:column;
        margin-bottom: 1rem;
    }
    .articleContainer:nth-child(even){
    flex-direction:column;
}

    figure.articleImg {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}
    .articleText {
    width: 100%;
    height: 100%;
    padding: 2rem 0rem 10px;
}
    
.articleContainer:nth-child(even) .articleText{
    height: 100%;
     padding: 2rem 0rem 10px;
}
.imgContainer{
    width: 100%;
    flex-direction: column;
}
    .imgColumn {
    display: flex;
    width: 100%;
    margin: 0;
    gap: 4rem;
}
    .imgColumn img {
    margin-bottom: 0px;
}
    .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;
    }
}