@font-face {
  font-family: Regestogrotesk;
  src: url('../fonts/RegestoGrotesk-Bold.ttf') format("truetype"), url('../fonts/RegestoGrotesk-UltraBold.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;
}

@font-face {
  font-family: Archivo Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Archivo Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.section {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #5f687f;
  background-clip: border-box;
  font-family: Regestogrotesk, Arial, sans-serif;
}

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

.div-block-2 {
  height: 1200px;
}

.div-block-3 {
  max-width: 1200px;
  margin: 40px auto;
  padding-bottom: 40px;
}

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

.titulo-h1 {
  text-align: center;
  font-family: Archivo Variablefont Wdth Wght, Impact, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.heading {
  color: #fff;
  text-align: center;
}

.section-3 {
  max-width: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.texto-general {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
}

.texto-general.centrado {
  text-align: left;
}

.bold-text {
  color: #fff;
}

.titulos-h2 {
  color: #fff;
  flex: 0 auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  display: block;
}

.titulos-h2.color-blue {
  color: #5f687f;
}

.titulos-h2.centrado {
  font-size: 25px;
  line-height: 30px;
}

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

.columns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  max-width: 100%;
  display: block;
  overflow: hidden;
}

.div-block-5 {
  margin-left: auto;
  margin-right: auto;
}

.texto-general-bold {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.section-4 {
  height: 1200px;
}

.div-block-6 {
  background-image: linear-gradient(166deg, #d7a874, #fff0 48%);
  height: auto;
  padding-bottom: 80px;
}

.titulos-h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.titulos-h3.texto-general-centrado {
  font-size: 20px;
}

.titulos-h3.cenrado, .titulos-h3.centrado {
  text-align: center;
}

.titulos-h3.color {
  color: #d7a975;
}

.div-block-7 {
  color: #5f687f;
  background-color: #8b6d4b00;
  background-image: linear-gradient(90deg, #d7a874, #fff0 86%);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

.titulos-h3-blue {
  color: #5f687f;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.titulos-h2-blue {
  color: #5f687f;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

.titulos-h2-blue.color-blue {
  color: #5f687f;
}

.fecha {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.columns-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.texto-general-blue {
  color: #5f687f;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.block-dorado {
  color: #5f687f;
  background-color: #8b6d4b00;
  background-image: linear-gradient(90deg, #d7a874, #fff0 86%);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.main-section {
  max-width: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.block-dorado-mid {
  color: #5f687f;
  background-color: #8b6d4b00;
  background-image: linear-gradient(#d7a874, #fff0 86%);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin: 0 20px 20px;
  padding: 20px 20px 10px;
  display: flex;
  overflow: hidden;
}

.titulos-h2-dorado {
  color: #d7a975;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
}

.titulos-h2-dorado.color-blue {
  color: #5f687f;
}

.div-block-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.titulos-h2-blue-big {
  color: #5f687f;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

.titulos-h2-blue-big.color-blue {
  color: #5f687f;
}

.titulos-h2-blue-big.subtitulo-centrado {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 60px;
  position: static;
  overflow: visible;
}

.columns-4 {
  margin-top: 20px;
}

.image-3 {
  max-width: 160%;
}

.columna-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.texto-general-centrado {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.texto-general-centrado.centrado {
  text-align: left;
}

.italic-text {
  margin-bottom: 20px;
  display: block;
}

.texto-h4-centrado {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.texto-h4-centrado.centrado {
  text-align: left;
}

.texto-h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.img-delito {
  max-width: 90px;
}

.columns-delito {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.img-articulo15 {
  max-width: 100%;
}

.columns-inseguridad {
  margin-top: 20px;
  padding-top: 20px;
}

.div-block-10 {
  border: 0 solid #d8a97580;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.img-inseguridad {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.column-4, .column-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-11 {
  margin-top: 80px;
}

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

.image-11 {
  max-width: 150px;
  display: block;
}

.text-block-8 {
  color: #c7c7c7;
}

.image-6 {
  width: 17px;
  height: 15px;
}

.image-7 {
  width: 15px;
  height: 15px;
}

.image-5 {
  width: 8px;
  height: 15px;
}

.image-8 {
  width: 15px;
  height: 15px;
}

.image-8.youtube-icono {
  width: 21px;
}

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

.social-media {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.section-5 {
  background-color: #fcfcfc;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.titulos-h2-centrado {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.titulos-h2-centrado.color-blue {
  color: #5f687f;
}

.image-12 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section_3 {
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.column-11 {
  overflow: hidden;
}

.titulos-h3-centrado {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.titulos-h3-centrado.color-blue {
  color: #5f687f;
}

.image-13 {
  height: 100px;
}

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

.div-final {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-14 {
  height: 60px;
}

.titulos-h2-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.titulos-h2-2.texto-general-centrado {
  font-size: 20px;
}

.titulos-h2-2.cenrado, .titulos-h2-2.centrado {
  text-align: center;
}

.titulos-h2-2.color {
  color: #d7a975;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-final-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.titulos-h3-centrado-2 {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.titulos-h3-centrado-2.color-blue {
  color: #5f687f;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-puntos-decisiones {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 40px;
}

.img-decisiones {
  max-width: 150px;
}

@media screen and (max-width: 991px) {
  .titulos-h2 {
    overflow: hidden;
  }

  .titulos-h2.centrado {
    text-align: center;
  }

  .columns {
    flex-flow: row;
  }

  .fecha {
    flex-flow: column;
  }

  .columns-2 {
    flex-flow: row;
    display: flex;
  }

  .columns-4 {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .columns-5 {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .columna-vertical {
    flex-flow: column;
    min-width: 0;
  }

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

  .img-articulo15 {
    max-width: 100%;
  }

  .titulos-h2-centrado {
    overflow: hidden;
  }

  .titulos-h2-centrado.centrado {
    text-align: center;
  }

  .titulos-h3-centrado {
    overflow: hidden;
  }

  .titulos-h3-centrado.centrado {
    text-align: center;
  }

  .titulos-h3-centrado-2 {
    overflow: hidden;
  }

  .titulos-h3-centrado-2.centrado {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    flex-flow: column;
  }

  .fecha {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .block-dorado-mid {
    margin-top: 80px;
  }

  .div-block-9 {
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

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

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

  .columns-7 {
    flex-flow: row;
  }

  .section-5 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-2 {
    overflow: hidden;
  }

  .div-block-3 {
    padding-bottom: 0;
  }

  .titulo-h1 {
    font-size: 35px;
    line-height: 20px;
  }

  .heading {
    font-size: 0;
  }

  .texto-general.centrado {
    text-align: center;
  }

  .titulos-h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .columns {
    flex-flow: column;
  }

  .titulos-h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-7 {
    background-image: linear-gradient(170deg, #d7a874, #fff0 86%);
    margin-top: 40px;
  }

  .titulos-h2-blue {
    padding-left: 5px;
    padding-right: 5px;
  }

  .columns-2 {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .texto-general-blue {
    overflow: visible;
  }

  .block-dorado {
    background-image: linear-gradient(170deg, #d7a874, #fff0 86%);
  }

  .block-dorado-mid {
    background-image: linear-gradient(170deg, #d7a874, #fff0 68%);
  }

  .titulos-h2-dorado {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 20px;
    display: block;
  }

  .columns-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .titulos-h2-blue-big {
    padding-left: 5px;
    padding-right: 5px;
  }

  .columns-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .column-3 {
    padding-bottom: 20px;
  }

  .columna-vertical {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .texto-general-centrado {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .texto-general-centrado.centrado, .texto-h4-centrado.centrado {
    text-align: center;
  }

  .texto-h4 {
    letter-spacing: .5px;
    text-indent: 0;
  }

  .columns-delito {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .img-articulo15 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .img-inseguridad {
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-8 {
    text-align: center;
  }

  .social-media {
    justify-content: center;
    align-items: center;
  }

  .columns-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .titulos-h2-centrado {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .image-12 {
    max-width: 100%;
    overflow: hidden;
  }

  .titulos-h3-centrado {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .div-final {
    justify-content: flex-start;
    align-items: center;
  }

  .titulos-h2-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-final-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .titulos-h3-centrado-2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .grid-puntos-decisiones {
    grid-template-columns: 1fr 1fr;
  }

  .img-decisiones {
    max-width: 90px;
  }

  .bold-text-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-3 {
    text-align: center;
  }
}


@font-face {
  font-family: 'Regestogrotesk';
  src: url('../fonts/RegestoGrotesk-Bold.ttf') format('truetype'), url('../fonts/RegestoGrotesk-UltraBold.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;
}
@font-face {
  font-family: 'Archivo Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}