.label {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 8px;
    letter-spacing: initial;
    color: #242424;
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    text-align: left;
    display: block;
  }
  
  .div_filtro {
    margin-left: 25px;
    text-transform: uppercase;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .div_filtro i{
    color: gold;
  }
  
  .input_filtro {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .custom_radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #aeaeae;
    border-radius: 50%;
    text-align: center;
    color: #fff;
  }
  
  .custom_radio i {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 0px;
    display: none;
  }
  
  .custom_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #aeaeae;
    border-radius: 2px;
    text-align: center;
    color: #fff;
  }
  
  .custom_checkbox i {
    font-size: 15px;
    line-height: 1.4;
    margin-left: 1px;
    display: none;
  }

  .filtros_form button{
    width: 100%;
    margin-bottom: 10px;
    padding: 7px 0px;
    background: #3c892d;
  }
  
  .filtros_form input:hover ~ .custom_radio,
  .filtros_form input:hover ~ .custom_checkbox {
    background-color: #ccc;
  }
  
  .filtros_form input:checked ~ .custom_radio{
    background-color: #3c892d;
    box-shadow: 0 0 0 2px #3c892d,inset 0 0 0 2px #fff;
  }
  .filtros_form input:checked ~ .custom_checkbox {
    background-color: #3c892d;
  }
  
  .filtros_form input:checked ~ .custom_radio i{
    display: block;
  }
  
  .filtros_form input:checked ~ .custom_checkbox i {
    display: block;
  }

  .amenidad_collapse {
    cursor: pointer;
  }
  
  .amenidad_collapse:hover {
    color: #3c892d;
  }

  .ulAmenidades{
    column-count: 3;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .habreem{
    display: block;
    font-size: 15px;
    font-weight: bold;
  }
  
  .habreem.yes{
    color: #129912;
  }
  .habreem.not{
    color: #e83131;
  }

  .checkout-btn-regresar{
    border: 1px solid #012662;
    font-size: 20px;
    font-weight: bold;
    color: #012662;
    padding: 4px 20px;
  }

  .checkout-btn-regresar:hover{
    color: #357E28;
    border-color: #357E28;
  }

  .checkout-div{
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
    padding: 15px 15px;
    margin-bottom: 20px; 
  }

  .checkout-div h3{
    border-bottom: 2px solid #012662;
    padding-bottom: 4px;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 1px;
    text-transform: none;
  }

  .checkout-div h4{
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 10px;
    background: #3c892d;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
  }

  .checkout-div a{
    font-size: 18px;
    font-weight: 900;
    color: #012662;
  }

  .checkout-content h5{
    font-size: 19px;
    font-weight: 100;
    margin: 8px 0px;
    font-weight: 900;
  }

  .checkout-content h6{
    font-size: 16px;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .checkout-content p{
    font-size: 16px;
    margin-bottom: 3px;
    text-align: justify;
  }

  .checkout-content p span{
    font-weight: 900;
  }

  .checkout-content label{
    display: block;
    font-size: 20px;
  }

  .checkout-content label span{
    font-size: 16px;
  }

  .checkout-content input, .checkout-content textarea{
    padding: 5px 5px;
    font-size: 20px;
  }

  .checkout-btn-siguiente{
    background: #012662;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    padding: 5px 15px;
  }

  .checkout-btn-siguiente:hover{
    color: #fff;
    background: #3c892d;
  }

  .checkout-divider{
    border: 2px solid #9f9f9f;
    border-radius: 3px;
    margin-bottom: 20px;
  }

  .line-tarjeta{
    position: absolute;
    top: 7px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 30px;
  }

  .checkout-descuento{
    background: #fbd84f;
    padding: 3px 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #fbd84f;
    color: #000;
    text-align: center;
  }

  .checkout-pago{
    display: flex;
    justify-content: space-between;
  }

  .checkout-pago label{
    margin: 0;
  }

  .checkout-pago label i{
    width: 30px;
  }

  .boardTitle{
    background: #fdf0c8;
    color: #012662;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 4px;
    font-weight: bold;
  }

  .pernight{
    background: #357E28;
    color: #fff;
    padding: 1px 6px;
    font-size: 12px;
    border-radius: 2px;
  }

  .loadingHotels{
    display: none;
  }

  .btnCheckout{
    position: fixed;
    bottom: 155px;
    z-index: 9999;
    right: 24px;
  }

  .btnCheckout a{
    background: #012662;
    color: #fff;
    padding: 9px 10px;
    box-shadow: 0px 0px 3px #012662;
    font-size: 35px;
    border-radius: 50%;
    position: relative;
  }

  .btnCheckout a:hover{
    box-shadow: 0px 3px 10px #012662;
  }

  .btnCheckout a span{
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 50%;
    background: #9d0808;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.7;
  }

  .preventaCard{
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .preventaDesc{
    padding: 10px 0px;
  }

  .preventaDesc h3{
    font-size: 17px;
    font-weight: 400;
    color: #012662;
    margin-bottom: 0;
  }

  .preventaDesc span{
    color: #4a4545;
    font-weight: 400;
  }

  .preventaDesc h4{
    font-size: 23px;
    color: #2d2d2d;
    margin: 0;
    margin-top: 8px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
  }

  .preventaDesc p{
    margin: 0;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 1.5;
  }

  .btnRegresar{
    background: #e57412;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
  }

  .float-prevent{
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 1;
    bottom: 0;
    background: #fff;
    box-shadow: 0px 0px 7px #717171;
  }

  .float-prevent h3{
    font-size: 19px;
    color: #5e5e5e;
    font-weight: 100;
    margin: 0;
  }

  .float-prevent h3 span{
    font-size: 24px;
    font-weight: 400;
    display: block;
  }

  .float-prevent p{
    font-size: 12px;
    color: #5e5e5e;
    margin: 0;
  }

  .float-prevent p span{
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #258a25;
    line-height: 0.6;
  }

  .float-prevent a{
    background: #012662;
    color: #fff;
    padding: 5px 15px;
    font-size: 25px;
    border-radius: 3px;
    text-align: center;
    transition: all .3s;
    position: absolute;
    right: 0;
    top: 7px;
  }

  .float-prevent a:hover{
    background: #357E28;
    color: #fff;
  }

  .hotelTop{
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 25px;
  }

/* ESTILOS SLIDERS 3X (1 LARGO, 2 CUADRADOS) */

.bannerlargeesc img{
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #ccc;
}

.bannerlargemobile img{
  width: 100%;
  border-radius: 5px;
  /* box-shadow: 5px 5px 10px #ccc; */
}

.promociones img {
  border-radius: 10px;
  width: 100%;
}

.nopadd{
  padding: 0 !important;
}

.prom2 {
  padding: 0px 3px;
}

.prom {
  padding: 0px 7px;
}

/*  */

.btnFooter{
  background: white;
  color: #012662 !important;
  font-weight: 500;
  font-size: 23px;
  padding: 2px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 10px;
  font-family: "Poppins", sans-serifs;
}

.sliderBodas img{
  width: 100%;
  padding: 0px 3px;
  border-radius: 0px 30px 0px 30px;
}

.contentDiv{
  box-shadow: 0px 0px 8px #ccc;
}

.contentDiv img{
  height: 400px;
}

.descDiv{
  padding: 40px 30px;
  text-align: justify;
}

.descDiv h3{
  font-weight: bold;
  color: #012662;
}

.descDiv h5{
  color: #012662;
}

.descDiv p{
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
}

.descDiv ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.descDiv ul li{
  font-size: 14px;
  border-bottom: 1px solid #7d7d7d;
  width: 200px;
}

.descDiv a{
  margin-top: 20px;
  font-size: 16px;
  background: #e77c1f;
  color: #fff;
}

.parallaxImg{
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment:fixed;
  padding: 40px 0px;
}

.parallaxImg::before{
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0126625c;
}

.offerHotel{
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 10px;
}

.offerHotel span{
  background: #f0f04f;
  padding: 10px 15px;
  border-radius: 50%;
}

:root {
  --loading-grey: #ededed;
}

.card {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, .12);
  margin-bottom: 15px;
}

.image {
  height: 200px;
}

.image img {
  display: block;
  width: 100%;
  height: inherit;
  object-fit: cover;
}

.content {
  padding: 1rem 1rem;
}

h4 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.description {
  font-size: 1rem;
  line-height: 1.4rem;
}

.loading .image,
.loading h4,
.loading h3,
.loading h2,
.loading p,
.loading .description,
.loading h1  {
  background-color: var(--loading-grey);
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
  ) var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
  to {
    background-position-x: -20%;
  }
}

.loading h4 {
  min-height: 1.6rem;
  border-radius: 4px;
  animation-delay: .05s;
  /* margin-bottom: -8px; */
}
.loading h3 {
  min-height: 1rem;
  border-radius: 4px;
  animation-delay: .05s;
  /* margin-bottom: -10px; */
}

.loading h2 {
    min-height: 1rem;
    border-radius: 4px;
    animation-delay: .05s;
    width: 50%;
}

.loading p {
    min-height: 1rem;
    border-radius: 4px;
    animation-delay: .05s;
    width: 50%;
    float: right;
    margin: 10px 0px;
}

.loading h1 {
  min-height: 2rem;
    border-radius: 24px;
    animation-delay: .05s;
    position: relative;
    margin-top: 46px;
}

.loading .description {
  min-height: 4rem;
  border-radius: 4px;
  animation-delay: .06s;
}
.loading .description {
  min-height: 4rem;
  border-radius: 4px;
  animation-delay: .06s;
}

#mostrarAlertaHab{
  display: none;
  transition: all .5s ease-in-out;
}

.habNueva{
  position: absolute;
  right: 65px;
  background: #012662;
  padding: 8px 10px;
  top: -7px;
  width: 410px;
}

.habNueva::after{
  content: '';
  position: absolute;
  top: 12px;
  right: -6px;
  background: #012662;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}

.habNueva p{
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
 
.alerta-titular{
  background: #357E28;
  padding: 12px 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 7px #ccc;
}

.alerta-titular p{
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  margin: 0;
}
.colorh2slider-home{
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.3;
  text-shadow: 0px 0px 8px #000000;
}

.rt-banner-content{
  margin-top: -230px;
}

.p-2-s-home{
  margin: 15px 0px;
}
.section-1-home{
  margin: 41px 0px;
}
.section-1-home h5{
  font-size: 3rem;
    color: #231C62;
    font-weight: bold;
    font-family: sans-serif;
}
.section-1-home p{
  font-size: 2.5rem;
  font-weight: 500;
  font-family: sans-serif;
  margin: 18px 0px;
}
.brand-logo img{
  width: 100%;
}

.rt-banner-area{
  position: relative;
}
.banner-home-parallax{
  /* background-image: url(../images/banner-principal.jpg); */
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.precio_alojamientos__ span{
  display: block;
  font-weight: 900;
}

.section-content{
  padding: 40px 0px 0px;
}

.destinos-card{
  margin-bottom: 40px;
  transition: all .2s;
}

.destinos-card:hover{
  box-shadow: 0px 0px 8px #ccc;
}

.destinos-card img{
  border-radius: 7px;
  height: 245px;
  width: 100%;
}

.destinos-card h3{
  margin: 25px 0px 5px;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 10px;
}

.destinos-card p{
  line-height: 1.3;
  font-size: 17px;
  color: #000;
  text-align: justify;
  min-height: 150px;
  padding: 0px 10px;
}

.prevent-area{
  background: #f4f4f4;
  padding: 20px 0px;
  height: 100vh;
}

.checkout-area{
  background: #f4f4f4;
  padding: 20px 0px;
}

.top-header{
  background: #012662;
  padding: 11px 0px;
}

.top-header a{
  color: #fff;
  padding: 0px 0px;
  font-size: 18px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

.top-header a img{
  width: 20px;
  margin-right: 4px;
}

.wsp-btn{
  position: fixed;
  bottom: 65px;
  right: 23px;
  z-index: 2000;
  width: 60px;
  height: 60px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.banner_promo_mobile{
  display: none;
}

.bnt-filtro-mobile{
  display: none;
  width: 100%;
  text-align: center;
  background: #012662;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 19px;
  padding: 4px 0px;
}

.filtros-resp{
  display: block;
}

.total-hotels-title{
  font-size: 20px;
  line-height: 1;
}

.tarjetas_div{
  margin-bottom: 13px;
  margin-top: 8px;
}

.tarjetas_div.border-tarjetas{
  border-left: 1px solid #ccc;
  padding-left: 15px;
}

.tarjetas_div b{
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.tarjetas_div img{
  width: 100%;
}

.open_div{
  text-align: right
}

.open_div small{
  display: block;
  line-height: 1;
}

.open_div img{
  width: 110px;
}

.secure_div{
  display: flex;
  padding: 6px 10px;
  align-items: center;
  border-left: 1px solid #ccc;
}

.secure_div small{
  line-height: 1.2;
  margin-left: 7px;
}

.secure_div img{
  width: 30px;
}

.bg-gray{
  background: #e5e5e5;
}

.bg-write{
  background: #ffffff;
}

.b_confirmed_box{
  background: #ffffff;
  box-shadow: 0px 0px 3px #ccc;
  padding: 30px 10px;
  border-radius: 5px;
  border: 1px solid #012662;
  margin-top: 70px;
  text-align: center;
}

.b_confirmed_box h1{
  text-align: center;
  color: #012662;
  font-weight: 900;
  margin: 0;
}

.b_confirmed_box h4{
  font-size: 19px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #4a4545;
  font-weight: 100;
  line-height: 1;
}

.error_page{
  text-align: center;
  margin-top: 60px;
}

.error_page h1{
  font-size: 60px;
  font-weight: bold;
  color: #464646;
}

.error_page h1 i{
  color: #8b0808;
}

.error_page h4{
  font-size: 20px;
  font-weight: 100;
  color: #464646;
  margin-top: 15px;
}

.btn-principal{
  cursor: pointer;
  background: #012662;
  color: #fff;
  font-size: 17px;
  border-radius: 4px;
  padding: 5px 15px;
  margin-right: 10px;
}

.btn-principal:hover{
  color: #fff;
}


@media (max-width: 768px){
  .colorh2slider-home{
    font-size: 20px;
  }

  .promo-slider{
    display: none;
  }

  .rt-single-widget{
    text-align: center;
  }

  .social-media{
    margin-bottom: 20px;
  }

  .brand-logo{
    width: 80%;
  }

  .menu-click{
    margin-left: 0;
  }

  .rt-banner-height{
    height: 230px;
    margin-top: 115px;
  }

  .rt-breadcump{
    margin-bottom: 20px;
  }

  .destinos-card{
    margin-bottom: 3px;
  }

  .destinos-card h3{
    margin: 8px 0px 5px;
  }

  .banner_promo{
    display: none;
  }

  .banner_promo_mobile{
    display: block;
  }

  .bnt-filtro-mobile{
    display: block;
  }

  .filtros-resp{
    display: none;
  }

  .total-hotels-title{
    font-size: 18px;
  }

  .checkout-btn-regresar{
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }

  .preventaDesc{
    padding: 10px 10px;
  }

  .float-prevent h3{
    font-size: 17px;
    text-align: center;
  }

  .float-prevent p{
    text-align: center;
  }

  .float-prevent p span{
    font-size: 21px;
  }

  .float-prevent a{
    position: initial;
    display: block;
    margin-top: 12px;
  }

  .rt-tab-nav-1 li{
    width: 50%;
    margin-right: 0;
  }

  .rt-tab-nav-1 li a{
    display: block;
    margin: 5px 3px;
    padding: 3px 5px;
  }

  .rt-duel-slider-main .single-main{
    height: 230px;
  }

  .rt-duel-slider-thumb .arrow_right{
    right: 0;
  }

  .ulAmenidades{
    column-count: 1;
  }

  .ulAmenidades li{
    line-height: 1;
  }

  .service-amitence-box img{
    padding: 0;
  }

  .media-body{
    padding-left: 10px;
  }

  .hotel-inner-content span span{
    padding: 0;
  }
}