@font-face {
    font-family: 'Graphik';
    src: url('fuentes/Graphik-Bold.woff2') format('woff2'),
        url('fuentes/Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('fuentes/Graphik-Semibold.woff2') format('woff2'),
        url('fuentes/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('fuentes/Graphik-Regular.woff2') format('woff2'),
        url('fuentes/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





.elcontenido {
    padding-top: 0 !important;
    background-color: #000000;

    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /* hace que la imagen completa se vea */

}



.seccion {
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #1e2b03;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;

}

.seccion.intro {
    display: block;
    margin-top: 40px;
}

.seccion p {
    margin-bottom: 40px;
}

.subtitle {
    display: block;
    margin-top: 40px;
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 22px;
    color: #c0a2e7;

}



.pregunta {
    color: #1e2b03;
    font-family: 'Graphik';
    font-weight: 800;

}



.secTitulo {
    font-family: 'Graphik';
    color: #c0a2e7;
    font-size: 34px;
    display: block;
    margin-bottom: -10px;
}

.seccionHeader {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.seccionFooter {
    position: relative;
    margin-top: 590px;
    /* 💥 magia real */
    width: 100%;
    text-align: right;
    z-index: 3;
}



.imagenFooter {
    width: 100%;
    height: auto;
}

/*--------fondo-----------------*/

.reportaje {
    position: relative;
    overflow: hidden;
    text-align: left;
    background-color: #cad8a9;
    background-image: url('assets/footer.webp');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;

    height: 3477px;
    /* mejor para móviles, evita parpadeos */
    color: #fff !important;
    box-sizing: border-box;
    padding-top: 0px;

}


/* STACK NATURAL */
.fondoBase {
    position: absolute;
    z-index: 1;
}

.bg {
    display: block;
    width: 100%;
    height: auto;
}

.bg1 {
    margin-top: 180px;
}

.bg2 {
    margin-top: -180px;
}

.bg3 {
    margin-top: -140px;
    z-index: 2;
}

#bg3,
#sec3 {
    will-change: transform;
}

/* NUBES ENCIMA */
.fondoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.contenidoSobreFondo {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;

}

.nubes {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
}





/* 'secciones generales */
.daniel-medina {
    max-width: 820px;
    width: 100%;
    height: auto;

}

.etiqueta {

    background: url("assets/etiqueta.png") no-repeat left top;
    background-size: cover;
    padding-left: 80px;
    /* ajusta según la imagen */
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;

    font-family: 'Graphik';
    font-size: 14px;
    line-height: 1.1;
    color: #1e2b03;
    font-weight: 600;

    max-width: 260px;
    max-height: 300px;
    margin-top: -40px;
}

.sec1,
.sec2,
.sec3 {
    padding-left: 15px;
    padding-right: 15px;
}

.sec1 {
    margin-top: 330px;
}

.sec2 {
    margin-top: 10px;
}

.sec3 {
    margin-top: 40px;
}


/* Estilos responsive para móviles */
@media (max-width: 980px) {
    .reportaje {
        height: 3000px;
    }

    .seccionFooter {
        margin-top: -130px;
    }

    .bg1 {
        margin-top: 100px;
    }

    .bg3 {
        opacity: 0;
        margin-top: -100px;
    }

    .seccion {
        line-height: 1.2;
        grid-template-columns: 1fr;
        /* una sola columna en móviles */

    }

    .seccion.intro {
        margin-top: 300px;
    }

    .sec1 {
        margin-top: -30px;
    }

    .sec2 {
        margin-top: -30px;
         flex-direction: column;
    }
    .sec3{
        opacity: 0;
    }



  .sec2-video {
    order: 1;
  }

  .sec2-texto {
    order: 2;
  }


    .sec3 {
        margin-top: 500px;
    }



}

@media (max-width: 740px) {
    .seccionFooter {
        margin-top: -220px;
    }
}

@media (max-width: 580px) {
    .reportaje {
        height: 3100px;
    }

    .seccionFooter {
        margin-top: -200px;
    }

    .sec2 {
        margin-top: 10px;
        background-color: #cfddac99;
    }
}

@media (max-width: 480px) {
    .reportaje {
        height: 3073px;
    }
    .bg1 {
        margin-top: 80px;
    }

    .bg2 {
        margin-top: 120px;

    }

    .sec1 {

        background-color: #cfddac99;
        margin-bottom: 0;
    }

    .sec2 {

        background-color: #cfddac99;
        padding-top: 20px;
        margin-top: -20px;
    }

}

@media (max-width: 380px) {
    .reportaje {
        height: 3100px;
    }

    .seccionFooter {
        margin-top: -290px;


    }
    .etiqueta{
        width: 250px;
        padding-left: 50px;
    }
}

@media (max-width: 340px) {
    .reportaje {
        height: 3250px;
    }

    .seccionFooter {
        margin-top: -290px;


    }
    .etiqueta{
        width: 250px;
        padding-left: 50px;
    }
}


/*aimaciones*/

#etiqueta {
  filter: drop-shadow(0 0 0 rgba(207, 221, 172, 0));
  transition: filter 0.3s ease;
}

/* brillo base */
#etiqueta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 6px;
  box-shadow: 0 0 0 rgba(207, 221, 172, 0);
  opacity: 0;
}

#headerImagen {
  animation: floatX 7s ease-in-out infinite;
  will-change: transform;
}

/* 👇 movimiento vertical sutil */
@keyframes floatY {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(10px); }
  100% { transform: translateY(0px); }
}

/* 👇 movimiento horizontal sutil */
@keyframes floatX {
  0%   { transform: translateX(0px); }
  50%  { transform: translateX(12px); }
  100% { transform: translateX(0px); }
}

@keyframes glowDrop {
  0% {
    filter: drop-shadow(0 0 0 rgba(207, 221, 172, 0));
  }
  40% {
    filter: drop-shadow(0 0 8px rgba(207, 221, 172, 0.6))
            drop-shadow(0 0 18px rgba(207, 221, 172, 0.3));
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(207, 221, 172, 0));
  }
}

#etiqueta.glow {
  filter: drop-shadow(0 0 12px rgba(207, 221, 172, 0.35));
}