:root {
  --white: white;
  --font-family: Inter, sans-serif;
  --dodger-blue: #50a0ff;
  --red: #ed1c24;
  --dark-grey: #aaa;
  --orange-red: #f15a24;
  --white-smoke: #f4f4f4;
  --ecosellos: #e8e8e8;
  --medium-sea-green: #1fc06c;
  --red-3: #dd422c;
  --deep-sky-blue: #06b5d8;
  --cornflower-blue: #5398f4;
  --medium-slate-blue: #7679dc;
  --black: #292f36;
  --white-2: #e5e5e5;
  --silver: #c4c4c4;
  --red-2: #dc4b2c;
}

body {
  background-color: var(--white);
  font-family: var(--font-family);
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  border-bottom: 6px solid var(--dodger-blue);
  color: var(--red);
  letter-spacing: -.1rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 500%;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--white);
  letter-spacing: -.1rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Aeonik;
  font-size: 400%;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  letter-spacing: -.075rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 200%;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

._100-flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 3% 6%;
  display: flex;
}

.grid-de-home-temporal {
  grid-column-gap: 3vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item._2-cv {
  justify-content: space-around;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.flex-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.flex-center.l {
  justify-content: flex-start;
}

.brand {
  width: 400px;
}

.h1 {
  color: #b4b4b4;
  letter-spacing: -.05em;
  text-transform: none;
  font-family: Space Grotesk, sans-serif;
  font-size: 400%;
  font-weight: 700;
  line-height: 100%;
}

.address {
  font-style: normal;
}

.link-block {
  color: #25d366;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block.email {
  color: #161616;
}

.wsp {
  width: 64px;
}

.wsp.mail {
  margin-right: 23px;
}

.txt-wsp {
  font-size: 16px;
  font-weight: 700;
}

.nombre {
  letter-spacing: -.05em;
  font-size: 180%;
  font-weight: 700;
  line-height: 120%;
}

.h3 {
  color: var(--red);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 360%;
  line-height: 100%;
}

.h3.gradient {
  background-image: linear-gradient(68deg, var(--orange-red), var(--red));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 310%;
  line-height: 100%;
}

.section {
  background-image: url('../images/bg-gris.svg'), url('../images/bg-gris.svg');
  background-position: -40vw, 60vw 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 100%;
  position: relative;
}

.section.gris {
  background-color: var(--white-smoke);
}

.section.con-foto {
  background-image: url('../images/plantines.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 25px;
  width: 96%;
  margin: 3% auto;
  overflow: hidden;
}

.section.con-foto.soporte {
  background-image: url('../images/soporte.jpg'), linear-gradient(#0000, #0000);
  border-radius: 0;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.section.separator {
  background-image: none;
  height: 10vh;
}

.section.separator.g {
  background-color: var(--white-smoke);
}

.section.separator.ecosellos {
  background-color: var(--ecosellos);
}

.section.ecosellos {
  background-color: var(--ecosellos);
  background-image: none;
}

.padding-lyr {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}

.padding-typ {
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.padding-typ.de-ecosellos {
  padding-top: 40%;
}

.center-bubble {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bubble-container {
  justify-content: center;
  align-items: flex-start;
  padding: 7% 16% 11%;
  display: flex;
  position: relative;
}

.bubble {
  z-index: 0;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.container-txt-de-bubble {
  position: relative;
}

.container-txt-de-bubble.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-title-de-bubble {
  margin-bottom: 6%;
  display: inline-block;
  position: relative;
}

.subrayado {
  background-color: var(--dodger-blue);
  width: 100%;
  height: 5px;
}

.subrayado.menos {
  width: 80%;
}

.subrayado.w {
  background-color: var(--white);
}

.subrayado.verde {
  background-color: var(--medium-sea-green);
}

.subrayado.fuego {
  background-color: var(--red-3);
}

.subrayado.agua {
  background-color: var(--deep-sky-blue);
}

.subrayado.aire {
  background-color: var(--cornflower-blue);
}

.subrayado.eter {
  background-color: var(--medium-slate-blue);
}

.p-de-bubble-container {
  width: 40ch;
}

.p-de-bubble-container.ess {
  width: 50ch;
}

.p.blanco {
  color: var(--white);
}

.p.blanco.upp {
  text-transform: uppercase;
  font-size: 130%;
  line-height: 100%;
}

.p.negro {
  color: var(--black);
}

.container-title-y-bubble {
  margin: 8% 0%;
  position: relative;
}

.container-title-y-bubble.ess {
  margin-left: 0%;
  margin-right: 0%;
}

.h2 {
  font-family: var(--font-family);
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
}

.h2.gradient {
  background-image: linear-gradient(68deg, var(--orange-red), var(--red));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 10vh;
}

.container-3-lineas-icons {
  width: 100%;
  margin-top: 9%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16%;
  padding-right: 16%;
  position: relative;
}

._3-cols {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.item-container.sticky {
  position: sticky;
  top: 9vw;
}

.item-container.listado-servicios {
  grid-column-gap: 9vw;
  grid-row-gap: 9vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-container.agua {
  margin-top: 25vh;
}

.item-container.fuego {
  margin-top: 10vh;
}

.item-container.aire {
  margin-top: -5vh;
}

.item-container.eter {
  margin-top: -10vh;
}

.flow-de-icons {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-title-de-comulnas {
  margin-bottom: 6%;
  display: inline-block;
  position: relative;
}

.scroll-section {
  opacity: .25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3%;
  display: flex;
  position: sticky;
  top: 3%;
  overflow: hidden;
}

.scroll-section.w {
  color: #fff;
}

.super-text {
  color: #d6d6d6;
  letter-spacing: -.05em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: DM Sans, sans-serif;
  font-size: 16vh;
  font-weight: 700;
  line-height: 75%;
}

.super-text.one {
  margin-left: 590px;
}

.super-text.one.w, .super-text.two.flow-de-icons {
  color: var(--white);
}

.bg-sectiob {
  opacity: .77;
  height: 100vh;
  position: absolute;
  inset: 3% -20% auto auto;
}

.bg-sectiob.l {
  opacity: .77;
  inset: 25% auto auto -30%;
}

.all {
  position: relative;
}

.servicios-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
  position: relative;
}

.items-servicvios {
  padding-right: 25%;
}

.item-servicio {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.anime {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.anime.sin-p {
  padding-top: 0;
  padding-bottom: 0;
}

.number-servicio {
  color: var(--black);
  font-size: 400%;
  font-weight: 100;
  line-height: 100%;
}

.bg-arrows {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.center-txt {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.center-txt.contacto {
  align-items: flex-start;
  display: block;
}

.center-txt.de-social-footer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-txt {
  flex-direction: column;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
}

.container-title-center {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.container-title-center.con-margin {
  margin-bottom: 6%;
}

.container-title-center.con-margin.left {
  align-items: flex-start;
}

.p-de-txt-foto {
  width: 70ch;
  margin-top: 6%;
}

.p-de-txt-foto.upper {
  width: 47ch;
  margin-top: 0%;
}

.p-de-txt-foto.center {
  text-align: center;
}

.font-awesome {
  color: var(--black);
  font-family: "Font awesome 6", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.font-awesome.de-btn {
  color: var(--white);
}

.font-awesome.close {
  font-family: Aeonik;
  font-size: 24px;
  font-weight: 900;
  line-height: 100%;
}

.tapador {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.img-ecosellos {
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.container-ess {
  width: 100%;
  margin-top: 9%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sticky-frase {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3%;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
  position: sticky;
  top: 3%;
  overflow: hidden;
}

.frase {
  opacity: 1;
  color: var(--black);
  text-align: center;
  letter-spacing: -.25rem;
  font-size: 500%;
  font-weight: 700;
  line-height: 100%;
}

.underline {
  border-bottom: 5px solid var(--dodger-blue);
}

.container-ecosellos-all {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 9%;
  display: grid;
  position: relative;
}

.ecosello {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 9%;
  box-shadow: 1px 1px 3px #0000002e;
}

.ecosello-img {
  width: 120px;
}

.container-title-ecosello {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12%;
  display: flex;
  position: relative;
}

.ecosello-h {
  color: var(--medium-sea-green);
  letter-spacing: -.1rem;
  font-size: 300%;
  font-weight: 700;
  line-height: 100%;
}

.ecosello-h.fuego {
  color: var(--red-3);
}

.ecosello-h.agua {
  color: var(--deep-sky-blue);
}

.ecosello-h.aire {
  color: var(--cornflower-blue);
}

.ecosello-h.eter {
  color: var(--medium-slate-blue);
}

.list {
  align-items: flex-start;
  margin-top: 9%;
  margin-bottom: 9%;
  display: flex;
}

.container-icon-fa {
  margin-right: 10px;
}

.container-roboto-mono-txt {
  padding-top: 2px;
}

.roboto-mono {
  color: var(--black);
  letter-spacing: .075rem;
  text-transform: uppercase;
  font-family: Roboto Mono, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
}

.mas-sobre {
  z-index: 9;
  background-image: linear-gradient(54deg, var(--orange-red), var(--red));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  align-items: center;
  padding: 15px 23px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 1.5% 1.5%;
  transform: translate(0, 119px);
}

.txt-btn-ess {
  color: var(--white);
  letter-spacing: -.1rem;
  border: 1px #000;
  margin-right: 10px;
  font-family: Aeonik;
  font-size: 140%;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.progreso {
  z-index: 9999;
  background-color: var(--dodger-blue);
  transform-origin: 0%;
  width: 100%;
  height: 3px;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.browser_link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-style: normal;
  line-height: 40px;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.browser-warning {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  font-style: normal;
  display: flex;
  box-shadow: 11px 11px 55px #355aa41a;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 325px 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.bpewser-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
  display: block;
  position: relative;
}

.bpewser-center.modall {
  display: flex;
}

.div-block-2 {
  background-color: #000c;
  padding: 0%;
  display: none;
}

.browser_wrap {
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.modal {
  background-color: #000c;
  padding: 0%;
  display: flex;
}

.flex-modal {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70vw;
  margin: auto;
  padding: 40px;
  font-style: normal;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 55px #355aa41a;
}

.cerrar-de-modal {
  color: var(--black);
  text-decoration: none;
  position: absolute;
  inset: 3% 1.5% auto auto;
}

.modal-ess {
  z-index: 9999;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.solo-modal-h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.solo-modal-h2.gradient {
  background-image: linear-gradient(68deg, var(--orange-red), var(--red));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.solo-modal-h2.gradient.modal {
  color: var(--red);
  font-size: 240%;
}

.modal-p.negro {
  color: var(--black);
}

.btn-subir {
  z-index: 999;
  background-color: var(--dodger-blue);
  border-radius: 0;
  padding: 14px 20px;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(0, 200px);
}

.image-2 {
  width: 16px;
}

.footer {
  background-color: var(--red);
  padding-bottom: 50vh;
  position: relative;
}

.p-de-contacto {
  margin-top: 1.5%;
}

.flex-de-contacto-title {
  flex-direction: column;
  align-items: center;
  padding-top: 6%;
  padding-bottom: 0;
  display: flex;
}

.container-form {
  width: 100%;
  margin-top: 6%;
  padding-left: 6%;
  padding-right: 6%;
}

.form-grid {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.flex-de-form {
  width: 100%;
}

.flex-de-form.center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}

.text-field::placeholder {
  color: var(--white);
}

.btn {
  border: 3px solid var(--white);
  background-color: #0000;
  border-radius: 10px;
  padding: 15px 23px;
  font-size: 120%;
  line-height: 100%;
}

.container-contacto {
  text-align: center;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
}

.container-social-links {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.fooer-credits {
  z-index: 2;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 3% 3% 1.5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.credit-left {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.credit-txt {
  float: left;
  color: #faf8e8;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 80%;
  font-weight: 400;
  line-height: 100%;
}

.credit-right-2 {
  font-size: 110%;
  font-weight: 700;
}

.um-credit-2 {
  float: right;
  color: #f1f1f1;
  text-align: right;
  text-transform: none;
  flex: 1;
}

.cuadrado-2 {
  color: #e63952;
  font-weight: 700;
}

.um-link-2 {
  color: #2a2a2a;
  text-transform: none;
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.um-link-2:hover {
  border-bottom: 3px solid var(--dodger-blue);
  color: var(--dodger-blue);
  text-decoration: none;
}

.af-credit {
  z-index: 3;
  text-align: center;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 1.5%;
}

.btn-2 {
  z-index: 9999;
  width: 64px;
  position: fixed;
  inset: auto .5% 1.5% auto;
}

.navbar {
  z-index: 9;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1% 0% 1% 1.5%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #0000002e;
}

.img-brand {
  width: 200px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.navlink {
  color: var(--black);
  letter-spacing: -.025rem;
  padding-left: 35px;
  padding-right: 30px;
  font-weight: 700;
  transition: all .6s cubic-bezier(.39, .575, .565, 1);
}

.navlink:hover, .navlink.w--current {
  color: var(--red);
}

.sep {
  background-color: var(--black);
  opacity: .2;
  width: 1px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.header {
  background-image: url('../images/bg-bubble.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 95%;
  width: 100%;
  height: 100vh;
  min-height: 550px;
  position: relative;
}

.container-txt-del-hero {
  flex: none;
}

.flex-del-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
}

.container-h1-hero {
  display: inline-block;
}

.container-p-hero {
  width: 40ch;
  margin-top: 6%;
}

.hero-h1 {
  background-image: linear-gradient(66deg, var(--orange-red), var(--red));
  letter-spacing: -.2rem;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  line-height: 90%;
  display: inline-block;
}

.titlews {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.img-objetivos {
  transform: translate(-15px, -15px);
}

.container-img-del-hero {
  justify-content: center;
  align-items: flex-start;
  width: 44vw;
  height: 95%;
  display: flex;
  position: relative;
}

.hero-img {
  border-radius: 20px;
  width: 75%;
  height: 90%;
  position: relative;
  overflow: hidden;
}

.img100 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.hero-1 {
  border-radius: 20px;
  width: 25%;
  height: 25%;
  position: absolute;
  inset: auto auto 20% 5%;
  overflow: hidden;
}

.hero-2 {
  border-radius: 20px;
  width: 50%;
  height: 20%;
  position: absolute;
  inset: auto auto 5% 0%;
  overflow: hidden;
}

.hero-3 {
  border-radius: 20px;
  width: 25%;
  height: 25%;
  position: absolute;
  inset: auto 0% 55% auto;
  overflow: hidden;
}

.hero-4 {
  border-radius: 20px;
  width: 40%;
  height: 39%;
  position: absolute;
  inset: auto 0% 5% auto;
  overflow: hidden;
}

.success-message {
  background-color: #e5e5e530;
  padding-top: 84px;
  padding-bottom: 84px;
}

.text-block {
  border-bottom: 3px solid var(--dodger-blue);
  color: var(--white);
  padding-bottom: 8px;
  font-size: 180%;
  line-height: 100%;
  display: inline-block;
}

.text-block-2 {
  color: var(--white);
  font-style: italic;
  text-decoration: underline;
}

.error-message {
  background-color: #0000;
}

.smooth-scroll {
  position: relative;
}

@media screen and (min-width: 1440px) {
  .h3 {
    background-image: linear-gradient(58deg, var(--orange-red), var(--red));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3vw;
  }

  .section.con-foto {
    background-image: url('../images/plantines.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .padding-lyr {
    padding-left: 9%;
    padding-right: 9%;
  }

  .padding-typ.de-ecosellos {
    padding-top: 70vh;
  }

  .bubble-container.de-servicios {
    padding-left: 0%;
    padding-right: 0%;
  }

  .subrayado {
    margin-top: 10px;
  }

  .subrayado.w {
    background-color: var(--white);
  }

  .p-de-bubble-container {
    margin-left: auto;
    margin-right: auto;
  }

  .p.blanco.upp {
    text-transform: uppercase;
    font-size: 160%;
    line-height: 100%;
  }

  .h2 {
    letter-spacing: -.25rem;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 5vw;
    line-height: 90%;
  }

  .h2.gradient {
    background-image: linear-gradient(61deg, var(--orange-red), var(--red));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    padding: 5px;
  }

  .super-text.one, .super-text.two {
    font-size: 9em;
    line-height: 100%;
  }

  .anime.sin-p.solo-center {
    margin-bottom: -10px;
  }

  .center-txt {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .flex-txt {
    padding: 3vh 27%;
  }

  .p-de-txt-foto {
    text-align: center;
    width: auto;
    margin-top: 9%;
    margin-bottom: 0%;
  }

  .p-de-txt-foto.upper {
    text-align: center;
    width: auto;
    margin-top: 0%;
  }

  .img-ecosellos {
    width: 100%;
  }

  .sticky-frase {
    padding-top: 12%;
  }

  .frase {
    font-size: 6vw;
  }

  .container-ecosellos-all {
    text-align: center;
    width: 55vw;
    margin-left: auto;
    margin-right: auto;
  }

  .container-ecosellos-all.final {
    margin-bottom: 35vh;
  }

  .ecosello {
    max-width: 15vw;
  }

  .list {
    text-align: left;
  }

  .solo-modal-h2.gradient {
    background-image: linear-gradient(61deg, var(--orange-red), var(--red));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .p-de-contacto {
    text-align: center;
    width: 70ch;
    margin-top: 9%;
    margin-bottom: 0%;
  }

  .container-form {
    padding-left: 12%;
    padding-right: 12%;
  }

  .img-brand {
    width: 210px;
  }

  .navlink {
    font-size: 18px;
    font-weight: 500;
  }

  .container-p-hero {
    margin-bottom: 10px;
  }

  .hero-h1 {
    font-size: 5vw;
  }

  .hero-1 {
    bottom: 21vh;
  }

  .hero-2 {
    width: 35%;
  }
}

@media screen and (max-width: 991px) {
  .flex-center {
    padding-left: 6%;
    padding-right: 6%;
  }

  .h1 {
    text-align: center;
  }

  .padding-lyr {
    padding-left: 6%;
    padding-right: 6%;
  }

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

  .container-3-lineas-icons {
    padding-left: 0%;
    padding-right: 0%;
  }

  .item-container.agua {
    margin-top: -10vh;
  }

  .item-container.aire {
    margin-top: -20vh;
  }

  .item-container.eter {
    margin-top: -5vh;
  }

  .img-icons {
    width: 65%;
  }

  .scroll-section {
    padding-top: 0;
  }

  .super-text {
    font-size: 12vw;
  }

  .sticky-frase {
    padding-top: 140px;
  }

  .ecosello-img {
    width: 60px;
  }

  .ecosello-h {
    font-size: 240%;
  }

  .bpewser-center {
    display: flex;
  }

  .flex-de-contacto-title {
    padding-top: 10vh;
  }

  .container-form {
    margin-top: 10vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .social-link {
    margin-left: 30px;
    margin-right: 30px;
  }

  .fooer-credits {
    padding-top: 9%;
    padding-bottom: 1.5%;
  }

  .credit-txt {
    float: none;
    text-align: center;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .um-credit-2 {
    float: none;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .navbar {
    padding-left: 1.5%;
    padding-right: 0%;
  }

  .nav-menu {
    color: #fff;
    background-color: #1f2432;
    height: 100vh;
  }

  .navlink {
    color: #fff;
    border-top: 1px dotted #ffffff80;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon {
    color: #1f2432;
  }

  .header {
    overflow: hidden;
  }

  .container-txt-del-hero {
    z-index: 1;
    background-color: #f4f5f6;
    border-top-right-radius: 40px;
    padding: 3% 3% 6%;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .flex-del-header {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-img-del-hero {
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .hero-img {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }

  .hero-1, .hero-2, .hero-3, .hero-4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .h3.gradient {
    font-size: 260%;
  }

  .bubble-container {
    padding-left: 12%;
    padding-right: 12%;
  }

  .container-txt-de-bubble {
    text-align: center;
  }

  .p-de-bubble-container.ess {
    width: auto;
  }

  .p.blanco {
    text-align: left;
  }

  .container-title-y-bubble.ess {
    margin-left: 0%;
    margin-right: 0%;
  }

  .h2 {
    font-size: 300%;
  }

  .h2.gradient {
    letter-spacing: -.1rem;
    font-size: 360%;
  }

  ._3-cols {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .item-container.sticky {
    position: relative;
  }

  .item-container.agua {
    margin-top: -10vh;
  }

  .item-container.aire {
    margin-top: -20vh;
  }

  .item-container.eter {
    margin-top: 10vh;
  }

  .flow-de-icons.grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .img-icons {
    width: 33%;
  }

  .super-text {
    font-size: 14vw;
  }

  .servicios-grid {
    grid-template-columns: 1fr;
  }

  .items-servicvios {
    padding-right: 0%;
  }

  .p-de-txt-foto {
    width: auto;
  }

  .sticky-frase {
    padding-top: 15px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .frase {
    font-size: 9vh;
  }

  .container-ecosellos-all {
    grid-template-columns: 1fr 1fr;
  }

  .progreso {
    display: none;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .bpewser-center {
    padding-left: 12%;
    padding-right: 12%;
  }

  .flex-modal {
    padding: 25px;
    display: block;
  }

  .btn-subir {
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    display: flex;
  }

  .image-2 {
    width: 12px;
  }

  .form-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .container-contacto {
    width: 100%;
    margin-top: 5vh;
  }

  .container-social-links {
    justify-content: space-between;
    width: 100%;
  }

  .fooer-credits {
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0% 1.5% 15vh;
  }

  .credit-left {
    display: block;
    transform: translate(0, 15px);
  }

  .credit-txt {
    margin-bottom: 10vh;
  }

  .um-credit-2 {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .btn-2 {
    width: 48px;
  }

  .navbar {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .img-brand {
    width: 150px;
    margin-top: 5px;
  }

  .header {
    min-height: 350px;
  }

  .container-txt-del-hero {
    background-color: #0000;
    padding-bottom: 0%;
  }

  .container-p-hero {
    width: auto;
    margin-top: 1.5%;
    display: block;
  }

  .hero-h1 {
    border-bottom-color: var(--red);
    background-color: var(--white);
    color: var(--white);
    background-image: none;
    font-size: 450%;
  }

  .hero-p {
    color: var(--white);
  }

  .logo-hero {
    background-color: #f4f5f6;
    width: 50vw;
    margin-top: 15px;
    padding-bottom: 14px;
  }

  .img-objetivos {
    transform: none;
  }

  .hero-img {
    background-color: #292f36d4;
  }

  .img100 {
    mix-blend-mode: multiply;
  }
}

@media screen and (max-width: 479px) {
  .grid-de-home-temporal {
    grid-row-gap: 30px;
  }

  .item._2-cv {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h1 {
    font-size: 250%;
    line-height: 80%;
  }

  .section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.gris {
    background-image: url('../images/bg-gris.svg');
    background-position: -40vw;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .bubble-container {
    padding: 0%;
  }

  .bubble {
    display: none;
  }

  .p-de-bubble-container {
    width: auto;
  }

  .p.blanco.b {
    color: var(--black);
  }

  .container-title-y-bubble {
    margin-top: 0%;
  }

  .container-title-y-bubble.ess {
    margin-top: 25%;
  }

  .h2 {
    background-image: linear-gradient(58deg, var(--orange-red), var(--red));
    color: var(--black);
    letter-spacing: -.25rem;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 360%;
    line-height: 90%;
  }

  .h2.w {
    background-color: var(--white);
    color: var(--white);
    background-image: none;
  }

  .item-container.eter {
    margin-top: 0;
  }

  .super-text {
    font-size: 16vw;
  }

  .servicios-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .anime.sin-p {
    overflow: visible;
  }

  .p-de-txt-foto.upper {
    width: auto;
  }

  .sticky-frase {
    padding-left: 0%;
    padding-right: 0%;
  }

  .frase {
    font-size: 5vh;
  }

  .ecosello-h {
    padding-right: 10px;
    font-size: 220%;
  }

  .container-icon-fa {
    display: none;
  }

  .browser_header {
    font-size: 160%;
    line-height: 100%;
  }

  .browser-warning, .flex-modal {
    width: auto;
    max-width: none;
    padding: 6% 3%;
  }

  .social-link {
    margin-left: 0;
    margin-right: 0;
  }

  .fooer-credits {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-bottom: 90px;
    padding: 0% 3%;
  }

  .credit-txt {
    margin-bottom: 3%;
  }

  .credit-right-2 {
    margin-top: 3%;
  }

  .btn-2.wsp {
    right: 1.5%;
  }

  .navbar {
    justify-content: space-around;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    display: block;
  }

  .brand-2 {
    margin-top: 9px;
    margin-left: 5px;
    padding-left: 0;
  }

  .brand-2.w--current {
    margin-top: 5px;
  }

  .img-brand {
    width: 220px;
    margin-top: 0;
  }

  .nav-menu {
    inset: 0% 0% 0% auto;
  }

  .container-txt-del-hero {
    padding-bottom: 9%;
    padding-right: 0%;
  }

  .hero-h1 {
    letter-spacing: -.25rem;
    font-size: 360%;
  }

  .hero-p {
    padding-right: 20%;
  }

  .logo-hero {
    width: 70vw;
  }
}

#w-node-b8959a4a-59b9-8de8-1b7b-a3d06cbce5d2-878d601c, #w-node-ca74b381-4b81-e6ee-fe69-31f87a5cd51d-878d601c, #w-node-_0aaf3097-bfc9-b7bd-2a35-9d31639e068b-878d601c, #w-node-_0082fcbd-0d36-2468-e3ea-83e220b2c9ef-878d601c, #w-node-_035e588f-7ca8-fadb-fe2b-cb0c0de2207f-878d601c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c02a9570-24f1-cbce-58fe-b86a702285da-3a67dc73 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c02a9570-24f1-cbce-58fe-b86a702285ed-3a67dc73 {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-c02a9570-24f1-cbce-58fe-b86a702285fa-3a67dc73 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_1e3da921-9e77-1a1c-64d9-cc1394742f7a-3a67dc73 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_426e869b-91ee-88c6-bea2-fba937019ccd-3a67dc73 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_0458eef2-7f1c-bcdd-1c79-17ae97765bfc-3a67dc73, #w-node-_22424359-ff27-f0dc-2b81-a30a5e429af8-3a67dc73 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-c02a9570-24f1-cbce-58fe-b86a702285ed-3a67dc73 {
    grid-area: 1 / 5 / 3 / 8;
  }

  #w-node-c02a9570-24f1-cbce-58fe-b86a702285fa-3a67dc73 {
    grid-row: 2 / 3;
  }

  #w-node-_1e3da921-9e77-1a1c-64d9-cc1394742f7a-3a67dc73 {
    grid-column: 1 / 4;
  }

  #w-node-_426e869b-91ee-88c6-bea2-fba937019ccd-3a67dc73 {
    grid-column: 4 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c02a9570-24f1-cbce-58fe-b86a702285da-3a67dc73 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c02a9570-24f1-cbce-58fe-b86a702285ed-3a67dc73 {
    grid-column: 2 / 3;
  }

  #w-node-c02a9570-24f1-cbce-58fe-b86a702285fa-3a67dc73 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1e3da921-9e77-1a1c-64d9-cc1394742f7a-3a67dc73 {
    grid-column: 1 / 2;
  }

  #w-node-_426e869b-91ee-88c6-bea2-fba937019ccd-3a67dc73 {
    grid-column: 2 / 3;
  }

  #w-node-_0458eef2-7f1c-bcdd-1c79-17ae97765bfc-3a67dc73, #w-node-_22424359-ff27-f0dc-2b81-a30a5e429af8-3a67dc73 {
    grid-column: span 1 / span 1;
  }

  #w-node-_47c79eb5-e305-b154-78b4-f484fe114f90-fe114f8d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_47c79eb5-e305-b154-78b4-f484fe114f94-fe114f8d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Font awesome 6';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}