:root {
  --midnight-blue: #342580;
  --tomato: #ff6238;
}

.section-hero {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(52, 37, 128, .9), rgba(52, 37, 128, .9)), url('../images/image-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: #342580;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .4);
}

.button {
  background-color: #ff6238;
  border-radius: 6px;
  font-family: Lato, sans-serif;
}

.nav-link, .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.container-hero {
  width: auto;
  height: 60vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading {
  color: #342580;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.text-span {
  color: #ff6238;
}

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

.tracking {
  margin-top: 100px;
  padding-left: 360px;
  padding-right: 360px;
}

.paragraph {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.form-block {
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  width: 700px;
  height: 750px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, .3);
}

.text-field {
  width: 500px;
  color: #342580;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #342580;
  border-radius: 6px;
  margin-bottom: 0;
}

.submit-button {
  background-color: #ff6238;
  border-radius: 6px;
  margin-left: 14px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
}

.container-servicios {
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 180px;
  padding-right: 180px;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  line-height: 45px;
}

.text-span-2 {
  color: #ff6238;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-span-3 {
  color: #342580;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.paragraph-2 {
  color: #b6b6b6;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.container-servicio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  justify-items: start;
  margin-top: 40px;
  display: grid;
}

.image-2 {
  background-color: #ff6238;
  border-radius: 6px;
  padding: 10px;
}

.heading-3 {
  color: #342580;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-3 {
  color: #b6b6b6;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.pymes {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.link {
  color: #ff6238;
  font-family: Lato, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.servicio {
  max-width: none;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .15);
}

.container-number {
  height: 360px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(rgba(52, 37, 128, .9), rgba(52, 37, 128, .9)), url('../images/image-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  padding-left: 180px;
  padding-right: 180px;
  display: grid;
}

.heading-4 {
  color: #ff6238;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-span-4 {
  color: #342580;
}

.container-testimonios {
  margin-top: 100px;
  margin-bottom: 0;
  padding-left: 220px;
  padding-right: 220px;
}

.slider {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 20px rgba(52, 37, 128, .15);
}

.mask {
  text-align: center;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  text-align: center;
  border-radius: 6px;
  position: static;
}

.slide-2 {
  border-radius: 6px;
}

.paragraph-5 {
  max-width: 600px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 75px 210px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: static;
  top: 30%;
  bottom: 30%;
  left: 20%;
  right: 20%;
}

.icon-2, .icon-3 {
  color: #ff6238;
  font-size: 20px;
  font-weight: 700;
}

.slide-nav {
  color: #c00000;
}

.paragraph-6 {
  text-align: center;
  margin-left: 210px;
  margin-right: 210px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.section-footer {
  margin-top: 100px;
}

.container-footer {
  background-color: #342580;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-3 {
  max-width: 90px;
  text-align: center;
  display: inline-block;
}

.footer-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.locacion {
  width: 320px;
  max-width: none;
}

.paragraph-7 {
  width: auto;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.paragraph-8 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.text-span-5 {
  color: #ff6238;
}

.horario {
  max-width: none;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.links {
  max-width: none;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.link-2 {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.text-span-6 {
  color: #ff6238;
}

.heading-5 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}

.heading-6 {
  text-align: center;
  font-family: Lato, sans-serif;
}

.text-span-7 {
  color: #ff6238;
}

.text-span-8 {
  color: #342580;
}

.paragraph-9 {
  color: #b6b6b6;
  text-align: center;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

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

.servicio-square {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  width: 490px;
  max-width: none;
}

.heading-7 {
  outline-offset: 3px;
  color: #342580;
  border-bottom: 2px #000;
  outline: 0 #342580;
  margin-top: 0;
  margin-bottom: 0;
}

.divider {
  width: 40px;
  height: 1px;
  background-color: var(--tomato);
  border-bottom: 2px solid #ff6238;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 15px;
  line-height: 5px;
}

.paragraph-10 {
  max-width: none;
  color: #b6b6b6;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.link-3 {
  color: #ff6238;
  font-family: Lato, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.detalles {
  align-items: flex-end;
  display: flex;
}

.image-5 {
  padding-left: 12px;
}

.down-square {
  width: 490px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, .15);
}

.div-block-4 {
  background-color: #ff6238;
  border-radius: 6px;
  margin-top: 160px;
  margin-left: 40px;
  padding: 15px 18px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.container-compromiso {
  margin-top: 100px;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  background-color: #ff6238;
  margin-bottom: 0;
  padding: 100px 220px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.container-oficinas {
  margin-top: 100px;
  padding-left: 220px;
  padding-right: 220px;
}

.text-block-3 {
  color: #342580;
  font-family: Lato, sans-serif;
}

.dropdown-toggle {
  width: 500px;
  border: 1px solid #342580;
  border-radius: 6px;
}

.icon-4 {
  color: #342580;
}

.dropdown {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.contaniner-oficina {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container-mision {
  justify-content: space-around;
  margin-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.mision {
  margin-left: 40px;
}

.vision {
  margin-right: 40px;
}

.container-ayudamos {
  margin-top: 100px;
}

.ayudamos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 220px;
  margin-right: 220px;
  display: grid;
}

.container-planes {
  margin-top: 100px;
}

.down-plan {
  width: 420px;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-16 {
  color: #b6b6b6;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.heading-9 {
  color: #342580;
  font-family: Lato, sans-serif;
}

.paragraph-17 {
  color: #b6b6b6;
  font-family: Lato, sans-serif;
}

.heading-10 {
  color: #ff6238;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-18 {
  color: #b6b6b6;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.repuestero {
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
  margin-right: 0;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.paragraph-19, .paragraph-20 {
  max-width: 400px;
  color: #b6b6b6;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.heading-11 {
  color: #342580;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.image-9 {
  max-width: 400px;
}

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

.text-span-9 {
  color: #ff6238;
}

.text-span-10 {
  color: #342580;
}

.tracking-detail {
  text-align: center;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  padding-left: 220px;
  padding-right: 220px;
  display: block;
}

.remitente {
  max-width: none;
  text-align: center;
  border: 1px #342580;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 20px;
  display: block;
}

.datos {
  width: auto;
  max-width: none;
  border: 1px #342580;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph-21 {
  color: #342580;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.paragraph-22 {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.paragraph-23 {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
}

.paragraph-24 {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.text-block-6 {
  text-align: right;
  font-family: Lato, sans-serif;
}

.text-block-7 {
  color: var(--midnight-blue);
  text-align: right;
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.text-block-8 {
  color: var(--midnight-blue);
  text-align: right;
  margin-top: 40px;
}

.text-block-9 {
  color: var(--midnight-blue);
  text-align: right;
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.container-bulto {
  text-align: left;
}

.acordion-separator {
  height: 1px;
  background-color: var(--midnight-blue);
}

.acordion {
  width: 100%;
  overflow: hidden;
}

.acordion-toogle {
  height: 60px;
  color: var(--midnight-blue);
  display: flex;
}

.acordion-dropdown {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
}

.acordion-text {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.acordion-paragraph {
  color: var(--midnight-blue);
  justify-content: flex-start;
  padding: 20px;
  font-family: Lato, sans-serif;
  display: block;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.track-time {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-30 {
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

.track {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.paragraph-31 {
  margin-bottom: 0;
}

.text-info {
  padding-left: 120px;
}

.paragraph-32 {
  font-weight: 900;
}

.text-codigo {
  padding-left: 180px;
}

.container-vision {
  justify-content: space-around;
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.seguimiento-numero {
  width: 500px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 6px;
  margin-bottom: 0;
}

.corriente {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.image-11 {
  width: 420px;
  padding-right: 35px;
}

.image-12 {
  width: 420px;
  margin-left: 0;
}

.image-13 {
  width: 420px;
  margin-left: 0;
  margin-right: 30px;
}

.text-span-11 {
  color: var(--midnight-blue);
}

.carga-express {
  flex-direction: row;
  align-items: flex-start;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.text-span-12 {
  color: var(--midnight-blue);
}

.text-span-13 {
  color: var(--midnight-blue);
  font-weight: 700;
}

.dropdown-list-2 {
  overflow: hidden;
}

.dropdown-list-2.w--open {
  width: auto;
  max-height: 240px;
  border: 1px solid var(--midnight-blue);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 12px;
  display: block;
  overflow: auto;
}

.section-oficina {
  margin-top: 60px;
}

.container-oficina {
  margin-top: 60px;
  padding-left: 300px;
  padding-right: 300px;
}

.oficina {
  display: flex;
}

.oficina-map {
  width: 600px;
  height: auto;
  border-radius: 0;
}

.map {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.datos-oficina {
  width: 100%;
  padding-left: 20px;
}

.heading-14 {
  color: var(--midnight-blue);
  font-family: Lato, sans-serif;
}

.heading-15 {
  color: var(--tomato);
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-33 {
  font-family: Lato, sans-serif;
}

.line {
  width: 100%;
  height: 1px;
  background-color: var(--midnight-blue);
  color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
}

.oficina-pequena {
  width: 600px;
}

.oficina-intro {
  text-align: center;
}

.boton-descargar, .boton-tarifas {
  border: 1px solid var(--tomato);
  color: var(--midnight-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.boton-formulario {
  border: 1px solid var(--tomato);
  color: var(--midnight-blue);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: block;
}

.pymes-modal {
  z-index: 1100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 98, 56, .7);
  display: none;
  position: fixed;
}

.heading-16 {
  color: var(--midnight-blue);
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.paragraph-34 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
}

.identificacion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Lato, sans-serif;
  display: grid;
}

.text-field-2 {
  width: 280px;
  border-radius: 6px;
  margin-right: 0;
}

.text-field-3 {
  width: auto;
  border-radius: 6px;
}

.field-label {
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
}

.submit-button-2 {
  width: 100%;
  background-color: var(--tomato);
  border-radius: 6px;
  font-family: Lato, sans-serif;
}

.textarea, .select-field {
  border-radius: 6px;
}

.image-15 {
  padding: 20px;
}

.form2 {
  display: flex;
}

.boldtexto2 {
  color: #fff;
}

.image-16 {
  max-width: 500px;
}

.preguntas {
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.form-block-3 {
  padding-left: 220px;
  padding-right: 220px;
}

.text-field-4, .text-field-5, .select-field-2, .textarea-2 {
  border-radius: 6px;
}

.submit-button-3 {
  background-color: var(--tomato);
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.container-columnas {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.puedes, .horarios {
  max-width: 550px;
}

.heading-17 {
  color: var(--midnight-blue);
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-35, .paragraph-36 {
  font-family: Lato, sans-serif;
}

.container-direccion {
  margin-top: 60px;
}

.repuestero-modal, .cuenta-modal {
  z-index: 1100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 98, 56, .7);
  display: none;
  position: fixed;
}

@media screen and (min-width: 1440px) {
  .navbar {
    background-color: #342580;
  }

  .container-hero {
    width: auto;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-block {
    margin-left: auto;
    margin-right: auto;
  }

  .text-field {
    width: 500px;
  }

  .servicio {
    max-width: none;
  }

  .container-oficinas {
    padding-left: 350px;
    padding-right: 350px;
  }

  .vision {
    margin-right: 0;
  }

  .image-9 {
    max-width: 360px;
  }

  .image-16 {
    max-width: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .section-hero {
    text-align: center;
  }

  .navbar {
    background-color: #342580;
  }

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

  .container-hero {
    width: auto;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tracking {
    text-align: center;
  }

  .form-block {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .form {
    justify-content: flex-start;
    display: flex;
  }

  .text-field {
    width: 500px;
    max-width: none;
  }

  .container-servicios {
    margin-left: auto;
    margin-right: auto;
    padding-left: 320px;
    padding-right: 320px;
  }

  .container-servicio {
    justify-items: stretch;
  }

  .pymes {
    padding-left: 460px;
    padding-right: 460px;
  }

  .servicio {
    max-width: none;
  }

  .slide {
    text-align: center;
  }

  .paragraph-5 {
    max-width: none;
    text-align: center;
  }

  .servicio-square {
    align-items: stretch;
  }

  .image-4, .down-square {
    width: auto;
  }

  .container-oficinas {
    padding-left: 550px;
    padding-right: 550px;
  }

  .ayudamos {
    margin-left: 0;
    margin-right: 0;
    padding-left: 460px;
    padding-right: 460px;
  }

  .down-plan {
    flex-direction: column;
    display: flex;
  }

  .repuestero {
    padding-left: 460px;
    padding-right: 460px;
  }

  .section-rastreo {
    text-align: center;
    display: block;
  }

  .corriente {
    padding-left: 460px;
    padding-right: 460px;
  }

  .image-16 {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .container-navbar {
    margin-left: 40px;
    margin-right: 40px;
  }

  .navbar {
    z-index: 10;
    top: 0%;
  }

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

  .icon {
    color: #fff;
  }

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

  .form-block {
    margin-left: auto;
    margin-right: auto;
  }

  .container-servicios {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-servicio {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pymes {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 140px;
    padding-right: 140px;
  }

  .servicio {
    max-width: none;
  }

  .container-number {
    align-items: stretch;
    justify-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .paragraph-5 {
    margin: 40px 100px;
  }

  .footer-middle {
    grid-template-columns: 1fr 1fr 1fr;
    align-content: space-between;
    justify-content: space-between;
  }

  .locacion {
    width: auto;
  }

  .nav-menu {
    background-color: #342580;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
  }

  .servicios {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .container-oficinas {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .vision {
    max-width: none;
    margin-right: 40px;
  }

  .ayudamos {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .down-plan {
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .repuestero {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding-left: 140px;
    padding-right: 140px;
  }

  .image-9 {
    width: auto;
    max-width: 340px;
  }

  .tracking-detail {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .corriente {
    flex-direction: column;
    align-items: center;
    padding-left: 140px;
    padding-right: 140px;
  }

  .carga-express {
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-oficina {
    padding-left: 40px;
    padding-right: 40px;
  }

  .oficina-intro {
    max-width: 688px;
  }

  .pymes-modal {
    display: none;
    overflow: visible;
  }

  .image-16 {
    max-width: 100%;
  }

  .preguntas, .form-block-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .navbar {
    z-index: 10;
    top: 0%;
  }

  .menu-button.w--open {
    background-color: #ff6238;
    border-radius: 6px;
    padding: 15px;
  }

  .icon {
    color: #fff;
  }

  .form {
    width: auto;
    height: 700px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    width: 350px;
  }

  .submit-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .pymes {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-testimonios {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5 {
    margin: 54px 0;
    padding-left: 77px;
    padding-right: 77px;
  }

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

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

  .footer-middle {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .paragraph-7 {
    text-align: center;
  }

  .links {
    align-items: center;
  }

  .nav-menu {
    background-color: #342580;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
  }

  .paragraph-11 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .mision {
    margin-left: 0;
    padding-top: 20px;
  }

  .vision {
    margin-right: 0;
    padding-top: 20px;
  }

  .ayudamos {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .down-plan {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .repuestero {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-9 {
    width: auto;
    max-height: none;
    max-width: none;
  }

  .tracking-detail {
    padding-left: 30px;
    padding-right: 30px;
  }

  .track-time {
    justify-content: space-between;
    display: flex;
  }

  .text-info {
    padding-left: 80px;
  }

  .text-codigo {
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .container-vision {
    flex-direction: column-reverse;
  }

  .corriente {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-11 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .container-oficina {
    padding-left: 30px;
    padding-right: 30px;
  }

  .oficina {
    flex-direction: column-reverse;
  }

  .oficina-map {
    width: 100%;
    height: 300px;
  }

  .text-field-2 {
    width: auto;
  }

  .form2 {
    flex-direction: column;
  }

  .image-16 {
    max-width: 100%;
  }

  .preguntas {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container-navbar {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar {
    background-color: #342580;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
  }

  .container-hero {
    width: auto;
    height: auto;
    flex-direction: column;
    padding: 70px 12px;
  }

  .menu-button {
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: #ff6238;
    border-radius: 6px;
    padding: 12px;
  }

  .icon {
    color: #fff;
  }

  .heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .text-span {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text {
    color: var(--midnight-blue);
    font-size: 40px;
    line-height: 50px;
  }

  .tracking {
    margin-top: 40px;
  }

  .form-block {
    max-width: none;
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    font-family: Lato, sans-serif;
    display: block;
  }

  .form {
    height: 700px;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .text-field {
    width: 320px;
    border-color: var(--midnight-blue);
  }

  .submit-button {
    width: 320px;
    margin-top: 8px;
    margin-left: 0;
  }

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

  .container-servicio {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .pymes {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .servicio {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .15);
  }

  .container-number {
    height: auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 100px;
    padding: 50px 10px;
  }

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

  .slider {
    height: 420px;
  }

  .mask {
    height: auto;
  }

  .paragraph-5 {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 52px;
    padding-right: 52px;
  }

  .paragraph-6 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-footer {
    margin-top: 100px;
  }

  .footer-middle {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .locacion {
    text-align: center;
  }

  .links {
    align-items: center;
  }

  .nav-menu {
    background-color: #342580;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
  }

  .heading-6 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .servicios {
    justify-content: stretch;
    align-items: stretch;
  }

  .image-4 {
    width: auto;
    max-width: 340px;
  }

  .down-square {
    width: auto;
  }

  .div-block-4 {
    margin-top: 100px;
    display: none;
  }

  .container-compromiso {
    margin-top: 60px;
  }

  .paragraph-11 {
    padding: 50px 20px;
  }

  .container-oficinas {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-toggle, .dropdown {
    width: 100%;
  }

  .contaniner-oficina {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-mision {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mision {
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .vision {
    margin-right: 0;
  }

  .ayudamos {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .down-plan {
    width: auto;
    flex-direction: column;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .repuestero {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-9 {
    width: auto;
    max-height: none;
    max-width: none;
  }

  .heading-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .remitente {
    padding: 0;
  }

  .datos {
    padding: 20px;
  }

  .acordion-paragraph {
    padding: 0;
  }

  .heading-13 {
    margin-top: 10px;
  }

  .text-info {
    padding-left: 30px;
  }

  .text-codigo {
    padding-left: 40px;
  }

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

  .seguimiento-numero {
    width: auto;
  }

  .corriente {
    flex-direction: column;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-11 {
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    width: auto;
    max-width: none;
  }

  .image-13 {
    width: auto;
    max-width: none;
    margin-right: 0;
  }

  .carga-express {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-oficina {
    padding-left: 19px;
    padding-right: 19px;
  }

  .oficina-pequena {
    width: 100%;
    height: 200px;
  }

  .pymes-modal {
    display: none;
  }

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

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

  .identificacion {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-block-2 {
    overflow: auto;
  }

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

  .image-16 {
    max-width: 100%;
  }

  .preguntas, .form-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-d574e4d6-6d5c-b2fd-25e5-29aac03b413f-ff1ff4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_506e2467-dd21-4d11-aabf-bd1d8fa808c8-ff1ff4be, #w-node-fc6f4162-1806-48de-400d-4c17a2d618c7-ff1ff4be, #w-node-_13b3a875-a55e-509f-8deb-988c2473b5aa-ff1ff4be, #w-node-_13b3a875-a55e-509f-8deb-988c2473b5ab-ff1ff4be, #w-node-_13b3a875-a55e-509f-8deb-988c2473b5ac-ff1ff4be, #w-node-ae44da28-8475-b9aa-8ee4-8a566fab03fe-ff1ff4be, #w-node-ae44da28-8475-b9aa-8ee4-8a566fab03ff-ff1ff4be, #w-node-ae44da28-8475-b9aa-8ee4-8a566fab0400-ff1ff4be, #w-node-_7f3cb6c2-a5e4-9be4-09b7-8dd7f345e255-ff1ff4be, #w-node-_7f3cb6c2-a5e4-9be4-09b7-8dd7f345e256-ff1ff4be, #w-node-_7f3cb6c2-a5e4-9be4-09b7-8dd7f345e257-ff1ff4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d75baf30-d4fa-b7b3-c68f-9ebac41ef1a7-ff1ff4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb7654eb-867d-f44e-7101-113983af5710-ff1ff4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d1821c3-1a12-2e10-5359-67cdc32d96a4-ff1ff4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2d1821c3-1a12-2e10-5359-67cdc32d96a7-ff1ff4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f86e07b2-ac37-b4ab-7ab0-89cb0730238f-ff1ff4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f86e07b2-ac37-b4ab-7ab0-89cb07302392-ff1ff4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f799ab8-0e6e-d959-254e-07badb172a08-ff1ff4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8f799ab8-0e6e-d959-254e-07badb172a0b-ff1ff4be, #w-node-_10fba13d-816f-6bf1-4606-e3ac8985314e-ff1ff4be, #w-node-_2d3b76a7-183b-f485-53ab-466000a3f6c4-ff1ff4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5639cb61-4472-ec6f-bdf9-bcd64319a565-ff1ff4be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-aaeb5a9f-adbd-fac2-0615-02851f8bb5fd-a2d9af26, #w-node-_3c94fb80-b1f7-0128-e09c-cd5ba29c6c0a-a2d9af26, #w-node-b1da8302-f837-c5b8-243a-de28c7afbce4-a2d9af26, #w-node-de68bd44-85b1-78d5-ceab-9ed1b3dc94f2-a2d9af26, #w-node-_67fc9820-da14-e193-96cd-32b93f4bd161-a2d9af26, #w-node-_67fc9820-da14-e193-96cd-32b93f4bd16a-a2d9af26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67fc9820-da14-e193-96cd-32b93f4bd179-a2d9af26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_16792845-7e12-7ba9-9d9b-ea846c46a31c-be0929a7, #w-node-_16792845-7e12-7ba9-9d9b-ea846c46a325-be0929a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16792845-7e12-7ba9-9d9b-ea846c46a334-be0929a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a150189f-27a2-c526-4dd6-8ccbdece1047-cc54108a, #w-node-f2573a1c-eea9-1fe0-ccd3-ed17cc974622-cc54108a, #w-node-_995c418e-ab9c-1ebe-43de-d7579a9cb029-cc54108a, #w-node-acce5797-3537-2212-097f-0a53ce7f1c93-cc54108a, #w-node-aa609d74-7fd1-26b1-1d27-b6b9580988e7-cc54108a, #w-node-aa609d74-7fd1-26b1-1d27-b6b9580988f0-cc54108a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa609d74-7fd1-26b1-1d27-b6b9580988ff-cc54108a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_92a3dbc4-8c8b-fb16-0dee-e6bed9795094-fcd4d8c4, #w-node-_92a3dbc4-8c8b-fb16-0dee-e6bed979509d-fcd4d8c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a3dbc4-8c8b-fb16-0dee-e6bed97950ac-fcd4d8c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_0f3241de-0c0e-86ec-3b2a-9d504fbe55d6-69fd79ac, #w-node-_0f3241de-0c0e-86ec-3b2a-9d504fbe55df-69fd79ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f3241de-0c0e-86ec-3b2a-9d504fbe55ee-69fd79ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_15b0c042-22cb-484f-27f6-374fc08e60c2-82939e10, #w-node-_15b0c042-22cb-484f-27f6-374fc08e60cb-82939e10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15b0c042-22cb-484f-27f6-374fc08e60da-82939e10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8f20fa33-77bb-934b-a4ae-a2261130c4fc-91f16c8f, #w-node-_8f20fa33-77bb-934b-a4ae-a2261130c505-91f16c8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f20fa33-77bb-934b-a4ae-a2261130c514-91f16c8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b3bcd114-a57a-e246-8378-69f385aa2aec-3108daca, #w-node-b3bcd114-a57a-e246-8378-69f385aa2af5-3108daca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3bcd114-a57a-e246-8378-69f385aa2b04-3108daca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_58ac295b-3abe-c5ec-c982-259fef12372e-4104ee0c, #w-node-_58ac295b-3abe-c5ec-c982-259fef123737-4104ee0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58ac295b-3abe-c5ec-c982-259fef123746-4104ee0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_2badbb37-6887-1117-10ed-12d97ed711a8-df1d8c7f, #w-node-_2badbb37-6887-1117-10ed-12d97ed711b1-df1d8c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2badbb37-6887-1117-10ed-12d97ed711c0-df1d8c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-acf0ae7e-25db-34e1-12f0-ba51035406b0-e29325b2, #w-node-acf0ae7e-25db-34e1-12f0-ba51035406b9-e29325b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acf0ae7e-25db-34e1-12f0-ba51035406c8-e29325b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b04484d7-fee3-c7e9-48a4-15c7f2494396-0f586685, #w-node-b04484d7-fee3-c7e9-48a4-15c7f249439f-0f586685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b04484d7-fee3-c7e9-48a4-15c7f24943ae-0f586685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8d9315ef-0133-228f-9a1c-a9f358f4523c-676d6a6f, #w-node-_8d9315ef-0133-228f-9a1c-a9f358f45245-676d6a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d9315ef-0133-228f-9a1c-a9f358f45254-676d6a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_47a90af9-4d8a-d307-b0e5-82c258e75458-235e5d68, #w-node-_47a90af9-4d8a-d307-b0e5-82c258e75461-235e5d68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47a90af9-4d8a-d307-b0e5-82c258e75470-235e5d68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_308719ba-e03d-6127-e838-2d00cbf132a0-6de8f622, #w-node-_308719ba-e03d-6127-e838-2d00cbf132a9-6de8f622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_308719ba-e03d-6127-e838-2d00cbf132b8-6de8f622 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6e5461f7-7ad1-3203-bf4b-a209f83aa82f-f53f9f79, #w-node-_6e5461f7-7ad1-3203-bf4b-a209f83aa838-f53f9f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e5461f7-7ad1-3203-bf4b-a209f83aa847-f53f9f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-f403a913-755c-b7f8-4c58-917707fa9330-4499dc70, #w-node-f403a913-755c-b7f8-4c58-917707fa9339-4499dc70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f403a913-755c-b7f8-4c58-917707fa9348-4499dc70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_55b06050-79cc-40e5-64df-bf70c8dfc906-f4319ef7, #w-node-_55b06050-79cc-40e5-64df-bf70c8dfc90f-f4319ef7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55b06050-79cc-40e5-64df-bf70c8dfc91e-f4319ef7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_369b8a66-45f9-e6d0-2046-b9bc280dda1a-99588981, #w-node-_369b8a66-45f9-e6d0-2046-b9bc280dda23-99588981 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_369b8a66-45f9-e6d0-2046-b9bc280dda32-99588981 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ce1bc01e-cce0-1f08-f2f2-230a640aabeb-d8669b44, #w-node-ce1bc01e-cce0-1f08-f2f2-230a640aabf4-d8669b44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce1bc01e-cce0-1f08-f2f2-230a640aac03-d8669b44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_85e16d65-343b-11a2-6c08-83c9976c6fcb-0f6d9313, #w-node-_85e16d65-343b-11a2-6c08-83c9976c6fd4-0f6d9313 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85e16d65-343b-11a2-6c08-83c9976c6fe3-0f6d9313 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6767dade-304f-aef6-8a78-ab75dbcd5aea-edb8a4ae, #w-node-_6767dade-304f-aef6-8a78-ab75dbcd5af3-edb8a4ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6767dade-304f-aef6-8a78-ab75dbcd5b02-edb8a4ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-d2546aae-6202-e37f-dde2-30313d4e0089-259fae9a, #w-node-d2546aae-6202-e37f-dde2-30313d4e0092-259fae9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2546aae-6202-e37f-dde2-30313d4e00a1-259fae9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3a02c7d0-58ce-8506-7135-f93c9a189276-7022480b, #w-node-_3a02c7d0-58ce-8506-7135-f93c9a18927f-7022480b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a02c7d0-58ce-8506-7135-f93c9a18928e-7022480b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_782fe116-9b39-3aa2-1797-ab4b01a057e7-29c976d2, #w-node-_782fe116-9b39-3aa2-1797-ab4b01a057f0-29c976d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_782fe116-9b39-3aa2-1797-ab4b01a057ff-29c976d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}


.w-form-hidden {
  display: none!important;
}

.w-form-show {
  display: block!important;
}

.form-notification {
  margin-bottom: 2rem;
}

.btn-wait[disabled] {
  background-color: #b6b6b6;
}

.img-close {
  cursor: pointer;
}

.hidden-tracking {
  display: none;
}

.w-form-tracking {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.boton-formulario {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff6238;
  border-radius: 6px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #342580;
  font-size: 18px;
  text-align: center;
}

.w-office-item {
  cursor: pointer;
}