.traslados-ejecutivos {
  background-color: #34D0BA;
}
.traslados-ejecutivos section {
  margin-top: 9%;
}
.traslados-ejecutivos section .content {
  display: flex;
  flex-direction: column;
  margin-top: -2%;
}
@media (min-width: 1827px) {
  .traslados-ejecutivos section .content {
    margin-top: -4%;
  }
}
.traslados-ejecutivos section .content .img-business .bag-businessX {
  display: flex;
}
.traslados-ejecutivos section .content .img-business .bag-businessY {
  display: none;
}
@media (max-width: 767px) {
  .traslados-ejecutivos section .content .img-business .bag-businessX {
    display: none;
  }
  .traslados-ejecutivos section .content .img-business .bag-businessY {
    margin-top: 7%;
    display: flex;
  }
}
.traslados-ejecutivos section .content .text-content {
  display: grid;
  grid-template-columns: 0.9fr 0.1fr 2fr;
  opacity: 0;
  animation: contentOpacity 2s ease forwards;
}
.traslados-ejecutivos section .content .text-content .title {
  color: #fff;
  text-align: right;
  font-size: 2rem;
  display: inline-block;
  line-height: 1.2;
}
.traslados-ejecutivos section .content .text-content .diviser {
  margin-left: 195%;
  margin-top: 70%;
  border-left: 4px solid #fff;
  border-radius: 100%;
  height: 80%;
}
.traslados-ejecutivos section .content .text-content .text {
  text-align: left;
  font-size: 1.04rem;
  padding: 6% 15%;
}
@media (max-width: 767px) {
  .traslados-ejecutivos section .content .text-content {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 3rem;
  }
  .traslados-ejecutivos section .content .text-content .title {
    text-align: center;
  }
  .traslados-ejecutivos section .content .text-content .text {
    text-align: center;
  }
  .traslados-ejecutivos section .content .text-content .text .buttonText {
    justify-content: center;
  }
  .traslados-ejecutivos section .content .text-content .diviser {
    display: none;
  }
}
.traslados-ejecutivos section .content .company-travel {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 3rem;
  margin-top: -6%;
  padding-top: 4%;
  padding-bottom: 6%;
  background-color: #FFF4E4;
}
.traslados-ejecutivos section .content .company-travel .text-company {
  padding-right: 8rem;
  padding-top: 10rem;
}
.traslados-ejecutivos section .content .company-travel .text-company h1 {
  color: #35b729;
  font-size: 2rem;
}
.traslados-ejecutivos section .content .company-travel .img-window {
  justify-items: center;
  display: grid;
}
.traslados-ejecutivos section .content .company-travel .img-window object {
  height: 40rem;
}
@media (max-width: 767px) {
  .traslados-ejecutivos section .content .company-travel {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    padding-top: 15%;
    padding-bottom: 20%;
  }
  .traslados-ejecutivos section .content .company-travel .img-window object {
    width: 100%;
    height: auto;
  }
  .traslados-ejecutivos section .content .company-travel .text-company {
    padding: 0rem 2rem;
  }
  .traslados-ejecutivos section .content .company-travel .text-company h1 {
    text-align: center;
  }
}
.traslados-ejecutivos section .content .others {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  padding: 0rem 6rem 3rem;
}
.traslados-ejecutivos section .content .others .text-others {
  padding-left: 3rem;
  padding-top: 10rem;
}
.traslados-ejecutivos section .content .others .text-others h1 {
  color: #fff;
  font-size: 2rem;
}
.traslados-ejecutivos section .content .others .hotelSvg {
  justify-content: center;
  display: grid;
}
.traslados-ejecutivos section .content .others .hotelSvg object {
  width: 32rem;
  margin-top: -5rem;
}
.traslados-ejecutivos section .content .others .text-coor {
  padding: 6rem 1rem;
}
.traslados-ejecutivos section .content .others .text-coor h1 {
  color: #fff;
  font-size: 2rem;
}
.traslados-ejecutivos section .content .others .mapSvg {
  margin-top: -20%;
  justify-content: center;
  display: grid;
}
.traslados-ejecutivos section .content .others .mapSvg object {
  width: 35rem;
}
@media (max-width: 767px) {
  .traslados-ejecutivos section .content .others {
    grid-template-columns: repeat(1, 1fr);
    padding: 2rem;
  }

  .traslados-ejecutivos section .content .others .mapSvg{
    margin-bottom: 5rem;
  }

  .traslados-ejecutivos section .content .others .hotelSvg object,
  .traslados-ejecutivos section .content .others .mapSvg object {
    width: 100%;
  }
  .traslados-ejecutivos section .content .others .text-coor,
  .traslados-ejecutivos section .content .others .text-others {
    padding: 0;
  }
  .traslados-ejecutivos section .content .others .text-coor h1,
  .traslados-ejecutivos section .content .others .text-others h1 {
    text-align: center;
  }
}
@media (min-width: 1827px) {
  .traslados-ejecutivos {
    margin-top: 6%;
  }
}

.separadorDN {
  width: 100%;
  z-index: 1;
  left: 0px;
  display: flex;
}
.separadorDN img {
  width: 100%;
}

@keyframes contentOpacity {
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.separadorDN2 {
  margin-top: -10%;
}

.hide-md {
  display: none;
}
@media (max-width: 767px) {
  .hide-md {
    display: grid;
  }
}

@media (max-width: 767px) {
  .inXs {
    padding-bottom: 20% !important;
  }
}
.hide-xs {
  display: block;
}
@media (max-width: 767px) {
  .hide-xs {
    display: none;
  }
}

/*# sourceMappingURL=traslados-ejecutivos.css.map */
