@font-face {
  font-family: Worksans Variablefont Wght;
  src: url('../fonts/WorkSans-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans Variablefont Wght;
  src: url('../fonts/WorkSans-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --color-1: #272722;
  --color-3: #f0e9d6;
  --color-2: #ecab32;
  --color-4: #5b5b56;
  --color-6: #297272;
  --color-5: #1a4146;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.main {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.seccion {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.seccion.hero {
  background-image: linear-gradient(#0003, #0003);
  background-position: 0 0;
  min-height: 100vh;
}

.seccion.info {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.seccion.contacto {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.navbar {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  justify-content: space-between;
  align-self: center;
  width: 90%;
  max-width: 1280px;
  height: auto;
  min-height: 6rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.contenedor {
  flex-flow: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 100%;
  height: auto;
  min-height: 0;
}

.brand {
  width: 20%;
  height: auto;
  min-height: 0;
  margin-right: auto;
}

.nav-menu {
  flex-flow: wrap;
  justify-content: space-around;
  align-self: center;
  width: 50%;
  height: auto;
  margin-left: auto;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  align-self: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1em;
}

.body {
  font-family: Worksans Variablefont Wght, Arial, sans-serif;
}

.cont-hero {
  border-radius: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: auto;
  min-height: 0;
  margin-top: 8rem;
  margin-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.cont-info-servicios {
  flex-flow: wrap;
  justify-content: space-between;
  width: auto;
  height: auto;
  display: flex;
}

.navbar-2 {
  z-index: 99999;
  filter: drop-shadow(0 2px 2px #00000026);
  background-color: #0000;
  flex-flow: wrap;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.contenedor-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contenedor-2.amarillo {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f0e9d6e6;
  border-radius: 10px;
  padding: 2rem;
  position: relative;
}

.contenedor-2.nav {
  align-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  position: static;
  inset: 0% 0% auto;
}

.brand-2 {
  align-self: center;
  width: 13rem;
  height: auto;
}

.nav-menu-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 0;
  border: 1px solid #fff;
  align-self: center;
  padding: .5rem 2rem;
  font-size: 1rem;
  font-weight: 500;
}

.nav-link-2:hover {
  background-color: var(--color-3);
  color: var(--color-1);
  align-self: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.nav-link-2.w--current {
  color: #ecab32;
}

.whats-card-2 {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #2ef253;
  border: .5px #edf0f5;
  border-radius: 100%;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .5rem;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 5px #0003;
}

.whats-card-2:hover {
  background-color: #ecab32;
}

.cont_whats-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 0;
  display: flex;
}

.img_whats-2 {
  width: 2.5rem;
  height: 2.5rem;
  padding-right: 0;
}

.h1 {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  align-self: flex-start;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3em;
}

.h1.a {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  line-height: 1.1em;
}

.label-rot90 {
  color: var(--color-3);
  width: 100%;
  height: auto;
  font-weight: 200;
  display: block;
}

.label-rot90._2 {
  color: var(--color-2);
  font-size: 2rem;
}

.band {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.band._2 {
  cursor: pointer;
  background-color: #ecab32;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 10%;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.band._2:hover {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

.band._2.desktop {
  background-color: #efba57;
}

.band._2.desktop.a {
  background-color: #ecab32e6;
  flex-flow: wrap;
  width: 10%;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: visible;
}

.band._2.desktop.b {
  display: none;
}

.band._1 {
  cursor: pointer;
  background-color: #f0e9d6;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 10%;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.band._1:hover {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

.band._1.desktop {
  background-color: #f0e9d6f2;
}

.band._1.desktop.a {
  background-color: #f0e9d6e6;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: visible;
}

.band._1.desktop.b {
  display: none;
}

.band._3 {
  color: #ecab32;
  cursor: pointer;
  background-color: #5b5b56;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 10%;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.band._3:hover {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

.band._3.desktop.b {
  display: none;
}

.band._3.desktop.a {
  background-color: #5b5b56e6;
  flex-flow: wrap;
  width: 10%;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: visible;
}

.band._4 {
  color: #ecab32;
  cursor: pointer;
  background-color: #272722;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  width: 10%;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.band._4:hover {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

.band._4.desktop.a {
  background-color: #272722e6;
  flex-flow: wrap;
  align-items: stretch;
  width: 10%;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: visible;
}

.band._4.desktop.b {
  display: none;
}

.band._0 {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  height: auto;
  padding: 2rem;
}

.band._0.desktop {
  align-self: center;
  display: none;
}

.h2 {
  color: #ecab32;
  text-align: left;
  letter-spacing: -1px;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5em;
}

.h2.a {
  font-size: 1.5rem;
  line-height: 1.2em;
}

.h2._2 {
  color: #5b5b56;
  font-size: 2rem;
  font-weight: 700;
}

.h2._2.b {
  color: var(--color-4);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.h2._2.b.amarillo {
  color: var(--color-2);
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.label-box {
  text-align: right;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  position: static;
  transform: rotate(0);
}

.label-box.bco {
  color: #fff;
}

.label-box.ngo {
  color: #272722;
  width: auto;
  margin-right: auto;
}

.label-box.ngo.left {
  color: var(--color-2);
  letter-spacing: 2px;
  cursor: auto;
  align-self: center;
  margin-left: 0;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1em;
  transform: none;
}

.label-box.ngo.left._2 {
  color: #272722;
}

.label-box.ngo.left._1 {
  color: #ecab32;
  margin-left: 0;
  margin-right: 0;
}

.label-box.ngo.left._3 {
  color: #ecab32;
}

.label-box.ngo.left.bco {
  color: #fff;
  font-weight: 500;
}

.label-box.ngo.left.bco.title {
  display: none;
}

.label-box.ngo.left.sub {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
}

.label-box.normal.columna {
  color: #fff;
  text-align: left;
  width: auto;
  font-size: 1.8rem;
  line-height: 1.2em;
  display: block;
  position: absolute;
  inset: auto 0% 4%;
  transform: none;
}

.label-box.normal.columna.amarillo {
  color: var(--color-2);
}

.label-box.normal.columna.amarillo._0, .label-box.normal.columna.movil {
  display: none;
}

.txt-bullet {
  color: #f0e9d6;
  text-transform: uppercase;
  align-self: flex-start;
  width: 80%;
  font-size: 1rem;
}

.txt-bullet.amarillo {
  color: #f0e9d6;
  align-self: center;
  height: auto;
  line-height: 1.2em;
}

.div_line {
  width: 100%;
  height: 1px;
  margin-bottom: 2rem;
}

.div_line.bco {
  background-color: #f0e9d6;
  margin-bottom: 2rem;
}

.text-span {
  font-weight: 800;
}

.cont-info-band {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.cont-info-band._1 {
  z-index: 1;
  align-content: space-between;
  align-self: flex-start;
  min-height: 100%;
  display: flex;
  position: relative;
}

.cont-info-band._2 {
  align-content: space-between;
  align-self: flex-start;
  min-height: 100%;
  display: none;
  position: relative;
}

.cont-info-band._4, .cont-info-band._3 {
  align-content: space-between;
  align-self: flex-start;
  min-height: 100%;
  display: none;
}

.cont-info-band._0 {
  align-content: stretch;
  display: flex;
}

.div-line {
  background-color: #272722;
  width: 100%;
  height: 1px;
  margin-bottom: 2rem;
}

.div-line._1 {
  background-color: var(--color-2);
  margin-bottom: 1rem;
}

.div-line._2 {
  background-color: #fff;
}

.parrafo-bullet {
  color: #272722;
  letter-spacing: -1px;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  font-size: 1rem;
  line-height: 1.2em;
}

.parrafo-bullet.bco {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.parrafo-bullet._50 {
  align-self: flex-start;
  width: 100%;
  display: none;
}

.barra_titulo {
  z-index: 5;
  color: #272722;
  background-color: #ecab32;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.barra_titulo._2 {
  background-color: #272722;
}

.barra_titulo.right {
  justify-content: flex-end;
}

.barra_titulo.right._1 {
  display: none;
}

.barra_titulo._1 {
  background-color: #0000;
  align-self: center;
}

.barra_titulo.columna {
  background-color: #0000;
  justify-content: space-between;
  align-self: flex-start;
}

.image-2 {
  align-self: center;
  margin-right: .5rem;
  padding-top: .25rem;
}

.col60 {
  width: 46%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.col60.front {
  z-index: 990;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: wrap;
  place-content: center flex-end;
  align-self: flex-start;
  align-items: center;
  width: 58%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding: 3rem;
  display: flex;
  position: static;
}

.col60.front.content-on-top {
  border-radius: 10px;
  place-content: stretch space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  position: relative;
  overflow: visible;
}

.cont_txt {
  z-index: 1;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.cont_txt._50 {
  width: 48%;
}

.logo-mys-fondo {
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  width: 15%;
  height: auto;
  position: absolute;
  inset: auto 1% 1% auto;
}

.logo-mys-fondo.columna {
  opacity: .25;
  display: block;
}

.logo-mys-fondo.columna._2, .logo-mys-fondo.columna._3, .logo-mys-fondo.columna._4 {
  display: none;
}

.band-stack {
  flex-flow: column;
  width: auto;
  height: auto;
  display: flex;
}

.band-stack._2 {
  display: flex;
}

.band-stack._2.desktop {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.band-stack._4 {
  display: flex;
}

.band-stack._4.desktop {
  z-index: 1;
  height: 100%;
  display: flex;
  position: relative;
}

.band-stack._3 {
  display: flex;
}

.band-stack._3.desktop {
  z-index: 1;
  height: 100%;
  display: flex;
  position: relative;
}

.band-stack._0, .band-stack._0.desktop {
  display: none;
}

.band-stack._1 {
  display: flex;
}

.band-stack._1.desktop {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: none;
  position: relative;
}

.cont_bullet {
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.img_titulo {
  width: 4rem;
  height: auto;
  margin-left: 0;
  margin-right: 1rem;
}

.logo-hero {
  object-fit: contain;
  width: auto;
  height: 6rem;
  margin-bottom: 1rem;
}

.button {
  color: #272722;
  background-color: #ecab32;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
  position: absolute;
  bottom: -5%;
  left: 30%;
}

.button:hover {
  color: #ecab32;
  background-color: #272722;
}

.button.hero {
  z-index: 25;
  letter-spacing: -1px;
  margin-right: auto;
  font-weight: 600;
  position: relative;
  bottom: 0%;
  left: auto;
  right: auto;
}

.button.hero.c, .button.hero.d {
  border-radius: 10px;
  font-size: 1.4rem;
  transition-property: none;
  display: block;
}

.button.hero.right {
  margin-left: auto;
  margin-right: 0;
}

.button.hero.right._0 {
  letter-spacing: -1px;
  border-radius: 10px;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.4rem;
  transition-property: none;
}

.button.hero.a {
  background-color: var(--color-2);
  color: #fff;
  border-radius: 10px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 500;
  transition-property: none;
  display: block;
}

.button.hero.a:hover {
  background-color: var(--color-6);
}

.button.hero.a._2 {
  background-color: var(--color-3);
  color: var(--color-1);
  border-radius: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  font-weight: 400;
  transition: color .2s, background-color .2s;
  display: block;
  position: relative;
}

.button.hero.a._2:hover {
  background-color: var(--color-1);
  color: var(--color-3);
}

.button.hero.a._3:hover {
  background-color: var(--color-3);
  color: var(--color-1);
}

.button.hero.a._1 {
  border-radius: 5px;
  align-self: auto;
  margin-top: 0;
  font-weight: 400;
  transition: color .2s, background-color .2s;
}

.button.hero.a._1:hover {
  background-color: var(--color-1);
}

.button.hero._2 {
  color: #ecab32;
  background-color: #272722;
}

.button.hero._2:hover {
  color: #272722;
  background-color: #f0e9d6;
}

.button.hero._2.center {
  align-self: center;
  margin-left: 0;
  margin-right: auto;
}

.button.hero._2.center.b {
  border-radius: 10px;
  font-size: 1.4rem;
  transition-property: none;
  display: block;
}

.band-icon {
  width: 80%;
  height: auto;
  margin-bottom: 2rem;
  margin-right: 0;
}

.band-icon.desktop {
  width: 4rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.band-icon.desktop.logo {
  object-fit: contain;
  width: auto;
  height: auto;
}

.list-item {
  align-self: auto;
  width: 100%;
  height: auto;
  list-style-type: none;
  display: flex;
}

.icono-lista {
  align-self: flex-start;
  width: 1.5rem;
  height: auto;
  margin-right: 1rem;
}

.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.list._2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.paragraph {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.2em;
}

.paragraph.bco {
  color: #fff;
  font-weight: 300;
}

.bold-text {
  font-weight: 600;
}

.txt-sub-hero {
  color: #fff;
  letter-spacing: -1px;
  align-self: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.txt-sub-hero.yellow {
  color: var(--color-2);
}

.txt-sub-hero._3 {
  color: var(--color-4);
}

.cont-titulo {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cont-block-hero-info {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.img-seccion-info {
  aspect-ratio: auto;
  object-fit: contain;
  align-self: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.img-seccion-info._2 {
  aspect-ratio: auto;
  object-fit: contain;
}

.img-seccion-info._2.movil {
  display: none;
}

.img-seccion-info._2.escritorio {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.parrafo-info {
  color: var(--color-1);
  text-align: justify;
  letter-spacing: 0;
  width: 90%;
  height: auto;
  font-size: 1rem;
  line-height: 1.2em;
}

.cont-titulo-2 {
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
}

.icon-bloque {
  width: 3rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 1rem;
  position: static;
  inset: 10% 3% auto auto;
}

.icon-bloque._2 {
  align-self: center;
  width: 2rem;
  height: auto;
  margin-left: 0;
  margin-right: .5rem;
  position: static;
}

.col50 {
  width: 46%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.col50.left {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 50%;
  display: flex;
}

.col50.img {
  flex-flow: wrap;
  align-self: center;
  height: 20rem;
  margin-right: 0;
  display: flex;
  overflow: clip;
}

.col50.img._2 {
  margin-left: 0;
  margin-right: auto;
}

.col50.img._2.desktop {
  width: 50%;
  height: auto;
}

.col50.img._2.movil {
  display: none;
}

.col50.right, .col50.formulario {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  display: flex;
}

.background-video {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  align-self: center;
  width: 50%;
  height: auto;
}

.cont-1 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
  display: flex;
}

.semibold {
  font-weight: 600;
}

.semibold.amarillo {
  color: var(--color-2);
}

.submit-button {
  background-color: var(--color-2);
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-radius: 5px;
  align-self: center;
  width: 100%;
  margin-left: 0;
  padding: 1rem 2rem;
  font-family: Worksans Variablefont Wght, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1em;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  color: var(--color-1);
  background-color: #fff;
}

.cont-info-1 {
  background-color: var(--color-1);
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  display: flex;
  position: relative;
}

.blanco {
  color: #fff;
  letter-spacing: -1px;
  width: 100%;
  height: auto;
}

.blanco.var {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.blanco.var.contacto._50 {
  flex-flow: wrap;
  width: 48%;
  display: block;
}

.blanco.contacto {
  color: #272722;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2em;
}

.blanco.der {
  text-align: center;
  letter-spacing: 0;
  margin-left: auto;
  font-size: .9rem;
}

.block {
  color: #ecab32;
  background-color: #272722;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  font-weight: 600;
  position: static;
  top: 0;
  left: 0;
}

.text-block {
  letter-spacing: -1px;
}

.img_2 {
  z-index: 990;
  width: 22rem;
  display: none;
  position: absolute;
  bottom: -3rem;
  left: auto;
  right: -3rem;
}

.text-field {
  border: 1px solid var(--color-2);
  color: #272722;
  letter-spacing: -1px;
  background-color: #ecab3233;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1em;
}

.text-field::placeholder {
  color: #27272280;
}

.text-field._50 {
  width: 49%;
}

.text-field.area {
  letter-spacing: -1px;
  width: 100%;
  height: 8rem;
}

.form {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.parrafo-contacto-1 {
  color: var(--color-3);
  letter-spacing: 0;
  width: auto;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.4em;
}

.bg-img {
  z-index: -1;
  filter: blur(4px);
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.image-3 {
  width: auto;
  height: auto;
}

.footer {
  z-index: 1;
  background-color: #272722;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.link {
  color: #ecab32;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .cont-hero {
    z-index: 999;
    position: relative;
  }

  .navbar-2 {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contenedor-2.amarillo {
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .brand-2 {
    width: 8rem;
  }

  .nav-menu-2 {
    background-color: var(--color-1);
  }

  .whats-card-2 {
    border-radius: 6vw;
    width: 3rem;
    height: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    width: auto;
    height: auto;
    padding-right: 0;
  }

  .img_whats-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .h1 {
    text-align: left;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .h1.a {
    font-size: 2.5rem;
  }

  .label-rot90 {
    width: auto;
  }

  .label-rot90._2 {
    color: var(--color-2);
  }

  .band {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    min-height: 0;
    padding: .5rem 1rem;
  }

  .band._2 {
    color: #5b5b56;
    border-top-right-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    text-decoration: none;
  }

  .band._2.desktop {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .band._2.desktop.a {
    width: 100%;
    height: auto;
    display: flex;
  }

  .band._2.desktop.b {
    background-color: #efba57e6;
    display: flex;
  }

  .band._1 {
    color: #5b5b56;
    border-top-right-radius: 0;
    justify-content: center;
    align-self: auto;
    width: 100%;
    height: auto;
    min-height: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-decoration: none;
  }

  .band._1.desktop {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .band._1.desktop.a {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .band._1.desktop.b {
    background-color: #f0e9d6e6;
    display: flex;
  }

  .band._3 {
    color: #ecab32;
    border-bottom-left-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    text-decoration: none;
  }

  .band._3.desktop {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .band._3.desktop.b {
    background-color: #297272d9;
    border-radius: 0;
    display: flex;
  }

  .band._3.desktop.a {
    border-radius: 0;
    width: 100%;
    height: auto;
    display: flex;
  }

  .band._4 {
    color: #ecab32;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    text-decoration: none;
  }

  .band._4.desktop {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .band._4.desktop.a {
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .band._4.desktop.b {
    background-color: #1a4146d9;
    display: flex;
  }

  .band._0 {
    justify-content: center;
    width: 100%;
    min-height: 30rem;
  }

  .band._0.desktop {
    z-index: 6;
    min-height: 0;
    display: none;
  }

  .h2 {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .h2.a {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }

  .label-box {
    text-align: center;
    width: 100%;
    margin-left: 0;
    font-size: 1.1rem;
  }

  .label-box.ngo {
    width: auto;
  }

  .label-box.ngo.left {
    color: #ecab32;
  }

  .label-box.ngo.left.bco.title {
    display: none;
  }

  .label-box.normal.columna {
    align-self: center;
    margin-right: auto;
    position: static;
  }

  .label-box.normal.columna.amarillo.desktop {
    color: var(--color-2);
  }

  .label-box.normal.columna.movil {
    display: block;
  }

  .label-box.normal.columna.desktop {
    display: none;
  }

  .cont-info-band._1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cont-info-band._2, .cont-info-band._4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: none;
  }

  .cont-info-band._3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cont-info-band._0 {
    margin-bottom: 3rem;
  }

  .parrafo-bullet {
    width: 100%;
  }

  .barra_titulo {
    margin-bottom: 2rem;
  }

  .barra_titulo.right {
    justify-content: flex-start;
  }

  .barra_titulo.black {
    background-color: #272722;
  }

  .barra_titulo.columna {
    width: 100%;
    margin-bottom: 0;
  }

  .image-2 {
    width: auto;
    height: auto;
    padding-top: 0;
  }

  .col60.front {
    width: 100%;
    padding-left: 1rem;
  }

  .col60.front.content-on-top {
    z-index: 993;
    flex-flow: column-reverse;
    height: auto;
    min-height: 100vh;
    margin-top: 0;
  }

  .band-stack._2.desktop {
    flex-flow: wrap;
    width: 100%;
    height: auto;
  }

  .band-stack._4.desktop, .band-stack._3.desktop {
    flex-flow: wrap;
    justify-content: space-between;
    align-self: center;
    width: 100%;
    height: auto;
    margin-right: auto;
  }

  .band-stack._0.desktop {
    display: none;
  }

  .band-stack._1 {
    justify-content: flex-start;
  }

  .band-stack._1.desktop {
    width: 100%;
  }

  .cont_bullet {
    width: 30%;
  }

  .img_titulo {
    width: 3rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1rem;
  }

  .button {
    margin-bottom: 2rem;
  }

  .button.hero {
    z-index: 5;
    position: relative;
    bottom: 0%;
    left: auto;
  }

  .button.hero.right._0 {
    border-radius: 10px;
    margin-left: 0;
    margin-right: auto;
  }

  .band-icon {
    width: auto;
    height: 3.25rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .band-icon.desktop {
    width: auto;
    height: 2.5rem;
  }

  .band-icon.desktop.logo {
    height: 3rem;
  }

  .list {
    padding-left: 0;
  }

  .img-seccion-info {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .img-seccion-info._2 {
    width: 33%;
    margin: 2rem auto;
  }

  .img-seccion-info._2.movil {
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-flex;
  }

  .col50, .col50.left {
    width: 100%;
  }

  .col50.img._2.desktop {
    display: none;
  }

  .col50.img._2.movil {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-right: 0;
    display: flex;
  }

  .background-video {
    width: 100%;
  }

  .submit-button {
    border-radius: 10px;
    width: 100%;
  }

  .blanco {
    color: #272722;
    margin-bottom: 1rem;
  }

  .blanco.var {
    width: 80%;
  }

  .blanco.der {
    color: #fff;
  }

  .text-block {
    font-size: 1.4rem;
  }

  .img_2 {
    width: 18rem;
    right: -2rem;
  }

  .form {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .icon {
    color: var(--color-2);
  }
}

@media screen and (max-width: 767px) {
  .contenedor-2 {
    width: 90%;
  }

  .whats-card-2 {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_whats-2 {
    height: 4vw;
  }

  .img_whats-2 {
    width: 1.9rem;
    height: 1.9rem;
    padding-left: 0;
  }

  .h1 {
    font-size: 2rem;
  }

  .band._2 {
    justify-content: center;
    align-items: center;
    height: 8rem;
  }

  .band._2.desktop.a, .band._2.desktop.b {
    height: auto;
    min-height: 5rem;
  }

  .band._1 {
    justify-content: center;
    align-items: center;
    height: 8rem;
  }

  .band._1.desktop.a, .band._1.desktop.b {
    height: auto;
    min-height: 5rem;
  }

  .band._3 {
    justify-content: center;
    align-items: center;
    height: 8rem;
  }

  .band._3.desktop.b, .band._3.desktop.a {
    height: auto;
    min-height: 5rem;
  }

  .band._4 {
    justify-content: center;
    align-items: center;
    height: 8rem;
  }

  .band._4.desktop.a, .band._4.desktop.b {
    height: auto;
    min-height: 5rem;
  }

  .h2 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }

  .label-box {
    width: 100%;
    margin-left: 0;
  }

  .cont-info-band._1 {
    display: flex;
  }

  .cont-info-band._2 {
    display: none;
  }

  .parrafo-bullet {
    width: 100%;
  }

  .barra_titulo {
    flex-flow: wrap;
  }

  .col60 {
    width: 100%;
  }

  .cont_txt {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .cont_bullet {
    width: 100%;
    margin-bottom: 1rem;
  }

  .img_titulo {
    margin-left: 0;
    margin-right: 1rem;
  }

  .band-icon {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }

  .col50 {
    width: 100%;
  }

  .blanco.var {
    width: 60%;
  }

  .img_2 {
    width: 20rem;
    right: -4rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contenedor-2.amarillo {
    padding-bottom: 9rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand-2 {
    width: 8rem;
  }

  .whats-card-2 {
    border-radius: 20vw;
    width: 2.5rem;
    height: 2.5rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    height: 6vw;
    padding-left: 0;
    padding-right: 0;
  }

  .img_whats-2 {
    width: 2.5rem;
    height: 2.5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .h1 {
    font-size: 1.1rem;
  }

  .h1.a {
    font-size: 2rem;
  }

  .label-rot90 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .band {
    flex-flow: row;
    width: 100%;
    min-height: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .band._2 {
    border-top-right-radius: 0;
    width: 100%;
  }

  .band._1 {
    border-top-right-radius: 10px;
    width: 100%;
  }

  .band._1.desktop.a {
    border-radius: 0;
    height: auto;
  }

  .band._1.desktop.b {
    border-radius: 0;
  }

  .band._3 {
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .band._4 {
    border-bottom-left-radius: 10px;
    width: 100%;
  }

  .band._4.desktop.a {
    border-radius: 0;
  }

  .h2 {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .h2.a {
    font-size: 1.2rem;
  }

  .label-box {
    margin-left: 0;
    font-size: 1rem;
  }

  .label-box.ngo.left {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .label-box.normal.columna {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .barra_titulo {
    margin-bottom: 1rem;
  }

  .barra_titulo.columna {
    margin-left: auto;
    margin-right: auto;
  }

  .col60.front.content-on-top {
    min-height: 100vh;
  }

  .band-stack._3.desktop {
    margin-left: auto;
    margin-right: auto;
  }

  .img_titulo {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1rem;
  }

  .button {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    display: flex;
  }

  .button.hero {
    width: 90%;
  }

  .button.hero.c, .button.hero.d {
    width: 100%;
    font-size: 1rem;
  }

  .button.hero.right._0 {
    width: 100%;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .button.hero.a, .button.hero._2.center.b {
    width: 100%;
    font-size: 1rem;
  }

  .band-icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1rem;
  }

  .band-icon.desktop {
    margin-left: auto;
    margin-right: auto;
  }

  .list {
    padding-left: 0;
  }

  .paragraph {
    font-size: .9rem;
  }

  .submit-button:hover {
    color: #ecab32;
    background-color: #272722;
  }

  .blanco.var {
    width: 100%;
  }

  .blanco.var.contacto._50 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .blanco.der {
    text-align: center;
  }

  .block {
    justify-content: center;
    align-items: center;
    width: 95%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .text-field._50 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Worksans Variablefont Wght';
  src: url('../fonts/WorkSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans Variablefont Wght';
  src: url('../fonts/WorkSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}