@font-face {
  font-family: Regestogrotesk;
  src: url('../fonts/RegestoGrotesk-UltraBold.ttf') format("truetype"), url('../fonts/RegestoGrotesk-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Regestogrotesk;
  src: url('../fonts/RegestoGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Regestogrotesk;
  src: url('../fonts/RegestoGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.section-2 {
  text-align: center;
  background-color: #000;
  padding: 20px 40px;
}

.body {
  background-image: url('../images/Fondo-declaratoria.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Regestogrotesk, Arial, sans-serif;
}

.h1-centrado {
  color: #835d42;
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  line-height: 60px;
}

.div-block {
  max-width: 1200px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  margin-top: 40px;
}

.texto-general-centrado {
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.section-3 {
  background-color: #e5b1b7;
  margin-top: 40px;
  padding: 40px 20px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-5 {
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding: 40px;
  display: flex;
}

.image-4 {
  max-width: 250px;
}

.link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.autores {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.div-block-4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.texto-general-cuerpo {
  text-align: justify;
  font-size: 20px;
  line-height: 30px;
}

.div-texto-general-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-6 {
  margin-top: 40px;
  overflow: hidden;
}

.div-title-line {
  background-color: #835d42;
  margin-bottom: 0;
}

.titulo-fecha-linea {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.h2 {
  color: #fff;
  margin-top: 10px;
}

.h3 {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}

.div-block-5 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-circle {
  border-radius: 500px;
  max-width: 100%;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-img-2 {
  background-image: url('../images/ChatGPT-Image-26-jun-2026-11_05_48-a.m..webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  width: 350px;
  height: 350px;
}

.div-img-1 {
  background-image: url('../images/ChatGPT-Image-26-jun-2026-10_32_17-a.m..webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  width: 350px;
  height: 350px;
}

.img-full {
  width: 100%;
  overflow: visible;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 750px;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.h2-centrado {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.h3-centrado {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}

.div-img-3 {
  background-image: url('../images/ChatGPT-Image-26-jun-2026-11_14_52-a.m..webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  width: 350px;
  height: 350px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-5 {
  max-width: 500px;
}

.div-img-4 {
  background-image: url('../images/Rebozo.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  width: 350px;
  height: 350px;
}

.div-title-line-ultima {
  background-color: #835d42;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .texto-general-cuerpo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-title-line {
    margin-bottom: 0;
  }

  .titulo-fecha-linea {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .image-6 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .h1-centrado {
    font-size: 30px;
    line-height: 30px;
  }

  .autores, .div-block-4, .titulo-fecha-linea {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Regestogrotesk';
  src: url('../fonts/RegestoGrotesk-UltraBold.ttf') format('truetype'), url('../fonts/RegestoGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regestogrotesk';
  src: url('../fonts/RegestoGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regestogrotesk';
  src: url('../fonts/RegestoGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}