.logo_loader {
    height: auto;
    margin-top: 55px;
    width: 80%;
    max-width: none;
    /* width: 135px; */
}

.site-title img{
    object-fit: cover;
    height: 58px;
}

.footer-logo img{
    height: 140px;
    width: auto;
}

.container12 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 273px;
    width: 271px;
    border-radius: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  .container12.active {
    background-color: #ffffff00;
  }
  .container12::before {
    content: "";
    position: absolute;
    height: 650px;
    width: 650px;
    background-image: conic-gradient(transparent, transparent, transparent, #d7d7d5);
  }
  .container12.active:before {
    animation: rotate 1s linear infinite;
  }
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .container12 .overlay {
    position: absolute;
    height: 260px;
    width: 260px;
    left: 5px;
    top: 5px;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    border-radius: 100%;
    background-color: #ffffff00;
  }

.errores-adultos{
  background-color: white;
  padding: 8px 0;
  text-align: center;
  border-radius: 20px;
  display: none;
}

.home-trip-search {
  padding: 10px 0 20px
}

.footer-primary {
  padding-top: 35px
}

.site-footer .top-footer {
  padding-bottom: 20px
}

.blog-section .post .post-content p{
  height: 70px;
  overflow: hidden;
}

.blog-section .post .post-content h3{
  height: 55px;
  overflow: hidden;
}

.content-experiencias{
  background-color: #f8f8f8
}

.inner-banner-wrap {
  padding-bottom: 35px;
}

.recomendaciones-pedrito {
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: rgb(100 100 111 / 7%) 0px 7px 29px 0px;
}

#habitaciontab table thead tr th{
  color: white;
}

.habitacionesMovilContenedor {
  max-height: 600px;
  overflow-y: scroll;
}

.lista-amenidades-detalle {
   max-height: 500px;
  overflow-y: scroll; 
}

.container-info-hotel .package-overview {
  background-color: #f4f4f44d;
  border-radius: 15px;
  box-shadow: rgb(99 99 99 / 16%) 0px 2px 8px 0px;
  padding: 20px 5px;
}

.map-hotel {
  width: 100%;
  height: 200px;
  border-radius: 15px;
}

@media (max-width: 380px) {
  .map-hotel {
    height: 280px;
  }
}

.motor-index {
  padding: 45px 0 10px 0
}

.boton-diferente-motor:hover {
      background-color: black;
    color: white;
    border: 2px solid white;
}

.listaHabitaciones ul{
  padding-left: 0;
}

.boton-hoteles {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 350px) {
  .boton-hoteles {
  top: 40%;
  }
}

.destination-section .card{
  border-radius: 10px
}

.destination-section .card img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

@keyframes zoominout {
  0% {
    background-size: 100% 100%;
  }  50% {
        background-size: 110% 110%;
  }

  100% {
        background-size: 100% 100%;
  }
}

.home-banner {
  /* animation: 10s linear 0s infinite zoominout; */
}

.destination-item {
  box-shadow: rgb(100 100 111 / 43%) 0px 7px 29px 0px;
}

.boton-experienencia-reserva:hover {
  background-color: white;
  border: 4px solid #2e6464;
  color: #2e6464;
}

.promos-index .card {
  margin-bottom: 40px;
  box-shadow: rgb(0 0 0 / 7%) 20px 25px 50px -12px;
}

@media screen and (max-width: 575px) {
  .site-title img{
    height: 40px !important;
  }

}

@media (max-width: 767px){
  .footer-primary .widget .widget-title:after{
    margin: 10px auto 0 auto;
  }
}