@font-face {
  font-family: Sofiasansextracondensed;
  src: url('../fonts/SofiaSansExtraCondensed-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Sofiasansextracondensed;
  src: url('../fonts/SofiaSansExtraCondensed-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --blanco: #fff;
  --cian: #5cd2ea;
  --azul-main: #263879;
  --transparent: #ddd0;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.body-home {
  background-color: #e0a4a4;
  background-image: url('../images/Desktop---2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 10000px;
}

.header-falso {
  height: 99px;
}

.hero {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 49.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.container-hero {
  z-index: 1;
  width: 100%;
  max-width: 64.6rem;
  margin-top: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-hero {
  color: var(--blanco);
  text-align: center;
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3.3rem;
  font-family: Sofiasansextracondensed, Impact, sans-serif;
  font-size: 6.7rem;
  font-weight: 800;
  line-height: .92em;
}

.azul {
  color: var(--cian);
}

.p-unete {
  color: var(--blanco);
  text-align: center;
  width: 100%;
  max-width: 39rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Hankengrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.1em;
}

.btn-lucia {
  border: 1px solid var(--azul-main);
  background-color: var(--azul-main);
  color: var(--blanco);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10rem;
  padding: .9rem 2rem .8rem;
  font-family: Hankengrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  transition: all .2s;
}

.btn-lucia:hover {
  border-color: var(--cian);
  background-color: var(--cian);
  color: var(--azul-main);
}

.btn-lucia.wider {
  min-width: 13.3rem;
}

.lucia-btn-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.imagen-fondo-hero {
  z-index: 0;
  opacity: .75;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-quienes-somos {
  background-color: var(--blanco);
  padding: 6.4rem 2rem 3.5rem;
}

.container-quienes {
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
}

.titulo-quienes-somos {
  color: var(--azul-main);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-family: Sofiasansextracondensed, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1em;
}

.p-quienes {
  color: var(--azul-main);
  text-align: center;
  width: 100%;
  max-width: 38.2rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.3em;
}

.lista-de-quienes {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.4rem;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.col-quienes {
  width: 33.33%;
  padding-left: .5rem;
  padding-right: .5rem;
}

.inter-quienes {
  background-color: #000;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 28.7rem;
  padding: 3.3rem 2.3rem 5.3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-col-quienes {
  z-index: 1;
  color: var(--blanco);
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hankengrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.p-col-quienes-somos {
  z-index: 1;
  color: var(--blanco);
  width: 100%;
  max-width: 38.2rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.1em;
  position: relative;
}

.fondo-imagen-col {
  z-index: 0;
  opacity: .68;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fila-btn-quienes {
  text-align: center;
  margin-top: 4.3rem;
}

.section-ahorra {
  background-color: var(--blanco);
  padding: 3.4rem 2rem 4rem;
}

.container-ahorra {
  width: 100%;
  max-width: 82.6rem;
  margin-left: auto;
  margin-right: auto;
}

.slider-ahorra {
  background-color: var(--transparent);
  height: auto;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

.btn-arrow {
  color: #a56767;
  width: 2.8rem;
}

.icon-arrow {
  color: var(--transparent);
  background-image: url('../images/arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 2.7rem;
}

.icon-arrow.right {
  transform: rotate(180deg);
}

.inside-conatinar-ahorra {
  width: 90.5%;
  margin-left: auto;
  margin-right: auto;
}

.titulo-ahorra {
  color: var(--azul-main);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.6rem;
  font-family: Sofiasansextracondensed, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1em;
}

.contenido-slide {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.imagen-side-ahorra {
  object-fit: cover;
  border-radius: 2rem;
  width: 30.5rem;
  height: 31.5rem;
}

.numbers-slider {
  display: none;
}

.col-ahorro-de-energia {
  width: 51%;
  padding-top: 1.9rem;
}

.small-title-slide {
  color: var(--azul-main);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.9rem;
  font-family: Sofiasansextracondensed, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
}

.p-sub-texto-slide {
  color: var(--azul-main);
  width: 100%;
  max-width: 38.2rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.3em;
}

.lista-de-pasos {
  margin-top: 3.7rem;
  margin-bottom: 2.3rem;
}

.p-paso {
  color: var(--azul-main);
  width: 100%;
  max-width: 38.2rem;
  margin-bottom: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.3em;
}

.section-conoce {
  background-color: var(--blanco);
  padding: 4.7rem 2rem;
}

.container-conoce {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-a-conoce {
  width: 45%;
  padding-top: 5.2rem;
}

.titulo-conoce {
  color: var(--azul-main);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.6rem;
  font-family: Sofiasansextracondensed, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
}

.p-conoce {
  color: var(--azul-main);
  width: 100%;
  max-width: 38.2rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.3em;
}

.col-conoce {
  object-fit: cover;
  border-radius: 2rem;
  width: 45.2%;
  height: 32.7rem;
}

.section-hacer {
  background-color: var(--blanco);
  padding: 6.2rem 2rem;
}

.container-hacer-las-cosas {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-hacer {
  width: 45%;
}

.titulo-hacer {
  color: var(--azul-main);
  margin-top: 0;
  margin-bottom: 3.8rem;
  font-family: Hankengrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1em;
}

.imagen-hacer {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2rem;
  width: 69.2%;
  height: 26.4rem;
}

.col-dejanos {
  width: 46.3%;
  padding-top: .8rem;
}

.p-intro-conoce {
  color: var(--azul-main);
  width: 100%;
  max-width: 38.2rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.3em;
}

.form-contacto {
  position: relative;
}

.label {
  color: var(--azul-main);
  margin-bottom: 2rem;
  font-family: Hankengrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1em;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--azul-main);
  background-color: var(--transparent);
  color: var(--azul-main);
  border-radius: 0;
  height: 2.4rem;
  margin-bottom: 0;
  padding: 0 0 .4rem;
  font-family: Hankengrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1em;
}

.input:focus, .input:focus-visible, .input[data-wf-focus-visible] {
  border-bottom-color: var(--cian);
}

.input::placeholder {
  color: var(--azul-main);
}

.fila-input {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.3rem;
  display: flex;
}

.col-onput {
  width: 100%;
}

.espacio-contacto {
  width: 2.9rem;
}

.radio-btn-row {
  margin-bottom: 2.8rem;
}

.titulo-radio-btns {
  color: var(--azul-main);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Hankengrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4em;
}

.radio-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.2rem;
  font-family: Hankengrotesk Variablefont Wght, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.radio-btn {
  aspect-ratio: 1;
  border: 1px solid var(--blanco);
  background-color: var(--blanco);
  box-shadow: 0 0 0 1px var(--azul-main);
  width: 1.3rem;
  height: 1.3rem;
}

.radio-btn.w--redirected-checked {
  border-color: var(--blanco);
  background-color: var(--azul-main);
}

.label-value {
  color: var(--azul-main);
  margin-bottom: 0;
  margin-left: .6rem;
}

.group-btn {
  position: absolute;
  inset: auto 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .title-hero {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 5rem;
  }

  .titulo-ahorra {
    text-align: center;
  }

  .contenido-slide {
    flex-flow: column;
    align-items: center;
  }

  .imagen-side-ahorra {
    width: 71%;
    height: 18rem;
  }

  .col-ahorro-de-energia {
    width: 71%;
  }

  .p-sub-texto-slide {
    max-width: none;
  }

  .lista-de-pasos {
    margin-top: 2rem;
  }

  .p-paso {
    max-width: none;
  }

  .col-hacer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .titulo-hacer {
    font-size: 2.1rem;
  }

  .imagen-hacer {
    width: 100%;
    height: auto;
  }

  .radio-btn-row.segundo {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .lista-de-quienes {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .col-quienes {
    width: 50%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .inter-quienes {
    height: 23rem;
    padding-bottom: 3.3rem;
  }

  .title-col-quienes {
    font-size: 2rem;
  }

  .imagen-side-ahorra, .col-ahorro-de-energia {
    width: 100%;
  }

  .container-conoce {
    justify-content: space-between;
    align-items: stretch;
  }

  .col-a-conoce {
    width: 49%;
    padding-top: 0;
  }

  .col-conoce {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 34rem;
  }

  .title-hero {
    font-size: 3rem;
  }

  .p-unete {
    font-size: 1.5rem;
  }

  .section-quienes-somos {
    padding-top: 3.5rem;
  }

  .titulo-quienes-somos {
    font-size: 2.5rem;
  }

  .col-quienes {
    width: 100%;
  }

  .title-col-quienes {
    font-size: 1.5rem;
  }

  .section-ahorra {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .slider-ahorra {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-arrow {
    margin-top: 0;
  }

  .inside-conatinar-ahorra {
    width: 100%;
  }

  .titulo-ahorra {
    font-size: 2.5rem;
  }

  .imagen-side-ahorra {
    width: 100%;
    height: 21.9rem;
  }

  .col-ahorro-de-energia {
    text-align: center;
  }

  .small-title-slide {
    text-align: center;
    margin-left: 2.8rem;
    margin-right: 2.8rem;
  }

  .section-conoce {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .container-conoce {
    flex-flow: column;
  }

  .col-a-conoce {
    width: 100%;
    margin-bottom: 3rem;
  }

  .titulo-conoce {
    font-size: 2.5rem;
  }

  .col-conoce {
    width: 100%;
  }

  .section-hacer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .container-hacer-las-cosas {
    flex-flow: column;
  }

  .col-hacer {
    width: 100%;
    margin-bottom: 2rem;
  }

  .titulo-hacer {
    margin-bottom: 2rem;
  }

  .imagen-hacer {
    width: 100%;
    height: 14rem;
  }

  .col-dejanos {
    width: 100%;
    padding-top: 0;
  }

  .p-intro-conoce {
    margin-bottom: 2rem;
  }
}


@font-face {
  font-family: 'Sofiasansextracondensed';
  src: url('../fonts/SofiaSansExtraCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hankengrotesk Variablefont Wght';
  src: url('../fonts/HankenGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofiasansextracondensed';
  src: url('../fonts/SofiaSansExtraCondensed-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}