@charset "UTF-8";
/* *Theme Name: Fundación Moviendo País
 * *Theme URI: https://www.fundacionmoviendopaís.com
 * *Author: Xlogam
 * *Author URI: https://www.xlogam.com
 * *Description: WordPress Theme for Fundación Moviendo País
 * *Requires at least: 6.1
 * *Tested up to: 6.3
 * *Requires PHP: 5.6
 * *Version: 1.0
 * *License: All Rights Reserved.
 * *License URI: https://www.xlogam.com
 * *Text Domain: fundacionmoviendopaís.com
 * *Tags: custom-design */
.navbar-toggler {
  display: none;
}

.section-top {
  background-image: url("img/fondo.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.header-container {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0px;
}

.header-col-1 a img {
  width: 300px;
  height: auto;
}

.header-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar {
  padding: 0px;
}

.nav .menu-item .nav-link {
  color: #25b5eb;
  font-size: 20px;
  padding: 0px 0px;
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.nav .menu-item.active .nav-link {
  color: #25b5eb;
  border-bottom: 3px solid #25b5eb;
}
.nav .menu-item:hover .nav-link {
  color: #25b5eb;
  border-bottom: 3px solid #25b5eb;
}
.nav .menu-item:last-of-type .nav-link {
  background-color: #25b5eb;
  padding: 0px 20px;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
}
.nav .menu-item:last-of-type .nav-link {
  color: #ffffff;
  border-bottom: 3px solid #25b5eb;
}
.nav .menu-item:last-of-type:hover .nav-link {
  color: #ffffff;
  border-bottom: 3px solid #25b5eb;
}

.section-top-redes a img {
  height: 40px;
  width: auto;
}

.section-top-col-1 {
  width: 50%;
}

.section-top-cols {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 100px;
}

.circulo-azul {
  border-radius: 50%;
  width: 500px;
  height: 450px;
  border: 10px solid #25b5eb;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.circulo-azul video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.circulo-azul .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section-top-col-2 {
  position: relative;
}
.section-top-col-2 .hojas {
  position: absolute;
  top: -80px;
  left: -130px;
  z-index: 50;
}
.section-top-col-2 .hojas img {
  width: 700px;
  height: auto;
}

.corriendo {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.corriendo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.corriendo .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.corriendo-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.corriendo-logo {
  width: 90%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corriendo-logo img {
  width: 100px;
  height: auto;
}

.corriendo-copy {
  width: 90%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corriendo-copy h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  margin: 0px;
  padding: 0px;
}

footer {
  background-color: #ffffff;
  padding: 10px 0px;
}

.page footer {
  margin-top: 0px;
  -webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 100;
}

.index-content {
  background-image: url(img/fnd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}

.destacados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 90%;
  margin: auto;
  max-width: 1200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0px;
}

.destacado {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.destacado img {
  height: 60px;
  width: auto;
}
.destacado h2 {
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 18px;
  font-weight: 700;
  margin: 1em 0px;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.destacado p {
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 1.1em;
  font-size: 16px;
  font-weight: 400;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.section-donacion {
  overflow: hidden;
  width: 90%;
  margin: auto;
  max-width: 1200px;
  padding: 40px 0px;
}

.section-donacion-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.form-donacion-logo img {
  width: 90px;
  height: auto;
}

.form-donacion-top {
  padding-bottom: 0px;
}
.form-donacion-top h2 {
  color: #71bb47;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 500;
  text-align: center;
  font-size: 40px;
}
.form-donacion-top p {
  text-align: justify;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.form-donacion-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.form-donacion-formulario {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form-donacion-formulario button {
  background-color: rgba(0, 121, 25, 0.5);
  width: 100px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 25px;
  color: #000;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 14px;
}
.form-donacion-formulario button:hover {
  cursor: pointer;
}

.section-patrocinadores {
  padding: 40px 0px;
  overflow: hidden;
}
.section-patrocinadores h2 {
  text-align: center;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.patrocinadores-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.patrocinadores-logos-container {
  border-top: 1px solid #00aa31;
  border-bottom: 1px solid #00aa31;
  padding: 30px 0px;
}

.section-galeria {
  overflow: hidden;
  min-height: 300px;
  position: relative;
}
.section-galeria h2 {
  text-align: center;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  margin-bottom: 40px;
}

.galeria-cols {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.galeria-col-1 img {
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.galeria-col-3 img {
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.galeria-reel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 800px;
}
.galeria-reel .galeria-reel-item {
  margin: 0px 5px;
}
.galeria-reel .galeria-reel-item a {
  display: block;
}
.galeria-reel .galeria-reel-item a img {
  display: block;
  height: 102px;
  width: auto;
}

.section-galeria-avion {
  position: absolute;
  top: 8%;
  left: 5%;
  opacity: 0.7;
}

.section-galeria-lapiz {
  position: absolute;
  top: 8%;
  right: 5%;
  opacity: 0.7;
}

.section-suscribete {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  padding-bottom: 40px;
}
.section-suscribete h2 {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.suscribete-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding-left: 200px;
}
.suscribete-cols .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #007919;
  border-radius: 0px;
}
.suscribete-cols .form-check-input {
  background-color: transparent;
  border: 1px solid #007919;
}

.suscribete-col-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.suscribete-col-1 label {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 14px;
}
.suscribete-col-1 label.form-check-label {
  font-size: 12px;
  padding-top: 6px;
}
.suscribete-col-1 .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.suscribete-col-2 label {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 14px;
}
.suscribete-col-2 label.form-check-label {
  font-size: 12px;
  padding-top: 6px;
}
.suscribete-col-2 .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.suscribete-col-2 button {
  background-color: rgba(0, 121, 25, 0.5);
  width: 100px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 25px;
  color: #000;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 14px;
}
.suscribete-col-2 button:hover {
  cursor: pointer;
}

footer {
  overflow: hidden;
}

.footer-cols {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-col {
  width: 300px;
}

.footer-col-1 .datos-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-col-1 .datos-footer .datos-footer-img img {
  width: 60px;
  height: auto;
}
.footer-col-1 .datos-footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer-col-1 .datos-footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 0px;
  border-bottom: 1.5px solid rgba(153, 173, 86, 0.4);
}
.footer-col-1 .datos-footer ul li p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
.footer-col-1 .datos-footer ul li img {
  width: 20px;
  height: auto;
}

.footer-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer-col-2 img {
  width: 380px;
  height: auto;
}
.footer-col-2 h3 {
  text-align: center;
  font-size: 10px;
  color: #000;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.redes-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.redes-footer a img {
  width: 26px;
  height: auto;
}
.redes-footer a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 10;
}

.footer-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.footer-col-3 h3 {
  text-align: center;
  font-size: 12px;
  color: #000;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.section-top-col-1 h1 {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 75px;
  color: #75b94c;
  font-weight: 700;
  line-height: 0.9em;
  margin-bottom: 40px;
}
.section-top-col-1 h1 strong {
  font-weight: 600;
  color: #34afdd;
  font-size: 80px;
}
.section-top-col-1 p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7em;
}

.section-top-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-top-cta a {
  background-color: #25b5ea;
  width: 200px;
  height: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-decoration: none;
}
.section-top-cta a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-top-redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section-top-redes a img {
  width: 20px;
  height: auto;
}

.corazon-verde {
  position: absolute;
  z-index: 20;
  bottom: -45px;
  left: 27px;
  width: 445px;
  z-index: 10;
}
.corazon-verde img {
  width: 100%;
  height: auto;
}

.texto-circulo {
  position: absolute;
  z-index: 30;
  bottom: -70px;
  left: 0px;
  width: 100%;
  background-color: #8dc53f;
  padding: 5px 0px;
  border-radius: 30px;
}
.texto-circulo h3 {
  color: #fff;
  text-align: center;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 16px;
  line-height: 1.7em;
  padding: 0px;
  margin: 0px;
}

.logo div {
  width: 200px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-id-10 .section-top {
  background-image: url(img/economia_fnd.jpg);
  background-position: top left;
  position: relative;
}
.page-id-10 .section-top h1 {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #6badda;
}
.page-id-10 .section-top p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4e4e4e;
}
.page-id-10 .section-top .rama-top {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
}
.page-id-10 .section-top .rama-top img {
  width: 200px;
  height: auto;
}
.page-id-10 .section-top .rama-bottom {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0px;
}
.page-id-10 .section-top .rama-bottom img {
  width: 200px;
  height: auto;
}
.page-id-10 .section-top .avion {
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 0px;
}
.page-id-10 .section-top .avion img {
  width: 200px;
  height: auto;
}

.economia-cols {
  widows: 90%;
  margin: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  padding-left: 200px;
}
.economia-cols img {
  max-width: 300px;
  height: auto;
}

.economia-col-1-img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}

.economia-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header {
  position: relative;
  z-index: 1000;
}

.page-id-8 .section-top {
  overflow: hidden;
}
.page-id-8 .section-top .educacion_bottom_left {
  position: absolute;
  z-index: 10;
  bottom: -50px;
  left: -50px;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_bottom_left img {
  width: 200px;
  height: auto;
}
.page-id-8 .section-top .educacion_quimica {
  position: absolute;
  z-index: 10;
  bottom: -20px;
  left: 30px;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_quimica img {
  width: 150px;
  height: auto;
}
.page-id-8 .section-top .educacion_lines {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_lines img {
  width: 210px;
  height: auto;
}
.page-id-8 .section-top .educacion_regla {
  position: absolute;
  z-index: 10;
  top: 30%;
  left: -60px;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_regla img {
  width: 150px;
  height: auto;
}
.page-id-8 .section-top .educacion_top_arc {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: -40px;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_top_arc img {
  width: 220px;
  height: auto;
}
.page-id-8 .section-top .educacion_top_circulo {
  position: absolute;
  z-index: 10;
  top: -90px;
  left: -50px;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_top_circulo img {
  width: 200px;
  height: auto;
}
.page-id-8 .section-top .educacion_top_avion {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 20px;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_top_avion img {
  width: 90px;
  height: auto;
}
.page-id-8 .section-top .educacion_centro_circulo {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  left: 51%;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_centro_circulo img {
  width: 90px;
  height: auto;
}
.page-id-8 .section-top .educacion_centro_libro {
  position: absolute;
  z-index: 10;
  bottom: -10px;
  left: 45%;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_centro_libro img {
  width: 140px;
  height: auto;
}
.page-id-8 .section-top .educacion_top_transport {
  position: absolute;
  z-index: 10;
  top: 120px;
  left: 60%;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_top_transport img {
  width: 100px;
  height: auto;
}
.page-id-8 .section-top .educacion_top_franja {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_top_franja img {
  width: 350px;
  height: auto;
}
.page-id-8 .section-top .educacion_top_puntos {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: -40px;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_top_puntos img {
  width: 250px;
  height: auto;
}
.page-id-8 .section-top .educacion_top_lapiz {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 30px;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_top_lapiz img {
  width: 100px;
  height: auto;
}
.page-id-8 .section-top .educacion_bottom_franja {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  right: 0px;
  opacity: 0.5;
}
.page-id-8 .section-top .educacion_bottom_franja img {
  width: 400px;
  height: auto;
}

.educacion-cols-container {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.educacion-cols {
  widows: 90%;
  margin: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
.educacion-cols img {
  max-width: 300px;
  height: auto;
}
.educacion-cols .educacion-col-1 h1 {
  text-align: center;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #8B8C89;
  font-size: 40px;
  line-height: 1.1em;
  padding-left: 40px;
}
.educacion-cols .educacion-col-1 p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222221;
}
.educacion-cols .educacion-col-1 .logo-educacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.educacion-cols .educacion-col-2 img {
  max-width: 500px;
  height: auto;
}
.educacion-cols .educacion-col-2 .ninno-container {
  position: relative;
}
.educacion-cols .educacion-col-2 .ninno-container .ninno-texto {
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 10;
  top: 100px;
  left: -50px;
  background-image: url(img/1x/educacion_texto_circulo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
.educacion-cols .educacion-col-2 .ninno-container .ninno-texto p {
  text-align: center;
  padding-top: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

.page-id-14 .section-top {
  background-image: url(img/mujer_franja_inferior.png), url(img/economia_fnd.jpg);
  background-position: bottom left, top left;
  background-repeat: no-repeat;
  background-size: 100% 150px, cover;
  padding-bottom: 110px;
  position: relative;
}

.mujeres-cols {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.mujeres-cols img {
  max-width: 300px;
  height: auto;
}

.mujeres-col-2 .mujeres-title {
  padding-left: 80px;
  margin-bottom: 40px;
}
.mujeres-col-2 .mujeres-title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.mujeres-col-2 .mujeres-title-icon img {
  width: 40px;
  height: auto;
  margin-bottom: 18px;
}
.mujeres-col-2 .mujeres-title-icon h1 {
  color: #6badda;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.mujeres-col-2 h2 {
  text-align: center;
  color: #c835e3;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 28px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.mujeres-col-2 p {
  color: #4e4e4e;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.section-top p {
  font-size: 14px;
}

.mujer_boton {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
}
.mujer_boton img {
  width: 90px;
  height: auto;
}

.mujer_exclamacion {
  position: absolute;
  z-index: 10;
  top: 18%;
  right: 10%;
}
.mujer_exclamacion img {
  width: 90px;
  height: auto;
}

.mujer_corazones_top {
  position: absolute;
  z-index: 10;
  top: 35%;
  right: 5%;
}
.mujer_corazones_top img {
  width: 60px;
  height: auto;
}

.mujer_corazones_bottom {
  position: absolute;
  z-index: 10;
  bottom: 3%;
  left: 50%;
}
.mujer_corazones_bottom img {
  width: 60px;
  height: auto;
}

.mujer_resorte {
  position: absolute;
  z-index: 10;
  bottom: 17%;
  right: 0%;
}
.mujer_resorte img {
  width: 200px;
  height: auto;
}

.page-id-12 .section-top {
  background-image: url(img/mujer_franja_inferior.png), url(img/economia_fnd.jpg);
  background-position: bottom left, top left;
  background-repeat: no-repeat;
  background-size: 100% 150px, cover;
  position: relative;
}

.solidaridad-cols {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.solidaridad-cols .solidaridad-col-1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.solidaridad-cols .solidaridad-col-1 img {
  width: 460px;
  height: auto;
}
.solidaridad-cols .solidaridad-col-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 250px;
}
.solidaridad-cols .solidaridad-col-2 h1 {
  color: #6badda;
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 36px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  margin-bottom: 20px;
}

.solidaridad_exclamacion {
  position: absolute;
  z-index: 10;
  top: 13%;
  left: 37%;
}
.solidaridad_exclamacion img {
  width: 90px;
  height: auto;
}

.solidaridad_foto {
  position: absolute;
  z-index: 10;
  top: 21%;
  right: 8%;
}
.solidaridad_foto img {
  width: 280px;
  height: auto;
}

.solidaridad_boton_bottom {
  position: absolute;
  z-index: 10;
  bottom: 0%;
  left: 36%;
}
.solidaridad_boton_bottom img {
  width: 90px;
  height: auto;
}

.solidaridad_resorte {
  position: absolute;
  z-index: 10;
  bottom: 1%;
  right: 10%;
}
.solidaridad_resorte img {
  width: 100px;
  height: auto;
}

.inicio_olas {
  position: absolute;
  z-index: 10;
  bottom: 0%;
  left: 0%;
}
.inicio_olas img {
  width: 200px;
  height: auto;
}

.inicio_corazon_izq {
  position: absolute;
  z-index: 10;
  bottom: 18%;
  left: 1%;
}
.inicio_corazon_izq img {
  width: 50px;
  height: auto;
}

.inicio_aros {
  position: absolute;
  z-index: 10;
  top: 20%;
  left: 0%;
}
.inicio_aros img {
  width: 50px;
  height: auto;
}

.inicio_puntos {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  left: 42%;
}
.inicio_puntos img {
  width: 80px;
  height: auto;
}

.inicio_circulos2 {
  position: absolute;
  z-index: 10;
  bottom: 0%;
  left: 49%;
}
.inicio_circulos2 img {
  width: 80px;
  height: auto;
}

.inicio_circulos {
  position: absolute;
  z-index: 10;
  top: 17%;
  right: 6%;
}
.inicio_circulos img {
  width: 80px;
  height: auto;
}

.section-top {
  max-width: 100%;
  overflow: hidden;
}

@-webkit-keyframes girar {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes girar {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotando {
  -webkit-animation: girar 5s linear infinite;
          animation: girar 5s linear infinite;
}

.rotando-lento {
  -webkit-animation: girar 40s linear infinite;
          animation: girar 40s linear infinite;
}

@-webkit-keyframes palpitar {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes palpitar {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.palpitando {
  -webkit-animation: palpitar 1s ease-in-out infinite;
          animation: palpitar 1s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.palpitando-lento {
  -webkit-animation: palpitar 5s ease-in-out infinite;
          animation: palpitar 5s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.whatsapp-buttom {
  position: fixed;
  bottom: 8px;
  right: 8px;
  width: 60px;
  z-index: 5000;
}
.whatsapp-buttom a {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.whatsapp-buttom a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.whatsapp-buttom a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .solidaridad_foto {
    right: 1%;
    top: 20%;
  }
  .mujer_resorte {
    bottom: 19%;
    right: -1%;
  }
  .mujer_resorte img {
    width: 155px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-toggler {
    display: block;
    padding: 0px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .navbar-toggler img {
    width: 30px;
    height: auto;
  }
  .header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-col-2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-top-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-top-col-1 {
    width: 100%;
  }
  .section-top-col-2 {
    padding-top: 100px;
  }
  .section-top-col-2 .hojas {
    top: 40px;
  }
  .destacados {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 100px;
  }
  .section-donacion-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-col-2 img {
    width: 250px;
    height: auto;
  }
  .educacion-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .educacion-cols .educacion-col-1 {
    max-width: 90%;
  }
  .educacion_top_transport {
    display: none;
  }
  .educacion-col-1 {
    position: relative;
    z-index: 100;
  }
  .economia-cols {
    padding-left: 0px;
    width: 90%;
  }
  .avion {
    display: none;
  }
  .economia-col-1-img-center {
    position: relative;
    z-index: 100;
  }
  .page-id-10 .section-top .rama-bottom {
    z-index: -1;
  }
  .solidaridad_foto {
    position: static;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .solidaridad-cols .solidaridad-col-2 {
    padding-right: 100px;
  }
  .mujeres-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mujeres-cols .mujeres-col-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mujeres-cols .mujeres-col-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mujeres-cols .mujeres-col-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .mujer_exclamacion {
    top: 14%;
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .footer-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-cols .footer-col-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-cols .footer-col-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-cols .footer-col-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .section-top-col-2 .circulo-azul-container {
    position: relative;
    width: 300px;
    height: 300px;
  }
  .section-top-col-2 .circulo-azul-container .circulo-azul {
    width: 100%;
    height: 100%;
  }
  .section-top-col-2 .circulo-azul-container .hojas {
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
  }
  .section-top-col-2 .circulo-azul-container .hojas img {
    width: 100%;
    height: 100%;
  }
  .section-top-col-2 .circulo-azul-container .corazon-verde {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 200px;
    bottom: auto;
  }
  .section-top-col-2 .circulo-azul-container .texto-circulo {
    width: 100%;
    height: 100px;
    left: 0%;
    bottom: -40px;
  }
  .section-top-col-1 h1 {
    font-size: 40px;
  }
  .section-top-col-1 h1 strong {
    font-size: 40px;
  }
  #menu-menu-top {
    padding-top: 20px;
  }
  .section-top-redes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .corriendo {
    height: 230px;
  }
  .corriendo-copy h2 {
    font-size: 30px;
  }
  .section-galeria-avion, .section-galeria-lapiz {
    display: none;
  }
  .galeria-reel {
    width: 50%;
    max-width: 50%;
  }
  .galeria-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .galeria-cols .galeria-col-1 {
    display: none;
  }
  .galeria-cols .galeria-col-3 {
    display: none;
  }
  .suscribete-cols {
    padding-left: 0px;
  }
  .suscribete-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solidaridad-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .solidaridad-cols .solidaridad-col-2 {
    padding-right: 0px;
  }
  .solidaridad_exclamacion {
    top: 9%;
    left: 47%;
  }
  .mujer_exclamacion {
    top: 10%;
    right: 5%;
  }
}
@media screen and (max-width: 500px) {
  .educacion_top_lapiz {
    display: none;
  }
  .educacion_regla {
    display: none;
  }
  .educacion-cols .educacion-col-2 img {
    max-width: 90%;
  }
  .ninno-foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 180px;
  }
  .educacion-cols .educacion-col-1 h1 {
    padding: 0px;
  }
  .economia-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .solidaridad-cols .solidaridad-col-1 img {
    width: 100%;
    height: auto;
  }
  .mujer_exclamacion {
    display: none;
  }
  .mujeres-col-2 .mujeres-title {
    padding-left: 0px;
  }
  .mujer_boton {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */