@font-face {
  font-family: Bigruns Personal Use Only;
  src: url('../fonts/Bigruns-Personal-Use-Only.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Acumin Pro Cond;
  src: url('../fonts/Acumin-Pro-Cond-Light.otf') format("opentype"), url('../fonts/Acumin-Pro-Cond-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Acumin Pro Cond;
  src: url('../fonts/Acumin-Pro-Cond-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Acumin Pro Cond;
  src: url('../fonts/Acumin-Pro-Cond-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Acumin Pro Cond;
  src: url('../fonts/Acumin-Pro-Cond-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Acumin Pro Cond;
  src: url('../fonts/Acumin-Pro-Cond-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-jcpaint: #3d8cca;
  --green-jcpaint: #6fbe45;
}

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

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

@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 {
  background-color: #fff;
  font-family: Acumin Pro Cond, Impact, sans-serif;
  font-weight: 500;
}

.hero {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff0;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 90vh;
  max-height: 90vh;
  padding: 0;
  display: flex;
  position: relative;
}

.containermult {
  z-index: 1;
  opacity: .54;
  mix-blend-mode: multiply;
  background-color: #1584da;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  max-height: none;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.container-2 {
  padding: 0;
}

.div-block {
  mix-blend-mode: normal;
  flex: 1;
  align-self: stretch;
  display: flex;
  position: relative;
}

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

.heading-2 {
  color: #fff;
  mix-blend-mode: normal;
}

.container-3 {
  z-index: 2;
  object-fit: fill;
  background-color: #fff;
  flex: 1;
  align-self: stretch;
  max-width: none;
  max-height: none;
  margin: 27px;
  position: relative;
}

.container-4 {
  z-index: 8;
  background-color: #fff0;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 35px;
  margin-right: 35px;
  padding: 10px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.container-5 {
  mix-blend-mode: normal;
  object-fit: contain;
  background-image: url('../images/banera-hero-img-webp.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-1 {
  z-index: 9;
  color: #abfa82;
  text-transform: uppercase;
  width: 50%;
  margin-bottom: 5px;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 97%;
  position: relative;
}

.paragrahp-hero {
  z-index: 10;
  color: #fff;
  width: 51%;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}

.div-block-2 {
  opacity: 1;
  color: var(--blue-jcpaint);
  flex: 0 auto;
  align-self: center;
  position: relative;
}

.navbar-no-shadow {
  z-index: 20;
  flex: 0 auto;
  padding-top: 0;
  position: static;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 35px 9px;
  position: static;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  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-dropdown {
  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 {
  margin-right: 10px;
}

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.mobile-margin-top-10 {
  flex: 0 auto;
  list-style-type: none;
  overflow: visible;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: var(--blue-jcpaint);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  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;
}

.list-item {
  list-style-type: none;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-top: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}

.container-6 {
  z-index: 6;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .89;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.introdiv-1 {
  background-color: #fff;
  flex: 1;
  align-self: auto;
}

.introdiv2, .introdiv3 {
  background-color: #fff;
  flex: 1;
}

.introdiv3.whitediv {
  background-color: #fff;
}

.introdiv4, .introdiv5, .introdiv6, .introdiv7, .introdiv8 {
  background-color: #fff;
  flex: 1;
}

.image {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow: clip;
}

.container-7 {
  opacity: 1;
  background-color: #fff0;
  max-width: none;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.services {
  background-color: #d8d8d8;
  background-image: linear-gradient(#e4e4e4c9, #e4e4e4c9), url('../images/JC-Paint-Logo-White.png');
  background-position: 0 0, 50%;
  background-size: auto, 50px;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

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

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  flex: 0 auto;
  grid-template-rows: minmax(200px, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  display: grid;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--green-jcpaint);
  background-color: #ffffff80;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.paragraph {
  text-align: center;
}

.heading-5 {
  color: var(--green-jcpaint);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.servicesdivblock {
  aspect-ratio: 1;
  background-image: url('../images/banera-hero-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex: 1;
  align-self: auto;
  width: 200px;
  height: auto;
  display: block;
}

.div-block-6 {
  background-color: #fff0;
  width: auto;
  height: auto;
}

.image-2 {
  align-self: center;
  width: 400px;
  max-width: none;
  height: auto;
}

.div-block-7 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.servicesimgs {
  width: 60px;
  margin-bottom: 20px;
}

.paragraph-2 {
  text-align: center;
  width: 60%;
  max-width: 60%;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 115%;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  display: flex;
}

.servicioatodalaisla {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-6 {
  color: var(--blue-jcpaint);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bigruns Personal Use Only, Impact, sans-serif;
  font-size: 5.3rem;
  line-height: 88%;
}

.heading-7 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 115%;
}

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

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

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

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

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

.footer-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.whattsapptext {
  color: var(--blue-jcpaint);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.whattsapptext.phonetext {
  margin-top: 10px;
}

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

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

.footer-social-block {
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 0;
  margin-right: 10px;
}

.footer-divider {
  background-color: var(--blue-jcpaint);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-3 {
  max-width: 42%;
}

.image-4 {
  color: #fff;
  background-color: #3d8cca00;
  width: 25px;
  max-height: 100%;
}

.image-5 {
  background-color: #3d8cca00;
  margin-left: 0;
}

.image-6 {
  background-color: var(--blue-jcpaint);
}

.container-10 {
  background-color: #2b649000;
  background-image: linear-gradient(#004073bf, #004073bf), url('../images/5.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: none;
  padding: 10px 20px 20px;
}

.benefits-text-heading {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}

.paragraph-3 {
  color: #fff;
  width: 82%;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 110%;
}

.heading-8 {
  color: var(--green-jcpaint);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
}

.div-block-10 {
  border: 3px solid var(--green-jcpaint);
  background-color: #000;
  border-radius: 10px;
  padding: 20px;
}

.heading-9 {
  background-image: linear-gradient(180deg, #fff, var(--green-jcpaint));
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
  font-family: Bigruns Personal Use Only, Impact, sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 115%;
  transform: rotate(-4deg);
}

.div-block-11 {
  margin-bottom: 20px;
  padding: 0;
}

.form-block {
  padding: 16px;
}

.sobre-nosotros {
  padding: 20px;
}

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

.image-7 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  max-width: none;
  box-shadow: 5px 7px 17px -4px #113551bf;
}

.div-block-12 {
  border: 18px #000;
  border-radius: 0;
  max-width: none;
}

.div-block-13 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  font-size: 2.2rem;
  display: flex;
}

.heading-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 115%;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 130%;
}

.image-8 {
  max-width: 43%;
}

.heading-11 {
  color: var(--blue-jcpaint);
  margin-top: 0;
  font-size: 2.1rem;
  line-height: 94%;
}

.container-11 {
  z-index: 0;
  background-color: #3d8cca00;
  background-image: linear-gradient(#000, #173852);
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: auto;
  max-height: none;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 5;
  aspect-ratio: 2 / 3;
  border: 5px solid var(--green-jcpaint);
  object-fit: fill;
  border-radius: 10px;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: 500px;
  max-height: 500px;
  position: relative;
  overflow: hidden;
}

.section {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  position: relative;
}

.whattlink {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.text-block {
  font-family: Acumin Pro Cond, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 103%;
}

.link-block {
  align-self: stretch;
  text-decoration: none;
}

.image-9 {
  flex: 0 auto;
  width: 20px;
  margin: 0;
}

.image-10 {
  -webkit-text-fill-color: inherit;
  background-color: #3d8cca00;
  background-clip: content-box;
  border: 2px #fff;
  border-radius: 5px;
  width: 20px;
  margin: 0;
}

.path {
  background-color: #fff0;
}

.g {
  background-color: #fff;
}

.svg {
  background-color: var(--blue-jcpaint);
  width: 30px;
}

.section-2 {
  width: 100vw;
  max-height: none;
  position: static;
}

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

.container-12 {
  position: static;
  inset: 0%;
}

.container-13 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  text-align: left;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100vw;
  max-width: none;
  padding: 35px 20px;
  display: grid;
}

.bas-wrapper {
  border: 4px #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 350px;
  height: 400px;
  position: relative;
  top: 0;
  overflow: hidden;
  box-shadow: 0 7px 16px -3px #ade68f;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  background-color: var(--green-jcpaint);
  background-image: url('../images/jcpaintAsset-1rightleftarrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  background-color: var(--green-jcpaint);
  color: #fff;
  cursor: pointer;
  padding: 4px 12px;
  font-family: Acumin Pro Cond, Impact, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  background-color: var(--green-jcpaint);
  color: #fff;
  cursor: pointer;
  padding: 4px 12px;
  font-family: Acumin Pro Cond, Impact, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  position: absolute;
  top: 24px;
  right: 24px;
}

.container-14 {
  background-color: #000;
  position: absolute;
  inset: auto;
}

.section-3 {
  border-style: solid;
  border-width: 7px 1px 1px;
  border-color: var(--green-jcpaint);
  background-color: #fff;
  border-radius: 0;
}

.container-15 {
  background-color: #000;
  width: 100vw;
  max-width: 100vw;
  height: 100px;
  position: static;
}

.div-block-14 {
  box-shadow: 0 2px 11px -9px var(--green-jcpaint);
}

.heading-12 {
  border-style: none;
  border-width: 1px;
  border-color: var(--green-jcpaint) var(--green-jcpaint) #fff;
  text-align: left;
  border-radius: 6px;
  width: 55%;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  line-height: 110%;
}

.container-16 {
  border: 1px none var(--green-jcpaint);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.paragraph-5 {
  opacity: 1;
  width: 55%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 130%;
}

.div-block-15 {
  border: 2px solid #fff;
  border-radius: 7px;
}

.container-17 {
  flex-flow: column;
  width: auto;
  max-width: 95vw;
  padding-bottom: 15px;
  display: flex;
}

.heading-13 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.listo-cotizacin-text {
  border: 1px solid var(--green-jcpaint);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  align-self: center;
  margin-top: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  margin-top: 28px;
  margin-bottom: 28px;
  display: grid;
}

.cotizacion-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--green-jcpaint);
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-11 {
  flex: 0 auto;
  width: 60px;
  margin-top: 19px;
  margin-bottom: 19px;
}

.cotizacion-section {
  background-color: #efefef;
}

.cotizacion-div-text {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 115%;
}

.cotizacion-gratis {
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

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

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

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

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

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

.centered-heading {
  color: var(--blue-jcpaint);
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  height: auto;
  max-height: none;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #3d8cca1a;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
}

.div-block-17 {
  aspect-ratio: auto;
  display: block;
}

.div-block-18 {
  background-color: #3d8cca33;
  border-radius: 10px;
  padding: 0;
  position: relative;
  inset: 0%;
}

.slide {
  width: 40%;
  margin: 15px;
}

.slider {
  padding: 0;
}

.mask {
  padding: 14px;
  position: relative;
}

.slide-2 {
  background-color: #373737;
  background-image: linear-gradient(180deg, var(--blue-jcpaint), #3d8cca3b);
  width: 40%;
  height: 300px;
  box-shadow: 0 2px 12px 1px var(--blue-jcpaint);
  border: 1px solid #97d1ff;
  border-radius: 18px;
  margin-right: 20px;
  padding: 15px;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 15px;
  display: flex;
}

.slider-2 {
  background-color: #fff;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.heading-14 {
  color: var(--blue-jcpaint);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 2.5rem;
  position: relative;
}

.heading-15 {
  color: #fff;
  flex: 0 auto;
  margin-top: 0;
  font-size: 2rem;
}

.paragraph-7 {
  color: #fff;
  flex: 1;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.image-12 {
  width: 100px;
}

.image-13 {
  flex: 0 auto;
  align-self: auto;
  width: 120px;
  margin-top: 20px;
}

.icon-2, .icon-3 {
  color: var(--blue-jcpaint);
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-19 {
  border: 1px solid var(--green-jcpaint);
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 12px;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  background-color: #3d8cca1f;
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
  font-family: Montserrat, sans-serif;
}

.testimonial-info-three {
  background-color: var(--blue-jcpaint);
  border-radius: 9px;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 0;
}

.testimonial-main-heading {
  color: #fff;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-2, .text-block-3, .text-block-4 {
  color: #fff;
}

.testimonial-slider-small-2 {
  background-color: #e6e6e6;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
}

.testimonial-slider-2 {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card-2 {
  background-color: #3d8cca1c;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.testimonial-author-2 {
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  display: block;
  position: static;
}

.tagline-2 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper-2 {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left-2:focus-visible, .testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right-2:focus-visible, .testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  display: none;
}

.image-14 {
  background-color: var(--blue-jcpaint);
  flex: 0 auto;
}

.image-15 {
  background-color: var(--blue-jcpaint);
}

.paragraph-8 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  height: 75px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  display: block;
  overflow: scroll;
}

@media screen and (max-width: 991px) {
  .paragrahp-hero {
    font-size: 1.3rem;
  }

  .nav-menu-wrapper {
    mix-blend-mode: normal;
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    mix-blend-mode: multiply;
    background-color: #00000080;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
    width: 30vw;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link {
    margin-right: 37px;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 0;
  }

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

  .list-item {
    margin-bottom: 10px;
  }

  .icon {
    color: #fff;
    background-color: #0000;
  }

  .list-item-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list-item-3 {
    margin-bottom: 10px;
  }

  .container {
    max-width: 728px;
  }

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

  .div-block-12 {
    aspect-ratio: auto;
  }

  .heading-10 {
    margin-bottom: 0;
  }

  .container-13 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  }

  .container-16 {
    padding-left: 20px;
  }

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .slide-2 {
    width: 50%;
  }

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    max-height: none;
  }

  .containermult {
    inset: 0%;
  }

  .container-4 {
    position: relative;
  }

  .container-5 {
    background-position: 50%;
  }

  .heading-1 {
    width: 75%;
    font-size: 2.1rem;
  }

  .paragrahp-hero {
    width: 84%;
    font-size: 1rem;
  }

  .div-block-2 {
    font-size: 1rem;
  }

  .navbar-no-shadow {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 20px 21px;
    display: block;
    position: relative;
    inset: 0 0% auto;
  }

  .navbar-no-shadow-container {
    padding: 0 10px;
    display: block;
    top: 0;
    bottom: auto;
  }

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

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    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;
  }

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

  .menu-button {
    padding: 0;
  }

  .list-item {
    margin-bottom: 0;
  }

  .list-item-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-item-3 {
    margin-bottom: 0;
  }

  .div-block-4 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .heading-5 {
    font-size: 2.1rem;
  }

  .image-2 {
    width: 334px;
  }

  .div-block-7 {
    margin-top: 0;
  }

  .container-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

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

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

  .footer-brand.w--current {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 40vw;
    margin-top: 20px;
  }

  .footer-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 80%;
  }

  .whattsapptext {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
  }

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

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

  .footer-social-link {
    margin-left: 0;
  }

  .footer-divider {
    justify-content: flex-start;
    align-items: center;
    width: 96%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-10 {
    flex-flow: column;
    display: flex;
  }

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

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

  .div-block-12 {
    width: 90vw;
  }

  .div-block-13 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .whattlink {
    justify-content: center;
    margin-bottom: 6px;
  }

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

  .container-13 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .div-block-16 {
    grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .cotizacion-div {
    justify-content: center;
    align-items: center;
    padding: 6px 0;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .slide-2 {
    width: 75%;
    height: 275px;
  }

  .heading-14 {
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    line-height: 100%;
    display: block;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

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

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: linear-gradient(#000000bf, #000000bf);
    height: 90vh;
    max-height: 100vh;
  }

  .containermult {
    background-color: var(--blue-jcpaint);
    opacity: 1;
    mix-blend-mode: multiply;
  }

  .container-4 {
    margin: 15px;
    padding: 0;
    font-size: 2rem;
  }

  .container-5 {
    background-color: #3d8cca00;
    background-image: url('../images/banera-hero-img-webp.webp');
    background-position: 55%;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    overflow: hidden;
  }

  .heading-1 {
    width: 65%;
    font-size: 2rem;
  }

  .paragrahp-hero {
    font-size: 1.1rem;
    font-weight: 300;
  }

  .navbar-no-shadow {
    margin-top: auto;
    padding: 12px 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar-no-shadow-container {
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .container-regular {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-wrapper {
    flex-flow: row;
  }

  .nav-menu {
    flex-direction: column;
    width: 40vw;
    margin-right: 15px;
    padding-bottom: 0;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    padding: 0;
  }

  .button {
    margin-top: 10px;
    margin-bottom: 11px;
    padding: 8px 15px 7px;
    font-size: 1.1rem;
  }

  .icon {
    color: var(--green-jcpaint);
  }

  .list-item-2, .list-item-3 {
    margin-bottom: 0;
  }

  .container-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .introdiv-1 {
    flex: 1;
    align-self: auto;
    overflow: visible;
  }

  .container-7 {
    position: absolute;
    inset: 0%;
    overflow: clip;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-4 {
    text-align: left;
    text-transform: none;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 100%;
  }

  .div-block-4 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 100%;
  }

  .image-2 {
    width: 217px;
    margin-top: 0;
    overflow: hidden;
  }

  .div-block-7 {
    width: 100vw;
    height: 256px;
    margin-top: 0;
  }

  .servicesimgs {
    width: 50px;
  }

  .paragraph-2 {
    width: 80%;
    max-width: 80%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: .8rem;
  }

  .div-block-8 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .container-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .heading-6 {
    text-align: center;
    align-self: center;
    font-size: 3.7rem;
  }

  .heading-7 {
    text-align: center;
    align-self: center;
    font-size: 1.4rem;
  }

  .container {
    max-width: none;
  }

  .footer-brand {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-content {
    width: 60vw;
  }

  .whattsapptext {
    margin-bottom: 10px;
  }

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

  .heading-8 {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

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

  .heading-9 {
    margin-top: 10px;
    font-size: 3.5rem;
  }

  .sobre-nosotros {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    box-sizing: border-box;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: cover;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    overflow: clip;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    display: block;
  }

  .div-block-13 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .heading-10 {
    margin-bottom: 5px;
  }

  .paragraph-4 {
    font-size: .8rem;
    line-height: 135%;
  }

  .image-8 {
    align-self: center;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .background-video {
    height: 450px;
    margin-top: -35px;
  }

  .section {
    padding: 15px;
  }

  .container-13 {
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .section-3 {
    background-color: #fff;
    margin-top: 0;
  }

  .container-15 {
    height: 80px;
  }

  .heading-12 {
    width: 100%;
    font-size: 23px;
  }

  .paragraph-5 {
    width: 100%;
    font-size: 13px;
  }

  .div-block-16 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .cotizacion-div {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cotizacion-gratis {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80vw;
    max-width: 80vw;
    margin-top: 10px;
    font-size: 2.4rem;
    line-height: 86%;
    display: flex;
    overflow: visible;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .slide-2 {
    width: 85%;
    max-width: 85%;
    height: 325px;
  }

  .div-block-19 {
    padding-top: 0;
  }

  .heading-14 {
    width: 85%;
    font-size: 2.5rem;
  }

  .heading-15 {
    font-size: 1.5rem;
  }

  .paragraph-7 {
    font-size: .9rem;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-slider-small-2 {
    background-color: #efefef;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .centered-heading-3 {
    margin-bottom: 10px;
    font-size: 7vw;
    line-height: 100%;
  }

  .centered-subheading-2 {
    font-size: 5vw;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

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

  .testimonial-author-2 {
    line-height: 100%;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }
}

#w-node-_7c7525d1-dbd9-e8c0-4c06-97bfaf64fa1c-4f1b2d22 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b82d593d-25fa-f1df-111a-6d2fbd39cb2d-4f1b2d22 {
  place-self: auto stretch;
}

#w-node-_75d7a229-8b89-7971-4791-eac52a386858-4f1b2d22 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c35cba80-c3cb-b1b2-e726-92cfa09c2da2-4f1b2d22 {
  align-self: auto;
}

#w-node-c35cba80-c3cb-b1b2-e726-92cfa09c2da3-4f1b2d22, #w-node-_2b411562-710b-f6eb-91ed-19ebf1ad2c9b-4f1b2d22, #w-node-_5eeb4b10-3639-03d9-1d92-85ecf6ad75a4-4f1b2d22, #w-node-a11329e4-f739-e098-1bd6-c6a3b58ad056-4f1b2d22, #w-node-_70f7fa4a-515a-6aac-9ab5-fb5762fb635e-4f1b2d22 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8db5df18-2ce0-8a4f-68e8-bc8d4f9a5d3b-4f1b2d22, #w-node-_96d2068c-1354-6103-ece6-16013fc1a132-4f1b2d22 {
  align-self: auto;
}

#w-node-_6decdf58-3df7-0b7f-4719-4d2f6c0fe3fc-6c0fe3f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6decdf58-3df7-0b7f-4719-4d2f6c0fe40c-6c0fe3f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_243e74dc-26d4-943f-9883-59f5aea80857-29518324 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd14ea6e-11c9-5a52-d510-8513ba954af5-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-e9d892de-8ed7-b5da-6b05-6db557ba899f-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9d892de-8ed7-b5da-6b05-6db557ba89a0-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-ac3a60ff-7a59-ea8c-7177-21f04cf9f6b6-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac3a60ff-7a59-ea8c-7177-21f04cf9f6b7-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_97cd7c7a-39fe-44be-0140-18ca940b05ed-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97cd7c7a-39fe-44be-0140-18ca940b05ee-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-dfb8cae9-7869-80cd-37a7-37d549d528c2-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfb8cae9-7869-80cd-37a7-37d549d528c3-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_18dd3148-19bf-1ee1-5675-09a8888c00a7-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18dd3148-19bf-1ee1-5675-09a8888c00a8-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_4ebd946b-3b60-ad65-f3f6-584ec8bf29b5-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ebd946b-3b60-ad65-f3f6-584ec8bf29b6-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_41ccbfe2-c274-d3e9-1685-dfa70bf2e4e9-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41ccbfe2-c274-d3e9-1685-dfa70bf2e4ea-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_8bb59ff0-351b-6760-8f84-3c8a74afc804-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bb59ff0-351b-6760-8f84-3c8a74afc805-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_4fe4292d-bbba-e285-e6ba-03efadb565a2-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fe4292d-bbba-e285-e6ba-03efadb565a3-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_1dfeadf7-7c92-30b6-0010-4ac3d6e8066b-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dfeadf7-7c92-30b6-0010-4ac3d6e8066c-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_07794144-a9e2-ed78-1ba5-c7bba69a51e4-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07794144-a9e2-ed78-1ba5-c7bba69a51e5-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_78c813a1-9f29-ac28-8d8b-c79cddd73cd4-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78c813a1-9f29-ac28-8d8b-c79cddd73cd5-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_96f52921-af19-2a6f-ee8b-bceb5234681b-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96f52921-af19-2a6f-ee8b-bceb5234681c-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-e825f6d8-f4cf-a506-1c40-aa97df0c8dad-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e825f6d8-f4cf-a506-1c40-aa97df0c8dae-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_44069d3b-d3fe-db50-cf76-44ae6cea4961-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44069d3b-d3fe-db50-cf76-44ae6cea4962-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_55cc1286-cb4a-9ee5-26a9-6d95d83f8c45-29518324 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55cc1286-cb4a-9ee5-26a9-6d95d83f8c46-29518324 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_759adacb-6433-2dd2-40f6-f5e0e84f6937-4f1b2d22 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9d78ec8f-dd79-c36d-82c6-41ea511106e6-4f1b2d22, #w-node-_759adacb-6433-2dd2-40f6-f5e0e84f6937-4f1b2d22, #w-node-_6decdf58-3df7-0b7f-4719-4d2f6c0fe3fc-6c0fe3f6, #w-node-_6decdf58-3df7-0b7f-4719-4d2f6c0fe40c-6c0fe3f6 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1df7e79e-31d5-c7fc-d594-854dcf44ee34-4f1b2d22 {
    align-self: auto;
  }

  #w-node-_40f144e0-7647-8f79-26ef-0daeb593d17f-4f1b2d22 {
    align-self: stretch;
  }

  #w-node-_9d78ec8f-dd79-c36d-82c6-41ea511106e6-4f1b2d22, #w-node-_759adacb-6433-2dd2-40f6-f5e0e84f6937-4f1b2d22 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Bigruns Personal Use Only';
  src: url('../fonts/Bigruns-Personal-Use-Only.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro Cond';
  src: url('../fonts/Acumin-Pro-Cond-Light.otf') format('opentype'), url('../fonts/Acumin-Pro-Cond-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro Cond';
  src: url('../fonts/Acumin-Pro-Cond-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro Cond Book';
  src: url('../fonts/Acumin-Pro-Cond-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro Cond';
  src: url('../fonts/Acumin-Pro-Cond-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro Cond';
  src: url('../fonts/Acumin-Pro-Cond-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro Cond';
  src: url('../fonts/Acumin-Pro-Cond-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}