@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Amsiprocond Ultra;
  src: url('../fonts/AmsiProCond-Ultra.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav-link {
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.nav-link:hover {
  color: #097460;
}

.nav-link.fondo-amarillo {
  color: #fff;
  background-color: #097460;
  border-radius: 3px;
  margin-left: 20px;
}

.nav-link.fondo-amarillo:hover {
  color: #000;
  background-color: #fab81e;
}

.section {
  background-image: url('../images/hero-fondo_1.avif');
  background-position: 0 0;
  background-size: contain;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Amsiprocond Ultra, Impact, sans-serif;
  font-size: 99px;
  font-weight: 300;
  line-height: 99px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Nunito, Tahoma, sans-serif;
}

.image {
  margin-top: 40px;
  margin-bottom: 20px;
}

.heading-3 {
  text-align: center;
  width: auto;
  margin-bottom: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.contenedor-h3 {
  width: 620px;
}

.paragraph {
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
}

.image-2 {
  margin-top: 60px;
}

.heading-4 {
  text-align: center;
  font-family: Amsiprocond Ultra, Impact, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.grilla-pre {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}

.graficos-pre, .cell-2 {
  justify-content: center;
  align-items: center;
}

.textos-pre {
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.recuadro-bajadas {
  padding: 0;
}

.grilla-ninos {
  width: 850px;
}

.recuadro-ninos {
  justify-content: center;
  align-items: center;
}

.guias {
  background-image: url('../images/fondo-guias_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 280px;
  padding-bottom: 0;
  display: flex;
}

.contenedor-guias {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  margin-top: -220px;
  margin-bottom: 20px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  width: 700px;
  font-family: Amsiprocond Ultra, Impact, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.fondo-blanco {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  height: auto;
  margin-top: 15px;
  padding: 30px 40px 90px;
  transition: transform .5s;
  display: flex;
}

.textos {
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.encabezados-materiales-guia {
  text-align: center;
  margin-top: 40px;
  font-family: Amsiprocond Ultra, Impact, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.grilla-materiales {
  width: 100%;
  margin-top: 10px;
}

.contenedor-materiales-guia {
  justify-content: flex-start;
  align-items: center;
}

.btn-descargar {
  color: #000;
  background-color: #fac746;
  border-radius: 3px;
  margin-top: 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 17px;
  transition: transform .5s;
}

.btn-descargar:hover {
  color: #fff;
  background-color: #4da4a4;
  transform: translate(0, -4px);
  box-shadow: 0 8px 15px #0003;
}

.div-block {
  background-color: #cee;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.form-block {
  width: 320px;
}

.form-campo {
  color: #606060;
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.select-field {
  color: #606060;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.btn-enviar {
  background-color: #4da4a4;
  border-radius: 5px;
  width: 100%;
  margin-top: 30px;
  transition: transform .5s;
}

.btn-enviar:hover {
  background-color: #fac746;
  transform: translate(0, -4px);
  box-shadow: 0 8px 15px #0003;
}

.btn-enviar.opinion:hover {
  background-color: #784dff;
}

.form {
  margin-top: 30px;
}

.image-4 {
  margin-top: -70px;
}

.success-message {
  background-color: #cee;
  border-radius: 15px;
}

.text-block {
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
}

.texto-error {
  text-align: center;
}

.error-message {
  border-radius: 5px;
}

.section-3 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-top: 100px;
  display: flex;
}

.contenedor-form-comentarios {
  background-color: #fad21e;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  height: auto;
  padding-bottom: 40px;
  display: flex;
}

.image-5 {
  margin-top: -40px;
}

.campo-largo {
  color: #606060;
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.footer {
  background-image: url('../images/fondo-patio_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1600px;
  display: flex;
}

.textos-footer {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.image-6 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.image-7 {
  margin-top: 150px;
  margin-bottom: 200px;
}

.button {
  color: #353535;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto Condensed, sans-serif;
}

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

.texto-copyright {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.vinculo {
  margin-top: 30px;
  padding: 20px;
}

.container-2 {
  width: 90%;
}

.diakonia-footer {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading {
    font-size: 70px;
    line-height: 70px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 32px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 25px;
  }

  .contenedor-textos-pre {
    justify-content: center;
    align-items: flex-start;
  }

  .grilla-ninos {
    width: auto;
  }

  .guias {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fondo-blanco {
    width: auto;
  }

  .contenedor-form-comentarios {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .textos-footer {
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-button {
    background-color: #fab81e;
    border-radius: 5px;
  }

  .menu-button.w--open {
    background-color: #fac746;
  }

  .nav-menu {
    background-color: #fac746;
    padding: 40px;
    box-shadow: 0 20px 45px #00000073;
  }
}

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

  .contenedor-h3 {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .heading-5 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .fondo-blanco {
    width: 90%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .grilla-materiales {
    width: auto;
  }

  .footer {
    height: 1300px;
  }

  .image-7 {
    width: 85%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding: 20px;
  }

  .section {
    padding-top: 20px;
  }

  .heading {
    font-size: 45px;
    line-height: 45px;
  }

  .heading-2 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    line-height: 27px;
  }

  .heading-3 {
    font-size: 23px;
    line-height: 25px;
  }

  .container {
    padding-top: 20px;
  }

  .contenedor-h3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 20px;
  }

  .image-2 {
    margin-top: 20px;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 35px;
  }

  .grilla-pre {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .textos-pre {
    font-size: 16px;
  }

  .guias {
    margin-top: 260px;
  }

  .heading-5 {
    width: auto;
  }

  .fondo-blanco {
    width: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .textos {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .encabezados-materiales-guia {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .form-block {
    width: 100%;
  }

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

  .contenedor-form-comentarios {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    height: 1100px;
  }

  .textos-footer {
    font-size: 18px;
    line-height: 20px;
  }

  .image-7 {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 100px;
  }
}

#w-node-_67a8faa2-a6a9-5433-184d-b042d023d82a-d3c04853, #w-node-_03fa3473-12b4-6173-0cb7-519906066423-d3c04853, #w-node-_2c7439da-e5af-7611-511e-0343551da6f9-d3c04853 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1d201db7-5b84-9c2e-1213-271a78b8e0b2-d3c04853 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7fdf5ae1-3728-ed26-adbc-7bf0c6b46af6-d3c04853 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_81cc9410-47e8-1244-33a5-e2c6d1df3f60-d3c04853 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_8af774a4-e71e-3acd-9371-7f2cbf741805-d3c04853 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6238ab5a-df8a-f949-125a-bee5caf7c433-d3c04853 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_67a8faa2-a6a9-5433-184d-b042d023d82a-d3c04853 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_03fa3473-12b4-6173-0cb7-519906066423-d3c04853, #w-node-_2c7439da-e5af-7611-511e-0343551da6f9-d3c04853 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_1d201db7-5b84-9c2e-1213-271a78b8e0b2-d3c04853 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_03fa3473-12b4-6173-0cb7-519906066423-d3c04853, #w-node-_2c7439da-e5af-7611-511e-0343551da6f9-d3c04853 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_7fdf5ae1-3728-ed26-adbc-7bf0c6b46af6-d3c04853, #w-node-_8af774a4-e71e-3acd-9371-7f2cbf741805-d3c04853 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_03fa3473-12b4-6173-0cb7-519906066423-d3c04853, #w-node-_2c7439da-e5af-7611-511e-0343551da6f9-d3c04853 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_1d201db7-5b84-9c2e-1213-271a78b8e0b2-d3c04853, #w-node-_7fdf5ae1-3728-ed26-adbc-7bf0c6b46af6-d3c04853, #w-node-_8af774a4-e71e-3acd-9371-7f2cbf741805-d3c04853 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Download modal */
.download-modal[hidden] {
  display: none !important;
}
.download-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.download-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}
.download-modal__content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  width: min(92vw, 520px);
  margin: 7vh auto 0;
  padding: 24px 24px 28px;
  box-shadow: 0 15px 45px rgba(0,0,0,.25);
}
.download-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
}
@font-face {
  font-family: 'Amsiprocond Ultra';
  src: url('../fonts/AmsiProCond-Ultra.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}