body{
    color: white !important;
}


.proximamenteDisplay{
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
}

.proximamente{
    display: none;
}

#promotionBannerSection{
    position: relative;
    width: 100%;
    background-color: #9aa6da;
    color: white;
    overflow: hidden;
}

.promotionBannerSectionDataContainer{
    height: 100%;
    padding-bottom: 30px;
    position: relative;
}

a:hover{
    text-decoration: none !important;
}



#promotionSticker{
    padding: 30px;
    background: #ffffff;
    height: 190px;
    width: 190px;
    border-radius: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    z-index: 2;
    margin-top: 15px;
}

.promotionStickerWeekText{
    width: 100%;
    text-align: center;
}

.promotionStickerSmallText{
    font-size: 16px;

}

.promotionStickerBigText{
    font-size:  20px;
}

.promotionStickerBottomText{
    padding-left: 12px;
    text-align: center;

}

#promotionImageContainer{
    max-width: 650px;
    position: absolute;
    right: 5%;
    /* top: 125px; */
    bottom: 0px;
    height: 525px;
    overflow: hidden;

}
#promotionImage{
    width: 100%;
}
    
.imageFadingOpacity{
    display: none;
}
.imageFadingOpacity::before{
    background: linear-gradient(180deg,rgba(16,16,16,0) 31.46%,rgba(2,15,18,0.66) 61.56%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}


.promotionTextContainer{
    width: 450px;
    margin-top: 30px;    /* right: calc(50% - 200px); */
    text-align: center;
    line-height: 1;
    position: relative;
    margin-left: 30px;
}

.promotionTitle{
    margin-top: 20px;
    font-size: 66px;
    margin-bottom: 20px;
}

.promotionText{
    font-size: 20px;
    line-height: 1.5;
}

body p:not(:first-child){
    margin-top: 20px;
}

.promotionButtons{
    position: relative;
    bottom: 0px;
    margin: 0 auto;
    width: 250px;
    margin-top: 30px;
}

#findClinics{
    position: relative;
    margin-bottom: 20px;
}



.transparentButton{
    background-color: transparent;
    border: whitesmoke 1px solid;
    opacity: 0.9;
}
.transparentButton:hover{
    opacity: 1;
}

#infoSection{
}


.firstInfoSectionGrid{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;

}
#firstInfoSection{
    margin-top: 30px;
    /* height: 100%; */
    overflow: hidden;
    position: relative;

}

.infoSectionTextContainer{
    display: flex;
    align-items: center;
}

.infoSectionImageContainer{

    display: flex;
    align-items: center;

}
.infoSectionImage{
    max-width: 100%;
    height: auto;
}

.infoSectionTitle{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

#secondInfoSection{
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.secondInfoSectionGrid{
      display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 20px;
}

#secondInfoSectionTitle{
    text-align: left;
}

#secondImageContainer{
    justify-content: right;
}

.sectionMoreInformationButtonContainer{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.secondInfoProcessImage{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.secondInfoProcessIcon{
    width: 98px;
    height: 98px;

}

.secondInfoProcessIconLine{
    width: 32px;
    height: 2px;
}



#processSection{
    width: 100%;
    background-color: #eaf0d6;
}


#processSectionContainer{
    background-color: #eaf0d6;
}

.processSectionDataContainer{
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 5px;

}
.dataColumn{
    padding: 0.5em;
    margin-bottom: 30px;
    margin-top: 30px;
}

.processDataImageContainer{
    width: 80px;
    margin:  0 auto;

}

.processDataImage{
    width: 100%;
}

.processDataTextContainer{
    text-align: center;
    font-size: 19px;
    margin-top: 30px;
}

#forYouSection{

}
.forYouSectionTitle{
    text-align: center;
    margin-top: 30px;

}
.forYouSectionSubTitle{
    text-align: center;
    font-size: 19px;
}

.forYouListDataContainer{
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    grid-template-row: repeat(3, 1fr);
}


.forYouListItem{
    margin-top: 20px;
}
.forYouListItem::before{
    content: url("data:image/svg+xml; utf8, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23E2EEEB'/%3E%3Cpath d='M6 14.2587L8.99265 17L17 9' stroke='%2300363F' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    vertical-align: middle;
    margin-right: 10px;
}


.alignCenter{
    text-align: center;
}

#forYouMoreInformationButton{
    width: 300px;
}


.promotionalVideo{
    height: 420px;
}

.promotionVideoContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}

#compareResultsSection{
    background-color: rgba(217,201,200,1);
    padding-bottom: 30px;
}

.compareResultsGrid{
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    margin-bottom: 30px;
}

.resultColumn{
    padding: 20px;
    background-color: whitesmoke;
    border-radius: 10px;
}

.resultImage{
    max-width: 100%;
}
.resultTextContainer{
    margin-top: 20px;
}

#faqSection{
    background-color: rgba(255,248,240,1);
}

.questionGrid{
    display: grid;
    overflow: hidden;
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    grid-template-columns: 9fr 1fr;
    margin-bottom: 20px;
    margin-top: 20px;
}

.questionImageContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.questionText{
    font-weight: 400;
}
.questionImage{
    width: 28px;
    height: 28px;
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.duration-700 {
    transition-duration: 700ms;
}

.transition{
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
.questionGrid:hover{
    cursor: pointer;
}

.rotate-180 {
    --tw-rotate: 180deg;
}



.answer{
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: max-height 0.7s ease-in;
    max-height: 700px;
}

.answerOpen{
    /*transition: max-height 0.7s ease-in;*/
}


.maxHeight-0{
    max-height: 0;
}

.questionsAndAnswersContainer{
    margin: 40px;
}

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

    .promotionBannerSectionDataContainer{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .firstInfoSectionGrid{
        grid-template-columns: 1fr 2fr;
    }
    .secondInfoSectionGrid{
        grid-template-columns: 2fr 1fr;
    }


}




@media only screen and (max-width: 1000px) {
    
    .promotionImageContainer{
        right: 0px;
    }
    .imageFadingOpacity{
        display: inline-block;
    }
}

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

    #promotionImageContainer{
        width: 100%;
        max-width: 720px;
        right: 0px;

    }

    #promotionSticker{

    }
    .processSectionDataContainer{
        grid-template-columns: repeat(1, 1fr);
    }

    .secondInfoSectionGrid{
        grid-template-columns: 1fr;
    }

    .firstInfoSectionGrid{
        grid-template-columns: 1fr;
    }

    .infoSectionImageContainer{
        justify-content: center !important;
    }
    #secondInfoSectionTitle{
        text-align: center;
    }

    .infoSectionText{
        text-align: center;
    }

    .processSectionDataContainer{
        margin-top: 30px;
        grid-row-gap: 0px;
    }

    .secondInfoProcessIcon{
        width: 83px;
        height: 83px;

    }

    .secondInfoProcessIconLine{
        width: 30px;
        height: 2px;
    }

    .dataColumn{
        margin-top: 0px;
    }
    .forYouListDataContainer{
        grid-template-row: repeat(6, 1fr);
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    .compareResultsGrid{
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
    }

    .bigTextSize{
        font-size: 20px;
    }

    .questionsAndAnswersContainer{
        margin: 0;
    }

    .promotionalVideo{
        height: 310px;
    }

}

@media only screen and (max-width: 600px) {
    
    #promotionImage{
        width: auto;
    }
    .promotionTextContainer{
        margin-left: 10px;
        margin-top: 220px;
        width: auto;
    }
}
