:root {
  --rojo: #e41c2d;
  --blueblue: #0e3d8e;
}

.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;
  padding: 6px 60px 10px 140px;
}

.div-block {
  background-image: linear-gradient(90deg, #000, #fff0), linear-gradient(#00000030, #00000030), url('../images/Hero.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 181px;
  padding-left: 100px;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 70px;
}

.heading-2 {
  color: #fff;
  margin-top: 5px;
  font-size: 50px;
  line-height: 60px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.button {
  background-color: #015ca400;
  margin-top: 13px;
  padding: 20px;
  font-family: Droid Serif, serif;
  font-size: 40px;
}

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

.div-block-3 {
  margin-bottom: 122px;
  padding-left: 100px;
  padding-right: 100px;
}

.azul {
  background-color: #fff;
  width: 300px;
  height: 320px;
  margin-top: -110px;
  padding: 26px 27px 27px;
  box-shadow: 0 2px 20px #0003;
}

.rojo {
  background-color: var(--rojo);
  padding: 26px 27px 27px;
}

.azul2 {
  background-color: var(--blueblue);
  padding: 26px 27px 27px;
}

.heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.nav-link {
  margin-top: 10px;
}

.menu {
  color: var(--blueblue);
  padding-top: 30px;
  padding-bottom: 1px;
  font-size: 18px;
  font-weight: 700;
}

.menu.w--current {
  color: var(--rojo);
  border: 1px #000;
  font-weight: 700;
}

.paragraph {
  color: #5f5f5f;
  margin-bottom: 17px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.link {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.heading-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.div-block-5 {
  padding-top: 160px;
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-5.oservicios {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 18px;
  display: flex;
}

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

.services {
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 44px 27px 27px;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-2 {
  font-family: Droid Serif, serif;
  font-size: 18px;
  line-height: 28px;
}

.image {
  margin-bottom: 3px;
  padding-bottom: 0;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #9c9c9c00;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.div-block-8 {
  background-color: var(--blueblue);
  background-image: linear-gradient(#08092b40, #08092b40), url('../images/car_on-the-road.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding: 96px 100px 160px;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

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

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 62px;
  display: flex;
}

.link-block {
  background-color: var(--rojo);
  margin-top: 24px;
  padding: 14px;
  text-decoration: none;
}

.link-block.fuell {
  background-color: var(--blueblue);
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-3 {
  margin-top: 15px;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.link-2 {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.paragraph-4 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  display: flex;
}

.div-block-12 {
  width: 600px;
}

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

.heading-10 {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 13px;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-5 {
  color: #fff;
  margin-top: 9px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

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

.div-block-15 {
  margin-top: 29px;
}

.footer-light {
  border-top: 8px solid var(--rojo);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  margin-top: 0;
  padding: 36px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.footer-brand {
  margin-top: 15px;
  text-decoration: none;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--rojo);
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.footer-link-two {
  color: var(--blueblue);
  margin-top: 7px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--blueblue);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 19px;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-size: 12px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.div-block-16 {
  flex-flow: column;
  display: flex;
}

.text-block {
  color: var(--rojo);
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

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

.button-2 {
  border: 1px solid var(--rojo);
  background-color: var(--rojo);
  color: #fff;
  margin-top: 9px;
  padding: 20px 56px;
  font-family: Droid Serif, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.code-embed {
  background-color: #fff;
  margin-top: 0;
  padding: 15px 20px 20px;
}

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

.div-block-19 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/chicago.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block-19.about-us {
  background-image: linear-gradient(#00000026, #00000026), url('../images/about-us.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
}

.heading-12 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 60px;
}

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

.paragraph-6 {
  margin-bottom: 45px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.heading-13 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

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

.div-block-22 {
  background-color: #f1f1f1;
  padding: 2px 20px 20px;
}

.heading-14 {
  color: var(--blueblue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.paragraph-7 {
  margin-top: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.paragraph-8 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 34px;
}

.div-block-24 {
  width: auto;
}

.div-block-25 {
  background-color: var(--blueblue);
  margin-top: 139px;
  padding: 40px 140px;
}

.paragraph-9 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.div-block-26 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 55px;
}

.button-3 {
  background-color: var(--rojo);
  padding: 20px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
}

.heading-15 {
  margin-top: 6px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.link-block-2 {
  background-color: var(--rojo);
  color: #fff;
  border-radius: 6px;
  margin-top: 21px;
  padding: 10px 16px 10px 15px;
  text-decoration: none;
}

.bold-text {
  font-weight: 400;
}

.text-block-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

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

.div-block-29 {
  background-color: #f3f3f3;
  padding: 25px;
}

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

.image-2 {
  margin-right: 0;
  padding: 0;
}

.div-block-31 {
  background-color: var(--blueblue);
  border-radius: 200px;
  padding: 10px;
}

.bold-text-2 {
  color: var(--blueblue);
  font-size: 20px;
  font-weight: 700;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
}

.container-2 {
  margin-bottom: 238px;
}

.button-4 {
  background-color: var(--blueblue);
  text-align: center;
  margin-top: 0;
  padding: 26px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.nav-menu {
  padding-top: 13px;
}

.bold-text-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 32px;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 190px;
  display: flex;
}

.div-block-37 {
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr minmax(0, .5fr);
  grid-auto-columns: 1fr;
  width: 1200px;
  display: grid;
}

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

.div-block-39 {
  background-color: var(--rojo);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  margin-right: 17px;
  padding: 0 0 0 25px;
  display: flex;
}

.div-block-39.blue {
  background-color: var(--blueblue);
}

.bold-text-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.paragraph-10 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.div-block-40, .div-block-41, .div-block-42, .div-block-43 {
  width: 450px;
}

.div-block-44 {
  background-color: #f04756;
  padding: 0 5px;
}

.link-block-3 {
  background-color: var(--rojo);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.icon-embed-xxsmall {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: 50px;
  display: flex;
}

.icon-embed-xlarge {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.image-3 {
  color: var(--rojo);
}

.icon-embed-xlarge-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-embed-medium {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
}

.heading-18 {
  color: #fff;
  background-color: #e41c2d00;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px 0 13px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.div-block-45 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 110px;
  padding-top: 52px;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  padding-top: 25px;
  display: grid;
}

.div-block-47 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-48 {
  background-color: var(--blueblue);
  width: 90px;
  height: 80px;
  padding: 21px;
}

.div-block-48.rojo {
  background-color: var(--rojo);
}

.image-4, .image-5 {
  width: 50px;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading-20 {
  color: #000;
  background-color: #0000;
  margin-bottom: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.div-block-49 {
  background-image: url('../images/SErvices-Roadside-MEchanic.jpg');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-21 {
  color: var(--rojo);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.link-block-4 {
  background-color: #fff;
  margin-bottom: 22px;
  padding: 29px;
  text-decoration: none;
}

.body {
  background-color: #fff;
}

.div-block-50 {
  border-bottom: 1px solid #0e3d8e1a;
  justify-content: space-around;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 11px;
  display: flex;
}

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

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

.text-block-3 {
  color: var(--blueblue);
  padding-left: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

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

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

.abajo {
  background-color: var(--rojo);
  justify-content: center;
  align-items: center;
  padding: 15px 17px 16px;
  text-decoration: none;
  display: flex;
}

.div-block-53 {
  justify-content: center;
  align-items: center;
  padding-bottom: 91px;
  display: flex;
}

.bold-text-5 {
  font-weight: 500;
}

.div-block-55 {
  background-color: var(--rojo);
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 60px;
  display: flex;
}

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

.heading-22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
}

.div-block-57 {
  background-image: url('../images/about-us.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-58 {
  border: 1px #000;
  padding-top: 23px;
}

@media screen and (min-width: 1920px) {
  .div-block {
    padding-top: 142px;
    padding-bottom: 220px;
  }

  .heading {
    font-size: 80px;
    line-height: 90px;
  }

  .heading-2 {
    font-size: 70px;
    line-height: 100px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .button {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
  }

  .div-block-2 {
    margin-top: -73px;
  }

  .azul {
    width: 420px;
    height: 450px;
    padding: 44px;
  }

  .rojo, .azul2 {
    padding: 44px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .menu {
    font-size: 24px;
  }

  .paragraph {
    color: #000;
    margin-bottom: 40px;
    padding-top: 12px;
    font-size: 24px;
    line-height: 32px;
  }

  .link {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-5.oservicios {
    padding-bottom: 42px;
  }

  .div-block-10 {
    justify-content: center;
  }

  .paragraph-4 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-11 {
    width: 800px;
  }

  .heading-10 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
  }

  .paragraph-5 {
    margin-top: 8px;
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-15 {
    margin-top: 50px;
  }

  .footer-light {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-title {
    font-size: 26px;
  }

  .footer-link-two {
    margin-top: 1px;
    padding: 8px 8px 7px 0;
    font-size: 22px;
  }

  .button-2 {
    background-color: var(--rojo);
    color: #fff;
    border-style: none;
    padding: 10px 99px 10px 98px;
  }

  .div-block-19.about-us {
    background-image: linear-gradient(#0000, #0000), url('../images/about-us.jpg');
    background-position: 0 0, 50% 80%;
    padding-top: 247px;
    padding-bottom: 227px;
  }

  .link-block-2 {
    margin-top: 6px;
    padding: 20px;
  }

  .text-block-2 {
    font-size: 24px;
    font-weight: 500;
  }

  .button-4 {
    padding: 40px 31px 40px 28px;
    font-size: 24px;
  }

  .div-block-37 {
    grid-column-gap: 40px;
    grid-template-columns: 1.5fr 1.5fr;
    width: 1600px;
  }

  .div-block-38 {
    margin-bottom: 34px;
  }

  .div-block-39 {
    width: 150px;
    height: 140px;
  }

  .bold-text-4 {
    font-size: 28px;
    line-height: 44px;
  }

  .paragraph-10 {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-17 {
    font-size: 28px;
  }

  .link-block-3 {
    padding-left: 20px;
    text-decoration: none;
  }

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

  .div-block-45 {
    margin-bottom: 134px;
  }

  .div-block-46 {
    width: 1600px;
    padding-top: 40px;
  }

  .heading-19 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-20 {
    font-size: 42px;
    line-height: 50px;
  }

  .text-block-3 {
    font-size: 17px;
  }

  .abajo {
    padding: 28px 29px 33px;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-right: 100px;
  }

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

  .azul {
    width: 400px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 28px;
  }

  .menu {
    text-align: center;
  }

  .paragraph {
    margin-bottom: 38px;
    font-size: 18px;
    line-height: 28px;
  }

  .link {
    font-size: 20px;
  }

  .div-block-5.oservicios {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10 {
    display: block;
  }

  .div-block-11 {
    width: auto;
  }

  .div-block-13 {
    display: block;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .icon {
    color: var(--blueblue);
    font-size: 40px;
  }

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

  .div-block-37 {
    width: auto;
    display: block;
  }

  .div-block-45 {
    margin-bottom: 28px;
  }

  .div-block-46 {
    width: auto;
    display: block;
  }

  .div-block-47 {
    margin-bottom: 47px;
  }

  .container-4 {
    justify-content: flex-end;
    align-items: center;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block {
    background-image: linear-gradient(90deg, #000, #fff0), linear-gradient(#0000, #0000), url('../images/Hero.jpg');
    background-position: 0 0, 0 0, 78% 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 210px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

  .heading-2 {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
  }

  .heading-3 {
    text-align: center;
    font-size: 22px;
    line-height: 29px;
  }

  .div-block-2 {
    display: block;
  }

  .azul {
    width: auto;
    padding-bottom: 336px;
  }

  .services {
    margin-top: 16px;
  }

  .div-block-7 {
    display: block;
  }

  .div-block-8 {
    margin-top: 49px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11 {
    width: auto;
  }

  .div-block-13 {
    display: block;
  }

  .footer-light {
    margin-top: 74px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-block-two {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .div-block-17 {
    justify-content: center;
    align-items: center;
  }

  .div-block-19 {
    padding: 60px 20px;
  }

  .heading-12 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-22 {
    margin-top: 13px;
  }

  .div-block-25 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-32, .div-block-33, .div-block-34, .div-block-35 {
    display: none;
  }

  .nav-menu {
    padding-bottom: 30px;
  }

  .div-block-38 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 19px;
    padding-left: 15px;
    padding-right: 29px;
    display: flex;
  }

  .div-block-39 {
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-right: 0;
    padding: 12px;
  }

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

  .div-block-40, .div-block-41, .div-block-42, .div-block-43 {
    width: auto;
  }

  .heading-18 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-19, .heading-20 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-49 {
    justify-content: center;
    align-items: center;
    padding-top: 226px;
    padding-bottom: 218px;
  }

  .div-block-50 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 16px;
  }

  .link-block-6 {
    padding-top: 8px;
  }

  .abajo {
    display: flex;
  }

  .div-block-53 {
    flex-flow: column;
    align-items: stretch;
  }

  .image-6 {
    display: block;
  }

  .bold-text-5 {
    font-weight: 500;
  }

  .div-block-54 {
    padding-top: 41px;
  }
}

#w-node-dbfa7938-51c7-94dc-cef2-63b038e9465e-7d62e288 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64254dd4-0519-ff6b-1d68-75e2d81be640-7d62e288 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_6378d7f0-b982-45e8-afe4-fd7e2339e419-7d62e288 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-_93eea429-a913-ecf3-f580-6e7d436798c6-436798c4 {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-_93eea429-a913-ecf3-f580-6e7d436798c7-436798c4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_93eea429-a913-ecf3-f580-6e7d436798d1-436798c4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93eea429-a913-ecf3-f580-6e7d436798da-436798c4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_93eea429-a913-ecf3-f580-6e7d436798e3-436798c4 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_213f818a-9a90-29f7-0536-e0381d565b91-74eb6bf7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3cdcdfcd-e770-dcc1-2d92-b12652f12db1-b4dfbc0a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9f48ccf2-80b4-24c9-8fdf-44346aa28c70-b4dfbc0a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30624fc6-0a16-6afc-e647-694c87d6c795-b4dfbc0a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f2898989-9cbf-9cef-bb8e-12128350db80-6ad3721a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e0a57f7f-d7f4-6b78-711d-5f28e72df195-6ad3721a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db11fa98-cebf-946c-3faf-c9559831625e-6ad3721a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fef080dd-72f9-37d7-7e0c-cd3daa37af82-6ad3721a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e9671813-f288-8c34-1a7e-0bca1123943c-eef12e70 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-e9671813-f288-8c34-1a7e-0bca11239445-eef12e70 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-e9671813-f288-8c34-1a7e-0bca11239450-eef12e70 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-e9671813-f288-8c34-1a7e-0bca1123945a-eef12e70 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-_6378d7f0-b982-45e8-afe4-fd7e2339e419-7d62e288 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: stretch;
  }

  #w-node-_93eea429-a913-ecf3-f580-6e7d436798c7-436798c4 {
    grid-area: 1 / 2 / 2 / 3;
  }
}
