@font-face {
  font-family: Regestogrotesk;
  src: url('../fonts/RegestoGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  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-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

.section-3 {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.h1_centrado {
  color: #834b59;
  text-align: center;
  margin-bottom: 20px;
  font-size: 65px;
  line-height: 60px;
}

.subtitulo-centrado {
  color: #000;
  text-align: center;
  font-size: 18px;
}

.h2-centrado {
  color: #fff;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.titulo_background {
  background-color: #834b59;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-2 {
  height: auto;
  overflow: hidden;
}

.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;
}

.image-5 {
  width: 100%;
}

.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: 40px auto;
  display: flex;
}

.texto_section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.texto_general {
  font-size: 18px;
  font-weight: 500;
}

.texto_general_blanco {
  color: #fff;
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.secction_background {
  background-color: #834b59;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.secction_background_flat {
  background-color: #834b59;
  background-image: linear-gradient(#834b59 38%, #55323b);
  margin: 40px auto;
  padding-top: 20px;
  padding-bottom: 0;
  overflow: hidden;
}

.image-7 {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-right: auto;
  display: block;
}

.div-block-3 {
  overflow: hidden;
}

.h3_centrado {
  color: #834b59;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.div-section-text {
  max-width: 1400px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.columns-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.list {
  padding-left: 0;
  list-style-type: decimal;
}

.img-7 {
  max-width: 750px;
  margin: 40px auto;
  display: block;
}

.div-tabla {
  max-width: 1200px;
  margin: 40px auto;
}

.tabla {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #834b5900;
  display: flex;
}

.titulo-tabla {
  background-color: #834b59;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.columna1-tabla {
  padding-left: 0;
  padding-right: 0;
}

.div-block-4 {
  background-color: #834b5980;
  border-radius: 20px;
  padding-bottom: 20px;
}

.texto_tabla {
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 500;
}

.secction_background_ground {
  background-color: #834b59;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.texto_grande_blanco-centrado {
  color: #fff;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.redes_sociales {
  margin-top: 80px;
}

.compartir_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.compartir_texto {
  margin-bottom: 0;
}

.compartir_iconos {
  display: flex;
  gap: 12px;
}

.icono_compartir {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #834b59;
  color: #fff;
  transition: opacity 0.2s ease;
}

.icono_compartir:hover {
  opacity: 0.75;
}

@media screen and (max-width: 991px) {
  .div-block, .texto_section, .secction_background_ground {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .autores {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secction_background {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-7 {
    max-width: 550px;
  }
}

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

  .autores {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    flex-flow: column;
  }

  .h3_centrado {
    font-size: 40px;
    line-height: 40px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .img-7 {
    max-width: 350px;
  }

  .tabla {
    flex-flow: column;
  }

  .columna1-tabla {
    padding-left: 10px;
    padding-right: 10px;
  }

  .secction_background_ground {
    margin-top: 40px;
  }
}


@font-face {
  font-family: 'Regestogrotesk';
  src: url('../fonts/RegestoGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  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-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}