@font-face {
  font-family: Nunitosans Variablefont;
  src: url('../fonts/NunitoSans-VariableFont.woff2') format("woff2");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --color01: #002060;
  --white: white;
  --color02: #2ef253;
  --black: black;
}

h1 {
  color: var(--color01);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: var(--white);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1em;
}

p {
  color: var(--color01);
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.seccion {
  flex-flow: wrap;
  width: 100%;
  height: auto;
  min-height: 500px;
  display: flex;
}

.seccion.hero {
  background-image: url('../images/grafico.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  min-height: 500px;
  margin-top: 10rem;
  position: relative;
}

.seccion.azul {
  background-color: var(--color01);
  flex-flow: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.seccion.margen {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.seccion.contacto {
  margin-top: -5rem;
}

.contenedor {
  flex-flow: wrap;
  place-content: center space-between;
  width: 80%;
  max-width: 1280px;
  height: auto;
  min-height: 400px;
  margin: 3rem auto;
  display: flex;
  position: static;
}

.contenedor._70 {
  text-align: center;
  justify-content: center;
  width: 70%;
  height: auto;
  min-height: 300px;
  margin-bottom: 1rem;
  margin-left: auto;
}

.menu {
  z-index: 9999;
  border-top: 1px none var(--color01);
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: auto;
  min-height: 100px;
  position: fixed;
  top: 0;
}

.menu.politica {
  position: static;
}

.cont_menu {
  flex-flow: wrap;
  width: 80%;
  max-width: 1280px;
  height: auto;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.logo {
  width: 20%;
  height: 4rem;
}

.image {
  width: 100%;
  height: 100%;
}

.linea {
  background-color: var(--color01);
  width: 100%;
  height: 1rem;
}

.col50 {
  object-fit: cover;
  width: 48%;
  margin-top: auto;
}

.col50.hero {
  height: auto;
  min-height: 300px;
}

.col50.img {
  z-index: 98;
  height: 65rem;
  margin-bottom: auto;
  position: absolute;
  top: -10rem;
  left: 0;
}

.col50.img.der {
  width: auto;
  height: 65rem;
  top: 10rem;
  left: auto;
  right: 0;
}

.col50.der {
  margin-left: auto;
}

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

.body {
  font-family: Nunitosans Variablefont, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.1em;
}

.txt_seccion {
  color: var(--color01);
  text-align: left;
  margin-bottom: .5rem;
  font-weight: 700;
}

.txt_seccion.verde {
  color: var(--color02);
}

.txt_seccion.verde.centrado {
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 1.5rem;
}

.button {
  background-color: var(--color02);
  color: var(--color01);
  border: 3px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: auto;
  padding: .5rem;
  font-weight: 900;
  display: flex;
  box-shadow: 0 2px 5px #0006;
}

.button:hover {
  border-color: var(--color02);
  background-color: var(--white);
}

.button.cent {
  min-height: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  line-height: .9em;
}

.img_01 {
  width: 100%;
  height: auto;
  min-height: 500px;
  position: static;
  top: -10rem;
  right: 10%;
}

.imagen_hero {
  z-index: 999;
  width: 25%;
  height: auto;
  min-height: 300px;
  position: absolute;
  top: -15rem;
  right: 7rem;
}

.bco {
  color: var(--white);
}

.bco.centrado {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  display: flex;
}

.col33 {
  background-color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: auto;
  min-height: 15rem;
  margin-bottom: 2rem;
  padding: 3rem 2rem;
  display: flex;
}

.col33.condominios {
  display: none;
}

.col33.oficinas, .col33.empresas {
  flex-flow: column;
  width: 48%;
}

.titulo_ficha {
  color: var(--color01);
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 1rem;
  margin-bottom: 1rem;
  padding-left: .5rem;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.1em;
}

.txt_ficha {
  text-align: center;
  min-height: 1rem;
  margin-bottom: 0;
}

.icon_ficha {
  width: 30%;
  height: auto;
  min-height: 50px;
  margin-bottom: 2rem;
}

.text-span-2 {
  font-weight: 900;
}

.lista {
  color: var(--color01);
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.3em;
}

.text-span-3 {
  background-color: var(--color02);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8em;
}

.cent {
  text-align: center;
}

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

.image-3 {
  object-fit: cover;
  width: auto;
  height: 100%;
  margin-left: auto;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  font-size: .8rem;
  bottom: 0;
}

.cont_testimonio {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  display: flex;
}

.testimonio {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

.nombre {
  color: var(--color02);
  text-align: center;
  font-weight: 700;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide {
  height: 10rem;
  min-height: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.mask {
  width: 100%;
  height: auto;
}

.success_message {
  background-color: var(--color02);
  color: #000;
  text-align: center;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem;
  padding: .8rem 29px;
  font-size: 1rem;
  line-height: 1em;
}

.text-field_box {
  color: #2e2e2e;
  -webkit-text-stroke-color: black;
  background-color: #f3f3f3;
  border: 1px #afafaf;
  border-radius: 5px;
  width: 100%;
  height: auto;
  min-height: 10rem;
  margin-bottom: .5rem;
  margin-left: auto;
  font-size: 1rem;
}

.text-field_box::placeholder {
  color: #afafaf;
}

.error_message {
  color: #fff;
  text-align: center;
  background-color: #f1295d;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem;
  padding: .8rem 30px;
  font-size: 1rem;
  line-height: 1em;
}

.text-field {
  color: #2e2e2e;
  -webkit-text-stroke-color: black;
  background-color: #f3f3f3;
  border: 1px #afafaf;
  border-radius: 5px;
  width: 100%;
  height: 3rem;
  min-height: 0;
  margin-bottom: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
}

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

.titulo {
  color: #fff;
  width: 100%;
  margin-top: auto;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
}

.titulo.azul {
  color: var(--color01);
  margin-bottom: 2rem;
  line-height: .9em;
}

.btn_enviar {
  background-color: var(--color02);
  color: var(--color01);
  text-align: center;
  text-transform: uppercase;
  border: 2px #ff7c1b;
  border-radius: 0;
  width: 100%;
  margin: 1rem auto;
  padding: .8rem .5rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1em;
  display: block;
}

.btn_enviar:hover {
  background-color: var(--color01);
  color: var(--color02);
  border-style: none;
  border-width: 0;
}

.cont_footer_bajo {
  background-color: var(--color02);
  color: var(--color01);
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 4rem 10%;
  display: flex;
}

.text_footer {
  color: var(--color01);
  text-align: center;
  width: 100%;
  margin-top: 11px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.link {
  color: var(--color01);
  font-weight: 900;
  text-decoration: none;
}

.text-block-5 {
  color: var(--color01);
  text-align: center;
  margin-top: 6px;
  font-size: .8rem;
  line-height: 1rem;
}

.cont_forma, .forma {
  width: 100%;
  height: auto;
  min-height: 50px;
}

.cont_btns_flotante {
  z-index: 99999;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: auto;
  min-width: 100px;
  height: 3rem;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0 auto auto;
}

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

.telefono:hover {
  background-color: var(--color01);
}

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

.text_tel-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  font-family: Material Icons Round;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1em;
  display: flex;
}

.whats-card-2 {
  z-index: 99999;
  background-color: var(--color02);
  -webkit-text-stroke-color: #000;
  border: .5px #edf0f5;
  border-radius: 3vw;
  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;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 5px #0003;
}

.whats-card-2:hover {
  background-color: var(--color01);
}

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

.nota {
  font-weight: 700;
}

.text-span-4 {
  font-weight: 900;
}

.link_privacidad {
  color: var(--color01);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1em;
  display: flex;
}

.consent-banner_bco {
  z-index: 999999;
  background-color: #ffffffe6;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5rem;
  display: none;
  position: fixed;
  inset: auto 0% 43%;
  box-shadow: 4px 4px 3px #0003;
}

.parrafo_cookies {
  color: #000;
  text-align: center;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.btn_rechazar {
  outline-offset: 0px;
  color: #868686;
  text-align: center;
  -webkit-text-stroke-color: #868686;
  text-transform: capitalize;
  background-color: #dcdcdc00;
  border: 1px solid #868686;
  outline: 3px #fff;
  width: 150px;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

.btn_aceptar-2 {
  color: #fff;
  text-align: center;
  background-color: #00c355;
  width: 150px;
  margin-left: 1rem;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.btn_aceptar-2:hover {
  background-color: #098500;
}

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

.input {
  color: #1a1a1a;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 25px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  line-height: 1.2em;
  display: block;
}

.input::placeholder {
  color: #1a1a1a;
}

.input.var {
  background-color: #f8f8f8;
}

.input.var::placeholder {
  color: #929292;
}

.input.var.work-mail {
  display: none;
}

.img_call {
  width: 1.5rem;
  height: 1.5rem;
}

.h2 {
  height: auto;
  min-height: 1rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }

  .seccion.hero {
    background-size: contain;
    margin-top: 6rem;
  }

  .contenedor, .contenedor._70 {
    width: 90%;
  }

  .cont_menu {
    justify-content: space-between;
    width: 90%;
    position: relative;
  }

  .logo {
    width: 30%;
  }

  .col50.img {
    top: -6rem;
  }

  .col50.img.der {
    width: 48%;
    height: 65rem;
  }

  .imagen_hero {
    width: 40%;
    top: -6rem;
    right: 0;
  }

  .icon_ficha {
    width: 50%;
  }

  .image-2 {
    object-position: 20% 50%;
  }

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

  .success_message {
    line-height: 1em;
  }

  .text-field_box {
    width: 100%;
    font-size: .9rem;
  }

  .error_message {
    line-height: 1em;
  }

  .text-field {
    min-height: 3rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .9rem;
    line-height: 1.1em;
  }

  .titulo {
    line-height: 1.1em;
  }

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

  .cont_footer_bajo {
    padding-bottom: 4rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .text-block-5 {
    text-align: center;
    font-size: .7rem;
  }

  .cont_btns_flotante {
    width: auto;
    margin-left: 1rem;
    left: auto;
    right: 0%;
  }

  .telefono {
    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;
  }

  .text_tel-2 {
    padding: 0;
    font-size: 1.8rem;
  }

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

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

  .consent-banner_bco {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 60%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btn_aceptar-2 {
    margin-top: 0;
    margin-left: 1rem;
  }

  .paragraph-3 {
    font-size: .8rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
    font-size: 2.5rem;
  }

  .seccion.contacto {
    margin-top: 0;
  }

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

  .cont_menu {
    width: 70%;
    margin-left: 5%;
  }

  .logo {
    width: 40%;
  }

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

  .col50.hero {
    width: 65%;
  }

  .col50.img {
    height: 35rem;
    top: auto;
    left: -5rem;
  }

  .col50.img.der {
    height: 35rem;
    right: -5rem;
  }

  .col50.der {
    width: 60%;
  }

  .txt_seccion.verde {
    text-align: center;
  }

  .heading {
    text-align: left;
    font-size: 2.5rem;
  }

  .imagen_hero {
    width: 50%;
    right: -3rem;
  }

  .col33, .titulo_ficha {
    width: 100%;
  }

  .icon_ficha {
    width: 25%;
  }

  .lista {
    line-height: 1.2em;
  }

  .text-span-3 {
    line-height: 2em;
  }

  .slider {
    width: 60%;
  }

  .slide-nav {
    font-size: .6rem;
  }

  .cont_testimonio {
    height: 100%;
  }

  .nombre {
    color: var(--color02);
  }

  .slide {
    height: auto;
  }

  .text-field_box {
    width: 100%;
    height: 10rem;
    min-height: 10rem;
  }

  .titulo {
    text-align: center;
  }

  .cont_footer_bajo {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text_footer {
    padding-bottom: 14px;
  }

  .text-block-5 {
    font-size: .8rem;
  }

  .cont_whats-2 {
    height: 4vw;
  }

  .text_tel-2 {
    font-size: 1.6rem;
  }

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

  .consent-banner_bco {
    width: 70%;
  }

  .input {
    background-color: #0000;
  }

  .input.var {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  h2 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  p {
    margin-bottom: 1rem;
  }

  .seccion.hero {
    margin-top: 18rem;
  }

  .seccion.azul.margeninf {
    padding-top: 2rem;
    padding-bottom: 22rem;
  }

  .seccion.margen {
    padding-top: 0;
    padding-bottom: 0;
  }

  .seccion.contacto {
    margin-top: 5rem;
  }

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

  .contenedor.margensup {
    margin-top: 20rem;
  }

  .menu {
    z-index: 999;
  }

  .cont_menu {
    width: 90%;
    margin-left: auto;
  }

  .logo {
    width: 55%;
  }

  .col50.hero {
    width: 100%;
  }

  .col50.img {
    height: 25rem;
    top: -4rem;
    left: 0;
  }

  .col50.img.der {
    width: 80%;
    inset: auto 0% -8rem;
  }

  .col50.der {
    width: 100%;
  }

  .txt_seccion {
    text-align: center;
  }

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

  .heading {
    text-align: center;
    font-size: 2rem;
  }

  .img_01 {
    min-height: 300px;
  }

  .imagen_hero {
    z-index: 998;
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: -17rem 0% auto;
  }

  .col33 {
    margin-bottom: 1rem;
  }

  .lista {
    text-align: center;
  }

  .text-span-3 {
    line-height: 1.5em;
  }

  .image-2 {
    height: 100%;
  }

  .slider {
    width: 100%;
  }

  .text-field_box {
    height: 10rem;
    min-height: 10rem;
    font-size: 1rem;
    line-height: 1.1em;
  }

  .text-field {
    width: 100%;
    min-width: 100%;
    font-size: .9rem;
    line-height: 1.1em;
  }

  .titulo {
    font-size: 2rem;
    line-height: 1em;
  }

  .titulo.azul {
    font-size: 2rem;
  }

  .cont_footer_bajo {
    padding-bottom: 4rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text_footer {
    margin-top: 0;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .text-block-5 {
    line-height: 1.2rem;
  }

  .paragraph {
    text-align: center;
  }

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

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

  .text_tel-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

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

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

  .nota {
    text-align: center;
  }

  .consent-banner_bco {
    width: 90%;
  }

  .parrafo_cookies {
    margin-top: 0;
  }

  .btn_rechazar {
    width: 250px;
  }

  .btn_aceptar-2 {
    width: 250px;
    margin-top: .5rem;
    margin-left: 0;
  }

  .input.var {
    font-size: 1rem;
    line-height: 1.5em;
  }
}


@font-face {
  font-family: 'Nunitosans Variablefont';
  src: url('../fonts/NunitoSans-VariableFont.woff2') format('woff2');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}