@font-face {
  font-family: "ExposureVAR";
  src: url("https://dentrodelacaja.com/assets/fonts/205TF-Exposure-ExposureVAR.ttf")
    format("truetype");
  font-weight: 100 900; /* Rango completo */
}

@font-face {
  font-family: "ExposureVARItalic";
  src: url("https://dentrodelacaja.com/assets/fonts/205TF-Exposure-ExposureVARItalic.ttf")
    format("truetype");
  font-weight: 100 900; /* Rango completo */
}


/* ------ */

@font-face {
  font-family: "AlphaLyrae";
  src: url("/assets/fonts/AlphaLyrae/AlphaLyrae-Medium.ttf")
    format("truetype");
  font-weight: 400;
}


/* ------ */


/*
@font-face {
  font-family: "Exposure VAR";
  src: url("https://dentrodelacaja.com/assets/fonts/eposure/ExposureVAR-Exposure.woff2")
      format("woff2"),
    url("https://dentrodelacaja.com/assets/fonts/exposure/ExposureVAR-Exposure.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exposure VAR Italic";
  src: url("https://dentrodelacaja.com/assets/fonts/exposure/ExposureVAR-ExposureItalic.woff2")
      format("woff2"),
    url("https://dentrodelacaja.com/assets/fonts/exposure/ExposureVAR-ExposureItalic.woff")
      format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
  */

body {
  background: black;
  margin: 0;
  padding: 0;
}

#contenedor-general {
  width: 80%;
  margin-left: 10%;
  margin-top: 100px;
  /*height: 100vh;*/
  color: white;
  position: relative;
}

h1 {
  font-family: "ExposureVARItalic";
  font-variation-settings: "EXPO" -40;
  /*font-style: italic;*/
}

p {
  font-family: "ExposureVAR";
  font-variation-settings: "EXPO" -10;
  font-size: 20px;
  /* font-style: normal;*/
}

#contenedor-logos {
  margin-top: 50px;
  margin-bottom: 100px;
  /*background-color: #ffb9d1;*/
  width: 100%;
  display: flex; /* hace que el hijo (logo-plataforma) pueda alinearse dentro */
  justify-content: space-around; /* opcional: distribuye espacio */
  border-radius: 20px 20px 20px 20px;
}

.logo-plataforma {
  width: 100%;
}

a {
  width: 50%;
  max-width: 400px;
  margin: 50px 0 50px 0;
}

@media only screen and (max-width: 1000px) {
  a {
    width: 40%;
    margin: 50px 0 50px 0;
  }
}

/*
.card {
  text-align: center;
  max-width: 400px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
button,
a {
  display: inline-block;
  margin: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  cursor: pointer;
}
button:hover,
a:hover {
  background: #f0f0f0;
}
*/

#contenedor-paginas{
  display: flex;
  width: 80%;
  margin-left: 10%;
  margin-top: 100px;
  /*background-color: aqua;*/
  flex-wrap: wrap;
}

#contenedor-paginas > div{
  outline-style: solid;
  outline-color: white;
  outline-width: 1px;
  width: 40%;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 10%;
  display: inline-block;
  position: relative;
}

#contenedor-paginas > div img {
  display: block;
  width: 100%;
  height: auto;
}



.negrilla{
  font-family: "ExposureVARItalic";
  font-variation-settings: "EXPO" -40;
}

.pag{
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 100px;
  z-index: 10;
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  .pag {
    font-size: 50px;
  }
}

.linea-morada{
  height: 2px;
  border-style: none;
  background-color: #B263D6;
}

.linea-amarilla{
  height: 2px;
  border-style: none;
  background-color: #FFDB00;
}

footer{
  width: 95%;
  text-align: right;
  color: white;
  position: relative;
}

footer p {
  font-family: "AlphaLyrae";
  font-size: 20px;
}

footer a{
  text-decoration: none;
  color: #14a468;
}

footer a:hover{
  color:#ffa406;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 -> 9 / 16 = 0.5625 */
  height: 0;
  margin-bottom: 80px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

