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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.hero {
  display: none;
}

.body {
  line-height: 24px;
}

.footer {
  display: none;
}

.section {
  display: none;
}

.section-2 {
  display: none;
}

.brand {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  display: block;
  margin-top: 9px;
  margin-right: 1em;
  margin-left: 1em;
  padding: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.button {
  margin-top: 11px;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  height: auto;
  background-color: rgba(97, 37, 250, 0);
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  z-index: 99;
  height: auto;
  background-color: transparent;
  text-decoration: none;
  text-transform: none;
}

.header {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 19px;
  padding-bottom: 146px;
  background-color: rgba(0, 42, 255, 0);
  background-image: url('../images/Path-1.png');
  background-position: 50% 100%;
  background-size: 100% 100%;
  background-repeat: repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: auto;
}

.image-5 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10em;
  padding-bottom: 10em;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-15 {
  color: #f1f1f1;
}

.paragraph-3 {
  padding-right: 158px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.item-menu {
  position: -webkit-sticky;
  position: sticky;
  color: #fff;
}

.container {
  position: static;
}

.text-block-3 {
  display: block;
  color: #fafafa;
}

.link-block {
  display: inline-block;
  margin-top: 21px;
  padding: 5px 10px;
  text-decoration: none;
}

.text-block-4 {
  position: static;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
}

.button-2 {
  display: inline-block;
  margin-top: 12px;
}

.text-block-5 {
  display: block;
  padding: 5px 10px 5px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Droid Sans', sans-serif;
  color: #002aff;
}

.text-block-5:hover {
  color: #fff;
}

.boton2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.23, 1, .32, 1);
  transition: -webkit-transform 200ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 200ms cubic-bezier(.23, 1, .32, 1);
  transition: transform 200ms cubic-bezier(.23, 1, .32, 1), -webkit-transform 200ms cubic-bezier(.23, 1, .32, 1);
  color: #002aff;
  text-decoration: none;
}

.boton2:hover {
  background-color: #000;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
}

.div-block-2 {
  margin-left: 34px;
}

.text-block-6 {
  margin-left: 6px;
  padding-right: 0px;
  font-family: 'Fa solid 900', sans-serif;
}

.div-block-3 {
  margin-left: 20px;
}

.lottie-animation {
  margin-top: -41px;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section2 {
  margin-top: -4em;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  padding-right: 0px;
}

.column-10 {
  padding-right: 5%;
  padding-left: 5%;
}

.grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-3 {
  margin-top: 0px;
  margin-right: 5%;
  margin-left: 5%;
}

.image-6 {
  width: 50%;
}

.div-block-4 {
  position: static;
  display: inline-block;
  margin-right: 240px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.boton2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 12px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #002aff;
  color: #fff;
  text-decoration: none;
}

.text-block-5-copy {
  color: #fafafa;
}

.paragraph-5 {
  margin-top: auto;
  padding-top: 0px;
}

.div-block-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-left: 5%;
  padding-left: 0%;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-7 {
  position: static;
  margin-right: auto;
  margin-left: auto;
}

.titulo-section3 {
  padding-top: 5em;
  padding-bottom: 5em;
  border-radius: 0px;
}

.heading-16 {
  color: #fff;
  text-align: center;
}

.heading-17 {
  font-size: 60px;
  text-align: center;
}

.text-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa solid 900', sans-serif;
}

.div-clok-sec-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 240px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  margin-top: 4em;
  padding: 5em 5%;
  background-color: #002aff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 42, 255, 0.77)), to(rgba(0, 42, 255, 0.77))), url('../images/pexels-fauxels-3184657.jpg');
  background-image: linear-gradient(180deg, rgba(0, 42, 255, 0.77), rgba(0, 42, 255, 0.77)), url('../images/pexels-fauxels-3184657.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  margin-right: 0px;
  margin-left: 42px;
}

.div-block-7 {
  display: block;
  margin-top: 61px;
  margin-right: 15%;
  margin-left: 15%;
  padding: 5%;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.text-field {
  border-style: solid;
  border-width: 2px;
  border-color: #ec5c38;
  border-radius: 20px;
  background-color: rgba(0, 42, 255, 0);
  color: #000;
}

.text-field-2 {
  border-style: solid;
  border-width: 2px;
  border-color: #ec5c38;
  border-radius: 20px;
  background-color: rgba(0, 42, 255, 0);
  color: #fff;
}

.boton-footer {
  margin-left: 39px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 10px;
  background-color: #ec5c38;
  -webkit-transition: color 500ms ease, background-color 500ms ease, opacity 1000ms ease;
  transition: color 500ms ease, background-color 500ms ease, opacity 1000ms ease;
  font-size: 20px;
}

.boton-footer:hover {
  background-color: #fff;
  color: #002aff;
}

.submit-button {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 10px;
  background-color: #ec5c38;
}

.text-block-8 {
  font-family: 'Fa solid 900', sans-serif;
  cursor: pointer;
}

.text-block-8:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-8 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  margin-top: -1.5em;
  margin-right: -1.5em;
  float: right;
  clear: none;
  font-size: 32px;
}

.text-block-9 {
  font-size: 32px;
}

.text-block-10 {
  margin-bottom: 32px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.div-block-9 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 12;
  width: 20%;
  margin-top: 63px;
  margin-right: auto;
  margin-left: 748px;
  padding: 50px;
  background-color: rgba(3, 3, 3, 0.8);
}

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

.ej-menu-desplegable {
  margin: 117px auto 18em;
}

.dropdown-wraper {
  position: relative;
  width: 500px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0em;
  background-color: #838383;
}

.dropdown-trigger {
  position: relative;
  cursor: pointer;
}

.text-block-12 {
  padding: 20px;
  color: #fff;
  text-align: center;
}

.dropdown-content {
  position: absolute;
  display: block;
  overflow: hidden;
  width: auto;
  max-width: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.dropdown-link {
  display: block;
  width: auto;
  background-color: #979797;
  color: #fff;
  text-decoration: none;
}

.text-block-13 {
  padding: 4px;
}

.dropdown-content {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #5f5f5f;
  text-decoration: none;
}

.dropdownlink {
  display: block;
  padding: 21px;
  border: 1px none #000;
  color: #fff;
  text-decoration: none;
}

.menu-drop--down-hover {
  margin-top: 82px;
  margin-bottom: 14.5em;
}

.dropdown-wraper-hover {
  position: relative;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.menu-triger-hover {
  position: static;
  width: auto;
  background-color: #6d6d6d;
  cursor: pointer;
}

.text-block-14 {
  padding: 21px;
  color: #f0f0f0;
}

.menu-content-hover {
  position: absolute;
  width: 100%;
  background-color: #7c7979;
}

.link-block-2 {
  display: block;
  padding: 17px;
  text-decoration: none;
}

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

.body-2 {
  margin-right: 0px;
  background-color: #111;
}

.heading-18 {
  margin-top: 60px;
  color: #fff;
}

.paragraph-6 {
  margin-right: 436px;
  color: #fff;
}

.container-2 {
  max-width: 70%;
  margin-top: 75px;
  padding-right: 0px;
  padding-bottom: 23px;
}

.section-cms {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-19 {
  color: #fff;
}

.container-3 {
  max-width: 70%;
}

.paragraph-7 {
  max-width: 450px;
  color: hsla(0, 0%, 88.7%, 0.8);
}

.image-8 {
  display: none;
  overflow: visible;
  margin-top: -20px;
  margin-bottom: 60px;
}

.heading-20 {
  color: #fafafa;
}

.paragraph-8 {
  color: #fff;
}

.collection-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px;
  grid-template-rows: auto 0px;
}

.frist-project-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-4 {
  max-width: 70%;
  padding: 49px 0px;
  background-color: hsla(0, 0%, 70.7%, 0);
}

.section-5 {
  margin-top: 70px;
  background-color: #7749eb;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-21 {
  color: #fff;
  text-align: center;
}

.paragraph-9 {
  max-width: 50%;
  color: #fafafa;
  text-align: center;
}

.field-form {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.text-form {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

.submit-button-2 {
  background-color: #fff;
  color: #000;
}

.submit-button-2:hover {
  background-color: #6125fa;
  color: #fff;
}

.div-block-10 {
  margin-bottom: 36px;
}

.button-4 {
  margin-left: 32px;
  background-color: #fff;
  color: #000;
}

.button-4:hover {
  background-color: #6125fa;
  color: #fff;
}

.div-block-11 {
  margin-top: 16px;
}

.button-5 {
  background-color: #fff;
  color: #000;
}

.button-5:hover {
  background-color: #6125fa;
  color: #fff;
}

.container-6 {
  overflow: hidden;
  max-width: 100%;
}

.div-block-12 {
  display: block;
  overflow: visible;
  height: 35vw;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.heroe-img {
  overflow: visible;
  width: auto;
  height: auto;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.selected-project-effect {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 91%;
  -webkit-filter: saturate(200%) blur(20px);
  filter: saturate(200%) blur(20px);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0e0e;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.utility-page-content {
  position: relative;
  z-index: 3;
  display: block;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.frosted-glass {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.82);
}

.utility-button {
  width: 100%;
  margin-top: 12px;
  background-color: #000;
}

.body-3 {
  background-color: #000;
}

.utility-heading {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

._404-details {
  max-width: 320px;
  color: #fff;
}

._404 {
  padding-bottom: 20px;
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1;
}

.horizontal-space {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #000;
}

.circle-image {
  position: relative;
  z-index: 2;
  width: 600px;
  border-radius: 50%;
}

.circle-image.glow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  -webkit-filter: saturate(200%) blur(75px);
  filter: saturate(200%) blur(75px);
}

._404-interaction {
  position: absolute;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-4 {
  background-color: #000;
}

.field-label {
  color: #fff5f5;
}

.text-heading-passqword {
  max-width: 250px;
  padding: 0px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 32px;
}

.image-10 {
  margin-bottom: 22px;
}

.paragraph-10 {
  color: hsla(0, 0%, 100%, 0.8);
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.password-interaction {
  position: absolute;
  width: 75vmin;
  height: 75vmin;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.password-cel {
  position: relative;
  background-color: #0e0e0e;
  -webkit-transform: scale3d(1, 1, 6);
  transform: scale3d(1, 1, 6);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cel-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #ff0707;
  opacity: 0.5;
  -webkit-transform: translate3d(0px, 0px, -1px);
  transform: translate3d(0px, 0px, -1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cel-color.orange {
  background-color: #f64215;
  -webkit-transform: translate3d(0px, 0px, -50px);
  transform: translate3d(0px, 0px, -50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cel-color.yellow {
  background-color: #e7ab29;
  -webkit-transform: translate3d(0px, 0px, -10px);
  transform: translate3d(0px, 0px, -10px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cel-color.green {
  background-color: #25d631;
  -webkit-transform: translate3d(0px, 0px, -20px);
  transform: translate3d(0px, 0px, -20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cel-color.blue {
  background-color: #1595f6;
  -webkit-transform: translate3d(0px, 0px, -30px);
  transform: translate3d(0px, 0px, -30px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cel-color.indigo {
  background-color: #002aff;
  -webkit-transform: translate3d(0px, 0px, -40px);
  transform: translate3d(0px, 0px, -40px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.password-cel-color.violet {
  background-color: #6125fa;
  -webkit-transform: translate3d(0px, 0px, -60px);
  transform: translate3d(0px, 0px, -60px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-7 {
  margin-top: 138px;
}

.deading-title {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

.project-type {
  font-family: 'Droid Serif', serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

.image-11 {
  display: block;
  height: 0%;
  min-height: 0px;
  margin-top: 46px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.project-main-img {
  display: inline-block;
  height: 40em;
  max-height: 100%;
  margin-top: 52px;
  padding-top: 0px;
}

.section-8 {
  margin-top: 50px;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.datos-principales-cms {
  margin-top: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 16px;
  font-weight: 400;
}

.text-block-16 {
  margin-top: 25px;
}

.text-block-17 {
  margin-top: 25px;
}

.titulo-cms-page {
  margin-top: 34px;
  padding-bottom: 7px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.body-5 {
  background-color: #0e0e0e;
}

.heading-22 {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 32px;
}

.paragraph-11 {
  font-family: 'Droid Sans', sans-serif;
  color: #aaa;
}

.paragraph-12 {
  font-family: 'Droid Sans', sans-serif;
  color: #aaa;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-9 {
  margin-top: 40px;
}

.section-10 {
  margin-top: 43px;
}

.collection-list-2 {
  display: block;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-18 {
  color: #b4b4b4;
  font-size: 16px;
}

.heading-23 {
  margin-top: 2px;
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 18px;
}

.collection-item-2 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 80px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-13 {
  padding: 25px;
}

.image-12 {
  max-height: 200%;
  max-width: 0%;
}

.div-block-14 {
  height: 25vw;
  max-width: 100%;
  padding-bottom: 0px;
}

.text-block-19 {
  margin-top: 56px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.image-13 {
  height: 25vw;
}

.collection-list-wrapper {
  margin-top: 39px;
}

.image-14 {
  margin-top: 29px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  padding-top: 86px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #69b9ff;
  background-image: linear-gradient(175deg, rgba(231, 28, 48, 0.76), hsla(0, 0%, 100%, 0.36)), url('../images/Aplicación-correcta-del-impermeabilizante.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.hero-section.centered.plagas {
  margin-top: 0px;
  background-image: linear-gradient(358deg, rgba(231, 28, 48, 0.82), hsla(0, 0%, 100%, 0)), url('../images/IMG-DESINF.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.container-9.elec {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  width: 500px;
  margin-bottom: 27px;
}

.hero-heading {
  margin-top: -41px;
  margin-bottom: 30px;
  padding-left: 5vw;
  color: #fff;
  font-size: 48px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-heading.elect {
  margin-top: 40px;
  color: #fff;
}

.hero-heading.plagas {
  font-size: 64px;
}

.heading-24 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
}

.heading-25 {
  height: 90px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.heading-25._2 {
  margin-top: 25px;
  color: #fff;
  font-size: 24px;
}

.subtitulo-negro {
  height: 90px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #404047;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.subtitulo-negro._2 {
  margin-top: 25px;
  color: #fff;
  font-size: 24px;
}

.image-16 {
  width: 75px;
  height: auto;
}

.image-16._2 {
  width: 50px;
}

.heading-27 {
  height: 60px;
  margin-top: 15px;
  margin-bottom: 38px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.section-subheading.center {
  color: #096ecb;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.elect {
  margin-bottom: 42px;
  color: #424242;
  font-size: 24px;
}

.content-icon-plagas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  min-height: 140px;
  min-width: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-color: transparent;
  box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.2);
}

.white-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 28px 0px;
  padding: 30px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-bottom-width: 4px;
  border-bottom-color: #096ecb;
  border-radius: 20px;
  background-color: #096ecb;
  background-image: linear-gradient(204deg, #e71c30, #da3b3e);
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 1000ms ease, -webkit-transform 800ms ease;
  transition: background-color 1000ms ease, -webkit-transform 800ms ease;
  transition: transform 800ms ease, background-color 1000ms ease;
  transition: transform 800ms ease, background-color 1000ms ease, -webkit-transform 800ms ease;
}

.white-box.transparent:hover {
  background-color: #e71c30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096ecb), to(#096ecb));
  background-image: linear-gradient(180deg, #096ecb, #096ecb);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.white-box.transparent.elect {
  height: auto;
  max-height: none;
  padding-top: 43px;
  padding-bottom: 43px;
  border-radius: 20px;
  background-image: none;
}

.white-box.transparent.plagas {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.white-box._2 {
  width: 14em;
  height: 14em;
  margin: 15px auto;
  padding-top: 29px;
  border: 1px none #000;
  border-radius: 1000px;
  background-color: transparent;
  box-shadow: none;
}

.white-box._2.plagas {
  height: 10em;
}

.white-box.sanit {
  height: auto;
}

.white-box.elect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  box-shadow: none;
}

.white-box.plagas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  box-shadow: none;
}

.section-11 {
  position: relative;
  margin-bottom: 0px;
  padding: 0px 0px 20px;
  background-color: #fff;
  text-align: center;
}

.section-11.accent {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
}

.section-11.accent.elec {
  background-image: none;
  background-position: 0px 0px;
}

.section-11.section2 {
  margin-top: 0.7em;
  margin-bottom: 0px;
  padding-top: 78px;
  padding-bottom: 129px;
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 52, 83, 0.95)), to(rgba(14, 52, 83, 0.95))), url('../images/Aplicación-correcta-del-impermeabilizante.webp');
  background-image: linear-gradient(180deg, rgba(14, 52, 83, 0.95), rgba(14, 52, 83, 0.95)), url('../images/Aplicación-correcta-del-impermeabilizante.webp');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-11._3 {
  padding-top: 0px;
}

.section-11.elec {
  padding-top: 50px;
  padding-bottom: 20px;
}

.section-11.plagas {
  padding-top: 33px;
  padding-bottom: 0px;
}

.section-title-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 0px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-title-group.elect {
  margin-bottom: 15px;
}

.section-title-group.plagas {
  margin-bottom: 0px;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  width: 100%;
  height: 100px;
  margin-top: 20px;
  font-family: 'Droid Sans', sans-serif;
  color: #096ecb;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
  white-space: normal;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.white.elect {
  color: #fff;
}

.section-heading.centered.elect {
  width: 100%;
  color: #424242;
  font-size: 38px;
  font-weight: 700;
}

.section-heading.centered-copy {
  width: 40%;
  font-family: 'Droid Sans', sans-serif;
  color: #096ecb;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  white-space: normal;
}

.section-heading.centered-copy.white {
  color: #fff;
}

.section-heading.centered-copy.white.elect {
  color: #fff;
}

.section-heading.centered-copy.elect {
  width: 100%;
  color: #424242;
  font-size: 38px;
  font-weight: 700;
}

.div-block-16 {
  width: 100%;
  height: 100px;
  max-height: 100px;
  max-width: 100%;
}

.div-block-17.plagas {
  width: 50%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 3px 3px 9px 4px rgba(0, 0, 0, 0.1);
}

.white-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.div-block-19 {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  max-height: 100px;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  width: 50px;
}

.div-block-22 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-22.elect {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-22.plagas {
  margin-top: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.image-17 {
  width: 60px;
}

.field-label-2 {
  font-weight: 400;
  text-align: left;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-28 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e71c30;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.text-field-5 {
  border-style: solid;
  border-width: 2px;
  border-color: #096ecb;
}

.div-block-53 {
  width: 100%;
  text-align: center;
}

.submit-button-3 {
  display: block;
  background-color: #e71c30;
  text-align: center;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.burbuja-flotante {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 4%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  padding: 3px 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px none #c8c8c8;
  border-radius: 0px;
  background-color: rgba(83, 187, 110, 0);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-50 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  max-width: 0px;
  min-height: 0px;
  min-width: 0px;
  margin-left: 0px;
  padding: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 50px;
  background-color: #53bb6e;
}

.link-redes {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: 0px auto;
}

.image-38 {
  position: absolute;
  left: 16px;
  top: 15px;
  margin-left: 0px;
}

.div-block-51 {
  display: none;
  width: 240px;
  margin-top: -53px;
  margin-right: 334px;
  margin-left: 0px;
  padding-right: 0px;
  border-radius: 15px;
  background-color: #1c3264;
}

.text-block-20 {
  padding: 10px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.background-video {
  width: 450px;
  height: 450px;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.embed-mobile {
  display: none;
}

.html-embed {
  display: block;
}

.background-video-2 {
  width: 100%;
}

.div-block-55 {
  position: absolute;
  left: 0%;
  top: 708px;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  margin-top: -108px;
  background-color: #fff;
}

.container-10 {
  position: relative;
}

.html-embed-2 {
  display: none;
  width: 100%;
  max-width: 100%;
}

.form-block {
  width: 50%;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-3 {
  text-align: left;
}

.field-label-4 {
  text-align: left;
}

.submit-button-4 {
  display: block;
  background-color: #e71c30;
}

.image-39 {
  width: 1175px;
  max-width: 1175px;
  margin-right: 0px;
  margin-left: -225px;
}

.div-block-57 {
  overflow: hidden;
  width: 40%;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-11 {
  max-width: 1200px;
}

.container-11.plagas {
  max-width: 1200px;
}

.columns-4 {
  margin-top: 52px;
}

.titulo-section {
  margin-top: 10px;
  margin-bottom: 10px;
}

.titulo-section.oterfondo {
  font-family: Montserrat, sans-serif;
  color: #096ecb;
  text-transform: uppercase;
}

.image-40 {
  width: 70px;
  margin-bottom: 0px;
}

.div-block-59 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-60 {
  padding: 20px 10%;
}

.div-block-60.plagas {
  padding-right: 0%;
  padding-left: 0%;
}

.section-specialist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-29 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.text-block-22 {
  font-size: 18px;
}

.image-41 {
  width: 450px;
  margin-bottom: 63px;
}

.image-41.plagas {
  margin-bottom: 40px;
}

.heading-30 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 22px;
}

.heading-30.plagas {
  font-size: 32px;
}

.div-block-59-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-59-copy.plagas {
  width: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-block-22-copy {
  font-size: 18px;
}

.text-block-22-copy.plagas {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.section-11-copy {
  position: relative;
  margin-bottom: 0px;
  padding: 0px 0px 90px;
  background-color: #fff;
  text-align: center;
}

.section-11-copy.accent {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
}

.section-11-copy.section2 {
  margin-bottom: 0px;
  padding-top: 50px;
}

.section-11-copy._3 {
  padding-top: 0px;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-42 {
  width: 80px;
  height: 95px;
  margin-bottom: 15px;
}

.image-43 {
  width: 80px;
  margin-bottom: 15px;
}

.image-44 {
  width: 90px;
  height: 96px;
  margin-bottom: 15px;
}

.image-45 {
  width: 90px;
  margin-bottom: 15px;
}

.text-block-23 {
  max-width: 100%;
  text-align: center;
}

.text-block-24 {
  text-align: center;
}

.text-block-25 {
  text-align: center;
}

.text-block-26 {
  text-align: center;
}

.section-13 {
  padding-top: 30px;
  padding-bottom: 55px;
  background-color: #e0e0e0;
}

.grid-4 {
  width: 50%;
  max-width: 50%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.grid-4.plagas {
  width: 100%;
  max-width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 44px;
  padding-right: 50px;
  padding-left: 50px;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-46 {
  width: 200px;
}

.div-block-63 {
  position: static;
  right: -491px;
  bottom: -49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 0px 12px;
  border-radius: 10px;
  background-color: rgba(231, 28, 48, 0);
}

.heading-31 {
  font-size: 18px;
}

.container-13 {
  position: static;
  max-width: 100%;
  padding-left: 0px;
}

.heading-32 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
}

.image-47 {
  width: 20px;
  margin-top: -1px;
  margin-right: 7px;
}

.link-block-3 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 25px;
  background-color: #096ecb;
  text-decoration: none;
}

.link-block-3.heartbeat {
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3.heartbeat.azul {
  position: fixed;
  left: auto;
  top: 2%;
  right: 5%;
  bottom: auto;
  width: auto;
  border-radius: 20px;
  background-color: #096ecb;
}

.link-block-3.heartbeat-copy {
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3.heartbeat-copy.azul {
  position: fixed;
  left: auto;
  top: 2%;
  right: 5%;
  bottom: auto;
  width: auto;
  border-radius: 20px;
  background-color: #fff;
}

.telefono {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.telefono.plagas {
  margin-top: 0px;
  padding-bottom: 0px;
}

.heading-33 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
}

.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e71c30;
}

.heading-34 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.image-48 {
  max-width: 40%;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-6 {
  border: 1px none #000;
  background-color: #096ecb;
}

.heading-35 {
  display: block;
  margin-top: 0px;
  margin-bottom: 28px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 32px;
  text-align: center;
}

.heading-35.plagas {
  font-size: 32px;
}

.contaner-areas-servicios-plagas {
  max-width: 1200px;
}

.plagas {
  margin-top: 16px;
  font-size: 22px;
  line-height: 28px;
}

.link-4 {
  color: #096ecb;
  text-align: center;
  text-decoration: none;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e71c30;
}

.image-49 {
  width: 400px;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
}

.div-block-64 {
  height: 50px;
  background-color: #e71c30;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-65 {
  height: 50px;
  background-color: #e71c30;
}

.image-51 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.section-16 {
  position: relative;
  background-color: #d75e6e;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-36 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.heading-36._2 {
  margin-top: 0px;
  color: #000;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.heading-36._4 {
  margin-top: 50px;
  color: #e71a80;
  font-weight: 700;
}

.heading-36.column-5 {
  color: #e71a80;
  font-size: 27px;
}

.div-block-66 {
  width: 100%;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-right: 150px;
  padding-left: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-14 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.html-embed-3 {
  margin-right: auto;
  margin-left: auto;
}

.text-span {
  color: #000;
}

.section-17 {
  margin-top: 65px;
}

.container-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-68 {
  width: 50%;
  max-width: 50%;
  padding: 20px;
}

.rich-text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #6b6969;
  font-size: 16px;
}

.rich-text-block-3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #6b6969;
  font-size: 16px;
}

.div-block-69 {
  width: 50%;
  max-width: 50%;
  margin-top: 0px;
  padding: 20px;
}

.grid-5 {
  margin-top: 11px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-15 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.heading-37 {
  font-family: Montserrat, sans-serif;
  font-size: 84px;
  font-weight: 900;
  text-decoration: line-through;
}

.container-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-38 {
  margin-left: 50px;
  font-family: Montserrat, sans-serif;
  color: #e71a80;
  font-size: 100px;
  font-weight: 900;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-71 {
  margin-top: 28px;
}

.link-block-4 {
  padding: 46px;
  border-radius: 500px;
  background-color: #e71a80;
  background-image: linear-gradient(187deg, #e71a80, #6952a5);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
}

.link-block-4:hover {
  -webkit-transform: translate(0px, -14px);
  -ms-transform: translate(0px, -14px);
  transform: translate(0px, -14px);
}

.text-block-27 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.div-block-72 {
  margin-top: 45px;
}

.text-block-28 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.div-block-73 {
  margin-top: 28px;
}

.div-block-74 {
  width: 85%;
  height: 10px;
  background-image: linear-gradient(110deg, #e71a80, #6952a5);
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
}

.text-block-29 {
  margin-left: 22px;
  text-align: center;
}

.grid-6 {
  margin-top: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-39 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.paragraph-16 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.container-19 {
  margin-top: 44px;
}

.section-18 {
  margin-top: 70px;
  padding-top: 29px;
  padding-bottom: 39px;
  background-color: #d75e6e;
}

.rich-text-block-2-copy {
  font-family: Montserrat, sans-serif;
  color: #fdfdfd;
  font-size: 16px;
}

.section-hero {
  height: 625px;
  max-height: 625px;
  background-color: #e71c30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 28, 48, 0.57)), to(rgba(231, 28, 48, 0.57))), url('../images/pexels-jesus-arias-4401538.jpg');
  background-image: linear-gradient(180deg, rgba(231, 28, 48, 0.57), rgba(231, 28, 48, 0.57)), url('../images/pexels-jesus-arias-4401538.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-40 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.image-52 {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contendor-general {
  display: block;
  height: 100%;
  max-width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-41 {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  color: #096ecb;
  font-size: 38px;
  text-align: center;
}

.grid-7 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-53 {
  width: 75px;
}

.titulo-targetas-negro {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 2px solid #e71c30;
  border-radius: 10px;
  background-color: #096ecb;
  box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.24);
}

.section-19 {
  margin-bottom: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-79 {
  margin-bottom: 0px;
  padding: 15px;
}

.parafos {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

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

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

.paragraph-20 {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

.heading-43 {
  margin-bottom: 27px;
  text-align: center;
}

.grid-8 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-19-copy {
  margin-top: 50px;
  margin-bottom: 32px;
  padding-top: 67px;
  padding-bottom: 67px;
  background-color: #096ecb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096ecb), to(#10279b));
  background-image: linear-gradient(180deg, #096ecb, #10279b);
}

.heading-41-copy {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 38px;
  text-align: center;
}

.div-block-78-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 31px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 2px solid #e71c30;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.24);
}

.titulo-targetas-negro-copy {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.parafos-copy {
  font-family: Montserrat, sans-serif;
  color: #096ecb;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-81 {
  width: 40%;
}

.text-block-30 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.div-block-82 {
  padding-right: 10%;
  padding-left: 10%;
}

.button-7 {
  border-radius: 20px;
  background-color: #e71c30;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-59-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-26-copy {
  height: 100px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #096ecb;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0px;
}

.heading-26-copy._2 {
  margin-top: 25px;
  color: #fff;
}

.div-block-83 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.head-acabados {
  margin-top: 5px;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  color: #0e3453;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
}

.section-way {
  padding-top: 82px;
  padding-bottom: 82px;
}

.image-54 {
  width: 70px;
  margin-bottom: 11px;
}

.heading-44 {
  font-family: Montserrat, sans-serif;
  color: #096ecb;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-8 {
  width: 250px;
  margin-bottom: 27px;
  background-color: #096ecb;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 19px;
  padding: 14px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #096ecb;
  text-decoration: none;
}

.image-55 {
  width: 20px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.text-block-31 {
  margin-left: 7px;
  color: #fff;
}

.image-56 {
  width: 20px;
  margin-right: 12px;
  font-size: 26px;
}

.div-block-84 {
  position: absolute;
  left: -286px;
  bottom: 5px;
  width: 275px;
  padding: 12px 7px;
  border-radius: 20px;
  background-color: #53bb6e;
}

.text-block-32 {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.titulo-principal {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 52px;
}

.titulo-secundario-negro {
  font-family: Montserrat, sans-serif;
  color: #096ecb;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
}

.subtitulos-rojo {
  height: 60px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #e71c30;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.subtitulos-rojo._2 {
  margin-top: 25px;
  color: #e71c30;
  font-size: 20px;
}

.image-57 {
  width: 80px;
}

.container-22 {
  overflow: visible;
  max-width: 1200px;
}

.content-icon-blanco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.blue-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 175px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.blue-box.transparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 28px 0px;
  padding: 30px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-bottom-width: 4px;
  border-bottom-color: #096ecb;
  border-radius: 20px;
  background-color: #096ecb;
  background-image: linear-gradient(204deg, #e71c30, #da3b3e);
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 1000ms ease, -webkit-transform 800ms ease;
  transition: background-color 1000ms ease, -webkit-transform 800ms ease;
  transition: transform 800ms ease, background-color 1000ms ease;
  transition: transform 800ms ease, background-color 1000ms ease, -webkit-transform 800ms ease;
}

.blue-box.transparent:hover {
  background-color: #e71c30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#096ecb), to(#096ecb));
  background-image: linear-gradient(180deg, #096ecb, #096ecb);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.blue-box.transparent.elect {
  height: auto;
  max-height: none;
  padding-top: 43px;
  padding-bottom: 43px;
  border-radius: 20px;
  background-image: none;
}

.blue-box.transparent.plagas {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.blue-box._2 {
  width: 14em;
  height: 14em;
  margin: 15px 0px;
  padding-top: 29px;
  border: 1px none #000;
  border-radius: 1000px;
  background-color: transparent;
  box-shadow: none;
}

.blue-box._2.plagas {
  height: 10em;
}

.blue-box.sanit {
  height: auto;
}

.blue-box.elect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  box-shadow: none;
}

.blue-box.plagas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  box-shadow: none;
}

.icon-blanco-areas {
  width: 70px;
  height: auto;
}

.icon-blanco-areas._2 {
  width: 70px;
}

.subtitulos-blanco {
  height: auto;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.subtitulos-blanco._2 {
  margin-top: 25px;
  color: #e71c30;
  font-size: 20px;
}

.hero-electricidad {
  padding-top: 140px;
  padding-bottom: 120px;
  background-image: linear-gradient(357deg, #e71c30, rgba(14, 14, 14, 0.44)), url('../images/02nuev.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.grid-9 {
  width: 100%;
  margin-top: 53px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.columns-5 {
  margin-top: 52px;
}

.div-block-52-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contenedor-cta {
  overflow: visible;
  max-width: 1200px;
}

.section-cta {
  padding-top: 47px;
  padding-bottom: 34px;
}

.div-block-86 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sanitizacion-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: transparent;
  box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.2);
}

.heading-45 {
  font-family: Dronerangerpro, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 74px;
  text-align: center;
}

.link-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 46px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
}

.text-block-2-copy {
  color: #074980;
  font-size: 26px;
}

.container-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-58 {
  width: 26px;
  margin-right: 0px;
}

.image-59 {
  width: 250px;
  margin-right: 0px;
  margin-bottom: 23px;
}

.container-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 1200px;
  padding-top: 151px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-2 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 52, 83, 0.53)), to(rgba(14, 52, 83, 0.53))), url('../images/62ccf0ad722cb03cc26442ef_pexels-sora-shimazaki-5669619-1.webp');
  background-image: linear-gradient(180deg, rgba(14, 52, 83, 0.53), rgba(14, 52, 83, 0.53)), url('../images/62ccf0ad722cb03cc26442ef_pexels-sora-shimazaki-5669619-1.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-87 {
  margin-right: auto;
}

.div-block-88 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-20 {
  background-color: hsla(0, 0%, 90.6%, 0.55);
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.09);
}

.container-26 {
  max-width: 1200px;
  padding-top: 99px;
  padding-bottom: 99px;
}

.heading-46 {
  margin-top: 0px;
  margin-bottom: 55px;
  padding-bottom: 0px;
  font-family: Dronerangerpro, sans-serif;
  color: #0e3453;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}

.heading-47 {
  font-family: Dronerangerpro, sans-serif;
  color: #074980;
  font-weight: 400;
  text-align: center;
}

.paragraph-21 {
  height: 85px;
  color: #fff;
}

.div-block-91 {
  padding-right: 22px;
}

.heading-48 {
  font-family: Dronerangerpro, sans-serif;
  color: #fff;
  font-weight: 400;
}

.div-block-92 {
  display: -ms-grid;
  display: grid;
  width: 70%;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-21 {
  background-color: #0e3453;
}

.container-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-top: 138px;
  padding-bottom: 138px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph2 {
  width: 50%;
  color: #fff;
  text-align: center;
}

.heading-2-copy {
  margin-top: 0px;
  margin-bottom: 23px;
  padding-bottom: 0px;
  font-family: Dronerangerpro, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}

.heading-49 {
  font-family: Dronerangerpro, sans-serif;
  color: #fff;
  font-size: 92px;
  line-height: 100px;
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 39px;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  text-decoration: none;
}

.text-block-33 {
  margin-bottom: 32px;
  font-family: Dronerangerpro, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-top: 107px;
  padding-bottom: 107px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-34 {
  color: #fff;
  font-size: 26px;
}

.div-block-96 {
  max-width: 80%;
  padding: 82px;
  border-radius: 20px;
  background-color: #074980;
}

.container-29 {
  max-width: 1200px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.text-block-35 {
  font-family: Dronerangerpro, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.heading-32-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0e3453;
  font-size: 24px;
}

.image-61 {
  width: 250px;
  margin-right: 0px;
}

.image-62 {
  width: 26px;
  margin-right: 13px;
}

.logo-imp {
  width: 500px;
  margin-bottom: 27px;
}

.head-imp {
  margin-bottom: 46px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 64px;
}

.text-block-36 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
}

.hero-imp {
  height: 625px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 21, 126, 0.51)), to(rgba(0, 21, 126, 0.51))), url('../images/Impermeablizacion-de-techos-21.webp');
  background-image: linear-gradient(180deg, rgba(0, 21, 126, 0.51), rgba(0, 21, 126, 0.51)), url('../images/Impermeablizacion-de-techos-21.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-97 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 625px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-imp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 57px 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #096ecb;
  border-radius: 10px;
}

.div-block-98 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section2-imp {
  padding-top: 82px;
  padding-bottom: 82px;
  background-color: #f3f3f3;
}

.titulo2-imp {
  margin-bottom: 32px;
  color: #096ecb;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}

.head-acabadosblanco {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  color: #e71c30;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
}

.div-block-99 {
  width: 80%;
  margin-top: -76px;
  padding-top: 39px;
  padding-bottom: 39px;
  border-radius: 20px;
  background-color: #a8a8a8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 66%, 0.94)), to(hsla(0, 0%, 66%, 0.94))), url('../images/01-nuev.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 66%, 0.94), hsla(0, 0%, 66%, 0.94)), url('../images/01-nuev.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.head-acabados-copy {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0e3453;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.image-63 {
  width: 40%;
}

.areadeservicio-electricidad {
  margin-bottom: 53px;
  padding-top: 49px;
  padding-bottom: 49px;
  background-color: #dadada;
}

.elec-card-serv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-100 {
  width: 80px;
  height: 80px;
  min-height: 80px;
}

@media screen and (min-width: 1280px) {
  .body {
    margin-bottom: auto;
  }

  .navbar {
    border: 1px none #000;
    background-color: hsla(0, 0%, 86.7%, 0);
    text-decoration: none;
  }

  .image-5 {
    padding-bottom: 4em;
  }

  .heading-15 {
    color: #fff;
  }

  .paragraph-3 {
    padding-right: 244px;
    color: #fff;
  }

  .item-menu {
    color: #fff;
  }

  .div-block-7 {
    display: block;
    overflow: visible;
  }

  .boton-footer {
    border-radius: 10px;
    background-color: #ff782a;
  }

  .div-block-8 {
    overflow: visible;
  }

  .ej-menu-desplegable {
    max-width: 50%;
    margin: 65px auto 384px;
  }

  .dropdown-wraper {
    max-width: none;
    padding-right: 1em;
    cursor: pointer;
  }

  .dropdown-content {
    position: absolute;
    overflow: hidden;
    width: 50%;
    max-width: none;
    background-color: #7e7d7d;
  }

  .dropdown-link {
    display: block;
    padding: 30px;
    text-decoration: none;
  }

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

  .button-4 {
    background-color: #7525da;
  }

  .button-5 {
    background-color: #5079c2;
  }

  .frosted-glass {
    background-color: rgba(0, 0, 0, 0.55);
  }

  .hero-section.centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .white-box.transparent {
    border-bottom: 5px solid #096ecb;
  }

  .background-video {
    width: 100%;
    height: 30em;
    margin-right: auto;
    margin-left: auto;
  }

  .background-video-2 {
    width: 100%;
  }

  .text-block-22-copy {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
  }

  .blue-box.transparent {
    border-bottom: 5px solid #096ecb;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section.centered {
    height: 600px;
    padding-top: 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 28, 48, 0.68)), to(rgba(231, 28, 48, 0.68))), url('../images/pexels-thirdman-8482824.webp');
    background-image: linear-gradient(180deg, rgba(231, 28, 48, 0.68), rgba(231, 28, 48, 0.68)), url('../images/pexels-thirdman-8482824.webp');
    background-position: 0px 0px, 50% 50%;
  }

  .hero-heading {
    font-size: 56px;
  }

  .section-subheading.center.elect {
    color: #424242;
    font-size: 24px;
  }

  .section-11.elec {
    padding-top: 114px;
    padding-bottom: 149px;
  }

  .section-title-group.elect {
    margin-bottom: 59px;
  }

  .section-heading.centered.elect {
    width: 100%;
    color: #424242;
    font-size: 48px;
  }

  .section-heading.centered-copy.elect {
    width: 100%;
    color: #424242;
    font-size: 48px;
  }

  .burbuja-flotante {
    box-shadow: none;
  }

  .container-13 {
    left: 337px;
  }

  .image-50 {
    width: 1920px;
  }

  .image-51 {
    width: 1920px;
  }

  .contendor-general {
    max-width: 80%;
  }

  .paragraph-20 {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-8 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-19-copy {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading {
    line-height: 52px;
  }

  .div-block-22.elect {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-45 {
    font-size: 48px;
  }

  .container-24 {
    max-width: 90%;
  }

  .container-25 {
    height: auto;
    max-width: 90%;
  }

  .div-block-88 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-89 {
    padding-right: 11px;
    padding-left: 11px;
  }

  .container-26 {
    max-width: 90%;
  }

  .heading-47 {
    height: 55px;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-47._2 {
    height: 90px;
  }

  .div-block-92 {
    width: 100%;
  }

  .container-27 {
    max-width: 90%;
  }

  .heading-49 {
    font-size: 72px;
  }

  .container-28 {
    max-width: 90%;
  }

  .div-block-96 {
    max-width: 100%;
  }

  .head-imp {
    font-size: 52px;
  }

  .div-block-98 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .collection-item {
    grid-row-gap: 43px;
    -ms-grid-rows: 272px 0px;
    grid-template-rows: 272px 0px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .blue-box {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    display: block;
    height: 400px;
    margin: 5px 5px 0px;
    border-radius: 8px;
    background-image: url('../images/OB_V3_10-JUNIO-2020-iRB.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .logo-hero {
    position: static;
    padding-top: 295px;
    border-radius: 8px;
  }

  .intro-text {
    margin: 0px auto 5px;
    padding: 30px 20px;
    border: 1px none #000;
    border-radius: 8px;
    background-color: #fff;
  }

  .body {
    background-color: #ececec;
  }

  .footer {
    display: block;
    height: auto;
    margin: 5px;
    padding: 35px 25px;
    border-radius: 8px;
    background-color: #000;
  }

  .boton {
    background-color: #89be4c;
    font-weight: 700;
  }

  .boton-verde {
    position: static;
    display: block;
    width: 275px;
    height: 45px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px;
    float: none;
    border-radius: 8px;
    background-color: #96bb37;
    text-decoration: none;
  }

  .heading {
    font-family: 'Fira Sans', sans-serif;
    color: #fffcfc;
    font-size: 18px;
  }

  .heading-2 {
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }

  .heading-3 {
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-size: 18px;
  }

  .heading-4 {
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
  }

  .heading-5 {
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
  }

  .link {
    display: block;
    margin-top: 5px;
    float: none;
    clear: both;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
  }

  .link-2 {
    display: block;
    margin-top: 5px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
  }

  .link-3 {
    display: block;
    margin-top: 5px;
    font-family: 'Fira Sans', sans-serif;
    color: #96bb37;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1px;
  }

  .paragraph {
    margin-right: 20px;
    margin-left: 20px;
    font-family: 'Fira Sans', sans-serif;
    color: #424242;
    font-size: 18px;
    font-weight: 200;
  }

  .image {
    float: left;
  }

  .text-block {
    width: 300px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .logo-whatsapp {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    clear: both;
  }

  .texto-boton-verde {
    padding-top: 3px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }

  .paragraph-2 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    font-family: 'Fira Sans', sans-serif;
    color: #424242;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
  }

  .cta {
    height: 225px;
    border-radius: 8px;
    background-color: #fff;
  }

  .heading-6 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
  }

  .heading-7 {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 30px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 28px;
  }

  .heading-8 {
    margin-right: 20px;
    margin-left: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 25px;
    line-height: 32px;
  }

  .columns {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-2 {
    margin-left: 0px;
  }

  .image-3 {
    margin-left: 10px;
  }

  .heading-9 {
    margin-bottom: 0px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 40px;
    text-align: center;
  }

  .heading-10 {
    margin-bottom: 0px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 40px;
    text-align: center;
  }

  .heading-11 {
    margin-bottom: 0px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 40px;
    text-align: center;
  }

  .heading-12 {
    margin-top: 0px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .heading-13 {
    margin-top: 0px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
  }

  .heading-14 {
    margin-top: 0px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    text-align: center;
  }

  .section {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
  }

  .section-2 {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
  }

  .image-4 {
    margin-left: 30px;
    padding-left: 0px;
  }

  .column {
    padding-right: 8px;
    padding-left: 8px;
  }

  .column-2 {
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
  }

  .column-3 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .column-4 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .column-5 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .column-6 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .column-7 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .button {
    width: 100%;
    max-width: 100%;
  }

  .header {
    display: block;
    padding-bottom: 65px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #002aff;
  }

  .image-5 {
    display: block;
    padding-bottom: 0em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns-2 {
    display: block;
  }

  .paragraph-3 {
    padding-right: 0px;
  }

  .item-menu {
    background-color: rgba(0, 0, 0, 0.73);
    color: #fff;
  }

  .lottie-animation {
    margin-top: 30px;
  }

  .columns-3 {
    display: block;
    margin-top: 90px;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-10 {
    display: block;
  }

  .column-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-6 {
    margin-right: 0px;
  }

  .container-2 {
    max-width: 90%;
  }

  .section-cms {
    margin-top: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-3 {
    max-width: 90%;
    margin-top: 0px;
  }

  .collection-item {
    margin-bottom: 39px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      "."
      "."
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px 0px 0px auto 0px auto;
    grid-template-rows: auto 0px auto auto;
  }

  .frist-project-details {
    padding: 9px 9px 64px;
  }

  .container-4 {
    max-width: 90%;
    padding: 20px 5px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .container-5 {
    max-width: 90%;
  }

  .paragraph-9 {
    max-width: 100%;
  }

  .image-9 {
    display: block;
  }

  .field-form {
    border-style: solid;
    border-width: 1px;
    border-color: #a8a8a8;
  }

  .text-field-4 {
    border-style: solid;
    border-width: 1px;
    border-color: #a8a8a8;
  }

  .text-form {
    color: #fff;
  }

  .menu-button {
    background-color: rgba(216, 214, 214, 0);
    color: #fff;
  }

  .menu-button:hover {
    color: #fff;
  }

  .menu-button:active {
    color: #fff;
  }

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

  .nav-menu {
    background-color: #000;
  }

  .section-6 {
    margin-top: 24px;
  }

  .deading-title {
    margin-top: -55px;
  }

  .project-main-img {
    height: 15em;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    margin-top: 75px;
  }

  .text-block-19 {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-13 {
    height: auto;
  }

  .container-7 {
    max-width: 90%;
  }

  .container-8 {
    max-width: 90%;
  }

  .collection-list-wrapper-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-section.centered {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    padding: 135px 3% 37px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(151deg, rgba(231, 28, 48, 0.84), hsla(0, 0%, 100%, 0.44)), url('../images/pexels-michelangelo-buonarroti-4176417.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .hero-section.centered.plagas {
    height: auto;
    padding-top: 120px;
    padding-bottom: 75px;
    background-position: 0px 0px, 20% 50%;
  }

  .container-9 {
    max-width: 90%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-9.elec {
    padding-top: 17px;
  }

  .image-15 {
    width: 90%;
    margin-bottom: 12px;
  }

  .hero-heading {
    width: 100%;
    margin-top: 31px;
    margin-bottom: 45px;
    padding-left: 0vw;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
  }

  .hero-heading.elect {
    width: auto;
    max-width: none;
    margin-top: 13px;
    margin-bottom: 0px;
    padding-left: 0vw;
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0px;
  }

  .hero-heading.plagas {
    font-size: 40px;
  }

  .heading-24 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    font-family: 'Fa solid 900', sans-serif;
    color: #fff;
    font-size: 24px;
  }

  .heading-25 {
    height: auto;
    font-family: Montserrat, sans-serif;
    color: #096ecb;
    font-weight: 700;
    letter-spacing: normal;
  }

  .heading-25._2 {
    font-size: 20px;
  }

  .subtitulo-negro {
    height: 80px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #096ecb;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
  }

  .subtitulo-negro._2 {
    height: auto;
    font-size: 20px;
  }

  .image-16 {
    width: 80px;
  }

  .image-16._2 {
    width: 50px;
  }

  .heading-27 {
    font-family: Montserrat, sans-serif;
    color: #096ecb;
    font-weight: 700;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-subheading.center.elect {
    font-size: 18px;
  }

  .content-icon-plagas {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .white-box {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
  }

  .white-box.transparent {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 40px 10px;
    background-color: #e71c30;
    background-image: none;
    -webkit-transition: background-color 1000ms ease, -webkit-transform 800ms ease;
    transition: background-color 1000ms ease, -webkit-transform 800ms ease;
    transition: transform 800ms ease, background-color 1000ms ease;
    transition: transform 800ms ease, background-color 1000ms ease, -webkit-transform 800ms ease;
  }

  .white-box.transparent:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#096ecb), to(#096ecb));
    background-image: linear-gradient(180deg, #096ecb, #096ecb);
    -webkit-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }

  .white-box.transparent.elect {
    height: auto;
    padding-right: 7px;
    padding-left: 7px;
    background-color: #096ecb;
  }

  .white-box._2 {
    width: auto;
    height: 30ch;
    padding-top: 0px;
    border: 1px none #000;
    box-shadow: none;
  }

  .white-box._2.plagas {
    height: 12em;
    margin-right: 0px;
    margin-left: 0px;
  }

  .white-box.sanit {
    height: auto;
  }

  .white-box.sanit._3 {
    width: auto;
    height: 15em;
  }

  .white-box.elect {
    height: 12em;
  }

  .white-box.plagas {
    width: 100%;
    height: 10em;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-11 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-11.accent {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section-11.accent.elec {
    padding-top: 54px;
    padding-bottom: 0px;
  }

  .section-11.section2 {
    margin-bottom: 0px;
  }

  .section-11.elec {
    padding-top: 34px;
    padding-bottom: 8px;
  }

  .section-title-group.elect {
    padding-right: 0%;
    padding-left: 0%;
  }

  .section-title-group.plagas {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .section-heading.centered {
    width: 90%;
    height: auto;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
  }

  .section-heading.centered.white.elect {
    margin-bottom: 14px;
  }

  .section-heading.centered.elect {
    font-size: 27px;
  }

  .section-heading.centered-copy {
    width: 90%;
    margin-bottom: 0px;
  }

  .section-heading.centered-copy.white.elect {
    margin-bottom: 14px;
  }

  .section-heading.centered-copy.elect {
    font-size: 27px;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-17.plagas {
    width: 90%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .white-text {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
  }

  .div-block-22 {
    width: 90%;
    padding-right: 0%;
    padding-left: 0%;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-22.elect {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-52 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 0%;
  }

  .heading-28 {
    margin-top: 0px;
    line-height: 30px;
    text-align: center;
  }

  .div-block-53 {
    width: 90%;
    max-width: 90%;
    margin-top: 13px;
  }

  .div-block-54 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-13 {
    font-size: 16px;
    text-align: center;
  }

  .burbuja-flotante {
    left: auto;
    top: auto;
    right: -3%;
    bottom: 8%;
    z-index: 99;
    display: block;
    margin-right: 80px;
    margin-bottom: 20px;
    padding: 0px 2px 0px 0px;
    background-color: #53bb6e;
  }

  .div-block-50 {
    left: 99%;
    top: 4px;
    right: 0%;
    bottom: 0%;
    background-color: #58d679;
  }

  .link-redes {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-38 {
    position: absolute;
    left: auto;
    top: 15px;
    right: auto;
    bottom: auto;
  }

  .div-block-51 {
    display: none;
    margin-right: 0px;
    margin-left: -243px;
  }

  .section-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .embed-mobile {
    display: none;
    overflow: hidden;
  }

  .html-embed {
    display: none;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
  }

  .background-video-2 {
    width: 100%;
    height: 20em;
    max-height: 50%;
    max-width: 100%;
    min-height: 50%;
  }

  .div-block-55 {
    top: 658px;
    z-index: 50;
    margin-top: 1px;
  }

  .html-embed-2 {
    height: 100%;
    max-height: 100%;
  }

  .form-block {
    width: 100%;
  }

  .submit-button-4 {
    border-radius: 20px;
  }

  .form {
    width: 100%;
    max-width: 100%;
  }

  .image-39 {
    margin-top: -62px;
    margin-left: -323px;
  }

  .div-block-57 {
    width: 100%;
  }

  .div-block-58 {
    width: 100%;
    margin-top: 0px;
  }

  .container-11 {
    max-width: 90%;
  }

  .container-11.plagas {
    max-width: 90%;
  }

  .titulo-section.oterfondo {
    margin-bottom: 10px;
  }

  .image-40 {
    width: 70px;
    margin-bottom: 9px;
  }

  .div-block-59 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-60 {
    margin-top: 47px;
    padding: 0px 2%;
  }

  .section-specialist {
    padding-top: 42px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-29 {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
  }

  .text-block-22 {
    width: 90%;
    margin-top: 27px;
    margin-right: auto;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
  }

  .image-41 {
    margin-bottom: 0px;
  }

  .image-41.plagas {
    margin-bottom: -5px;
  }

  .div-block-59-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-59-copy.plagas {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-22-copy {
    width: 90%;
    margin-top: 27px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-22-copy.plagas {
    width: 80%;
  }

  .section-11-copy {
    margin-bottom: 0px;
    padding-top: 51px;
    padding-bottom: 40px;
  }

  .section-11-copy.accent {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section-11-copy.section2 {
    margin-bottom: 0px;
  }

  .section-13 {
    background-color: #f3f1f1;
  }

  .grid-4 {
    width: 100%;
    max-width: 100%;
  }

  .grid-4.plagas {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-12 {
    max-width: 90%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-62 {
    display: none;
  }

  .cont-elect {
    overflow: hidden;
    max-width: 90%;
  }

  .div-block-63 {
    position: static;
    left: 33%;
    top: -42px;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-63.vasquez {
    display: none;
    padding-top: 10px;
    padding-right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .heading-32 {
    font-size: 18px;
  }

  .link-block-3 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .link-block-3.heartbeat.azul {
    right: 2%;
    width: auto;
    padding: 16px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #096ecb;
  }

  .link-block-3.heartbeat-copy.azul {
    right: 2%;
    width: auto;
    padding: 16px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #fff;
  }

  .telefono {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .telefono.plagas {
    margin-top: 0px;
  }

  .heading-33 {
    font-size: 18px;
  }

  .plagas {
    font-size: 16px;
  }

  .section-15 {
    margin-top: 11px;
    margin-bottom: 0px;
    padding-bottom: 93px;
  }

  .container-15 {
    margin-top: 28px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .heading-36 {
    font-size: 27px;
    line-height: 27px;
  }

  .heading-36._2 {
    color: #0e0e0e;
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    text-align: center;
  }

  .heading-36._3 {
    font-size: 32px;
  }

  .div-block-67 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-span {
    color: #000;
    font-weight: 900;
  }

  .container-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-68 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-69 {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-37 {
    font-size: 60px;
  }

  .container-18 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .heading-38 {
    margin-left: 28px;
    font-size: 60px;
  }

  .link-block-4 {
    padding: 15px;
    border-radius: 40px;
  }

  .text-block-27 {
    font-size: 27px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
  }

  .text-block-28 {
    text-align: center;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-19 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-76 {
    display: block;
  }

  .container-20 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .italic-text {
    color: #e71a80;
  }

  .italic-text-2 {
    color: #e71a80;
  }

  .italic-text-3 {
    color: #e71a80;
  }

  .italic-text-4 {
    color: #e71a80;
  }

  .bold-text {
    color: #e71a80;
  }

  .section-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 28, 48, 0.48)), to(rgba(231, 28, 48, 0.48))), url('../images/pexels-jesus-arias-4401538.jpg');
    background-image: linear-gradient(180deg, rgba(231, 28, 48, 0.48), rgba(231, 28, 48, 0.48)), url('../images/pexels-jesus-arias-4401538.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .contendor-general {
    max-width: 95%;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-19 {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .div-block-79 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-20 {
    max-width: 100%;
  }

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-19-copy {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 56px;
  }

  .titulo-targetas-negro-copy {
    font-size: 24px;
  }

  .div-block-81 {
    width: 20%;
  }

  .text-block-30 {
    line-height: 26px;
  }

  .div-block-82 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .button-7 {
    margin-top: 12px;
  }

  .div-block-59-copy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-26-copy {
    height: auto;
    font-family: Montserrat, sans-serif;
    color: #096ecb;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
  }

  .div-block-83 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .head-acabados {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }

  .container-21 {
    max-width: 90%;
  }

  .heading-44 {
    color: #096ecb;
    font-size: 20px;
  }

  .link-block-5 {
    margin-bottom: 31px;
  }

  .div-block-84 {
    position: absolute;
    left: -275%;
    top: 12%;
    right: 0px;
    bottom: auto;
    width: 175px;
    padding: 7px 10px;
    border-radius: 20px;
    background-color: #58d679;
  }

  .text-block-32 {
    color: #fff;
    font-size: 16px;
    text-align: center;
  }

  .titulo-principal {
    font-size: 48px;
    line-height: 52px;
    text-align: center;
  }

  .titulo-secundario-negro {
    font-size: 32px;
  }

  .subtitulos-rojo {
    height: auto;
    font-family: Montserrat, sans-serif;
    color: #096ecb;
    font-weight: 700;
  }

  .image-57 {
    width: 60px;
  }

  .div-block-85 {
    margin-top: 34px;
  }

  .content-icon-blanco {
    width: 90px;
    height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blue-box {
    height: 12em;
  }

  .blue-box.transparent {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 40px 10px;
    background-color: #e71c30;
    background-image: none;
    -webkit-transition: background-color 1000ms ease, -webkit-transform 800ms ease;
    transition: background-color 1000ms ease, -webkit-transform 800ms ease;
    transition: transform 800ms ease, background-color 1000ms ease;
    transition: transform 800ms ease, background-color 1000ms ease, -webkit-transform 800ms ease;
  }

  .blue-box.transparent:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#096ecb), to(#096ecb));
    background-image: linear-gradient(180deg, #096ecb, #096ecb);
    -webkit-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }

  .blue-box.transparent.elect {
    height: auto;
    background-color: #096ecb;
  }

  .blue-box._2 {
    width: 16em;
    height: 16em;
    border: 1px none #000;
    box-shadow: none;
  }

  .blue-box._2.plagas {
    height: 12em;
    margin-right: 0px;
    margin-left: 0px;
  }

  .blue-box.sanit {
    height: auto;
  }

  .blue-box.sanit._3 {
    width: auto;
    height: 15em;
  }

  .blue-box.plagas {
    width: 100%;
    height: 10em;
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-blanco-areas {
    width: 70px;
  }

  .icon-blanco-areas._2 {
    width: 90px;
  }

  .subtitulos-blanco {
    height: auto;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 700;
  }

  .hero-electricidad {
    background-image: linear-gradient(357deg, rgba(231, 28, 48, 0.72), rgba(14, 14, 14, 0.44)), url('../images/02nuev.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .container-23 {
    max-width: 90%;
  }

  .grid-9 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-52-copy {
    margin-top: 24px;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .llamanos-f-rojo {
    margin-top: 34px;
  }

  .div-block-86 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sanitizacion-icon {
    width: 70px;
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-45 {
    font-size: 36px;
    line-height: 44px;
  }

  .link-block-copy {
    padding-right: 29px;
    padding-left: 29px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-2-copy {
    font-size: 22px;
  }

  .container-24 {
    max-width: 95%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-25 {
    padding-top: 54px;
    padding-bottom: 83px;
  }

  .hero-2 {
    height: auto;
  }

  .div-block-87 {
    width: 50%;
    margin-right: auto;
    padding-right: 12px;
  }

  .div-block-88 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-60 {
    height: 100%;
  }

  .div-block-89 {
    height: 20em;
  }

  .container-26 {
    padding-top: 72px;
  }

  .div-block-90 {
    height: 70px;
  }

  .heading-46 {
    color: #0e3453;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-47 {
    height: auto;
  }

  .heading-47._2 {
    height: auto;
  }

  .div-block-92 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-21 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-27 {
    padding-bottom: 64px;
  }

  .paragraph2 {
    width: 100%;
  }

  .div-block-94 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .text-block-33 {
    font-size: 32px;
  }

  .div-block-95 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-28 {
    padding-bottom: 43px;
  }

  .div-block-96 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading-32-copy {
    color: #0e3453;
    font-size: 22px;
  }

  .logo-imp {
    width: 90%;
    margin-bottom: 12px;
  }

  .head-imp {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .text-block-36 {
    line-height: 28px;
    text-align: center;
  }

  .hero-imp {
    height: 500px;
    padding-top: 46px;
  }

  .div-block-97 {
    height: 500px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .box-imp {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-98 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .head-acabadosblanco {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .div-block-99 {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .head-acabados-copy {
    margin-bottom: 22px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .image-63 {
    width: 100%;
  }
}

#w-node-_0107bbd8-7577-9313-3d92-e0c25d953c4e-2467caf8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_52b03baa-f0ea-efa1-7591-ddeef09f74e2-4d0894a4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52b03baa-f0ea-efa1-7591-ddeef09f74e7-4d0894a4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52b03baa-f0ea-efa1-7591-ddeef09f74ec-4d0894a4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52b03baa-f0ea-efa1-7591-ddeef09f74f1-4d0894a4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52b03baa-f0ea-efa1-7591-ddeef09f74f6-4d0894a4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52b03baa-f0ea-efa1-7591-ddeef09f74fb-4d0894a4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_90506063-cc71-3afb-94e0-ddd8027d1a90-4d0894a4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_90506063-cc71-3afb-94e0-ddd8027d1a99-4d0894a4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_90506063-cc71-3afb-94e0-ddd8027d1aa2-4d0894a4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_90506063-cc71-3afb-94e0-ddd8027d1aab-4d0894a4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0107bbd8-7577-9313-3d92-e0c25d953c4e-fceb5162 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-e109d00d-4e7e-b852-ab19-2937e72e699d-0467caed {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_7873943a-2443-45f4-13e5-3d763de5d7d3-0467caed {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e109d00d-4e7e-b852-ab19-2937e72e699d-0467caed {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7873943a-2443-45f4-13e5-3d763de5d7d3-0467caed {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8ac72356-a4af-88e6-436d-b1e8bd064dba-2467caf6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_77cc4a62-4f7a-2ffd-ec96-831cc67f9e2a-2467caf6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_77cc4a62-4f7a-2ffd-ec96-831cc67f9e2a-2467caf8 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_1e5da561-6c09-afe9-76f9-f82ce210cea9-aa67caf9 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_6d0fe8ea-da9d-f48b-3f8d-ebd5bd241910-aa67caf9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_77cc4a62-4f7a-2ffd-ec96-831cc67f9e2a-fceb5162 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_0107bbd8-7577-9313-3d92-e0c25d953c4e-fceb5162 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dronerangerpro';
  src: url('../fonts/DroneRangerPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}