/************* MOTOR DE RESERVAS **************/

#motor_reserva {
    padding: 10px;
}

#booking fieldset {
    margin: 8px 0 0;
}

#booking label {
    display: block;
}

#selector_hotel {
    width: 100%;
}

#hotel_destino {
    width: 100%;
}

#fecha_entrada input, #fecha_salida input {
    height: 18px;
    width: 88px;
    border: 1px solid #464646;
    border-radius: 4px;
    cursor: pointer;
}

#fecha_entrada {
    margin: 0 15px 0 0;
}

.colocar_fechas {
    float: left;
}

#contador_noches {
    display: none;
}

#contenedor_habitaciones select {
    width: 92px;
}

#contenedor_habitaciones label {
    float: left;
    width: 108px;
}

#hab1 {
    position: relative;
}

#hab2, #hab3 {
    display: none;
}

#contenedor_opciones select {
    width: 92px;
}

.numero_habitacion {
    display: none !important;
}

.adultos {
    float: left;
    margin: 0 15px 0 0;
}

#info_ninos {
    position: absolute;
    line-height: 10px;
    text-align: center;
}

#envio input {
    width: 95px;
    margin: 0 9px 0 0;
    color: rgb(0, 0, 0);
    height: 18px;
    border: 1px solid #464646;
    border-radius: 4px;
}

#search-button {
    border: none;
    border-radius: 5px;
    font-weight: normal;
    padding: 6px 10px;
    font-size: 18px;
    cursor: pointer;
    overflow: visible;
}

#searchForm select {
    background: white;
    color: #333333;
}

/* WEB SUPPORT NEW*/

.wrapper-new-web-support {
    margin-top: 2px;
    opacity: 0.75;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    color: white;
    font-size: 16px;

}

.wrapper-new-web-support .web_support_number {
    font-size: 20px !important;
}

/* WEB SUPPORT OLD*/

.wrapper-old-web-support {
    margin-top: 2px;
    opacity: 0.75;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    color: white;
    font-size: 12px;
    text-align: center;
}

.wrapper-old-web-support .web_support_number {
    font-size: 15px !important;
}

/*==== Glyphicon Phone Web Service ====*/

@font-face {
    font-family: 'icomoon';
    src: url('https://cdn.paraty.es/static_files/secure-booking14/generic/202505281332/fonts/mobile_icons/icomoon.eot?excc31');
    src: url('https://cdn.paraty.es/static_files/secure-booking14/generic/202505281332/fonts/mobile_icons/icomoon.eot?#iefixexcc31') format('embedded-opentype'), url('https://cdn.paraty.es/static_files/secure-booking14/generic/202505281332/fonts/mobile_icons/icomoon.woff?excc31') format('woff'), url('https://cdn.paraty.es/static_files/secure-booking14/generic/202505281332/fonts/mobile_icons/icomoon.ttf?excc31') format('truetype'), url('https://cdn.paraty.es/static_files/secure-booking14/generic/202505281332/fonts/mobile_icons/icomoon.svg?excc31#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wrapper-old-web-support .web_support_label_2:before, .wrapper-new-web-support .web_support_label_2:before {
    content: "\e600";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin-top: 4px;
    line-height: 1;
    display: inline-block;
    margin-right: 2px;
    border: 1px solid;
    border-radius: 30px;
    font-size: 15px;
    padding: 5px;
}

/*======== Promocode Animated ========*/

input.promocode_input.special {
    width: 100% !important;
    display: none;

}

.promocode_text {
    text-align: center;
    cursor: pointer;
}

.promocode_text strong {
    font-weight: bolder;
}

.wrapper_booking_button.special .submit_button {
    width: 100% !important;
}



/*======== Landing Page ========*/




.popup_landing_page .popup_inicial_booknow{
  @include border-radius(4px);
  height: 296px !important;
  width: 650px;
  padding: 20px;
  font-family: "source sans pro ", sans-serif;
  z-index: 9900;
}

.popup_landing_page .fancybox-item.fancybox-close{
  z-index: 9999!important;
}

.popup_landing_page .popup_title {
  font-size: 26px;
  padding: 10px;
  color: black;
  text-transform: uppercase;
  width: 325px;
}
.popup_landing_page .popup_description {
  padding: 10px;
  font-size: 12px;
  width: 325px;
  line-height: 22px;
  color: black;
  padding-bottom: 0;
}


.popup_landing_page #booking_widget_popup{
    position: absolute;
  top: 15px;
  left: 360px;
}

.popup_landing_page:last-of-type{
    display: none!important;
}

/*

.fancybox-inner .popup_inicial {
	height: auto !important;
    width:690px !important
}
*/


