:root {
  --e-global-color-primary: #FFF;
  --e-global-color-secondary: #fff;
  --e-global-color-secondary2: #6dc600;
  --e-global-color-text: #FFF;
  --e-global-color-accent: #0F8070;
  --color-naranja1: #ff7134ff;
  --color-naranja2: #ffb656ff;
  --color-naranja3: #ff9537;
  --color-naranja4: #ff9425;


}
#smooth-wrapper{
  opacity: 0;
  transition: opacity 0.15s linear;
}
#smooth-wrapper.show{
  opacity: 1;
}

/* reduce “rebotes” y cortes bruscos del navegador */
html, body { overscroll-behavior: none; margin: 0;}
/*html, body {
    height: 100%;
}
#smooth-wrapper {
    min-height: 100%;
}*/

body {
  touch-action: pan-y;
  overflow-x: hidden; 
  min-height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  color: var(--e-global-color-text);
  background-color: #000;
  width: 100vw;
  position: relative;
/*  -webkit-overflow-scrolling: auto; /* evita el momentum nativo de iOS */*/
}
a:hover, a:hover *{
    text-decoration: none !important;
}

body.fixed{
  position: fixed;
    margin-top: -1250px;
}
main {
  width: 100%;
  min-height: 100vh;
/*  overflow-x: hidden;*/
}
main *{
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

b, strong,b *, strong *{
  font-weight: bold;
}
@media (min-width: 850px) {
.nodesktop{
  display: none !important;
}
}



.mwg_effect027 {
/*    padding: 100vh 0;*/
display: flex;
}
.mwg_effect027 .scroll {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mwg_effect027 ul {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mwg_effect027 li {
    font: 500 clamp(86px, 18vw, 300px) / .8 'Inter', sans-serif;
    font: 500 clamp(56px, 8vw, 300px) / .8 'Inter', sans-serif;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: -.06em;
    overflow: hidden;
    display: flex;
}
.mwg_effect027 *{
  font-weight: 800;
}
.mwg_effect027 .letter {
    position: relative; /* Establishes a reference for the child with absolute positioning */
    display: inline-block;
}
.menu-item.mwg_effect027 .letter span{
  position: relative;
  bottom: -2px;
}
.mwg_effect027 .letter span:last-child {
    position: absolute;
    bottom: 100%;
    left: 0;
}
.mwg_effect027 .letter.space{width: 0.6ch;}
.noto-sans {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.noto-sans b, .noto-sans b *{
  font-weight: 800;
}
.noto-sans .thin, .noto-sans .thin *{
  font-weight: 300;
}
.noto-sans .bold, .noto-sans .bold *{
  font-weight: 400;
}
.floating {
  animation: float 3s ease-in-out infinite;
/*  display: inline-block; */
}

@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
header{
  height: 80px;
  z-index:100000000;
  padding-inline: 50px;
/*  background: red;*/
/*  border-bottom: 1px solid white;*/
}

.scroll {
    position: fixed;
    bottom: 1%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.bloques{
  position: relative;
  margin-top: 0;
}
.bloques.margin{
  margin-top: 35vh;
/*  background: linear-gradient(180deg, #00000000 0%, #00000000 10%, #000000 30%);*/
}
.sticky-gradient-before::before{
    content: "";
    position: absolute;
    width: 100vw;
    left: 50%;
    pointer-events: none;
    height: 160vh;
    transform: translate(-50%, -430px);
    background: linear-gradient(180deg, #00000000 0%, #000000 430px);
    z-index: -1;
}
.background-gradient.v1,.background-gradient.v2{
  position: absolute;
  top: 50vh;
  height: 170vh;
  max-height: unset !important;
/*  height: 160vh;*/
  width: 100vw;
/*  background: linear-gradient(180deg, #00000000 0%, #000000 40%);*/
  background: linear-gradient(180deg, #00000000 0%, #000000 430px);
  /*background: linear-gradient(0deg, #d8ff00, #ff0000 5%, #63be6f 90%, #ffe900); */
  left: 50%;
    transform: translateX(-50%);
 
}
.background-gradient.v2{
  border: 1px solid red;
/*    height: 240vh;*/
}
.background-gradient.rel{
  position: relative;
/*  height: 240vh;*/
}
/*.burbujas{ position:fixed; inset:0; pointer-events:none; z-index:5; }*/
.burbujas {
    position: absolute;
    z-index: 111;
    width:100vw;
/*    height:10px;*/
/*    background:red;*/
    left: 50%;
    transform: translateX(-50%);
    margin-top: -40vh;
/*    height: 100vh;*/
/*    margin-top: 200vh;*/
}
/*.burbuja{
  position:absolute; width:48px; height:48px;
  background: url("_assets/img/burbuja.png") no-repeat center/contain;
  will-change: transform; opacity:.9;

}*/
.burbuja {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: var(--amarillo3); */
}
/*.background-gradient::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 430px;
  background: yellow;
}
.background-gradient::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 430px;
  background: red;
}*/
/* Utilidades globales */
.rounded-xl { border-radius: 2rem; }
.bg-opacity-70 { background-color: rgba(0, 89, 79, 0.7); }
.text-highlight { color: var(--e-global-color-secondary); }
.fw-semibold { font-weight: 600; }

.z-index-1{
  position: relative;
  z-index: -1 !important;
}
.z-index0{
  position: relative;
  z-index: 0 !important;
}
.z-index1{
  position: relative;
  z-index: 1 !important;
}
.z-index2{
  position: relative;
  z-index: 2 !important;
}
.scroll-indicator {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem;
  font-weight: 600;
  color: #FFF;
  z-index: -1;
  opacity: 0;
/*  animation: fadeIn 1s ease-in-out;*/
}
.scroll-indicator span{
  /*font-style: italic;*/
  font-weight: 200;
}
.scroll-indicator.movilversion {
    position: absolute;
    opacity: 1 !important;
    bottom: 2rem;
    z-index: 1111111111111111;
}
.scroll-indicator.visible{
  opacity: 1;
  visibility: visible;
}
.scroll-indicator.movilversion{
/*  position:sticky;*/
/*  padding-top: 300px !important;*/
}
.scroll-indicator .arrow {
  width: 8px;
  height: 8px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  margin: 8px auto 0;
  animation: bounce 1.2s infinite ease-in-out;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(6px) rotate(-45deg);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* contenedor que controla el scroll del sticky */
.sticky-container {
  position: relative;
  width: 100%;
  height: auto;
  
}
.col-tarjeta.sticky {
  pointer-events: none;
}

#bloque-2 .sticky .sticky-container .sticky-image p{
/*  margin-top: -17px;*/
}
main .sticky-container img.position-absolute{
  left: 0px !important;
}
.sticky-image {
  width: 100%;
/*  border-radius: 25px;*/
  display: block;
  
  height: 50px;
}

.sticky-image.overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.sticky-image p{
  margin: 0;
}
.size1, .size1 *{
  font-size: 15px;
  line-height: 15px;
}
.size2, .size2 *{
  font-size: 20px;
  line-height: 20px;
}
.size3, .size3 *{
  font-size: 25px;
  line-height: 25px;
  min-width: 100px;
}
.flexcol{
      display: flex;
    }
    .column {
      flex-basis: 50%;
      max-width: 50%;
    }
    .sticky {
      position: sticky !important;
      top: 0;
    }
    .vertodos{
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 100px;
      pointer-events: all !important;
      z-index: 111111111;
      transition: all 0.2s ease-in-out;
    }
    .bloque-4.v2 .clientes{
      pointer-events: all;
    }
    .bloque-4.v3{
    background: linear-gradient(180deg, #00000000 0%, #000000 430px);
    position: relative;
  }
  .bloque-4.v3.sticky-gradient-before::before,.bloque-4.v5.sticky-gradient-before::before{
    z-index: 0;
  }
    @media (max-width: 850px) {
      .nomovil{
  display: none !important;
}
      .vertodos{
        top: unset;
            bottom: -10vh;
            margin-right: 10px;
      }
      .mwg_effect027 ul {
    padding-left: 30px;
  }

  .bloque-4.v2 ul {
    padding-left: 0px;
  }
      header{
        position: fixed;
      }
        .flexcol{
        flex-flow: column;
      }
      .column{
        max-width: 100%;
      }
    }
.clientes{
  display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cliente{
  position: relative;
  pointer-events: all !important;
    width: 14%;
    margin: 10px;
    border-radius: .5rem;
    border: 1px solid grey;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
/*    cursor: pointer;*/
    transition: all 0.2s ease-in-out;
}
/*.cliente:hover{
  background: #333;
}*/
.cliente img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.velo{
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, .2);
}
.full-bleed {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  transition: all 0.5s ease-in-out;
}
.full-bleed.min {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
#bloque-0{
  position: fixed;
  left: 0;
  top: 0;
/*  z-index: -1;*/
  
  max-height: 100vh;
}
#bloque-0 .cont-info{
  position: absolute;
  top: 0;
}
.bg-overlay {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.bg-overlay img {
  display: block;
  width: 100vw;
  height: auto;
/*  max-height: 50vh;*/
  height: 85vh;
  object-fit: cover;
}
.bg-overlay::after {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}
.triangulo_container{
  position: relative;
    transform: scale(1, 1.1);
    mix-blend-mode: difference;
}
.triangulo-redondeado,
.triangulo-redondeado:before,
.triangulo-redondeado:after {
  position: relative;
  display:block;
  width:  150px;
  height: 150px;
  background: var(--color-naranja3);

  border-top-right-radius: 10px;
}
.triangulo-redondeado {
  margin: 60px auto 0 auto;
  transform: rotate(-60deg) skewX(-30deg) scale(1,.866);

  position: relative;
}
.triangulo-redondeado:before,
.triangulo-redondeado:after {
  content: '';
  position: absolute;
}
.triangulo-redondeado:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.triangulo-redondeado:after {
  transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}
.triangulo-redondeado.v2,
.triangulo-redondeado.v2:before,
.triangulo-redondeado.v2:after {
  width:  10px;
  height: 10px;
  border-top-right-radius: 10px;
}
.triangulo_container.v2{
  position: relative;
  display: inline-block;
  mix-blend-mode: normal;
  top: -13px;
  transform: scale(1, 1.1);
}
.triangulo_container.v2 .triangulo-redondeado,.triangulo_container.v2 .triangulo-redondeado:before,.triangulo_container.v2 .triangulo-redondeado:after{
   width:  22px;
  height: 22px;
  background: white;
  border-top-right-radius: 5px;

}
.section_sticky{
  position: sticky;
  display: inline-block;
}
#bloque-1{
/*  opacity: 0;*/
/*  pointer-events: none;*/
  margin-top: 30vh;
}

#bloque-1 .nombre{
  position: absolute;
  margin-top: -600px;
  left: 50%;
  transform: translateX(-50%);
}
.nombre .big{
  font-size: 50px;
}
.nombre .big b, .nombre .big b *{
  font-size: 55px;
}
.nombre .pq{
  font-size: 30px;
}
.logo .big{
  font-size: 19px;
  font-weight: 400;
}
.logo .big b, .logo .big b *{
  font-size: 21px;
  font-weight: 700;
}
.logo .pq{
  font-size: 16px;
}
.gradient-text-container{
  background: black;
    position: relative;

    /*nuevo:*/
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    /*z-index: 1;*/
    margin-bottom: -7vw;
}
.gradient-text {
  min-width: 230px;
  display: inline-block;
  background: linear-gradient(90deg, #ff7134ff, #ff7134ff, #ffb656ff, #ffb656ff, #ffb656ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
button.gradient-text{
  min-width: unset;
  z-index: 3;
  border:none;
}
.gradient-text.bigger{
/*  background: black;*/
  padding: 0;
  margin: 0;
  opacity: 1;
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gradient-text.bigger .big{
    font-size: min(14vw, 160px);
    font-size: min(14vw, 360px);
}
.gradient-text.bigger .big b{
    font-size: min(14vw, 170px);
    font-size: min(15vw, 240px);
}
.gradient-text.bigger .pq{
    font-size: min(9vw, 105px);
    font-size: min(9vw, 255px);
}
.gradient-text * {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* Bloque 1 - Cabecera Vicentín */
#bloque-1 .bloque-banner {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
}

#bloque-1 .bloque-banner img {
  /*width: 100%;
  height: auto;*/
  /*border-radius: 2rem;
  display: block;*/
}
.mwg_effect011{
  z-index: 0;
    position: relative;
}
#bloque-1 .pastilla {
  position: absolute;
  bottom: 2rem;
  left: 10%;
  width: 70%;
  background-color: rgba(0, 89, 79, 0.7);
  border-radius: 1.8rem;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#bloque-1 .linea-superior {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

#bloque-1 .texto-principal {
/*  font-family: 'Source Sans Pro';*/
/*  font-weight: 900;*/
font-weight: 800;
/*  font-size: clamp(.5rem, 3.5vw, 3.15rem);*/
font-size: clamp(.5rem, 3vw, 2.15rem);
font-size: clamp(.5rem, 3.25vw, 1.75rem);
  color: var(--e-global-color-secondary);
  white-space: nowrap;
  flex-shrink: 1;
}

#bloque-1 .logo-in {
  height: calc(clamp(.8rem, 4vw, 3rem)); /* igual al texto */
  width: auto;
  margin-left: min(.9vw,0.6rem);
  flex-shrink: 0;
}

#bloque-1 .subtitulo {
/*  font-family: 'Source Sans Pro';*/
  font-weight: 300;
  font-size: clamp(1rem, 3vw, 1.65rem);
  color: var(--e-global-color-secondary);
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 660px) {
  .cliente{
    width: 25%;
  }
  .gradient-text.bigger .big{
    font-size: 100px;
    font-size: min(13vw, 140px);
}
.gradient-text.bigger .big b{
    font-size: 120px;
    font-size: min(14vw, 160px);
}
.gradient-text.bigger .pq{
    font-size: min(9vw, 110px);
}
  .full-bleed {
  position: relative;
  left: 0;
  right: unset;
  width: 100vw;
  margin-left:0;
  margin-right:0;

}
  #bloque-1 .nombre{
  margin-top: -120px;
}

  #bloque-1{
  margin-top: 0;
}
  .triangulo_container{
      top:35vh;
  }
  .bloques{
    margin-top: 0;
  }
  #bloque-1 .bloque-banner {
    padding: 0px;
  }

  #bloque-1 .pastilla {
    position: relative;
    bottom: 0px;
    transform: translateY(20px);
    left: 0;
    width: 100%;
  }

  #bloque-1 .texto-principal {
/*      font-size: clamp(.5rem, 5vw, 1.25rem);*/
  font-size: clamp(.5rem, 4vw, 1.65rem);
  font-size: clamp(.5rem, 4vw, .9rem);
  }
   #bloque-1 .subtitulo {
      font-size: clamp(1rem, 5vw, 1.65rem);
  }
}


/* Bloque 2 - Necesitas para moverte */
.postal-video{
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.postal-video video{
    width: 100%;
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
    opacity: 1 !important;
    filter: none !important;
}
#bloque-2 .container-fluid {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

/* Título */
#bloque-2 .bloque2-titulo {
  width:320px;
/*  top: 40vw;*/
/*  width: 55%;*/
    /*left: 83%;
    transform: translateX(-100%);*/
    display: block;
    position: relative;
    margin-top: 0;
/*    transition: all 0.5s ease-in-out;*/
}
.bloque2-titulo-movil{
  font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    text-align: left;
    font-size: clamp(1.5rem, 1.6vw, 2rem);
    color: var(--e-global-color-primary);
    line-height: 1.1;
    margin: 0 !important;
    padding: 0;
    position: relative;
        padding-inline: 30px;
}
#pdpv2-info4 {
    font-size: min(8vw, 70px);
    line-height: min(9vw, 70px);
    font-weight: bold;
    text-align: left;
    padding-top: 300px;
    text-align: center;
}
#pdpv2-info4 .thin{
    background: linear-gradient(to bottom, #000, transparent, transparent, transparent, black), url(../img/bg.webp);
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 160% 100%;
    filter: saturate(0) brightness(2.5);
}
main #bloque-2 .texto-titulo{
  text-shadow: 2px 2px 4px #000000;
}
main #bloque-2 .texto-titulo, main h2 {
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    text-align: left;
    font-size: clamp(1.5rem, 1.6vw, 2rem);
    color: var(--e-global-color-primary);
    line-height: 1.1;
    margin: 0 !important;
    padding: 0;
}
.texto-titulo.v2{
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
}
/* Contenido inferior */
.bloque2-contenido {
  display: flex;
  align-items: flex-start;
  margin-top: -20vw;
  transition: all 0.5s ease-in-out;
  width: 35%;
    max-width: 450px;
/*    margin-right: 270px;*/
    margin-left: -140px;
/*  background: antiquewhite;*/
}

#bloque-2.max .bloque2-contenido{
  width: 100%;
  max-width: 1800px;
  margin: 0;
}
#bloque-2.max .bloque2-contenido.col-tarjeta{
    width: 0%;
}
#bloque-2.max .bloque2-contenido .postal-video{
    margin: 0;
}
.postal-video::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 25px;
    margin-top: 120px;
    display: block;
    background-image: url(../img/flecha-izq.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-180deg);
/*    filter: drop-shadow(0px 0px 1px black);*/
    mix-blend-mode: difference;
}

.sticky-container::before{
    content: "";
    position: relative;
    width: 100px;
    height: 100px;
    /*background: red;*/
    padding-bottom: 100px;
}
#bloque-2.max .bloque2-titulo{
  width: 0px;
/*  opacity: 0;*/
}
#bloque-2.max .col-tarjeta{
  width: 0;
}
#bloque-2.max .full-bleed{
  width: 100%;
  left: 0;
  margin: 0;
}
.col-postal {
  padding-top: 38vw;
  width: 72%;
  margin-right: 20px;
  display: flex;
}
#bloque-2 .col-postal{
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-out;
  transform-origin: bottom;
}
#bloque-2 .col-postal.over:hover{
  transform: scale(1.1);
}
.col-tarjeta {
  width: 25%;
  padding-top: 35vw;
  margin-left:-150px;

/*  transform: translate(-130%, -5%);*/
}

.sticky-image {
  position: sticky;
  top: 2rem;
  width: 100%;
  border-radius: 25px;
}
#bloque-2 .estrella-decorativa {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 80px;
    height: auto;
    z-index: 0;
}


@media (max-width: 660px) {
  .bloque2-contenido .col-tarjeta.movilversion{
      margin-left: -110px !important;
      padding-top: 160px !important;


      margin-left: 0px !important;
      padding-top: 30px !important;
      position: absolute;
      width: 100% !important;
  }
  .sticky-container.size3, .sticky-image-p .naranja{
    min-width: 75px;
  }
  .bloque2-contenido .col-tarjeta.movilversion .sticky-container{
      text-align: center;
  }
  .bloque2-contenido .col-tarjeta.movilversion .sticky-image{
      opacity: 1 !important;
  }
  .bloque2-contenido .col-tarjeta.movilversion p span{
      font-size: 20px !important;
      line-height: 24px !important;
  }
  #pdpv2-info4{
    font-size: min(12vw, 70px);
    line-height: min(14vw, 70px);
    transform: scale(.9);
  }
  #pdpv2-info4 .thin{
    color: white;
    background: none;
    filter: none;
    -webkit-text-fill-color: white;
  }
  #pdpv2-info4 .thin{
    background-attachment:unset;
    background-size: 100%;
}
   /* .fondo-fixed img{
      height: 85vh;
      position:fixed; 
      top: 0px;
      object-fit: cover;
      left: 0;
      transform: none;
    }*/
    #bloque-2 .bloque2-titulo{
        top: -60vh;
        position: absolute;
    }
     #bloque-2 .texto-titulo{
      text-align: left;
    }
    #bloque-2 .col-postal{
        width: 100%;
        margin-right: 0px;
        padding-top: 7vh;
    }
        #bloque-2 .bloque2-contenido {
        width: 65%;
        gap: 1rem;
        position: relative;
        top: 20vh;
/*        background: red;*/
left: 50%;
        transform: translateX(-50%);
    }

    #bloque-2 .col-tarjeta{
        width: 25%;
        padding-top: 7vh;
    }
  
}


/* Bloque 3 */
#bloque-3 .container-fluid {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

#bloque-3 .bloque3-titulo {
/*  font-family: 'Source Sans Pro';*/
  font-weight: 700;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.5rem, 1.5vw, 2.2rem);
  color: var(--e-global-color-primary);
  margin-bottom: 1rem;
}

#bloque-3 .bloque3-parrafo {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  line-height: 1.5;
  color: var(--e-global-color-primary);
  margin: 0;
}
.bloque3-texto{
  margin-left: 3rem;
  max-width: 600px;
    width: 45%;
}
#bloque-3 .bloque3-parrafo strong {
  font-weight: 700;
}
#contenedor-jovenin{
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
}
.encabezado, .contenedor-medio{
  max-width: 1140px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#smooth-wrapperbutton {
/*  background-color: var(--e-global-color-accent);*/
  border: none;
  /*border-radius: 2rem;*/
  padding: 0.8rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  /*position: absolute;*/
  z-index: 1111111111111111111111111111111111111111;
}
#smooth-wrapper button:not(.v2) {
/*  background-color: var(--e-global-color-accent);*/
  color: #000;
  background-color: white;
}
/*.pin-spacer{
  pointer-events: none;
}*/
#smooth-wrapper button:hover{
/*  background-color: var(--e-global-color-secondary2);*/
  color: white;
  border: none;
  outline: none;
}
#smooth-wrapper button:not(.v2):hover{
  background: linear-gradient(90deg, #ff7134ff, #ff7134ff, #ffb656ff, #ffb656ff, #ffb656ff) !important;
}
/* Imagen Vicentín */
#bloque-3 .bloque3-imagen {
  max-width: 460px;
    width: 40%;
    left: 10px;
    position: relative;
    text-align: right;
}

/* Decorativos */
.decoro {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

#bloque-3 .queco {
    top: -80px;
    right: 0;
    width: min(16.5vw,188px);
}

#bloque-3 .onda {
    top: -15px;
    left: 50%;
     transform: translate(-50%, -50%); 
    width: 100vw;
    z-index: -1;
    opacity: .3;
}

#bloque-3 .espiral {
    top: 70%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 15vw;
    z-index: -1;
}

#bloque-3 .estrella-1 {
  top: 70%;
    left: 40%;
    width: 5vw;
}
#bloque-3 .estrella-1.v2 {
  top: 60%;
    left: 50%;
    width: 2.85vw;
}

#bloque-3 .estrella-2 {
  top: -1%;
    left: -20px;
    width: 2vw;
}
#bloque-3 .estrella-2.v2{
  top: 10%;
    left: -85px;
    width: 4vw;
}
#bloque-3 .mojon {
  bottom: -40px;
    right: 3vw;
    width: 13vw;
}

#bloque-3 .muelle {
  top: 320px;
    left: 20%;
    width: 15vw;
}


#muelle{
      fill: none;
/*    stroke: aqua;*/
/*    stroke-width: 10px;*/
}
@media (max-width: 660px) {

    #bloque-3 .container-fluid{
      flex-flow: column;
    }
    .bloque3-texto {
        margin-left: 0;
        max-width: 600px;
        width: 100%;
    }
    #bloque-3 .bloque3-imagen {
        margin-top: 20px;
        max-width: unset;
        width: 100%;
        left: 0;
        position: relative;
    }
    #bloque-3 .bloque3-imagen img {
        height: 200px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
    #bloque-3 .bloque3-imagen img.queco {
        top: -20vw;
        right: 0;
        width: 45vw;
        object-fit: contain;
}
}
section h2{
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
section p{
  max-width: 450px;
  font-weight: 300;
}
section p:not(.sticky-image-p):not(.servicio p):not(.bloque-4 p){
  padding-inline: 30px;
}
.servicio .servicio-data-speed{
    transition: all 0.5s ease-in-out;
}
.servicio .servicio-data-speed.over{
    transform: translateY(-10px);
}
.separador{
  pointer-events: none;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
}
.separador.absoluto{
  pointer-events: none;
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
  /*z-index: -1;*/
}
.separador::after{
    content: "";
    width: 1px;
    height: 100%;
    background: yellow;
    position: absolute;
    right: 0;
    /*  background: linear-gradient(180deg, #ff7134ff, #ff7134ff, #ffb656ff, #ffb656ff, #ffb656ff);*/
  background: linear-gradient(180deg, #ff713400, #ff7134ff, #ffb656ff, #ffb656ff, #ffb65600);
  background: linear-gradient(180deg, #ff713400, #ff713466, #ffb656, #ffb65666, #ffb65600);
/*  background: linear-gradient(180deg, #ff713400, #ff713466, #ffb6562e, #ffb65666, #ffb65600);*/
}
.separador.absoluto::after{
  width: 10px;
  margin-top: 20vh;
  height: 30%;
  position: absolute;
  z-index: -1;
}
.bola-progreso {
    position: absolute;
    left: 100%;
    transform: translateX(-100%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    /*box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);*/
    top: calc(20vh + 20px);
}
.separador.h50{
  height: 50vh;
}
.separador.h25{
  height: 25vh;
}
.sticky_padding{
    padding-top: 100px;
}
.sticky_padding.v2{
    padding-top: max(230px,30vh);
}
.bloque-4{
  height: 70vh;
}
.container-fluid {
  max-width: 1350px;
  margin: 0 auto;
/*  padding: 2rem 1rem;*/
padding: 0;
/*padding-top: 50vh;*/
gap: 25px;
  position: relative;
/*  padding-bottom: 100px;  */
/*   background: rgba(255,0,0,0.1);*/
}

.bloque4-izquierda {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
  gap: 2rem;
}
#bloque-4 .sticky-container {
  position: relative;
  width: min(14vw,160px);
  height: auto;
}
#bloque-4 .sticky-container img{
  border-radius: 25px;
}
.servicios{
  position: absolute;
  justify-content: center;
}
.servicios.v2{
  position: relative;
/*  margin-top: -30vh;*/
/*  padding-top: 30vh;*/
  justify-content: space-between;
}
/*.bloque-4, .bloque-4 *, .bloque-4b, .bloque-4b *,.bloque-4c, .bloque-4c *{
    pointer-events: none !important;
    z-index: 1;
}
.bloque-4 a, .bloque-4b a,.bloque-4c a,.bloque-4 .servicio, .bloque-4b .servicio,.bloque-4c .servicio{
pointer-events: all !important;
}*/

.bloque-4b, .bloque-4c{
  pointer-events: none;
}
.bloque-4b a,.bloque-4c a{
      position: relative;
    width: 31.5%;
}
.bloque-4c,.bloque-4c *{
  pointer-events: none;
}
.bloque-4c a{
  
}
.servicio{
  pointer-events: all;
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: 60vh;
  /*background: red;*/
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding:15px;
  overflow: hidden;
/*  align-items: flex-end;*/
  background-size: cover;
    background-position: center;
    cursor: pointer;
}
.servicio *{
    pointer-events: none;
}
.servicio.estrategia{
  background-image: url(../img/estrategia.jpg);
}
.servicio.creatividad{
  background-image: url(../img/creatividad.jpg);
}
.servicio.tecnologia{
  background-image: url(../img/tecnologia.jpg);
}
.servicio .servicio-data-speed{
  position: relative;
  height: 140px;
}
.servicio .servicio-data-speed *{
    position: relative;
/*    top: 100px;*/
}
.servicio .servicio-data-speed p{
    font-size: 14px;
}
.servicio h3{
  font-size: 30px;
/*  padding-bottom: 10px;*/
}
.imagen-chica {
  width: 38vw;
  max-width: 430px;
  flex-shrink: 0;
/*  padding-top: 10vw;*/
}
.pt-bloque4{
/*  padding-top: 10vw;*/
}
.imagen-chica img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}
.img-container{
/*  margin-top: 10vw;*/
  position: relative;
}
.salto-container {
  position: sticky;
/*  top: 8vh;*/
  width: min(14vw,160px);
  height: 34vw;
  margin-top: 0;
  flex-shrink: 0;
  z-index: 2;
}

.salto-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease-in-out;
  border-radius: 25px;
}

.bloque4-texto {
  flex: 1;
  max-width: 40vw;
/*  padding-top: 28vw;*/
  margin-left: 20px;
}

.bloque4-texto h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.8rem);
  font-weight: 800;
  color: var(--e-global-color-primary, #00594F);
}

.bloque4-texto .alpha {
  color: var(--e-global-color-primary, #00594F);
}
.sticky_padding .col-postal {
  padding-top: 28vw;
  width: auto;
  margin-right: 20px;
  display: flex;
}
.sticky_padding .bloque2-contenido{
  margin-top: -28vw;
  
}

.sticky_padding .trama_fondo {
    top: 70vh;
    left: 50%;
     transform: translate(-50%, -50%); 
    width: 100vw;
    z-index: -1;
    max-width: unset;
    
}
.mwg_effect007{
/*  background: yellow;*/
}
.mwg_effect007,.mwg_effect007 *{
  pointer-events:none;
/*    height:300vh;*/
}
/*.mwg_effect007,.circles{
  pointer-events:all;
  position: relative;
    height: 150vh;
    top: 0;
    width: 100vw;
    background: red;
}*/
.mwg_effect007 .bloque-4.desktopversion{
  height: auto;
  max-width: 1140px;
/*    background: red;*/
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.mwg_effect007,.circles{
/*    margin-left: -1vw;*/
}
.mwg_effect007,.circles.movilversion{
/*    margin-left: -5vw;*/
}
/*.mwg_effect007,.circle{
  position: relative;
  max-height: 60vh;
}
.mwg_effect007,.circle img{
  height: 100%;
}*/

.mwg_effect007 .pin-height{
  height:250vh;
  position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 50vh; /* o el valor que te funcione */
}
.mwg_effect007 .pin-height.movilversion{
  height:750vh;
  /*background: red;*/
}

/* contenedor que se pinea */
.mwg_effect007 .container{
/*  background: red;*/
  position:relative;
  height:100vh;
  width: 100vw;
  max-width: 100vw;
/*  background: grey;*/
  overflow:hidden;
}

/* wrapper de cada tarjeta */
.mwg_effect007 .circle{
  pointer-events:all;
  cursor: pointer;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  will-change:transform;
  overflow: hidden;
  border-radius: 1rem;
  max-width: 800px !important;
}

.mwg_effect007 .circle img{
/*  border-radius: 1rem;*/
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.circle a, 
.circle img {
  pointer-events: auto !important;
}

.mwg_effect007 .logo-img{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.25);
    filter: brightness(3);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}
.mwg_effect007 .circle:hover{
/*  transform: scale(1.2);*/
  z-index: 1;
}
.mwg_effect007 .circle:hover img{
  transform: scale(1.3);
}
.mwg_effect007 .circle:hover .logo-img{
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* la tarjeta/imágen */
.mwg_effect007 .media{
  width:min(25vw,110%);
  /*max-height: 50vh;*/
  aspect-ratio:0.74;
  border-radius:0.6vw;
  object-fit:cover;
  display:block;
}

.mwg_effect007 p{
    padding-inline: 0px !important;
  }
  .bloque-4.v5, .bloque-4.v5 *{
      pointer-events: all;
  }
  .bloque-4.v5{
    
/*background: black;*/
    position: relative;
    height: auto;

      }
      .bloque-clientes{
        padding-top: 0;
      }
      .h2-clientes{
        padding-top: 100px;
      }
@media (max-width:768px){
  .mwg_effect007 h2{
    padding-left: 0px;
  }
  .mwg_effect007 h2 ul{
    padding-left: 20px;
  }
  .encabezado p{
    padding-inline: 20px !important;
  }
  .mwg_effect007 .logo-img{
        transform: translate(-50%, -50%) scale(.85);
        filter: brightness(3);
        opacity: 1;
    }
  .servicio .servicio-data-speed {
    position: relative;
    height: 80px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
  .servicio h3 {
    margin-bottom: 0;
    /* padding-bottom: 10px; */
}
  .servicio .servicio-data-speed p{
    font-size: 14px;
    line-height: 18px;
}
  .mwg_effect007 .bloque-4 h2{
    padding-left: 20px;
  }
  .mwg_effect007 .bloque-4 p{
    padding-inline: 20px;
  }
  .mwg_effect007 .media{ width:55vw; }
}

@media (min-width: 1500px) {
 
  .mwg_effect007 .media{
    width:min(25vw,120%);
    max-height: 60vh;
    aspect-ratio:0.74;
    border-radius:0.6vw;
  }
}
@media (max-width: 850px) {
  .bloque-4b a, .bloque-4c a {
    position: relative;
    width: 90%;
    z-index: 1;
}
  .bloque-4 p{
    padding-inline: 30px;
  }
  .sticky_padding.v2.v3{
      padding-top: 47vh;
  }
  .sticky_padding.v2.v4{
      padding-top: 64vh;
  }
  .servicio{
    width: 100%;
    height: 15vh;
    justify-content: center;
    background-position: top;
  }
  #bloque-4 .bloque2-contenido {
      margin-top: -28vw;
      width: 90%;
  }
  #bloque-4 .col-postal.imagen-chica{
  width: 80%;
  }
  .sticky_padding{
    margin-top: 0;
  }
  .salto-container{
    display: none;
  }
 /* #bloque-4 .container-fluid {
    flex-direction: column;
    align-items: center;
  }*/
.imagen-chica {
    width: 45vw;
    max-width: 430px;
    flex-shrink: 0;
    padding-top: 5vw;
}
.bloque4-texto {
    flex: 1;
    max-width: 45vw;
}
  .bloque4-izquierda {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .bloque4-texto {
    padding-left: 0;
    padding-top: 2rem;
  }

  .salto-container {
    width: 110px;
    height: 180px;
  }
}

@media (max-width: 650px) {
  .mojon{
    display: none;
  }
      .sticky_padding .container-fluid {
    flex-direction: column;
    align-items: center;
  }
      .imagen-chica {
        width: 100vw;
        height: 350px;
        overflow: hidden;

      }
          .imagen-chica img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
}
.bloque4-texto {
        flex: 1;
        max-width: 100vw;
    }
}


.naranja{
  color: var(--color-naranja1);
}
.naranja-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-naranja1);
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    /*  transition: all 0.5s ease;*/
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.naranja-bg.hide{
  opacity: 0;
}
.naranja-bg.show{
  opacity: 1;
}
#bloque-5 {
/*  background-color: #004b3f;*/
  color: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  z-index: 1;
  pointer-events: none;
}

#bloque-5 .naranja.scrollup{
  color: var(--color-naranja2);
  left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
#bloque-5.expandida{
  overflow-x: visible;
}
#bloque-5 button{
  border: 2px solid rgba(255, 255, 255, .35);
}
#bloque-5 .container-fluid{
  margin: 0;
  padding: 1%;
  max-width: 1350px;
    margin: 0 auto;
    position: relative;
/*    background-color: red;*/
/*    overflow: hidden;*/
}
#bloque-5 h2.texto-titulo {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  text-align: right;
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
  line-height: 1.2;
  margin: 0;
}
.slide-ventajas-group {
  width: 100%;
  max-width: 1400px;
  min-height: 600px;
  margin: 0 auto;
  position: relative;
}

.slide-ventajas {
  background-color: #FFF;
  border-radius: 2rem;
  width: 86%;
  width: 100vw;
  width: 82vw;
  min-width: 100px;
  min-height: 600px;
/*  transition: all 0.5s ease;*/
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  flex-shrink: 0;
  justify-content: flex-start;
  padding-left: 10%;
}
#bloque-5 .chollos{
  left: 5px;
    width: 250px;
    top: -55px;
}
#bloque-5 .rayitos{
  left: 15px;
    width: 250px;
    top: 35px;
}
.slide-ventajas.expanded {
  background-color: #01453e;
  cursor: default;
/*  pointer-events: none;*/
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: auto;
  min-height: auto;
  position: relative;
}

.slide-ventajas-label {
  writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 1.65rem;
    font-weight: 600;
    color: #7edf01;
    padding: .5rem;
    position: absolute;
    left: 0;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
}

.slide-ventajas-content {
/*  opacity: 0;*/
  pointer-events: none;
  position: relative;
  inset: 0;
  padding: 2rem;
  padding-left: 110px;
  padding-right: 30px;
  color: white;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  align-items: center;
  justify-content: space-between;
}
.slide-ventajas-content .col.col2{
  margin-left: 3rem;
}
.slide-ventajas.expanded .slide-ventajas-content {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.5s ease;
  position: relative;
}

.slide-ventajas-content .col {
  flex: 1;
  position: relative;
}

.slide-ventajas-title-img {
  width: 220px;
    position: absolute;
        margin-top: -40px;
    margin-left: -40px;
    transform: translateY(-20%);
}

main .slide-ventajas-image {
  max-width: 280px;
  border-radius: 1rem;
}

main .slide-ventajas-icon {
    position: absolute;
    top: -70px;
    left: -70px;
    width: 300px;
}

main .slide-ventajas-title {
  font-size: 2rem;
  color: #b6ff00;
  font-weight: 700;
}

main .slide-ventajas-desc {
  color: white !important;
  font-size: 1.1rem;
  line-height: 1.4;
  max-width: 330px;
}

.slide-ventajas[data-index="0"] {
    left: 5vw;
    background: #108070;
}
.slide-ventajas[data-index="1"] {
    left: 10vw;
    background: #FFF;
}
.slide-ventajas[data-index="2"] {
    left: 15vw;
    background: #00594f;
    background: linear-gradient(90deg, #00594f 0%, #00594f 5%);
}
.slide-ventajas[data-index="3"] {
    left: 20vw;
    background: #004c46;
}
.slide-ventajas:not(.expanded):hover{
/*  background-color: var(--e-global-color-secondary2);*/
  background: linear-gradient(90deg, var(--e-global-color-secondary2) 0%, var(--e-global-color-primary) 5%);
}

.slide-ventajas:not(.expanded):hover .slide-ventajas-label{
  color: #00594f;
}
.slide-ventajas.expanded .slide-ventajas-label{
  color: #cdff3f;
}
#bloque-6{
  margin-top: 80px;
}
#bloque-6 .mancha {
left: 70%;
    margin-top: -80px;
    transform: translateX(-20%) rotate(160deg);
}
#bloque-6 .mojon-lima {
  left: -20%;
    margin-top: 50vh;
 
}
@media (max-width: 650px) {
  .sticky-image.nooverlay{
  display: none;
}
.sticky-image-p{
  display: flex;
    align-items: center;
    justify-content: center;
}
  .naranja-bg{
    user-select: none;
  transition: all 0.3s ease;
}
  #bloque-6 .mancha{
    left: 0%;
  }
    .slide-ventajas-image {
        max-width: unset;
    }
    .slide-ventajas-title{
        font-size: 7vw;
        margin-top: 30px;
    }
    #bloque-5{
        padding-bottom: 5rem !important;
        width: 100vw;
        left: 0;
        overflow-x: hidden;
    }
    #bloque-6{
      width: 100vw;
      overflow-x: hidden;
      margin-top: 10px;
    }
    .slide-ventajas-bullets {
        position: absolute;
        bottom: -60px;
        gap: 1rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .slide-ventajas-button{
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background-color: var(--e-global-color-primary);
        cursor: pointer;
    }
    .slide-ventajas-button:hover, .slide-ventajas-button.active{
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background-color: var(--e-global-color-secondary2);
        cursor: pointer;
    }
    .slide-ventajas-button.active{
        pointer-events: none;
    }
    .slide-ventajas-content{
      opacity: 0;
        flex-flow: column;
        padding: 0;
        padding-right: 24vw;
        padding-bottom: 30px;
    }
    .expanded .slide-ventajas-content{
      opacity: 1;
  
    }
    .slide-ventajas.expanded .slide-ventajas-label{
        writing-mode: horizontal-tb;
        transform: rotate(0);
        position: relative;
        top: 0;
        left: -10px;
        margin-bottom: 50px;
        text-align: left;
        width: 100%;
    }
    .slide-ventajas{
        left: 20vw;
        background-color: #004c46;
        padding-top: 20px;
        display: flex;
        flex-flow: column;
    }
    .slide-ventajas-title-img{
        margin-left: -30px;
    }
    .slide-ventajas[data-index="0"]{
        left: 3vw;
    }
    .slide-ventajas[data-index="1"]{
        left: 6vw;
    }
    .slide-ventajas[data-index="2"]{
        left: 9vw;
    }
    .slide-ventajas[data-index="3"]{
        left: 12vw;
    }
    .slide-ventajas{
        width: 90vw;
    }
    .slide-ventajas-content .col.col2,.slide-ventajas-content .flexcol{
        margin-left: 2rem;
    }
    #bloque-5 h2.texto-titulo{
        left: 0;
        position: relative;
    }
}


#img-alert{
  max-height: 75px;
  float: left;
}

main .white{
  color: white !important;
}
#bloque-7 .cont-info{
  z-index: 1;
    background: #00594fd4;
    width: 370px;
    height: 330px;
    border-radius: 25px;
    transform: translate(10%, -125%);
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
}
.div-full{
  width: 100vw !important;
  max-width: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.div-full.expandida{
  max-width: unset !important;
/*    max-height: 700px;*/
    object-fit: cover;
    object-position: top;
    width: 100vw !important;
}
img.div-full.expandida{
  height: 85vh;
}
/*img.div-full.expandida::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}*/
.fondo-fixed:after{
    content: "";
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 35vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    transform: translateX(-50%);
}
.fondo-fixed img{
  height: 85vh;
  position:fixed; 
  top: 0px;
  object-fit: cover;
}
@media (max-width: 650px) {
  img.div-full.expandida{
    height: 95vh;
  }
  .fondo-fixed:after{
    height: 85vh;
}
  #bloque-7{
    margin: 0;
    left: 50%;
/*    transform: translateX(-50%);*/
  }
  #bloque-7 img{
    border-radius: 25px;
    height: 310px;
    object-fit: cover;
    width: 90vw;
  }
#bloque-7 .cont-info {

   overflow: hidden;
        width: 90vw;
        height: 310px;
        transform: translate(-50%, -100%);
        left: -10px;
        padding: 30px;
        left: 50%;
}
.div-full{
  width: 90vw !important;
  max-width: unset;
}
.sticky_padding .sticky-container img{
  border-radius: 20px;
}
}
.servicios-body header{
  position: fixed !important;
}
.screenh{
  position: relative;
  width: 100%;
  height: 100vh;
}
.screenh.gradient{
  height: 100vh;
   background: linear-gradient(180deg, #00000000 0%, #000000 40%);
}
.screenh.before::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    left: 50%;
    pointer-events: none;
    height: 300px;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #00000000 0%, #000000 300px);
    z-index: -1;
    background: linear-gradient(180deg, #00000000 0%, #000000 40%);
    height: 100vh;
}
.servicios-section section{
  position: relative;
}
.servicios-info{
  text-align: left;
    width: 40%;
    left: 60%;
}
.servicios-section h2:not(footer h2),.servicios-section section h2:not(footer h2){
      font-size: 12vw;
    font-weight: 100;
    height: 15vw;
/*    background: linear-gradient(90deg, #0e0c0c 0%, #734331 50%, #172327 100%);*/
/*    background: linear-gradient(90deg, #ff7134ff, #ff7134ff, #ffb656ff, #ffb656ff, #ffb656ff);*/
    background: linear-gradient(90deg, #84482e, #975e45, #2e4743, #39645f, #429899);

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* fallback */
}
.servicios-body .mwg_effect027 li, .servicios-section h3,.servicios-section section h3{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px; 
}
.servicios-section p{
  padding-inline: 0px !important;
}

@media (max-width: 650px) {
  #smooth-wrapper {
  min-height: 100%;
  height: auto !important;
  .separador.absoluto::after{
    width: 3px;
  }
  .bola-progreso{
    width: 3px;
    border-radius: 5px;
  }
}
#smooth-wrapper button {
  position: absolute;
}
    .screenh{
      justify-content: flex-start !important;
      padding-top: 70px !important;
      height: 50vh !important;
    }
    .screenh::before{
        content: "";
        position: absolute;
        top: 0;
        width: 100vw;
        left: 50%;
        pointer-events: none;
        height: 300px;
        transform: translate(-50%, -50%);
        background: linear-gradient(180deg, #00000000 0%, #000000 300px);
        z-index: -1;
        background: linear-gradient(180deg, #00000000 0%, #000000 40%);
        height: 100vh;
    }
    .servicios-info {
        text-align: left;
        width: 80%;
        left: 20%;
    }
    .va-50{
        top: 40vh;
        position: relative;
        margin-bottom: 10vh;
    }
    .servicios-section h2:not(footer h2), .servicios-section section h2:not(footer h2){
        padding-left: 28px;
        font-size: 18vw;
        height: 22vw;
    }
    .servicios-body .mwg_effect027 li, .servicios-section h3,.servicios-section section h3{
        font-size: 6vw;
        
    }
      .burbujas{
      margin-top: 0vh;
    }
    .separador.h50.v2{
      height: 25vh;
    }
    .separador.h50_movil{
      height: 50vh;
    }
    .separador.h75_movil{
              height: 75vh;
        /*background: green;
        width: 100px;
        z-index: 1111;*/
    }
    .sticky_padding.v3{
        margin-top: 50vh;
    }
    .texto-titulo.noto-sans{
        text-shadow: 2px 2px 4px #000000;
        font-weight: 300;
        font-size: 23px;
        /*font-size: 5.25vw;*/
        margin-top: -10px;
    }
    .bloques.margin{
      /*margin-top: 0;*/
      /*padding-top: 35vh;*/
    }
    #bloque-2{
        top: 50vh;
    }
}

/*popup*/
.taw_popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
}

.taw_popup {
  width: 90%;
  max-width: 380px;
  background: #111;
  border-radius: 16px;
  padding: 32px 26px;
  text-align: center;
  box-shadow: 0px 20px 40px rgba(0,0,0,0.6);
  opacity: 0;
  transform: scale(0.8);
}
.taw_popup-text a{
  min-width: unset !important;
}
.taw_popup-title {
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 300;
}

.taw_popup-text {
  color: #ddd;
  margin-bottom: 26px;
  font-size: 16px;
}

.taw_popup-btn {
    background: #ff7a1a;
    border: none;
    padding: 6px 16px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    font-weight: 200;
    transition: background .2s ease;
}

.taw_popup-btn:hover {
  background: #ff8f3e;
}

/*fin popup*/

.view-texto-continuo .views-view-grid > ul li .views-field-field-texto-desarrollo, .view-texto-continuo .views-view-grid > ul .element .views-field-field-texto-desarrollo, .view-texto-continuo .views-view-grid > .container li .views-field-field-texto-desarrollo, .view-texto-continuo .views-view-grid > .container .element .views-field-field-texto-desarrollo{
  padding: 0 !important;
}

/* Toast PWA update centrado abajo */
#pwa-update-toast.toast {
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  border-radius: 10px;
  border: 1px solid #ff7a1a;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  min-width: 320px;
  max-width: 500px;
  text-align: center;
}

#pwa-update-toast .toast-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  flex: 1;
}

#pwa-reload-btn {
  background-color: #ff7a1a !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

#pwa-reload-btn:hover {
  background-color: #e06a14 !important;
}
