@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi Italic;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Heaters;
  src: url('../fonts/Heaters.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: white;
  --grey: #747474;
  --blue: #0769b1;
  --borders: #5b5b5b;
  --light-blue: #c1d0d8;
  --bg-body-catalogo: #f1f1f1;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Satoshi, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  letter-spacing: -3px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10vw;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--black);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.nav-menu-two {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.navbar-logo-left {
  z-index: 4;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  border-bottom: 1px solid #ffffff40;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.home {
  font-size: 16px;
}

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

.container.is-margined {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  margin-left: 10px;
  padding: 5px;
  display: flex;
}

.hero-images-wrapper {
  align-items: stretch;
  height: 85vh;
  min-height: 85vh;
  max-height: 85vh;
  margin-bottom: 40px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-background {
  background-image: url('../images/Proyecto7-6_1.avif'), url('../images/hero-bg-sky_1hero-bg-sky.webp');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 100%;
}

.page-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: overlay;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-flex;
  position: absolute;
  inset: 5vw 0% auto;
}

.hero-image-foreground {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.grey-text {
  color: var(--grey);
}

.grey-text.bottom-margin-60px {
  margin-bottom: 30px;
  font-size: 1rem;
}

.grey-text.bottom-margin-60px.top-margin {
  margin-top: 20px;
}

.about-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.stat {
  color: #0066ad;
  margin-bottom: 5px;
  font-size: 5rem;
  line-height: 100%;
}

.section {
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.section.bottom-padding-200px {
  padding-bottom: 200px;
}

.section.black-bg {
  background-color: var(--blue);
  filter: contrast(200%);
  background-image: linear-gradient(#00000045, #00000045), linear-gradient(#0066adcc, #0066adcc), url('../images/bg-clientes-1_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding-bottom: 250px;
}

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

.section.top-100px {
  padding-top: 100px;
}

.section.is-spaced-top {
  margin-top: 50px;
}

.section.is-hidden {
  display: none;
}

.section.is-padding-bot {
  padding-bottom: 100px;
}

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-image-wrapper.contact-section {
  max-width: 45vw;
  max-height: none;
}

.floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: relative;
  overflow: clip;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  display: flex;
}

.div-block.clients {
  padding-bottom: 3rem;
}

.logos-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center start;
}

.service-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
}

.number {
  color: var(--grey);
  margin-top: 2px;
  margin-right: 10px;
  font-size: 1.5rem;
  font-weight: 400;
}

.services-list {
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.separator-line {
  background-color: var(--borders);
  width: 100%;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
}

.service-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-content-box {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  min-width: 250px;
  max-width: 20vw;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  left: 0;
  right: auto;
}

.project-label {
  color: var(--grey);
  font-size: .875rem;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-text {
  color: #c1d0d8;
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 150%;
}

.slider {
  background-color: #ddd0;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider.p8-9 {
  background-image: url('../images/Proyecto8-9_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-section {
  padding-left: 40px;
  padding-right: 40px;
}

._2x1-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
  align-items: stretch;
}

.about-blocks-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.bottom-margin-medium {
  margin-bottom: 40px;
}

.bottom-margin-small {
  margin-bottom: 10px;
}

.accordion-item-wrapper {
  background-color: #fff0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.accordion-trigger {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.expand-icon {
  transition: color .3s;
  display: flex;
}

.accordion-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 0%;
  padding-right: 0;
  transition: opacity .2s;
  overflow: hidden;
}

.accordion-content.first {
  height: 0%;
  overflow: hidden;
}

.accordion-content-text {
  padding-top: 10px;
  font-size: 1rem;
}

.service-bullet-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bullet-indicator {
  background-color: var(--grey);
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.accordion-grid-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2.25fr;
  align-items: stretch;
  padding-top: 20px;
}

.animated-grid-image {
  border-radius: 1.5rem;
  width: 100%;
  height: 400px;
}

.single-service-grid {
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  padding-top: 20px;
}

.stats-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  position: relative;
}

.uppercase-small-heading {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: .875rem;
}

.uppercase-small-heading.bottom-margin-small {
  margin-bottom: 10px;
}

.uppercase-large-heading {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 10vw;
  font-weight: 700;
}

.div-block-72 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 30vh;
}

.inner-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.center-image {
  width: 100%;
}

.top-left-image {
  z-index: 5;
  width: 100%;
  position: relative;
  top: 15px;
  left: 30px;
}

.top-right-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: -30px;
}

.bottom-left-image {
  width: 100%;
  position: relative;
  left: 0;
}

.bottom-right-image {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
}

.large-title {
  filter: invert();
  text-align: center;
  font-size: 10vw;
  line-height: 100%;
}

.animated-overlay-blocks {
  z-index: 4;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(-100%);
}

.right-overlay-block {
  background-color: var(--white);
  width: 50%;
  transform: translate(100%);
}

.project-thumbnails-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  display: flex;
}

.images-wrapper {
  min-height: 100vh;
}

.slide-nav {
  display: none;
}

.center-aligned-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.left-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto 0 0% -100px;
}

.image {
  margin-right: 0;
  display: inline-flex;
}

.right-arrow {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  inset: auto -100px 0% 0;
}

.flex-block-3 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.div-block-75 {
  align-self: center;
}

.white-text {
  color: #fff;
}

.form-field-wrapper {
  margin-bottom: 10px;
}

.form-field-wrapper.spaced-down {
  margin-bottom: 30px;
}

.bottom-margin-20px {
  margin-bottom: 20px;
}

.bottom-margin-20px.is-styled {
  color: var(--blue);
  letter-spacing: .3px;
  text-transform: none;
  margin-top: -59px;
  font-family: Heaters, Arial, sans-serif;
  font-size: 6rem;
  font-style: normal;
}

.form-label {
  color: var(--grey);
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
}

.form-block {
  max-width: 40vw;
}

.floating-image-wrapper-2 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 65vw;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-field {
  color: #848484;
  background-color: #f7f7f7;
  border: 1px #000;
}

.work-with-us-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  position: relative;
}

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #fff;
  width: 100%;
  padding: 8px 30px;
  font-size: .75rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.primary-button:hover {
  background-color: var(--light-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e1e1e;
}

.footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.footer-link:hover {
  color: var(--black);
}

.newsletter-form-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-grid-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  justify-items: stretch;
  margin-bottom: 40px;
  padding-right: 0;
}

.footer-grid-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 20px;
  display: grid;
}

.dark-footer-link {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 5px;
  font-size: .875rem;
  transition: color .3s cubic-bezier(.785, .135, .15, .86);
  display: block;
}

.dark-footer-link:hover {
  color: var(--black);
}

.dark-footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.form-label-2 {
  color: #777;
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
}

.form-block-3 {
  max-width: 40vw;
  padding-top: 250px;
}

.footer-section {
  background-color: #f0f0f0;
  margin-top: -100px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.styleguide-element-wrapper-2 {
  margin-top: 40px;
}

.secondary-button {
  background-color: var(--light-blue);
  color: var(--black);
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: .75rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.secondary-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.secondary-button:focus-visible, .secondary-button[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.label {
  border: 1px #000;
  border-top: 1px solid #98a4a4;
  margin-top: 20px;
  padding-top: 5px;
  font-size: 12px;
}

.color-wrapper {
  width: 100%;
  height: 100%;
}

.white {
  background-color: var(--white);
  border: 1px solid #f1f1f1;
  min-height: 60px;
}

.color-palette-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.black {
  background-color: var(--black);
  min-height: 60px;
}

.bottom-margin-150px {
  margin-bottom: 150px;
}

.styleguide-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.project-rich-text {
  margin-bottom: 40px;
}

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

.primary-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 6px 30px 5px;
  text-decoration: none;
}

.primary-button-2:focus-visible, .primary-button-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.light-blue {
  background-color: var(--light-blue);
  min-height: 60px;
}

.help-page-h2 {
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 4vw;
}

.grey {
  background-color: var(--grey);
  min-height: 60px;
}

.link-text {
  color: var(--black);
  font-weight: 500;
}

.bottom-margin-100px {
  margin-bottom: 100px;
}

.bottom-margin-60px {
  margin-bottom: 60px;
}

.changelog-wrapper {
  width: 100%;
}

.changelog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.table-header {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-bottom-color: #9a846a;
  border-left-color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-content-item {
  border: 1px #000;
  border-bottom: 1px solid #ebe1d2;
  min-height: 40px;
}

.gallery-image {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 75vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 500px;
  display: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.page-popups-wrapper {
  z-index: 1000;
  padding-bottom: 10px;
  padding-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-popup {
  color: var(--white);
  background-color: #0055d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.buy-template-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.all-templates-popup {
  color: var(--white);
  background-color: #292929;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  font-size: .9rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.all-templates-popup:hover {
  background-color: var(--light-blue);
  color: var(--black);
}

.nav-d-down {
  font-size: 14px;
}

.d-down-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 16px;
}

.top-bar {
  z-index: 5;
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.top-text {
  color: var(--white);
  font-size: .9rem;
}

.dropdown-list {
  padding-right: 5px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-link {
  border-bottom: 1px solid var(--light-blue);
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  transition: all .2s;
}

.dropdown-link:hover {
  transform: translate(4px);
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
  padding-left: 10px;
}

.products-div-wrapper {
  height: auto;
  margin-bottom: 20px;
  padding: 0 10vw 3rem;
}

.products-div-wrapper.is-margin-bottom {
  padding-bottom: 7.5rem;
}

.products-div-wrapper.home2 {
  padding-left: 0;
  padding-right: 0;
}

.product-div-container {
  background-image: url('../images/1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  height: 250px;
  margin-bottom: 10px;
}

.product-div-container._2 {
  background-image: url('../images/geotanque1.avif');
  background-size: cover;
}

.product-div-container._2.home-2 {
  background-image: url('../images/geotanques-h2.avif');
  height: 350px;
}

.product-div-container.conent-centered {
  text-align: center;
  background-image: none;
}

.product-div-container._3 {
  background-image: url('../images/acoples1.avif');
}

.product-div-container._3.home2-3 {
  background-image: url('../images/acoples.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
}

.product-div-container._4 {
  background-image: url('../images/gaviones.avif');
  background-size: cover;
  height: 350px;
}

.product-div-container._5 {
  background-image: url('../images/tuberia.avif');
  background-size: cover;
  height: 350px;
}

.product-div-container._6 {
  background-image: url('../images/geotextil_2.avif');
  height: 350px;
}

.product-div-container._7 {
  background-image: url('../images/geocompuesto_1.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 350px;
}

.product-div-container._8 {
  background-image: url('../images/bandejas.avif');
  background-repeat: repeat;
  background-size: cover;
  height: 350px;
}

.product-div-container.home2 {
  border-radius: 20px;
}

.product-div-container.home2-1 {
  background-image: url('../images/geomembranas2.avif');
  height: 350px;
}

.div-block-76 {
  height: 250px;
}

.product-descriptio-div-main {
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
}

.link-product-1 {
  color: var(--blue);
  margin-top: .5rem;
  text-decoration: underline;
  display: inline;
}

.heading, .heading-2, .heading-3 {
  font-size: 3.5rem;
}

.btn-1 {
  background-color: var(--blue);
  border-radius: 10px;
  font-size: 1rem;
}

.btn-1.negative {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
  border-radius: 10px;
  margin-left: 20px;
}

.btn-1.negative.is-spaced-top {
  margin-top: 1rem;
}

.btn-1.is-spaced-top {
  margin-top: 3rem;
  font-size: 1rem;
}

.btn-1.opcion2 {
  text-align: center;
  border-radius: 5px;
  width: 350px;
  font-weight: 400;
}

.btn-1.opcion2.opcion-3 {
  background-color: #0769b100;
  border: 1px solid #fff;
}

.cta-compra {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.cta-compra.is-spaced-top {
  margin-top: 5rem;
  padding-left: 12vw;
  padding-right: 12vw;
}

.left-div {
  background-color: var(--blue);
  width: 30%;
}

.right-div {
  background-color: var(--blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding: 3rem 2rem 2rem;
  display: flex;
}

.is-white {
  color: var(--white);
  font-size: 3rem;
  display: flex;
}

.is-white.is-spaced-down {
  text-align: center;
  margin-bottom: 2rem;
}

.is-white.is-centered {
  text-align: center;
  font-size: 1rem;
}

.contact-div-block {
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.image-2 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.product-div-wrapper-details {
  padding-left: 4vw;
  padding-right: 4vw;
}

.hero-heading-right {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 0 80px 0;
  position: relative;
}

.hero-heading-right.hidden {
  display: none;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 59%;
  max-width: 59%;
  height: 42rem;
  display: flex;
}

.hero-split.right {
  background-color: #020202;
  border-radius: 10px;
  justify-content: space-between;
  width: 40%;
  max-width: 40%;
  height: 42rem;
  padding: 2rem;
}

.shadow-two {
  flex: 0 auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: var(--white);
  margin-bottom: 5px;
  padding-bottom: 3px;
  font-size: 1rem;
}

.margin-bottom-24px.is-spaced-top {
  margin-top: 25px;
}

.margin-bottom-24px.is-white {
  font-weight: 400;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.title-product {
  letter-spacing: -1px;
  font-size: 2.4rem;
}

.title-product.is-white.is-centered.is-bigger {
  color: var(--white);
  text-align: center;
  text-transform: none;
  font-size: 2rem;
}

.title-product.is-white.is-centered.is-bigger.is-smaller {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.3rem;
  line-height: 1.1;
  display: block;
}

.title-product.is-white.is-centered.is-bigger.model {
  color: var(--white);
}

.title-product.is-white.is-centered.is-bigger.final {
  color: var(--white);
  text-transform: none;
  height: auto;
}

.title-product.is-white.is-centered.is-bigger.centered {
  text-align: center;
  display: block;
}

.title-product.is-product-label {
  color: var(--blue);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 1rem;
}

.title-product.is-product-label.no-bottom-margin {
  margin-bottom: 10px;
}

.title-product.is-product-label.is-bigger {
  font-size: 1.3rem;
}

.title-product.is-smaller {
  font-size: 1.5rem;
}

.bullet-names {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
}

.bullet-names.hidden {
  display: none;
}

.is-blue-text {
  border-bottom: .3px solid var(--borders);
  color: var(--white);
  width: 100%;
  margin-top: 1px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1rem;
  font-weight: 400;
}

.div-usos-wrapper {
  width: 100%;
}

.div-usos-wrapper.is-spaced-top-15px {
  margin-top: 15px;
}

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

.product-title-div.is-spaced-bot {
  margin-bottom: 200px;
}

.spacer {
  height: 200px;
}

.logo-footer-wrapper {
  text-align: right;
}

.div-accesorios-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-accesorios-wrapper.is-hidden {
  display: none;
}

.div-accesorios-wrapper.is-inside-maring {
  padding-left: 4vw;
  padding-right: 4vw;
}

.container-accesorios-div {
  min-width: 1140px;
  max-width: 1140px;
}

.container-accesorios-div.is-spaced-top {
  border-bottom: 1px solid var(--grey);
  min-width: 100%;
  max-width: 1140px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.div-product-wrapper {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 2px 7px;
  transition: all .2s;
  display: block;
}

.div-product-wrapper:hover {
  transform: translate(0, -5px);
}

.div-link-ficha {
  margin-top: 10px;
}

.link-ficha {
  color: var(--blue);
  text-decoration: underline;
}

.img-product-wrapper-no-overflow {
  border-radius: 10px;
  overflow: hidden;
}

._10011 {
  width: 100%;
  height: 250px;
}

.serial-number-product {
  aspect-ratio: auto;
  background-color: var(--blue);
  direction: ltr;
  color: var(--white);
  object-fit: fill;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 8px;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
}

.serial-number-product.top-margin-edited {
  margin-top: 5px;
}

.serial-number-product.right-margin {
  margin-right: 3px;
}

.name-product-hdpe {
  color: var(--blue);
  text-align: left;
  text-transform: uppercase;
  height: 65px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px;
  font-size: 1.1rem;
}

.name-product-hdpe.is-centered.is-auto-height {
  height: 85px;
}

.is-centered {
  color: var(--blue);
  text-align: left;
  text-transform: uppercase;
  height: 60px;
  margin-bottom: 10px;
  font-size: .9rem;
}

.image-3, .image-4, .image-5, .image-6 {
  width: 200px;
  height: 200px;
}

.image-7, .image-8, .image-9, ._1002, ._1003, ._1004, ._1005 {
  border-radius: 10px;
  width: 100%;
  height: 250px;
}

.is-spaced-down-25px {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1.6rem;
}

.image-10, .image-11 {
  width: 100%;
}

.link-block {
  margin-right: 8px;
}

.why-ccallpa-section {
  background-color: var(--blue);
  background-image: linear-gradient(#0769b1d9, #0769b1d9), url('../images/pattern-bg.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 15px;
  margin-top: 60px;
  padding: 45px 25px;
}

.why-ccallpa-section.spaced-bottom {
  background-color: var(--blue);
  margin-bottom: 60px;
}

.title-why-ccallpa-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.why-ccallpa-card-model {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.why-ccallpa-card-model.flexed-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--light-blue);
  font-size: 1.1rem;
}

.paragraph.is-spaced-top {
  margin-top: 25px;
}

.paragraph.spaced-top {
  margin-top: 10px;
}

.paragraph.spaced-top-bot {
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph-2 {
  font-size: 1rem;
}

.icon-div-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: block;
}

.image-12 {
  margin-left: 0;
}

.slider-2 {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/bandejas-01_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide.geo1 {
  background-image: url('../images/geomembrana-n1.avif');
}

.slide.poly1 {
  background-image: url('../images/insertosplylock_1.avif');
}

.slide.cordon1 {
  background-image: url('../images/c-soldadura-1.jpg');
}

.slide.geotanque1 {
  background-image: url('../images/geotanques1.avif');
}

.slide.geotanque3 {
  background-image: url('../images/geotanques-03_1.avif');
}

.slide.tub1 {
  background-image: url('../images/tuberias1_1.avif');
}

.slide.tub3 {
  background-image: url('../images/tuberiascorrug2.avif');
}

.slide.tub4 {
  background-image: url('../images/tuberias-hdpe-corrugada-02_1.avif');
  background-position: 100%;
  background-size: cover;
}

.slide.tub5 {
  background-image: url('../images/tuberias-hdpe-estructurada-01_1.avif');
  background-position: 100%;
}

.slide.tub6 {
  background-image: url('../images/tuberias-hdpe-estructurada-02_1.avif');
}

.slide.aco1 {
  background-image: url('../images/compresion-123.jpg');
}

.slide.aco1.is-tub {
  background-size: contain;
}

.slide.aco2 {
  background-image: url('../images/electrofus-123.jpg');
  background-size: cover;
}

.slide.aco2.is-tube2 {
  background-size: contain;
}

.slide.aco4 {
  background-image: url('../images/accesorios-tuberia-hdpe-03_1.avif');
}

.slide.celda1 {
  background-image: url('../images/geoceldas.avif');
}

.slide.celda2 {
  background-image: url('../images/geoceldas-01_1.avif');
}

.slide.agro1 {
  background-image: url('../images/agrofilm_1.avif');
}

.slide.agro2 {
  background-image: url('../images/agro2_1.avif');
}

.slide.agro3 {
  background-image: url('../images/agrofilm-02_1.avif');
}

.slide.agro4 {
  background-image: url('../images/agrofilm-03_1.avif');
}

.slide.geotex1 {
  background-image: url('../images/geotextil_1.avif');
}

.slide.geotex2 {
  background-image: url('../images/geotextil-no-tejido-01_1.avif');
}

.slide.geotex3 {
  background-image: url('../images/geotextil-no-tejido-03_1.avif');
}

.slide.geotex4 {
  background-image: url('../images/geotextil-no-tejido-02_1.avif');
}

.slide.gav1 {
  background-image: url('../images/gaviones-02_1.avif');
}

.slide.gav2 {
  background-image: url('../images/gaviones-12.avif');
}

.slide.gav3 {
  background-image: url('../images/gaviones-04_1.avif');
}

.slide.gav4 {
  background-image: url('../images/gaviones-05_1.avif');
}

.slide.dre1 {
  background-image: url('../images/geocompuesto.avif');
}

.slide.dre2 {
  background-image: url('../images/geocompuesto-de-drenaje-01_1.avif');
}

.slide.dre3 {
  background-image: url('../images/geocompuesto-de-drenaje-03_1.avif');
}

.slide.dre4 {
  background-image: url('../images/geocompuesto-de-drenaje-04_1.avif');
}

.slide.gcl1 {
  background-image: url('../images/GCL_1.avif');
}

.slide.geomalla1 {
  background-image: url('../images/geomalla.webp');
}

.slide.cub1 {
  background-image: url('../images/cubiertaflotante_1.avif');
}

.slide.geomanta1 {
  background-image: url('../images/geomanta1_1.avif');
}

.slide.p1 {
  background-image: url('../images/Proyecto1-1_1.avif');
}

.slide.p1-2 {
  background-image: url('../images/Proyecto1-2_1.avif');
}

.slide.p1-3 {
  background-image: url('../images/Proyecto1-3_1.avif');
}

.slide.p2 {
  background-image: url('../images/Proyecto2-1_1.avif');
}

.slide.p2-2 {
  background-image: url('../images/Proyecto2-2_1.avif');
}

.slide.p2-3 {
  background-image: url('../images/Proyecto2-3_1.avif');
}

.slide.p3 {
  background-image: url('../images/Proyecto3-1_1.avif');
}

.slide.p3-2 {
  background-image: url('../images/Proyecto3-2_1.avif');
}

.slide.p3-3 {
  background-image: url('../images/Proyecto3-3_1.avif');
  background-size: cover;
}

.slide.p4 {
  background-image: url('../images/Proyecto4-1_1.avif');
  background-size: cover;
}

.slide.p4-2 {
  background-image: url('../images/Proyecto4-2_1.avif');
  background-size: cover;
}

.slide.p4-3 {
  background-image: url('../images/Proyecto4-3_1.avif');
  background-size: cover;
}

.slide.p5 {
  background-image: url('../images/Proyecto5-1_1.avif');
}

.slide.p5-2 {
  background-image: url('../images/Proyecto5-2_1.avif');
  background-size: cover;
}

.slide.p5-3 {
  background-image: url('../images/Proyecto5-3_1.avif');
  background-size: cover;
}

.slide.p5-4 {
  background-image: url('../images/Proyecto5-4_1.avif');
}

.slide.p6 {
  background-image: url('../images/Proyecto6-1_1.avif');
  background-size: cover;
}

.slide.p6-2 {
  background-image: url('../images/Proyecto6-2_1.avif');
  background-size: cover;
}

.slide.p6-3 {
  background-image: url('../images/Proyecto6-3_1.avif');
  background-size: cover;
}

.slide.p6-4 {
  background-image: url('../images/Proyecto6-4_1.avif');
  background-size: cover;
}

.slide.p6-5 {
  background-image: url('../images/Proyecto6-5_1.avif');
}

.slide.p6-6 {
  background-image: url('../images/Proyecto6-6_1.avif');
  background-size: cover;
}

.slide.p6-7 {
  background-image: url('../images/Proyecto6-7_1.avif');
}

.slide.p7 {
  background-image: url('../images/Proyecto7-1_1.avif');
}

.slide.p7-2 {
  background-image: url('../images/Proyecto7-2_1.avif');
}

.slide.p7-3 {
  background-image: url('../images/Proyecto7-3_1.avif');
  background-size: cover;
}

.slide.p7-4 {
  background-image: url('../images/Proyecto7-4_1.avif');
  background-size: cover;
}

.slide.p7-5 {
  background-image: url('../images/Proyecto7-5_1.avif');
  background-size: cover;
}

.slide.p7-6 {
  background-image: url('../images/Proyecto7-6_1.avif');
}

.slide.p7-7 {
  background-image: url('../images/Proyecto7-7_1.avif');
}

.slide.p8 {
  background-image: url('../images/Proyecto8-1_1.avif');
}

.slide.p8-2 {
  background-image: url('../images/Proyecto8-2_1.avif');
  background-size: cover;
}

.slide.p8-3 {
  background-image: url('../images/Proyecto8-3_1.avif');
  background-size: cover;
}

.slide.p8-4 {
  background-image: url('../images/Proyecto8-4_1.avif');
}

.slide.p8-5 {
  background-image: url('../images/Proyecto8-5_1.avif');
  background-size: cover;
}

.slide.p8-6 {
  background-image: url('../images/Proyecto8-6_1.avif');
}

.slide.p8-7 {
  background-image: url('../images/Proyecto8-7_1.avif');
}

.slide.p8-8 {
  background-image: url('../images/Proyecto8-8_1.avif');
}

.slide.p9 {
  background-image: url('../images/Proyecto9-1_1.avif');
}

.slide.p9-2 {
  background-image: url('../images/Proyecto9-2_1.avif');
}

.slide.p9-3 {
  background-image: url('../images/Proyecto9-3_1.avif');
  background-size: cover;
}

.slide.p10 {
  background-image: url('../images/Proyecto10-1_1.avif');
}

.slide.p10-2 {
  background-image: url('../images/Proyecto10-2_1.avif');
}

.slide.p10-3 {
  background-image: url('../images/Proyecto10-3_1.avif');
}

.slide.p10-4 {
  background-image: url('../images/Proyecto10-4_1.avif');
}

.slide.p10-5 {
  background-image: url('../images/Proyecto10-5_1.avif');
  background-size: cover;
}

.slide.p10-6 {
  background-image: url('../images/Proyecto10-6_1.avif');
  background-position: 50%;
}

.slide.p11 {
  background-image: url('../images/Proyecto11-1_1.avif');
}

.slide.p11-2 {
  background-image: url('../images/Proyecto11-2_1.avif');
  background-size: cover;
}

.slide.p11-3 {
  background-image: url('../images/Proyecto11-3_1.avif');
  background-size: cover;
}

.slide.p11-4 {
  background-image: url('../images/Proyecto11-4_1.avif');
  background-size: cover;
}

.slide.p11-5 {
  background-image: url('../images/Proyecto11-5_1.avif');
  background-size: cover;
}

.slide.p12 {
  background-image: url('../images/Proyecto12-1_1.avif');
  background-size: cover;
}

.slide.p12-2 {
  background-image: url('../images/Proyecto12-2_1.avif');
}

.slide.p12-3 {
  background-image: url('../images/Proyecto12-3_1.avif');
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/bandejas-03_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-2.geo2 {
  background-image: url('../images/geomembrana3_1.avif');
}

.slide-2.poly2 {
  background-image: url('../images/insertos-hdpe-02_1.avif');
}

.slide-3 {
  background-image: url('../images/bandejas-04_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-3.geo3 {
  background-image: url('../images/geomembrana2_1.avif');
}

.slide-3.poly3 {
  background-image: url('../images/insertos-hdpe-01_1.avif');
}

.livechat-button {
  background-color: #58ce3d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--blue);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.whatsapp-icon {
  width: 40px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.slide-4 {
  background-image: url('../images/bandejas-06_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-5.geotanque2 {
  background-image: url('../images/Proyecto7-6_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-5.tub2 {
  background-image: url('../images/tuberias-hdpe-lisa-02_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-5.aco3 {
  background-image: url('../images/termofus123.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5.aco3.is-tube-3 {
  background-size: contain;
}

.btns-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.related-productos-div-wrapper {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  padding: 22px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto minmax(auto, .25fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.img-wrapper-realted-product {
  width: 100%;
  height: 150px;
}

.related-prod-div-desc {
  padding-top: 15px;
}

.related-prod-link {
  color: var(--blue);
  font-size: .87rem;
  text-decoration: underline;
}

.image-13, .image-14, .image-15 {
  height: 100%;
}

.image-16 {
  height: 100%;
  max-height: 100%;
}

.related-prod-div-main {
  display: none;
}

.image-17, .image-18 {
  width: 100%;
  height: 250px;
}

.p-image-wrapper {
  border-radius: 0;
  width: 100%;
  height: 250px;
}

.image-19, .image-20 {
  border-radius: 10px;
  width: 100%;
  height: 250px;
}

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

.heading-5 {
  text-align: center;
  text-transform: uppercase;
}

.heading-6, .heading-7, .heading-8, .heading-9 {
  text-align: center;
}

.proyects-div-wrapper {
  padding-top: 100px;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.proyect-div-slider {
  border-bottom: 1px solid var(--grey);
  margin-top: 100px;
  padding-bottom: 40px;
}

.proyect-div-description {
  padding-right: 75px;
}

.project-title-div {
  margin-top: 5rem;
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-left: 4vw;
  padding-right: 4vw;
}

.number-div-style {
  max-height: 1px;
  position: relative;
  top: -90px;
}

.number-label-project {
  color: #0769b11f;
  font-size: 15vw;
}

.heading-10 {
  font-size: 1.4rem;
}

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

.dropdown-list-2 {
  background-color: #e1c8c8;
}

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

.div-btn-all-projects {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.why-ccallpa-wrapper-flexed-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  font-size: 2rem;
}

.paragraph-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
}

.icon {
  margin-right: 10px;
}

.list-item {
  padding: 5px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  margin-left: 75px;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  background-color: #59595900;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  border: 1px solid #d7d7d7;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-2:hover {
  color: var(--blue);
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.inverted {
  color: #000;
}

.nav-dropdown {
  color: var(--black);
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--white);
  margin-right: 10px;
}

.nav-dropdown-icon.inverted {
  color: var(--black);
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-style: solid solid none;
  border-width: .6px;
  border-color: var(--borders);
  background-color: #000;
  border-radius: 0;
  width: auto;
  margin-left: -5px;
  padding-bottom: 0;
  padding-right: 10px;
}

.nav-dropdown-link {
  border-bottom: .6px solid var(--borders);
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  transition: all .1s cubic-bezier(.55, .085, .68, .53);
}

.nav-dropdown-link:hover {
  box-shadow: 0 2px 18px 5px var(--blue);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary-2 {
  border: 1px solid var(--blue);
  background-color: var(--black);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.list-item-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item {
  border: .5px solid var(--borders);
  color: var(--white);
  border-radius: 5px;
  margin-right: 5px;
}

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

.list-item-2 {
  border: .6px solid var(--borders);
  border-radius: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.text-block-inveretdf {
  color: #000;
}

.div-section-option2 {
  height: 100vh;
  margin-top: 75px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.hero-option2 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto auto 9% 6%;
}

.main-title-div-hero2 {
  z-index: 10;
  mix-blend-mode: difference;
  position: static;
  top: 35vh;
}

.h1-2 {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1;
  position: static;
  top: 35vh;
}

.h1-2.smaller {
  font-size: 3rem;
}

.h1-2.is-black {
  color: var(--black);
  font-weight: 500;
}

.h1-2.is-black.is-smaller {
  color: var(--black);
  font-size: 5vw;
}

.h1-2.centered {
  color: var(--blue);
}

.h1-2.centered.smaller-v1 {
  font-size: 3.8vw;
}

.h1-2.centered.smaller-v1.subtitle-unidelta {
  font-size: 2.1vw;
}

.spacer-hero.is-hidden {
  display: none;
}

.bottom-hero-div-context {
  width: 100%;
}

.content-div-hero2 {
  z-index: 50;
  margin-top: 75px;
  position: relative;
}

.h2-2 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 400;
  display: block;
}

.h2-2.smaller {
  letter-spacing: -2px;
  font-size: 3rem;
}

.h2-2.smaller.smaller, .h2-2.smaller.smaller.even-smaller {
  font-size: 2.5rem;
}

.h2-2.aligned-right {
  text-align: left;
  font-size: 3rem;
}

.div-button-2-hero {
  margin-top: 35px;
}

.content-div-2 {
  z-index: 50;
  padding: 10rem 5vw;
  position: relative;
}

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

.footer-wrapper {
  border-top: .5px solid var(--borders);
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
}

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

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

.title-small {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

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

.footer-link-2:hover {
  color: #fff;
}

.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: var(--borders);
  width: 100%;
  height: .6px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--grey);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.tag-div {
  border-bottom: .5px solid var(--borders);
  margin-bottom: 6rem;
  padding-bottom: 4px;
}

.tag-text {
  color: var(--white);
  font-size: 1.4rem;
}

.bg-img-div-2 {
  background-image: linear-gradient(#8b420e, #69696929 52%, #000), url('../images/bg-ccallpa-mision.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding: 30px 5vw;
  display: flex;
}

.mision-div-2 {
  text-align: right;
  margin-top: 50px;
}

.mision-div-2.spaced-top {
  margin-top: 145px;
}

.wrap {
  perspective: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.loading {
  z-index: 1;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  position: absolute;
}

.loading.clone {
  color: #fff;
}

.count {
  z-index: 5;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  line-height: 42px;
  position: relative;
  top: 35vh;
}

.blk-block {
  background-color: #101111;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.pre-loader {
  background-image: linear-gradient(0deg, black, var(--blue));
  width: 100vw;
  height: 100vh;
}

.footer-wrapper-2 {
  background-color: #000;
  padding: 20px 5vw;
}

.fixed-hero-img {
  filter: brightness(200%);
  position: static;
  inset: 10% 0% 0%;
}

.por-que-callpa-section {
  padding-top: 25px;
  padding-left: 1vw;
  padding-right: 1vw;
}

.por-que-callpa-section.flexed-horizontal {
  display: flex;
}

.por-que-callpa-section.flexed-horizontal.fixed-height {
  height: 100vh;
  padding-bottom: 25px;
}

.por-que-callpa-section.padding-bottom {
  padding-bottom: 25px;
}

.content-div-porque-calpa {
  margin-top: 8rem;
}

.razon-div-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.columna-razones2 {
  width: 60%;
}

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

.card-div-2 {
  background-color: var(--blue);
  background-image: linear-gradient(#0769b1cf, #0769b1cf), url('../images/7675936.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 15px;
  padding: 100px 4vw 50px;
}

.card-div-2.margin-right {
  margin-right: 10px;
}

.card-div-2.margin-right.padding-edited {
  padding-top: 30px;
  padding-left: 2vw;
}

.card-div-2.margin-right.padding-edited.flexed-spaced {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  padding-bottom: 30px;
  display: flex;
}

.card-div-2.margin-right.padding-edited.flexed-spaced.servicios {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/Proyecto4-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.card-div-2.margin-right.padding-edited.flexed-spaced.servicios.contact-2 {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/arequipa2.avif');
  background-size: auto, cover;
  width: 35%;
}

.card-div-2.margin-right.padding-edited.flexed-spaced.proyectos {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/Proyecto8-7_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.card-div-2.margin-right.padding-edited.flexed-spaced.proyectos.contact-1 {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/lima1.avif');
  justify-content: space-between;
  width: 35%;
}

.columna2-razones2 {
  border-top: .5px #fff;
  border-bottom: .5px #fff;
  padding-top: 0;
  padding-bottom: 10px;
}

.productos-destacados-div-2 {
  padding: 100px 5vw;
}

.div-productos-2-wrapper {
  padding-top: 100px;
}

.columns-product-2 {
  width: 100%;
}

.product-heading2 {
  color: var(--white);
}

.text-div-bg-img {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-div-bg-img.is-contact {
  background-color: #141414;
  border-radius: 15px;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  padding: 30px 7px 30px 2vw;
}

.link-block-proyectos {
  width: 50%;
  margin-right: 10px;
  overflow: hidden;
}

.link-block-servicios {
  width: 50%;
}

.nav-2 {
  z-index: 100;
  background-color: #000;
  height: 75px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-2.inverted {
  background-color: #fff;
}

.cursor-wrapper {
  z-index: 150;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  border: 1px solid var(--blue);
  border-radius: 100%;
  width: 25px;
  height: 25px;
  box-shadow: 0 2px 20px 10px #008cffd9;
}

.link-block-2 {
  width: 100%;
}

.loader_number {
  color: #fff;
  padding-bottom: .14em;
  font-size: 20.42em;
  font-weight: 500;
  line-height: .55;
}

.container-5 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container-5.is-loader-top {
  color: #2b95eb;
  -webkit-text-stroke-color: #eb412b00;
  mix-blend-mode: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-5.is-loader-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.loader_p {
  text-transform: uppercase;
  font-size: 1.82em;
  line-height: 1;
}

.loader_p.is-right {
  text-align: right;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_progress {
  z-index: 1;
  background-color: #fff;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loader-2 {
  z-index: 1000;
  background-color: var(--blue);
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.loader_top {
  color: #eb412b;
  border-bottom: 2px solid #fff;
  position: relative;
}

.is-paragraph-div {
  text-align: left;
}

.is-paragraph-div.is-spaced-top {
  margin-top: 250px;
}

.paragraph-7 {
  text-align: left;
}

.is-about-us-column {
  height: 100%;
  max-height: 100%;
}

.columns {
  height: 100%;
}

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

.proyects-content-div {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-top: 10px;
  padding-left: 2vw;
  padding-right: 2vw;
}

.card-project-div-contet {
  background-color: #000;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 37rem;
  padding: 2.3rem;
  display: flex;
}

.silder-div-project {
  border-radius: 1.5rem;
  height: 37rem;
}

.slider-3 {
  border-radius: 1.5rem;
  height: 100%;
}

.projects-hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Proyecto10-4_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  height: 90vh;
  margin-top: 75px;
  padding: 2.3rem 4vw;
  display: flex;
}

.projects-hero-section.servicios {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/Proyecto6-3_1.avif');
}

.projects-hero-section.contacto {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/Proyecto5-2_1.avif');
}

.body {
  background-color: #cecece;
}

.h2-smaller {
  color: var(--white);
  letter-spacing: -2px;
  text-transform: none;
  font-size: 2rem;
  font-weight: 500;
}

.mask {
  border-radius: 1.5rem;
}

.slider-4 {
  height: 100%;
}

.mask-2 {
  border-radius: 1.5rem;
}

.slider-5 {
  height: 100%;
}

.bold-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
}

.slider-6, .slider-7 {
  height: 100%;
}

.mask-3, .mask-4 {
  border-radius: 1.5rem;
}

.slider-8 {
  height: 100%;
}

.mask-5 {
  border-radius: 1rem;
}

.slider-9, .slider-10 {
  height: 100%;
}

.mask-6 {
  border-radius: 1.5rem;
}

.slider-11 {
  height: 100%;
}

.mask-7 {
  border-radius: 1.5rem;
}

.slider-12 {
  height: 100%;
}

.mask-8 {
  border-radius: 1.5rem;
}

.slider-13 {
  height: 100%;
}

.mask-9 {
  border-radius: 1rem;
}

.slider-14 {
  height: 100%;
}

.mask-10 {
  border-radius: 1.5rem;
}

.content-projecst-div {
  padding-bottom: 4rem;
}

.contact-div-footer-new {
  border-top: .5px solid var(--borders);
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding-top: 25px;
  display: flex;
}

.div-content-services-div-main {
  padding-bottom: 5rem;
  padding-left: 4vw;
  padding-right: 4vw;
}

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

.image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30 {
  width: 100%;
  height: 250px;
}

.link-block-prodcut {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: space-between;
  margin-top: 5px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-prodcut.inverted {
  color: var(--white);
  border-color: #fff;
  margin-top: 5px;
}

.link-block-prodcut.inverted.spaced-bot {
  margin-bottom: 10px;
}

.link-block-prodcut.inverted.ubicacion {
  width: 50%;
  margin-top: 25px;
}

.image-31 {
  width: 25px;
  height: 25px;
}

.image-31.inverted {
  filter: invert();
  transform: rotate(90deg);
}

.link-block-product-text {
  font-size: 1rem;
}

.link-block-product-text.edited-sticky {
  border-bottom: 1px none var(--borders);
  padding-bottom: 5px;
}

.link-block-product-text.edited-sticky.blu {
  color: var(--blue);
  border-bottom-style: none;
}

.link-block-product-text.edited-sticky.smaller {
  color: var(--grey);
  font-size: .9rem;
}

.gallery-scroll-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr 1fr;
  grid-auto-columns: .25fr;
  align-items: start;
  width: 100%;
  display: block;
}

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: #1a1b1fcc;
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery-image-wrapper-2 {
  position: relative;
}

.gallery-image-3 {
  width: 100%;
}

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.body-3 {
  background-color: var(--bg-body-catalogo);
}

.image-32 {
  filter: invert();
}

.image-32.inverted {
  filter: none;
}

.image-33, .image-34, .image-35, .image-36 {
  width: 100%;
  height: 250px;
}

.wrapper-link-div {
  padding-left: 7px;
}

.image-37 {
  border-radius: 10px;
  width: 100%;
  height: 250px;
}

.body-4 {
  background-color: var(--bg-body-catalogo);
}

.paragraph-8 {
  color: #b0b0b0;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 300;
}

.body-5 {
  background-color: var(--bg-body-catalogo);
}

.bold-text-2 {
  font-weight: 600;
}

.mask-11 {
  border-radius: 15px;
}

.body-productos {
  background-color: var(--bg-body-catalogo);
}

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

.bold-text-3, .bold-text-4 {
  font-weight: 400;
}

.data-product {
  position: static;
  top: 0%;
}

.div-title-data {
  padding-left: 0;
  padding-right: 3vw;
}

.sticky-column-info {
  position: sticky;
  top: 95px;
}

.data-div {
  border-top: .5px solid var(--borders);
  margin-top: 15px;
  padding-top: 10px;
}

.product-colum-div {
  padding-left: 3vw;
  padding-right: 3vw;
}

.heading-15 {
  color: var(--blue);
  text-align: center;
}

.image-38 {
  display: block;
}

.unidelta-div-1 {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.unidelta-div-1.is-spaced-top {
  margin-top: 45px;
}

.text-div-unidelta {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.image-39 {
  margin-left: 35px;
}

.bold-text-6 {
  text-align: left;
}

.image-40 {
  margin-top: 25px;
}

.link, .link-2 {
  color: var(--white);
  margin-bottom: 10px;
}

.link-3 {
  color: var(--white);
}

.div-block-78 {
  flex-flow: column;
  display: flex;
}

.slider-15 {
  height: 100%;
}

.slide-6 {
  background-image: linear-gradient(#000c, #000c), url('../images/slider-2ccallpa.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-7 {
  background-image: linear-gradient(#000c, #000c), url('../images/slider-1ccallpa.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-8 {
  background-image: linear-gradient(#000c, #000c), url('../images/slider-3-ccallpa.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-9 {
  background-image: linear-gradient(#000c, #000c), url('../images/slider-5ccallpa.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-10 {
  background-image: linear-gradient(#000c, #000c), url('../images/slider-4-ccallpa.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-bullet {
  color: var(--black);
  font-size: 1rem;
}

.service-items {
  margin-top: 45px;
}

.heading-16, .heading-17, .heading-18 {
  font-size: 2rem;
}

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-two {
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 20px 20px 15px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-logo-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 12px;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .hero-image-background {
    background-attachment: scroll;
  }

  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    top: 10vw;
  }

  .hero-image-foreground {
    background-attachment: scroll;
  }

  .section {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .floating-image-wrapper.contact-section {
    max-width: none;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: none;
  }

  .logos-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .separator-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .service-wrapper {
    max-width: none;
  }

  .project-content-box {
    box-shadow: none;
    min-width: auto;
    max-width: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .project-description {
    margin-bottom: 0;
  }

  .hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .stats-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    max-width: none;
  }

  .inner-images-wrapper {
    max-width: none;
  }

  .large-title {
    font-size: 15.5vw;
  }

  .project-thumbnails-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    max-width: none;
    padding-top: 0;
  }

  .footer-section {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

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

  .project-rich-text {
    max-width: none;
  }

  .help-page-h2 {
    font-size: 3rem;
  }

  .bottom-margin-100px {
    margin-bottom: 75px;
  }

  .footer {
    margin-top: 0;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  ._1005 {
    height: 200px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    top: 133px;
  }

  .nav-menu-wrapper-2.moved {
    border-radius: 15px;
    width: 100%;
    position: absolute;
    top: 0;
  }

  .nav-menu-wrapper-2.moved-3 {
    z-index: 2147483647;
    top: 119px;
  }

  .nav-menu-wrapper-2.moved-4 {
    z-index: 0;
    top: 194px;
  }

  .nav-menu-two-2 {
    background-color: #000;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .loading {
    font-size: 30px;
  }

  .loading.clone, .count {
    font-size: 30px;
    line-height: 44px;
  }

  .container-5 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .loader-2 {
    justify-content: center;
    align-items: center;
  }

  .loader_top {
    border-top: 2px solid #000;
    position: absolute;
    inset: 0% 0% auto;
  }

  .icon-2 {
    color: var(--white);
  }

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

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

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -2px;
    font-size: 3rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-link {
    display: inline-block;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .hero-images-wrapper {
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .about-block {
    flex-flow: column;
    max-width: none;
  }

  .about-blocks-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-bullet-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-block {
    justify-content: space-between;
  }

  .div-block-72 {
    position: static;
  }

  .large-title {
    font-size: 15vw;
  }

  .images-wrapper {
    min-height: auto;
  }

  .work-with-us-block {
    flex-flow: column;
  }

  .footer-grid-top {
    margin-bottom: 80px;
  }

  .secondary-button {
    flex: 1;
  }

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

  .buttons-grid {
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .help-page-h2 {
    font-size: 2.5rem;
  }

  .bottom-margin-100px {
    margin-bottom: 50px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h1-2.centered.smaller-v1 {
    letter-spacing: 0;
  }

  .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-2:hover {
    color: #1a1b1fbf;
  }

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

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

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

  .loading, .loading.clone {
    font-size: 28px;
  }

  .card-project-div-contet {
    height: auto;
    margin-top: 20px;
  }

  .card-content-project-div {
    margin-top: 45px;
  }

  .gallery-scroll-2 {
    padding: 60px 15px;
  }

  .menu-button-3 {
    color: var(--white);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -2px;
    font-size: 14vw;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-wrapper {
    background-color: #fff;
  }

  .hero-images-wrapper {
    height: 70vh;
    max-height: 70vh;
    margin-bottom: 0;
  }

  .page-title {
    padding-left: 10px;
    padding-right: 10px;
    top: 10vh;
  }

  .grey-text {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }

  .stat {
    font-size: 5rem;
  }

  .section {
    padding-top: 50px;
  }

  .section.black-bg {
    padding-bottom: 50px;
  }

  .section.top-padding-0px {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.is-spaced-top {
    padding-top: 50px;
  }

  .section.is-padding-bot {
    padding-bottom: 50px;
  }

  .service-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .services-list {
    align-items: flex-start;
    display: block;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-wrapper {
    align-items: flex-start;
  }

  .accordion-trigger {
    padding-bottom: 5px;
  }

  .open-close-box {
    right: 5%;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .animated-grid-image {
    height: 350px;
  }

  .single-service-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .stats-block {
    flex-flow: column;
    display: block;
  }

  .inner-images-wrapper {
    position: relative;
  }

  .center-image {
    width: 50vw;
    position: static;
  }

  .top-left-image {
    width: 35vw;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .top-right-image {
    width: 35vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bottom-left-image {
    width: 30vw;
    position: absolute;
    inset: auto auto -20px 0%;
  }

  .bottom-right-image {
    width: 40vw;
    position: absolute;
    inset: auto 0% -40px auto;
  }

  .large-title {
    font-size: 14vw;
  }

  .bottom-margin-20px.is-styled {
    margin-top: -36px;
    font-size: 4rem;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    margin-top: 5px;
  }

  .footer-grid-top {
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .footer-grid-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .dark-footer-links-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
  }

  .footer-section {
    padding-top: 50px;
  }

  .secondary-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .buttons-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .primary-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-margin-100px {
    margin-bottom: 40px;
  }

  .utility-page-content {
    width: 300px;
  }

  .buy-template-popup, .all-templates-popup {
    font-size: .9rem;
  }

  .top-text {
    text-align: center;
    font-size: .6rem;
  }

  .products-div-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .products-div-wrapper.is-margin-bottom {
    display: none;
  }

  .products-div-wrapper.home2 {
    padding-bottom: 0;
  }

  .product-div-container._2.home-2, .product-div-container._3.home2-3, .product-div-container._4 {
    height: 200px;
    margin-top: 10px;
  }

  .product-div-container._5 {
    height: 200px;
  }

  .product-div-container._6, .product-div-container._7, .product-div-container._8 {
    height: 200px;
    margin-top: 15px;
  }

  .product-div-container.home2-1 {
    height: 200px;
  }

  .product-descriptio-div-main {
    margin-bottom: 25px;
    padding-left: 0;
  }

  .heading {
    font-size: 2rem;
  }

  .btn-1.negative.is-spaced-top {
    margin-top: 40px;
    margin-left: 0;
  }

  .btn-1.is-spaced-top {
    text-align: center;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1.3rem;
  }

  .btn-1.opcion2 {
    width: 80%;
  }

  .btn-1.opcion2.opcion-3 {
    margin-top: 15px;
  }

  .cta-compra {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

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

  .right-div {
    width: 100%;
  }

  .is-white.is-spaced-down {
    font-size: 2rem;
  }

  .hero-heading-right {
    padding: 0 0 20px;
  }

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

  .hero-wrapper {
    margin-top: 0;
  }

  .hero-split {
    width: 100%;
    height: 45vh;
    display: block;
  }

  .hero-split.right {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 55px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-split.is-tuberia {
    height: 30vh;
  }

  .margin-bottom-24px.is-white {
    margin-bottom: 25px;
  }

  .title-product.is-white.is-centered.is-bigger {
    height: auto;
  }

  .title-product.is-white.is-centered.is-bigger.is-smaller {
    font-size: 1.2rem;
  }

  .title-product.is-white.is-centered.is-bigger.is-smaller.final {
    letter-spacing: -2px;
    font-weight: 400;
  }

  .title-product.is-white.is-centered.is-bigger.final {
    font-size: 1.8rem;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .product-title-div {
    margin-bottom: 30px;
  }

  .spacer {
    display: none;
  }

  .logo-footer-wrapper {
    text-align: left;
  }

  .div-accesorios-wrapper {
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container-accesorios-div.is-spaced-top {
    border-bottom-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 100%;
    display: flex;
  }

  .div-product-wrapper {
    margin-bottom: 20px;
    display: flex;
  }

  .link-ficha {
    font-size: 1.2rem;
  }

  .image-11 {
    width: 200px;
  }

  .why-ccallpa-section {
    margin-top: 0;
  }

  .paragraph {
    font-size: 1.1rem;
  }

  .paragraph.is-spaced-top {
    font-weight: 400;
  }

  .paragraph.spaced-top-bot {
    font-size: 1rem;
    font-weight: 400;
  }

  .image-12 {
    width: 100%;
  }

  .slide.aco1.is-tub, .slide.aco2.is-tube2 {
    background-size: contain;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .slide-5.aco3.is-tube-3 {
    background-size: contain;
  }

  .btns-div {
    flex-flow: column;
    width: 100%;
  }

  .related-productos-div-wrapper {
    display: block;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .related-product-div-card {
    margin-top: 25px;
  }

  .img-wrapper-realted-product {
    height: 200px;
  }

  .image-16 {
    width: 100%;
  }

  .related-prod-div-main {
    margin-top: 50px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .proyect-div-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .proyect-div-description {
    padding-right: 0;
  }

  .div-slider-project-wrapper {
    margin-top: 20px;
  }

  .project-title-div {
    margin-top: 5rem;
  }

  .number-label-project {
    font-size: 10rem;
  }

  .heading-10 {
    font-size: 2rem;
  }

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

  .heading-12 {
    font-size: 1.5rem;
  }

  .div-block-77 {
    flex-flow: column;
    display: block;
  }

  .heading-13, .heading-14 {
    font-size: 2rem;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 1.1rem;
  }

  .list-item {
    width: 90%;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-link-2.inverted {
    color: var(--white);
  }

  .nav-dropdown {
    z-index: 2147483647;
    overflow: auto;
  }

  .nav-dropdown-toggle.inverte {
    color: var(--white);
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    overflow: auto;
  }

  .navbar-wrapper-2 {
    flex-flow: row;
    position: static;
  }

  .nav-menu-wrapper-2 {
    width: 100%;
    height: auto;
    position: static;
  }

  .nav-menu-wrapper-2.moved {
    top: 0;
  }

  .nav-menu-wrapper-2.moved-3 {
    z-index: 2147483647;
    position: absolute;
    top: 193px;
  }

  .nav-menu-wrapper-2.moved-4 {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: block;
    position: absolute;
    top: 298px;
  }

  .nav-menu-two-2 {
    z-index: 1;
    background-color: #000;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    display: flex;
    position: static;
  }

  .list-item {
    margin-bottom: 10px;
  }

  .list-item-2 {
    width: 90%;
    margin-bottom: 10px;
  }

  .text-block-inveretdf {
    color: var(--white);
  }

  .div-section-option2 {
    height: 90vh;
  }

  .hero-option2 {
    bottom: 29%;
  }

  .main-title-div-hero2 {
    top: 5vh;
  }

  .h1-2 {
    text-align: left;
    white-space: normal;
    overflow-wrap: normal;
    font-size: 3rem;
  }

  .h1-2.is-black.is-smaller {
    font-size: 2.5rem;
  }

  .h1-2.centered.smaller-v1 {
    text-align: center;
    font-size: 1.5rem;
  }

  .h1-2.centered.smaller-v1.subtitle-unidelta {
    font-size: 1.5rem;
  }

  .h2-2 {
    font-size: 1.9rem;
  }

  .h2-2.smaller {
    font-size: 3rem;
  }

  .h2-2.smaller.smaller {
    font-size: 2rem;
  }

  .h2-2.smaller.smaller.even-smaller {
    font-size: 1.5rem;
  }

  .h2-2.aligned-right {
    text-align: center;
  }

  .content-div-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-copyright-center {
    text-align: center;
  }

  .bg-img-div-2 {
    height: 75vh;
  }

  .loading {
    font-size: 24px;
  }

  .loading.clone {
    z-index: 2;
    font-size: 24px;
  }

  .fixed-hero-img {
    object-fit: cover;
  }

  .por-que-callpa-section.flexed-horizontal.fixed-height {
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .por-que-callpa-section.padding-bottom {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .razon-div-1 {
    margin-top: 0;
    display: block;
  }

  .columna-razones2 {
    width: 100%;
  }

  .number-div {
    display: block;
  }

  .card-div-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .card-div-2.margin-right.padding-edited.flexed-spaced.servicios.contact-2, .card-div-2.margin-right.padding-edited.flexed-spaced.proyectos.contact-1 {
    width: 100%;
  }

  .productos-destacados-div-2 {
    padding-bottom: 30px;
  }

  .text-div-bg-img.is-contact, .link-block-proyectos {
    width: 100%;
  }

  .link-block-servicios {
    width: 100%;
    margin-top: 25px;
  }

  .cursor-wrapper {
    display: none;
  }

  .loader_number {
    font-size: 50vw;
  }

  .container-5.is-loader-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .loader_p.is-right {
    text-align: left;
    margin-top: 10px;
  }

  .loader-2 {
    display: none;
  }

  .is-paragraph-div.is-spaced-top {
    margin-top: 30px;
  }

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

  .icon-2 {
    color: var(--white);
  }

  .icon-2.inverted {
    color: var(--black);
  }

  .card-project-div-contet {
    height: auto;
    margin-top: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .silder-div-project {
    height: 30vh;
  }

  .projects-hero-section {
    height: 60vh;
  }

  .h2-smaller {
    font-size: 1.7rem;
  }

  .bold-text {
    font-size: 1.5rem;
  }

  .contact-div-footer-new {
    flex-flow: column;
  }

  .link-block-prodcut, .link-block-prodcut.inverted.ubicacion {
    width: 100%;
  }

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

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

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

  .bold-text-3 {
    font-size: 2.5rem;
  }

  .bold-text-3.smaller {
    font-size: 2rem;
  }

  .sticky-column-info {
    position: static;
  }

  .bold-text-5 {
    text-align: center;
  }

  .unidelta-div-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .unidelta-div-1.is-spaced-top {
    height: auto;
    padding: 35px 15px;
    display: flex;
  }

  .text-div-unidelta {
    display: block;
  }

  .image-39 {
    margin-left: 0;
  }

  .bold-text-6 {
    text-align: center;
  }

  .link, .link-2 {
    margin-bottom: 5px;
  }

  .div-block-78 {
    flex-flow: column;
    display: flex;
  }

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

#w-node-_942c5e68-a474-835e-020b-a11426c338be-26c338b9, #w-node-_942c5e68-a474-835e-020b-a11426c338c7-26c338b9, #w-node-_942c5e68-a474-835e-020b-a11426c338d2-26c338b9, #w-node-_3d182348-b45b-b865-3807-332bb575c1ea-26c338b9, #w-node-fe1bb93c-14f0-ebe8-2e7b-8173a8f96f33-26c338b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a76e3957-4a33-d46c-8ffb-5b91cdbe2765-cdbe26d7 {
  justify-self: end;
}

#w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-e99bb729, #w-node-_9828e588-e492-45f8-269a-721dc7c9bbd5-e99bb729 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bad632a6-9246-9b39-3da6-f18fee55ec9d-e99bb729, #w-node-bad632a6-9246-9b39-3da6-f18fee55ecbf-e99bb729, #w-node-bad632a6-9246-9b39-3da6-f18fee55ece1-e99bb729, #w-node-bad632a6-9246-9b39-3da6-f18fee55ed03-e99bb729 {
  justify-self: end;
}

#w-node-_427b26cd-8a7b-6c2f-81f3-f0b362a500ee-e99bb729, #w-node-b46db727-f2de-96bd-e3d3-aad2bd561235-e99bb729 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3256d5a9-012c-d1a8-4951-926983fad144-60c756ed, #w-node-_3256d5a9-012c-d1a8-4951-926983fad166-60c756ed {
  justify-self: end;
}

#w-node-_3256d5a9-012c-d1a8-4951-926983fad169-60c756ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3256d5a9-012c-d1a8-4951-926983fad188-60c756ed, #w-node-_3256d5a9-012c-d1a8-4951-926983fad1a2-60c756ed {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_5bbbe3a8-d436-46a3-da1b-5c148fe98b26-e99bb729, #w-node-_9828e588-e492-45f8-269a-721dc7c9bbd5-e99bb729 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Heaters';
  src: url('../fonts/Heaters.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.whatsapp-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

#wa-main-button {
  background: #25D366;
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 50px;
  cursor: pointer;
}

.wa-options {
  display: none;
  flex-direction: column;
  margin-bottom: 10px;
}

.wa-options.show {
  display: flex;
}

.wa-options a {
  background: white;
  padding: 8px 12px;
  margin-bottom: 5px;
  text-decoration: none;
  border-radius: 8px;
  color: #333;
  font-weight: bold;
}
.whatsapp-floating {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#wa-main-button {
  background: #25D366;
  color: white;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transition: 0.3s;
}

#wa-main-button:hover {
  transform: scale(1.1);
}

.wa-options {
  display: none;
  flex-direction: column;
  margin-bottom: 10px;
  animation: fadeIn 0.3s ease-in-out;
}

.wa-options a {
  background: white;
  color: #333;
  padding: 10px 15px;
  margin-bottom: 8px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: 0.2s;
}

.wa-options a i {
  margin-right: 6px;
  color: #25D366;
}

.wa-options a:hover {
  transform: translateX(-5px);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.whatsapp-floating {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* BOTÓN PRINCIPAL */
#wa-main-button {
  background: #25D366;
  color: white;
  border: none;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  animation: pulse 2s infinite;
  transition: 0.3s;
}

#wa-main-button:hover {
  transform: scale(1.1);
}

/* Animación suave */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.6); }
  70% { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* Tooltip */
.wa-tooltip {
  background: white;
  color: #333;
  padding: 8px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  animation: fadeIn 0.5s ease-in-out;
}

/* Opciones */
.wa-options {
  display: none;
  flex-direction: column;
  margin-bottom: 10px;
  animation: fadeIn 0.3s ease-in-out;
}

.wa-options a {
  background: #ffffff;
  color: #333;
  padding: 10px 16px;
  margin-bottom: 8px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: 0.2s;
}

.wa-options a i {
  margin-right: 6px;
  color: #25D366;
}

.wa-options a:hover {
  transform: translateX(-5px);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}