/* Para Textos */
@font-face {
  font-family: 'ArapeyItalic';
  src: url('../assets/fonts/landing/ArapeyItalic-LwGZ.ttf') format('truetype');
  font-display: swap
}

@font-face {
  font-family: 'ArapeyRegular';
  src: url('../assets/fonts/landing/ArapeyRegular-X2Md.ttf') format('truetype');
  font-display: swap
}

/* Para Titulos */
@font-face {
  font-family: 'STOWE___';
  src: url('../assets/fonts/landing/STOWE___.TTF') format('truetype');
  font-display: swap
}

@font-face {
  font-family: 'STOWE__I';
  src: url('../assets/fonts/landing/STOWE__I.TTF') format('truetype');
  font-display: swap
}

#nuestroGrupo {
  font-family: 'STOWE___', sans-serif;
  padding-top: 4rem;
  padding-bottom: 1.9rem;

  font-size: 300%;
}

#marcas-y-proyectos {

  font-family: 'STOWE___', sans-serif;
  padding-bottom: 4rem;
  font-size: 300%;

}

#identidad {
  font-family: 'STOWE___', sans-serif;

  padding-top: 4rem;
  padding-bottom: 1.5rem;

  font-size: 300%;
}


h3 {
  font-family: 'ArapeyRegular', sans-serif;
  font-size: 2rem;
  padding-top: 2rem;


}

/* Fade‑in inicial */
html {
  background: #000;
}

/* Estilos generales */
body {
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

/* Para que el fade‑in funcione */
body.fade-in {
  opacity: 1;
}

body {
  background-color: #f8f9fa;
}

/* HERO SECTION */
/* Hero vídeo full‑screen */
header.video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden
}

/* Contenedor del vídeo */
header.video-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block
}

/* Bloque logo + texto */
header.video-hero .brand-overlay {
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  z-index: 2;
  width: 50%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}


header.video-hero .brand-overlay img {
  width: 65%;
  height: auto;
  display: block;
}

header.video-hero .brand-overlay .brand-text {

  margin-left: 20%;
  color: #fff;
  font-family: 'EssonnesTest-TextRegular', sans-serif;
  font-size: 120%;
  white-space: normal;
  z-index: 3;
  color: #0e2745;
  font-style: italic;
}

/* Ajustes móviles */
@media (max-width: 915px) {
  header.video-hero .brand-overlay {
    width: 100%;
    top: 5%;
    left: 5%;
  }

  header.video-hero .brand-overlay .brand-text {
    font-size: 4vw;
  }
}

/* Main */

.crg-inverpro img {
  width: clamp(300px, 35vw, 500px);
  height: auto;
  margin-top: 3%;
  margin-bottom: 8%;

}

.crg-nuestrogrupo-img img {
  width: clamp(150px, 18vw, 250px);
  width: 80%;
  height: auto;
  padding-top: 10%;
}

.crg-nuestrogrupo-img h3 {
  font-family: 'ArapeyItalic', sans-serif;
  font-size: 1.5rem;
  padding-bottom: 30%;

}

.crg-nuestrogrupo-img1 {
  margin-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 2.5%;
  margin-bottom: 1%;
}



.crg-nuestrogrupo-img1 img {
  width: clamp(150px, 18vw, 250px);
  width: 80%;
  height: auto;
  padding-top: 10%;
  margin-bottom: 10%;

}




.crg-quienessomos h2 {
  padding-top: 7rem;
}

.identidad {
  font-family: 'ArapeyItalic', sans-serif;
  font-size: 150%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 7%;
  margin-right: 7%;
  /* line-height: 1.5; */
}

.crg-nuestrogrupo p {
  font-family: 'ArapeyItalic', sans-serif;
  font-size: 150%;
  margin-top: 1rem;
  margin-bottom: 3rem;
  margin-left: 17%;
  margin-right: 17%;
  /* line-height: 1.5; */
}

.crg-quienessomos {
  background-image: url('../assets/img/Polygon_Background1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}