
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Black+Ops+One&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

 @import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');
             @import url('https://fonts.googleapis.com/css2?family=Pontano+Sans:wght@300..700&display=swap');


 @import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');


  :root {

    --cols: 1rem 0 auto 0 1rem;
}



@media (min-width: 45rem) {
    :root {
        --cols: 1.5rem 2rem auto 2rem 1.5rem;
    }
}



@media (min-width: 60rem) {
    :root {
        --cols: 1fr 5rem minmax(0, 41.3rem) 5rem 1fr;
    }
}


/* --------------------------------

Parcheo Cabecera

-------------------------------- */



body {
  --sb-track-color: #2b2828;
  --sb-thumb-color: #0e081c;
  --sb-size: 10px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

.main-header.inside .main-nav-container {
    background-color: #fff;
}



.main {
    background: none !important;
    padding-bottom: 0px;
}

.main:first-of-type {
    padding-top: 0px;
}

.main-header.inside~.main:first-of-type>.tab-title.visible .container-header {
    width: 990px;
    border-bottom: solid 1px #141d25;
    position: absolute;
    left: -900000px;
}

.seo-links-container {
    display: none;
}

.seo-links-container .list-seo-links a {
    display: inline-block;
}

.main .tab-title {
    margin-bottom: 0px;
    height: 0px;
    width: 100%;
}

.row-layout .container {
    padding: 0px 0;
}

.container {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumbs .tab-breadcrumb-list li.active a {
    background-color: transparent;
}

.content-ad .ad-item-si,
.content-ad .ad-item-sd {
    display: none;
}



/*colores cabecera marca cms*/


.breadcrumbs {
   
    background-color: #0e081c;
}


.ue-l-common-page__inner .ue-c-section-title {
   
    padding: 0px 0;
}



.tab-news .aside-tools {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: transparent;
    width: 132px;
    height: 41px;
}

@media (min-width: 46.25em) {
    .marca-theme-v3 .ue-c-section-title {
        border-bottom: none;
    }
}



/* --------------------------------

Estilos generales

-------------------------------- */

* {box-sizing: border-box; margin: 0; padding: 0;}
img {max-width: 100%;}
html {min-height: 100%;}
body {
    min-height: 100%;
    padding: 0;
    overflow-x: hidden;
}

ol, ul { list-style: none; font-size: inherit; margin-bottom: 0px; overflow: inherit;}
.content-items .content-item { padding: 0px !important; }
.marca-theme-v2 .ue-l-common-page__inner {  padding: 0rem 0rem;}
.marca-theme-v2 .ue-c-section-title { color: #fff; font-size: 0rem; line-height: 0rem; text-indent: -9999999px;}
.marca-theme-v3 .ue-l-common-page__inner {  padding: 0rem 0rem;}
.marca-theme-v3 .ue-c-section-title { color: #fff; font-size: 0rem; line-height: 0rem; text-indent: -9999999px;}
.site-footer {  margin: 0px 0 0;}


.especial-pogacar {
display: grid;
grid-template-columns: var(--cols);
grid-template-rows: 1fr auto;
scroll-padding-top: 90px;
}

.especial-pogacar h2 {

    font-family:'Bitter', serif;
    font-size: clamp(2.5rem, 7vw, 5rem);
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-style: italic;
}






.especial-pogacar .articulo {
grid-column: 1 / -1;
display: grid;
grid-template-columns: var(--cols);
background: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/pogacar/fondo-gris-1px.jpg) top right repeat-y;
    background-size: 500px;
    background-color: #1e1e1e;
}

.especial-pogacar .articulo > * { grid-column: 3 / -3;}
.especial-pogacar .articulo {  padding-bottom: 0em; }


.especial-pogacar p.lt {
margin-top: 20px;
}

.especial-pogacar p.lt::first-letter {
color: #fff;
font-size: 8rem;
line-height: 0.75;
float: left;
padding-right: 1rem;
padding-bottom: 0rem;
font-family: "Pontano Sans", sans-serif;
 font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}

.especial-pogacar p {
    margin-top: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Pontano Sans", sans-serif;
    font-size: 19px;
    color: #fff;
    line-height: 26px;
    text-align: left;
     font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}

.especial-pogacar p.antetitulo {
    margin-bottom: -20px;
    margin-top: 50px;
    font-family: "Pontano Sans", sans-serif;
    font-size: 19px;
    color: #fff;
    line-height: 26px;
    text-align: left;
     font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;

}

.especial-pogacar p.perfil  {
    margin-bottom: 0px;
}

.especial-pogacar p.perfil strong {
    padding: 5px;
    background-color: #990000;
    font-family: 'Bitter', serif;
    color: #fff;
    font-size: 25px;
    line-height: 100%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    font-weight: 700;
}

.especial-pogacar p.it {
    border-left: 1px solid #fff;
    padding: 20px;
}

a.enlaces {color: #c00;
    text-decoration: underline;
    font-weight: 500;
}

a.enlaces:hover {
text-decoration: underline; font-weight: 500; opacity: 0.6;}

.autor { text-align: center;  margin: 3.6em auto 0em auto;}
.autor em {
color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
}

.imagen-autor {
display: inline-block;
margin: 0 auto;
text-align: center;
border-radius: 50%;
opacity: 1;
border: 5px solid #1b191a;
background-color: #fff;
}


.especial-pogacar p.firma {
font-family: 'Barlow Semi Condensed', sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 1.6em;
text-align: center;
margin-bottom: 3em;
margin-top: 3em;
color: #fff;
}

.especial-pogacar p.firma span {
font-weight: 500;
}

.especial-pogacar .imagen-cuerpotexto__fueratotal {
    grid-column: 1 / -1;
    margin: 0px auto;
    max-width: 3500px;
    position: relative;
}

.especial-pogacar .imagen-cuerpotexto__fueratotal:after {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, transparent 0, #1e1e1e) repeat scroll 0 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}




.especial-pogacar .video {
    grid-column: 1 / -1;
    margin: 0px 0px 2em 0px;
    max-width: 2500px; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.senal {
    width: 100%;
    max-width: 1200px;
    position: relative;
    
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.cubrereproductor {
    position: relative;
    z-index: 1;

}




.color {background-color: #1b191a !important;
background-image: none !important;}


.color2 {background-color: #181818 !important;}

.sincolor {background-color: transparent !important;}



.autor2 {
    margin: 20px 0 20px 0;
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 10px;
}

.autor2 .imagen-autor2 {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    background-color: white;
    border: 3px solid #fff;
}

.autor2 .firma-autor2 {
    margin-top: 0px;
    padding-top: 0px;
    font-family: Barlow Semi Condensed, sans-serif;
    line-height: 125%;
    text-align: left;
    font-size: 16px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.autor2 em {
    color: #fff;
    font-weight: 700;
}



  .imagen-derecha {
    max-width: 25em;
    float: right;
    margin-right: -10em;
    margin-left: 1em;
    shape-margin: 1em;
}


.imagen-izquierda {
    max-width: 25em;
    float: left;
    margin-left: -10em;
    margin-right: 1em;
    shape-margin: 1em;
}

.imagen-derecha img, .imagen-izquierda img {
    border: 10px solid #fff;
    display: block;
}

.especial-pogacar .imagen-cuerpotexto__fuera {grid-column: 2 / -2; margin: 30px 0;}

.especial-pogacar .imagen-cuerpotexto__fuera img {width: 100%;}


@keyframes slide {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-100%);
        }
      }

      .quitar-posicion {
        position: relative !important;
        top: 0 !important;
    }
      
      .tira-imagenes {
        overflow: hidden;
        padding: 0;
        background-color: #fff;
        white-space: nowrap;
        grid-column: 1 / -1 !important;
        margin: 0;
        height: 199px;
        margin-bottom: 30px;
        position: sticky;
        top: 44px;
        box-shadow: 0px 22px 56px -1px rgba(30, 30, 28, 1);
      }
      
      .tira-imagenes:before,
      .tira-imagenes:after {
        position: absolute;
        top: 0;
        width: 100px;
        height: 100%;
        content: "";
        z-index: 2;
      }
      
      .tira-imagenes:before {
        left: 0;
        background: linear-gradient(to left, rgba(30, 30, 28, 0), #1e1e1c);
      }
      
      .tira-imagenes:after {
        right: 0;
        background: linear-gradient(to right, rgba(30, 30, 28, 0), #1e1e1c);
      }
      
      .tira-imagenes:hover .tira-imagenes-slide {
        animation-play-state: paused;
      }
      
      .tira-imagenes-slide {
        display: inline-block;
        animation: 30s slide infinite linear;
        height: 198px;
      }
      
      .tira-imagenes-slide img {
      height: 200px;
      margin: -1px;
      max-width: none;
      }


img.degradado { mask-image: linear-gradient(#1b191a 64%, transparent); }

.encuesta {margin-bottom: 1em;}



.collapsible {
    background-color: #3f3d3e;
    color: white;
    cursor: pointer;
    padding: 7px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 29px;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    height: 55px;
    display: grid;
    grid-template-columns: 1fr 50px;

  }

  .collapsible h3 {
    font-size: 25px;
    line-height: 32px;
    margin-top: 0em;
    font-weight: 700;
    font-weight: bold;
    text-align: center;
    font-family: 'Zilla Slab', serif;
    color: white;
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    align-self: center;
    justify-self: center;
    margin: 0;

  }

  .collapsible h3 span {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Zilla Slab', serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 23px;
    text-align: center;
    width: 100%;
  }


  .collapsible .active,
  .collapsible:hover {
    background-color: #000;
  }

  .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    font-size: 70px;
    background-color: #000;
    border-radius: 30px;
    text-align: center;
    line-height: 27px;
    border: 3px solid #fff;
    text-shadow: -1px 1px 11px rgba(0, 0, 0, 0.51);
  }

  .collapsible.active:after {
    content: "\2212";
  }

  button.collapsible.active:after {
    content: "\2212";
}

  .cerrado {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

  }

.cerrado .articulo__cuerpo {
    padding: 50px;
    background-color: #e1e1e1;
    box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.67) inset;
}

  .cerrado .articulo__cuerpo p {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Special Elite', cursive;
    font-size: 17px;
    color: #fff;
    line-height: 26px;
  }


















































@media screen and (min-width: 761px) {
  .contImgStikyVHp {
   padding-right: 0;
   justify-content: inherit;
  }
  .column {
   margin: 0 0 auto 5vw;
   max-width: 625px;
  }
    .column2 {
   margin: 0 auto;
   max-width: 625px;
  }
  .threshold {
   position: sticky;
   width: 100%;
   height: 1px;
   background-color: transparent;
   z-index: 9999999999;
  }
  .threshold--top {
   top: 50%;
  }
  .image {
   opacity: 0;
   transition: all 0.5s ease;
  }
  .image.active {
   opacity: 1;
  }
  .locker {
   margin-top: 0em;
   outline-offset: -1px;
   position: relative;
   display: grid;
   grid-column: 1 / -1 !important;
   grid-template-columns: [full-start] minmax(0rem, 0fr) [center-start] repeat(12, [col-start] minmax(min-content, 9rem) [col-end]) [center-end] minmax(0rem, 0fr) [full-end];
  }
  .locker__image {
   position: relative;
   grid-column: col-start 1/col-end 7;
  }
  .locker__image .image {
   width: 100%;
   height: 100vh;
   transition: all 1s ease;
   position: absolute;
   top: 0px;
   left: 0px;
   color: transparent;
   background-size: cover;
   background-position: right center;
   background-repeat: none;
  }
  .locker__image .image--1 {
   background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/pogacar/pogacar1.png');
  }
  .locker__image .image--2 {
   background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/pogacar/pogacar2.png');
  }

  .locker__container {
   position: sticky;
   position: -webkit-sticky;
   top: 0;
   height: 100vh;
   display: flex;
   align-items: start;
   justify-content: end;
  }
  .locker__content {
   grid-column: col-start 8 / col-end 12;
   padding: 0em 1em 0em 1em;
  }


  .threshold {
   position: sticky;
   width: 100%;
   height: 1px;
   background-color: transparent;
   z-index: 9999999999;
  }
  .threshold--top {
   top: 50%;
  }
  .image {
   opacity: 0;
   transition: all 0.5s ease;
  }
  .image.active {
   opacity: 1;
  }
  .locker2 {
   outline-offset: -1px;
   position: relative;
   display: grid;
   grid-column: 1 / -1 !important;
   grid-template-columns: [full-start] minmax(0rem, 0fr) [center-start] repeat(14, [col-start] minmax(min-content, 9rem) [col-end]) [center-end] minmax(0rem, 0fr) [full-end];
  }
  .locker__content2 {
   grid-column: col-start 3/col-end 7;
   padding: 0em 1em;
  }
  .locker__image2 {
   position: relative;
   grid-column: col-start 8/center-end;
  }
  .locker__image2 .image {
   width: 100%;
   height: 100vh;
   transition: all 1s ease;
   position: absolute;
   top: 0px;
   left: 0px;
   color: transparent;
   background-size: cover;
   background-position: left center;
   background-repeat: none;
  }
  .locker__image2 .image--1 {
   background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/pogacar/opinion1.jpg');
  }
  .locker__image2 .image--2 {
   background-image: url('https://e00-especiales-marca.uecdn.es/ciclismo/images/pogacar/opinion2.jpg');
  }
  .locker__container2 {
   position: sticky;
   position: -webkit-sticky;
   top: 0;
   height: 100vh;
   display: flex;
   align-items: start;
   justify-content: end;
  }
  .locker__section {
   /*height: 100vh;*/
   display: flex;
   justify-content: center;
   flex-direction: column;
   padding: 0px 0px;
  }
  .locker__section p {
   width: 100%;
  }
 }














































/* --------------------------------

Estilos para mÃ³vil

-------------------------------- */

@media screen and (max-width: 768px) {

ol, ul { 
overflow: hidden;
}


.especial-pogacar .video {

    margin: 0px 0px 0em 0px;
    background-color: #1b191a;
    padding-bottom: 60px;



}
.cerrado .articulo__cuerpo {
    padding: 10px;
   
}


.especial-pogacar .articulo {



    background-size: 0px;
  
}

   .super-menu-header+.main .tab-title-text { display: none !important;}
    .tabs-content { display: none !important;}


    .especial-pogacar p {

    font-size: 18px;

}


.especial-pogacar p.antetitulo {
    margin-bottom: -20px;
    margin-top: 20px;
    font-family: "Pontano Sans", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: left;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.especial-pogacar h2 {
    font-family: 'Bitter', serif;
    font-size: clamp(2.2rem, 7vw, 5rem);
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-style: italic;
}


.especial-pogacar .senal h2 {
    text-align: center;

}

 .imagen-derecha, .imagen-izquierda {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    }


    .cuerpo-sticky-entrevista {
  z-index: 1;
  background-color: rgba(12, 12, 12, .9);
  padding: 1em;
 }
 
 .cuerpo-sticky-entrevista2 {
  z-index: 1;
  background-color: rgb(255 251 24 / 36%);
  padding: 1em;
 }
 
 .fincuerpo-sticky-entrevista {
  height: 100vh
 }



.sticky-entrevista.foto1m {
   background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/pogacar/perfil1-movil.jpg);
   background-position: 0 0;
   background-size: cover;
  }
.sticky-entrevista.foto2m {
   background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/pogacar/perfil2-movil.jpg);
   background-position: 75% 0;
   background-size: cover;
  }
.sticky-entrevista.foto3m {
   background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/pogacar/opinion1-movil.jpg);
   background-position: 0 0;
   background-size: cover;
  }
.sticky-entrevista.foto4m {
   background-image: url(https://e00-especiales-marca.uecdn.es/ciclismo/images/pogacar/opinion2-movil.jpg);
   background-position: 0 0;
   background-size: cover;
  }

 .especial-pogacar .cuerpo-sticky-entrevista p {
  color: #fff;
 }


 .sticky-entrevista {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: -1;
  grid-column: 1 / -1 !important;
 }



}





@media screen
and (min-width: 769px)
and (max-width: 1300px)

{
  .especial-pogacar .articulo {
   background-size: 200px;
}
}





























        /* SECCIÃ"N INTRO/PRELOADER */
        .intro-section {
            position: relative;
            height: 91vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            transition: opacity 0.8s ease-out;
            grid-column: 1 / -1;
        }

        .background-slideshow {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
        }

        .bg-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
            filter: brightness(0.5) saturate(1.2) contrast(1.1);
        }

        .bg-image.active {
            opacity: 1;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%);
            z-index: -1;
        }

        .intro-content {
            text-align: center;
            z-index: 10;
            max-width: 900px;
            padding: 2rem;
            animation: fadeInScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .titulo-grande {
            font-family: 'Barlow Semi Condensed', sans-serif;
            font-size: clamp(2.5rem, 7vw, 5rem);
            font-weight: 800;
            letter-spacing: 0.3em;
            margin-bottom: 1rem;
            background: linear-gradient(45deg, #ffffff, #64b5f6, #ffffff, #81c784, #ffffff);
            background-size: 400% 400%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: gradientFlow 4s ease-in-out infinite;
            text-transform: uppercase;
        }

        .contador-section {
            margin: 3rem 0;
            position: relative;
        }

        .contador-display {
            position: relative;
            display: inline-block;
            margin-bottom: 2rem;
        }

        .contador {
            font-size: clamp(6rem, 15vw, 12rem);
            font-weight: 700;
            color: #fff;
            text-shadow: 0 0 50px rgba(255,255,255,0.8), 0 0 100px rgba(100,181,246,0.5);
            position: relative;
            display: inline-block;
            min-width: 3ch;
            font-family: 'Roboto', sans-serif;
        }

        .contador::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 150%;
            height: 150%;
            background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
            transform: translate(-50%, -50%);
            border-radius: 50%;
            animation: contadorGlow 2s ease-in-out infinite;
        }

        .titulo-peque {
            font-family: 'Barlow Semi Condensed', sans-serif;
            font-size: clamp(2.5rem, 7vw, 5rem);
            color: #fff;
            margin-top: 1.5rem;
            opacity: 0.95;
            font-weight: 800;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            animation: pulse 3s ease-in-out infinite;
        }

        .scroll-indicator {
            position: absolute;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            transition: opacity 1s ease;
            text-align: center;
            cursor: pointer;
        }

        .scroll-indicator.show {
            opacity: 1;
        }

        .scroll-text {
            font-family: 'Barlow Semi Condensed', sans-serif;
            font-size: 0.7rem;
            margin-bottom: 0.5rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #fff;
        }

        .scroll-arrow {
            width: 2px;
            height: 30px;
            background: white;
            margin: 0 auto;
            position: relative;
            animation: scrollBounce 2s infinite;
        }

        .scroll-arrow::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 8px solid white;
        }

        /* SECCIÃ"N CONTENIDO PRINCIPAL */
        .main-content {
            min-height: 100vh;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 4rem 2rem;
            position: relative;
        }

        .content-container {
            max-width: 1200px;
            text-align: center;
            opacity: 1;
            transform: translateY(0);
        }

        .main-title {
            font-size: clamp(3rem, 8vw, 6rem);
            font-weight: 300;
            margin-bottom: 2rem;
            background: linear-gradient(45deg, #fff, #a0a0ff, #fff);
            background-size: 200% 200%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: textGlow 3s ease-in-out infinite;
        }

        .main-description {
            font-size: clamp(1.2rem, 3vw, 2rem);
            font-weight: 300;
            line-height: 1.6;
            margin-bottom: 3rem;
            opacity: 0.9;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 4rem;
        }

        .feature-card {
            background: rgba(255,255,255,0.1);
            padding: 2rem;
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            opacity: 1;
            transform: translateY(0);
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
        }

        .feature-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .feature-title {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            font-weight: 500;
        }

        .feature-description {
            opacity: 0.8;
            line-height: 1.5;
        }

        .cta-button {
            display: inline-block;
            margin-top: 3rem;
            padding: 1.2rem 3rem;
            background: transparent;
            border: 2px solid rgba(255,255,255,0.5);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 400;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            opacity: 1;
            transform: translateY(0);
        }

        .cta-button:hover {
            background: rgba(255,255,255,0.1);
            border-color: white;
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(255,255,255,0.2);
        }








@media (width: 1366px) and (height: 768px) {



.titulo-grande {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: clamp(2.5rem, 7vw, 1rem);
    font-weight: 800;
    letter-spacing: 0.3em;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #ffffff, #64b5f6, #ffffff, #81c784, #ffffff);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientFlow 4s ease-in-out infinite;
    text-transform: uppercase;
}

.scroll-text {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 0.7rem;
    margin-bottom: 0.1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}




.scroll-arrow {
    width: 2px;
    height: 19px;
    background: white;
    margin: 0 auto;
    position: relative;
    animation: scrollBounce 2s infinite;
}




}












        /* Animaciones */


        @keyframes fadeInScale {
            0% {
                opacity: 0;
                transform: scale(0.9) translateY(30px);
            }
            100% {
                opacity: 1;
                transform: scale(1) translateY(0);
            }
        }

        @keyframes gradientFlow {
            0%, 100% { background-position: 0% 50%; }
            25% { background-position: 100% 50%; }
            50% { background-position: 50% 100%; }
            75% { background-position: 100% 0%; }
        }

        @keyframes contadorGlow {
            0%, 100% { 
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.3;
            }
            50% { 
                transform: translate(-50%, -50%) scale(1.1);
                opacity: 0.6;
            }
        }

        @keyframes textGlow {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

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

        @keyframes scrollBounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(10px); }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .intro-content {
                padding: 1rem;
            }
            
            .contador-section {
                margin: 2rem 0;
            }

            .features-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .main-content {
                padding: 2rem 1rem;
            }
        }

        @media (max-width: 480px) {
            .titulo-grande {
                margin-bottom: 0.5rem;
                letter-spacing: 0.2em;
            }

            .feature-card {
                padding: 1.5rem;
            }
        }

        /* Reduced motion support */
        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }
            * {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }
  