/* ================== Todos ====================== */

.ul-nav i {
  color: #e86711;
}

.parallax-slider {
  object-fit: cover;
}


footer {
  background-color: #070707 !important;
}

footer a {
  font-weight: 600;
  color: white;
}

footer a:hover {
  color: white;
}


footer h3 {
  color: white !important;
}

/* =============== Border Radius =============== */

.img_container {
  border-radius: 10px 10px 0 0;
  /* height: 250px; */
}
/* @media (max-width:) */
.img_container-2{
  border-radius: 10px;
  overflow: hidden;
}
.img_container-3{
  border-radius: 10px;
  overflow: hidden;
  height: fit-content;
}

.hotel_container {
  border-radius: 10px;
}

.box_style_4, .box_style_2 {
  border-radius: 10px;
}

.img_wrapper_gallery, .img_container_gallery {
  border-radius: 10px;
}

img.mfp-img {
  border-radius: 10px;
}

.form-control {
  border-radius: 10px;
  height: 50px;
}


.sp-image-container {
  border-radius: 10px;
}


.correcion-pedrito-3 {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}


.box_style_1 {
  border-radius: 10px;
}


.box_style_1 .inner {
  border-radius: 10px !important;
}


.sp-thumbnail-container {
  border-radius: 10px;
}


/* ================= Index =================== */
.correcion-pedrito-55 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.correcion-pedrito-56 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.hashtag-enorme {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}


.titulo-hashtag {
    z-index: 40;
    color: white;
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word !important;
    word-break: break-word !important;
}



.subtitulo-hashtag {
  font-size: 21px;
  z-index: 40;
  color: white;
  width: 80%;
  text-align: center;
}


@media (max-width: 941px) {
  .titulo-hashtag {
    font-size: 40px;
  }
}
@media (max-width: 424px) {
  .titulo-hashtag {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .titulo-hashtag {
    font-size: 26px;
  }
}


.index-correcion-3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.index-correcion-4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}


.promocion-index-resp {
    aspect-ratio: 2/3;
    object-fit: cover;
}


@media (max-width: 400px){
  .promo_full_wp {
    display: none;
  }
}


.mostrado-index-1,
.mostrado-index-2,
.mostrado-index-3 {
  text-align: center;
}


.correcion-pedrito-7 {
    padding-top: 4px;
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style: none;
    flex-wrap: wrap;
    font-size: 26px;
    margin: 0;
}


.correcion-pedrito-4 {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* .correcion-pedrito-4 .mostrado-index-1, */
.correcion-pedrito-4 .mostrado-index-2,
.correcion-pedrito-4 .mostrado-index-3 {
  transition: 0.3s;
}

.correcion-pedrito-4:hover > .mostrado-index-1,
.correcion-pedrito-4:hover > .mostrado-index-2,
.correcion-pedrito-4:hover > .mostrado-index-3 {
  opacity: 1;
}

.correcion-pedrito-5 {
  font-size: 17px;
    padding: 8px 20px;
    background: transparent;
    border: 2.5px white solid;
    border-radius: 7px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

/* =============== Lista de experiencias =============== */

.correcion-pedrito-20 {
  display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
}


.correcion-pedrito-67 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4rem;
}

.correcion-pedrito-68 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.correcion-pedrito-69 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-style: italic;
}


/* =============== Detalle de experiencias =============== */

@media (max-width: 767px) {

.correcion-pedrito-45 ul {
  margin-top: 20px !important;
  display: flex !important;
  justify-content: center;
}

}


/* =============== Blog =============== */
.correcion-pedrito-853 {
  aspect-ratio: 1/1;
}


/* =============== Loader Nuevo ============== */

.loader {
  background: #EBFEF2;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999999 !important;
  margin: 0;
}

.loader-inner {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.loader-line-wrap {
  animation: 
  spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
;
  box-sizing: border-box;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: 50% 100%;
  width: 100px;
}
.loader-line {
  border: 4px solid transparent;
  border-radius: 100%;
  box-sizing: border-box;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.loader-line-wrap:nth-child(1) { animation-delay: -50ms; }
.loader-line-wrap:nth-child(2) { animation-delay: -100ms; }
.loader-line-wrap:nth-child(3) { animation-delay: -150ms; }
.loader-line-wrap:nth-child(4) { animation-delay: -200ms; }
.loader-line-wrap:nth-child(5) { animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) .loader-line {
  border-color: hsl(0, 80%, 60%);
  height: 90px;
  width: 90px;
  top: 7px;
}
.loader-line-wrap:nth-child(2) .loader-line {
  border-color: hsl(60, 80%, 60%);
  height: 76px;
  width: 76px;
  top: 14px;
}
.loader-line-wrap:nth-child(3) .loader-line {
  border-color: hsl(120, 80%, 60%);
  height: 62px;
  width: 62px;
  top: 21px;
}
.loader-line-wrap:nth-child(4) .loader-line {
  border-color: hsl(180, 80%, 60%);
  height: 48px;
  width: 48px;
  top: 28px;
}
.loader-line-wrap:nth-child(5) .loader-line {
  border-color: hsl(240, 80%, 60%);
  height: 34px;
  width: 34px;
  top: 35px;
}

@keyframes spin {
  0%, 15% {
  transform: rotate(0);
}
100% {
  transform: rotate(360deg);
}
}

.img_pkt_nacionales{
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover !important;
  object-position: center !important;
}
@media(max-width:767px){
  .img_pkt_nacionales{
      width: 100%;
      aspect-ratio: 9/10;
  }
}

@media (max-width:425px) {
  .hotel_img{
    aspect-ratio: 1/1;
    width: 100%;
  }
}

.tooltip-1{
  display: flex !important;
  align-items: flex-start;
}
.form_control_hotel{
  border-radius: 10px 0 0 10px;
}
.img.cleanText.btn_1 {
  border-radius: 0 10px 10px 0 !important;
}