
/*

 */

.Brandon-Medium{
  font-family: 'Brandon';
  font-weight: 500;
}

.Brandon-Light{
  font-family: 'Brandon';
  font-weight: 300;
}

.Brandon-Light strong{
  font-family: 'Brandon';
  font-weight: 500;
}


 .BrandonRegular{
      font-family: 'Brandon';
      font-weight: 300;
    }

    .BrandonBold{
      font-family: 'Brandon';
      font-weight: 500;
    }

    .BrandonMedium{
      font-family: 'Brandon';
      font-weight: 400;
    }

    
  .Color-Green-70{
    color: #61a60e;
  }

  .Color-Grey-57{
    color: #575754;
  }




* {
    -webkit-touch-callout: none; /* Previene el menú contextual en iOS */
    -webkit-user-select: none;   /* Deshabilita la selección de texto en navegadores webkit (Safari, Chrome) */
    -moz-user-select: none;      /* Deshabilita la selección de texto en Firefox */
    -ms-user-select: none;       /* Deshabilita la selección de texto en IE/Edge */
    user-select: none;           /* Deshabilita la selección de texto en navegadores compatibles con CSS estándar */

    color: #575754;

}

button, div, a {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.gm-style iframe + div { border:none!important; }



body {
    /*
      height: 100vh; 
      */


      margin: 0;
      max-width: 100%;
      font-family: 'Brandon';
      font-weight: 300;
      
      /*background-color: #ededed;*/

    }


    /*
    body{
      scroll-snap-type: y mandatory; /
      height: 100vh; 
      overflow-y: scroll; 
    }


    #Modul-01{
      scroll-snap-align: start; 
    }
*/

    .lh-10{
      line-height: 19vw;
    }



  /* 
  ******|||||||||||||||******
  |||||||| LOGO
  ******|||||||||||||||******
  */

    .Babe-Logo-Top{
    margin-left: 60px;
        margin-top: 5px;
    /* position: absolute; */
    top: 3vh;
    left: 4vw;
    box-sizing: border-box;
    z-index: 800;
    pointer-events: none;
 

    }

    .Babe-Logo-Top-IMG{
      
     /*width: 50vw;
     padding-left: 25vw; */
     /* padding-left: 10vw; */

      width: 145px;
      height: auto;
      opacity: 1;
    }






/* 
******|||||||||||||||******
|||||||| MENU
******|||||||||||||||******
*/   


.Menu {

      display: flex;
    position: fixed;
    top: -15vh;
    height: 85px;
    width: 100%;
    background-color: #ffffff;
    z-index: 1800;
    opacity: 0;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}


.Menu-landing {
  margin-right: 60px;
    /* position: absolute; */
    /* top: 4vh; */
    /* right: 2vw; */
    display: flex;
    /* z-index: 800; */
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
     line-height: 1;
}



.Menu-landing-link{
  padding-right: 2vw;
  font-size: 16px;
   line-height: 1;

}

.Menu-landing-lang{
  padding-right: 12px;
  font-size: 14px;
   line-height: 1;
}

.Menu-landing-lang-last{
  padding-right: 16px;
   line-height: 1;
}


 .Menu-landing img{
  line-height: 1;
          

 }

 .Menu-landing a , .Menu-landing a:visited , .Menu-landing a:active {
          color: #575754;
          opacity: .9;
          text-decoration: none;
           cursor: pointer;
           outline: none;
           line-height: 1;
           
           padding-top: 0;
           padding-bottom: 0;
           backface-visibility: hidden;
           transform: translateY(0);
           letter-spacing: 0.05em;
      }


      .Menu-landing a:hover {
           color: #575754;
          opacity: 1;
          outline: none;
          line-height: 1;
         
          padding-top: 0;
          padding-bottom: 0;
          transform: translateY(0);
      }

       .Menu-landing a:focus{
           color: #575754;
          opacity: 1;
          outline: none;
          line-height: 1;
          
          padding-top: 0;
          padding-bottom: 0;
          transform: translateY(0);
      }

      



.Menu-landing-login{

  width: 30px;
  height: auto;
  cursor: pointer;



}

.Menu-landing-burger{
  margin-left: 15px;
    margin-right: 10px;

    display: none;
}


.MobileMenu{
  display: none;
}

.MobileMenu-nav {

    position: absolute;
    z-index: 10;

    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;

        pointer-events: none;
   
}

.MobileMenu-link{
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 16px;
  
}
.MobileMenu-link:last-child {
  margin-bottom: 10vh;
}

.MobileMenu-close{
    position: absolute;
    /*top: 21px;
    right: 4vw;
    width: 12vw;
    height: auto;*/

    top: 21px;
    right: 20px;
    width: auto;
    height: 40px;


    cursor: pointer;
    z-index: 10;
}

.MobileMenu-nav a , .MobileMenu-nav a:visited , .MobileMenu-nav a:active {
          color: #575754;
          opacity: .8;
          text-decoration: none;
           cursor: pointer;
               pointer-events: all;
               letter-spacing: 0.05em;
      }


      .MobileMenu-nav a:hover {
           color: #575754;
          opacity: 1;
      }

       .MobileMenu-nav a:focus{
           color: #575754;
          opacity: 1;
          outline: none;
      }



/* Media Query para orientación vertical */
@media (orientation: portrait) {

  .MobileMenu{

    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
   

    z-index: 9998;

    

  }

  .MobileMenu-bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFFEF;
    
        pointer-events: all;
  }



}

.Menu-landing-lang-v-wrap{
  display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    gap: 18px;
}

.Menu-landing-lang-v{
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 16px;
}
.Menu-landing-lang-v-first{
   margin-bottom: .35em;

}

 .Menu-landing .Menu-landing-lang-unselect{
  color: #c1c1b9;
}
 .MobileMenu-nav .Menu-landing-lang-unselect{
  color: #c1c1b9;
}


/* 
******|||||||||||||||******
|||||||| LOGIN
******|||||||||||||||******
*/   


.login-screen{
  
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    
    z-index: 99999;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;


}
.logOut-screen{
  top:0px;
}

#login-bg{

  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff55;
   z-index: 0;
}

.login-container {
    display: flex;
   
    width: 30vh;
    height: fit-content;
    height: 60vh;

    padding: 3vw;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    


    pointer-events: all;
    z-index: 1;
}

#Login-ui {
    width: 95%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.login-title {
  
    font-size: 1.8em;
    margin-bottom: 60px;
}

.login-input {
   
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 0px;
    /* border-radius: 5px; */
    font-size: 1.2em;
    color: #8d8d8d;
    background-color: #f0f0f0;
    text-align: center;
    
}

.login-button {
    width: 100%;
    padding: 15px;
    background-color: #61a60e; /* Color verde */
    border: none;
    border-radius: 30px;
    color: white;
    font-size: 1em;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
}

#login-close-btn{
  /*
    position: relative;
    top: 3vw;
    left: 16vh;
    width: 2vw;
    height: auto;
    z-index: 2;
*/
  
}


      .login-button , .login-button:visited , .login-button:active {
          border: none;
           outline: none;
          
      }

      .login-button:hover {
          border: none;
           outline: none;
      }

       .login-button:focus{
          border: none;
           outline: none;
      }

      .login-input , .login-input:visited , .login-input:active {
          border: none;
           outline: none;
          
      }

      .login-input:hover {
          border: none;
           outline: none;
      }

       .login-input:focus{
          border: none;
           outline: none;
      }



  .logOut-container {
     width: 15vh;
    height: fit-content;
    top: 8vh;
    position: fixed;
    right: 2vw;
    border-radius: 4px;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    z-index: 1;
    max-width: 650px;
    height: fit-content;
    padding: 0px;
    display: flex;
  }

  .LogOutButton {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

  .LogOutButton p {
    font-size: 1em;
}

  .LogOutButton img {
    height: 1.8vw;
    margin-right: 1vw;
}


.login-error {
    color: #e74c3c;
    font-size: 0.9em;
    margin-top: 10px;
    font-family: 'Arial', sans-serif;
}



/* Media Query para orientación vertical */



/* 
******|||||||||||||||******
|||||||| NEW LOGIN
******|||||||||||||||******
*/

/*
.LoginM-container {
  display: flex;
  width: 80vw;
  height: 80vh;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
*/

.LoginM-left {
      flex: 1.1;
    background-color: #f5f5f5;
        height: 100%;
    
}

.LoginM-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.LoginM-right {
  flex: 1.7;
  padding: 20px;
  position: relative;

  text-align: left;
    color: rgb(87, 87, 84);

}

.LoginM-close {
  flex: .2;
  cursor: pointer;
      margin-top: 5px;
    
}
.LoginM-close img{
    width: 30px;
    height: auto;
}

.LoginM-title {
  font-weight: bold;
  font-size: 18px;
}

.LoginM-text {
  margin-top: 10px;
  margin-bottom: 20px;
}

.LoginM-form {
  display: flex;
  flex-direction: column;
}

.LoginM-input {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.LoginM-radio-group {
  margin-bottom: 20px;
}

.LoginM-radio-group label {
  display: block;
  margin-bottom: 5px;
}

.LoginM-button {
  background-color: rgb(128, 128, 128);
  color: rgb(238, 238, 238);
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
    font-size: 15px;
    line-height: 18px;
}


      .LoginM-button , .LoginM-button:visited , .LoginM-button:active {
          border: none;
           outline: none;
          
      }

      .LoginM-button:hover {
          border: none;
          background-color: #353535;
           outline: none;
      }

       .LoginM-button:focus{
          border: none;
           outline: none;
      }
       .LoginM-form input{
      font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
  }

      .LoginM-form input , .LoginM-form input:visited , .LoginM-form input:active {
          border: 1px solid #ccc;
           outline: none;
          
      }

      .LoginM-form input:hover {
          border: 1px solid #ccc;
           outline: none;
      }

       .LoginM-form input:focus{
          border: 1px solid #ccc;
           outline: none;
      }



.LoginM-disclaimer {
  font-size: 12px;
  color: #777;
  margin-top: 20px;
}

.LoginM-disclaimer a {
  color: #007BFF;
  text-decoration: none;
}

.LoginM-container{
      display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.login-container{
    width: 60vw;
    max-width: 650px;
    height: fit-content;
    padding: 0px;
  }

/* 
******|||||||||||||||******
|||||||| COOKIES
******|||||||||||||||******
*/

.cookiesLogo{
  position: absolute;
  top:-5vw;
  left:50%;
  margin-left: -5vw;
  width: 10vw;

}
.texto-cookies {
    width: 70%;
    font-size: .8rem;
    color: #929191;
    text-align: center;
    margin-bottom: 1vh;
}


.cookie-banner{
    position: fixed;
    width: 100vw;
    left: 0px;
    bottom: 10px;
    bottom: 0vh;
    bottom: -50vh;
    top: auto;
    right: auto;
    z-index: 9999;

    padding-top: 2vh;
    padding-bottom: 2vh;
   


    border-radius: 0px;
    background-color: #fff;
    /* box-shadow: 0 6px 23px 0 rgba(20, 20, 43, 0.08); */
    display: flex;
    align-items: center;
    justify-content: space-around;
   

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
  
}




.button-primary {

   font-family: 'Brandon';
    font-weight: 500;
    font-size: .9rem;
    margin-top: 0.6rem;
    width: 30vw;

    line-height: .6rem;

    padding:20px 15px 20px;
  
  text-align: center;
  text-decoration: none;



  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #cfcfcf;

  
  color: #fff;


  
}

.button-primary:hover {
  background-color: #cfcfcf;
 /*
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  */
}







  /* 
  ******|||||||||||||||******
  |||||||| SCROLL TIP
  ******|||||||||||||||******
  */

     .ScrollDown{
      position: absolute;
      bottom: 6vh;
      left:50%;
      opacity: 0;
     

      z-index: 800;

      display: none !important;
      
    }

   
    .ScrollDown-img{
      position: absolute;
      height: 5vh;
      transform: translate(-50%, -50%);
    }





  /* 
  ******|||||||||||||||******
  |||||||| HEADER
  ******|||||||||||||||******
  */
 

 .Header{
   width: 100vw;
   height: 90vh;
      margin-top: 85px;
   background-color: #76abcf;
   background-color: #ffffff;

    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
 }
 
   #HeaderVideo {
      width: 100%;
      height: auto;
  }



  /* 
  ******|||||||||||||||******
  |||||||| MODULS
  ******|||||||||||||||******
  */
 
  .FrontModuls{
     position: relative;
      z-index: 900;
  }


  /* 
  ******|||||||||||||||******
  |||||||| MODUL 01
  ******|||||||||||||||******
  */
 

  .Modul-01{

    width: 100vw;
    height: 100vh;

    min-height: calc(100vw * (9 / 16)); /* Proporción 16:9 */
    
    background-color: #8f99a1;

    background-image: url('assets/burbujas_bg_@2x.png');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;

     background-attachment: fixed;

   
   
    
    

  }

  .Modul-01-container{

     width: 100vw;
    height: 100vh;
    min-height: calc(100vw * (9 / 16)); /* Proporción 16:9 */
    display: flex;

     justify-content: center; 
    align-items: center; 

  }

  .Modul-01-half{
    width: 40vw;
    /*height: 90%;*/

   
  }



  .Modul-01-center{
    display: flex;
  }

  .Modul-01-left{
    
    margin-right: 3vw;

     
    background-clip: padding-box; /* Evita que el fondo salga fuera del borde redondeado */


    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

    .Modul-01-left{
        border-radius: initial;
        background-color: unset;

    }



    .Modul-01-left-image{
        width: 100%;
        height: auto;
    }


   .Modul-01-right{
    
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }

  .Modul-01-R-in{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .Modul-01-R-in img{
     width: 100%;
     height: auto;
  }

  .Modul-01-R-top{
   
  }
  .Modul-01-R-bottom{

  }

  


 /* 
  ******|||||||||||||||******
  |||||||| MODUL 02
  ******|||||||||||||||******
  */
 

   .Modul-02-tips , .Modul-07-razones{

    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10vh;
    padding-top: 10vh;

    padding-bottom: 4vh;
    padding-top: 6vh;
        padding-left: 5vw;

   

   }




   .Modul-07-razones{
    background-color: #F5F5F5;
    padding-bottom: 8vh;
  }

   .Tips-modul-container{
    width: 85vw;
   }

   .Title-Big{
      font-size: 3.8vw;
      color: #61a60e;
      line-height: 3.9vw;
   }


   .Tips-container{
        margin-top: 40px;
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      align-content: flex-start;
      align-items: flex-start;
   }

   .Tip-Div{
    margin-bottom: 1.2vw;

   }
   .Tips-col{
    
   }

  .Tips-col-L{
    width: 50%;
   

  }

  .Tips-col-R{
    width: 50%;
    padding-left: 12vw;

  }

  .Tip-title{

    font-size: 2.1vw;
    color: #61a60e;
    line-height: 2.9vw;
    margin-bottom: .5vw;
    
   }

   .Tip-preTitle{
      font-size: 2.2vw;
      color: #61a60e;
      line-height: 2.5vw;
      margin-bottom: 3.8vw;
      width: 50%;
   }



   .Private-tips-title{
    width: 100%;
    margin-bottom: 0px;
   }

    .Private-tips-title.sticky {
        position: fixed;
        top: 20px; /* Margen de 20px desde la parte superior */
        width: 42vw;
    }

   .Tip-text{
    
      font-size: 1.2vw;
      color: #575756;
      line-height: 1.5vw;
      width: 80%;

   }

   .Private-Tips-container{
      margin-top: 0px;
   }

   .Private-Modul-02-tips{
       padding-top: 2vh;
     }


    




 /* 
  ******|||||||||||||||******
  |||||||| PRIVATE VIDEO
  ******|||||||||||||||******
  */
 

  .Private-Video {
   
    width: 100vw;
    /*height: fit-content;*/
    height: auto;
    margin-bottom: 5vh;


  }

  .Private-video-formula{
     position: absolute;
    z-index : 6;
    width: 100vw;
    height: auto;
    aspect-ratio: 16 / 9; /* Ajusta según el aspecto de tu video */
  }



  .Private-video-formula video{
    width: 100vw;
    height: auto;
  }

  .Private-video-cover{
    position: relative;
    width: 100vw;
    height: auto;
    top: 0;
    left: 0;
    z-index : 9;
    pointer-events: none;
  }
 


  .Private-video-playButton{

      position : absolute;
      width : 10%;
      height : auto;
      top : 50%;
      left : 50%;
      transform : translate(-50%, -50%);
      cursor : pointer;
      z-index : 10;
      pointer-events: none;

    }
     
 /* 
  ******|||||||||||||||******
  |||||||| PRODUCTS
  ******|||||||||||||||******
  */
 
 /*
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*/


.Product-module-titleBar{
     
  display: flex;
    padding: 2vw .5vw 2vw 5vw;
    padding: 5vh .5vw 2vw 5vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  

}

.Private-Product-module-titleBar{
      padding-top: 6vh;

    }




.Map-title{

    padding: 2vw .5vw 2vw 5vw;
    width: 80vw;
    font-size: 2.9vw;
    line-height: 3.1vw;
    color: #575754;
    
}


.Product-module-nav {
   
   
    

    display: flex;
    justify-content: center;
    align-items: center;
}



.Product-arrow-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0 10px;
    cursor: pointer;
}

.Product-arrow-button img {
    width:2vw;
    height: auto;
}




      .Product-arrow-button , .Product-arrow-button:visited , .Product-arrow-button:active {
          opacity: .25;
          
      }


      .Product-arrow-button:hover {
          opacity: 1;
      }

       .Product-arrow-button:focus{
          opacity: 1;
      }





.Product-module-title{
  width: 80vw;
      font-size: 2.9vw;
    line-height: 3.1vw;
    color: #575754;
 

}


.product-module{
   box-sizing: border-box;
}


.product-module {
    position: relative;
    width: 100vw;
    /*height: 80vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-container {
    display: flex;
    gap: 20px;
    gap: .6em;

    width: auto;
    
    overflow-x: scroll;
    scroll-behavior: smooth;

    padding: 2vw 5vw 10vw 5vw;

    scrollbar-width: none; /* Firefox */
  
}

.product-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}


.product {
    width: 25vw;
    height: 100%;
    
    text-align: center;
    cursor: pointer;
}

.product-text{
  text-align: left;
}

.product-desc{
  margin: 0px;
    margin-top: .3vw;
}

.product img {
    width: 25vw;
    height: auto;
    object-fit: contain;
}

.product h3 {
    font-size: 1.3vw;
    font-size: 1.2em;
    margin: 5px 0 0px 0;
}

.formacion-videoContainer h3 {
    position: absolute;
    width: 95%;
    margin-top: 10px;
    
    /*font-size: 1.3vw;*/
    font-size: 1.2em;

    color: #575757;
}

.product p {
    font-size: 1.2vw;
    font-size: 1.2em;
    color: #555;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

 
 .private-product-container{
      padding-bottom: 10vw;
    }



 /* 
  ******|||||||||||||||******
  |||||||| DOWNLOAD
  ******|||||||||||||||******
  */
 
  .Private-download-modul{
    padding-bottom: 5vh;
    padding-top: 5vh;
    margin-bottom: 6vh;

  }

  .Private-download-modul::before{
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #61a60e;
    top: 0vh;
  }

  .Private-download-modul::after{
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #61a60e;
    bottom: 0vh;
  }

  
 
 
  .Private-download-container{
    width: 90vw;
  }

  .Private-download-wrap{


   display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 0vh;

  }

  /*
   Tip-preTitle Private-tips-title
   */

   .Private-download-title{
      margin-bottom: 0px;
     font-size: 3.6vw;
    line-height: 3.8vw;

     
      color: #61a60e;
     
       width: 100%;
     

   }

 

  .Private-download-col-L {
       width: 40vw;

   
}
 .Private-download-col-R {
    width:auto;
   
}

.Private-download-col-R button {
    padding: 1em;
    width: auto;
    padding-left: 2.2em;
    padding-right: 2.2em;
}


 /* 
  ******|||||||||||||||******
  |||||||| FORMACIONES
  ******|||||||||||||||******
  */
 
  .formacion{
    width: fit-content;
    height: fit-content;
  }

   .VideoFormacion{
    /* 
    width: 30vw;
    height: auto;
    */

    width: auto;
    height: 70vh;

    object-fit: contain;
    outline: none;
    max-height: 80vh;
   }


   .formacion-videoContainer{
      position: relative;
      display: inline-block;

      margin-bottom: 2.2em;
   }

   #videos-container{
    padding: 2vw 5vw 15vw 5vw;
    /*height: 90vh;*/
   }

   .formacion .formacion-playButton , .formacion-videoThumb{

      position : absolute;
      width : 30%;
      height : auto;
      top : 50%;
      left : 50%;
      transform : translate(-50%, -50%);
      cursor : pointer;
      
      pointer-events: none;

    }

    .formacion-playButton{
       z-index : 12;
    }

    .formacion .formacion-videoThumb{
      width : auto;
      height : 100%;
      z-index : 11;
    }
 /* 
  ******|||||||||||||||******
  |||||||| 360
  ******|||||||||||||||******
  */
 
  .Modul-05-Accion360 {
    width: 100vw;
    /* min-height: 80vh; */
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-color: #f8f8f8;
    background-color: #ffffff;
    
}

.Modul360-Color{
  position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    opacity: .7;
    mix-blend-mode: multiply;

}
 
  .Accion360-img{
    max-width: 80%;
    height: auto;
  }

  #Video360 {
    width: 90%;
    max-width: 1000px;
  }

  #Video360 {
    margin: 0;
    padding: 0;
    display: block; /* Asegúrate de que se comporte como un bloque */
    height: auto; /* Mantén la relación de aspecto */
    border: none; /* Por si hay algún borde añadido por defecto */
    outline: none; /* Elimina cualquier outline que pudiera aparecer */
  }

  /* 
  ******|||||||||||||||******
  |||||||| ENCUESTA
  ******|||||||||||||||******
  */
 

  .Modul-06-encuesta{
    
    background-color: #ffffff;
    /*background-color: #CCCCCC;*/
    

    /*min-height: 90vh;*/
    padding-bottom: 5vh;


    margin-bottom: 2vh;

     overflow: hidden;
    /*transition: height .9s ease-in-out;*/

     height: auto;
   
  }

  #Encuesta-Modul-Wrap{

    overflow: hidden;
     height: auto;

  }

  .Modul-06-encuesta.open {
    height: auto;
  }

  .Encuesta-title-cont{
    margin-top: 3vh;
    padding: 6vh .5vw 2vh 5vw;
  }

  .Encuesta-title{
    font-size: 3.8vw;
    color: #575756;
    line-height: 3.9vw;
  }

  .Encuesta-subTitle{
    font-size: 2.5vw;
    color: #575756;
    line-height: 2.6vw;
    margin-top: .5vw;
  }



  .Encuesta-ui-container {
      width: 100vw;
      
      
      margin-top: 5vh;
  }

  .Encuesta-wrap {
      width: 70vw;
     
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .Encuesta-screen {
     display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    padding-left: 8vw;
     opacity: 0;
  }

   .Encuesta-ui {
    /*
      width: 60vw;
      background-color: #ffffff;
      
         height: 35vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      */
     width: 90%;

  }


  .EncuestaCheck{
    display: none;
  }


  .Encuesta-ui{
    /*
      border-radius: 6vw; 
    -webkit-border-radius: 6vw; 
    -moz-border-radius: 6vw; 
    background-clip: padding-box; 
    */
   
  }


  .Encuesta-content{
    max-width: 65%;
   
  }


  /* ALINEADO IZQ */
/*

  .Encuesta-content{
    width: 80%;
    max-width: inherit;;
    margin-top: 4vh;
  }

  .Encu{
    justify-content: flex-start;
  }
*/
  /*--------*/


  .Encuesta-nav{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;

    margin-top: 1vw;

  }

  .Encuesta-nav-bread{
    font-size: 1.9vw;
    line-height: 0vw;
    margin-right: 1vw;
    color:#575754;
  }

  .Encuesta-arrow-button img {
    width: 2vw;
    height: auto;
  }

  .Encuesta-Opciones{
    font-size: 1.6vw;
    color: #8f8f8d;
    line-height: 1.8vw;

  }


.Encuesta-arrow-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0 .09vw;
    cursor: pointer;

}


      .Encuesta-arrow-button , .Encuesta-arrow-button:visited , .Encuesta-arrow-button:active {
          opacity: .6;
          
      }


      .Encuesta-arrow-button:hover {
          opacity: 1;
      }

       .Encuesta-arrow-button:focus{
          opacity: 1;
      }


    .Encuesta-pregunta{
       font-size: 1.8vw;
    color: #575756;
    line-height: 1.9vw;

    }

    .EncuestaRespuesta{
       font-size: 1.6vw;
    color: #575756;
    line-height: 1.8vw;

    }




.custom-checkbox {
    display: block;
    position: relative;
   padding-left: 3vw;
       padding-bottom: 1.5vw;
    
    cursor: pointer;
   
    user-select: none;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: -.1vw;
    left: 0;
    height: 2vw;
    width: 2vw;
    background-image: url('assets/check/uncheck.png');
    background-size: cover;
}

.custom-checkbox input:checked ~ .checkmark {
    background-image: url('assets/check/check.png');
    background-size: cover;
}


  .Encuesta-send{
    margin-top: 2vh;
    margin-left: 7vw;
  }

  .Encuesta-send-button {
    background-color: #575756;
    color: white;
    border: none;
    border-radius: 2vw;
    padding: 10px 30px;
    padding: .7vw 3vw;
    font-size: 1.2vw;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-align: center;
    margin-left: 1vw;
    margin-bottom: 5px;
}

.Encuesta-send-button:hover {
    background-color: #737372; /* color más claro al hacer hover */
}


  .Encuesta-Resultado-Title{
    font-size: 2.3vw;
  }
  
  .Encuesta-Resultado-Texto{
    font-size: 1.9vw;
    line-height: 2.1vw;
    color: #575756;

  }

  #Encuesta-resultado{
    display: flex;
    display: none;
    opacity: 0;
    width: 100vw;
    
    color: #575756;
   
   
    margin-left: -8vw;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }
  
  #Encuesta-respuesta{
    width: 50%;
    margin-bottom: 2vw;
  }

  #Encuesta-more p{
    cursor: pointer;
    width: fit-content;
  }

  #Encuesta-more img{
    height: 70px;
    width: auto;
     cursor: pointer;
  }

  #Encuesta-more{
    width: 50%;
    text-align: center;
    color: #61a60e;
  }


  #Encuesta-bodegon{
     width: 50%;
  }

  #Encuesta-bodegon img{
      height: auto;
      width: 100%;
  }



  #Encuesta-extend{
    width: 50%;
    display: none;
    opacity: 0;
  }

  #Encuesta-extend p{
    margin:0px;
   }

  #Encuesta-resultado{

     font-size: 1.7vw;
     line-height: 2.5vw;
     margin-bottom: 5vh;
  }





     #Encuesta-resultado a{
        text-decoration: none;
        font-family: 'Brandon';
        font-weight: 500;
    }


      #Encuesta-resultado a , #Encuesta-resultado a:visited , #Encuesta-resultado a:active {
          color: #575756;
          text-decoration: none;
      }


      #Encuesta-resultado a:hover {
          color: #61a60e;
      }

       #Encuesta-resultado a:focus{
          color: #575756;
          outline: none;
      }





  #Encuesta-extend .ExtraTitle{
    font-size: 1.9vw;
    line-height: 2.4vw;

    margin-bottom: .5vw;
    margin-top: 1.8vw;

    color: #61a60e;
  }

   

/*
@media (max-width: 768px) {
    .enviar-btn {
        font-size: 1em; 
        padding: 8px 20px;
    }
}
*/




 /* 
  ******|||||||||||||||******
  |||||||| MAPS
  ******|||||||||||||||******
  */
 
  .Map-container{
    width: 100vw;
    height: 70vh;
  }

  #Mapa-Load-button {
    background-color: #61a60e;
    color: white;
    border: none;
    border-radius: 2vw;
    padding: 10px 30px;
    padding: .7vw 3vw;
    font-size: 1.2vw;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-align: center;
    margin-left: 1vw;
    margin-bottom: 5px;
}

  


 #Mapa-Load-button ,  #Mapa-Load-button:visited ,  #Mapa-Load-button:active ,  #Mapa-Load-button:focus {
          border: none;
           outline: none;
          
      }

 #Mapa-Load-button:hover {
        background-color: #82b756;
          border: none;
           outline: none;
      }



  #MapaProductos{
    margin-top: 8vh;
  }

   #map {
           

            width: 100vw;
        position: relative;
        overflow: hidden;
        height: 70vh;
        }


  #MapLoading{
    position: absolute;


    width: 100vw;
    height: 70vh;
    z-index: 100;

    background-image: url('assets/MapLoading.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;

    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;

  }


  .MapLoading-text{

    text-align: center;
    font-size: 1.3vw;
    line-height: 1.5vw;

   
  }

  .MapLoading-text{
    display: none;
  }

  .MapLoading-info{

    text-align: center;
    font-size: .9vw;
    line-height: 1.1vw;
    opacity: .6;
   
  }

  .MapLoading-title{
     font-size: 1.6vw;
    line-height: 1.8vw;

  }


 /* 
  ******|||||||||||||||******
  |||||||| BLOCKS
  ******|||||||||||||||******
  */
 
  .WipSlice{
    width: 100vw;
    height: auto;
  }

  .ContentBlock-WIP{
    width: 100vw;
    height: auto;
  }
  .WipSlice{
    width: 100vw;
    height: auto;
  }




  .MarkerContainer{

    position: absolute;

   
    width: 15vw;
    background-color: #ffffff;
    height: fit-content;
    padding: 1vw;
        border-radius: .9vw;

    top : -5px;
    left : 50%;
    transform : translate(-50%, -100%);

     display: none;

  }

  .MarkerContainer-info{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }


  .MarkerContainer-link{
      height: fit-content;
  }
  .MarkerContainer-link img{
      height: 1.7vw;
          margin-right: 0.7vw;
  }

 .MarkerContainer-link a{
      display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e3;
    padding: .1vw .6vw .1vw .6vw;
    border-radius: .6vw;
        margin-top: .5vw;
}


      .MarkerContainer-link a , .MarkerContainer-link a:visited , .MarkerContainer-link a:active {
          color: #575754;
          text-decoration: none;
      }


      .MarkerContainer-link a:hover {
          color: #575756;
      }

       .MarkerContainer-link a:focus{
          color: #575756;
          outline: none;
      }

      

  /* 
  ******|||||||||||||||******
  |||||||| FOOTER
  ******|||||||||||||||******
  */
 
  .Footer-block{
    display: block;
    width: 100vw;
    
    float: left;
    padding-top: 2vh;
    padding-bottom: 2vh;
    
    margin-top: 6vh;
    margin-bottom: 6vh;

  
  }
    .Footer {
     

            display: flex;
            justify-content: space-between;
            align-items: center;
            
            background-color: #ffffff;
            position: relative;

            pointer-events: inherit;

               

        }

        .Footer-column {
            
          height: 100%;
          background-color: #ffffff;
        }

        .Footer-left {
          width: 37.2%;
        }

        .Footer-center {

          display: flex;
          justify-content: center;
          align-items: center;

          height: 100%;
          width: 25.3%;
          position: relative;
        }

        .Footer-right {
          width: 37.5%;
           
        }


         .Footer-center::before, .Footer-center::after {
            content: '';
            position: absolute;
            width: 2px;
            height: calc(100% + 4vh); /* Resta 10px de margen superior e inferior */
            background-color: #E1E1E0;
        }

        .Footer-center::before {
            left: 0px;
            top: -2vh;
        }

        .Footer-center::after {
            right: 0px;
            top: -2vh;
        }




        .Footer-left-content{
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 100%;
        }

        .Footer-logo{
          width: 75%;
        }

        .Footer-Text{
          width: 70%;
          font-size: 1.4vw;
          color: #575754;
        }





        .FooterLinks {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: revert;
          text-align: left;
      }



        .Footer-link{
          text-transform: uppercase;
          font-size: 1.0vw;
          padding-bottom: 0.3vw;
          color: #575754;
        }


      .Footer-link a , .Footer-link a:visited , .Footer-link a:active {
          color: #575754;
          text-decoration: none;
      }


      .Footer-link a:hover {
          color: #575756;
      }

       .Footer-link a:focus{
          color: #575756;
          outline: none;
      }


      .Footer-right{

         display: flex;
        justify-content: center;
        align-items: center;
      
      }

      .Footer-socials{
         display: flex;
    justify-content: space-between;
    width: 55%;

      }

      .Footer-social-button{
        width: auto;
        height: 3.5vw;
      }


  
       


  /* 
  ******|||||||||||||||******
  |||||||| UTILS
  ******|||||||||||||||******
  */




  #guides {
    position: fixed;
    top:0px;
    left:0px;
    
    width: 100vw;
    height: 100vh;

     pointer-events: none;

     z-index: 99999999;

     display: none;

  }

  .guide{
    position: absolute;
    top:0px;
    left:0px;
   
    border-color: #537a925e;
     border-style: none;
     border-width: 0px;
     pointer-events: none;
  }

  .guide-v{
    width: 1px;
    height: 100vh;
    border-left-width: 1px;
    border-left-style: solid;
  }

  .guide-h{
      height: 1px;
      width: 100vw;
      border-top-width: 1px;
      border-top-style: solid;
  }

  .guide-center-y{
    top:50vh;
  }
  .guide-center-x{
    left:50vw;
  }






















