.exorevive_landing{ font-size: 15px; line-height: 1.4; padding-bottom:50px; }

.exo_background{ background-size:cover; background-position:center; background-repeat:no-repeat; }

.exo_txtgen{ font-size:18px; line-height:35px; }
.exo_txtgen p{ margin-bottom:40px; }
.exo_txtgen p:last-child{ margin-bottom:0; }

.exo_bt{ width:fit-content; font-size:24px; font-weight:bold; color:#000; background-color:#DCC377; padding:12px 30px; margin-top:30px; border-radius: 30px; }
.exo_bt_center{ width:fit-content; font-size:24px; font-weight:bold; color:#000; background-color:#DCC377; padding:12px 30px; margin:30px auto 0 auto; border-radius: 30px;  }

.container_exo{ width: 100%; max-width: 1200px; padding: 0 10px; margin: auto; position:relative; }
.container_exo_gran{ width: 100%; max-width: 1600px; padding: 0 10px; margin: auto; position:relative; }


@media only screen and (max-width: 940px) {
    .exo_txtgen{ font-size:16px; line-height:30px; }

    .exo_bt{ font-size:17px; }
    .exo_bt_center{ font-size:17px; margin-top:10px; }
}


/* HEADER MENU ============================================================================================================================================ */
.exo_header{  }
.exo_header .container_exo{ display:flex; justify-content: space-between; }

    .exo_logo{}

    .exo_menu{ display:block; }

        .exo_lang{ position:absolute; right:10px; top:10px; }

            .exo_lang .widget:not(.footer-widget) { width: 80px; }
            .exo_lang .widget a{ line-height: 15px; }

        .menu_movil_trigger_exo{ display:none; }

        .exo_menu_items{ display:flex; margin-top:70px; }
            .exo_menu_item{ margin-left:30px; font-size:15px; cursor:pointer; }
    

/* HEADER */
@media only screen and (max-width: 940px) {

    .exo_logo img{ width:100px; height:auto; margin-top:10px; }

    .exo_menu_items{ display:none; }

    .menu_movil_trigger_exo{ display:inherit; margin-top:50px; margin-right:-10px; }
        .menu_movil_trigger_exo img{ max-width:80px; height:auto; }
}

#sidr { display: block; position: fixed; top: 0; height: 100%; z-index: 999999; width: 260px; overflow-x: hidden; overflow-y: auto;
  font-size: 14px; background: #fff; color: #333; box-shadow: 0 0 5px 5px #F0F3F7 inset; padding: 15px; }

#sidr .sidr-inner { padding: 0 0 15px; }

.sidr.right { left: auto; right: -260px; }
.sidr.left { left: -260px; right: auto; }

    #sidr a{ color: #adadad; }
    #sidr ul{ list-style-type: none; }
    #sidr ul li{ padding: 10px 0; }
    #sidr ul li a{ display: block; width: 230px !important; border-bottom: 1px solid #adadad; padding-bottom: 20px; font-weight: 300;  line-height: 1; }




/* BANNER ================================================================================================================================================= */
.exo_banner{ position:relative; }

    .exo_banner_bar_top{ position: absolute; z-index:1; width:100%; height:65px; background-color:#fff; }
    .exo_banner_bar_bottom{ position: absolute; z-index:1; width:100%; height:200px; background-color:#fff; bottom:0; }  

    .exo_banner .container_exo{ position:relative; z-index:2; }
        
        .echo_banner_bar{ position:absolute; z-index: 1; background-color:#fff; margin-top:150px; width:100%; right:320px; }
            .echo_banner_extension{ position:absolute; right:100%; width:100vh; height:100%; background-color:#fff; }
            .echo_banner_bar_text{ display:flex; justify-content:flex-end; padding-right:60px; color: #DCC377; }
            .echo_banner_bar_text div{ width:100%; max-width:450px; font-size: 38px; line-height: 1.1; padding:20px 0; }
            .echo_banner_bar_text div span{ font-weight:300; font-size:33px; }

        .exo_banner_content{ display:flex; justify-content: space-between; position: relative; z-index: 2; }
            
            .exo_banner_esq{ margin-left:40px; }
                .exo_banner_esq img{ width:350px; height:auto; }
            
            .exo_banner_dre{ margin-top:80px; }
                .exo_banner_dre img{ width:390px; height:auto; }

        .exo_banner_video{ margin-top:-15px; position: relative; z-index: 3; }
            .exo_banner_video iframe{ width:100%; aspect-ratio:16 / 9; border-radius: 30px; }


@media only screen and (max-width: 1160px) {

     .exo_banner_bar_top{ height:20px; }

    .exo_banner_bar_bottom{ height:5px; }

    .echo_banner_bar{ right:230px; margin-top:50px; }
        .echo_banner_bar_text div{ font-size: 30px; max-width:370px; }
        .echo_banner_bar_text div span{ font-size:24px; }

    .exo_banner_esq img{ width:300px; height:auto; }
    .exo_banner_dre{ margin-top:-10px; }
        .exo_banner_dre img{ width:280px; height:auto; }
}


@media only screen and (max-width: 900px) {

    .exo_banner_bar_bottom{ height:8px; }

    .echo_banner_bar{ margin-top:40px; right:0; }
        .echo_banner_bar_text div{ font-size: 18px; padding:10px 0; max-width:200px; }
        .echo_banner_bar_text div span{ font-size:15px; }

    .exo_banner_esq{ margin-left:0px; margin-top:50px; }
        .exo_banner_esq img{ width:220px; height:auto; }
    .exo_banner_dre{ margin-top:130px; }
        .exo_banner_dre img{ width:150px; height:auto; }

}


/* SEC 1 : PRODUCTO ========================================================================================================================================= */
.exo_section1{ margin-top:70px; }
    
    .exo_sec1_tabs{ display:flex; justify-content:center; gap:35px; margin-bottom:40px; }
        .exo_sec1_tab{ cursor:pointer; opacity:.5; width:110px; height:140px; display:flex; align-items:flex-end; justify-content:center; padding-bottom:10px; border-bottom:3px solid transparent; transition:opacity .3s; }
        .exo_sec1_tab.is-active{ opacity:1; border-bottom-color:#DCC377; }
        .exo_sec1_tab:hover{ opacity:1; }
            .exo_sec1_tab img{ max-width:100%; max-height:100%; width:auto; height:auto; display:block; }

    .exo_sec1_item{ display:none; flex-direction: row-reverse; }
    .exo_sec1_item.is-active{ display:flex; }

        .exo_sec1_esq{ width:43%; text-align:center; }
            .exo_sec1_esq img{ max-width:100%; height:auto; }

        .exo_sec1_dre{ width:57%; }
            .exo_sec1_title{ font-size:32px; font-weight:bold; color:#DCC377; margin-bottom:20px; }
            .exo_sec1_img_mobile{ display:none; }


@media only screen and (max-width: 768px) {
    
    .exo_section1{ margin-top:40px; }

        .exo_sec1_esq{ display:none; }

        .exo_sec1_dre{ width:100%; text-align:center; }
            .exo_sec1_img_mobile{ display:inherit; width:100%; max-width:170px; margin:20px auto 0 auto; }
            .exo_sec1_img_mobile img{ width:100%; height:auto; }
}





/* SEC 2 : LEVISSIME LAB ===================================================================================================================================== */
.exo_section2{ margin-top:40px; padding-bottom:140px; }
    
    .exo_sec2_top{ position: absolute; z-index:1; width:100%; /*height:170px;*/ height:120px; background-color:#fff; }

    .exo_section2 .container_exo{ position:relative; z-index:2; }
        .exo_sec2_title{ font-size:43px; color:#DCC377; }
        .exo_section2 .container_exo iframe{ width:100%; aspect-ratio:16 / 9; border-radius: 30px; margin-top:20px; }


.exo_flip-cards{ display:flex; flex-wrap:wrap; justify-content:center; gap:130px 40px; margin-top:20px; }
    .exo_flip-card{ width:340px; flex:0 0 auto; padding: 0; perspective: 1000px; }
        
        @media only screen and (min-width: 768px) {
            .exo_flip-card:hover .exo_flip-card-inner { transform: rotateY(180deg); }
        }

        @media only screen and (max-width: 768px) {
            .exo_flip-card.is-flipped .exo_flip-card-inner { transform: rotateY(180deg); }
        }
        

        .exo_flip-card-inner{ position: relative; width: 100%; height: 100%; transition: transform 0.8s; transform-style: preserve-3d; }
            
            .exo_flip_card_top{ width:200px; height:200px; border-radius:50%; background-color:#fff; z-index: 10; position: absolute;left: 50%; transform: translateX(-50%); margin-top:-100px; 
                background-size: cover; background-position: center; background-repeat: no-repeat; border:1px solid #DCC377; }

            .exo_flip_card_more{ width:68px; height:68px; border-radius:50%; background-color:#fff; z-index: 10; position: absolute; left: 50%; transform: translateX(-50%); bottom:10px; 
                background-size: cover; background-position: center; background-repeat: no-repeat; border:1px solid #DCC377;}


            .exo_flip-card-front{ position: absolute; width: 100%; height: 100%; padding: 25px; -webkit-backface-visibility: hidden; backface-visibility: hidden; background-color: #fff; border:1px solid #DCC377;
                background-size: 100% 100%; background-position:center; background-repeat:no-repeat; border-radius: 30px; }

                .exo_flip_text{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size:22px; font-weight:bold; text-align:center; width:85%; }

            .exo_flip-card-back{ position: relative; width: 100%; height: 100%; min-height: 500px; border:1px solid #DCC377; background-color: #fff; border-radius: 30px;
                -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: rotateY(180deg); padding:40px; }

                .exo_flip_content{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size:15px; text-align:center; width:85%; padding-top:50px; }


@media only screen and (max-width: 1000px) {

    .exo_section2{ margin-top:70px; padding-bottom:120px; }

        .exo_sec2_top{ height:70px; }

        .exo_sec2_title{ text-align:center;  }


    .exo_flip-cards{ display:block; }

        .exo_flip-card{ width: 100%; max-width:350px; margin:0 auto 130px auto; }
}



/* ANTES / DESPUÉS */
.exo_before_ater_content{ margin:160px auto; position: relative;}
    
    .exo_before_nav, .exo_after_nav{ position:absolute; width:calc(50% - 301px); top: 20%; transform: translateY(-50%); }
        
        .exo_before_nav{ left:0; }
            .exo_before_txt{ width: fit-content; margin: auto; font-size:40px; font-weight:bold; position:relative; opacity:1; }
                .exo_before_txt_sub{ width:100%; position: absolute; right: 0; height: 5px; margin-top:5px; background-color:#DCC377; }

        .exo_after_nav{ right:0; }
            .exo_after_txt{ width: fit-content; margin: auto; font-size:40px; font-weight:bold; opacity:.5; }
                .exo_after_txt_sub{ width:0%; height: 5px; margin-top:5px; background-color:#DCC377; }

    .exo_before_after{ position: relative; width:602px; height:602px; margin: auto; background-color:#ccc; border-radius:50%; overflow:hidden; border:1px solid #DCC377; }
        .exo_after{ position:absolute; width:602px; height:602px; }
        .exo_before{ position:absolute; width:602px; height:602px; overflow:hidden; }
            .exo_before_img{ display: flex; width:602px; height:602px; }


@media only screen and (max-width: 1100px) {
    .exo_before_txt{ font-size:30px; }
    .exo_after_txt{ font-size:30px; }
}

@media only screen and (max-width: 950px) {

    .exo_before_ater_content{ margin:-40px auto 0 auto; }

        .exo_before_nav{ position:relative; width:100%; top: auto; }
        .exo_after_nav{ position:relative; width:100%; top: auto; }

        .exo_before_after{ margin:30px auto 50px auto; }



    .exo_before_after{ width:390px; height:390px; }
        .exo_after{ width:390px; height:390px; }
        .exo_before{ width:390px; height:390px; }
            .exo_before_img{ width:390px; height:390px; }
}


/* SEC 3 : BENEFICIOS ===================================================================================================================================== */
.exo_section3{ margin-top:60px; background-size: 100% calc(100% - 10px); }

    .exo_section3 .container_exo{ display:flex; justify-content: space-between; align-items: end; padding-top:70px; }

        .exo_sec3_esq{ width:60%; color:#fff; }
            .exo_sec3_esq_title{ font-size:80px; font-weight:bold; }

            .exo_sec3_esq_text{ font-size: 22px; line-height:1.4; margin-top:25px; padding-bottom:50px; }
                .exo_sec3_esq_text ul { list-style: none; padding-left: 0; }
                .exo_sec3_esq_text ul li { position: relative; padding-left: 68px; margin-bottom: 30px; line-height: 1.5; }
                .exo_sec3_esq_text ul li::before { content: ''; position: absolute; left: 0; top: 0; width: 58px; height: 48px; margin-top: -7px;
                    background-image: url('../images/exo-revive/iconamoon_check-thin.png'); background-size: contain; background-repeat: no-repeat; background-position: center left; }

        .exo_sec3_dre{ width:34%; }
            .exo_sec3_dre img{ max-width:100%; height:auto; }


@media only screen and (max-width: 950px) {

    .exo_section3 .container_exo{ padding-top:40px; display:block; }

        .exo_sec3_esq{ width:100%; max-width: 450px; margin: auto; color:#fff; }
            .exo_sec3_esq_title{ font-size:50px; text-align:center; }
            .exo_sec3_esq_text{ font-size: 17px; }

         .exo_sec3_dre{ display:none; }

}

/* SEC 4 : INGREDIENTES ==================================================================================================================================== */
.exo_section4{ padding:70px 0; }

    .exo_section4 .container_exo_gran { display: flex; justify-content: center; flex-wrap: wrap; gap: 7%; }

        .exo_ingr { width: 17%; margin-bottom: 50px; text-align: center; }
            .exo_ingr img{ max-width:100%; height:auto; }
            .exo_ingr_title{ font-size:19px; font-weight:bold; margin-top:15px; }
            .exo_ingr_text{font-size: 17px; line-height: 1.5; margin-top: 15px; }


@media only screen and (max-width: 1000px) {
    .exo_ingr { width: 47%; margin-bottom: 40px; }
}
@media only screen and (max-width: 650px) {
    .exo_section4 { padding: 25px 0 40px auto; }
        .exo_section4 .container_exo { display: block; }
            .exo_ingr { width: 100%; max-width: 400px; margin: 0 auto 40px auto; }
}



/* SEC 5 : RUTINAS ====================================================================================================================================== */
.exo_section5{ border-top:1px solid #DCC377; border-bottom:1px solid #DCC377; display:flex; }

    .exo_sec5_esq{ width:40%; }

    .exo_sec5_dre{ width:60%; max-width: 800px; padding:40px 10px 40px 70px; }

        .exo_sec5_title{ font-size:80px; font-weight:bold; color:#DCC377; }

        .exo_rutinas{ display:flex; justify-content: space-between; margin-top:40px; }

            .exo_rutina{ width:47%; }
                .exo_rutina_title{ font-size:21px; font-weight:bold; margin-top:25px; margin-bottom:15px; }

                .exo_rutina_item{ display:flex; margin-bottom:15px; }
                    .exo_rutina_num{ width:26px; height:26px; border:1px solid #DCC377; border-radius:50%; text-align:center; font-size:17px; font-weight:bold; color:#DCC377; }
                    .exo_rutina_txt{ width:calc(100% - 26px); padding-left:15px; font-size:17px; }



@media only screen and (max-width: 1000px) {

    .exo_sec5_esq{ display:none; }

    .exo_sec5_dre{ width:100%; max-width: 1000px; padding:15px 10px 25px 10px; }
        .exo_sec5_title{ font-size:60px; }

}

@media only screen and (max-width: 768px) {

    .exo_rutinas{ display:block; }

        .exo_rutina{ width:100%; margin-bottom:60px; }


}

/*
.exo_footer{ margin-top:60px; display:flex; justify-content: space-between; }

    .exo_footer_item{ width: 30%; text-align:center; }
        .exo_footer_item_txt{ font-size:45px; width:100%; max-width:340px; margin:20px auto; }
*/

.exo_bfos{ text-align:center; margin-top:50px; }
    .exo_bfos img{ max-width:100%; height:auto; }

