body{
    color: white !important;
}


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

.proximamente{
    display: none;
}

#promotionBannerSection{
    position: relative;
    width: 100%;
    color: white;
    overflow: hidden;
    height: calc(100% - 85px);
    background: url(/files/site/initial_background.jpg);
    background-size: cover;
}

.promotionBannerSectionDataContainer{
    position: relative;
    height: 100%;
    margin-right: 20px;
    margin-left: 20px;
}

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

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

.promotionBannerText{
    font-size: 40px;
    text-align: center;

}

#promotionImageContainer{
    width: 100%;
    position: absolute;
    /* top: 125px; */
    bottom: 0px;
    overflow: hidden;

}
#promotionImage{
    width: 100%;
}

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

.mainBrandsGrid{
    background-color: whitesmoke;
    height: 60%;
    width: 60%;
    border-radius: 10px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(1,auto);

}

.mainBrandCol{
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
}

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

.img-fluid{
    width: 100px;
}

.imageBoxContainer{
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 15%);
    border-radius: 5px;
    width: 80%;
    height: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.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;
*/
}

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;

}


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

.promotionTitle{
    margin-top: 20px;
    font-size: 42px;
    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;
}

.zeissSection{
    min-height: 100%;
}
.zeissSectionGrid{
    height: 100%;
    overflow: hidden;
}

.twoColumnsGrid{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.backgroundOpacitiy{

}
.zeissLeftSection{
    display: flex;
    flex-direction:  column;
    justify-content: center;
    align-items: center;
    max-width: 550px;
    margin: 0 auto;
    padding-right: 20px;


}

.zeissRightSection{
    display: flex;
    flex-direction:  column;
    justify-content: center;
    align-items: center;
    max-width: 550px;
    margin: 0 auto;
    padding-right: 20px;

}

.marginRightPreAnimation{
    margin-right: -500px;
    opacity: 0;
}

.marginLeftPreAnimation{
    margin-left: -500px;
    opacity: 0;
}

.marginLeftPostAnimation{
    margin-left: 40px;

}
.marginRightPostAnimation{
    margin-right: 40px;
}   

.zeissDataLogo{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.imageLogo{
    height: 100px;
}

.zeissDataTitle{
    text-align: center;
    color: black;
    font-size: 38px;
    margin-bottom: 20px;
    flex-direction: column;
}

.zeissDataSubTitle{
    text-align: center;
    color:  #2a2727;
    font-size: 28px;
    margin-bottom: 20px;
    flex-direction: column;
}

.zeissDataText{
    text-align: center;
    color: black;
    font-size: 18px;
}



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

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

.infoSectionImageContainer{

    display: flex;
    align-items: center;

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

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




#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) {
    
.img-fluid{
    width: 80px;
}




}




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

    .zeissDataLogo{
        position: relative;
        margin-top: 20px;
    }

    .zeissDataTitle{
        position: relative;
    }
    .zeissDataSubTitle{
        position: relative;
    }
    .zeissDataText{
            position: relative;

    }
}


@media only screen and (max-width:  820px){
    .promotionBannerSectionDataContainer{
            grid-template-columns: 1fr;
            grid-gap: 0px;
            position: absolute;
            top: 0px;
    }

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

    .processSectionDataContainer{
        margin-top: 30px;
        grid-row-gap: 0px;
    }
}
@media only screen and (max-width: 720px) {
    

    #promotionSticker{

    }



    .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;
    }

    .oddSection{
        background: linear-gradient(90deg, rgba(223, 234, 238, 1) 30%, rgba(234, 242, 243, 1) 100%) !important;
    }
    .evenSection{
        background: linear-gradient(90deg, rgba(200, 224, 218, 1) 30%, rgba(234, 242, 243, 1) 100%) !important;
    }

    .marginLeftPostAnimation{
        margin-left: auto !important;

    }
    .marginRightPostAnimation{
        margin-right: auto !important;
    }   

}

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