.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.navbar {
  background-color: #fff;
  height: 180px;
  padding-left: 30px;
  padding-right: 30px;
}

.container {
  max-width: 1100px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.nav-menu {
  margin-top: 40px;
  margin-bottom: 40px;
}

.nav-link {
  background-color: #0000;
  font-size: 18px;
  font-weight: 400;
}

.nav-link.destacado {
  background-color: #f2ff00;
  border-radius: 5px;
}

.nav-link.espacio-plus {
  margin-right: 20px;
}

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

.hero {
  background-image: url('../images/house-hero.avif');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 90vh;
  display: flex;
}

.photo-hero {
  margin-bottom: -150px;
  padding-bottom: 0;
  transition: transform .5s;
  transform: rotate(-3.8deg);
  box-shadow: 0 12px 15px #0003;
}

.photo-hero:hover {
  transform: rotate(3.8deg);
}

.photo-hero._02 {
  transform: rotate(1deg);
}

.photo-hero._02:hover {
  transform: rotate(-4deg);
}

.photo-hero._03 {
  transform: rotate(4deg);
}

.photo-hero._03:hover {
  transform: rotate(-4deg);
}

.image-2 {
  margin-bottom: -45px;
  transform: rotate(2.66deg);
  box-shadow: 0 2px 5px #0003;
}

.image-3 {
  margin-bottom: -43px;
  transform: rotate(2.93deg);
}

.post-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 190px;
  display: flex;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Kameron, sans-serif;
  font-size: 50px;
}

.h2 {
  text-align: center;
  margin-top: 0;
  font-family: Kameron, sans-serif;
  font-size: 30px;
}

.headline-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.paragraph {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.caja-texto-post-hero {
  text-align: center;
  width: 550px;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.button {
  color: #000;
  background-color: #fff600;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  transition: background-color .5s;
  display: flex;
}

.button:hover {
  background-color: #00d9ff;
}

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

.section {
  background-image: url('../images/wave-brushstroke-3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contenedor-photos-portfolio {
  margin-top: 60px;
  margin-bottom: 10px;
}

.photos-portfolio {
  margin-top: 0;
  box-shadow: 0 12px 15px #0000004d;
}

.photos-portfolio._01 {
  margin-top: 0;
  transition: transform .5s;
  transform: rotate(-4deg);
}

.photos-portfolio._01:hover {
  transform: rotate(6deg);
}

.photos-portfolio._02 {
  transition: transform .5s;
  transform: rotate(4deg);
}

.photos-portfolio._02:hover {
  transform: rotate(-5deg);
}

.photos-portfolio._03 {
  margin-top: 0;
  transition: transform .5s;
  transform: rotate(7deg);
}

.photos-portfolio._03:hover {
  transform: rotate(-7deg);
}

.image-6 {
  margin-top: -133px;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  width: 550px;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.section-3 {
  background-image: url('../images/brush-background-3.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1858px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.h3 {
  text-align: center;
  width: 550px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.heading {
  text-align: center;
  width: 550px;
  font-weight: 400;
}

.heading-2 {
  text-align: center;
  width: 810px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.heading-2.blanco {
  color: #fff;
}

.quick-stack {
  width: 630px;
  margin-bottom: 20px;
}

.bloque-amarillo {
  background-color: #fff600;
  border-radius: 5px 0 0 5px;
  width: 5%;
  height: 100%;
}

.cell {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.bloque-blanco {
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.service-list-item {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.bloque-servicio {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.bloque-servicio:hover {
  box-shadow: 0 8px 15px #00000026;
}

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

.text-block-2 {
  text-align: center;
  width: 311px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.text-block-2.blanco {
  color: #fff;
}

.image-7 {
  margin-bottom: -115px;
}

.spacer90px {
  height: 90px;
}

.spacer30px {
  width: 100%;
  height: 30px;
}

.section-4 {
  background-image: linear-gradient(#fff, #e4f2ff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 190px;
  display: flex;
}

.text-block-3 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.section-5 {
  background-image: linear-gradient(#ffffff, #f5f5f5);
  color: #02101b;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-5 .container-2 {
  width: 100%;
  max-width: 1200px;
}

.testimonials-grid {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.testimonials-grid .w-layout-cell {
  flex: 0 1 320px;
  max-width: 320px;
}

.testimonials-grid {
  justify-content: center;
}

#w-node-_93d4630e-921d-88ae-a458-78c56861be39-dc622819 {
  display: flex;
}

@media screen and (min-width: 992px) {
  #w-node-_93d4630e-921d-88ae-a458-78c56861be39-dc622819 {
    flex-wrap: nowrap;
  }
}

.headingbug-lighthouse {
  text-align: center;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.header-testimonials {
  text-align: center;
  width: 810px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
}

.container-2 {
  width: 100%;
  margin-top: 10px;
}

.contenedor-testimonial {
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: flex;
  box-shadow: 0 8px 15px #0003;
}

.text-block-4 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.contendor-mensaje-central {
  background-color: #e5f2ff;
  width: 100%;
  height: auto;
  padding: 10px 20px;
}

.image-8 {
  margin-top: 8px;
  margin-bottom: 20px;
}

.testimonial-nombre {
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.contenedor-cabeceras-testimoniales, .container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.palencia-trucks {
  border-radius: 15px;
  margin-bottom: 40px;
}

.heading-pride {
  text-align: center;
  width: 600px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.section-6 {
  padding-top: 80px;
}

.sublinea-pride {
  text-align: center;
  width: 300px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 25px;
}

.contenedor-form {
  background-image: linear-gradient(#cae4ff, #fff);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 920px;
  padding: 40px;
  display: flex;
}

.free-estimate {
  margin-bottom: 40px;
}

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

.submit-button {
  color: #000;
  background-color: #fff600;
  border-radius: 5px;
  width: 280px;
  height: 45px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  transition: background-color .5s;
}

.submit-button:hover {
  background-color: #00d9ff;
}

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

.quick-stack-2 {
  padding: 0;
}

.quick-stack-3 {
  padding-left: 0;
  padding-right: 0;
}

.text-field, .text-field-2, .text-field-3, .field {
  margin-bottom: 0;
}

.form-block {
  width: 80%;
}

.sublinea-form {
  text-align: center;
  width: auto;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 25px;
}

.section-7 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-bottom {
  background-image: linear-gradient(#eaeaea, #fff);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.footer {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  transition: background-color .5s;
  display: flex;
}

.link {
  color: #000;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-block {
  padding: 10px;
}

.image-9 {
  margin-top: -19px;
}

.palencias-logo-footer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.call-us-now {
  background-color: #fff600;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 15px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.call-us-now:hover {
  background-color: #00d9ff;
}

.text-block-5 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

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

.texto-footer {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.text-span {
  color: #fff600;
}

.hours {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  width: 700px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.back-to-back {
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-top: 40px;
}

.back-to-back:hover {
  color: #000;
  background-color: #fff;
}

.nav-footer {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
}

.sublinea-bug-lighthouse {
  text-align: center;
  width: 800px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-3 {
  line-height: 18px;
}

.write-us-now {
  background-color: #fff600;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 15px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.write-us-now:hover {
  background-color: #00d9ff;
}

.internas {
  background-image: linear-gradient(#79bcff33, #fff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  display: flex;
}

.internas .h1 {
  font-size: 40px;
}

.spacer-50px {
  width: 100%;
  height: 30px;
}

.spacer-50px._15 {
  height: 15px;
}

.about-us-hero {
  border-radius: 15px;
}

.subline-internals {
  text-align: center;
  width: 600px;
  font-family: Roboto Flex, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.photos {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 8px 15px #0003;
}

.photos._01 {
  margin-bottom: 30px;
  transform: rotate(-3deg);
}

.photos._02 {
  transform: rotate(3deg);
}

.photos._03 {
  transform: rotate(-3deg);
}

.texts-about-us {
  text-align: center;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Roboto Flex, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.compass-about-us {
  mix-blend-mode: multiply;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-services {
  background-image: url('../images/services-background.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.quick-stack-5 {
  width: 85%;
}

.services-cards {
  background-color: #fff;
  width: 100%;
  height: 300px;
}

.services-cards.header {
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: space-between;
  align-items: center;
  height: 30%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.services-cards.body {
  background-image: linear-gradient(#e5f2ff, #fff);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: row;
  height: 70%;
  padding: 20px;
  display: flex;
}

.services {
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.services-descriptions {
  font-family: Roboto Flex, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.checkbox {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cards {
  flex: 1;
  height: auto;
}

.cell-7 {
  justify-content: flex-start;
  align-items: flex-start;
}

.texto-debajo-de-servicios {
  text-align: center;
  width: 320px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.container-photos {
  width: 100%;
  height: auto;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  width: 100%;
}

.cell-photo {
  justify-content: center;
  align-items: center;
}

.thumb-caption {
  text-align: center;
  margin: 25px 25px 0;
}

.lightboxes {
  width: 100%;
  height: 100%;
}

.thumb {
  transition: transform .5s;
  box-shadow: 0 4px 5px #0003;
}

.thumb:hover {
  transform: rotate(3deg);
  box-shadow: 0 8px 15px #0003;
}

.portfolio-section-heading {
  text-align: center;
  font-family: Kameron, sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 35px;
}

.portfolio-section-heading-secondary {
  font-size: 28px;
  line-height: 28px;
}

.portfolio-heading-desktop-break {
  display: inline;
}

.portfolio-photo {
  border: 10px solid #fff;
  border-radius: 4px;
  box-shadow: 0 6px 12px #00000033;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

video.portfolio-photo {
  width: 100%;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.portfolio-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 20px;
}

.portfolio-media-grid .portfolio-photo {
  margin-bottom: 0;
}

.portfolio-media-grid video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.portfolio-card {
  text-align: center;
}

.portfolio-card-title {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.portfolio-cta {
  text-align: center;
  margin-top: 30px;
}

.portfolio-grid .portfolio-photo {
  transition: transform .5s, box-shadow .5s;
}

.portfolio-grid .portfolio-photo:hover {
  transform: rotate(3deg);
  box-shadow: 0 10px 18px #00000040;
}

.text-zoom {
  font-family: Roboto, sans-serif;
}

.container-faq {
  width: 100%;
}

.heading-4 {
  font-family: Roboto, sans-serif;
  font-size: 23px;
  line-height: 27px;
}

.quick-stack-7, .quick-stack-8 {
  padding: 0;
}

.faq-grid {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.headings-faq {
  font-size: 17px;
  line-height: 20px;
}

.headings-faq.center {
  text-align: center;
}

.heading-5 {
  text-align: center;
  width: 600px;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.container-conclusion {
  width: 450px;
  margin-top: 20px;
}

.ready-to-start {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.header-testimonials {
  text-align: center;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.spacer-50px-2 {
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-button {
    background-color: #fbff00;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .photo-hero {
    width: 30%;
  }

  .text-block-3 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-5 {
    padding-top: 40px;
  }

  .headingbug-lighthouse {
    margin-left: 40px;
    margin-right: 40px;
  }

  .header-testimonials {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 25px;
  }

  .contenedor-testimonial {
    width: 90%;
    height: auto;
  }

  .contenedor-photos {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .sublinea-bug-lighthouse {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 18px;
    line-height: 22px;
  }

  .cell-4, .cell-5, .cell-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .about-us-hero {
    margin-left: 40px;
    margin-right: 40px;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .h1 {
    font-size: 40px;
  }

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

  .heading {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-2 {
    width: auto;
    font-size: 28px;
  }

  .quick-stack {
    width: auto;
  }

  .text-block-3, .headingbug-lighthouse {
    margin-left: 40px;
    margin-right: 40px;
  }

  .contenedor-testimonial {
    width: 80%;
    height: auto;
  }

  .palencia-trucks {
    width: 80%;
  }

  .heading-pride {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 25px;
  }

  .contenedor-form {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .nav-footer {
    margin-top: 40px;
  }

  .contenedor-photos {
    margin-bottom: 51px;
  }

  .sublinea-bug-lighthouse {
    margin-left: 40px;
    margin-right: 40px;
  }

  .quick-stack-4 {
    margin-top: 20px;
  }

  .cell-3 {
    justify-content: center;
    align-items: center;
  }

  .cell-4, .cell-5, .cell-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .about-us-hero {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .subline-internals {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    line-height: 23px;
  }

  .photos._01, .photos._02, .photos._03 {
    width: 70%;
  }

  .texts-about-us {
    font-size: 16px;
    line-height: 22px;
  }

  .compass-about-us {
    mix-blend-mode: multiply;
    width: 90%;
  }

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

  .container-services {
    width: 90%;
  }

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

  .quick-stack-6 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

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

  .portfolio-section-heading-secondary {
    margin-left: 15px;
    margin-right: 15px;
  }

  .portfolio-heading-desktop-break {
    display: none;
  }

  .heading-5 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .hero {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 60vh;
  }

  .photo-hero {
    width: 55%;
    margin-bottom: 0;
  }

  .photo-hero._02 {
    width: 55%;
    display: none;
  }

  .photo-hero._03 {
    width: 55%;
    margin-top: 0;
    margin-bottom: -90px;
    position: relative;
  }

  .post-hero {
    padding-top: 130px;
  }

  .h1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .h2 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .headline-container {
    margin-top: 40px;
  }

  .button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4 {
    margin: 20px 0;
  }

  .section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .contenedor-photos-portfolio {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .photos-portfolio._01, .photos-portfolio._02, .photos-portfolio._03 {
    width: 60%;
  }

  .section-2 {
    margin-bottom: 40px;
  }

  .section-3 {
    height: auto;
    padding-top: 20px;
  }

  .h3 {
    width: auto;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .heading {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-2 {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 22px;
    line-height: 25px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
    padding: 15px 0;
  }

  .bloque-blanco {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-list-item {
    font-size: 16px;
  }

  .bloque-servicio {
    height: 50px;
  }

  .text-block {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-2 {
    width: auto;
    font-size: 18px;
    line-height: 22px;
  }

  .section-4 {
    margin-top: 140px;
  }

  .text-block-3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .section-5 {
    padding-bottom: 20px;
  }

  .headingbug-lighthouse {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
    line-height: 25px;
  }

  .header-testimonials {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
    line-height: 25px;
  }

  .contenedor-testimonial {
    width: 95%;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 22px;
  }

  .testimonial-nombre {
    font-size: 16px;
  }

  .palencia-trucks {
    width: 90%;
  }

  .heading-pride {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 25px;
  }

  .contenedor-form {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .free-estimate {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .form-block {
    width: 100%;
  }

  .nav-bottom {
    flex-flow: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .texto-footer, .hours {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-6 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-footer {
    margin-top: 40px;
  }

  .contenedor-photos {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 350px;
    margin-bottom: -203px;
  }

  .sublinea-bug-lighthouse {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .spacer-50px {
    height: 30px;
  }

  .about-us-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .subline-internals {
    font-size: 18px;
    line-height: 20px;
  }

  .texts-about-us {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .compass-about-us {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-services {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .heading-3 {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 20px;
    line-height: 25px;
  }

  .quick-stack-5 {
    padding: 0;
  }

  .services-cards.header {
    height: 25%;
  }

  .services-cards.body {
    height: 75%;
  }

  .services-descriptions {
    font-size: 16px;
    line-height: 21px;
  }

  .texto-debajo-de-servicios {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7, .text-zoom {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-5 {
    font-size: 23px;
    line-height: 25px;
  }

  .container-conclusion {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacer-50px-2 {
    height: 30px;
  }
}

#w-node-bdb75185-c4e8-b49d-3f67-44048c983b2e-dc622819 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_76f37eb6-9b90-2173-8f34-7884cf7efc65-dc622819 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_93d4630e-921d-88ae-a458-78c56861be39-dc622819 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6718af5a-e66e-e985-b091-74fa6c575260-dc622819 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_429cbb6e-ee1d-ed79-5b1d-ecd2cc7978f0-dc622819 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f7010111-a86a-1b65-51a1-9e1e78b3c156-7596112b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7010111-a86a-1b65-51a1-9e1e78b3c15f-7596112b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9a8492e7-e5c7-74ad-74f1-905416fddb67-fe49a643 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7010111-a86a-1b65-51a1-9e1e78b3c156-fe49a643 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7010111-a86a-1b65-51a1-9e1e78b3c15f-fe49a643 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_5ce13c30-39d7-52df-4a87-9751f7eadd9d-7b366ded {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7010111-a86a-1b65-51a1-9e1e78b3c156-7b366ded {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7010111-a86a-1b65-51a1-9e1e78b3c15f-7b366ded {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_42bbc933-9bbe-e39c-73df-b4c306d17a37-fb0902e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_291746ab-8f2d-7e8a-fbfc-d04389e7f0d6-fb0902e1, #w-node-_7a6da2e1-d364-ef8a-6873-59429cebf1ac-fb0902e1 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f7010111-a86a-1b65-51a1-9e1e78b3c156-fb0902e1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7010111-a86a-1b65-51a1-9e1e78b3c15f-fb0902e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_42bbc933-9bbe-e39c-73df-b4c306d17a37-57efd696 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_291746ab-8f2d-7e8a-fbfc-d04389e7f0d6-57efd696, #w-node-_7a6da2e1-d364-ef8a-6873-59429cebf1ac-57efd696 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f7010111-a86a-1b65-51a1-9e1e78b3c156-57efd696 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7010111-a86a-1b65-51a1-9e1e78b3c15f-57efd696 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f7010111-a86a-1b65-51a1-9e1e78b3c156-ed52870b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f7010111-a86a-1b65-51a1-9e1e78b3c15f-ed52870b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_93d4630e-921d-88ae-a458-78c56861be39-dc622819 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_93d4630e-921d-88ae-a458-78c56861be39-dc622819 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9a8492e7-e5c7-74ad-74f1-905416fddb67-fe49a643 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ce13c30-39d7-52df-4a87-9751f7eadd9d-7b366ded {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_42bbc933-9bbe-e39c-73df-b4c306d17a37-57efd696 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bdb75185-c4e8-b49d-3f67-44048c983b2e-dc622819 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_76f37eb6-9b90-2173-8f34-7884cf7efc65-dc622819 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_76f37eb6-9b90-2173-8f34-7884cf7efc67-dc622819 {
    order: -9999;
  }

  #w-node-_6718af5a-e66e-e985-b091-74fa6c575260-dc622819, #w-node-f7010111-a86a-1b65-51a1-9e1e78b3c156-7596112b, #w-node-f7010111-a86a-1b65-51a1-9e1e78b3c156-fe49a643, #w-node-f7010111-a86a-1b65-51a1-9e1e78b3c156-7b366ded {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_42bbc933-9bbe-e39c-73df-b4c306d17a37-fb0902e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f7010111-a86a-1b65-51a1-9e1e78b3c156-fb0902e1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_42bbc933-9bbe-e39c-73df-b4c306d17a37-57efd696 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f7010111-a86a-1b65-51a1-9e1e78b3c156-57efd696, #w-node-f7010111-a86a-1b65-51a1-9e1e78b3c156-ed52870b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


