h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 27px;
}

.menu {
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.5);
}

.menu__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
}

.menu__navlink {
  width: 130px;
  max-width: 100%;
  margin-right: 2px;
  margin-left: 2px;
  padding: 10px 0px;
  -webkit-transition: border 250ms ease;
  transition: border 250ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #00687f;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.menu__navlink:hover {
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 3px;
  border-color: #a72a1f;
  color: #a72a1f;
}

.menu__navlink:focus {
  padding-top: 7px;
  padding-bottom: 7px;
  border: 3px solid #a72a1f;
  color: #a72a1f;
}

.menu__navlink.w--current {
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 3px;
  border-color: #a72a1f;
  color: #a72a1f;
  font-size: 14px;
  line-height: 18px;
}

.menu__navlink.small {
  width: 100px;
  margin-right: 10px;
}

.menu__navlink.hide {
  display: none;
}

.menu__container--nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.button {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 2.44px;
  background-color: #a72a1f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 15.33px;
  font-weight: 700;
}

.button:hover {
  background-color: #c72816;
}

.button.alto {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.button.alto-full-width {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.button.donacion {
  width: auto;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.button.alto {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.button.alto-margen-superior {
  margin-top: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.button.boton-publicaciones {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.button.forma-voluntario {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.button.donar {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.menu__container--social-menu {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block {
  padding-right: 10px;
  padding-left: 10px;
}

.section-slider {
  position: relative;
  height: 501px;
}

.section-slider__slider {
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px 100%;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.5);
}

.section-slider__container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div__horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div__horizontal.slider--left {
  width: 565px;
}

.heading--slider {
  margin-top: 0px;
  font-family: 'Fredoka One', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 51px;
  font-weight: 400;
  letter-spacing: 2px;
}

.heading--slider.center {
  text-align: center;
}

.heading--slider.quote {
  text-align: center;
}

.cuadro-azul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 325px;
  min-height: auto;
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-image: url('../images/fondo-azul__triangulos.jpg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}

.cuadro-azul.full-width {
  width: 100%;
  margin-top: 18px;
}

.section-slider__container--div-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-slider__container--div-horizontal.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block {
  margin: 30px 20px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
}

.slide {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/slide-home_01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.form-block {
  margin: 27px 23px;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-2 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/slide-home_02.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.mask {
  background-color: #000;
}

.text-field {
  height: 45px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 0.7px;
  border-color: #979797;
  border-radius: 3.48px;
  -webkit-transition: box-shadow 200ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 200ms cubic-bezier(.215, .61, .355, 1);
  color: #979797;
  font-size: 16px;
  text-align: left;
}

.text-field:hover {
  box-shadow: 0 0 20px 0 #81e8ff;
}

.text-field.espacio {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.slide-nav {
  display: none;
}

.body {
  background-image: url('../images/iconos-fondo.svg'), url('../images/fondo-01.jpg');
  background-position: 0px 0px, 0% 153px;
  background-size: cover, cover;
  background-repeat: repeat-y, no-repeat;
}

.body.blanco {
  background-image: url('../images/iconos-fondo.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section {
  padding-top: 53px;
  padding-bottom: 53px;
}

.section.no-margin {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.no-margin-inferior {
  padding-bottom: 0px;
}

.section.no-padding-top {
  padding-top: 0px;
}

.section.sin-padding-superior {
  padding-top: 0px;
}

.container {
  margin-top: 53px;
  margin-bottom: 53px;
}

.container.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.flex-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.flex-vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-7-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58.3333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.div-7-12.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-7-12.flex-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-7-12.align-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-un-tercio {
  width: 33.2%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-un-tercio.superior {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-un-tercio.superior-centrado {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.div-un-tercio.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: right;
}

.h1-azul {
  width: 100%;
  padding: 5px 30px;
  background-image: url('../images/rectangulo-azul-fondo2x.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'Fredoka One', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.h1-azul.sin-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.h1-azul.auto-width {
  width: auto;
  background-image: url('../images/rectangulo-azul-fondo2x.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.h1-azul.auto-width.right {
  text-align: right;
}

.h1-azul.auto-width-left {
  width: auto;
  background-image: url('../images/rectangulo-azul-fondo2x.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left;
}

.paragraph {
  margin-top: 11px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #00687f;
  font-size: 19px;
  line-height: 27px;
}

.paragraph.right {
  text-align: right;
}

.paragraph.big {
  font-size: 28px;
  line-height: 38px;
}

.paragraph.center {
  text-align: center;
}

.link-bloque {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 200ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  font-family: 'Open Sans', sans-serif;
  color: #00687f;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.link-bloque:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.link-bloque.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icono-flecha {
  margin-left: 10px;
}

.h2 {
  font-family: 'Fredoka One', sans-serif;
  color: #00687f;
  font-size: 30px;
  letter-spacing: 2px;
}

.quote-rojo {
  font-family: 'Open Sans', sans-serif;
  color: #a72a1f;
  font-size: 26px;
  line-height: 37px;
}

.quote-rojo.pie-pagina {
  font-size: 14px;
  line-height: 21px;
}

.h2-azul {
  padding: 5px 40px;
  background-image: url('../images/azul-rectangulo.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'Fredoka One', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.h2-azul.auto-width {
  background-image: url('../images/rectangulo-azul-fondo2x.png');
}

.h3-azul {
  padding: 10px 20px;
  background-image: url('../images/rectangulo-azul-fondo2x.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'Fredoka One', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/video-reaccion-thumbnail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.play-imagen {
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 200ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
}

.play-imagen:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.h3-rojo {
  font-family: 'Fredoka One', sans-serif;
  color: #a72a1f;
  letter-spacing: 1.5px;
}

.h3-rojo.right {
  text-align: right;
}

.slider-galeria {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.icon {
  color: #d1d1d1;
}

.slider-galeria__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 80px;
  margin-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.galeria-imagen {
  height: 100%;
  border-radius: 5px;
}

.lightbox-link-2 {
  width: 31%;
  height: 188px;
  margin-right: 1%;
  margin-left: 1%;
  box-shadow: 0 10px 15px 0 hsla(0, 0%, 74.9%, 0.5);
  -webkit-transition: box-shadow 600ms ease, -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 600ms ease, -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 600ms ease, transform 500ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 600ms ease, transform 500ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 500ms cubic-bezier(.215, .61, .355, 1);
}

.lightbox-link-2:hover {
  box-shadow: 0 12px 20px 0 hsla(0, 0%, 74.9%, 0.8);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.linea-gris {
  width: 100%;
  height: 5px;
  background-color: #f1f1f1;
}

.contenedor-icono-noticias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagen-icono-noticias {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 1px;
}

.container-galeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-galeria.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-galeria {
  padding-top: 50px;
  padding-bottom: 0px;
}

.section-noticias {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-noticias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
  margin-bottom: 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-noticias.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-noticias__publicaciones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 30px;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.imagen-noticia-extracto {
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 150px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #e0e0e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#004655)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, #000, #004655), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px 100%;
  box-shadow: 0 3px 15px 0 #bfbfbf;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.imagen-noticia-extracto:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.titulo-grid-noticias {
  font-family: 'Fredoka One', sans-serif;
  color: #00687f;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 2px;
}

.link-block-noticia {
  height: 100%;
  text-decoration: none;
}

.titulo-boletin {
  padding: 10px 20px;
  background-image: url('../images/rectangulo-azul-fondo2x.png');
  background-position: 50% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'Fredoka One', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.div-6-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-6-12.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-6-12.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-6-12.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-6-12.voluntariado {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding-top: 90px;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 61px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 3px solid #e4e4e4;
}

.div-4-12 {
  width: 33%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-4-12.center {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.div-4-12.center-donacion {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.div-8-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-8-12.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-footer.social {
  margin-top: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-footer.aviso-de-privacidad {
  margin-top: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-footer__link {
  display: block;
  max-width: 100%;
  margin-right: 2px;
  margin-left: 2px;
  padding: 10px 5px;
  -webkit-transition: border 250ms ease;
  transition: border 250ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #00687f;
  font-size: 15.33px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.navbar-footer__link:hover {
  padding: 7px 12px;
  border-style: solid;
  border-width: 3px;
  border-color: #a72a1f;
  color: #a72a1f;
}

.navbar-footer__link:focus {
  padding: 7px 12px;
  border: 3px solid #a72a1f;
  color: #a72a1f;
}

.navbar-footer__link.w--current {
  border: 3px solid #a72a1f;
  color: #a72a1f;
}

.navbar-footer__link.small {
  width: 130px;
  margin-right: 20px;
}

.video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 960px;
  min-height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.close-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
}

.cerrar-icono {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.video-embed {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-container__horizontal-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-gris {
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 15px;
  text-decoration: none;
}

.image {
  width: 100%;
  opacity: 0.6;
}

.collection-item {
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 1.5%;
  margin-bottom: 60px;
  margin-left: 1.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-footer {
  max-width: none;
}

.contenedor-logo-footer {
  width: 25%;
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.contenedor-menu-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenedor-menu-footer.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar-footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-footer-social.social {
  margin-top: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-footer-social.aviso-de-privacidad {
  margin-top: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-footer-aviso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-footer-aviso.social {
  margin-top: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-footer-aviso.aviso-de-privacidad {
  margin-top: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu__container--footer {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.menu-container__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-header-menu {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 2.44px;
  background-color: #a72a1f;
  font-family: 'Open Sans', sans-serif;
  font-size: 15.33px;
  font-weight: 700;
}

.button-header-menu:hover {
  background-color: #c72816;
}

.button-header-menu.alto {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.button-header-menu.alto-full-width {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.imagen-forma {
  margin-top: 30px;
}

.quote-azul {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #00687f;
  font-size: 26px;
  line-height: 37px;
  font-style: italic;
  font-weight: 300;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-horizontal.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-horizontal-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-azul-grande {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #00687f;
  font-size: 32px;
  line-height: 43px;
  font-style: italic;
  font-weight: 300;
}

.left-arrow-hide {
  display: none;
}

.right-arrow-hide {
  display: none;
}

.slide-nav-hide {
  display: none;
}

.slider-fotos-formas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
}

.slider-fotos-formas.margen-superior {
  margin-top: 30px;
}

.slider-fotos-formas__slide {
  text-align: center;
}

.menu__navlink-footer {
  width: 145px;
  max-width: 100%;
  margin-right: 2px;
  margin-left: 2px;
  padding: 10px 5px;
  -webkit-transition: padding 200ms ease, border 250ms ease;
  transition: padding 200ms ease, border 250ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #00687f;
  font-size: 15.33px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.menu__navlink-footer:hover {
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 3px;
  border-color: #a72a1f;
  color: #a72a1f;
}

.menu__navlink-footer:focus {
  padding-top: 7px;
  padding-bottom: 7px;
  border: 3px solid #a72a1f;
  color: #a72a1f;
}

.menu__navlink-footer.w--current {
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 3px;
  border-color: #a72a1f;
  color: #a72a1f;
}

.menu__navlink-footer.small {
  width: 130px;
  margin-right: 20px;
}

.div-5-12 {
  width: 41.66%;
  margin-right: 10px;
  margin-left: 10px;
}

.div-5-12.right {
  text-align: right;
}

.div-5-12.flex-vertical_justify-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-5-12.flex-vertical__align-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-5-12.flex-vertical_justify-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-slider-interior {
  position: relative;
  height: 501px;
}

.imagen-logo-forma {
  width: 100%;
  max-width: 322px;
}

.imagen-logo-forma.margen-superior {
  margin-top: 20px;
}

.imagen-logo-forma.margen-superior-movil {
  margin-top: 0px;
}

.section-slider-interior__container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-3 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.35), rgba(0, 0, 0, 0.63) 32%, rgba(0, 0, 0, 0.7) 62%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/slider3-01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-4.justify-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-4.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-4.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.icono-numero {
  margin-left: 20px;
}

.icono-numero.left {
  margin-right: 20px;
  margin-left: 0px;
}

.icono-numero.reverse {
  margin-right: 20px;
  margin-left: 0px;
}

.div-9-12 {
  width: 75%;
  text-align: left;
}

.div-9-12.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-9-12.flex-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-vertical.full-width-center {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-slider-nota {
  position: relative;
  height: 501px;
  background-image: url('../images/slider-nota-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titulo-slider-nota {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.rich-text {
  font-family: 'Open Sans', sans-serif;
  color: #00687f;
}

.section-slider__donacion {
  position: relative;
  height: 530px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/slider__inicio-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider__inicio-02.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-donacion {
  margin: 20px 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.cuadro-azul-donacion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 325px;
  min-height: auto;
  margin-top: 12px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-image: url('../images/fondo-azul__triangulos.jpg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}

.cuadro-azul-donacion.full-width {
  width: 100%;
  margin-top: 18px;
}

.horizontal-boton__donacion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-donacion {
  width: 50%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px;
  border-radius: 2.44px;
  background-color: #a72a1f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.button-donacion:hover {
  background-color: #c72816;
}

.button-donacion.alto {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.button-donacion.alto-full-width {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.moneda-span {
  font-size: 16px;
}

.text-block-donacion-small {
  margin: -10px 0px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.paypal-donacion {
  max-width: 50%;
}

.section-red {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #a72a1f;
}

.section-red.no-margin {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-red.no-margin-inferior {
  padding-bottom: 0px;
}

.section-slider__container-donacion {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-red_slider {
  height: 180px;
  background-color: transparent;
}

.right-arrow-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.h2-white {
  margin-right: 20px;
  color: #fff;
}

.section-red_slider-contenedor {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagen-donacion-rojo {
  margin-right: 10px;
  margin-left: 10px;
}

.quote-blanco {
  width: 40%;
  max-width: 469px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 37px;
  font-weight: 300;
}

.div-12-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-12-12.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-12-12.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.contenedor-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contenedor-horizontal.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-azul {
  padding: 5px 20px;
  font-family: 'Fredoka One', sans-serif;
  color: #00687f;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.heading-azul.sin-padding {
  padding-right: 20px;
  padding-left: 0px;
}

.heading-azul.auto-width {
  width: auto;
}

.form-block__horizontal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.boton-movil {
  display: none;
}

.section-sin-animacion {
  padding-top: 53px;
  padding-bottom: 53px;
}

.section-sin-animacion.no-margin {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-sin-animacion.no-margin-inferior {
  padding-bottom: 0px;
}

.link-bloque-nota {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 200ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  font-family: 'Open Sans', sans-serif;
  color: #00687f;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.link-bloque-nota:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.empty-state {
  background-color: transparent;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.campo-boletin {
  height: 40px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 3px solid #e4e4e4;
  border-radius: 3.48px;
  -webkit-transition: box-shadow 200ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 200ms cubic-bezier(.215, .61, .355, 1);
  font-size: 16px;
  text-align: center;
}

.campo-boletin:hover {
  box-shadow: 0 0 20px 0 #81e8ff;
}

.campo-boletin.espacio {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.button-boletin {
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 2.44px;
  background-color: #a72a1f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 15.33px;
  font-weight: 700;
}

.button-boletin:hover {
  background-color: #c72816;
}

.button-boletin.alto {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.button-boletin.alto-full-width {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.button-boletin.donacion {
  width: auto;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.button-boletin.alto {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  text-align: center;
}

.cuadro-boletin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-image: url('../images/fondo-azul__triangulos.jpg');
  background-position: 0px 0px;
  background-size: 105% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}

.cuadro-boletin.full-width {
  width: 100%;
  margin-top: 18px;
}

.cuadro-boletin-blanco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 550px;
  min-height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
}

.cuadro-boletin-blanco.full-width {
  width: 100%;
  margin-top: 18px;
}

.heading--slider-autor {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 51px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.heading--slider-autor.center {
  text-align: center;
}

.heading--slider-autor.quote {
  text-align: center;
}

.heading--slider-autor.left {
  text-align: left;
}

.slide-como-lohacemos__01 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.35), rgba(0, 0, 0, 0.63) 32%, rgba(0, 0, 0, 0.7) 62%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/rachells-fondo__como01.JPG');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-rojo {
  font-family: 'Fredoka One', sans-serif;
  color: #a72a1f;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1.5px;
}

.h2-rojo.right {
  text-align: right;
}

.body-blanco-dibujos {
  background-image: url('../images/iconos-fondo.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-y;
}

.body-blanco-dibujos.blanco {
  background-image: url('../images/iconos-fondo.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-sin-margen-inferior-movil {
  padding-top: 53px;
  padding-bottom: 53px;
}

.section-sin-margen-inferior-movil.no-margin {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-sin-margen-inferior-movil.no-margin-inferior {
  padding-bottom: 0px;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.extracto-nota {
  position: static;
  z-index: 99;
  overflow: hidden;
  height: 150px;
  margin-top: 11px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #00687f;
  font-size: 19px;
  line-height: 27px;
}

.extracto-nota.right {
  text-align: right;
}

.extracto-nota.big {
  font-size: 28px;
  line-height: 38px;
}

.extracto-nota.center {
  text-align: center;
}

.gradiente-extracto {
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  margin-top: -94px;
  background-image: url('../images/gradiente-extracto.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: url('../images/gradiente-extracto.svg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div__vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div__vertical.slider--left {
  width: 565px;
}

.slide-voluntariado-01 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/voluntariado-01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.slide-voluntariado-02 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/voluntariado-02.JPG');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.cuadro-contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-image: url('../images/fondo-azul__triangulos.jpg');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}

.cuadro-contacto.full-width {
  width: 100%;
  margin-top: 18px;
}

.text-field-mensaje {
  height: 45px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0.7px;
  border-color: #979797;
  border-radius: 3.48px;
  -webkit-transition: box-shadow 200ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 200ms cubic-bezier(.215, .61, .355, 1);
  font-size: 16px;
  text-align: center;
}

.text-field-mensaje:hover {
  box-shadow: 0 0 20px 0 #81e8ff;
}

.text-field-mensaje.espacio {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.text-field-mensaje.forma-contacto {
  height: 196px;
}

.h2-azul-un-tercio {
  padding: 5px 40px;
  background-image: url('../images/azul-rectangulo.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'Fredoka One', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.h2-azul-un-tercio.auto-width {
  background-image: url('../images/rectangulo-azul-fondo2x.png');
}

.div-evento {
  position: absolute;
  top: 10px;
  padding: 3px 10px;
  background-color: #a72a1f;
}

.div-evento__text-block {
  font-family: 'Fredoka One', sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.8px;
}

.div-noticia {
  position: absolute;
  top: 10px;
  padding: 3px 10px;
  background-color: #00687f;
}

.que-es-slide-1 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/quees-slider01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.que-es-slide-2 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/quees-slider02.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.como-slide-1 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/como-slider01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.como-slide-2 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/como-slider02.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.programas-slide-1 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/programa-01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.programas-slide-2 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/slider3-01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.div-container {
  margin-top: 53px;
  margin-bottom: 53px;
}

.div-container.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-container.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-container.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-container.flex-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-container.flex-vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenedor-horizontal__donacion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contenedor-horizontal__donacion.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mapa-full-width {
  width: 100%;
}

.success-message {
  padding: 0px;
  background-color: transparent;
}

.footer-notice {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #00687f;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.que-es-slide-3 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/quees-slider03.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.como-slide-3 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/como-slider03.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.donacion-slide-01 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/donacion-01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.donacion-slide-02 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/donacion-02.JPG');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.donacion-slide-03 {
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(247, 174, 185, 0.2), rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.2) 55%), linear-gradient(135deg, rgba(3, 36, 44, 0.66), transparent), url('../images/donacion-03.JPG');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.flex-vertical-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vertical-align-center.full-width-center {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-margen-superior {
  margin-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.html-embed {
  height: 481px;
  border-radius: 5px;
}

.section-contacto {
  padding-top: 53px;
  padding-bottom: 53px;
}

.section-contacto.no-margin {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-contacto.no-margin-inferior {
  padding-bottom: 0px;
}

.section-contacto.no-padding-top {
  padding-top: 0px;
}

.section-contacto.sin-padding-superior {
  padding-top: 0px;
}

.section-gracias {
  padding-top: 53px;
  padding-bottom: 53px;
}

.section-gracias.no-margin {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-gracias.no-margin-inferior {
  padding-bottom: 0px;
}

.section-gracias.no-padding-top {
  padding-top: 0px;
}

.section-gracias.sin-padding-superior {
  padding-top: 0px;
}

.section-2 {
  padding-top: 60px;
}

@media (max-width: 991px) {
  .menu__navlink {
    width: 100%;
    margin-top: 15px;
  }
  .menu__navlink:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: none;
    border-width: 0px;
  }
  .menu__navlink.small {
    width: 100%;
  }
  .menu__container--nav-menu {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .button.alto {
    font-size: 19px;
  }
  .button.alto-full-width {
    font-size: 19px;
  }
  .button.donacion {
    font-size: 19px;
  }
  .button.alto {
    font-size: 19px;
  }
  .button.alto-margen-superior {
    font-size: 19px;
  }
  .button.boton-publicaciones {
    font-size: 19px;
  }
  .button.forma-voluntario {
    font-size: 19px;
  }
  .button.donar {
    font-size: 19px;
  }
  .section-slider {
    display: block;
    height: 501px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .section-slider__slider {
    height: 100%;
  }
  .section-slider__container {
    height: 100%;
  }
  .div__horizontal.slider--left {
    width: 50%;
  }
  .heading--slider {
    font-size: 35px;
    line-height: 43px;
  }
  .h1-azul {
    font-size: 31px;
    line-height: 37px;
  }
  .paragraph.big {
    font-size: 26px;
    line-height: 36px;
  }
  .h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .quote-rojo {
    font-size: 22px;
    line-height: 31px;
  }
  .h3-azul {
    background-size: 100% 100%;
    font-size: 23px;
    line-height: 23px;
  }
  .slider-galeria__container {
    margin-right: 56px;
    margin-left: 56px;
  }
  .imagen-noticia-extracto {
    width: auto;
    height: auto;
    max-height: 130px;
  }
  .div-6-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-4-12.center {
    height: auto;
  }
  .div-4-12.center-donacion {
    height: auto;
  }
  .video-container {
    width: 85%;
  }
  .footer-container__horizontal-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-footer {
    max-width: 200px;
  }
  .contenedor-logo-footer {
    width: 100%;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .contenedor-menu-footer {
    width: 100%;
  }
  .menu-container__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-header-menu {
    width: 90%;
    margin-top: 20px;
  }
  .button-header-menu.alto {
    font-size: 19px;
  }
  .button-header-menu.alto-full-width {
    font-size: 19px;
  }
  .menu-button {
    position: absolute;
    left: auto;
    right: 20px;
    bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button:focus {
    right: 20px;
  }
  .menu-button.w--open {
    right: 20px;
    background-color: #fff;
  }
  .icon-2 {
    background-color: #fff;
    color: #242424;
  }
  .brand {
    width: 15%;
  }
  .quote-azul {
    font-size: 22px;
    line-height: 31px;
  }
  .quote-azul-grande {
    font-size: 22px;
    line-height: 31px;
  }
  .menu__navlink-footer {
    width: 100%;
    margin-top: 15px;
  }
  .menu__navlink-footer:hover {
    padding: 7px 3px;
    border-style: solid;
    border-width: 3px;
  }
  .menu__navlink-footer.w--current {
    padding-right: 3px;
    padding-left: 3px;
  }
  .menu__navlink-footer.small {
    width: 100%;
  }
  .section-slider-interior {
    height: 501px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .section-slider-interior__container {
    height: 100%;
  }
  .section-slider-nota {
    height: 501px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .section-slider__donacion {
    display: block;
    height: 520px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .button-donacion.alto {
    font-size: 19px;
  }
  .button-donacion.alto-full-width {
    font-size: 19px;
  }
  .section-slider__container-donacion {
    height: 100%;
  }
  .quote-blanco {
    font-size: 22px;
    line-height: 31px;
  }
  .heading-azul {
    font-size: 31px;
    line-height: 37px;
  }
  .campo-boletin {
    margin-left: 0px;
  }
  .button-boletin.alto {
    font-size: 19px;
  }
  .button-boletin.alto-full-width {
    font-size: 19px;
  }
  .button-boletin.donacion {
    font-size: 19px;
  }
  .button-boletin.alto {
    font-size: 19px;
  }
  .heading--slider-autor {
    font-size: 35px;
    line-height: 43px;
  }
  .extracto-nota.big {
    font-size: 26px;
    line-height: 36px;
  }
  .gradiente-extracto {
    position: relative;
    left: 0%;
    top: 9px;
    right: 0%;
    bottom: 0%;
  }
  .div__vertical.slider--left {
    width: 50%;
  }
  .text-field-mensaje.forma-contacto {
    height: 164px;
  }
  .h2-azul-un-tercio {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 28px;
    line-height: 34px;
  }
  .html-embed {
    height: 476px;
  }
}

@media (max-width: 767px) {
  .section-slider {
    height: 800px;
  }
  .div__horizontal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div__horizontal.slider--left {
    width: 100%;
    text-align: center;
  }
  .heading--slider.center {
    font-size: 32px;
    line-height: 38px;
  }
  .heading--slider.quote {
    font-size: 32px;
    line-height: 38px;
  }
  .cuadro-azul {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cuadro-azul.full-width {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0% 0%;
    background-size: 102% 100%;
  }
  .section-slider__container--div-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-block {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-field.espacio {
    width: 100%;
    margin-bottom: 10px;
  }
  .section.no-margin {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .container.flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.flex-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.flex-stretch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .container.flex-stretch.reversa-movil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-7-12 {
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-7-12.vertical {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .div-7-12.flex-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-un-tercio {
    width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-un-tercio.superior {
    width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .div-un-tercio.superior-centrado {
    width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .div-un-tercio.right {
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .h1-azul.auto-width.right {
    text-align: center;
  }
  .paragraph {
    text-align: center;
  }
  .paragraph.right {
    text-align: center;
  }
  .paragraph.big {
    font-size: 24px;
    line-height: 32px;
  }
  .h3-azul {
    background-size: 100% 100%;
  }
  .h3-rojo {
    font-size: 32px;
    line-height: 41px;
  }
  .h3-rojo.right {
    text-align: center;
  }
  .slider-galeria__container {
    margin-right: 0px;
    margin-left: 0px;
  }
  .contenedor-icono-noticias {
    width: 90%;
  }
  .imagen-noticia-extracto {
    height: auto;
    max-height: 250px;
  }
  .titulo-grid-noticias {
    text-align: left;
  }
  .link-block-noticia {
    text-align: center;
  }
  .titulo-boletin {
    display: inline-block;
  }
  .div-6-12 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .div-6-12.voluntariado {
    margin-top: 60px;
  }
  .div-4-12 {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .div-4-12.center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-4-12.center-donacion {
    margin-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .navbar-footer {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-footer.social {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-container {
    width: 90%;
  }
  .collection-item {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 60px;
    margin-left: 1%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .right-arrow-2 {
    display: none;
  }
  .left-arrow-2 {
    display: none;
  }
  .navbar-footer-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-footer-social.social {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-footer-aviso {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .navbar-footer-aviso.social {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu__container--footer {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .brand {
    width: 20%;
  }
  .flex-horizontal.space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .flex-horizontal.space-between.reverse-movil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .menu__navlink-footer {
    width: 90%;
  }
  .div-5-12 {
    width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .div-5-12.right {
    text-align: center;
  }
  .div-5-12.flex-vertical {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .div-5-12.flex-vertical__align-end {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-5-12.flex-vertical__align-end.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-5-12.flex-vertical__align-end.reverse-movil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-5-12.flex-vertical_justify-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-slider-interior {
    height: 600px;
  }
  .imagen-logo-forma {
    width: 60%;
    margin-top: 30px;
  }
  .imagen-logo-forma.margen-inferior {
    margin-bottom: 30px;
  }
  .imagen-logo-forma.margen-superior-movil {
    margin-top: 20px;
  }
  .imagen-logo-forma.hide-movil {
    display: block;
  }
  .div-block-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-4.justify-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-4.justify-end {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-9-12 {
    width: 90%;
  }
  .div-9-12.vertical {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .div-9-12.flex-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-vertical {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-slider-nota {
    height: 600px;
  }
  .titulo-slider-nota {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-slider__donacion {
    height: 800px;
  }
  .cuadro-azul-donacion {
    margin-top: 30px;
  }
  .section-red.no-margin {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-red_slider {
    height: 350px;
  }
  .section-red_slider-contenedor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quote-blanco {
    width: 100%;
    margin-right: 20px;
    text-align: center;
  }
  .contenedor-horizontal.space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .form-block__horizontal-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-sin-animacion.no-margin {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .link-bloque-nota {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .campo-boletin {
    margin-left: 0px;
  }
  .heading--slider-autor.center {
    font-size: 32px;
    line-height: 38px;
  }
  .heading--slider-autor.quote {
    font-size: 32px;
    line-height: 38px;
  }
  .heading--slider-autor.left {
    text-align: center;
  }
  .h2-rojo {
    text-align: center;
  }
  .h2-rojo.right {
    text-align: center;
  }
  .section-sin-margen-inferior-movil {
    padding-bottom: 0px;
  }
  .section-sin-margen-inferior-movil.no-margin {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .collection-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .extracto-nota {
    text-align: left;
  }
  .extracto-nota.right {
    text-align: center;
  }
  .extracto-nota.big {
    font-size: 24px;
    line-height: 32px;
  }
  .div__vertical {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div__vertical.slider--left {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .cuadro-contacto {
    padding-right: 5%;
    padding-left: 5%;
    background-size: 105% 105%;
  }
  .div-container.flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-container.flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-container.flex-end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-container.flex-stretch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .div-container.flex-stretch.reversa-movil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contenedor-horizontal__donacion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contenedor-horizontal__donacion.space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .flex-vertical-align-center {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-margen-superior {
    margin-bottom: 30px;
  }
  .html-embed {
    height: 350px;
    margin-top: 30px;
  }
  .section-contacto.no-margin {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-gracias.no-margin {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .menu__container {
    min-height: 58px;
    margin-top: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button.alto.esconder {
    display: none;
  }
  .button.alto-margen-superior.esconder {
    display: none;
  }
  .button.boton-publicaciones.esconder {
    display: none;
  }
  .button.forma-voluntario {
    display: none;
  }
  .button.forma-voluntario.esconder {
    display: none;
  }
  .button.donar.esconder {
    display: none;
  }
  .section-slider {
    height: 900px;
  }
  .section-slider__container {
    position: absolute;
    padding-top: 100px;
  }
  .heading--slider.center {
    font-size: 30px;
    line-height: 36px;
  }
  .heading--slider.quote {
    font-size: 30px;
    line-height: 36px;
  }
  .cuadro-azul {
    width: 90%;
  }
  .cuadro-azul.full-width {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section-slider__container--div-horizontal {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .form-block {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-field.espacio {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .h1-azul {
    font-size: 28px;
    line-height: 34px;
  }
  .paragraph.big {
    font-size: 22px;
  }
  .h3-azul {
    padding-right: 20px;
    padding-left: 20px;
    background-size: 100% 100%;
  }
  .slider-galeria {
    height: 150px;
  }
  .slider-galeria__container {
    height: 100px;
  }
  .imagen-noticia-extracto {
    height: auto;
    max-height: 150px;
  }
  .titulo-grid-noticias {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .div-4-12.center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-4-12.center-donacion {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .collection-item {
    width: 98%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button {
    right: 10px;
    height: auto;
    padding: 9px;
  }
  .menu-button:focus {
    top: 0px;
    height: 100%;
  }
  .menu-button.w--open {
    top: 4px;
  }
  .brand {
    width: 30%;
    max-width: 110px;
  }
  .brand.w--current {
    width: 35%;
    max-width: 130px;
  }
  .imagen-logo-forma {
    width: 80%;
  }
  .titulo-slider-nota {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-slider__donacion {
    height: 950px;
  }
  .cuadro-azul-donacion {
    width: 90%;
  }
  .section-slider__container-donacion {
    position: absolute;
    padding-top: 100px;
  }
  .div-12-12 {
    width: 90%;
  }
  .contenedor-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .form-block__horizontal-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .boton-movil {
    display: block;
  }
  .section-sin-animacion {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .link-bloque-nota {
    margin-top: 0px;
  }
  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .campo-boletin {
    margin-bottom: 5px;
  }
  .campo-boletin.espacio {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .button-boletin {
    width: 100%;
    margin-top: 0px;
  }
  .button-boletin.alto.esconder {
    display: none;
  }
  .cuadro-boletin {
    width: 100%;
  }
  .cuadro-boletin-blanco {
    width: 100%;
  }
  .heading--slider-autor.center {
    font-size: 30px;
    line-height: 36px;
  }
  .heading--slider-autor.quote {
    font-size: 30px;
    line-height: 36px;
  }
  .heading--slider-autor.left {
    font-size: 28px;
    line-height: 40px;
  }
  .section-sin-margen-inferior-movil {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .extracto-nota {
    text-align: center;
  }
  .cuadro-contacto {
    width: 100%;
  }
  .text-field-mensaje.espacio {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .text-field-mensaje.forma-contacto {
    height: 116px;
  }
  .contenedor-horizontal__donacion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .html-embed {
    height: 250px;
  }
  .section-contacto {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-gracias {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  #w-node-b723272fce63-77e4840c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-a9bf7debd663-dc95d1be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-a9bf7debd663-3f826771 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-9a5d11711dbf-0fa63b40 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-a9bf7debd663-25aecc93 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-a9bf7debd663-a6b88535 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

