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

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

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

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

body {
  color: #000;
  text-align: justify;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  font-family: Overpass, sans-serif;
  font-size: 1vw;
  line-height: 100%;
  display: flex;
}

.container {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.services {
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
}

.container.about-us-light {
  align-items: flex-start;
  font-size: 1.3vw;
  line-height: 120%;
}

.container.cta {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.section {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 120px;
  display: flex;
}

.section.welcome {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/welcome.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
}

.section.services {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: relative;
}

.section.cta {
  background-color: #111;
  padding-left: 80px;
  padding-right: 80px;
}

.section.sp-services {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #232323;
  background-image: url('../images/bg-ca.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1100px 600px;
  background-attachment: scroll;
  border-bottom: 5px solid #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.section.sp-services.al {
  background-image: url('../images/bg-al.png');
  background-position: 100%;
  background-size: 1200px;
  background-attachment: scroll;
}

.section.sp-services.cm {
  background-image: url('../images/bg-cm.png');
  background-position: 100%;
  background-size: 1200px;
}

.section.services-reasons {
  background-color: #232323;
  border-top: 5px solid #fff;
  margin-bottom: 0;
}

.section.about-us {
  font-size: 1.3vw;
  line-height: 100%;
}

.section.gallery {
  background-color: #232323;
  align-items: center;
}

.section.footer {
  background-color: #232323;
  border-top: 5px solid rgba(206, 30, 31, .8);
  flex-direction: column;
  align-items: center;
}

.section.footer.white {
  background-color: #fff;
}

.navbar {
  width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 120px;
  display: flex;
  box-shadow: 0 8px 4px 2px rgba(0, 0, 0, .2);
}

.navbar-logo {
  width: 12vw;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-link {
  text-align: center;
  margin-left: 0;
  margin-right: 60px;
  padding: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 2vw;
}

.nav-link:hover {
  color: #ce1e1f;
}

.nav-link.w--current {
  color: #ce1e1f;
  text-align: center;
  text-decoration: overline;
}

.nav-link.language {
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 0;
  font-family: Overpass, sans-serif;
  font-size: 1vw;
  font-weight: 600;
}

.titles {
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 100%;
}

.titles.welcome {
  color: #fff;
  font-size: 6vw;
}

.titles.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Overpass, sans-serif;
  font-size: 3vw;
  font-weight: 500;
}

.titles.heading.services {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  display: none;
}

.titles.heading.services.active {
  font-weight: 400;
  display: block;
}

.titles.aul {
  font-size: 4.5vw;
}

.titles.cta {
  text-align: left;
  margin-bottom: 15px;
  font-size: 3.8vw;
}

.titles.subtitle {
  text-align: left;
  margin-bottom: 30px;
  font-size: 2.3vw;
}

.titles.mv {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  font-size: 2.2vw;
}

.titles.services {
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  font-size: 5vw;
}

.titles.sp-service-title {
  color: #fff;
  text-align: left;
  font-size: 2.5vw;
}

.titles.services-r {
  text-align: left;
  margin-bottom: 10px;
  font-size: 3vw;
}

.titles.gallery {
  color: #fff;
  margin-bottom: 60px;
  font-size: 4.5vw;
}

.titles.faq {
  width: 100%;
  color: #000;
  margin-bottom: 60px;
  font-size: 4.5vw;
}

.titles.faq.sub {
  margin-top: 60px;
}

.services-bg {
  z-index: 2;
  width: 100%;
  height: 600px;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 30px 40px;
  font-size: 1.2vw;
  line-height: 120%;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .6);
}

.services-bg.phone {
  display: none;
}

.icon-bg {
  width: 86px;
  height: 86px;
  background-color: #ce1e1f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: none;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .3);
}

.icon-bg.white {
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 0;
  display: flex;
}

.icon-bg.active {
  display: flex;
}

.cta-services {
  width: 400px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: none;
}

.cta-services.active {
  width: 400px;
  display: flex;
}

.button {
  width: 11vw;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, .7);
  background-color: #ce1e1f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 120%;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .4);
}

.button:hover {
  background-color: #000;
}

.button.submit {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ce1e1f;
}

.button.submit:hover {
  background-color: #ce1e1f;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0);
}

.button.footer {
  width: 15vw;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ce1e1f;
  padding-top: 20px;
}

.button.footer:hover {
  background-color: #ce1e1f;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0);
}

.button.footer.white {
  color: #000;
  text-shadow: none;
}

.button.footer.white:hover {
  color: #fff;
}

.vertical-separator {
  width: 5px;
  height: 450px;
  background-color: rgba(206, 30, 31, .8);
  border-radius: 5px;
}

.services-names {
  z-index: -1;
  width: 20%;
  height: 450px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(206, 30, 31, .5);
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 2vw;
  line-height: 100%;
  display: flex;
  position: relative;
}

.services-names.icons {
  z-index: 0;
  width: auto;
  background-color: #fff;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.services-icons-names {
  height: 86px;
  text-shadow: 0 0 2px rgba(206, 30, 31, .4);
  align-items: center;
  font-size: 2.1vw;
  display: flex;
}

.separator {
  width: 35vw;
  height: 3px;
  background-color: #ce1e1f;
  margin-top: 10px;
  margin-bottom: 20px;
}

.separator.mv {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  margin-top: 20px;
}

.separator.sp-separator {
  width: 15vw;
}

.separator.sp {
  width: 25vw;
  margin-bottom: 60px;
}

.separator.footer {
  width: 6vw;
  margin-top: 10px;
  margin-bottom: 0;
}

.asymetric-gallery {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.img-1 {
  width: 62%;
  height: 70vh;
  background-image: url('../images/almacen.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.horizontal-holder {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -15px;
  display: flex;
}

.horizontal-holder.top {
  margin-top: 0;
}

.img-2 {
  width: 38%;
  height: 70vh;
  background-image: url('../images/almacen-interior.webp');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 4px;
  margin-bottom: 0;
}

.img-3 {
  width: 55%;
  height: 55vh;
  background-image: url('../images/airport.webp');
  background-position: 100%;
  background-size: cover;
  border-bottom-left-radius: 4px;
  margin-right: 10px;
}

.img-4 {
  width: 44%;
  height: 55vh;
  background-image: url('../images/carga-almacen.webp');
  background-position: 50% 0;
  background-size: cover;
  border-bottom-right-radius: 4px;
}

.cta-text {
  width: 50%;
  color: #fff;
  margin-right: 30px;
  font-size: 1.3vw;
  line-height: 120%;
}

.form-block {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cta-contact {
  width: 70%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.cta-buttons {
  width: 56px;
  height: 56px;
  background-color: #ce1e1f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  display: flex;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .4);
}

.cta-buttons:hover {
  background-color: #fff;
}

.inputs-div {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.select-input {
  width: 48%;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0 solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.select-input:focus {
  background-color: #323232;
  border-bottom-color: #ce1e1f;
  border-left-color: #ce1e1f;
}

.text-inputs {
  width: 22%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 0 solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.text-inputs:focus {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ce1e1f #ce1e1f;
}

.text-inputs::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.text-inputs::placeholder {
  color: #fff;
  text-transform: uppercase;
}

.text-inputs.full {
  width: 100%;
  margin-bottom: 15px;
}

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

.mvu-div {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mv-div {
  width: 50%;
  height: 50vh;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 20px;
  display: flex;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .6);
}

.mv-img {
  width: 35%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.mv-text {
  width: 65%;
  text-align: justify;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
  font-size: 1vw;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.u-div {
  width: 50%;
  height: 50vh;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .6);
}

.u-text {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 20px 15px;
}

.white-icons {
  filter: invert();
}

.white-icons:hover {
  filter: none;
}

.icons-select:hover {
  filter: invert();
}

.services-text {
  display: none;
}

.services-text.active {
  display: block;
}

.dd-icon {
  margin-left: 10px;
  margin-right: auto;
}

.dropdown-link {
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.5vw;
  text-decoration: underline;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #ce1e1f;
}

.dropdown-link.language {
  text-align: left;
  text-transform: none;
  font-family: Overpass, sans-serif;
  font-size: 1.2vw;
}

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

.dropdown-list.w--open {
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 8px 3px 3px rgba(0, 0, 0, .6);
}

.sp-service {
  width: 48%;
  outline-offset: 0px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/bg1_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: 3px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 30px 40px;
  font-weight: 300;
  line-height: 110%;
  display: flex;
}

.sp-service.right {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/bg2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px 0 0 4px;
  margin-bottom: 0;
}

.services-reasons {
  width: 100%;
  color: #fff;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.reasons-icons {
  width: 25%;
  filter: invert();
  margin-right: 40px;
}

.services-reasons-div {
  width: 100%;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.gallery-imgs {
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 0;
}

.gallery-img {
  width: 100%;
  height: 300px;
  background-image: url('../images/office1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-img.i2 {
  background-image: url('../images/street.webp');
  background-position: 50% 20%;
}

.gallery-img.i3 {
  background-image: url('../images/almacen_1.webp');
}

.gallery-img.i5 {
  height: 600px;
  background-image: url('../images/office2.webp');
  background-position: 0 0;
}

.gallery-img.i4 {
  background-image: url('../images/camera.webp');
  background-position: 50% 20%;
}

.white-question {
  width: 100%;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.3vw;
  font-weight: 400;
}

.white-question.orange {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
  padding-top: 30px;
  padding-bottom: 30px;
}

.faq-questions {
  position: static;
}

.faq-questions.w--open {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  padding: 35px 20px;
  font-size: 1.2vw;
  line-height: 115%;
}

.red-dd {
  width: 100%;
  color: #fff;
  background-color: #ce1e1f;
}

.black-dd {
  width: 100%;
  color: #fff;
  background-color: #000;
}

.footer-grid-one {
  width: 100%;
  grid-column-gap: 5px;
  border-top: 4px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-grid-one.white {
  border-top-color: rgba(206, 30, 31, .8);
}

.footer-info-title {
  font-size: 1.4vw;
  text-decoration: underline;
}

.footer-info {
  color: #fff;
  padding-right: 30px;
}

.footer-info.white {
  color: #000;
}

.footer-link {
  color: #fff;
  text-align: left;
  padding-left: 10px;
  font-size: 2vw;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  filter: sepia();
  color: #fff;
}

.footer-link.w--current {
  color: #fff;
  font-size: 2vw;
  text-decoration: overline;
}

.footer-link.white {
  color: #000;
}

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

.footer-menu-container {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-logo {
  width: 30%;
  margin-bottom: 40px;
}

.footer-info-links {
  color: #fff;
  text-decoration: none;
}

.footer-info-links:hover {
  text-decoration: underline;
}

.footer-info-links.white {
  color: #000;
}

.dropdown-toggle {
  padding: 10px 20px 10px 0;
}

.language-list {
  background-color: #fff;
}

.language-list.w--open {
  text-align: center;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 8px 3px 3px rgba(0, 0, 0, .6);
}

.ca-service {
  width: 48%;
  outline-offset: 0px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/bg1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: 3px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 30px 40px;
  font-weight: 300;
  line-height: 110%;
  display: flex;
}

.ca-service.right {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/bg2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px 0 0 4px;
  margin-bottom: 0;
}

.al-service {
  width: 48%;
  outline-offset: 0px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/bg1_2.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: 3px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 30px 40px;
  font-weight: 300;
  line-height: 110%;
  display: flex;
}

.al-service.right {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/bg2_2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px 0 0 4px;
  margin-bottom: 0;
}

.reasons-container {
  width: 75%;
}

@media screen and (max-width: 991px) {
  .container.services {
    flex-direction: column;
  }

  .container.about-us-light {
    font-size: 1.5vw;
  }

  .section {
    padding: 40px 80px;
  }

  .section.welcome {
    height: 80vh;
  }

  .section.services {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.sp-services {
    background-size: 800px;
  }

  .section.sp-services.al {
    background-position: 50%;
    background-size: 1000px;
  }

  .section.about-us {
    font-size: 1.6vw;
  }

  .section.footer {
    flex-direction: column-reverse;
  }

  .navbar {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo {
    width: 16vw;
  }

  .nav-menu {
    background-color: #000;
    flex-direction: row;
    margin-left: 0;
    padding: 40px 80px;
    display: flex;
  }

  .nav-link {
    width: 100%;
    height: 100%;
    color: #fff;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 3vw;
    line-height: 100%;
    display: flex;
  }

  .nav-link.language {
    color: #fff;
    margin-left: 0;
    font-size: 1.5vw;
  }

  .titles.welcome {
    font-size: 7vw;
  }

  .titles.heading {
    font-size: 3.5vw;
  }

  .titles.heading.services {
    font-size: 3.6vw;
    display: block;
  }

  .titles.aul {
    font-size: 6vw;
  }

  .titles.mv {
    font-size: 3vw;
  }

  .titles.services {
    font-size: 6vw;
  }

  .titles.sp-service-title {
    font-size: 3vw;
  }

  .titles.services-r {
    font-size: 3.5vw;
  }

  .titles.gallery {
    margin-bottom: 30px;
    font-size: 5.5vw;
  }

  .titles.faq {
    margin-bottom: 40px;
  }

  .titles.faq.sub {
    margin-top: 40px;
  }

  .services-bg {
    display: none;
  }

  .services-bg.phone {
    height: 500px;
    margin-bottom: 40px;
    display: flex;
  }

  .services-bg.phone.end {
    margin-bottom: 0;
  }

  .icon-bg {
    display: flex;
  }

  .cta-services {
    width: 100%;
    display: flex;
  }

  .button {
    width: 16vw;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2vw;
  }

  .button.footer {
    padding-top: 10px;
  }

  .vertical-separator, .services-names {
    display: none;
  }

  .img-1 {
    height: 50vh;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .img-2 {
    height: 50vh;
  }

  .img-3 {
    height: 45vh;
    margin-right: 5px;
  }

  .img-4 {
    height: 45vh;
  }

  .cta-text {
    margin-right: 40px;
  }

  .cta-buttons {
    width: 42px;
    height: 42px;
  }

  .select-input {
    font-size: .9vw;
  }

  .text-inputs::-ms-input-placeholder {
    font-size: .9vw;
  }

  .text-inputs::placeholder {
    font-size: .9vw;
  }

  .mvu-div {
    flex-direction: column;
    align-items: center;
  }

  .mv-div {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .mv-text {
    justify-content: center;
    font-size: 1.6vw;
    line-height: 120%;
  }

  .u-div {
    width: 100%;
  }

  .u-text {
    font-size: 1.5vw;
  }

  .services-text {
    font-size: 1.5vw;
    line-height: 120%;
    display: block;
  }

  .dd-icon {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sp-service {
    font-size: 1.3vw;
  }

  .services-reasons, .services-reasons-div {
    font-size: 1.6vw;
  }

  .white-question {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5vw;
  }

  .white-question.orange {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-questions.w--open {
    font-size: 1.5vw;
  }

  .footer-grid-one {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-info {
    font-size: 1.2vw;
    line-height: 100%;
  }

  .footer-logo {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .dropdown-toggle {
    color: #fff;
  }

  .menu-button {
    color: #fff;
    background-color: #ce1e1f;
    border-radius: 4px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #ce1e1f;
    border-radius: 4px;
    align-items: center;
  }

  .navbar-phone {
    color: #fff;
    padding: 0 30px 0 0;
  }

  .ca-service, .al-service {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 767px) {
  .container.about-us-light {
    font-size: 2vw;
  }

  .container.cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    padding: 30px 40px;
  }

  .section.welcome {
    height: 50vh;
  }

  .section.services, .section.cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.sp-services {
    background-size: 700px;
  }

  .section.sp-services.al {
    background-position: 0 28%;
    background-size: 800px;
  }

  .section.sp-services.cm {
    background-size: 800px;
  }

  .section.about-us {
    font-size: 1.8vw;
  }

  .navbar-logo {
    width: 18vw;
  }

  .titles.heading.services {
    font-size: 4.6vw;
  }

  .titles.aul {
    font-size: 6.5vw;
  }

  .titles.cta {
    font-size: 4.8vw;
  }

  .titles.subtitle {
    font-size: 3.3vw;
  }

  .titles.mv {
    font-size: 5vw;
  }

  .titles.services {
    font-size: 6.5vw;
  }

  .titles.services-r {
    font-size: 4vw;
  }

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

  .titles.faq.sub {
    margin-top: 20px;
  }

  .button {
    width: 18vw;
    font-size: 3vw;
  }

  .button.footer {
    font-size: 2vw;
  }

  .separator.sp {
    width: 35vw;
  }

  .img-1 {
    width: 100%;
    height: 35vh;
  }

  .horizontal-holder.top {
    flex-direction: column;
  }

  .img-2 {
    width: 100%;
    height: 35vh;
  }

  .img-3, .img-4 {
    width: 50%;
    height: 30vh;
  }

  .cta-text {
    width: 70%;
    margin-bottom: 40px;
    margin-right: 0;
    font-size: 1.8vw;
    line-height: 120%;
  }

  .form-block {
    width: 100%;
  }

  .cta-buttons {
    width: 38px;
    height: 38px;
  }

  .select-input, .text-inputs {
    font-size: 2vw;
  }

  .text-inputs::-ms-input-placeholder {
    font-size: 2vw;
  }

  .text-inputs::placeholder {
    font-size: 2vw;
  }

  .mv-img {
    display: none;
  }

  .mv-text {
    width: 100%;
    font-size: 2.6vw;
  }

  .u-text {
    font-size: 2.5vw;
    line-height: 120%;
  }

  .white-icons {
    max-width: 60%;
  }

  .services-text {
    font-size: 2vw;
  }

  .sp-service {
    width: 70%;
  }

  .services-reasons-div {
    font-size: 1.8vw;
  }

  .white-question {
    font-size: 1.9vw;
  }

  .white-question.orange {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
    white-space: pre-wrap;
  }

  .faq-questions.w--open {
    font-size: 1.7vw;
  }

  .footer-info-title {
    font-size: 2vw;
  }

  .footer-info {
    font-size: 1.5vw;
    line-height: 115%;
  }

  .ca-service, .al-service {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .container.about-us-light {
    font-size: 2.5vw;
  }

  .section {
    padding: 20px 10px;
  }

  .section.welcome {
    height: 35vh;
  }

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

  .section.sp-services {
    background-position: 50% 20%;
    background-size: 400px;
  }

  .section.sp-services.al {
    background-position: 50% 25%;
    background-size: 700px;
    background-attachment: fixed;
  }

  .section.sp-services.cm {
    background-position: 100% 25%;
    background-attachment: fixed;
  }

  .section.about-us {
    font-size: 2.4vw;
  }

  .navbar-logo {
    width: 27vw;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    font-size: 4.5vw;
  }

  .titles.heading.services {
    font-size: 6vw;
  }

  .titles.aul {
    font-size: 8.5vw;
  }

  .titles.cta {
    font-size: 6.8vw;
  }

  .titles.subtitle {
    font-size: 4.8vw;
  }

  .titles.services {
    font-size: 7.5vw;
  }

  .titles.sp-service-title {
    font-size: 5vw;
  }

  .titles.services-r {
    font-size: 5.5vw;
  }

  .titles.faq {
    margin-top: 20px;
  }

  .button {
    width: 26vw;
    font-size: 3.5vw;
  }

  .button.footer {
    width: 17vw;
    font-size: 2.5vw;
  }

  .button.footer.white {
    width: 22vw;
    font-size: 3vw;
  }

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

  .cta-text {
    width: 100%;
    font-size: 2.8vw;
  }

  .cta-contact {
    margin-top: 30px;
  }

  .select-input {
    font-size: 2vw;
  }

  .mv-div {
    height: 40vh;
  }

  .mv-text {
    justify-content: flex-start;
  }

  .u-text {
    font-size: 3vw;
  }

  .services-text {
    font-size: 2.7vw;
  }

  .dropdown-link {
    font-size: 3vw;
  }

  .dropdown-link.language, .dropdown-link.language.w--current {
    font-size: 2vw;
  }

  .sp-service {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2vw;
  }

  .reasons-icons {
    margin-right: 20px;
  }

  .services-reasons-div {
    font-size: 2.2vw;
  }

  .white-question {
    white-space: normal;
    font-size: 3.2vw;
  }

  .white-question.orange {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
  }

  .faq-questions.w--open {
    font-size: 3vw;
  }

  .footer-grid-one {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-info-title {
    font-size: 3.5vw;
  }

  .footer-info {
    font-size: 2vw;
  }

  .footer-info.white {
    padding-right: 10px;
    font-size: 2.5vw;
  }

  .text-block {
    font-size: 3vw;
  }

  .dropdown-toggle {
    padding-right: 15px;
    font-size: 2vw;
  }

  .navbar-phone {
    padding-right: 25px;
  }

  .ca-service, .al-service {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2vw;
  }
}

#w-node-_2a4aa3b6-1cca-4e02-9c11-fe1741a41057-41a41053, #w-node-_2a4aa3b6-1cca-4e02-9c11-fe1741a4105b-41a41053 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a4aa3b6-1cca-4e02-9c11-fe1741a41061-41a41053 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2a4aa3b6-1cca-4e02-9c11-fe1741a41064-41a41053, #w-node-_2a4aa3b6-1cca-4e02-9c11-fe1741a41068-41a41053 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a4aa3b6-1cca-4e02-9c11-fe1741a41079-41a41053 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2a4aa3b6-1cca-4e02-9c11-fe1741a4107c-41a41053, #w-node-_2a4aa3b6-1cca-4e02-9c11-fe1741a41080-41a41053 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b990d6d-5970-634b-0eb2-a02740c6951c-88759535 {
  justify-self: center;
}

#w-node-_4a10f0a1-6cb1-2a9c-5964-3306d37a43fd-88759535 {
  justify-self: end;
}

#w-node-c05fbb46-605e-efa6-a607-0825ca24f35f-ca24f35b, #w-node-c05fbb46-605e-efa6-a607-0825ca24f363-ca24f35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c05fbb46-605e-efa6-a607-0825ca24f369-ca24f35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c05fbb46-605e-efa6-a607-0825ca24f36c-ca24f35b, #w-node-c05fbb46-605e-efa6-a607-0825ca24f370-ca24f35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c05fbb46-605e-efa6-a607-0825ca24f381-ca24f35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c05fbb46-605e-efa6-a607-0825ca24f384-ca24f35b, #w-node-c05fbb46-605e-efa6-a607-0825ca24f388-ca24f35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b990d6d-5970-634b-0eb2-a02740c6951c-1b55c4da {
  justify-self: center;
}

#w-node-_4a10f0a1-6cb1-2a9c-5964-3306d37a43fd-1b55c4da {
  justify-self: end;
}

#w-node-_6b990d6d-5970-634b-0eb2-a02740c6951c-f56895a2 {
  justify-self: center;
}

#w-node-_4a10f0a1-6cb1-2a9c-5964-3306d37a43fd-f56895a2 {
  justify-self: end;
}

#w-node-_23276855-e364-ccd4-647f-6d7fb01f8580-ea29ca47 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_23276855-e364-ccd4-647f-6d7fb01f8581-ea29ca47, #w-node-_23276855-e364-ccd4-647f-6d7fb01f8582-ea29ca47, #w-node-_93187025-e83d-d716-af7c-c01123356bd3-ea29ca47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed5c3c8c-f272-5f48-5ea8-60be52b388ff-ea29ca47 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9efe3ea2-5986-5958-152b-674bcf1ea033-ea29ca47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_2a4aa3b6-1cca-4e02-9c11-fe1741a41061-41a41053, #w-node-c05fbb46-605e-efa6-a607-0825ca24f369-ca24f35b {
    align-self: center;
  }

  #w-node-_23276855-e364-ccd4-647f-6d7fb01f8580-ea29ca47 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_93187025-e83d-d716-af7c-c01123356bd3-ea29ca47 {
    grid-column: span 2 / span 2;
  }

  #w-node-ed5c3c8c-f272-5f48-5ea8-60be52b388ff-ea29ca47 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9efe3ea2-5986-5958-152b-674bcf1ea033-ea29ca47 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_23276855-e364-ccd4-647f-6d7fb01f8581-ea29ca47, #w-node-_23276855-e364-ccd4-647f-6d7fb01f8582-ea29ca47 {
    grid-column: span 2 / span 2;
  }
}


