:root {
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --black: black;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--primary-base: #642eff;
  --white: white;
  --flowui-component-library--primary-lighter: #f7f5ff;
  --flowui-component-library--success-base: #0ebc6e;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar-logo-left {
  z-index: 2147483647;
  background-color: #0082ca;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand, .navbar-brand.w--current {
  margin-right: 30px;
}

.nav-menu-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .81);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: rgba(255, 255, 255, .81);
  border-radius: 4px;
  outline: 2px solid rgba(255, 255, 255, .81);
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: rgba(255, 255, 255, .81);
  border-radius: 4px;
  outline: 2px solid rgba(255, 255, 255, .81);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(255, 255, 255, .81);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: rgba(255, 255, 255, .81);
  border-radius: 5px;
  outline: 2px solid rgba(255, 255, 255, .81);
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: rgba(255, 255, 255, .81);
  border-radius: 5px;
  outline: 2px solid rgba(255, 255, 255, .81);
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block {
  font-weight: 700;
}

.div-block {
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../storage/images/2149632444.jpg');
  background-position: 0 0, 50% 39%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  height: 800px;
  padding: 50px;
  display: flex;
}

.div-block.quienes-somos {
  background-image: linear-gradient(270deg, #001ca8, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../storage/images/mujeres-pie-juntas-cuidandose-otras.jpg');
  background-position: 0 0, 0 0, 50% 38%;
  background-size: auto, auto, cover;
  flex: 1;
  height: 300px;
}

.div-block.quienes-somos.asociaci-n {
  background-image: linear-gradient(270deg, #001ca8, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../storage/images/vista-lateral-nina-ayudando-nina-pintura-sindrome-down.jpg');
  background-position: 0 0, 0 0, 50% 38%;
  background-size: auto, auto, cover;
}

.div-block.quienes-somos.contacto {
  background-image: linear-gradient(270deg, #001ca8, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../storage/images/2149632450.jpg');
  background-position: 0 0, 0 0, 50% 38%;
  background-size: auto, auto, cover;
}

.div-block.quienes-somos.donaciones {
  background-image: linear-gradient(270deg, #001ca8, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../storage/images/foto-donaciones-retocada-876x586.jpg');
  background-position: 0 0, 0 0, 50% 82%;
  background-size: auto, auto, cover;
}

.div-block.la-asociaci-n {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../storage/images/vista-lateral-nina-ayudando-nina-pintura-sindrome-down.jpg');
  background-position: 0 0, 50% 38%;
  background-size: auto, cover;
}

.heading {
  color: #fff;
  font-size: 50px;
  line-height: 58px;
}

.text-block-2 {
  color: #fff;
  width: 400px;
  font-size: 18px;
}

.text-block-2.tama-o {
  width: 600px;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -70px;
  padding-bottom: 40px;
  display: flex;
}

.tabs-menu {
  flex-flow: row;
  display: flex;
}

.tab-link-tab-1 {
  text-align: center;
  background-color: #001ca8;
  border-top-left-radius: 10px;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-tab-1.w--current {
  text-align: center;
  background-color: #001ca8;
  border-bottom: 2px solid #fff;
  border-top-left-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-tab-2 {
  text-align: center;
  background-color: #001ca8;
  border-top-right-radius: 10px;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-tab-2.w--current {
  background-color: #001ca8;
  border-bottom: 2px solid #fff;
}

.text-block-3 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 900px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.tab-pane-tab-1, .tab-pane-tab-2 {
  padding: 20px;
}

.section-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0082ca;
  background-image: linear-gradient(90deg, #001ca8, rgba(255, 255, 255, 0));
  justify-content: space-around;
  align-items: center;
  height: 200px;
  padding: 40px;
  display: flex;
}

.section-2._2, .section-2.contacto {
  background-image: linear-gradient(270deg, #001ca8, rgba(255, 255, 255, 0));
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 27px;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-block-4 {
  color: #fff;
}

.button {
  color: #0082ca;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
}

.button.azul {
  color: #fff;
  background-color: #fdca00;
  border-color: #fdca00;
  border-radius: 20px;
  font-weight: 700;
}

.button.azul.w--current {
  color: #001ca8;
  background-color: #fff;
}

.button-2 {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fdca00;
  border-radius: 10px;
}

.section-3 {
  padding: 40px;
}

.section-3.slider {
  padding: 0;
}

.text-block-5 {
  color: #fff;
  font-weight: 700;
}

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

.div-block-4.colaboradores {
  margin-bottom: 40px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 39px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-6 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  align-self: stretch;
  width: 400px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-7 {
  background-image: url('../storage/images/07112022221526333427.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 200px;
}

.div-block-7._2 {
  background-image: url('../storage/images/31032023194732685722.jpg');
}

.div-block-7._3 {
  background-image: url('../storage/images/10092022194706745889.jpg');
}

.text-block-6 {
  color: #fff;
  margin: 20px;
  font-size: 17px;
  font-weight: 700;
}

.text-block-6.noticias-historicas {
  color: #0082ca;
  margin: 0;
}

.text-block-6.centro {
  text-align: center;
}

.div-block-8 {
  background-color: #001ca8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  align-self: stretch;
}

.paragraph, .paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-2.noticias-historicas {
  margin-top: 10px;
  margin-bottom: 20px;
}

.paragraph-2.noticias-historicas._2 {
  color: #787878;
}

.paragraph-2.info-general {
  color: #686868;
  margin-top: 10px;
}

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

.tabs-menu-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.div-block-10 {
  background-image: url('../storage/images/03112022203419683432.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 500px;
  height: 600px;
}

.div-block-10._2 {
  background-image: url('../storage/images/01102022115419279843.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-10._3 {
  background-image: url('../storage/images/07112022221526333427.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-10._4 {
  background-image: url('../storage/images/manos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-10._5 {
  background-image: url('../storage/images/unicorn-cdn.b-cdn_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-10._6 {
  background-image: url('../storage/images/FOTO-AVIF-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.paragraph-3 {
  margin-bottom: 0;
}

.paragraph-3.color {
  color: #001ca8;
}

.tab-link-tab-1-2 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-1-2:hover {
  background-color: rgba(15, 162, 253, .15);
}

.tab-link-tab-1-2.w--current {
  color: #0082ca;
  background-color: rgba(15, 162, 253, .15);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-2-2 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-2-2:hover {
  background-color: rgba(15, 162, 253, .15);
}

.tab-link-tab-2-2.w--current {
  color: #0082ca;
  background-color: rgba(15, 162, 253, .15);
}

.tab-link-tab-3 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-3:hover {
  background-color: rgba(15, 162, 253, .15);
}

.tab-link-tab-3.w--current {
  color: #0082ca;
  background-color: rgba(15, 162, 253, .15);
}

.text-block-7 {
  font-size: 12px;
  font-weight: 700;
}

.text-block-7.color {
  color: #001ca8;
}

.text-block-8, .text-block-9 {
  font-size: 12px;
  font-weight: 700;
}

.tabs-menu-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-link-tab-1-3 {
  color: #333;
  background-color: #fff;
  border-radius: 10px;
}

.tab-link-tab-1-3:hover {
  background-color: rgba(15, 162, 253, .15);
}

.tab-link-tab-1-3.w--current {
  color: #0082ca;
  background-color: rgba(15, 162, 253, .15);
  border-radius: 10px;
}

.tab-link-tab-2-3 {
  background-color: #fff;
  border-radius: 10px;
}

.tab-link-tab-2-3:hover {
  background-color: rgba(15, 162, 253, .15);
}

.tab-link-tab-2-3.w--current {
  color: #0082ca;
  background-color: rgba(15, 162, 253, .15);
}

.tab-link-tab-3-2 {
  background-color: #fff;
  border-radius: 10px;
}

.tab-link-tab-3-2:hover {
  background-color: #bacbeb;
}

.tab-link-tab-3-2.w--current {
  color: #0082ca;
  background-color: rgba(15, 162, 253, .15);
}

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

.div-block-12 {
  background-image: url('../storage/images/unicorn-cdn.b-cdn.webp');
  background-position: 0 0;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.div-block-12._2 {
  background-image: url('../storage/images/FOTO-AVIF.jpg');
}

.div-block-12._3 {
  background-image: url('../storage/images/FOTO-AVIF-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-13.info-general {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tabs-content {
  margin-top: 30px;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-15 {
  background-image: url('../storage/images/facebook-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 10px;
  width: 70px;
  height: 70px;
}

.div-block-15:hover {
  background-color: rgba(15, 162, 253, .15);
}

.div-block-15._2 {
  background-image: url('../storage/images/Recurso-164x.png');
}

.div-block-15._3 {
  background-image: url('../storage/images/instagram.png');
}

.footer-dark {
  background-color: #0082ca;
  border-bottom-color: #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  margin-bottom: 20px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(255, 255, 255, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #dfdfdf;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.section-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.section-5 {
  padding: 40px;
}

.section-5.azul {
  background-color: #0082ca;
}

.section-5.azul.donativo {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #001ca8);
}

.section-5.bloquecitos {
  background-color: #f5f7fa;
}

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

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

.div-block-16.abajo {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
}

.div-block-16.abajo.centro {
  justify-content: center;
  align-items: flex-start;
}

.div-block-16.texto {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-16.texto-con-imagen {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: row;
  max-width: 1546px;
}

.paragraph-4 {
  text-align: center;
  max-width: 500px;
}

.paragraph-4.izq {
  text-align: left;
}

.body-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: auto;
  margin-top: 60px;
}

.grid.organigrama {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1546px;
  margin-top: 0;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: #0082ca;
  text-align: center;
  font-weight: 700;
}

.div-block-18 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.div-block-19 {
  border-radius: 10px;
  width: 300px;
  height: 350px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-19.chico {
  height: 230px;
}

.div-block-20 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-21 {
  background-image: url('../storage/images/2149531837-1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  width: 500px;
  height: 312px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-22 {
  width: 300px;
}

.div-block-22.bloque {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-23 {
  border-radius: 10px;
  width: 96%;
  max-width: 900px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-24 {
  background-image: url('../storage/images/photo1532012197267da84d127e765.webp');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 250px;
}

.div-block-25 {
  max-width: 350px;
}

.div-block-25.entero {
  align-self: stretch;
}

.div-block-26 {
  max-width: 350px;
}

.heading-4 {
  font-weight: 400;
}

.body-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-27 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image {
  margin-right: 10px;
}

.div-block-28 {
  width: 500px;
}

.heading-5 {
  color: #001ca8;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-29 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  margin-right: 10px;
}

.div-block-30 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-31 {
  align-self: stretch;
  max-width: 400px;
}

.div-block-32 {
  max-width: 400px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 24px;
  display: flex;
}

.f-career-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 40px;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.f-career-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-career-button-primary {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-career-button-primary:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-career-button-wrapper {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-career-card-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-career-badge-small {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-sub-heading-regular {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-career-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.f-career-content-wrapper {
  width: 100%;
}

.f-career-card {
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  align-items: flex-start;
  padding: 40px;
  transition: box-shadow .3s;
  display: flex;
}

.f-career-card:hover {
  box-shadow: 0 48px 140px -48px rgba(57, 59, 106, .16);
}

.f-career-block-small {
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-career-title-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-faq01_answer {
  overflow: hidden;
}

.uui-faq01_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.accordion-icon_horizontal-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.accordion-icon_vertical-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq01_icon-wrapper {
  color: #7f56d9;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.div-block-33 {
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  height: 120px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-33.asociaci-n {
  height: 190px;
}

.body-4, .body-5 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.div-block-34 {
  background-image: url('../storage/images/organimgrama.png');
  background-position: 0 0;
  background-size: cover;
  width: 900px;
  height: 600px;
}

.div-block-35 {
  width: 300px;
}

.slider {
  background-color: rgba(255, 255, 255, 0);
  flex: 1;
  height: auto;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.slide, .mask {
  height: auto;
}

.icon, .icon-2 {
  color: #000;
}

.blanco {
  color: #fff;
}

.paragraph-5 {
  width: 500px;
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-37.pop-up {
  background-color: #fff;
  border-radius: 10px;
  width: 740px;
  max-height: 600px;
  padding: 20px;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-37.pop-up.centro {
  background-image: linear-gradient(#001ca8 17%, rgba(255, 255, 255, 0) 62%), url('../storage/images/31032023194732685722.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-self: center;
  width: 580px;
  height: 500px;
  padding: 0;
}

.div-block-37.pop-up.centro.pop-up1 {
  background-image: none;
  height: auto;
}

.paragraph-6 {
  text-align: center;
  width: 400px;
}

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

.form-block {
  color: #fff;
  align-self: stretch;
}

.form-block.pop-up1 {
  margin-left: 20px;
  margin-right: 20px;
}

.form-block.centro {
  align-self: center;
}

.form {
  width: 600px;
  margin-top: 40px;
}

.form.negro {
  color: #000;
}

.form.negro.sin {
  margin-top: 0;
}

.form.negro.sin.pop-up1 {
  width: 99.9998%;
}

.form._100 {
  width: 100%;
}

.body-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.select-field {
  color: #001ca8;
  border-radius: 10px;
}

.select-field.negro {
  color: #000;
}

.select-field-2 {
  color: #001ca8;
  border-radius: 10px;
}

.select-field-2.negro {
  color: #000;
}

.text-field {
  color: #001ca8;
  border-radius: 10px;
}

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

.button-3 {
  color: #fff;
  background-color: #fdca00;
  border-radius: 20px;
  margin-top: 20px;
  font-weight: 700;
}

.button-3._2 {
  color: #fff;
  background-color: #fdca00;
}

.body-7 {
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.div-block-39 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-39.fondo-popup {
  background-color: #ccc;
}

.link {
  color: #0082ca;
  text-decoration: underline;
}

.arriba {
  margin-top: 10px;
}

.text-block-11 {
  color: #0082ca;
  font-weight: 700;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(255, 255, 255, .81);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #fff;
  border-radius: 5px;
  outline: 2px solid #fff;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #fff;
  border-radius: 5px;
  outline: 2px solid #fff;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  width: 180px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:hover {
  color: #0082ca;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2.acordeon {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.nav-dropdown-link-2.acordeon:hover {
  color: #0082ca;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.body-8 {
  flex-flow: column;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.section-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../storage/images/fondo-pop-up.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pop-up {
  width: 100%;
}

.negro, .negro2 {
  color: #000;
}

.div-block-40 {
  background-color: #001ca8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-self: stretch;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.div-block-40.pop-up1 {
  background-color: #fff;
}

.text-block-12 {
  margin-left: 20px;
}

.section-7 {
  padding: 20px;
  display: flex;
}

.italic-text, .italic-text-2, .italic-text-3 {
  text-decoration: underline;
}

.paragraph-7 {
  align-self: center;
  width: 100%;
  max-width: 1200px;
}

.body-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.f-image-cover {
  object-fit: cover;
}

.f-contact-image-wrapper {
  max-width: 550px;
  height: 100%;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-checkbox-label {
  color: var(--black);
  flex: 1;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--black);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 70px 5%;
  display: flex;
  position: relative;
}

.div-block-41 {
  flex: 1;
  margin-right: 5%;
}

.body-10, .body-11, .body-12, .body-13, .body-14 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.button-4 {
  background-color: #fdca00;
  border-radius: 100px;
  padding: 14px 20px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-42 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .39;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.heading-6 {
  color: #0082ca;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-43 {
  display: flex;
}

.div-block-44 {
  background-color: #001ca8;
  flex: 1;
}

.div-block-45 {
  background-color: #fdca00;
  width: 100px;
  height: 5px;
}

.heading-7 {
  color: #001ca8;
  font-size: 44px;
  font-weight: 400;
}

.texto-con-imagen {
  width: 100%;
}

.div-block-46 {
  flex: 1;
}

.div-block-46.bloques {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.div-block-47 {
  background-image: url('../storage/images/2149531837-1.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex: 1;
  align-self: stretch;
}

.div-block-47._2 {
  background-image: url('../storage/images/unicorn-cdn.b-cdn_1.webp');
  background-position: 50% 46%;
  background-size: cover;
}

.div-block-47._2.asociacion {
  height: 400px;
}

.link-2 {
  color: #0082ca;
}

.div-block-48 {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.paragraph-8 {
  color: #0082ca;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-8.blanco {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.text-span {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.text-span.azul._2 {
  color: rgba(0, 130, 202, .55);
}

.text-span-2 {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.text-span-2.azul {
  color: rgba(255, 255, 255, .7);
}

.text-span-2.azul._2 {
  color: rgba(0, 130, 202, .55);
}

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

.div-block-49 {
  background-image: url('../storage/images/mapa.png');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  margin-top: 20px;
}

.texto-pop, .link-3 {
  color: #0082ca;
}

.dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-navigation-social-link {
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-navigation-social-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-socials-wrapper {
  grid-column-gap: 16px;
  border-left: 1px solid var(--flowui-component-library--grey-300);
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon-2 {
  color: #0082ca;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title-2 {
  letter-spacing: -.01em;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper-2 {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0 10px;
  display: flex;
}

.f-accordian-title-3 {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-accordian-title-3:hover {
  color: #0082ca;
}

.heading-8 {
  color: #fff;
  font-size: 31px;
}

.div-block-50 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.button-5 {
  color: #001ca8;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 23px;
}

.svg-icon {
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.image-5 {
  width: 8px;
}

.tabs-2 {
  background-color: #001ca8;
  border-radius: 10px;
}

.programa {
  text-align: justify;
}

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

.link-block {
  text-decoration: none;
}

.button-6 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  font-weight: 700;
}

.button-7 {
  background-color: #fdca00;
  border-radius: 20px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
}

.text-block-13 {
  color: #9c7f43;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.bold-text-15 {
  color: #2f3b75;
}

.paragraph-9 {
  color: #1f1f1f;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.text-block-14 {
  color: #9c7f43;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.paragraph-10 {
  color: #1f1f1f;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.link-4, .link-5, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  color: #0082ca;
}

.slider-2 {
  height: 600px;
}

.div-block-52 {
  background-image: linear-gradient(348deg, rgba(0, 0, 0, 0), #001ca8), url('../storage/images/07112022221526333427.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  display: flex;
}

.div-block-52._2 {
  background-image: linear-gradient(348deg, rgba(0, 0, 0, 0), #001ca8), url('../storage/images/vista-lateral-nina-ayudando-nina-pintura-sindrome-down.jpg');
}

.heading-9 {
  color: #fff;
}

.paragraph-11 {
  color: #fff;
  max-width: 400px;
}

.button-8 {
  background-color: #fdca00;
  border-radius: 20px;
  font-weight: 700;
}

.div-block-54 {
  align-self: stretch;
}

.div-block-55 {
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.text-block-15 {
  text-align: center;
  align-self: center;
}

.div-block-56 {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
}

.div-block-57 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 900px;
  display: flex;
}

.button-9 {
  color: #001ca8;
  background-color: #fff;
  border: 1px solid #001ca8;
  border-radius: 5px;
}

.button-9.w--current {
  color: #fff;
  background-color: #001ca8;
  border-style: none;
}

.f-account-link {
  color: var(--flowui-component-library--gray-900);
  font-weight: 700;
  text-decoration: none;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-2 {
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #001ca8;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-account-form-button {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.f-checkbox-label-2 {
  color: var(--flowui-component-library--gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox-2 {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox-2.w--redirected-checked {
  background-color: var(--flowui-component-library--gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field-2 {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-checkbox-field-2.no {
  margin-top: 10px;
}

.f-field-input-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input-2:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input-2::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.f-account-input-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 16px;
}

.f-account-form-block {
  margin-bottom: 42px;
}

.form-block-wrapper {
  margin-top: 40px;
}

.f-account-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
}

.f-account-divider-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.f-social-login-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  display: flex;
}

.f-social-login-button {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px 12px 16px;
  transition: background-color .3s;
  display: flex;
}

.f-social-login-button:hover {
  background-color: var(--flowui-component-library--gray-200);
}

.f-account-login-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.f-account-social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-h5-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-65 {
  margin-bottom: 8px;
}

.f-account-form {
  border-radius: 5px;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.f-account-container-r {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-account-image-wrapper {
  background-color: var(--flowui-component-library--gray-200);
  width: 50%;
}

.f-account-section {
  height: 100vh;
  min-height: 900px;
  display: flex;
  position: relative;
}

.textarea {
  min-height: 120px;
}

.button-10 {
  background-color: #001ca8;
  border-radius: 5px;
  margin-right: 10px;
}

.div-block-58 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-6, .link-7 {
  color: #0082ca;
}

.f-accordian-content-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list-3 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon-3 {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title-4 {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper-3 {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown-3 {
  width: 100%;
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper-3 {
  grid-row-gap: 24px;
  border: 1px none var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

.div-block-60 {
  background-color: #0082ca;
  border-radius: 5px;
  flex-flow: column;
  width: 200px;
  height: 165px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-60.foto {
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-10 {
  color: #fff;
  max-width: 100px;
}

.heading-10.foto {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-61 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.link-8 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-16 {
  color: #fff;
}

.text-block-16.foto {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-62 {
  background-image: url('../storage/images/manos.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 75px;
  margin-bottom: 20px;
}

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

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    color: #0082ca;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link:hover, .nav-link.w--current:hover {
    color: rgba(0, 130, 202, .61);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    color: #fff;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #0082ca;
    background-color: #fff;
    border-radius: 9px;
  }

  .div-block-2 {
    width: 96%;
    max-width: 700px;
  }

  .section-2 {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
  }

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

  .tabs {
    flex-flow: column;
  }

  .tabs-menu-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .tab-link-tab-1-2 {
    width: 270px;
  }

  .div-block-14.colaboradores {
    flex-flow: wrap;
  }

  .div-block-14.mas-noticias {
    flex-flow: column;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-16.texto-con-imagen {
    flex-flow: column;
  }

  .f-accordian-list {
    width: 100%;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-toggle-2 {
    color: #0082ca;
  }

  .nav-dropdown-toggle-2:hover {
    color: rgba(0, 130, 202, .61);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-section-large {
    flex-flow: column;
  }

  .div-block-47 {
    flex: 0 auto;
    height: 400px;
  }

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

  .div-block-49 {
    flex: none;
    height: 400px;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-accordian-list-2 {
    width: 100%;
  }

  .text-block-13, .text-block-14 {
    margin-bottom: 5px;
  }

  .slider-2 {
    height: 400px;
  }

  .div-block-54 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .f-account-input-grid-large {
    grid-template-columns: 1fr;
  }

  .f-account-container-r {
    width: 60%;
  }

  .f-account-image-wrapper {
    width: 40%;
  }

  .f-account-section {
    height: auto;
  }

  .f-accordian-list-3 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-2 {
    width: 96%;
    max-width: 500px;
  }

  .section-2 {
    height: auto;
  }

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

  .tabs-menu-2 {
    margin-top: 0;
  }

  .tab-link-tab-1-2 {
    width: 350px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .div-block-37.pop-up.centro {
    width: 400px;
  }

  .form {
    width: auto;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .f-navigation-socials-wrapper {
    display: none;
  }

  .heading-8 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-13 {
    text-align: center;
    margin-bottom: 5px;
  }

  .paragraph-9 {
    margin-bottom: 30px;
  }

  .text-block-14 {
    text-align: center;
    margin-bottom: 5px;
  }

  .paragraph-10 {
    margin-bottom: 30px;
  }

  .div-block-52 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

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

  .paragraph-11 {
    text-align: center;
    max-width: 300px;
  }

  .button-8 {
    text-align: center;
    width: 100%;
  }

  .div-block-54 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .f-account-container-r {
    justify-content: center;
    width: 100%;
  }

  .f-account-image-wrapper {
    width: 100%;
    height: 600px;
  }

  .f-account-section {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .div-block.quienes-somos {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
  }

  .text-block-2 {
    text-align: center;
    overflow-wrap: normal;
    width: auto;
  }

  .text-block-2.tama-o {
    width: auto;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .section-2 {
    height: auto;
  }

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

  .div-block-3 {
    flex-flow: column;
    align-self: stretch;
  }

  .text-block-4, .button, .button-2 {
    text-align: center;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .div-block-6 {
    width: auto;
  }

  .text-block-6 {
    white-space: normal;
  }

  .section-5.centro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-career-button-secondary, .f-career-button-primary {
    margin-top: 14px;
  }

  .f-career-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-badge-small {
    margin-top: 14px;
  }

  .f-career-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-card {
    padding: 32px 24px;
  }

  .div-block-33.asociaci-n {
    height: 222px;
  }

  .div-block-37.pop-up.centro {
    width: 300px;
  }

  .paragraph-6, .paragraph-6.blanco {
    width: auto;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .div-block-43 {
    flex-flow: column;
  }

  .div-block-46 {
    align-self: stretch;
  }

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

  .f-navigation-button {
    display: none;
  }

  .text-block-13, .text-block-14 {
    text-align: center;
    margin-bottom: 5px;
  }

  .heading-9 {
    font-size: 24px;
  }

  .paragraph-11 {
    max-width: 193px;
  }

  .slide-nav, .slide-nav-2 {
    padding-top: 24px;
    font-size: 10px;
  }

  .icon-3 {
    margin-right: 11.5px;
    font-size: 19px;
  }

  .icon-4, .icon-5 {
    margin-left: 11.5px;
    font-size: 19px;
  }

  .icon-6 {
    margin-right: 11.5px;
    font-size: 19px;
  }

  .button-9 {
    text-align: center;
  }

  .f-account-input-grid-large {
    grid-template-columns: 1fr;
  }

  .f-account-login-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-63, .div-block-64, .div-block-65, .div-block-66, .div-block-67, .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72 {
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_428648b3-1a45-14f3-ce59-9e430ce803d6-d6bf7dd9, #w-node-_462fc39b-85ca-970b-4db2-e43ed6bf7de8-d6bf7dd9, #w-node-_462fc39b-85ca-970b-4db2-e43ed6bf7df3-d6bf7dd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9bf2a7f-54c0-97e6-5315-1a47d38a4ab4-618b554b, #w-node-_8eb44f73-d4e4-b9b6-f675-97e5419be510-618b554b, #w-node-f9bf2a7f-54c0-97e6-5315-1a47d38a4ab8-618b554b, #w-node-_2d43ae89-ba46-bc10-e8b3-f543fb1535fc-618b554b, #w-node-cd73ecbb-9a7c-739e-b995-6b63e2bd3046-618b554b, #w-node-_9bb4f2e9-c2a2-d548-b380-9e6ca5196750-618b554b, #w-node-ced5dcad-410f-6bf9-ef10-0c02901d6bb4-618b554b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
