/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/



/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/





.a-cart{

  cursor: pointer;   

  color: #000;

  margin-left: 15px;

}

/*--------------------------------------------------------------

# Menu

--------------------------------------------------------------*/

/* Escritorio  */







.menu-lateral-titulo {

  text-align:center;

  font-weight:bold;

}

#contenedor-menu-lateral {

  top: 0;

  right: 0;

  width: 100%;

  background-color: rgba(0,0,0,.5);

  position: fixed;

  height: 100%;

  z-index: 1000;

  display: none;

  cursor: pointer;

  



}

#menu-lateral {

  width: 80%;

  background-color: #f6f6f6;

  position: absolute;

  /*right: -400px;*/

  right: 0px;



  top: 0;

  height: 100%;

  z-index: 1000;

  font-size: 16px;

  font-weight: lighter;

  /* padding-left: 5px; */

  max-width: 100%;

  display: none;

  cursor: auto;

  overflow: auto;

}

#menu-lateral ul {

  margin-top: 30px;

  list-style-type: none;



}

#hamburger{

  position: fixed;

  bottom:10px;

  right: 20px;

  z-index: 100;

  border-radius: 50px;

  color:#fff;

  background-color: #5081f7;

}
.booking-rd2k-btn {

  border-radius: 0!important;

}
.booking-rd2k-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}
#carrito_detalle{

  cursor: pointer;

  position: fixed;

  font-size: 20px;

  bottom:100px;

  right: 30px;

  z-index: 1000;

  border-radius: 50px;

  /* color:#fff; */

  background-color: #fff;

}

.carrito-lateral-titulo {

  text-align:center;

  font-weight:bold;

}

#contenedor-carrito-lateral {

  top: 0;

  right: 0;

  width: 100%;

  background-color: rgba(0,0,0,.5);

  position: fixed;

  height: 100%;

  z-index: 1000000000;

  display: none;

  cursor: pointer;

  



}

#carrito-lateral {

  width: 100%;

  background-color: #000000;

  position: absolute;

  /*right: -400px;*/

  right: 0px;



  top: 0;

  height: 100%;

  z-index: 1000;

  font-size: 16px;

  font-weight: lighter;

  /* padding-left: 5px; */

  max-width: 100%;

  display: none;

  cursor: auto;

  overflow: auto;

}





#carrito-lateral ul {

  margin-top: 30px;

  list-style-type: none;



}

.animacion_carrito_lateral_aparecer {

  animation-name: carrito_lateral_aparecer;

  animation-duration: .7s;

  animation-fill-mode: forwards;

  animation-timing-function: cubic-bezier(0.24, 0.19, 0.51, 1.01);

}

.animacion_carrito_lateral_esconder {

  animation-name: carrito_lateral_esconder;

  animation-duration: .7s;

  animation-fill-mode: forwards;

  animation-timing-function: cubic-bezier(0.24, 0.19, 0.51, 1.01);

}

.animacion_menu_lateral_aparecer {

  animation-name: menu_lateral_aparecer;

  animation-duration: .7s;

  animation-fill-mode: forwards;

  animation-timing-function: cubic-bezier(0.24, 0.19, 0.51, 1.01);

}

.animacion_menu_lateral_esconder {

  animation-name: menu_lateral_esconder;

  animation-duration: .7s;

  animation-fill-mode: forwards;

  animation-timing-function: cubic-bezier(0.24, 0.19, 0.51, 1.01);

}





.menu-sub {

  margin-top: 0px!important;

  padding-left: 20px;

}

.menu-con-cat {

padding-left: 25px;

border-bottom: #e5e5e5 solid 1px;

}



.menu-con-cat-open {

padding-left: 27px!important;

}

.menu-sin-cat {

padding-left: 30px;

border-bottom: #e5e5e5 solid 1px;

}



.menu-lat-desp {

background-color: #f9e9e9;

padding-bottom: 15px;

}







.c-hamburger{display:block;position:relative;overflow:hidden;margin:0 0 10px 0;padding:0;width:60px;height:60px;font-size:0;text-indent:-9999px;appearance:none;box-shadow:none;border-radius:none;border:none;cursor:pointer;transition:background 0.2s;}

.c-hamburger:focus{outline:none;}

.c-hamburger span{display:block;position:absolute;top:27px;left:14px;right:14px;height:4px;background:white;}

.c-hamburger span::before,

.c-hamburger span::after{position:absolute;display:block;left:0;width:100%;height:4px;background-color:white;content:"";}

.c-hamburger span::before{top:-8px;}

.c-hamburger span::after{bottom:-8px;}

.c-hamburger--x{background-color:#43347b;}

.c-hamburger--x:hover{background-color:#2B224D;}

.c-hamburger--htx span{transition:background 0s 0.2s;}

.c-hamburger--x span::before,

.c-hamburger--x span::after{transition-duration:0.2s, 0.2s;transition-delay:0.2s, 0s;}

.c-hamburger--x span::before{transition-property:top, transform;}

.c-hamburger--x span::after{transition-property:bottom, transform;}

.c-hamburger--x.is-active{background-color:#627FB9;}

.c-hamburger--x.is-active:hover{background-color:#495F8C;}

.c-hamburger--x.is-active span{background:none;}

.c-hamburger--x.is-active span::before{top:0;transform:rotate(45deg);}

.c-hamburger--x.is-active span::after{bottom:0;transform:rotate(-45deg);}

.c-hamburger--x.is-active span::before,

.c-hamburger--x.is-active span::after{transition-delay:0s, 0.2s;}

.c-hamburger--rot{background-color:#28aadc;}

.c-hamburger--rot:hover{background-color:#28aadc;}

.c-hamburger--rot span{transition:transform 0.2s;}

.c-hamburger--rot.is-active{background-color:#166888;}

.c-hamburger--rot.is-active:hover{background-color:#166888;}

.c-hamburger--rot.is-active span{transform:rotate(90deg);}

.c-hamburger--htx{background-color:#ff3264;}

.c-hamburger--htx:hover{background-color:#ff3264;}

.c-hamburger--htx span{transition:background 0s 0.2s;}

.c-hamburger--htx span::before,

.c-hamburger--htx span::after{transition-duration:0.2s, 0.2s;transition-delay:0.2s, 0s;}

.c-hamburger--htx span::before{transition-property:top, transform;}

.c-hamburger--htx span::after{transition-property:bottom, transform;}

.c-hamburger--htx.is-active{background-color:#cb0032;}

.c-hamburger--htx.is-active:hover{background-color:#cb0032;}

.c-hamburger--htx.is-active span{background:none;}

.c-hamburger--htx.is-active span::before{top:0;transform:rotate(45deg);}

.c-hamburger--htx.is-active span::after{bottom:0;transform:rotate(-45deg);}

.c-hamburger--htx.is-active span::before,

.c-hamburger--htx.is-active span::after{transition-delay:0s, 0.2s;}

.c-hamburger--htla{background-color:#32dc64;}

.c-hamburger--htla:hover{background-color:#32dc64;}

.c-hamburger--htla span{transition:transform 0.2s;}

.c-hamburger--htla span::before{transform-origin:top right;transition:transform 0.2s, width 0.2s, top 0.2s;}

.c-hamburger--htla span::after{transform-origin:bottom right;transition:transform 0.2s, width 0.2s, bottom 0.2s;}

.c-hamburger--htla.is-active{background-color:#18903c;}

.c-hamburger--htla.is-active:hover{background-color:#18903c;}

.c-hamburger--htla.is-active span{transform:rotate(180deg);}

.c-hamburger--htla.is-active span::before,

.c-hamburger--htla.is-active span::after{width:50%;}

.c-hamburger--htla.is-active span::before{top:0;transform:translateX(38px) translateY(4px) rotate(45deg);}

.c-hamburger--htla.is-active span::after{bottom:0;transform:translateX(38px) translateY(-4px) rotate(-45deg);}

.c-hamburger--htra{background-color:#ff9650;}

.c-hamburger--htra:hover{background-color:#ff9650;}

.c-hamburger--htra span{transition:transform 0.2s;}

.c-hamburger--htra span::before{transform-origin:top left;transition:transform 0.2s, width 0.2s, top 0.2s;}

.c-hamburger--htra span::after{transform-origin:bottom left;transition:transform 0.2s, width 0.2s, bottom 0.2s;}

.c-hamburger--htra.is-active{background-color:#e95d00;}

.c-hamburger--htra.is-active:hover{background-color:#e95d00;}

.c-hamburger--htra.is-active span{transform:rotate(180deg);}

.c-hamburger--htra.is-active span::before,

.c-hamburger--htra.is-active span::after{width:50%;}

.c-hamburger--htra.is-active span::before{top:0;transform:translateX(-8px) translateY(4px) rotate(-45deg);}

.c-hamburger--htra.is-active span::after{bottom:0;transform:translateX(-8px) translateY(-4px) rotate(45deg);}



.ocultar{display:none!important;}



.agregar-cart {

  cursor: pointer;

  font-size: 15px;

}

.eliminar-cart {

  cursor: pointer;

  font-size: 15px;

}

.menu-sub {

  margin-top: 0px!important;

  padding-left: 20px;

}



.menu-sin-cat {

padding-left: 30px;

border-bottom: #e5e5e5 solid 1px;

}



.menu-lat-desp {

background-color: #f9e9e9;

padding-bottom: 15px;

}

.descripcion-prod {

  font-size: 12px;

}

.menu-cat:hover {

  color: #ee3a2b;  

  

}

.menu-sec:hover  {

  color: #ef8059;

  

}

.carrito-superior {

  font-size: 15px;

  cursor: pointer;

}



.what-icono {

  font-size:20px;

  color: #01e675;

}



.boto-producto {

  font-size: 11px;

}

.puntero {

  cursor:pointer;

}

.quitar-barra {

  overflow: hidden;



}

.icono-compartir {

  cursor: pointer;

  font-size:25px;

}

.logo-flotante {

  position: absolute;

  width: 150px;

  left: 0px;

}



@media (max-width: 767px) {

  .descripcion-prod {

    font-size: 9px;

    font-weight: bold;

  }

  .titulos-tabla {

    font-size: .85rem;

  }



  .titulo-reservacion {

    font-size: 1rem;

  }

}

@media (min-width: 767px) {



  .link-idioma {

    top: 15px;

    right: 130px;

  }





  #menu-lateral {

    width: 40%;

  }

  #carrito-lateral {

    width: 55%;

  }

  .logo-flotante {

    width: 240px;

  }

  

}





@media (min-width: 991px) {

  #menu-lateral {

    width: 30%;

  }

  #carrito-lateral {

    width: 500px;

  }

  .logo-flotante {

    width: 340px;

  }

  #hamburger{

    display: none;

  }

  #carrito_detalle {

    display: none;

  }

  #header2 {

    position:-webkit-sticky;

    position:sticky;

    top:0px;

  }

}





#carrito-lateral h3 {

  color: #ffffff;

  font-family: 'Adamina',Georgia,"Times New Roman",serif;

}



#carrito-lateral label {

  color: #ffffff;

  font-family: 'Archivo',Helvetica,Arial,Lucida,sans-serif;

}



#buscar_reserva_lateral{

  color: #fff;

  background-color: #BF9C51;

  border-color: #BF9C51;

}



#env_reserva_lateral {

  line-height: 1;

}



@media only screen and (max-width: 1200px){

  /*

  [class*="col-"] {

    padding-top: 5px!important;

    padding-bottom: 5px!important;

  }

  */





#env_reserva_lateral .form-group {

    margin-bottom: 0rem!important;

}



}

#env_reserva_lateral label {

   margin-bottom: 0.1rem!important;

}



#buscar_reserva_lateral:hover {

  color: #fff;

  background-color: #bf9c51bb;

  border-color: #bf9c5180;

}





/* MODAL */

/* Titulo */

#reserva_modal h5 {

  color: #ffffff;

  font-family: 'Adamina',Georgia,"Times New Roman",serif!important;

}

#reserva_modal label {

  font-family: 'Archivo',Helvetica,Arial,Lucida,sans-serif!important;

  color: #ffffff;

}



#reserva_modal {

  background-color: transparent;

}



#reserva_modal .modal-header{

  background-color: #000000;

  border-color: #000000;

}

#reserva_modal .close{

  /* background-color: red; */

  color: #BF9C51;

  

}



#reserva_modal .modal-body{

  background-color: #000000;

}



#reserva_modal .modal-footer{

  background-color: #292929;

  border-color: #000000;

}



#buscar_reserva_modal{

  color: #fff;

  background-color: #BF9C51;

  border-color: #BF9C51;

}



#buscar_reserva_modal:hover {

  color: #fff;

  background-color: #bf9c51bb;

  border-color: #bf9c51bb;

}



.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {

  white-space: nowrap;

  text-align: center;

  vertical-align: middle;

  min-width: 32px;

  width: 32px;

  height: 24px;

  line-height: 24px;

  font-size: 12px;

  border-radius: 4px;

  border: 1px solid transparent;

  white-space: nowrap;

  cursor: pointer;

  color: black;

}



.buscador-caja-boton {

  position: absolute;

  z-index: 999;

  top: 27vw;

  background-color: #BF9C51;

  border-color: #BF9C51;

  margin-left: 50%;

  margin-right: 50%;



}



#buscar_reserva_cajaflotante {

  color: #fff;

  background-color: #F89627;

  border-color: #F89627;

}



.col-boton-res {

  align-self: center;

  text-align: center;

}



.centrado-direcciones {

  align-self: center;

  text-align: center;

}





#buscar_reserva_cajaflotante {

  color: #fff;

    border-color: #000000;

    box-shadow: 2px 4px 5px 0px rgb(0 0 0 / 75%);

}

#buscar_reserva_cajaflotante:hover {

  background-color: #F7A649;

  border-color: #F7A649;

}



.buscador-caja {

  position: absolute;

  z-index: 999;

 background-color: rgb(0 0 0 / 100%);

}



.cerrar-cart {

  background-color: #000000;

  border-color: #000000;
  color: #fff;

}



.cerrar-cart:hover {

  background-color: #212121;

  border-color: #212121;
  color: #fff;

}

.booking-rd2k-form-control {
  display: block;
  width: 100%;
  height: auto;
  height: 2.5rem;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #fff;
}

#contenedor-carrito-lateral .booking-rd2k-form-control {

  display: block;

  width: 100%;

  /* height: calc(1.5em + 0.75rem + 2px); */

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #ffffff;

  background-color: transparent;

  background-clip: padding-box;

  border-bottom: 3px solid #fff !important;

  border: 1px solid transparent;

  border-radius: 0.25rem;

  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}



#contenedor-carrito-lateral .booking-rd2k-form-control:focus {

  color: #fff!important;

  background-color: transparent!important;

  /* border-color: transparent!important; */

  outline: 0;

  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);

}



#contenedor-carrito-lateral .booking-rd2k-form-control option {

  color: #000;  

}


#env_reserva_cajaflotante select {
  appearance: none;
}
#env_reserva_cajaflotante .booking-rd2k-form-control {

  display: block;

  width: 100%;

  height: calc(1.5em + 0.75rem + 2px);

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #ffffff;

  background-color: transparent;

  background-clip: padding-box;

  border-bottom: 3px solid #fff;

  border: 1px solid transparent;

  border-radius: 0.25rem;

  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}



#env_reserva_cajaflotante .booking-rd2k-form-control:focus {

  color: #fff;

  background-color: transparent!important;

  outline: 0;

  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);

}



#env_reserva_cajaflotante .booking-rd2k-form-control option {

  color: #000;  

}



.label-titulo-habitacion {

  margin-bottom: 0.1rem;

}



.caja-reservacion {

  position: absolute;

  width: 100%;

  min-height: 86px;

  z-index: 1;

  justify-content: center;

  display: flex;

}





#buscar_reserva_cajaflotante [class*="col-"] {

  padding-top: 0px!important;

  padding-bottom: 0px!important;

}

.col-no-padding {

  padding-top: 0px!important;

  padding-bottom: 0px!important;

}





@media (max-width: 991px) {

  .caja-reservacion{

    display: none!important;

  }



  #abrir_cajaflotante_principal {

    display: none!important;

  }

}



@media (min-width: 991px) {

  #contenedor-carrito-lateral{

    display: none;

  }

}



.select-personas{

  background-image: url(img/chevron-thin-right.png);

  background-repeat: no-repeat;

  background-position: 100% 56%;

  background-size: 10px 6px

}





#header-principal{

  position: relative;

 }

 

 body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {

     padding-top: 0!important;

 }



  #carrito-lateral .booking-rd2k-form-control {

    appearance: auto!important;

  } 



.fondoa {

  background-color: #000;

  color: #fff;

  text-align: center;
  height: 24px; 
font-size: 21px;

}



.fondob {

    background-color: #BF9C51;

    color: #fff;

    text-align: center;
    height: 24px; 
font-size: 21px;
    

}



.reservar-mobil {

  display: none;

    position: fixed;

    bottom: 0px;

    width: 100%;

    z-index: 200

}



.reservar-mobil a {

    color: #fff!important

}



.reservar-mobil a:hover {

    color: #eee!important

}



.reservar-mobil a:focus {

    color: #eee!important

}

@media only screen and (min-width: 768px) and (max-width:991px) {

  .reservar-mobil {

      display:block;

      position: fixed;

      bottom: 0px

    }

}

@media only screen and (min-width: 480px) and (max-width:767px) {

    .reservar-mobil {

        display:block;

        position: fixed;

        bottom: 0px

    }

}



@media only screen and (max-width: 479px) {

    .reservar-mobil {

        display:block;

        position: fixed;

        bottom: 0px

    }

}



.reservar-btn {

  cursor: pointer;

  text-decoration: none;

  text-transform: uppercase;

}



.cerrar-cart:hover {

  background-color: #212121;

  border-color: #212121;
  color: #fff;

}

.cerrar-cart {

  background-color: transparent!important;

  border-color: transparent!important;
  color: #fff;
  font-size: 22px;

}



.txt-blanco {

  color: #fff;

}



#abrir_cajaflotante_principal {

  color: #fff;

  background-color: #000000;

  border-color: #000000;

  box-shadow: 2px 4px 5px 0px rgb(0 0 0 / 75%);

}





.caja-reservacion {

  position: fixed;

  width: 100%;

  z-index: 1;

  justify-content: center;

  display: flex;

  bottom: 0px;

}

.activar-habitaciones {

  min-height: 350px!important;

}



.listado-habitaciones-edades {

  position: absolute;

  z-index: 999;

  width: 400px;

  background-color: rgb(0 0 0);

  left: calc(50% - 200px);

  max-height: 250px;

  overflow-y: scroll;

}



.no-mostrar{display:none!important;}







.booking-rd2k-form-control {

border-radius: 0!important;

}






.booking-rd2k-row {
  display: flex;
  width: 100%;
 
}
.booking-rd2k-col-6 {
  width: 50%;
}

.booking-rd2k-col-md-12 {
  width: 100%;
}
.booking-rd2k-col-md-10 {
  width: 83.2%;
}

.booking-rd2k-col-md-6 {
  width: 50%;
}
.booking-rd2k-col-md-4 {
  width: 33%;
  padding: 0px 5px;
}
.booking-rd2k-col-md-3 {
  width: 25%;
  padding: 0px 5px;
}

.booking-rd2k-col-md-2 {
  width: 16.6%;
}
.booking-rd2k-col-no-padding {
  padding: 0px;
}

.booking-rd2k-form-label {
  margin-bottom: 0.5rem;
}

.booking-rd2k-form-group {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 10px;
  padding: 0px 10px;
}

.booking-rd2k-mt-3 {
  margin-top: 1.5rem;
}


.booking-rd2k-text-center {
  text-align: center;
}
.contenedor-boton-lateral {
  padding: 10px;
}

.contenedor-boton-flotante {
  text-align: center;
  align-self: center;
}

#cerrar_cajaflotante {
  border-radius: 22px;
  float: right;
  background-color: #000;
  border-color: #000;
}
#cerrar_cajaflotante_principal {
  top: 0px;
}


#buscar_reserva_cajaflotante{
  background-color: #2c4d66;
}

  * {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box
}

.motor {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #b09a82;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9
}

section {
    width: 100%;
    position: relative
}

.motor_content {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.motor_con {
    margin-right: 2rem
}

.motor_con {
    position: relative;
    width: fit-content
}

.motor_title {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600
}

.motor_con input,.motor_con select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.motor_title img {
    height: 2rem;
    width: auto;
    padding: 0 9px
}

input[type=datei] {
    align-items: center;
    display: inline-flex;
    font-family: monospace;
    padding-inline-start:1px;cursor: default;
    overflow: hidden;
    padding: 0
}

input {
    writing-mode: horizontal-tb!important;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: #c89414;
    border-image: initial
}

.motor_con input,.motor_con select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

select {
    writing-mode: horizontal-tb!important;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: field;
    cursor: default;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #c3c0b3;
    border-image: initial;
    border-radius: 0
}

.motor_con {
    margin-right: 2rem
}

.motor_con {
    position: relative;
    width: fit-content
}

.motor_reservar {
    height: 4.5rem
}

.motor_reservar {
    background-color: #c3c0b3;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    cursor: pointer
}

.motor_reservar img {
    width: .8rem;
    margin-left: .5rem;
    padding-top: .38rem
}

.motor_reservar__t1 {
    font-size: 1.2rem;
    line-height: .6rem;
    padding-top: .38rem
}

.motor_reservar__t1 {
    font-weight: 700;
    color: #fff
}

.motor_title__t1 {
    font-family: Nunito sans
}

.motor_con input,.motor_con select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.motor_con input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.motor_reservar {
    background-color: #c3c0b3;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    cursor: pointer
}

.motor_reservar img {
    width: .8rem;
    margin-left: .5rem
}

.motor_reservar__t1 {
    font-family: Nunito sans;
    font-weight: 700;
    color: #fff
}

@media(min-width: 1400px) {
    .motor_title__t1,.motor_reservar__t1 {
        font-size:1.2rem;
        line-height: .6rem;
        padding-top: .38rem
    }

    .motor_con {
        margin-right: 2rem
    }

    .motor_title img {
        width: 3rem;
        margin-right: .5rem
    }

    .motor_con:nth-child(3) img {
        width: 2rem
    }

    .motor_con:nth-child(4) img {
        width: 2rem
    }

    .motor_reservar {
        height: 4rem
    }
}

@media(max-width: 1399px) and (min-width:1200px) {
    .motor_title__t1,.motor_reservar__t1 {
        font-size:1.1rem;
        line-height: .6rem;
        padding-top: .38rem
    }

    .motor_con {
        margin-right: 2rem
    }

    .motor_title img {
        width: 2rem;
        margin-right: .5rem
    }

    .motor_con:nth-child(3) img {
        width: 1.4rem
    }

    .motor_con:nth-child(4) img {
        width: 1.4rem
    }

    .motor_reservar {
        height: 3.7rem
    }
}

@media(max-width: 1199px) and (min-width:870px) {
    .motor_title__t1,.motor_reservar__t1 {
        font-size:.8rem;
        line-height: .6rem;
        padding-top: .38rem
    }

    .motor_con {
        margin-right: 2rem
    }

    .motor_title img {
        width: 1.7rem;
        margin-right: .5rem
    }

    .motor_con:nth-child(3) img {
        width: 1.4rem
    }

    .motor_con:nth-child(4) img {
        width: 1.4rem
    }

    .motor_reservar {
        height: 4rem
    }
}

@media(max-width: 869px) and (min-width:600px) {
    .motor_title__t1 {
        display:none
    }

    .motor_reservar {
        padding: .5rem
    }

    .motor_reservar__t1 {
        font-size: .8rem
    }

    .motor_con {
        margin-right: 2rem
    }

    .motor_title img {
        width: 2.5rem;
        margin-right: .5rem
    }

    .motor_con:nth-child(3) img {
        width: 1.8rem
    }

    .motor_con:nth-child(4) img {
        width: 1.8rem
    }

    .motor_reservar {
        height: 4.6rem
    }
}

@media(max-width: 599px) {
    .motor_title__t1 {
        display:none
    }

    .motor_reservar {
        padding: .5rem
    }

    .motor_reservar__t1 {
        font-size: 1rem
    }

    .motor_con {
        margin-right: 1.5rem
    }

    .motor_title img {
        width: 2.3rem;
        margin-right: .5rem
    }

    .motor_con:nth-child(3) img {
        width: 1.7rem
    }

    .motor_con:nth-child(4) img {
        width: 1.7rem
    }

    .motor_reservar {
        height: 4.2rem
    }
}

@media (max-width: 991px) {

  .motor-r2dk {
    display: none!important;
  }

}


.btn-rd2k-interno {
    background: #202935;
    color:#fff;
    width: 80%;

}

.rd2k-hotel-fly {
  margin-left: 10px;
}

.reservar-mobil {
  z-index: 100000!important;
}