/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

body #header-outer, body[data-header-color="dark"] #header-outer{
  background-color: transparent!important;
}

#idiomas{
  margin-right: 50px;
}
#idiomas, #idiomas a{
  color: white;
  font-size: 16px;
}
#idiomas.dark-idiomas, #idiomas.dark-idiomas a{
  color: black;
}

#idiomas:has(a:hover) .current-lang, #idiomas:has(a:hover) .separator-link{
  filter: blur(4px);
  transition: 0.6s ease-in-out;
}
#idiomas:has(a) .current-lang, #idiomas:has(a) .separator-link {
  transition: 0.6s ease-in-out;
}

.page-template.page-template-legal-page a{
  color: black;
  text-decoration: underline;
}
.page-template-legal-page header#top{
  background: #000000!important;
}

.row-bg-overlay{
  z-index: 10 !important;
  position: relative;
}    

#sustainable, #sostenible{
  position: relative;
  top: -160px;
}

.nectar-scrolling-text-inner__text-chunk h2{
  font-family: "the-seasons", sans-serif !important;
  font-style: normal!important;
}

.cky-title{
  display: none!important;
}

.cky-notice-des p{
  padding-bottom: 0!important;
}

.cky-consent-container .cky-consent-bar{
  padding:25px!important;
}

.cky-btn-revisit-wrapper{
  display: none!important;
}

#loader-content{
  top: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: black;
    transition: 1s ease-in-out;
    /* display: none; */
}

#loader-content.oculto{
  opacity: 0;
  z-index: -1;
}

/* .home #mouse-touch{
  display: none;
}
*/
#mouse-touch{
  display: none;
} 

.page-id-172 #mouse-touch{
 display: block;
}

p{
  line-height: 1.3!important;
}

/* h4 strong{
  font-weight: bold !important;
} */

/*___________________BOTONES___________________*/

button{
  border-radius: 50px!important;
}

button span{
  position: relative;
}

button.border-gradient img{
  width: 12px!important;
  height: auto!important;
  margin-bottom: 0!important;
}

img.prev{
  position: relative;
  left: -10px;
  opacity: 0;
  transform: scale(0.6);
  transition:  opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

img.next{
  position: relative;
  left: 15px;  
  transition:  opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

button.border-gradient:hover img.prev{
  opacity: 1;
  transform: scale(1);
}

button.border-gradient:hover img.next{
  opacity: 0;
  transform: scale(0.6);
}

button.border-gradient {
--p: 10%;
--glow-color: white;

position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
width: auto;
height: auto;
padding: 13px 60px;

/* Borde gris */
border: 1px solid rgb(66, 66, 66);

/* Fondo negro */
background-color: #000;
color: white;
font-size: 32px;
font-family: "the-seasons", sans-serif!important;
overflow: hidden;
cursor: pointer;
}

/* Borde animado */
button.border-gradient::before {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
padding: 1px; /* distancia desde el borde gris */
background: conic-gradient(from var(--gradient-angle, 0deg), transparent, var(--glow-color) var(--p), transparent calc(var(--p)*2));
-webkit-mask:
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
opacity: 0;
transition: opacity 0.3s;
pointer-events: none;
}

/* Hover activa el glow */
button.border-gradient:hover::before {
opacity: 1;
}

button.border-gradient:hover span{
transform: translateX(5px);
transition: 0.6s ease-in-out;
}
button.border-gradient span{
transition: 0.6s ease-in-out;
}

.button-circle .img-with-aniamtion-wrap {
  border-radius: 50px!important;
  width: 90px;
  height: 90px;
  /* border: 1px solid white; */


  --p: 10%;
--glow-color: white;

position: relative;
/* Borde gris */
border: 1px solid rgb(66, 66, 66);

/* Fondo negro */
background-color: transparent;
color: white;
overflow: hidden;
}

.button-circle .img-with-aniamtion-wrap .inner, .button-circle .img-with-aniamtion-wrap .hover-wrap, .button-circle .img-with-aniamtion-wrap .hover-wrap-inner{
  width: 100%;
  height: 100%;
}

.button-circle .img-with-aniamtion-wrap a{
  width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.down{
  max-width: 20px!important;
}

.button-circle .wpb_wrapper{
  display: flex;
  justify-content: center;
}

.button-circle{
  position: relative;
  top: 50px;
}

/* Borde animado */
.button-circle .img-with-aniamtion-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px; /* distancia desde el borde gris */
  background: conic-gradient(from var(--gradient-angle, 0deg), transparent, var(--glow-color) var(--p), transparent calc(var(--p)*2));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  }
  
  /* Hover activa el glow */
  .button-circle .img-with-aniamtion-wrap:hover::before {
  opacity: 1;
  }

  /*_________________MENU________________*/

  #page-menu{
    width: 100%;
    height: 100%;
    background: black;
    position: relative;
    position: fixed;
    top: 0;
    z-index: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
  }

  #page-menu.active{
    z-index: 1000;
    opacity: 1;
    transition: 0.5s ease-in-out;
  }
  .menu-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 90px;
    opacity: 0;
    filter: blur(8px);
    transition: filter 1s ease-in-out 0.5s, opacity 1s ease-in-out 0.5s;
  }

  #page-menu.active  .menu-container {
    opacity: 1;
    filter: blur(0);
    transition: filter 1s ease-in-out 0.5s, opacity 1s ease-in-out 0.5s;
  }

  .menu-left {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 45px;
    top: 30vh;
    position: relative;
    color: white;
  }
  
  .menu-left div a,
  .menu-left div .separator {
    display: inline-block;
    transition: filter 1s ease-in-out, opacity 1s ease-in-out;
  }
  
  /* Al hacer hover en .menu-left → todo se difumina */
  .menu-left>div.active:hover a,
  .menu-left>div.active:hover .separator {
    filter: blur(8px);
    opacity: 0.5;
    transition: filter 1s ease-in-out, opacity 1s ease-in-out;
  }
  
  /* El enlace en hover se mantiene nítido */
  .menu-left>div.active>a:hover {
    filter: blur(0);
    opacity: 1;
  }
  
  .menu-left > div {
    opacity: 0.3;
    transition: opacity 0.3s;
    font-style: italic;
    font-size: 22px;
  }

  .menu-left a{
    color: white;
    transition: filter 1s ease-in-out, opacity 1s ease-in-out;
  }

  .menu-left > div.active {
    display: block;
    opacity: 1;
  }

  .menu-right {
    font-size: 32px;
    top: calc(30vh - 32px);
    position: relative;
  }
  /* .menu-right>div[data-target="content-4"],  .menu-right>div[data-target="content-4"] a{
    cursor: default;
  } */

  .menu-right div, .menu-right a {
    margin: 20px 0;
    cursor: pointer;
    color: #383838!important;
    transition: color 0.3s;
    font-family: "the-seasons", sans-serif!important;
    font-size: 55px;
    line-height: 1;
    text-align: right;
  }

  .menu-right div:hover,  .menu-right a:hover {
    color: white!important;
  }


/*___________________GENERAL________________*/

#ham-menu{
  width: 90px;
  height: 18px;
  cursor: pointer;
  position: relative;
}

.col-menu{
  display:flex;
  align-items: center;
}

.line-1 {
  background-color: white;
  height: 1.5px;
  width: 60px;
  transition: 0.3s ease-in-out;
  position: absolute;
  right: 0;
}

#ham-menu:hover .line-1 {
  width: 90px;
  transition: 0.3s ease-in-out;
}

#ham-menu .line-2{
  background-color: white;
  height: 1.5px;
  width: 90px;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 18px;
  right: 0;
}


#ham-menu:hover .line-2{
  width: 60px;
  transition: 0.3s ease-in-out;
}

.aspa-1{
  background-color: white;
    height: 1.5px;
    width: 50px;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 0;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.aspa-2{
  background-color: white;
    height: 1.5px;
    width: 50px;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 0;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.menuopen .aspa-1{
  transform: rotate(90deg);
  opacity: 1;
  transition: 0.4s ease-in-out;
}

.menuopen .aspa-2{
  transform: rotate(0deg);
  opacity: 1;
  transition: 0.4s ease-in-out;
}

.menuopen .line-1, .menuopen .line-2{
  opacity: 0;
}

body[data-button-style*="slightly_rounded"] button{
    -webkit-border-radius:50px!important;
}

html {
    scroll-behavior: smooth;
}

#header-outer{
    top: 0px;
    position: fixed!important;
    transform: translateY(-110px)!important; 
    backdrop-filter: blur(0.3vw);    
    transition: 0.4s ease-in-out!important; 
    box-shadow: none!important;
}

#header-outer.header-appear{
    transform: translateY(0px)!important;
    transition: transform 1.5s ease-in-out 0s!important; 
}
 #header-outer.header-in{
  transform: translateY(0px)!important;
    transition: transform 1s ease-in-out 0.2s!important; 
}

.dark-menu .line-1{
  background-color: black;
}

#ham-menu.dark-menu .line-2{
  background-color: black;
}
/* 
#header-outer:not(.home #header-outer){
  position: fixed;
  backdrop-filter: blur(0.3vw);    
} */


/* #header-outer.blur-head{
    backdrop-filter: blur(0.3vw);
} */

#header-outer #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

/* h2:not(.subtitle h2){
    font-family: "the-seasons", sans-serif!important;
    font-weight: 100;
    font-size: 120px!important;
    line-height: 1;
} */

h3{
  font-family: "the-seasons", sans-serif!important;
  font-weight: 100;
  /* font-size: 80px!important; */
  line-height: 1;
}

.grain{
    z-index: 10010;
    opacity: .14;
    filter: brightness(70%) grayscale(1);
    mix-blend-mode: lighten;
    /* background-image: url(https://cdn.prod.website-files.com/679742110fb07950530154b3/67f3657b59baabea4578d295_noise%20GIF.gif); */
    /* background-image: url(https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExeTZuMHdxNWpoY3hxcHZnMjllZzZoam05cGRndDUyZjAwYm9jZWMxbiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/FSqYDfsdaiG9W/giphy.gif); */
    background-size: 144px;
    height: 100vh;
    pointer-events: none;
    min-height: 100vh;
    width: 100vw;
    position: fixed;
    inset: 0%;
}

/* mouse */

#mouse-circle {
    width: 11px;
    height: 11px;
    filter: blur(2px);
    background-color: white;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    top: -5px;
    left: -5px;
    transform: translate(-50%, -50%);
    transition: transform 0.15s linear;
    opacity: 0;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.mascara-row{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2025/09/mask-4.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px 30px 0 0;
}

.espiral{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}
.espiral-left{
  justify-content: flex-start;
}

.espiral img{
  height: 60vh!important;
  width: auto!important;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1.2s ease-in-out 0.5s, transform 1.2s ease-in-out 0.5s;
}

.espiral.visible img{
  opacity: 1;
  transform: scale(1);
}

#roots .espiral-left{
  left: -58px;
}

.card-4 .espiral-left{
  left: -100px;
}
/*___________________HOME________________*/

.pulse {
    opacity: 0;
    filter: blur(8px);
    transform: scale(0.8); /* arranca un poco más pequeño */
    animation:
      fadeInZoom 2s ease forwards,
      pulse 1.3s ease-in-out 1.5s 3; /* empieza después de 2s, dura 1.5s, se repite 3 veces */
  }

  /* fade con zoom inicial */
  @keyframes fadeInZoom {
    0% {
      opacity: 0;
      filter: blur(8px);
      transform: scale(0.8);
    }
    100% {
      opacity: 1;
      filter: blur(0px);
      transform: scale(1);
    }
  }
  
  /* efecto latido */
  @keyframes pulse {
    0%, 100% { 
      transform: scale(1); 
      transition: opacity 1.5s ease-in-out 1s, filter 1.5s ease-in-out 1s;
    }
    30%      { 
      transform: scale(1.1); 
    } /* crece */
    60%      { 
      transform: scale(1); }
          /* vuelve */
  }
  
  .fs-home button {
    opacity: 0;
    animation: aparecer 1s ease forwards;
    animation-delay: 6s;
  }

  .fs-home .subtitle{
    margin-top: -20px;
    margin-bottom: 60px;
  }

  .subtitle h2 span {
    font-style: italic!important;
    font-weight: 100!important;
}
.pulse{
    margin-top: -50px;
}
  
  @keyframes aparecer {
    to {
      opacity: 1;
    }
  }
  
.mask .row-bg{
    position: relative;
}
.mask>div>div .row-bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/09/mask-4.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

 .mask>div>div .no-mask .row-bg::before{
  display: none;
}

.mask>.nectar-video-wrap::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/09/mask-4.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.mask .button-circle .row-bg::before{
  display: none;
}
.breadcrumb{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  filter: blur(8px);
  z-index: 10;
}

.breadcrumb.visible{
  opacity: 1;
  filter: blur(0);
  transition: filter 1s ease-in-out 0.1s, opacity 1s ease-in-out 0.1s;
 }

.breadcrumb .wpb_text_column {
  margin-bottom: 0;
}
.breadcrumb >div>div{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.breadcrumb a{
  color: white;
  position: relative;
  font-size: 18px;
  font-style: italic;
  padding: 0;
  margin-right: 30px;
  transition: 0.6s ease-in-out;
}

.breadcrumb a::after{
  content: '/';
  position: absolute;
  right: -20px;
  transition: 0.6s ease-in-out;
}

.breadcrumb>a:nth-last-of-type(1)::after{
  display: none;
}

.breadcrumb a{
  color: white;
  position: relative;
  font-size: 20px;
  font-style: italic;
  padding: 0;
  margin-right: 30px;
  transition: 0.6s ease-in-out;
}

/* Cuando el mouse está sobre el contenedor */
.breadcrumb:hover a {
  filter: blur(3px);
}

/* Excepción: el link que recibe el hover NO se blurea */
.breadcrumb a:hover {
  filter: none;
}

.breadcrumb:hover a::after{
  filter: blur(3px);
  transition: 0.6s ease-in-out;
}

 .title-blur{
  opacity: 0;
  transform: scale(0.9)!important;
  filter: blur(5px); /* blur inicial */
  transition: transform 2s ease-in-out, filter 2s ease-in-out, opacity 2s ease-in-out;
 }
 .title-blur.text-blur{
  opacity: 1;
  transform: scale(1)!important;
  filter: blur(0px); /* blur inicial */
}

.title-blur{
  opacity: 1;
  filter: blur(0px); /* blur inicial */
}


.mask-parallax>.row-bg-wrap::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;

  background:linear-gradient(to bottom,
  rgba(0,0,0,1)6%,    
  rgba(0, 0, 0, 0.4) 40%,   
  rgba(0,0,0,0.3) 50%,   
  rgba(0,0,0,0.4)70%,   
  rgba(0,0,0,1) 100%);
}


.pin-section{
  height: 100vh;
  font-size: 3rem;
}
.scroll-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
  }

.scroll-section {
    transform: translateX(100%);
    opacity: 0;
}

.background-roots{
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/10/ROOTS_1.jpg);
  background-size: cover;
  z-index: -1;
}

.contenido-roots{
  overflow-y: scroll;
  height: 100vh;
}

  .marquee-wrapper {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	background: #111;
	color: #fff;
	height: 100px;
	display: flex;
	align-items: center;
	font-size: 2rem;
	position: relative;
  }
  
  .marquee-inner {
	display: inline-block;
	white-space: nowrap;
	animation: marqueeLoop 15s linear infinite;
  }
  @keyframes marqueeLoop {
	0%   { transform: translateX(0%); }
	100% { transform: translateX(-50%); }
  }

  
  .marquee-inner span {
	display: inline-block;
	padding-right: 2rem; /* Espacio entre frases duplicadas */
  }


  .scale-section {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	background: lightgreen;
	transform: scale(0.5);
  }


  li {
    /* display: block; */
    position: relative;
  }

  #intro{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    position:relative;
  }

  .pulse{
    max-width: 60%!important;
    position: relative;
    top: 50px;
  }

  h1.subtitle{
    font-size: 30px!important;
    color: white;
    font-style: italic;
    font-weight: 100!important;
    margin:50px;
  }

  

  .container-wrap.home-page{
    padding-top: 0!important;
    /* margin-top: -110px!important; */
  }
  .container-wrap{
    padding-bottom: 0!important;
  }
  #header-space{
    position: fixed;
  }
  #videoHome{
    height: 100vh;
    background-color: grey;
  }

  .d-none{
    display: none!important;
  }



  body.stepInto{
    height: initial;
    overflow: visible;
  }

  #sectionVideoHome{
    background-color: black;
    height: 100vh;
    overflow: hidden;
  }
  #sectionVideoHome.moveVideo{
    transform: translateY(-100vh);
    transition: 1.5s ease-in-out;
    position: absolute;
  }

  #sectionVideoHome video{
    width: 100%;
    height: 100%;
  }

  .videoHome{
    opacity: 0;
    transition: opacity 3s ease-in-out 2s; 
  }

  .moveVideo .videoHome{
    opacity: 1;
  }
  .page-template-page-intro #header-outer{
    top: 110px;
  }


/*_____________________________ LETS TALK _______________________________*/

form[data-status="sent"] div:not(.wpcf7-response-output){
  display: none!important;
}

form[data-status="sent"] .wpcf7-response-output{
  height: 310px;
  display: flex;
  align-items: flex-end;
}

form[data-status="sent"] p{
  display: none!important;
}

input[type="checkbox"] {
  accent-color: grey; /* El color que quieras */
}

.wpcf7-form .wpcf7-not-valid-tip{
  position: absolute;
  top: 51px;
  left: -5px;
}

h1:not(h1.subtitle){
  font-family: "the-seasons", sans-serif !important;
  line-height: 0.8 !important;
  font-weight: 100 !important;
}

input[type="text"], input[type="email"]{
  /* border-bottom: 2px solid white; */
  color:black!important;
  padding-left: 0!important;
  border:none!important;
  opacity: 0;
  background-color: transparent !important;
  font-weight: 100!important;
}

textarea{
  /* border: 2px solid white!important;
  border-radius: 30px; */
  padding-left:0!important;
  height:140px;
  border:none!important;
  color:black!important;
  opacity: 0;
  background-color: transparent !important;
  font-weight: 100!important;
  border: 2px solid black !important;
  border-radius: 20px !important;
  padding-left: 15px !important;
}

.wpcf7-acceptance{
  margin-top: 10px !important;
  display: block;
  opacity: 0;
}

.info-legal{
  opacity: 0;
}


 /* span[data-name="your-email"]::before, span[data-name="company"]::before, span[data-name="your-message"]::before{
  content: '';
  position:absolute;
  left: 0;
  bottom:0;
  width: 100%;
  height: 1px;
  background-color: white;
  width: 0%;
} */

/* .form-active span[data-name="your-name"]::before{
  width: 100%;
  transition: 1.2s ease-in 0.5s;
} */

/* .form-active span[data-name="your-email"]::before{
  width: 100%;
  transition: 1.2s ease-in 0.9s;
}

.form-active span[data-name="company"]::before{
  width: 100%;
  transition: 1.2s ease-in 1.4s;
}

.form-active span[data-name="your-message"]::before{
  width: 100%;
  transition: 1.2s ease-in 1.8s;
} */

form{
  margin-top: -15px;
}

form p, .wpcf7-form p span{
  font-size: 12px;
  line-height: 1.3;
}

.title-form{
  font-size: 16px!important;
  margin-top: 30px!important;
  margin-bottom: 10px;
  opacity: 0;
}

::placeholder{
  font-size: 14px!important;
  color:black!important;
  font-weight: 300!important;
}

.wpcf7-acceptance .wpcf7-list-item{
  margin-left: 0;
}

.wpcf7-form p span {
  color: black;
}

body.material input[type="text"]:focus, body.material input[type="email"]:focus{
  box-shadow: none!important;
  border: none;
  border-bottom: 2px solid white;
  border-radius: 0;
  font-size: 16px;
  border-color: black;
}

.wpcf7-form .wpcf7-not-valid-tip{
  color: #d04242 !important;
    background: transparent;
}

.mail a, .adress p{
  color: black;
  font-size: 18px;
  line-height: 1.2;
}

.mail, .adress{
  position: relative;
  left:30px;
  opacity: 0;
}

.mail::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2026/02/mail.jpg');
  left: -31px;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.adress::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2026/02/location.jpg');
  left: -29px;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.enviar{
  padding: 13px 60px!important;
  border: 1px solid rgb(66, 66, 66);
  border-radius: 50px !important;
  cursor: pointer;
  background-color: #000;
  --p: 10%;
  --glow-color: white;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.enviar p{
  position: relative;  
}

.enviar p:before{
  content: '';
  width:12px;
  height: 23px;
  background-image: url('/wp-content/uploads/2025/09/flecha-der.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top:10px;
  left:-26px;
  transform: scale(0.6);
  opacity: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.enviar p:after{
  content: '';
  width:12px;
  height: 23px;
  background-image: url('/wp-content/uploads/2025/09/flecha-der.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top:10px;
  right:-26px;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.enviar:hover p:before{
  opacity: 1;
  transform: scale(1);
}

.enviar:hover p:after{
  opacity: 0;
  transform: scale(0.6);
}

.subscribe{
  opacity: 0;
}

body[data-form-submit=regular] .container-wrap button[type=submit], body[data-form-submit=regular] .container-wrap input[type=submit]{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  color: white;
  font-size: 32px;
  font-family: "the-seasons", sans-serif!important;
  padding: 0 !important;
  background: transparent;
  padding-right: 5px!important;
}

.enviar{
  position: relative;
  margin-top: 40px;
  display: inline-block;
}

.enviar::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px; 
  background: conic-gradient(from var(--gradient-angle, 0deg), transparent, var(--glow-color) var(--p), transparent calc(var(--p)*2));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none; 
  }

  .wpcf7-spinner{
    display: none;
  }

  .enviar:hover::before {
    opacity: 1;
  }

body[data-button-style="slightly_rounded_shadow"] .container-wrap input[type="submit"]:hover{
  -webkit-transform:none;
}

.input-line_wrapper{
  width: 100%;
  height: .06vw;
  inset: auto 0% 0%;
  margin-bottom: 30px;
}

.wpcf7-response-output{
  background: transparent!important;
  border: none!important;
  padding-left: 0!important;
  text-transform:uppercase;
}

.container-wrap input[type=text], .container-wrap input[type=email], .container-wrap input[type=password], .container-wrap input[type=tel], .container-wrap input[type=url], .container-wrap input[type=search], .container-wrap input[type=date], .container-wrap input[type=number], .container-wrap textarea, .container-wrap select, body > #review_form_wrapper.modal input[type=text], body > #review_form_wrapper.modal textarea, body > #review_form_wrapper.modal select, body > #review_form_wrapper.modal input[type=email], .select2-container--default .select2-selection--single, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single, .woocommerce input#coupon_code, .material.woocommerce-page[data-form-style="default"] input#coupon_code, body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea, body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] input[type=password], body[data-form-style="minimal"] input[type=tel], body[data-form-style="minimal"] input[type=url], body[data-form-style="minimal"] input[type=search], body[data-form-style="minimal"] input[type=date], body[data-form-style="minimal"] input[type=number], body[data-form-style="minimal"] select{
  font-size: 14px!important;
}
.input-line_block{
  width: 100%;
    height: 2px;
    position: relative;
}

.input-line_inner{
  /* background-color: #ffffff4d; */
  background-color: black;
    width: 100%;
    height: 100%;
    transition: background-color .4s;
    opacity: 0;
    position: absolute;
    top:0;
}

.input-decor{
  background-image: linear-gradient(90deg, #0000, black);
    width: 0%;
    height: 100%;
    position: absolute;
    inset: 0%;
    opacity: 1;
}


.input-decor_hover{
  opacity: 0;
    background-image: linear-gradient(90deg, #0000, black);
    width: 0%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.input-line_hover{
  background-color: #fff0;
  width: 100%;
  height: 100%;
  transition: background-color .4s;
}


.form-active .input-decor{
  width:100%;
  transition: 1.2s ease-in-out;
}

.form-active .input-line_inner{
  opacity: 1;
  transition: 0.9s ease-in-out 0.8s;
}


.form-active .input-decor.decor-2{
  transition: 1.2s ease-in-out 0.7s;
}

.form-active .input-line_inner.line-2{
  transition: 0.9s ease-in-out 1.6s;
}

.form-active .input-decor.decor-3{
  transition: 1.2s ease-in-out 1.4s;
}

.form-active .input-line_inner.line-3{
  transition: 0.9s ease-in-out 2.4s;
}

.form-active .input-decor.decor-4{
  transition: 1.2s ease-in-out 2.1s;
}

.form-active .input-line_inner.line-4{
  transition: 0.9s ease-in-out 3.2s;
}

form p{
  padding-bottom: 0!important;
}

:focus:not(textarea:focus){
  border:none!important;
}



.form-active [name="your-name"]{
  opacity: 1;
  transition: 2s ease-in-out 1.5s;
}

.form-active [name="your-email"]{
  opacity: 1;
  transition: 2s ease-in-out 1.6s;
}

.form-active [name="company"]{
  opacity: 1;
  transition: 2s ease-in-out 1.7s;
}

.form-active .title-form{
  opacity: 1;
  transition: 2s ease-in-out 1.8s;
}

.form-active textarea{
  opacity: 1;
  transition: 2s ease-in-out 1.9s;
}

.form-active .info-legal{
  opacity: 1;
  transition: 2s ease-in-out 2s;
}

.form-active .wpcf7-acceptance{
  opacity: 1;
  transition: 2s ease-in-out 2.1s;
}

.form-active .subscribe{
  opacity: 1;
  transition: 2s ease-in-out 2.1s;
}

.form-active .enviar{
    opacity: 1;
    transition: 2s ease-in-out 2.3s;
}

.form-page h1{
  opacity: 0;
  filter: blur(8px);
 }

 .form-page.form-active h1{
  opacity: 1;
  filter: blur(0);
  transition: filter 1.5s ease-in-out 1s, opacity 1.5s ease-in-out 0.5s;
 }

 .form-active .mail{
  opacity: 1.5;
  transition: 1s ease-in-out 1.8s;
 }
 .form-active .adress{
  opacity: 1.5;
  transition: 1s ease-in-out 2.8s;
 }

/*____________________________ OUR ROOTS ____________________________*/

.overlay-video{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, #000000bf 70%, black 100%);
    opacity: 1;
    transition: 2s ease-in-out;
}
/* .overlay-video.active{
  opacity: 1;
} */

.flickity-page-dots{
  display: none!important;
}

.fixed-bg-black{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 100;
}

.fixed-bg-black.ocult{
  opacity:0;
  transition: 2s ease-in-out 0.2s;
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/wp-content/uploads/2025/10/ROOTS_1.jpg') no-repeat center center;
  background-size: cover;
  z-index: -1;
  transform: scale(1.2);
}

.fixed-bg.visible{
  transform: scale(1);
  transition: 6s ease-in-out;
}

.bg-our-code{
  background-image: url('/wp-content/uploads/2025/10/roots-1.jpg');
  transition:none!important;
  /* transition: 2s ease-in-out; */
}

/* h1:not(.home h1){
  text-transform: uppercase;    
  margin-bottom: 20px !important;
} */

.using-image{
  z-index: 10!important;
}

.opacity-0{
  opacity: 0!important;
}

#the-creators{
  z-index: 10!important;
}

.subtitle-italic h2{
  font-size: 29px!important;
  font-family: 'Roboto'!important;
  font-style: italic;
  font-weight: 100!important;
  margin-top: 15px;
  /* max-width:490px; */
  text-align: center;
  line-height: 1.2!important;
}



[data-midnight="dark"] h4{
  color: black;
}

[data-midnight="dark"] p{
  color: black;
}

.subtitle-h4 h4{
  font-size: 25px!important;
  font-weight: 300;
}

i{
  font-weight: 300;
}

p em strong{
  font-weight: 800 !important;
}

h4{
    line-height: 1.2;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    margin-bottom: 50px;
}

.destacado-h3 h3{
  text-align: left;
    font-family: roboto !important;
    font-size: 40px !important;
    font-style: italic;
    line-height: 1.2;
    font-weight: bold!important;
}

.p-general p{
  font-size: 20px!important;
}

.nectar-flickity[data-controls=touch_total].nectar-carousel:not(.masonry) .flickity-viewport, .nectar-flickity[data-controls=touch_total]:not(.masonry) .flickity-viewport{
  margin-bottom:0!important;
}


h5{
  font-size:25px!important;
  font-family: "the-seasons", sans-serif!important;
}

.flickity-viewport  p{
  font-size: 18px;
  line-height: 1.3;
}

/*animacion*/

.roots-title h1{
  opacity:0;
  filter:blur(8px);
}
.roots-title h1.visible{
  opacity: 1;
  filter: blur(0);
  transition: filter 2s ease-in-out 2s, opacity 2s ease-in-out 2s;
 }

.roots-subtitle h2{
  opacity:0;
  filter:blur(8px);
} 

 .roots-subtitle h2.visible{
  opacity: 1;
  filter: blur(0);
  transition: filter 2s ease-in-out 3s, opacity 2s ease-in-out 3s;
 } 

 .blur .wpb_text_column{
  filter: blur(8px);
 }
  .blur .wpb_text_column.animated{
  filter: blur(0px);
  transition: filter 1.5s ease-in-out, opacity 1.5s ease-in-out!important;
 }

/* .flickity-viewport .wpb_text_column{
    filter: blur(2px);
 } */

/* .flickity-viewport .wpb_text_column.animated{
  filter: blur(0px);
  transition: filter 2s ease-in-out, opacity 2s ease-in-out!important; 
} */

.flickity-viewport .hover-wrap{
  transition: 2s ease-in-out !important;
}

.bg-video-roots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* cubre toda la sección */
  z-index: 0;
  filter: brightness(0.6); /* opcional, oscurece un poco el fondo */
  z-index: 1;
}
.col-code-title{
  display:flex;
  align-items:center;
}
.carrousel-code{
  overflow:hidden;
}
.seccion-pin-roots {
  position: relative;
  height: 100vh; /* se fijará al viewport */
  /* background-image:url('/wp-content/uploads/2025/10/roots.jpg'); */
  background-size:contain;
  background-size: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: black;
}

.contenido-our-code {
  text-align: center;
  width: 100%;
  height: 100vh;
  padding-right:160px;
  padding-left:160px;
  z-index: 3;
}
.contenido-1{
  height: 100vh;
  width: 100%;
  display:flex;
  justify-content:center;
  align-items:center;
  opacity: 0;
  filter: blur(8px);
}

.contenido-1.active{
  opacity: 1;
  filter: blur(0px);
  transition: filter 1.5s ease-in-out, opacity 1.5s ease-in-out;
}

.contenido-2{
  height: 100vh;
  width: 100%;
  display:flex;
  justify-content:center;
  align-items:center;
  position: relative;
  top:-70px;
}

.contenido-2 h3{
  opacity: 0;
  filter: blur(8px);
}

.contenido-2 h3.active{
  opacity: 1;
  filter: blur(0px);
  transition: filter 1.5s ease-in-out, opacity 1.5s ease-in-out;
}

.carrousel-code{
  opacity: 0;
  filter: blur(8px);
}

.carrousel-code.active{
  opacity: 1;
  filter: blur(0px);
  transition: filter 2s ease-in-out 1s, opacity 2s ease-in-out 1s;
}

.contenido-2>div{
  width:50%;
}
.carrousel-code h5{
  text-align: left;
  font-size: 30px !important;
}
.carrousel-code img{
  aspect-ratio: 3 / 1.8;
  object-fit:cover;
}

.carrousel-code p{
  text-align:left;
  margin-top: 20px;
  font-size: 20px!important;
}

.carrousel-code>div{
  position:relative;
  top:160px;
}


/*_________ THE CREATORS __________*/

.creators-title{
  text-align: left;
}

#the-creators h3{
  opacity: 0;
  filter: blur(8px);
}

#the-creators h3.visible{
  opacity: 1;
  filter: blur(0px);
  transition: filter 1.5s ease-in-out 1s, opacity 1.5s ease-in-out 1s;
}

#the-creators .creators-subtitle{
  opacity: 0;
  filter: blur(4px);
  display: block!important;
}

#the-creators .creators-subtitle.visible{
  opacity: 1;
  filter: blur(0px);
  transition: filter 1.5s ease-in-out 2s, opacity 1.5s  ease-in-out 2s;
}
 

#the-creators .creators-carousel{
  opacity: 0;
  filter: blur(8px);
}

#the-creators .creators-carousel.visible{
  opacity: 1;
  filter: blur(0px);
  transition: filter 2s ease-in-out 1s, opacity 2s ease-in-out 1s;
}

/*_________________________ OUR PULSE _______________________*/

.pulse-title h1{
  opacity:0;
  filter:blur(8px);
}
.pulse-title h1.visible{
  opacity: 1;
  filter: blur(0);
  transition: filter 2s ease-in-out 1.5s, opacity 2s ease-in-out 1.5s;
 }

 .pulse-subtitle h2{
  opacity:0;
  filter:blur(8px);
} 

.pulse-subtitle h2.visible{
  opacity: 1;
    filter: blur(0);
    transition: filter 2s 
ease-in-out 3s, opacity 2s 
ease-in-out 3s;
}

.pulse-title .subtitle-italic h2{
  max-width: 560px;
  margin: 0 auto;
  margin-top: 40px;
}

.title-section-pulse{
  opacity: 0;
  filter: blur(8px);
}

.title-section-pulse.active{
  opacity: 1;
  filter: blur(0px);
  transition: filter 2s ease-in-out 1.5s, opacity 2s ease-in-out 1.5s;
}

.button-scroll-in {
  position: absolute!important;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /* top: calc(50% + 50vh - 10px); */
  top:calc(100vh - 5px);
  opacity: 0;
  border-color: grey!important;
  transition: 1.5s ease-in-out 0.2s;
}
 .button-scroll-in.visible{
  opacity: 1;
  transition: 1.5s ease-in-out 0.2s;
}
.button-scroll-in a{
  flex-direction:column!important;
}

.button-scroll-in img{
  margin-bottom: 3px!important;
  /* opacity: 0;
  animation: arrows 2s infinite; */
}

.button-scroll-in::before{
  opacity: 1!important;
}

@keyframes arrows {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*____________________ OUR CREATIONS ____________________*/

.pin-solution {
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-left:160px;
  padding-right:120px;
}
.solution__left {
  flex: 1;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 4vw;
  position: sticky;
  top: 0;
  height: 100vh;
}
.solution__right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 5vw;
  height: 100%;
  overflow: visible;
}

.solution__text {
  max-width: 700px;
  font-size: 1.5vw;
  line-height: 1.6;
  position: relative;
  top: -150px;
  opacity: 0;
  filter: blur(8px);
  counter-reset: h5-counter; /* Reinicia el contador */
}

.solution__text h5::before {
  counter-increment: h5-counter; /* Aumenta el contador en cada h5 */
  content: "( " counter(h5-counter, decimal-leading-zero) " ) ";
  font-weight: bold;
  margin-right: 0.5rem;
  position: absolute;
  left: -50px;
  font-family: 'Roboto';
  font-weight: 100 !important;
  font-size: 16px;
  top: 5px;
}

.solution__text.visible{
  opacity: 1;
  filter: blur(0px);
  transition: filter 2s ease-in-out 1.5s, opacity 2s ease-in-out 1.5s;
}

.solutions-section h3{
  opacity: 0;
  filter: blur(8px);
}

.solutions-section h3.visible{
  opacity: 1;
  filter: blur(0px);
  transition: filter 2s ease-in-out, opacity 2s ease-in-out;
}


.pin-solution h5{
  font-size: 30px!important;
  line-height: 1.2!important;
  position: relative;
}

.pin-solution p{
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 20px;
}
.solutions-section .row-bg{
  height: 100vh;
}
.solutions-section .row-bg.fixed{
  position: fixed;
}

.beauty-creations h2{
  opacity: 0;
  filter: blur(8px);
}

.beauty-creations h2.visible{
  opacity: 1;
  filter: blur(0px);
  transition: filter 2s ease-in-out 0.8s, opacity 2s ease-in-out 0.8s;
}

#technologies h3, #technologies .subtitle-italic, #ingredients h3, #ingredients .subtitle-italic{
  opacity: 0;
  filter: blur(8px);
}

#technologies h3.active,  #ingredients h3.active{
  opacity: 1;
  filter: blur(0px);
  transition: filter 2s ease-in-out, opacity 2s ease-in-out;
}

#technologies .subtitle-italic.active,  #ingredients .subtitle-italic.active{
  opacity: 1;
  filter: blur(0px);
  transition: filter 2s ease-in-out 1s, opacity 2s ease-in-out 1s;
}


/*____________________ LEGAL ____________________*/
/* 
.legal-page h1{
  margin-bottom: 50px;
} */

/*________________ BLOG ________________*/

#grid-news {
  position: relative;
  display: grid;
  gap: 0;
  aspect-ratio: 3/1;
  overflow: hidden;
  border-top: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
}

/* Fondo principal */
#grid-news::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transition: filter 1.5s ease-in-out, opacity 1.5s ease-in-out;
  background-image: var(--bg-url);
  opacity: 1;
}

/* Capa temporal creada por JS (para crossfade) */
#grid-news .bg-temp {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  filter: blur(10px);
  opacity: 0;
  transition: opacity 0.6s ease-in-out, filter 0.6s ease-in-out;
}

#grid-news > .new-box {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  cursor: pointer;
}

#grid-news.posts-1 {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

#grid-news.posts-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}

.posts-2>div:nth-of-type(1){
  border-right: 1px solid #7e7e7e;
}

.posts-3>div:nth-of-type(2) {
  border-left: 1px solid #7e7e7e;
  border-right: 1px solid #7e7e7e;
}

.posts-4>div:nth-of-type(1), .posts-4>div:nth-of-type(3) {
  border-right: 1px solid #7e7e7e;
}

.posts-4>div:nth-of-type(1), .posts-4>div:nth-of-type(2) {
  border-bottom: 1px solid #7e7e7e;
}

.posts-5>div:nth-of-type(1), .posts-5>div:nth-of-type(2), .posts-5>div:nth-of-type(3) {
  border-bottom: 1px solid #7e7e7e;
}
.posts-5>div:nth-of-type(1), .posts-5>div:nth-of-type(2), .posts-5>div:nth-of-type(4), .posts-5>div:nth-of-type(5){
  border-right: 1px solid #7e7e7e;
}

.posts-6>div:nth-of-type(1), .posts-6>div:nth-of-type(2), .posts-6>div:nth-of-type(3) {
  border-bottom: 1px solid #7e7e7e;
}

.posts-6>div:nth-of-type(1), .posts-6>div:nth-of-type(2), .posts-6>div:nth-of-type(4), .posts-6>div:nth-of-type(5){
  border-right: 1px solid #7e7e7e;
}

#grid-news.posts-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  aspect-ratio: 3/0.6;
}

#grid-news.posts-4 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

#grid-news.posts-5,
#grid-news.posts-6 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.new-box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
  backdrop-filter: blur(0vw);
  transition: 0.4s ease-in-out!important;
}

.new-box:hover{
  backdrop-filter: blur(1vw);
  transition: 0.4s ease-in-out!important;
}

.new-box > * {
  position: relative;
  z-index: 1;
}

.new-box h4{
  font-size: 30px !important;
  font-weight: 100 !important;
}

.new-box a{
  display: flex;
  align-items: center;
  color: white;
  font-family: "the-seasons", sans-serif !important;
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  bottom: 15%;
}

.new-box a img{
  width: 8px!important;
  margin-left: 10px;
  transition: 0.5s ease-in-out;
}

.new-box:hover a img{
  transform: translateX(5px);
}

.posts-6 .new-box a, .posts-5 .new-box a, .posts-4 .new-box a{
  bottom:20%
}

.posts-6 h4, .posts-5 h4, .posts-4 h4{
  position: absolute;
  top: 30%;
}

/*_____________________ SINGLE POST ____________________*/

#post-heading{
  opacity: 0;
  filter: blur(2vw);
  transition: filter 2s ease-in-out, opacity 2s ease-in-out;
}
#post-heading.visible{
  opacity: 1;
  filter: blur(0);
}

/* .pulse-title h1.visible{
  opacity: 1;
  filter: blur(0);
  transition: filter 2s ease-in-out 1.5s, opacity 2s ease-in-out 1.5s;
 } */


.single-post {
  counter-reset: section; /* Reinicia el contador al entrar en el post */
}
.single-post .post-box h2{
  position: relative;
  opacity: 0;
  filter: blur(2vw);
}

.single-post .post-box.visible h2{
  opacity: 1;
  filter: blur(0);
  transition: opacity 2s ease-in-out 1s, filter 2s ease-in-out 1s;
}

.single-post .post-box h2::before {
  counter-increment: section;
  content: "( " counter(section, decimal-leading-zero) " ) ";
  font-weight: 600;
  color: white;
  margin-right: 8px;
  position: absolute;
  left: -50px;
  font-size: 16px;
  top: 10px;
  font-family: 'Roboto';
  font-weight: 100 !important;
}

.single-post #header-outer{
  background: transparent!important;
}
.single-post .container-wrap{
  padding-top: 0!important;
}

#post-heading{
  height: 100vh;
  width: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  flex-direction: column;
  padding-left: 160px;
  padding-right: 160px;
}

.info-post{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  opacity: 0;
  filter: blur(2vw);
}

.info-post.visible{
  opacity: 1;
  filter: blur(0px);
  transition: filter 2s ease-in-out 2s, opacity 2s ease-in-out 2s;
}

.date-post{
  font-style: italic;
  font-family: 'Roboto';
  font-size: 17px;
}

.nav-post{
  text-transform: uppercase;
  font-family: "the-seasons", sans-serif !important;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  width: 250px;
}
.info-post span{
  color:white;
}

.nav-post img{
  width: 7px;
  height: auto;
  transition: 0.3s ease-in-out;
}

.prev-post img{
  margin-right: 15px;
}
.next-post img{
  margin-left: 15px;
}

.nav-post>div{
  cursor: pointer;
}

.prev-post:hover img{
  transform: translateX(-5px);
}

.next-post:hover img{
  transform: translateX(5px);
}

.nav-post-end{
  margin-bottom: 50px;
}

.nav-post-end>.info-post{
  padding-right: 160px;
  display: flex;
  justify-content: flex-end;
}

body.single-post.material[data-bg-header=true] .container-wrap{
  padding-top: 0!important;
}

.line-vertical{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px!important;
}
.line-vertical>span{
  height: 200px;
  width: 1px;
  background-color: transparent;
  position: relative;
}
.line-vertical>span::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 0%;
  background: white;
}
.post-box.visible .line-vertical>span::before{
  height: 100%;
  transition: 1s ease-in-out 0.5s;
}

.post-text{
  max-width: 530px;
  margin: 0 auto;
}

.post-text h2{
  text-transform: uppercase;
  font-size: 70px!important;
}

.single-post h1:not(.home h1){
  font-size: 70px!important;
}

.post-text p{
  font-size: 18px !important;
  opacity: 0;
  filter: blur(2vw);
}

.post-box.visible .post-text p{
  opacity: 1;
  filter: blur(0);
  transition: opacity 2s ease-in-out 2.3s, filter 2s ease-in-out 2.3s;
}

.post-box img{
  opacity: 0;
  filter: blur(2vw);
}

.post-box.visible img{
  opacity: 1;
  filter: blur(0);
  transition: opacity 2s ease-in-out 2.6s, filter 2s ease-in-out 2.6s;
}

.post-text h2{
  margin-bottom: 60px!important;
}

/* .post-box {
  opacity: 0;
}

.post-box.visible {
  opacity: 1;
  transition: 2s ease-in-out;
} */



.post-box .vc_col-sm-6 img{
  aspect-ratio: 1;
  object-fit: cover;
}

.post-box .vc_col-sm-12 img{
  aspect-ratio: 3 / 1.6;
  object-fit: cover;
}

.nav-news{
  padding-left: 160px;
  padding-right: 160px;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-bottom: 0!important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-news span{
  color: white;
}

.nav-news img {
  width: 7px!important;
  height: auto;
  transition: 0.3s ease-in-out;
}
#innovation-platforms ul{
  margin-bottom: 0;
}
#innovation-platforms li{
  font-style: italic;
  font-weight: 300;
}

/*_____________________________ FOOTER _______________________________*/
.paises{
  position: absolute;
    bottom: 86px;
    left: 50%;
    transform: translateX(-50%);
    max-width: max-content;
    font-size: 12px;
    font-family: 'Roboto';
    letter-spacing: 6px;
    text-align: center;
}
.row-footer{
  display: flex;
}

#top-btn{
  cursor: pointer;
}

.follow{
  font-size: 24px;
  font-weight: 100;
}

.row-footer>div{
  width: 50%;
}

#footer-widgets{
  padding-bottom: 50px;
}

.legal-menu{
  display: flex;
}

.legal-menu li{
  padding-left: 20px;
  margin-bottom: 0;
}

.legal-menu a{
  text-decoration: none!important;
}

/* Cuando el mouse está sobre el contenedor */
#footer-outer  ul:hover a {
  filter: blur(3px);
  transition: 0.7s ease-in-out!important;
}

/* Excepción: el link que recibe el hover NO se blurea */
#footer-outer ul a:hover {
  filter: none;
  opacity: 1!important;
  transition: 0.7s ease-in-out!important;
}

#footer-outer .first-row-footer{
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.col-1-footer{
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.col-2-footer a{
  font-weight: 500;
  font-size: 15px!important;
}

.follow{
  margin-right: 40px;
}

.logo-footer{
  max-width: 120px;
  margin-bottom: 72px;
}

.col-2-footer a img{
  transform: rotate(180deg);
}

.col-2-footer{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.col-2-footer p{
  font-size: 15px!important;
}
  
  #highlighter{
    z-index: 10;
  }

  .process-cards-container {
    position: relative;
    width: 100%;
    margin-top: -60px;
  }
  .process-cards-container>.pin-spacer:nth-of-type(1){
    overflow: visible!important;
  }

/*   
  .process-cards-container.animate {
    transform: translateY(calc(-100vh - 18px));
    transition: 1.5s ease-in-out;
  } */
  
  div.card {
    position: relative; /* Importante para el stacking */
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: white;
    margin-top: var(--padding-top, 3vmax);
    border-radius: 30px 30px 0 0;
    max-width: 100%!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
 .card-1 { z-index: 1; }

 /*roots*/
 .card-2 { 
  background-image: url('/wp-content/uploads/2025/09/OUR_ROOTS_hero.jpg');
  z-index: 2; 
}

  /*pulse*/
 .card-3 { 
  background-image: url('/wp-content/uploads/2025/09/OUR_PULSE_hero.jpg');
  z-index: 3; 
}

  /*creations*/
 .card-4 { 
  background-image: url('/wp-content/uploads/2025/11/CREATIONS-bg.jpg');
  z-index: 3; 
}

  /*whispers*/
 .card-5 { 
  background-image: url('/wp-content/uploads/2025/09/WHISPERS-scaled.jpg');
  z-index: 3; 
}


 .card-1{
  position: relative;
  overflow: hidden;
  background-color: black;
  overflow: visible;
 }
 
 .card-1 .button-c{
  position: absolute;
  top: calc(100vh - 68px);
 }

 #homeVideo{
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: blur(8px);
 }

 #homeVideo.visible{
  opacity: 1;
  filter: blur(0);
  transition: filter 1s ease-in-out 2s, opacity 1s ease-in-out 2s;
 }

 #homeVideo h2{
  opacity: 0;
  filter: blur(8px);
 }

 #homeVideo h2.visible{
  opacity: 1;
  filter: blur(0);
  transition: filter 1s ease-in-out 3s, opacity 1s ease-in-out 2.5s;
 }

 #homeVideo h3{
  opacity: 0;
  filter: blur(8px);
 }

 #homeVideo h3.visible{
  opacity: 1;
  filter: blur(0);
  transition: filter 1s ease-in-out 3.5s, opacity 1s ease-in-out 3s;
 }



 #homeVideo .button-c.visible{
  opacity: 1;
  filter: blur(0);
  transition: filter 1s ease-in-out 4s, opacity 1s ease-in-out 3s;
 }

 #homeVideo video{
  transform: none!important;
  will-change: auto;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -2;
  left: 0;
 }

 h2{
  line-height: 1.2!important;
  font-weight: 300!important;
 }

 .card-1 h2{
  text-align: center;
  font-size: 120px !important;
  max-width: 700px;
 }

 .row-card{
  width: 100%;
  height:100%;
  display: flex;
  flex-direction: initial;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 70px;
  padding-left: 160px;
  padding-right: 90px;
  z-index: 1;
 }

 .row-card h2{
  font-size: 80px !important;
  opacity: 0;
  filter: blur(8px);
 }

 .row-card h2.visible{
  opacity: 1;
  filter: blur(0);
  transition: filter 1s ease-in-out, opacity 1s ease-in-out;
 }

 .card h3{
  font-size: 20px!important;
  font-family: 'Roboto'!important;
  font-style: italic;
  font-weight: 100!important;
  margin-top: 15px;
 }

 .mascara{
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.7;
 }

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

 .button-c img{
  width: 18px!important;
  height: auto!important;
 }

 .button-c.linkedin img{
  width: 45px!important;
 }

 .button-c {
  border-radius: 100px!important;
  width: 120px;
  height: 120px;
  /* border: 1px solid white; */

  --p: 10%;
--glow-color: white;
position: relative;
/* Borde gris */
border: 1px solid rgb(66, 66, 66);

/* Fondo negro */
background-color: transparent;
color: white;
overflow: hidden;
}

 /* Borde animado */
 .button-c::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px; /* distancia desde el borde gris */
  background: conic-gradient(from var(--gradient-angle, 0deg), transparent, var(--glow-color) var(--p), transparent calc(var(--p)*2));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  }
  
  /* Hover activa el glow */
  .button-c:hover::before {
  opacity: 1;
  }

.button-scroll::before{
  opacity: 1;
}

.button-scroll a{
  flex-direction: column;
}

.button-scroll img{
  position: relative;
  top: -5px;
  /* opacity: 0;
  animation: bounce 2s infinite; */
}

.scroll-indicator {
  display: inline-block;
  position: relative;
}

.button-scroll-in.active.scroll-hidden{
  opacity: 0;
}

.scroll-indicator img.a2 {
  animation-delay: 1s; /* retrasa la segunda flecha para que aparezca después */
  /* visibility: hidden; */
  display: none;
}

/* @keyframes bounce {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
} */

.product-subtitle{
  margin-top: -10px!important;
}

.second-icon{
  position: relative;
    top: -92px;
    left: 100px;
}
.title-tech{
  margin-top: -80px;
}

.technical-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background-color: transparent!important;
  max-width: 480px;
  min-width: 450px;
}

.technical-table th {
  background-color: #683b11;
  color: white;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 500 !important;
  padding: 2px 15px!important;
  text-align: center!important;
}

.technical-table td {
  border: 1.5px solid #683b10 !important;
  background-color: transparent;
  line-height: 1.2;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 13px !important;
  padding: 6px 20px!important;
}

.technical-table .label {
  width: 40%;
  font-weight: 300;
  font-family: 'Roboto';
  line-height: 1;
}

.technical-table tr:nth-child(even) td {
  background-color: #925f36;
}

body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1){
  background-color: transparent;
}

body:not(.woocommerce-cart) .main-content .technical-table tr th:first-child{
  border: 1.5px solid #683b10 !important;
}

.technical-table.table-biosooth{
  max-width: 450px;
}
.technical-table.table-biosooth th{
  background-color: #475400;
}
.technical-table.table-biosooth td{
  border: 1.5px solid #475400 !important;
}

.technical-table.table-biosooth tr:nth-child(even) td {
  background-color: #47540080;
}
body:not(.woocommerce-cart) .main-content .technical-table.table-biosooth tr th:first-child {
  border: 1.5px solid #475400 !important;
}

.technical-table.retinova-table th{
  background-color: #ffffff;
  color: black;
}
.technical-table.retinova-table td{
  border: 1.5px solid #ffffff !important;
}

.technical-table.retinova-table tr:nth-child(even) td {
  background-color: #ffffff80;
}
body:not(.woocommerce-cart) .main-content .technical-table.retinova-table tr th:first-child {
  border: 1.5px solid #ffffff !important;
}

.technical-table.revital-table th{
  background-color: #a26d4e;
  color: black;
}
.technical-table.revital-table td{
  border: 1.5px solid #a26d4e !important;
}

.technical-table.revital-table tr:nth-child(even) td {
  background-color: #a26d4e7a;
}
body:not(.woocommerce-cart) .main-content .technical-table.revital-table tr th:first-child {
  border: 1.5px solid #a26d4e !important;
}

.icons strong{
  font-weight: 600!important;
}

.products-list p{
  padding-bottom: 0;
}

.products-list a{
  color: black!important;
  transition: 0.3s ease-in-out;
}
.products-list a:hover{
  opacity: 0.5;
}

@media screen and (max-width:767px){
  #ham-menu:hover .line-1 {
    width: 40px;
    transition: 0.3s ease-in-out;
  }
  .paises{
    letter-spacing: 4px;
  }
  #idiomas {
    margin-right: 0;
}
  .table-mobile{
    width: 100%;
  }
  .technical-table{
    min-width: 100%;
  }
  .technical-table td{
    width: 50%!important;
  }
  .paises{
    width: 100%;
    line-height: 2;
  }
  #footer-outer .first-row-footer{
    margin-bottom: 88px;
  }
  #highlighter{
    padding-bottom: 40px!important;
  }
  .icons-columns-mobile-product .row_col_wrap_12_inner{
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap!important;
  }
  #biosooth .row_col_wrap_12{
    flex-direction: column-reverse;
  }
  .col-px-20-mb{
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  #retinol .row_col_wrap_12{
    flex-direction: column-reverse;
  }
  #biosooth .col-product-img .column-image-bg-wrap .inner-wrap{
    background-color: #c1b5b0;
  }
  #retinol .col-product-img .column-image-bg-wrap .inner-wrap{
    background-color: #b79072;
  }
  #biocalix .col-product-img .column-image-bg-wrap .inner-wrap{
    background-color: #8a715d;
  }
  #biocalix .row-bg-overlay{
    background: linear-gradient(282deg, rgba(255, 255, 255, 0.001) 0%, #5F4736 100%)!important;
  }
  #revital-biome .col-product-img .column-image-bg-wrap .inner-wrap{
    background-color: #d7babc;
  }
  #revital-biome .row-bg-overlay{
    background: linear-gradient(282deg, #efdadc 0%, #efdadc 100%)!important;

  }
  .video-desktop{
    display: none;
  }
  .post-text p{
    font-size: 17px!important;
  }

  .nectar-scrolling-text-inner__text-chunk h2{
    font-size: 54px!important;
  }
  .mail a, .adress p{
    font-size: 17px!important;
  }
  .single-post .post-box h2::before{
    left: 0;
    font-size: 12px;
    top: -20px;
  }
  .container-wrap{
    padding-bottom: 0 !important;
  }
  h1.subtitle{
    font-size: 25px!important;
    line-height: 1.2!important;
    text-align: center;
    max-width: 243px;
    margin: 88px 0;
  }

  button.border-gradient{
    font-size: 28px;
    padding: 13px 40px;
  }
  .card-1 h2{
    font-size: 50px!important;
  }
  .card h3{
    max-width: 220px;
    text-align: center;
  }
  .d-none-mobile{
    display: none;
  }
  .row-card{
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .breadcrumb{
    flex-direction: column;
    align-items: center;
  }
  .breadcrumb a::after{
    display: none;
  }
  .breadcrumb a{
    margin-right: 0;
    line-height: 2.4!important;
    font-size: 18px;
  }
  .row-card h2{
    text-align: center;
    font-size: 40px!important;
    margin-bottom: 20px;
  }
  #footer-outer{
    z-index: 100;
  }
  .first-row-footer{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .row-footer>div{
    width: 100%;
  }
  .row-footer{
    flex-direction: column;
  }
  .col-1-footer, .col-2-footer{
    align-items: center;
  }
  .col-1-footer{
    display: none;
  }
  .follow{
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .first-row-footer{
    margin-bottom: 0;
  }
  .legal-menu li{
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-2-footer p{
    text-align: center;
    padding-bottom: 0!important;
  }
  .col-2-footer ul{
    margin-top: 30px!important;
    padding-bottom: 15px;
  }
  html[lang="es-ES"] .col-2-footer ul{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html[lang="es-ES"] .paises{
    bottom:155px;
  }
  #top-btn{
    margin-top: 20px;
  }
  .pulse{
    max-width: 80%!important;
  }
  .line-1{
    width: 40px;
  }
 
  #ham-menu .line-2{
    width: 60px;
    top: 15px;
  }
 
  .menu-left, .menu-right{
    display: none;
  }
  .card h3{
    margin-top: 30px;
  }
  #homeVideo h2{
    filter: none;
    opacity: 1;
  }
  .aspa-1,.aspa-2{
    width: 35px;
  }
  .close{
    position: relative;
    top: 5px;
    right: 0px;
  }
  #page-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #mobile-menu ul li{
    text-align: center;
    padding-bottom: 20px;
  }
  #page-menu.active{
    padding-left: 20px;
    padding-right: 20px;
  }
  #mobile-menu .parent span{
    color: white;
    font-family: "the-seasons", sans-serif!important;
    font-size: 30px;
  }
  .menu-mobile a{
    color: white;
    font-family: "the-seasons", sans-serif !important;
    font-size: 30px;
    text-transform: uppercase;
  }
  .children{
    display: flex;
    justify-content: center;
  }
  .children a{
    color: white;
  }
  #mobile-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #mobile-menu a{
    color: white;
  }
  .step-into-mobile{
    font-family: "the-seasons", sans-serif!important;
    font-size: 30px;
  }
  .children>li{
    position: relative;
    margin-right: 20px;
    white-space: nowrap;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 0;
  }
  .children>li::after {
    content: '/';
    position: absolute;
    right: -14px;
    transition: 0.6s ease-in-out;
  }
  .children>li:nth-last-of-type(1){
    margin-right: 0;
  }
  .children>li:nth-last-of-type(1)::after{
    display: none;
  }
  .parent{
    margin-bottom: 30px!important;
  }
  /*roots*/
  .roots-title h1.visible{
    font-size: 50px!important;
  }
  .subtitle-italic h2{
    font-size:20px!important;
  }
  .subtitle-italic h2 br{
    display:none;
  } 
  h3{
    font-size: 40px !important;
  }
  .destacado-h3 h3{
      font-size:25px!important;
  }
  .p-general p {
    font-size: 17px !important;
    line-height: 1.4;
  }
  .solution__text h5::before{
    left: 0;
    font-size: 12px;
    top: -20px;
  }
  
  .contenido-our-code{
    padding-right: 20px;
    padding-left: 20px;
  }
  .contenido-2{
    display: block;
  }
  .contenido-2>div {
    width: 100%;
  }
  .carrousel-code>div {
    position: initial;
  }
  #about-us h3,  #the-creators h3{
    text-align: left!important;
  }
  .creators-subtitle p{
    text-align: left!important;
  }
  .name-creator{
    margin-top: 30px;
  }

  #our-code .flickity-button.previous{
    left: 0!important;
    top: 55%;
    left: calc(50% - 110px) !important;
    border-radius: 100px !important;
    width: 120px;
    height: 120px;
    --p: 10%;
    --glow-color: white;
    border: 1px solid rgb(206, 206, 206)!important;
    background-color: transparent!important;
    color: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from var(--gradient-angle, 0deg), transparent, var(--glow-color) var(--p), transparent calc(var(--p)*2));
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1!important;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button .arrow {
    fill: #ffffff;
  }
  .flickity-prev-next-button svg{
    position: relative!important;
    left: 0!important;
    top: 0!important;
    width: 20px;
  }
  .nectar-flickity[data-controls*=arrows_overlaid] .next:after, .nectar-flickity[data-controls*=arrows_overlaid] .previous:after{
    display: none!important;
  }
  #our-code .flickity-button.next{
    right: 0!important; 
    top: 55%;
    right: calc(50% - 110px) !important;
    border-radius: 100px !important;
    width: 120px;
    height: 120px;
    --p: 10%;
    --glow-color: white;
    border: 1px solid rgb(206, 206, 206)!important;
    background-color: transparent!important;
    color: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #the-creators .flickity-button.previous{
    top:initial!important;
    bottom:-90px;
    left: 0!important;
  }
  #the-creators .flickity-button.next{
    top:initial!important;
    bottom:-90px;
    right: 0!important;
  }
  .beauty-creations .row-bg{
    background-position-x: -256px !important;
  }
  .pin-solution{
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    transform: translate(0px, 0px);
    position: initial!important;
    height: initial;
    padding-top: 70px;
  }
  .solution__left{
    position: relative;
    height: auto;
  }
  .solution__right{
    padding: 0;
    height: initial !important;
    display: block;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .solutions-section .row-bg{
    height: 100%;
  }
  .solution__text{
    top: initial;
    padding-left: 0px;  
  }
  .single-post h1:not(.home h1){
    font-size: 50px!important;
    position: absolute;
    bottom: 250px;
  }
  #post-heading{
    padding-left: 30px;
    padding-right: 30px;
  }
  .info-post{
    flex-direction: column;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    padding: 0 30px;
    padding-bottom: 80px;
  }
  .date-post{
    font-style: initial;
    text-transform: uppercase;
    padding-bottom: 68px;
  }
  .nav-post{
    width: 100%;
  }
  /* #header-outer:not(.home  #header-outer), .single-post #header-outer{
    background-color: #000c0d7d !important;
  } */
  .button-c{
    width: 70px;
    height: 70px;
  }
  .button-c img{
    width: 14px!important;
  }
  .post-text h2{
    font-size: 50px !important;
    margin-bottom: 40px !important;
  }
  .post-box .vc_col-sm-12 img{
    aspect-ratio: 1;
  }
  .post .content-inner{
    padding-bottom: 0;
  }
  .nav-post-end .info-post{
    padding: 0;
    position: initial;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .line-vertical>span{
    height: 140px;
  }
 
  #grid-news{
    display: flex;
    flex-direction: column;
    aspect-ratio: initial!important;
  }
  .new-box{
    aspect-ratio: 1;
    border:none!important;
    border-bottom: 1px solid #7e7e7e!important;
    justify-content: flex-start!important;
    align-items: flex-start!important;
    padding: 30px;
  }
  .new-box a{
    position: initial;
    margin-top: 40px;
    font-size: 20px;
  }
  .new-box h4{
    margin-top: 40px;
  }
  #grid-news.posts-1 {
    border:none;
  }
  #grid-news.posts-1 .new-box{
    border-bottom:none!important;
    height: 100vh;
    justify-content: center !important;
  }
  .nav-news{
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-news h2{
    margin-bottom: 30px;
  }
  .single-post h2::before{
    left: 0;
    top: -30px;
    font-size: 18px;
  }
  .creators-carousel .flickity-button.next, .creators-carousel .flickity-button.previous  {
    /* right: 0 !important;
    top: 55%;
    right: calc(50% - 110px) !important; */
    border-radius: 100px !important;
    width: 120px!important;
    height: 120px!important;
    --p: 10%;
    --glow-color: white;
    border: 1px solid rgb(206, 206, 206)!important;
    background-color: transparent !important;
    color: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    top:initial!important;
    bottom: 0px;
  }
  .creators-carousel .nectar-carousel{
    padding-bottom: 50px!important;
  }
  #grid-news{
    border-bottom: none!important;
  }
  .row-card{
    padding-bottom: 80px;
  }
  .pin-solution p{
    font-size: 17px!important;
  }
  #vision .nectar-sticky-media-section__media{
    background-position-x: center!important;
  }
  .innovation{
    max-width: 250px!important;
  }
  .title-innovation img{
    max-width: 70px!important;
    margin-right: 20px;
  }
  .title-innovation p{
    padding-bottom: 0!important;
  }
  .title-innovation{
    display: flex;
    align-items: center;
  }
  .title-innovation-platforms{
    position: relative;
    left: 20px;
  }
  .row-reverse-mobile .row_col_wrap_12_inner{
    flex-direction: column-reverse;
  }
  .blue-mimesis, .terra-mimesis, .revolution-mimesis{
    position: relative;
  }
  .blue-mimesis::before{
    position: absolute;
    content: 'Ocean';
    font-size: 35px;
    top: -190px;
    font-family: 'The seasons';
    font-weight: 400;
    padding: 10px 120px 10px 10px;    
    background: linear-gradient(269deg, rgb(32 22 30 / 2%) 0%, #1d70b7 80%);
    color: white;
    left: -20px;
  }
  .terra-mimesis::before{
    position: absolute;
    content: 'Earth';
    font-size: 35px;
    font-family: 'The seasons';
    font-weight: 400;
    top: -190px;
    left: -20px;
    padding: 10px 120px 10px 10px; 
    background: linear-gradient(269deg, rgb(32 22 30 / 2%) 0%, #7f4f25 80%);
    color: white;
  }
  .revolution-mimesis::before{
    position: absolute;
    content: 'Re-Evolution';
    font-size: 35px;
    font-family: 'The seasons';
    font-weight: 400;
    top: -190px;
    left: -20px;
    padding: 10px 120px 10px 10px; 
    background: linear-gradient(269deg, rgb(32 22 30 / 2%) 0%, #8074b7 80%);
    color: white;
  }
  .espiral{
    /* display: none!important; */
    max-width: 153px !important;
  }
  .row-espiral .img-with-aniamtion-wrap{
    z-index: 1000!important;
  }
}

@media screen and (min-width:767px){
  .espiral{
    z-index: 1000;
    height: 100vh!important;
    width: auto;
  }
  .row-espiral .img-with-aniamtion-wrap{
    z-index: 1000;
  }

  .row-espiral .img-with-aniamtion-wrap[data-animation=fade-in-from-left] .hover-wrap{
    padding-right: 0!important;
  }
  
  .blue-mimesis, .tech-ic, .terra-mimesis, .revolution-mimesis{
    position: relative;
    left: 109px;
  }
  .tech-ic.second-icon{
    left: 210px;
  }

  .products-revolution{
    display: flex;
  }
  .products-revolution>div{
    min-width: 343px;
  }

  .blue-mimesis::before{
    position: absolute;
    content: 'Ocean';
    font-size: 40px;
    bottom: 111px;
    font-family: 'The seasons';
    font-weight: 400;
    transform: rotate(270deg);
    left: -204px;
    padding: 10px 120px 15px 15px;
    background: linear-gradient(269deg, rgb(32 22 30 / 2%) 0%, #1d70b7 80%);
    color: white;
  }

  .terra-mimesis::before{
    position: absolute;
    content: 'Earth';
    font-size: 40px;
    bottom: 100px;
    font-family: 'The seasons';
    font-weight: 400;
    transform: rotate(270deg);
    left: -190px;
    padding: 10px 120px 15px 15px;
    background: linear-gradient(269deg, rgb(32 22 30 / 2%) 0%, #7f4f25 80%);
    color: white;
  }

  .revolution-mimesis::before{
    position: absolute;
    content: 'Re-Evolution';
    font-size: 40px;
    bottom: 165px;
    font-family: 'The seasons';
    font-weight: 400;
    transform: rotate(270deg);
    left: -257px;
    padding: 10px 120px 15px 15px;
    background: linear-gradient(269deg, rgb(32 22 30 / 2%) 0%, #8074b7 80%);
    color: white;
  }

  .earth-tag, .revolution-tag{
    position: relative;
  }
  .first-tag::before{
    opacity: 0;
    transition: 1s ease-in-out 1s;
  }
  .first-tag.visible::before{
    opacity: 1;
  }
  .earth-tag::before{
    position: absolute;
    content: 'Earth';
    font-size: 35px;
    bottom: 90px;
    font-family: 'The seasons';
    font-weight: 400;
    transform: rotate(270deg);
    left: -193px;
    padding: 20px 120px 20px 20px;
    background: linear-gradient(269deg, rgb(32 22 30 / 2%) 0%, rgb(108 64 21 / 68%) 80%);
    color:white;
  }
  .revolution-tag::before{
    position: absolute;
    content: 'Re-Evolution';
    font-size: 35px;
    bottom: 150px;
    font-family: 'The seasons';
    font-weight: 400;
    transform: rotate(270deg);
    left: -250px;
    padding: 20px 120px 20px 20px;
    background: linear-gradient(269deg, rgb(32 22 30 / 2%) 15%, #8074b7 100%);
    color: white;
  }
  .title-innovation h3{
    font-size: 55px!important;
  }
  html[lang="es-ES"] .title-innovation h3{
    font-size: 40px!important;
    width: 412px!important;
  }
  .title-innovation p{
    padding-bottom: 0!important;
  }
  .title-innovation{
    display: flex;
    align-items: center;
  }
  .title-innovation img{
    max-width: 85px!important;
    margin-right: 20px;
  }
  .bg-bubble .column-image-bg{
    background-size: contain!important;
    background-repeat: no-repeat!important;
  }
  #intro-row-home{
    min-height: 90vh!important;
  }
  .intro-row{
    min-height: 90vh!important;
  }
  #intro-row-home .button-scroll-in{
    top:calc(90vh - 10px)!important;
  }
  .video-mobile{
    display: none;
  }
  .dragar #mouse-circle{
    opacity:0!important;
  }
  #mouse-touch{
    width: 100px;
    height: 100px;
    /* position: absolute; */
    left: 0;
    top: 0;
    position: fixed;
    top: -55px;
    left: -55px;
    pointer-events: none;
    z-index: 10000;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity:0!important;
  }
  .dragar #mouse-touch{
    opacity:1!important;
  }

  .mt-circle{
    border-radius: 100px!important;
    width: 120px;
    height: 120px;
    /* border: 1px solid white; */

    --p: 10%;
    --glow-color: white;
    position: relative;
    /* Borde gris */
    border: 1px solid rgb(182, 182, 182);

    /* Fondo negro */
    background-color: transparent;
    color: white;
    overflow: hidden;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:10px;
  }
  .mt-circle span{
    font-family: "the-seasons", sans-serif !important;
    font-size: 18px;
  }
  .mt-circle::before{
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: conic-gradient(from var(--gradient-angle, 0deg), transparent, var(--glow-color) var(--p), transparent calc(var(--p) * 2));
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      opacity: 1;
      transition: opacity 0.3s;
      pointer-events: none;
  }
  .mt-circle img{
    max-width:10px;
  }

  .flickity-enabled.is-draggable .flickity-viewport{
    cursor:none!important;
  }
  .flickity-button{
    display:none!important;
  }
  /* #the-creators .nectar-flickity{
    max-width: 900px!important;
  } */
  .d-none-desktop{
    display: none!important;
  }
  #footer-outer p{
    padding-bottom: 0!important;
  }
  #mobile-menu{
    display: none!important;
  }
  .container{
    padding-left: 150px!important;
    padding-right: 150px!important;
  }
  #footer-widgets .container, header .container{
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
  #the-creators .nectar-flickity{
    position: relative;
    left: 80px;
    transform: scale(1.1);
  }
  #the-creators .nectar-flickity.nectar-carousel[data-format=default] .flickity-slider .cell{
    padding:5px!important;
  }
  .name-creator p{
    text-align: center;
    font-size: 20px!important;
    font-style: italic;
    margin-top: 25px!important;
  }
  .quote-creator p{
    font-size: 15px!important;
  }
  #the-creators .nectar-flickity img{
    aspect-ratio: 3/3.8;
    object-fit: cover;
    object-position: top;
  }

}

@media screen and (min-width:1800px){
  .container{
    max-width: 100%!important;
  }
  .col-d-superscreen{
    position: relative;
    left: 200px;
  }
  .col-left-superscreen{
    position: relative;
    left: 200px;
  }
  .col-x-superscreen{
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}




input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #000 inset !important;
  box-shadow: 0 0 0 1000px #000 inset !important;
  -webkit-text-fill-color: #fff !important; /* cambia el color del texto si lo necesitas */
  transition: background-color 5000s ease-in-out 0s;
}



@media screen and (max-width:767px){
  .earth-tag{
    position: relative;
  }
  .first-tag::before{
    opacity: 0;
    transition: 1s ease-in-out 1s;
  }
  .first-tag.visible::before{
    opacity: 1;
  }
  .earth-tag::before{
    position: absolute;
    content: 'Earth';
    font-size: 35px;
    font-family: 'The seasons';
    font-weight: 400;
    padding: 10px 120px 10px 10px;
    background: linear-gradient(269deg, rgb(32 22 30 / 2%) 0%, rgb(108 64 21 / 68%) 80%);
    color: white;
    left: -20px;
    top: -70px;
  }
  .revolution-tag::before{
    position: absolute;
    content: 'Re-Evolution';
    font-size: 35px;
    font-family: 'The seasons';
    font-weight: 400;
    left: -20px;
    top: -70px;
    padding: 10px 120px 10px 10px;
    background: linear-gradient(269deg, rgb(32 22 30 / 2%) 15%, #8074b7 100%);
    color: white;
  }
  #intro video{
    width: 110%!important;
    height: initial!important;
  }
  #intro button{
    bottom: 0;
  }
  form[data-status="sent"] .wpcf7-response-output{
    height: initial;
  }
  #intro button{
    position: absolute;
    bottom: 50px;
  }
  .flickity-viewport p{
    font-size: 17px!important;
  }
  .name-creator strong{
    font-size: 22px!important;
    font-style: italic!important;
  }
  .title-section-pulse.active{
    transition: filter 2s ease-in-out 0.2s, opacity 2s ease-in-out 0.2s;
  }
  .pulse-title h1.visible, .roots-title h1.visible{
    transition: filter 2s ease-in-out 0.5s, opacity 2s ease-in-out 0.5s;
  }
  .pulse-subtitle h2.visible, .roots-subtitle h2.visible{
    transition: filter 2s ease-in-out 0.8s, opacity 2s ease-in-out 0.8s;
  }
  .solution__text.visible{
    transition: filter 2s ease-in-out, opacity 2s ease-in-out;
  }
  .solutions-section h3.visible{
    transition: filter 2s ease-in-out 0.3s, opacity 2s ease-in-out 0.3s;
  }
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
    -webkit-text-fill-color: #fff !important;
  }
  #intro{
    height: 90vh;
  }
  #mision .nectar-sticky-media-section__media{
    background-image: linear-gradient(180deg, #aa9a8a, #dcd8d2)!important;
  }
  #mision .type--scroll-pinned-sections.section-height-100vh .nectar-sticky-media-section__content-section{
    height:initial!important;
  }
  #mision .type--scroll-pinned-sections.section-height-100vh[class*="max-height-phone"] .nectar-sticky-media-section__content__wrap > div{
    border-bottom: 0!important;
  }
}