@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

.section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-top: 3px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.columns {
  flex-direction: row;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block {
  background-color: #ffffffab;
  border-radius: 10px;
  margin-top: -67px;
  padding: 20px;
}

.heading {
  color: #f3f3f3;
  text-align: center;
  text-shadow: 5px 5px 12px #000000c2;
  margin-left: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.div-block-2 {
  background-color: #ffffffab;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  height: 60vh;
  margin-left: 40px;
  padding: 40px 20px;
  display: flex;
}

.form {
  background-color: #fff0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-field {
  color: #000;
  background-color: #fff;
  border: 2px solid #595656;
  border-radius: 10px;
  width: 80%;
  height: auto;
  margin-bottom: 15px;
  font-family: Sourcesanspro, sans-serif;
}

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

.text-field.nombre {
  color: #000;
  background-color: #fff;
  border-color: #595656;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Sourcesanspro, sans-serif;
}

.text-field.nombre::placeholder {
  color: #000;
}

.text-field-2 {
  background-color: #fff0;
  width: 70%;
}

.textarea {
  color: #000;
  background-color: #fff;
  border: 2px solid #595656;
  border-radius: 10px;
  width: 80%;
  min-height: 100px;
  font-family: Sourcesanspro, sans-serif;
}

.textarea::placeholder {
  color: #000;
}

.submit-button {
  color: #fff;
  background-color: #009ee7;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 1px 1px 3px 2px #00000026;
}

.form-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 60%;
  margin-top: 140px;
  display: block;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 187px;
  display: block;
}

.heading-2 {
  color: #595858;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 26px;
  display: flex;
}

.section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-span {
  color: #5796de;
}

.div-block-3 {
  width: 100%;
  height: 85vh;
}

.container {
  background-image: url('../images/bgdif.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  background-color: #585859;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 26px;
  padding: 20px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 2.5em;
}

.heading-3.heading1 {
  background-color: #009ee7;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.image {
  z-index: -1;
  margin-top: 1325px;
  position: absolute;
  inset: -15% auto auto 0%;
}

.column-3 {
  background-color: #548ac5;
  border-radius: 100px 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  overflow: visible;
}

.heading-4 {
  color: #009ee7;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 2.2em;
  line-height: 35px;
}

.paragraph {
  color: #333;
  text-align: left;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.column-4, .column-5 {
  background-color: #548ac5;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  padding-top: 60px;
}

.container-2 {
  justify-content: center;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-5 {
  background-color: #548ac500;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  min-width: 100%;
  max-width: 100%;
  min-height: 400px;
  max-height: 580px;
  margin-left: 0;
  margin-right: 40px;
  padding: 10px 20px;
}

.div-block-6, .div-block-7 {
  background-color: #548ac500;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  min-width: 100%;
  max-width: 100%;
  min-height: 400px;
  max-height: 580px;
  margin-right: 40px;
  padding: 10px 20px;
}

.section-3 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.section-3.materiales {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0 96px;
}

.divservicios {
  background-color: #fff;
  align-items: center;
  width: 19.875em;
  height: 14em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.divservicios.esquina {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 19.875em;
  height: 14em;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-5 {
  color: #585859;
  text-align: center;
  background-color: #fff0;
  border: 0 solid #000;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.heading-5.largo, .heading-5.largo2 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2 {
  color: #585859;
  text-align: center;
  background-color: #fff0;
  border: 0 solid #000;
  margin-bottom: 10px;
  font-family: Sourcesanspro, sans-serif;
  font-weight: 600;
}

.body {
  background-color: #fff;
}

.columns-3 {
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.container-3 {
  justify-content: center;
  max-width: none;
  margin-top: 60px;
  font-family: Sourcesanspro, sans-serif;
  display: flex;
}

.container-3.serv2 {
  max-width: 95%;
  margin-bottom: 60px;
}

.div-block-8 {
  background-color: #fff;
  background-image: url('../images/marmol.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 200px;
  max-width: none;
  min-height: 200px;
  max-height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-8.servicios {
  background-image: url('../images/IMG--3331.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: 20%;
  min-height: 500px;
  margin-left: 20px;
  box-shadow: 4px 4px 3px #00000059;
}

.div-block-8.servicios.graff {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  border: 1px solid #e9e9e9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  min-height: 500px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  display: flex;
}

.div-block-8.servicios.hongos {
  background-image: none;
  border: 1px solid #e9e9e9;
  justify-content: center;
  min-width: 100%;
  max-width: none;
  min-height: 300px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-8._1uno {
  background-image: url('../images/container.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-9 {
  background-image: url('../images/piedras-min.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 200px;
  max-width: none;
  min-height: 200px;
  max-height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.div-block-9.servicios {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20%;
  max-height: 200px;
  margin-left: 20px;
  display: flex;
  box-shadow: 4px 4px 3px #00000059;
}

.div-block-9.servicios.fachadas, .div-block-9.servicios.recipientes {
  background-image: none;
  border: 1px solid #e9e9e9;
  justify-content: center;
  min-width: 100%;
  max-width: none;
  min-height: 500px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.div-block-9._2dos {
  background-image: url('../images/uso-cemento-o-textura-hormigon-fondo_1205-2570.jpg');
  background-position: 50%;
}

.div-block-10 {
  background-image: url('../images/textura-patron-pared-ladrillo-rojo_53876-23210.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  min-width: 200px;
  max-width: none;
  min-height: 200px;
  max-height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-10.servicios {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20%;
  max-height: 200px;
  margin-left: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 4px 4px 3px #00000059;
}

.div-block-10.servicios.calzadas {
  background-image: none;
  border: 1px solid #e9e9e9;
  justify-content: center;
  min-width: 100%;
  max-width: none;
  min-height: 300px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
}

.div-block-10.servicios.desconta {
  background-image: none;
  border: 1px solid #e9e9e9;
  justify-content: center;
  min-width: 100%;
  max-width: none;
  min-height: 500px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
}

.div-block-10._3tres {
  background-image: url('../images/8258da66ab9da1fe8280556b8f54627f.jpg');
}

.div-block-11 {
  background-image: url('../images/metal-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  min-width: 200px;
  max-width: none;
  min-height: 200px;
  max-height: 200px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-11.servicios {
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 20%;
  min-height: 500px;
  margin-left: 20px;
  display: flex;
  box-shadow: 4px 4px 3px #00000059;
}

.div-block-11.servicios.containers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  border: 1px solid #e9e9e9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-width: auto;
  max-width: none;
  min-height: 500px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  display: flex;
}

.div-block-11.servicios.stickers {
  background-image: none;
  border: 1px solid #e9e9e9;
  justify-content: center;
  min-width: 100%;
  max-width: none;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-11.servicios.stickers.nuev {
  background-image: none;
  border: 1px solid #e9e9e9;
  justify-content: center;
  max-width: none;
  max-height: none;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-11.servicios.interiores, .div-block-11.servicios.areasurb {
  justify-content: flex-end;
}

.div-block-11._4cuatro {
  background-image: url('../images/habitacion-blanca-vacia-grandes-ventanales_107791-1744.jpg');
}

.div-block-12 {
  flex-direction: column;
  align-items: stretch;
  min-width: 20%;
  min-height: 200px;
  max-height: 200px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-12.servicios {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  max-width: 20%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  box-shadow: 4px 4px 3px #00000059;
}

.div-block-12.servicios.monumentales {
  border: 1px solid #e9e9e9;
  justify-content: center;
  min-width: 100%;
  max-width: none;
  min-height: 500px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  background-color: #595858;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 100%;
  max-width: 100%;
  margin-top: 60px;
  padding: 20px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 4em;
}

.section-4 {
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 36px 0 118px;
  display: flex;
}

.heading-7 {
  color: #595858;
  margin-top: 40px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 2.5em;
}

.slide {
  background-image: url('../images/antes1.png');
  background-position: 0 0;
  background-size: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section-5 {
  background-color: #f3f3f3;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-5.clientes {
  background-color: #009ee7;
  padding-bottom: 0;
}

.slider {
  background-color: #fff0;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  margin-top: 40px;
}

.container-4 {
  justify-content: center;
  min-height: 60vh;
  display: flex;
}

.div-block-13 {
  width: 60%;
  height: 80vh;
}

.slide-2 {
  min-height: 0;
}

.slide-3, .slide-4 {
  min-height: 500px;
}

.div-block-14 {
  background-color: #009ee7;
  width: 80%;
  height: auto;
  margin-bottom: 60px;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-bottom: 71px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 2.5em;
}

.section-6 {
  background-color: #585859;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-5 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-3 {
  margin-left: 0;
  margin-right: 0;
}

.image-4 {
  margin-left: 40px;
  margin-right: 40px;
}

.image-5, .image-6 {
  margin-right: 40px;
}

.container-6 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 36px;
  display: flex;
}

.image-7 {
  margin-right: 60px;
}

.image-8 {
  max-width: 60%;
  margin-right: 60px;
}

.image-8.salfa {
  flex: none;
  height: 20%;
  margin-right: 39px;
  padding-right: 0;
  display: block;
}

.image-9 {
  margin-right: 60px;
}

.image-10 {
  width: auto;
  margin-right: 0;
}

.image-11 {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
}

.text-block {
  color: #fff;
  text-align: right;
  font-family: Sourcesanspro, sans-serif;
}

.column-6 {
  text-align: left;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  padding-left: 0;
  padding-right: 300px;
  display: flex;
}

.div-block-15 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 40px;
  display: flex;
}

.image-12 {
  margin-right: 10px;
}

.columns-4 {
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 33px;
  padding-left: 0;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Sourcesanspro, sans-serif;
}

.error-message {
  background-color: #019ee7;
  border-radius: 10px;
  position: relative;
}

.banner-slider {
  z-index: -1;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.slide-5 {
  background-image: url('../images/IMG_-3333.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.slide-6 {
  background-image: url('../images/IMG_3332.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/IMG_3557.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-8 {
  background-image: url('../images/IMG_8678.JPG');
  background-position: 50% 0;
  background-size: cover;
}

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

.slide-10 {
  background-image: url('../images/IMG_8399-min.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/antes1_2.png');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
}

.slide-12 {
  background-image: url('../images/antes13.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/antes7.png');
  background-position: 50% 0;
  background-size: cover;
  min-height: 500px;
}

.slide-14 {
  background-image: url('../images/image35.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
}

.slide-15 {
  background-image: url('../images/antes2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.column-7 {
  display: flex;
}

.container-8 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.columns-5, .columns-6 {
  margin-top: 40px;
}

.columns-7 {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.image-13 {
  border: 1px solid #a5a5a5;
}

.columns-8, .columns-9 {
  margin-top: 40px;
}

.imgstyle {
  transform: rotate(0);
  box-shadow: 4px 4px 3px #0000007d;
}

.imgstyle.rotate {
  transform: none;
}

.columns-10 {
  margin-top: 40px;
}

.columns-11 {
  margin-top: 60px;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.right-arrow, .left-arrow {
  color: #333;
}

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

.div-block-17 {
  text-align: center;
  height: 250px;
  display: inline-block;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  height: 700px;
  padding-top: 8px;
  padding-bottom: 42px;
}

.column-8 {
  text-align: right;
}

.columns-16 {
  margin-top: 42px;
}

.div-block-18 {
  text-align: center;
  padding: 20px;
  box-shadow: 0 2px 10px #0003;
}

.text-span-2 {
  font-size: 14px;
  line-height: 18px;
}

.div-block-19 {
  text-align: center;
  background-color: #009ee7;
  border-radius: 1000px;
  width: 120px;
  height: 120px;
  margin: auto;
}

.column-9, .column-10 {
  text-align: center;
}

.text-block-3 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.column-11 {
  text-align: center;
}

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

.column-12 {
  text-align: center;
}

.section-7 {
  background-color: #e7e7e7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22 {
  border-radius: 10px;
}

.select-field {
  color: #000;
  border-radius: 10px;
  width: 80%;
  height: auto;
  font-family: Sourcesanspro, sans-serif;
}

.image-23, .div-block-20 {
  height: 250px;
}

.div-block-21 {
  background-image: url('../images/antes.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.heading-9 {
  text-align: center;
  background-color: #019ee7;
  border-radius: 10px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 23px;
}

.section-8 {
  text-align: center;
  background-color: #000;
  padding: 5px 10px;
}

@media screen and (max-width: 991px) {
  .columns {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -80px;
  }

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

  .form, .submit-button {
    width: auto;
  }

  .form-block {
    height: auto;
  }

  .column {
    flex-direction: column;
  }

  .column-2 {
    padding-top: 0;
  }

  .heading-3 {
    font-size: 3em;
    line-height: 60px;
  }

  .image {
    top: 145%;
  }

  .paragraph {
    min-height: 0;
    font-size: 18px;
    line-height: 32px;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-5 {
    max-width: 50%;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6 {
    min-width: 50%;
    max-width: 50%;
    min-height: 500px;
    max-height: 0;
    margin-top: 40px;
    margin-right: 0;
  }

  .div-block-7 {
    max-width: 50%;
    min-height: auto;
    margin-top: 40px;
    margin-right: 0;
  }

  .section-3, .section-3.materiales {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    font-size: 1em;
  }

  .container-3 {
    flex-direction: column;
    align-items: center;
  }

  .container-3.serv2 {
    max-width: 95%;
  }

  .container-3.container-materiales, .container-3.materiales2 {
    flex-direction: row;
  }

  .div-block-8 {
    max-width: 60%;
  }

  .div-block-8.servicios {
    min-width: 60%;
    max-width: 60%;
    margin-left: 0;
  }

  .div-block-8.servicios.graff, .div-block-8.servicios.hongos {
    min-width: 60%;
    margin-right: 0;
  }

  .div-block-9.servicios {
    min-width: 60%;
    min-height: 224px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .div-block-9.servicios.fachadas, .div-block-9.servicios.recipientes {
    min-width: 60%;
    max-width: 60%;
    margin-right: 0;
  }

  .div-block-10.servicios {
    min-width: 60%;
    max-width: 60%;
    min-height: 224px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .div-block-10.servicios.calzadas, .div-block-10.servicios.desconta {
    min-width: 60%;
    margin-right: 0;
  }

  .div-block-11.servicios {
    min-width: 60%;
    max-width: 60%;
    min-height: 224px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .div-block-11.servicios.containers, .div-block-11.servicios.stickers {
    min-width: 60%;
    min-height: 500px;
    margin-right: 0;
  }

  .div-block-11.servicios.stickers.nuev {
    margin-right: 0;
  }

  .div-block-12.servicios {
    align-items: center;
    min-width: 60%;
    max-width: 60%;
    min-height: 224px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-12.servicios.monumentales {
    min-width: 60%;
  }

  .heading-6 {
    font-size: 3em;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    width: 80%;
    height: 60vh;
  }

  .container-5 {
    flex-direction: column;
  }

  .image-3 {
    margin-bottom: 40px;
  }

  .image-4 {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-5 {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-6 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .container-6 {
    flex-direction: column;
    margin-top: 0;
  }

  .image-7, .image-8, .image-9 {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-10 {
    margin-right: 0;
  }

  .div-block-15 {
    margin-left: -6px;
  }

  .div-block-15.sfasf {
    margin-left: 16px;
  }

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

  .banner-slider {
    height: 100vh;
  }

  .background-video {
    height: auto;
  }

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

  .column-13 {
    min-height: auto;
  }
}

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

  .columns {
    flex-direction: column;
    height: 381px;
    display: block;
  }

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

  .submit-button {
    width: auto;
  }

  .form-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .column-2 {
    margin-top: 20px;
    padding-top: 60px;
  }

  .heading-3 {
    padding-left: 10px;
    font-size: 3em;
    line-height: 60px;
  }

  .heading-3.heading1 {
    font-size: 3em;
  }

  .image {
    margin-top: 2898px;
    top: 12%;
  }

  .heading-4 {
    font-size: 2.5em;
  }

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

  .container-2 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-5 {
    max-width: 60%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6 {
    max-width: 60%;
    max-height: 580px;
    margin-top: 40px;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .div-block-7 {
    max-width: 60%;
    min-height: auto;
    margin-top: 40px;
    margin-right: 0;
  }

  .section-3, .section-3.materiales {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    line-height: 20px;
  }

  .container-3.container-materiales {
    flex-direction: row;
  }

  .div-block-8 {
    flex-direction: column;
    max-width: 100%;
  }

  .div-block-8.servicios.graff {
    margin-right: 0;
  }

  .div-block-8.servicios.hongos {
    min-width: 60%;
    margin-right: 0;
  }

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

  .div-block-9.servicios.fachadas {
    max-width: 60%;
    margin-right: 0;
  }

  .div-block-9.servicios.recipientes {
    min-width: 60%;
    max-width: 60%;
    margin-right: 0;
  }

  .div-block-10.servicios.calzadas {
    min-width: 60%;
    margin-right: 0;
  }

  .div-block-10.servicios.desconta {
    margin-right: 0;
  }

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

  .div-block-11.servicios.containers {
    min-width: 60%;
    min-height: 500px;
    margin-right: 0;
  }

  .div-block-11.servicios.stickers {
    min-height: 500px;
    margin-right: 0;
  }

  .div-block-11.servicios.stickers.nuev {
    margin-right: 0;
  }

  .div-block-12.servicios.monumentales {
    min-width: 60%;
  }

  .heading-6 {
    background-color: #595858;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider {
    margin-top: 0;
  }

  .div-block-13 {
    width: 80%;
    height: 40vh;
    margin-top: 40px;
  }

  .container-6 {
    margin-top: 0;
  }

  .column-6 {
    padding-right: 20px;
  }

  .banner-slider {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .div-block {
    margin-top: 100px;
    margin-bottom: 31px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    margin-left: 0;
    font-size: 31px;
  }

  .form {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }

  .submit-button {
    width: auto;
  }

  .form-block {
    width: 100%;
    height: auto;
    margin-top: 3px;
  }

  .column {
    height: auto;
  }

  .column-2 {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .heading-2 {
    width: 90%;
  }

  .heading-3 {
    padding-right: 10px;
    font-size: 2.5em;
    line-height: 40px;
  }

  .heading-3.heading1 {
    font-size: 2.5em;
  }

  .image {
    margin-top: 3686px;
    display: block;
    top: 5%;
  }

  .heading-4 {
    font-size: 2em;
  }

  .paragraph {
    min-height: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-5 {
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    min-height: 300px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-6 {
    max-width: 100%;
    min-height: 300px;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    max-width: 100%;
    min-height: 300px;
    max-height: 0;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3, .section-3.materiales {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    margin-bottom: 23px;
    font-size: 1em;
  }

  .container-3.container-materiales {
    flex-direction: column;
    max-width: 100%;
  }

  .container-3.materiales2 {
    flex-direction: column;
    max-width: 100%;
    margin-top: 20px;
  }

  .div-block-8 {
    min-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-8.servicios.hongos {
    min-width: 90%;
  }

  .div-block-8._1uno {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-9 {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 10px;
  }

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

  .div-block-9.servicios.fachadas {
    min-width: 90%;
    max-width: none;
    margin-top: 0;
  }

  .div-block-9.servicios.recipientes {
    min-width: 0%;
    max-width: none;
  }

  .div-block-9._2dos {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
  }

  .div-block-10 {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-10.servicios.calzadas {
    min-width: 90%;
  }

  .div-block-10._3tres {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-11 {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

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

  .div-block-11.servicios.containers {
    min-width: 90%;
  }

  .div-block-11._4cuatro {
    margin-right: 0;
  }

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

  .div-block-12.servicios.monumentales {
    min-width: 90%;
  }

  .heading-6 {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5em;
  }

  .section-4 {
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    flex-direction: row;
  }

  .slider {
    margin-top: 0;
  }

  .div-block-13 {
    width: 90%;
    height: 30vh;
    margin-top: 40px;
  }

  .slide-3 {
    min-height: 0;
  }

  .div-block-14 {
    flex-direction: column;
    display: flex;
  }

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

  .section-6 {
    flex-direction: column;
    display: flex;
  }

  .container-5 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-5, .image-6 {
    margin-top: 40px;
    margin-right: 0;
  }

  .container-6 {
    flex-direction: column;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7, .image-8, .image-9 {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-10 {
    margin-right: 0;
  }

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

  .div-block-15 {
    justify-content: flex-end;
  }

  .div-block-15.sfasf {
    margin-left: 0;
  }

  .columns-4 {
    flex-direction: column;
  }

  .container-7 {
    align-items: center;
    padding-left: 0;
  }

  .banner-slider {
    height: 120vh;
  }

  .column-7 {
    display: block;
  }

  .columns-5, .columns-6 {
    margin-top: 0;
  }

  .columns-7 {
    flex-direction: column;
  }

  .columns-8, .columns-9 {
    margin-top: 0;
  }

  .columns-12 {
    flex-direction: column;
    max-height: 100%;
  }

  .columns-13 {
    flex-direction: column;
    display: flex;
  }

  .columns-14 {
    flex-direction: column;
    justify-content: center;
    max-height: 100%;
    display: flex;
  }

  .columns-15 {
    flex-direction: column;
    max-height: 100%;
    display: flex;
  }

  .background-video {
    height: 1000px;
  }

  .column-8 {
    text-align: center;
  }

  .div-block-18 {
    margin-bottom: 20px;
  }

  .container-9 {
    height: 1000px;
  }

  .heading-9 {
    font-size: 15px;
    line-height: 30px;
  }
}


@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}