.hero-slide-content {

  background-color: rgba(0, 0, 0, 0.5);

  width: 100%;

  height: 100%;

  display: flex;

  text-align: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 2;

  padding-bottom: 10%;

  overflow: hidden;

}

.hero-slide__content {

  background-color: transparent;

  padding-bottom: 10%;

  position: relative;

  display: flex;

}

.principal-hero-content {

  color: white;

  z-index: 2;

  display: flex;

  justify-content: center;

  text-align: center;

  width: 100%;

}

.principal-hero-title {

  display: flex;

  flex-direction: column;

  justify-content: center;

  text-align: center;

  align-items: center;

}

.principal-hero-title h1 {

  padding-top: 60px;

  font-size: 22px;

  font-weight: 900;

  font-family: "Salkantay", sans-serif;

  width: 80%;

  max-width: 1350px;

  margin-bottom: 25px;

}

.principal-hero-text-title {

  font-family: "Salkantay", sans-serif;

  font-weight: bold;

  font-size: 16px;

  margin-bottom: 10px;

}

.principal-hero-text {

  font-family: "Salkantay", sans-serif;

  font-weight: 300;

  font-size: 14px;

  max-width: 700px;

  margin-bottom: 0px;

  width: 80%;

}

.hero-buttons-container {

  display: grid;

  grid-template-columns: repeat(1, 1fr);

  gap: 30px;

}

.button-hero {

  position: relative;

  padding: 16px 32px;

  font-family: "Salkantay", sans-serif;

  font-size: 14px;

  font-weight: bold;

  border: white solid 1px;

  cursor: pointer;

  color: white;

  background-color: rgba(0, 0, 0, 0.6);

  z-index: 1;

  overflow: hidden;

  width: 100%;

}

.button-hero .cap {

  color: white;

  position: absolute;

  background-color: var(--main-color);

  width: 120%;

  height: 100%;

  transform: skew(-20deg);

  top: 0;

  left: -130%;

  transition: 0.6s ease all;

  z-index: -1;

}

.button-hero span {

  z-index: 2;

}

.button-hero:hover .cap {

  left: -9%;

}

.button-hero:hover {

  /* border: none; */

}



.best-tour-operator-hero {

  position: relative;

  left: 0;

  bottom: 0;

  display: flex;

  flex-direction: row;

}



.certifications-hero-container {

  position: relative;

  display: flex;

  flex-direction: row;

  right: 0;

  bottom: 0;

}

.best-tour-operator-text {

  display: flex;

  flex-direction: column;

  text-align: left;

  max-width: 500px;

  color: white;

  font-size: 14px;

  position: relative;

}

.best-tour-operator-text::after {

  position: absolute;

  content: "";

  width: 1px;

  height: 100%;

  border-radius: 1px;

  /* left: calc(50% - 5rem); */

  /* top: -1rem; */

  background-color: white;

  /* top: 0;

    left: 0;

    right: 0;

    bottom: 0; */

  right: 0%;

}

.certifications-hero-container {

  list-style: none;

  display: flex;

  margin-top: 20px;

}

.best-tour-operator-hero {

  list-style: none;

  display: flex;

  justify-content: center;

  align-items: center;

}

.world-travel-awards-seal2 {

  width: 80px;

  margin: 30px 10px;

}

.world-travel-awards-seal5 {

  cursor: pointer;

  width: 40px;

  margin-left: 10px;

}



.best-tour-operator-hero-title {

  font-weight: bold;

  font-family: "Salkantay", sans-serif;

  max-width: 100px;

  margin-right: 10px;

}

.best-tour-operator-hero-description {

  font-family: "Salkantay", sans-serif;

}

/* ----------moidal-hero--------------------------------------- */

.modal-video-hero {

  position: fixed;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  z-index: 6;

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

}

.opacity-hero {

  position: fixed;

  opacity: 0.8;

  width: 100%;

  height: 100%;

  background-color: black;

  z-index: 7;

}

.modal-video-hero-container {

  position: relative;

  z-index: 7;

  display: block;

  width: 90%;

  max-width: 1100px;

}

.modal-video-hero.none,
.modal-video-hero.d-none,
.modal-video-hero[hidden] {
  display: none !important;
}

.video{

  width: 100%;

  height: auto;

  aspect-ratio: 16/9 auto;

}


@media screen and (min-width: 376px) {
  .principal-hero-title h1 {
    font-size: 32px;
  }
}



@media screen and (min-width: 992px) {

  .principal-hero-title h1 {

    font-size: 50px;

    margin-bottom: 25px;

  }

  .principal-hero-text {

    font-size: 18px;

    margin-bottom: 30px;

  }

  .hero-buttons-container {

    grid-template-columns: repeat(2, 1fr);

  }



  .best-tour-operator-hero {

    position: absolute;

    left: 7em;

    bottom: 0;

    display: flex;

    flex-direction: row;

  }



  .certifications-hero-container {

    position: absolute;

    display: flex;

    flex-direction: row;

    right: 7em;

    bottom: 0;

  }

  .certifications-hero-container {

    list-style: none;

    display: flex;

    justify-content: center;

    align-items: center;

  }

  .best-tour-operator-hero-title {

    max-width: 200px;

  }

  .best-tour-operator-hero-description {

    font-family: "Salkantay", sans-serif;

  }

}

/* Móvil / tablet: premio + título + play al mismo ancho que CTAs / titular */
@media screen and (max-width: 991px) {
  .principal-hero-title {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .hero-buttons-container {
    width: 80%;
    max-width: 700px;
    box-sizing: border-box;
  }

  .best-tour-operator-hero {
    width: 80%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    gap: 6px;
    box-sizing: border-box;
  }

  .best-tour-operator-text {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    text-align: center;
    align-items: center;
  }

  .best-tour-operator-text::after {
    display: none;
  }

  .best-tour-operator-hero-title {
    max-width: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
  }

  .best-tour-operator-hero > li {
    flex-shrink: 0;
  }

  .best-tour-operator-hero .world-travel-awards-seal2 {
    width: 64px;
    margin: 16px 4px;
  }

  .best-tour-operator-hero #icon-play-hero {
    flex-shrink: 0;
    margin-left: 0;
  }

  .best-tour-operator-hero .world-travel-awards-seal5 {
    width: 30px;
    margin-left: 0;
  }
}