.header-section {
  background-image: url('../images/main-background-5sol.webp');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 725px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.header-section.interior {
  background-image: url('../images/nosotros-bg.webp');
  min-height: 315px;
}

.header-section.interior.contacto {
  background-image: url('../images/contacto-bg.png');
  background-size: cover;
}

.header-section.interior.innovacion {
  background-image: url('../images/innovacion-bg.png');
  background-size: cover;
}

.header-holder {
  z-index: 99;
  width: 1200px;
  min-height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
}

.header-menu {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #423737e6;
  border-radius: 10px;
  width: 100%;
  min-height: 80px;
  margin-top: auto;
  position: static;
  top: -211px;
}

.header-h1 {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
}

.header-intro {
  text-align: center;
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.primary-button {
  background-color: #dd9946;
  background-image: linear-gradient(131deg, #d2462f, #dd9a46);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 55px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.primary-button:hover {
  background-image: linear-gradient(131deg, #d2462f, #ffa73a);
}

.primary-button.pusher {
  margin-top: 20px;
}

.primary-button.auto {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.p-b-p {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.header-p {
  color: #fff;
  width: 70%;
  margin: 20px auto 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.navbar {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 80px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.brand {
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-left: 40px;
  display: inline-flex;
}

.brand.footer {
  width: 170px;
  min-height: 70px;
  margin-left: 0;
}

.nav-menu {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-right: 40px;
  display: inline-flex;
}

.nav-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  color: #ffdede;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}

.nav-link.w--current {
  color: #e39042;
}

.generic-section {
  width: 100%;
  height: auto;
}

.generic-section.colorful {
  background-image: linear-gradient(#f6f4ed, #f6f4ed 64%);
}

.generic-section.callto {
  background-color: #f6f4ed;
}

.generic-section.dark {
  background-color: #372d2e;
}

.generic-section.dark.bg {
  background-image: url('../images/innova-img4.webp');
  background-position: 50%;
  background-size: cover;
}

.generic-holder {
  text-align: center;
  width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.generic-holder.home-des {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mid-titles {
  text-align: center;
  margin-bottom: 50px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.mid-titles.white {
  color: #fff;
}

.mid-titles.white.inside {
  margin-bottom: 0;
  font-weight: 600;
}

.mid-titles.white.left {
  text-align: left;
  margin-bottom: 20px;
}

.mid-titles.white.outbox {
  margin-top: 0;
  margin-bottom: 20px;
}

.mid-titles.experiencia {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 700;
}

.mid-titles.experiencia2 {
  text-align: left;
  margin-bottom: 40px;
  font-weight: 400;
}

.mid-titles.short {
  width: 70%;
  margin: 0 auto 60px;
}

.generic-colms {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-col {
  padding-left: 0;
  padding-right: 10px;
}

.left-col.logos {
  text-align: left;
  padding-right: 70px;
}

.left-col.short {
  padding-right: 45px;
}

.right-col {
  text-align: left;
  height: auto;
  padding-right: 0;
}

.image-holder {
  background-image: url('../images/5sol-infraestructura.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: auto;
  min-height: 560px;
}

.text-pill {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 30px;
}

.text-pill.brown {
  color: #fff;
  background-color: #372d2e;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 30px;
}

.pill-p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.pill-p.title {
  color: #de9e47;
  margin-bottom: 10px;
  font-weight: 700;
}

.pill-p.smaller {
  font-size: 16px;
}

.left-col1 {
  padding-left: 0;
  padding-right: 15px;
}

.mid-col1 {
  padding-left: 5px;
  padding-right: 5px;
}

.right-col1 {
  padding-left: 15px;
  padding-right: 0;
}

.block-dim {
  background-color: #372d2e;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 325px;
  padding: 30px;
  display: block;
}

.block-dim.box1 {
  background-image: url('../images/box-3.webp');
  background-position: 0 0;
  background-size: auto;
}

.block-dim.box2 {
  background-image: url('../images/box-2.webp');
  background-position: 0 0;
  background-size: auto;
}

.block-h3 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.block-p {
  color: #fff;
  width: 300px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  bottom: 45px;
}

.block-link {
  color: #fff;
}

.bold-text {
  font-family: Inter, sans-serif;
  position: static;
  bottom: 60px;
}

.calltoaction-holder {
  background-color: #372d2e;
  background-image: url('../images/5sol-callaction-bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 395px;
  padding-left: 50px;
  display: inline-flex;
  position: relative;
}

.calltoaction-holder.bottom {
  background-image: url('../images/5sol-callaction-bg2.webp');
}

.calltoaction-holder.bottom.nosotros {
  background-image: url('../images/5sol-callaction-bg3.webp');
}

.calltoaction-holder.bottom.innovacion {
  background-image: url('../images/innova-img5.webp');
}

.calltoaction-h {
  color: #fff;
  text-align: left;
  width: 50%;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 33px;
}

.calltoaction-p {
  color: #fff;
  text-align: left;
  width: 50%;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.inline-textpill {
  color: #9c6821;
  text-align: left;
  background-color: #fff0df;
  background-image: linear-gradient(90deg, #ffefde, #fff);
  border-radius: 10px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 45px;
  display: inline-block;
}

.section-h {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.section-h.short {
  width: 80%;
  margin-bottom: 20px;
}

.section-p {
  text-align: left;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.section-p.buller-push {
  margin-bottom: 0;
  margin-left: 20px;
}

.section-p.white {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.section-p.white.left {
  text-align: left;
  width: 100%;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.section-p.white.inbox {
  text-align: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 26px;
}

.section-p.white.outbox {
  margin-top: 20px;
  margin-bottom: 50px;
}

.section-p.experiencia {
  text-align: left;
  width: 50%;
  margin-bottom: 50px;
}

.buller-text {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-bottom: 20px;
  display: inline-flex;
}

.footer-section {
  background-color: #372d2e;
}

.footer-holder {
  width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 101px;
  padding-bottom: 101px;
}

.col-logo {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: inline-flex;
}

.col-links {
  min-height: 100%;
  padding-right: 0;
}

.foot-p {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.foot-p.copyright {
  color: #969696;
  text-align: right;
  margin-top: 20px;
}

.image {
  min-width: 100%;
}

.footer-links {
  text-align: right;
}

.foot-link {
  color: #fff;
  border-right: 2px solid #fff;
  margin-right: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.area-holder {
  border: 2px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 188px;
  display: inline-flex;
}

.grafico-marcas {
  width: 50%;
  margin-top: 50px;
}

._3columns {
  margin-bottom: 20px;
}

.exp-blocks {
  background-color: #fff;
  border-radius: 10px;
  min-height: 50px;
  padding: 30px;
  position: relative;
}

.block-p1 {
  color: #de9e47;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 58px;
}

.block-p2 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.block-p3 {
  text-align: left;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

._2columns {
  margin-top: 50px;
  margin-bottom: 50px;
}

.client-list {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  list-style-type: disc;
  display: flex;
}

.client-list.tapil {
  background-color: #f6f4ed;
  border-radius: 10px;
  padding: 15px;
}

.client-ui-p {
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list {
  padding-left: 0;
  padding-right: 0;
}

.image-2 {
  margin-top: 130px;
}

.nosotros-logos-container {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 140px;
  display: flex;
}

.logosgrid {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 110px;
  display: flex;
}

.invest-block {
  background-color: #514546;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 200px;
  padding: 30px;
  display: inline-flex;
  position: relative;
}

.contact-block {
  background-color: #fff;
  border-radius: 10px;
  min-height: 50px;
  padding: 40px 30px;
}

.text-field {
  border: 1px solid #dedede;
  border-radius: 10px;
  min-height: 40px;
}

.submit {
  background-color: #d2482f;
  background-image: linear-gradient(90deg, #d2482f, #de9b46);
  border-radius: 10px;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.contact-grd {
  margin-top: 30px;
  margin-bottom: 10px;
}

.grd-1, .grd-2 {
  text-align: left;
}

.paragraph {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 24px;
}

.googlemaps {
  border-radius: 10px;
  overflow: hidden;
}

.label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .header-holder {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-h1 {
    width: 100%;
  }

  .header-intro {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-p {
    width: 80%;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: inline-flex;
  }

  .icon {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 30px;
    display: inline-flex;
  }

  .generic-holder {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .generic-holder.home-des {
    width: 100%;
    padding: 50px 30px;
  }

  .mid-titles.white.inside {
    font-size: 24px;
  }

  .mid-titles.experiencia2 {
    margin-top: 0;
  }

  .generic-colms {
    flex-flow: column;
    display: flex;
  }

  .left-col {
    text-align: center;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .left-col.logos {
    padding-right: 10px;
  }

  .left-col.short {
    padding-right: 0;
  }

  .right-col {
    padding-left: 0;
    display: none;
  }

  .right-col.contact {
    display: block;
  }

  .image-holder {
    min-height: 300px;
    margin-bottom: 20px;
  }

  .left-col1 {
    padding-right: 0;
  }

  .mid-col1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  .right-col1 {
    padding-left: 0;
  }

  .block-dim.box1 {
    background-size: cover;
    padding-left: 50px;
    padding-right: 50px;
  }

  .block-dim.box2 {
    background-size: cover;
  }

  .block-p {
    width: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .calltoaction-holder {
    padding-right: 50px;
  }

  .calltoaction-holder.bottom.innovacion {
    background-position: 100%;
  }

  .calltoaction-h {
    width: 80%;
  }

  .calltoaction-p {
    width: 70%;
  }

  .inline-textpill {
    width: 100%;
  }

  .section-p.white {
    width: 90%;
  }

  .footer-holder {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-cols {
    text-align: center;
  }

  .col-logo {
    justify-content: center;
    align-items: center;
  }

  .col-links {
    margin-top: 20px;
  }

  .foot-p.copyright {
    text-align: center;
  }

  .footer-links {
    text-align: center;
    display: inline-block;
  }

  .foot-link {
    border-top: 1px #000;
    border-bottom: 1px solid #fff;
    border-right-style: none;
    border-right-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
  }

  .grafico-marcas {
    width: 60%;
  }

  ._2columns.inv {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .invest-block {
    min-height: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: #3d3232;
    border-radius: 10px;
    width: 100%;
    margin-top: 2px;
  }

  .nav-link {
    font-size: 18px;
    font-weight: 600;
  }

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

  .block-p {
    justify-content: center;
    align-items: flex-end;
    width: 85%;
    display: block;
    position: absolute;
    bottom: 49px;
  }

  .calltoaction-h {
    font-size: 26px;
    line-height: 32px;
  }

  .calltoaction-p {
    font-size: 18px;
    line-height: 22px;
  }

  .section-p.white {
    width: 100%;
    margin-top: 20px;
  }

  .section-p.experiencia {
    width: 100%;
  }

  .areas-c1 {
    margin-bottom: 0;
  }

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

  .grafico-marcas {
    width: 90%;
  }

  ._3columns {
    margin-bottom: 0;
  }

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

  .nosotros-logos-container {
    height: auto;
  }

  .logosgrid {
    flex-flow: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .invest-block {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header-section {
    min-height: 620px;
  }

  .header-h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .header-intro {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-p {
    width: 100%;
  }

  .brand {
    margin-left: 20px;
  }

  .generic-holder {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .block-dim.box1, .block-dim.box2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-p {
    font-size: 18px;
    line-height: 26px;
    bottom: 25px;
  }

  .calltoaction-holder {
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .calltoaction-holder.bottom {
    justify-content: center;
    align-items: center;
  }

  .calltoaction-holder.bottom.nosotros {
    height: auto;
    padding: 50px 20px;
  }

  .calltoaction-holder.bottom.innovacion {
    padding-left: 20px;
    padding-right: 20px;
  }

  .calltoaction-h {
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
  }

  .calltoaction-p {
    text-align: center;
    width: 100%;
    line-height: 24px;
  }

  .inline-textpill {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-h {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-h.short {
    text-align: left;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .buller-text {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bullet-img {
    width: 30px;
  }
}


