:root {
  --black: black;
  --white: white;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #3a4566;
  position: relative;
}

.button.cc-contact-us:hover {
  background-color: #5672c9;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #e9f2ff00;
  background-image: linear-gradient(#eff5ff5c, #fff0);
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 115px;
  padding: 19px 50px;
  display: flex;
}

.navigation._2 {
  background-image: linear-gradient(#8eaac7, #8eaac7), linear-gradient(#eff5ff5c, #fff0);
}

.navigation-item {
  opacity: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 17px 9px 22px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.main-menu-drop-link {
  opacity: .81;
  background-color: #f8fcff;
  border-radius: 11px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}

.section-a-main {
  background-image: linear-gradient(to top, #04161f7a, #fff0), url('../images/MAIN-BG.jpg');
  background-position: 0 0, 0 38%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 518px;
  margin-top: -115px;
  padding-top: 82px;
  display: flex;
}

.dropdown {
  font-size: 16px;
}

.icon {
  margin-right: 0;
}

.dropdown-1 {
  margin-left: 0;
}

.dropdown-1._1 {
  margin-left: -16px;
}

.body {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: fill;
  background-color: #213a4d;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.main-slogan {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 297%;
  font-weight: 900;
  line-height: 63px;
}

.main-slogan.sub {
  font-size: 150%;
  font-weight: 400;
  line-height: 43px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66%;
  display: flex;
}

.section-b-main {
  background-color: #f3ffff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

.grid {
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: stretch;
  place-items: center;
}

.main-popular-div {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #606060;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 416px;
  height: 77px;
  transition: all .2s;
  display: flex;
}

.main-popular-div:hover {
  transform: scale(1.04);
}

.main-popular-div._2 {
  background-image: linear-gradient(to top, #173660db, #fff0), url('../images/Suavizadores-y-Filtros.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-popular-div._1 {
  background-image: linear-gradient(1deg, #245284ba, #fff0), url('../images/Sistemas-de-bombeo.jpg');
  background-position: 0 0, 50% 43%;
  background-size: auto, cover;
  width: 100%;
  text-decoration: none;
}

.main-popular-div._1:hover {
  transform: scale(1.04);
}

.main-popular-div._3 {
  background-image: linear-gradient(357deg, #2b5f84c7, #fff0), url('../images/Sistemas-Contra-Incendio.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-popular-div._4 {
  background-image: linear-gradient(0deg, #324c71d1, #fff0), url('../images/Calentador-Solar_New_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-popular-div._5 {
  background-image: linear-gradient(356deg, #4877a26e, #fff0), url('../images/Albercas.jpg');
  background-position: 0 0, 50% 51%;
  background-size: auto, 109%;
}

.main-popular-div._6 {
  background-image: linear-gradient(to top, #41709173, #fff0), url('../images/Riego.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-popular-div._7 {
  background-image: linear-gradient(#00000024, #00000024), url('../images/HUMO_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.main-popular-div._8 {
  background-image: url('../images/Piso-Radiante.jpg');
  background-position: 50% 14%;
  background-size: cover;
}

.main-popular-div._9 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Asesoria-tecnica-y-mantenimiento.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.populares-head {
  margin-top: 6px;
  margin-bottom: 37px;
  padding-top: 12px;
  font-size: 30px;
  font-weight: 400;
}

.main-popular-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 900;
}

.dropdown-list {
  background-color: #dddddd1c;
}

.dropdown-list.w--open {
  background-color: #ddd0;
}

.dropdown-link {
  background-color: #dddddd36;
}

.dropdown-link-2 {
  background-color: #dddddd0f;
}

.dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7, .dropdown-link-8 {
  background-color: #ddd0;
}

.section-c-main {
  background-image: linear-gradient(to top, #0d314b 13%, #00142047), url('../images/BG-SEC-C.jpg');
  background-position: 0 0, 50% 39%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

.b-main-button {
  color: #1a1b1f;
  background-color: #3898ec00;
  border: 2px solid #104c68;
  border-radius: 7px;
  margin-top: 13px;
  padding: 0 29px;
  font-weight: 400;
  line-height: 22px;
}

.c-div-main {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80%;
  padding: 18px 23px;
  display: flex;
}

.c-image {
  border-radius: 0%;
  width: 100%;
}

.c-div-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 34%;
  height: 85%;
  margin-left: 33px;
  margin-right: 33px;
  display: flex;
}

.c-div-content.right {
  align-items: flex-end;
}

.c-title {
  color: #fff;
  text-align: left;
  border-bottom: 2px solid #fff;
  width: 100%;
  margin-bottom: 14px;
  padding-bottom: 7px;
  font-size: 26px;
  font-weight: 800;
}

.c-title.right {
  text-align: right;
}

.c-text {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.c-text.right {
  text-align: right;
}

.text-span {
  border-bottom: 1px solid #fff;
}

.section-d-main {
  background-color: #f3ffff;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
}

.section-d-main._2.right {
  background-color: #5a1616;
}

.boton-conocenos {
  color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 14px;
  padding: 2px 41px;
  font-weight: 800;
  transition: all .4s;
}

.boton-conocenos:hover {
  color: #fff;
  background-color: #4f9bdd5e;
  padding-left: 61px;
  padding-right: 61px;
}

.div-image-conocenos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: -393px;
  margin-right: -393px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 24%;
  display: flex;
}

.div-main-d {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.div-main-d.right {
  margin-left: 0;
  margin-right: 0%;
}

.div-main-d.third {
  margin-left: 0%;
}

.section-e-main {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 13%;
  display: flex;
}

.footer-dark {
  background-color: #f3ffff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-dark._2 {
  background-color: #f3ffff;
}

.footer-dark.fire {
  background-color: #fff;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 8px;
  line-height: 16px;
}

.image {
  width: 99px;
}

.image-2 {
  width: 23px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.habla-title {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 3px;
  padding-bottom: 7px;
  font-size: 28px;
  font-weight: 700;
}

.habla-sub {
  color: #c9c9c9;
  font-size: 16px;
}

.habla-sub.mobile {
  display: none;
}

.habla-button {
  color: #213b49;
  cursor: pointer;
  background-color: #dbebf5;
  border-radius: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  transition: all .275s;
}

.habla-button:hover {
  transform: scale(1.1);
}

.suavizadores-img {
  width: 274px;
  margin-bottom: 9px;
  margin-left: 0;
  margin-right: 31px;
  padding-right: 0;
}

.suavizadores-img.right {
  width: 247px;
  margin-left: 39px;
  margin-right: 0;
}

.suavizadores-img._3 {
  width: 180px;
  margin-left: 0;
  margin-right: 49px;
}

.suavizadores-t-tulo {
  color: #0b3652;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
}

.suavizadores-t-tulo.right {
  color: #fff;
  text-align: right;
}

.suavizadores-t-tulo.clientes {
  color: #000;
}

.suavizadores-subt-tulo {
  color: #0a0a0a;
  font-size: 23px;
  font-style: italic;
  font-weight: 500;
}

.suavizadores-subt-tulo._2 {
  clear: none;
  color: #555;
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  display: block;
}

.suavizadores-subt-tulo._2.right {
  color: #ffffffb5;
  font-size: 15px;
}

.suavizadores-subt-tulo.right {
  color: #fff;
  text-align: right;
  font-size: 20px;
}

.div-block-4 {
  max-width: 631px;
}

.div-block-4.right {
  max-width: 623px;
}

.suavizadores-link {
  font-style: italic;
  font-weight: 600;
  transition: all .3s;
}

.suavizadores-link:hover {
  transform: translate(7px);
}

.suavizadores-link.right {
  color: #fff;
  text-align: right;
}

.suavizadores-link.right:hover {
  transform: translate(7px);
}

.section-s {
  background-color: #121925;
  border-top: 5px #000;
  padding: 37px 141px;
}

.grid-2 {
  grid-column-gap: 31px;
  grid-row-gap: 19px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-as-main {
  cursor: pointer;
  background-image: linear-gradient(to top, #222e36ba, #fff0 90%), url('../images/Sistemas-de-bombeo.jpg');
  background-position: 0 0, 0%;
  background-size: auto, 110%;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 107px;
  padding-left: 38px;
  padding-right: 38px;
  transition: all .3s;
  display: flex;
}

.div-as-main:hover {
  transform: scale(1.1);
}

.div-as-main._2 {
  background-image: linear-gradient(to top, #222e36ba, #fff0 90%), url('../images/Sistemas-Contra-Incendio.jpg');
  background-position: 0 0, 50% 73%;
}

.div-as-main._3 {
  background-image: linear-gradient(to top, #222e36ba, #fff0 90%), url('../images/Suavizadores-y-Filtros.jpg');
  background-position: 0 0, 50% 61%;
  background-size: auto, 111%;
}

.div-as-main._4 {
  background-image: linear-gradient(to top, #222e36ba, #fff0 90%), url('../images/Albercas.jpg');
  background-position: 0 0, 50%;
}

.div-as-main._5 {
  background-image: linear-gradient(to top, #222e36ba, #fff0 90%), url('../images/Riego.jpg');
  background-position: 0 0, 50%;
}

.div-as-main._6 {
  background-image: linear-gradient(to top, #222e36ba 27%, #fff0 90%), url('../images/Humo-Alarmas.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
}

.div-as-main._7 {
  background-image: linear-gradient(to top, #222e36ba, #fff0 90%), url('../images/Calentador-Solar.jpg');
  background-position: 0 0, 50%;
}

.div-as-main._8 {
  background-image: linear-gradient(to top, #222e36ba 5%, #fff0), url('../images/Piso-Radiante.jpg');
}

.div-as-main._9 {
  background-image: linear-gradient(to top, #222e36ba 20%, #fff0), url('../images/Asesoria-Técnica-y-mantenimiento.jpg');
  background-position: 0 0, 31%;
  background-size: auto, 146%;
}

.title-catalogue {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
}

.body-2 {
  background-color: #f3ffff;
}

.sec-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 0;
  display: flex;
}

.title-page-catalogue {
  color: #103549;
  font-size: 42px;
  font-weight: 900;
}

.section-2 {
  height: 342px;
  margin-top: -115px;
}

.section-main-photo {
  background-image: linear-gradient(#0000, #1c2531eb), linear-gradient(#ffffffb8 18%, #fff0 38%), url('../images/SISTEMA-DE-BOMBEO_1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 278px;
  margin-top: -115px;
  padding-bottom: 50px;
  padding-left: 21%;
  padding-right: 20%;
  display: flex;
}

.section-main-photo.incendio {
  background-image: linear-gradient(#0000, #1c2531eb), linear-gradient(#ffe9e999 14%, #fff0 47%), url('../images/INCENDIO_0.jpg');
  background-position: 0 0, 0 0, 50% 39%;
}

.section-main-photo.suave {
  background-image: linear-gradient(#0000, #1c2531eb), linear-gradient(#ffffffb8 18%, #fff0 38%), url('../images/Suavizadores-y-Filtros.jpg');
}

.section-main-photo.solee {
  background-image: linear-gradient(#0000, #1c2531d4), linear-gradient(#ffffffb8, #fff0 43% 92%), url('../images/Calentador-Solar_New_1.jpg');
  background-position: 0 0, 0 0, 50%;
}

.section-main-photo.alberca {
  background-image: linear-gradient(#0000, #1c25319c), linear-gradient(#ffffff78 17%, #fff0 51%), url('../images/Albercas.jpg');
  background-position: 0 0, 0 0, 50% 62%;
}

.section-main-photo.riego {
  filter: hue-rotate(10deg);
  background-image: linear-gradient(#0000, #1c2531a1), linear-gradient(#ffffffb8 18%, #fff0 38%), url('../images/Riego.jpg');
  background-position: 0 0, 0 0, 50%;
}

.section-main-photo.radiante {
  background-image: linear-gradient(#0000, #1c2531a1), linear-gradient(#ffffffb8 18%, #fff0 38%), url('../images/Piso-Radiante.jpg');
}

.section-main-photo.humo {
  background-image: linear-gradient(#0000, #1c2531eb), linear-gradient(#ffffffb8 18%, #fff0 38%), url('../images/Humo-Alarmas.jpg');
}

.section-main-photo.asesoria {
  background-image: linear-gradient(#0000, #1c2531a1), linear-gradient(#ffffffb8 18%, #fff0 38%), url('../images/Asesoria-tecnica-y-mantenimiento.jpg');
}

.service-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
  line-height: 47px;
}

.service-title.albercass {
  font-size: 66px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: stretch stretch;
}

.lightbox-link {
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.image-3 {
  width: 100%;
}

.div-gallery {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 159px;
  display: flex;
  overflow: hidden;
}

.service-sec-a {
  background-color: #213a4d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 28px;
  padding-left: 16%;
  padding-right: 16%;
  display: flex;
}

.service-sec-a.fire {
  background-color: #5a1616;
}

.div-sec-a {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-sec-a.asesoria {
  width: 94.0995%;
}

.heading-serv-a {
  color: #fff;
  margin-top: 28px;
  margin-bottom: 13px;
  font-size: 38px;
  font-weight: 700;
}

.paragraph-sec-a {
  color: #fff;
  text-align: justify;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.image-4 {
  width: 300px;
  margin-top: 22px;
  margin-bottom: 6px;
  overflow: visible;
}

.tyc-sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.cotiza-boton {
  color: #000;
  background-color: #e7fbff;
  border-radius: 7px;
  margin-top: 21px;
  margin-bottom: 21px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
}

.cotiza-boton.fire {
  background-color: #fff2e7;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  text-decoration: underline;
}

.link-mas {
  text-decoration: none;
}

.link-block {
  text-align: left;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.section-3 {
  background-color: #1f1f1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 38px;
  display: none;
}

.link-block-2 {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.text-block {
  text-decoration: none;
  transition: all .5s;
}

.text-block:hover {
  color: #fff;
  letter-spacing: 2px;
}

.link-grid-1 {
  width: 100%;
  text-decoration: none;
}

.link-grid-1.mopbile {
  display: none;
}

.sec-nosotros {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.logos-title-large {
  background-color: #193957;
  border-bottom: 1px solid #e4ebf3;
  padding: 25px 30px 48px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  filter: brightness(500%);
}

.body-nosotros {
  background-color: #f3ffff;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 852px;
  display: flex;
}

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

.text-block-2.titulo {
  color: #212a52;
  margin-bottom: 17px;
  font-size: 37px;
  font-weight: 700;
}

.image-5 {
  margin-bottom: 25px;
}

.sec-contacto {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.tyc-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 877px;
  display: flex;
}

.tyc-title-main {
  margin-bottom: 41px;
  font-size: 44px;
  font-weight: 900;
}

.tyc-subtitle {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
}

.tyc-paragraph {
  margin-bottom: 21px;
}

.tyc-paragraph._1 {
  margin-bottom: 12px;
}

.tyc-button-1 {
  background-color: #102a41;
  border-radius: 11px;
  margin-bottom: 19px;
  font-size: 21px;
  font-weight: 600;
}

.tyc-button-1:hover {
  color: #fff;
}

.div-cont {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.tit-main-cont {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 33px;
  font-weight: 900;
  line-height: 56px;
}

.tit-main-cont.mobile {
  display: none;
}

.text-span-6 {
  font-size: 61px;
}

.links {
  background-color: #63636300;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-bottom: 16px;
  display: flex;
}

.links._2 {
  background-color: #63636300;
  justify-content: center;
  margin-bottom: 9px;
  display: none;
}

.links._3 {
  justify-content: center;
}

.image-6 {
  width: 36px;
  margin-left: 11px;
  margin-right: 11px;
}

.link-block-3 {
  color: var(--black);
  align-items: center;
  text-decoration: none;
  transition: all .2s, opacity .2s;
  display: flex;
}

.link-block-3:hover {
  transform: scale(1.2);
}

.link-block-3.mobile {
  display: none;
}

.link-block-3.not-mobile {
  display: flex;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 600;
}

.link-serv {
  text-decoration: none;
}

.normativas-img {
  filter: invert();
  width: 273px;
  margin-top: 33px;
  margin-bottom: 19px;
}

.text-span-9, .text-span-10 {
  text-decoration: underline;
}

.section-f-main {
  background-color: #f3ffff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 47px;
  padding-bottom: 68px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 59px;
  grid-row-gap: 47px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 47px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-cliente {
  width: 109px;
}

.marcas-productos-sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.div-block-8 {
  grid-row-gap: 23px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.imagen-producto {
  width: 149px;
  margin-left: 25px;
  margin-right: 25px;
}

.text-block-4 {
  text-align: center;
  margin-top: 19px;
  font-size: 24px;
  font-weight: 800;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff0;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    opacity: 1;
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .navigation-items.dropdown {
    background-color: #e7f2fff5;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .section-a-main {
    max-width: none;
  }

  .icon {
    margin-right: 13px;
  }

  .main-slogan {
    font-size: 230%;
    line-height: 46px;
  }

  .main-slogan.sub {
    font-size: 130%;
  }

  .div-block {
    width: 92%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .main-popular-div {
    width: 332px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .main-popular-div.f {
    display: none;
  }

  .main-popular-text {
    font-size: 15px;
  }

  .section-c-main {
    height: 476px;
  }

  .c-div-main {
    align-items: center;
    margin-top: -27px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-div-content {
    justify-content: flex-start;
  }

  .c-title {
    font-size: 20px;
  }

  .c-text {
    font-size: 15px;
  }

  .div-image-conocenos {
    margin-left: -282px;
    margin-right: -282px;
  }

  .div-block-2 {
    width: 28%;
  }

  .div-main-d {
    flex-direction: row;
    margin-left: 0%;
  }

  .div-main-d.right {
    margin-right: 0%;
  }

  .div-main-d.third {
    margin-left: 0%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .habla-title {
    text-align: center;
    margin-bottom: 6px;
  }

  .habla-sub {
    text-align: center;
    margin-bottom: 16px;
    font-size: 15px;
  }

  .habla-sub.mobile {
    display: none;
  }

  .suavizadores-img {
    width: 185px;
  }

  .suavizadores-img.right {
    width: 199px;
  }

  .suavizadores-t-tulo {
    margin-bottom: 0;
    font-size: 23px;
  }

  .suavizadores-t-tulo.right {
    font-size: 22px;
  }

  .suavizadores-subt-tulo {
    margin-bottom: 0;
    font-size: 19px;
  }

  .suavizadores-subt-tulo._2 {
    margin-top: 0;
    font-size: 14px;
  }

  .suavizadores-subt-tulo._2.right {
    margin-top: 5px;
    font-size: 14px;
  }

  .suavizadores-subt-tulo.right {
    font-size: 17px;
    line-height: 23px;
  }

  .div-block-4 {
    max-width: 449px;
  }

  .div-block-4.right {
    max-width: 372px;
  }

  .section-s {
    padding-left: 62px;
    padding-right: 62px;
  }

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

  .div-as-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-title {
    height: 89px;
  }

  .title-page-catalogue {
    font-size: 32px;
  }

  .section-main-photo {
    background-position: 0 0, 0 0, 80%;
    background-size: auto, auto, 126%;
    height: 295px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .service-sec-a {
    padding-left: 6%;
    padding-right: 6%;
  }

  .link-grid-1.mopbile {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 19px;
    display: flex;
  }

  .link-grid-1.mobile2 {
    display: none;
  }

  .container-3 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .div-block-5 {
    max-width: 594px;
  }

  .text-block-2.titulo {
    font-size: 34px;
  }

  .tyc-div {
    max-width: 80%;
  }

  .tyc-title-main {
    line-height: 39px;
  }

  .tit-main-cont.mobile, .link-block-3.mobile {
    display: none;
  }

  .link-block-3.not-mobile {
    display: flex;
  }

  .section-f-main {
    padding-top: 47px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 27px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu-icon {
    filter: none;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-a-main {
    height: 356px;
    padding-top: 55px;
  }

  .main-slogan {
    font-size: 175%;
  }

  .main-slogan.sub {
    font-size: 99%;
    line-height: 30px;
  }

  .main-popular-div {
    width: 253px;
    height: 90px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-popular-text {
    line-height: 22px;
  }

  .section-c-main {
    height: 783px;
  }

  .c-div-main {
    flex-direction: column;
    height: 90%;
    margin-top: 0;
  }

  .c-div-content {
    width: 80%;
    height: auto;
  }

  .div-image-conocenos {
    margin: 21px -105px 43px;
  }

  .div-block-2 {
    width: 47%;
  }

  .section-e-main {
    padding-left: 6%;
    padding-right: 6%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .habla-title {
    font-size: 25px;
  }

  .habla-sub {
    font-size: 13px;
    display: block;
  }

  .habla-sub.mobile {
    display: none;
  }

  .habla-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .suavizadores-img {
    width: 199px;
  }

  .suavizadores-img.right {
    width: 174px;
    margin-left: 19px;
    margin-right: 0;
  }

  .suavizadores-img._3 {
    width: 147px;
  }

  .suavizadores-t-tulo {
    font-size: 21px;
  }

  .suavizadores-t-tulo.right {
    font-size: 20px;
  }

  .suavizadores-subt-tulo {
    font-size: 15px;
  }

  .suavizadores-subt-tulo._2 {
    font-size: 13px;
  }

  .suavizadores-subt-tulo._2.right {
    font-size: 12px;
  }

  .suavizadores-subt-tulo.right {
    font-size: 14px;
    line-height: 21px;
  }

  .div-block-4 {
    max-width: 304px;
  }

  .div-block-4.right {
    max-width: 269px;
  }

  .suavizadores-link {
    font-size: 15px;
  }

  .section-s {
    padding-left: 34px;
    padding-right: 34px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .div-as-main {
    height: 80px;
  }

  .div-as-main:hover {
    transform: scale(1.06);
  }

  .title-catalogue {
    font-size: 17px;
    line-height: 23px;
  }

  .section-main-photo {
    background-image: linear-gradient(#0000, #2a3646b0), linear-gradient(#ffffffe8 14%, #fff0 44%), url('../images/SISTEMA-DE-BOMBEO_1.jpg');
    background-position: 0 0, 0 0, 64%;
    background-size: auto, auto, 148%;
    height: 229px;
    padding-bottom: 23px;
  }

  .service-title {
    font-size: 35px;
    line-height: 40px;
  }

  .service-title.albercass {
    font-size: 53px;
  }

  .heading-serv-a {
    font-size: 38px;
  }

  .paragraph-sec-a {
    text-align: justify;
    font-size: 16px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-5 {
    max-width: 463px;
  }

  .tyc-div {
    max-width: 90%;
  }

  .tit-main-cont {
    font-size: 25px;
    line-height: 53px;
  }

  .tit-main-cont.mobile {
    display: none;
  }

  .text-span-6 {
    font-size: 46px;
    line-height: 37px;
  }

  .links {
    flex-direction: column;
  }

  .link-block-3 {
    margin-bottom: 9px;
  }

  .link-block-3.mobile {
    display: flex;
  }

  .link-block-3.not-mobile {
    display: none;
  }

  .section-f-main {
    padding-top: 35px;
    padding-bottom: 7px;
  }

  .grid-4 {
    grid-column-gap: 47px;
    grid-row-gap: 32px;
    margin-top: 23px;
    margin-left: 45px;
    margin-right: 45px;
  }

  .heading {
    background-color: #fff;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 154px;
  }

  .navigation-items.dropdown {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .section-a-main {
    height: 318px;
    padding-top: 71px;
  }

  .dropdown-1._1 {
    margin-left: 0;
  }

  .main-slogan {
    margin-bottom: 7px;
    font-size: 141%;
    line-height: 26px;
  }

  .main-slogan.sub {
    font-size: 80%;
    line-height: 16px;
  }

  .div-block {
    width: 80%;
  }

  .main-popular-div {
    width: 174px;
    height: 75px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .main-popular-div._1 {
    width: 174px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .main-popular-text {
    font-size: 11px;
    line-height: 16px;
  }

  .section-c-main {
    background-position: 0 0, 48%;
    background-size: auto, cover;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-div-main {
    justify-content: space-between;
    padding-top: 0;
  }

  .c-image {
    width: 71%;
  }

  .c-div-content {
    width: 90%;
    height: auto;
    padding-top: 31px;
  }

  .c-title {
    text-align: center;
    margin-top: 0;
  }

  .c-title.right {
    text-align: center;
  }

  .c-text {
    text-align: center;
    line-height: 25px;
  }

  .c-text.right {
    text-align: center;
    margin-bottom: 24px;
  }

  .section-d-main {
    padding-top: 20px;
  }

  .section-d-main._2 {
    padding-top: 6px;
    padding-bottom: 22px;
  }

  .boton-conocenos {
    margin-bottom: 0;
  }

  .div-image-conocenos {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-2 {
    width: auto;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-main-d {
    flex-direction: column;
  }

  .div-main-d.right {
    flex-direction: column-reverse;
  }

  .container-2 {
    max-width: none;
  }

  .habla-sub {
    display: none;
  }

  .habla-sub.mobile {
    font-size: 16px;
    line-height: 25px;
    display: block;
  }

  .suavizadores-img {
    margin-top: -28px;
    margin-bottom: 2px;
    margin-right: 0;
  }

  .suavizadores-img.right {
    margin-top: 21px;
    margin-left: 0;
  }

  .suavizadores-img._3 {
    width: 120px;
    margin-top: 6px;
    margin-bottom: 23px;
    margin-right: 0;
  }

  .suavizadores-t-tulo {
    text-align: center;
    margin-bottom: 6px;
    line-height: 27px;
  }

  .suavizadores-t-tulo.right {
    text-align: center;
    font-size: 19px;
  }

  .suavizadores-t-tulo.clientes {
    font-size: 22px;
  }

  .suavizadores-subt-tulo {
    text-align: center;
    margin-bottom: 10px;
  }

  .suavizadores-subt-tulo.right {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .suavizadores-link {
    text-align: center;
    font-size: 15px;
  }

  .suavizadores-link.right {
    text-align: center;
  }

  .section-s {
    padding-left: 21px;
    padding-right: 21px;
  }

  .grid-2 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .div-as-main {
    height: 73px;
  }

  .title-catalogue {
    font-size: 19px;
    line-height: 23px;
  }

  .title-page-catalogue {
    text-align: center;
    font-size: 25px;
  }

  .section-main-photo {
    background-position: 0 0, 0 0, 79%;
    background-size: auto, auto, 164%;
    height: 191px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-main-photo.humo {
    background-position: 0 0, 0 0, 48%;
  }

  .section-main-photo.asesoria {
    background-position: 0 0, 0 0, 27%;
  }

  .service-title {
    clear: none;
    white-space: normal;
    font-size: 26px;
    line-height: 30px;
  }

  .service-title.albercass {
    font-size: 39px;
  }

  .service-sec-a {
    padding-left: 9%;
    padding-right: 9%;
  }

  .div-sec-a {
    align-items: flex-start;
    width: 101%;
  }

  .heading-serv-a {
    text-align: left;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 150%;
  }

  .paragraph-sec-a {
    text-align: justify;
    font-size: 14px;
  }

  .image-4 {
    text-align: left;
    width: 100%;
  }

  .link-mas {
    text-align: left;
  }

  .text-block {
    font-size: 14px;
  }

  .container-3 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-5 {
    max-width: 90%;
  }

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

  .text-block-2.titulo {
    font-size: 28px;
  }

  .image-5 {
    margin-bottom: 15px;
  }

  .sec-contacto {
    height: 415px;
    padding-top: 0;
  }

  .tyc-div {
    justify-content: center;
    align-items: flex-start;
    max-width: 85%;
  }

  .tyc-title-main {
    text-align: left;
    font-size: 36px;
  }

  .tyc-subtitle {
    text-align: left;
    font-size: 25px;
  }

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

  .tit-main-cont {
    font-size: 23px;
    display: none;
  }

  .tit-main-cont.mobile {
    margin-top: 25px;
    font-size: 31px;
    line-height: 32px;
    display: block;
  }

  .links {
    align-items: flex-start;
    max-width: 317px;
    height: auto;
  }

  .links._3 {
    flex-direction: column;
  }

  .link-block-3 {
    margin-bottom: 6px;
  }

  .link-block-3._2 {
    margin-bottom: 0;
  }

  .link-block-3.not-mobile {
    display: none;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .text-span-7 {
    font-size: 35px;
  }

  .text-span-8 {
    font-size: 33px;
  }

  .normativas-img {
    width: 228px;
  }

  .section-f-main {
    padding-bottom: 9px;
  }

  .grid-4 {
    grid-column-gap: 22px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 18px;
  }

  .div-block-7.mobile {
    display: none;
  }

  .marcas-productos-sec {
    justify-content: center;
    align-items: center;
  }

  .div-block-8 {
    flex-flow: wrap;
  }

  .imagen-producto {
    width: 32%;
  }

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

#w-node-_0521baf0-5b70-6224-8a39-abd8e806d6c8-b6835441 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_027edbff-bf08-3615-8a34-dd3d046a50c1-b6835441 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_83937c67-fa34-6418-b08a-db2c16be4a63-b6835441, #w-node-_7f77301c-b902-408e-f9f9-e2d20795b7db-b6835441, #w-node-_77baf866-8a4e-5479-675c-17176db696c2-b6835441, #w-node-dd5365e8-a8b1-b730-e79e-574a8571daed-b6835441, #w-node-_50953c4d-f14f-1b12-0a88-15b48fe79ac2-b6835441, #w-node-_4eee6704-8321-36c9-be8f-a36f2ea6c2a4-b6835441, #w-node-a676ee26-1a41-92d1-e84f-4d4a8f4ddd2a-b6835441, #w-node-_1fe4cb3d-8009-2adc-fe11-dab9ecb2746b-b6835441, #w-node-b2931bc1-8eb7-cec2-d676-d72bed2fa8b0-b6835441, #w-node-b2931bc1-8eb7-cec2-d676-d72bed2fa8bb-b6835441, #w-node-_8cf42f77-1a10-5b8c-200f-26af51b1e3f1-29835449, #w-node-_8cf42f77-1a10-5b8c-200f-26af51b1e3fc-29835449, #w-node-a09c20bf-d9a3-b82f-a57c-676f961d299c-0f83544b, #w-node-a09c20bf-d9a3-b82f-a57c-676f961d29a7-0f83544b, #w-node-f092f766-e6e4-098e-8ded-d3bd699f53ec-9883544d, #w-node-f092f766-e6e4-098e-8ded-d3bd699f53f7-9883544d, #w-node-b4e8c0c5-6b4d-f992-1e6e-21442417ec72-96835450, #w-node-f5cae914-60dc-52f5-0514-41972de15201-96835450, #w-node-_658e082c-fcf3-e613-79d4-6535424a0f6e-96835450, #w-node-_658e082c-fcf3-e613-79d4-6535424a0f6f-96835450, #w-node-_8be6b22a-20f8-f624-3459-21a629c53985-96835450, #w-node-_8be6b22a-20f8-f624-3459-21a629c53986-96835450, #w-node-ecb31e0b-7761-5002-c1f2-e8d852ddaba1-96835450, #w-node-ecb31e0b-7761-5002-c1f2-e8d852ddaba2-96835450, #w-node-_16b498df-f1b3-9bcb-0844-7d12adec318c-96835450, #w-node-_16b498df-f1b3-9bcb-0844-7d12adec318d-96835450, #w-node-c7d749ce-0940-4fe6-3b9d-52ce3b0efb3c-96835450, #w-node-c7d749ce-0940-4fe6-3b9d-52ce3b0efb3d-96835450, #w-node-f5c30965-311c-c597-f9fd-c6ab025c2c20-96835450, #w-node-f5c30965-311c-c597-f9fd-c6ab025c2c21-96835450, #w-node-_7c3bafae-5eae-4f9a-6b30-a1004fa1163b-96835450, #w-node-_7c3bafae-5eae-4f9a-6b30-a1004fa1163c-96835450, #w-node-f5d4fefd-b7df-894c-ec81-6b0e8206a96e-96835450, #w-node-f5d4fefd-b7df-894c-ec81-6b0e8206a96f-96835450, #w-node-f91b9238-8358-c045-be2f-219419b03dc8-96835450, #w-node-f91b9238-8358-c045-be2f-219419b03dd3-96835450, #w-node-_7aad8fa1-2b0b-058c-e218-41913150efee-95835452, #w-node-_7aad8fa1-2b0b-058c-e218-41913150eff9-95835452, #w-node-b4e8c0c5-6b4d-f992-1e6e-21442417ec72-6bd82b66, #w-node-f5cae914-60dc-52f5-0514-41972de15201-6bd82b66, #w-node-_658e082c-fcf3-e613-79d4-6535424a0f6e-6bd82b66, #w-node-_658e082c-fcf3-e613-79d4-6535424a0f6f-6bd82b66, #w-node-_8be6b22a-20f8-f624-3459-21a629c53985-6bd82b66, #w-node-_8be6b22a-20f8-f624-3459-21a629c53986-6bd82b66, #w-node-c7d749ce-0940-4fe6-3b9d-52ce3b0efb3c-6bd82b66, #w-node-c7d749ce-0940-4fe6-3b9d-52ce3b0efb3d-6bd82b66, #w-node-f5d4fefd-b7df-894c-ec81-6b0e8206a96e-6bd82b66, #w-node-f5d4fefd-b7df-894c-ec81-6b0e8206a96f-6bd82b66, #w-node-_83182cfe-2924-c9f3-bb1b-60cfe7f13e5d-6bd82b66, #w-node-_83182cfe-2924-c9f3-bb1b-60cfe7f13e68-6bd82b66, #w-node-b4e8c0c5-6b4d-f992-1e6e-21442417ec72-5e7b17e2, #w-node-f5cae914-60dc-52f5-0514-41972de15201-5e7b17e2, #w-node-_658e082c-fcf3-e613-79d4-6535424a0f6e-5e7b17e2, #w-node-_658e082c-fcf3-e613-79d4-6535424a0f6f-5e7b17e2, #w-node-_8be6b22a-20f8-f624-3459-21a629c53985-5e7b17e2, #w-node-_8be6b22a-20f8-f624-3459-21a629c53986-5e7b17e2, #w-node-c7d749ce-0940-4fe6-3b9d-52ce3b0efb3c-5e7b17e2, #w-node-c7d749ce-0940-4fe6-3b9d-52ce3b0efb3d-5e7b17e2, #w-node-f5c30965-311c-c597-f9fd-c6ab025c2c20-5e7b17e2, #w-node-f5c30965-311c-c597-f9fd-c6ab025c2c21-5e7b17e2, #w-node-f5d4fefd-b7df-894c-ec81-6b0e8206a96e-5e7b17e2, #w-node-f5d4fefd-b7df-894c-ec81-6b0e8206a96f-5e7b17e2, #w-node-_1b566b47-9318-3a90-72eb-2e47ebca87b0-5e7b17e2, #w-node-_1b566b47-9318-3a90-72eb-2e47ebca87bb-5e7b17e2, #w-node-b4e8c0c5-6b4d-f992-1e6e-21442417ec72-cd13f67a, #w-node-f5cae914-60dc-52f5-0514-41972de15201-cd13f67a, #w-node-_8be6b22a-20f8-f624-3459-21a629c53985-cd13f67a, #w-node-_8be6b22a-20f8-f624-3459-21a629c53986-cd13f67a, #w-node-ecb31e0b-7761-5002-c1f2-e8d852ddaba1-cd13f67a, #w-node-ecb31e0b-7761-5002-c1f2-e8d852ddaba2-cd13f67a, #w-node-_16b498df-f1b3-9bcb-0844-7d12adec318c-cd13f67a, #w-node-_16b498df-f1b3-9bcb-0844-7d12adec318d-cd13f67a, #w-node-f5c30965-311c-c597-f9fd-c6ab025c2c20-cd13f67a, #w-node-f5c30965-311c-c597-f9fd-c6ab025c2c21-cd13f67a, #w-node-_7c3bafae-5eae-4f9a-6b30-a1004fa1163b-cd13f67a, #w-node-_7c3bafae-5eae-4f9a-6b30-a1004fa1163c-cd13f67a, #w-node-c7d749ce-0940-4fe6-3b9d-52ce3b0efb3c-cd13f67a, #w-node-c7d749ce-0940-4fe6-3b9d-52ce3b0efb3d-cd13f67a, #w-node-_658e082c-fcf3-e613-79d4-6535424a0f6e-cd13f67a, #w-node-_658e082c-fcf3-e613-79d4-6535424a0f6f-cd13f67a, #w-node-f5d4fefd-b7df-894c-ec81-6b0e8206a96e-cd13f67a, #w-node-f5d4fefd-b7df-894c-ec81-6b0e8206a96f-cd13f67a, #w-node-c7bea9f9-3401-90a9-6108-90d68a1ef757-cd13f67a, #w-node-c7bea9f9-3401-90a9-6108-90d68a1ef762-cd13f67a, #w-node-_8be6b22a-20f8-f624-3459-21a629c53985-6be28a1d, #w-node-_8be6b22a-20f8-f624-3459-21a629c53986-6be28a1d, #w-node-ecb31e0b-7761-5002-c1f2-e8d852ddaba1-6be28a1d, #w-node-ecb31e0b-7761-5002-c1f2-e8d852ddaba2-6be28a1d, #w-node-f5c30965-311c-c597-f9fd-c6ab025c2c20-6be28a1d, #w-node-f5c30965-311c-c597-f9fd-c6ab025c2c21-6be28a1d, #w-node-_16b498df-f1b3-9bcb-0844-7d12adec318c-6be28a1d, #w-node-_16b498df-f1b3-9bcb-0844-7d12adec318d-6be28a1d, #w-node-_7c3bafae-5eae-4f9a-6b30-a1004fa1163b-6be28a1d, #w-node-_7c3bafae-5eae-4f9a-6b30-a1004fa1163c-6be28a1d, #w-node-f5d4fefd-b7df-894c-ec81-6b0e8206a96e-6be28a1d, #w-node-f5d4fefd-b7df-894c-ec81-6b0e8206a96f-6be28a1d, #w-node-c258834a-32a1-5b5c-c2bf-4e2e0d84aaf8-6be28a1d, #w-node-c258834a-32a1-5b5c-c2bf-4e2e0d84ab03-6be28a1d, #w-node-f5948aad-5a86-f40b-d94b-17f812edc679-2292016a, #w-node-f5948aad-5a86-f40b-d94b-17f812edc684-2292016a, #w-node-a245c61d-3d39-5a51-0ac8-8859ac3f441e-89bbab4e, #w-node-a245c61d-3d39-5a51-0ac8-8859ac3f4429-89bbab4e, #w-node-_846d052b-5cbd-4ff5-ee93-8e5d1705d03f-eb796006, #w-node-_846d052b-5cbd-4ff5-ee93-8e5d1705d04a-eb796006, #w-node-f5948aad-5a86-f40b-d94b-17f812edc679-66494e24, #w-node-f5948aad-5a86-f40b-d94b-17f812edc684-66494e24, #w-node-f5948aad-5a86-f40b-d94b-17f812edc679-3b9758a0, #w-node-f5948aad-5a86-f40b-d94b-17f812edc684-3b9758a0, #w-node-f5948aad-5a86-f40b-d94b-17f812edc679-6b785754, #w-node-f5948aad-5a86-f40b-d94b-17f812edc684-6b785754, #w-node-f5948aad-5a86-f40b-d94b-17f812edc679-ecd4220b, #w-node-f5948aad-5a86-f40b-d94b-17f812edc684-ecd4220b, #w-node-f5948aad-5a86-f40b-d94b-17f812edc679-b32d9f62, #w-node-f5948aad-5a86-f40b-d94b-17f812edc684-b32d9f62, #w-node-f5948aad-5a86-f40b-d94b-17f812edc679-2d8696f0, #w-node-f5948aad-5a86-f40b-d94b-17f812edc684-2d8696f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


/* css para el modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  aspect-ratio: 1/1;
}

.modal-content {
  position: relative;
  margin: auto;
  width: min(90vw, 600px);
  aspect-ratio: 1/1;
  max-width: 400px;
  height: 400px;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  background-image: url('../images/popup-ene25.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

@supports not (aspect-ratio: 1/1) {
  .modal-content::before {
    float: left;
    padding-top: 100%;
    content: '';
  }
  .modal-content::after {
    display: block;
    content: '';
    clear: both;
  }
}

.close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
  font-size: 50px;
  font-weight: 500;
  cursor: pointer;
  z-index: 2;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.close-button:hover {
  color: #ccc;
}

.modal-cta {
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: auto;
  margin: 0;
  padding: 4px 32px;
  background-color: white;
  color: #182835;
  text-align: center;
  text-decoration: none;
  border-radius: 18px;
  font-weight: 700;
  font-size: 12px;
  transition: opacity 0.3s;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.modal-cta:hover {
  opacity: 0.9;
}
