.viajes-empresariales section {
  display: flex;
  margin-top: 6%;
}
@media (max-width: 767px) {
  .viajes-empresariales section {
    margin-top: 14%;
  }
}
.viajes-empresariales section h1 {
  font-size: 6.6rem;
  margin: 0;
  margin-block-end: -1.5rem;
}
@media (max-width: 767px) {
  .viajes-empresariales section h1 {
    font-size: 3.6rem;
    margin-block-end: -1rem;
  }
}
.viajes-empresariales section h2 {
  font-size: 5.8rem;
  margin: 0;
}
@media (max-width: 767px) {
  .viajes-empresariales section h2 {
    font-size: 3.2rem;
  }
}
.viajes-empresariales section .text {
  text-align: center;
  font-size: 1.04rem;
  padding: 0% 15%;
}
.viajes-empresariales section .content {
  flex: 1;
}
.viajes-empresariales section .content .text-content {
  position: absolute;
  right: 0%;
  top: 20%;
  z-index: 1;
  padding-right: 8rem;
  color: #fff;
  animation: title 5s ease;
}
@media (max-width: 767px) {
  .viajes-empresariales section .content .text-content {
    text-align: center;
    position: inherit;
    padding-right: 0;
    padding-top: 3rem;
  }
}
.viajes-empresariales section .content .buttonText {
  display: flex;
  justify-content: center;
}
.viajes-empresariales section .content .buttonText button {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #35b729;
  border: 0rem;
  padding: 0.8rem 3rem;
  border-radius: 2rem;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  transition: 0.1s;
  margin-top: 2rem;
  width: 15rem;
  cursor: pointer;
}
.viajes-empresariales section .content .buttonText button:hover {
  background-color: #1b5c15;
  transition: 0.1s;
}
.viajes-empresariales section .content .buttonText button:active {
  box-shadow: none;
}
@media (max-width: 767px) {
  .viajes-empresariales section .content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1827px) {
  .viajes-empresariales section {
    margin-top: 4%;
  }
}

#introTurism {
  position: relative;
  background-color: #40aaf5;
}
@media (max-width: 767px) {
  #introTurism svg {
    margin-top: -0.1rem;
  }
}

.description {
  text-align: center;
  font-size: 1.5rem;
  padding: 2rem;
}

.separadorDN {
  width: 100%;
  margin-top: -10%;
  display: flex;
  position: relative;
}
.separadorDN img {
  width: 100%;
}

#news {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 6rem;
}
#news .new {
  width: 18rem;
  height: 25rem;
  padding: 1rem;
}
#news .new img {
  width: 18rem;
  height: 25rem;
  object-fit: cover;
}
#news .new .newText {
  padding: 0.5rem 0;
}
#news .new .newText p {
  margin-top: 0rem;
}
@media (max-width: 767px) {
  #news .new {
    pointer-events: none;
  }
}
#news .new:hover {
  scale: 1.01;
}
@media (max-width: 767px) {
  #news {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4rem;
  }
}

@keyframes title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=viajes-empresariales.css.map */
