.lSSlideOuter {
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lightSlider:before, .lightSlider:after {
content: " ";
display: table;
}
.lightSlider {
overflow: hidden;
}
.lSSlideWrapper {
max-width: 100%;
overflow: hidden;
position: relative;
}
.lSSlideWrapper > .lightSlider:after {
clear: both;
}
.lSSlideWrapper .lSSlide {
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition: all 1s;
-webkit-transition-property: -webkit-transform,height;
-moz-transition-property: -moz-transform,height;
transition-property: transform,height;
-webkit-transition-duration: inherit;
transition-duration: inherit;
-webkit-transition-timing-function: inherit;
transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
position: relative;
}
.lSSlideWrapper .lSFade > * {
position: absolute !important;
top: 0;
left: 0;
z-index: 9;
margin-right: 0;
width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: inherit;
transition-duration: inherit;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-timing-function: inherit;
transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
opacity: 1;
}  .lSSlideOuter .lSPager.lSpg {
margin: 10px 0 0;
padding: 0;
text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
cursor: pointer;
display: inline-block;
padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
background-color: #222222;
border-radius: 30px;
display: inline-block;
height: 8px;
overflow: hidden;
text-indent: -999em;
width: 8px;
position: relative;
z-index: 99;
-webkit-transition: all 0.5s linear 0s;
transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
background-color: #428bca;
}
.lSSlideOuter .media {
opacity: 0.8;
}
.lSSlideOuter .media.active {
opacity: 1;
}  .lSSlideOuter .lSPager.lSGallery {
list-style: none outside none;
padding-left: 0;
margin: 0;
overflow: hidden;
transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
-ms-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-o-transform: translate3d(0px, 0px, 0px);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
opacity: 0.7;
overflow: hidden;
-webkit-transition: opacity 0.35s linear 0s;
transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
display: block;
height: auto;
max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
content: " ";
display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
clear: both;
}  .lSAction > a {
width: 32px;
display: block;
top: 50%;
height: 32px;
background-image: url(//islabonita.com/wp-content/themes/BookYourTravel/includes/plugins/lightSlider/img/controls.png);
cursor: pointer;
position: absolute;
z-index: 9999;
margin-top: -16px;
opacity: 0.5;
-webkit-transition: opacity 0.35s linear 0s;
transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
opacity: 1;
}
.lSAction > .lSPrev {
background-position: 0 0;
left: 10px;
}
.lSAction > .lSNext {
background-position: -32px 0;
right: 10px;
}
.lSAction > a.disabled {
pointer-events: none;
}
.cS-hidden {
height: 1px;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
} .lSSlideOuter.vertical {
position: relative;
}
.lSSlideOuter.vertical.noPager {
padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
position: absolute !important;
right: 0;
top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
width: 100% !important;
max-width: none !important;
}  .lSSlideOuter.lSrtl {
direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
padding-left: 0;
list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
float: right !important;
} @-webkit-keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -15px;
}
100% {
left: 0;
}
}
@keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -15px;
}
100% {
left: 0;
}
}
@-webkit-keyframes topEnd {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
@keyframes topEnd {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
@-webkit-keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 15px;
}
100% {
left: 0;
}
}
@keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 15px;
}
100% {
left: 0;
}
}
@-webkit-keyframes bottomEnd {
0% {
bottom: 0;
}
50% {
bottom: -15px;
}
100% {
bottom: 0;
}
}
@keyframes bottomEnd {
0% {
bottom: 0;
}
50% {
bottom: -15px;
}
100% {
bottom: 0;
}
}
.lSSlideOuter .rightEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}
.lSSlideOuter .leftEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .rightEnd {
-webkit-animation: topEnd 0.3s;
animation: topEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .leftEnd {
-webkit-animation: bottomEnd 0.3s;
animation: bottomEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.tablepress-id-2{width:auto;margin:0 auto 1em}.full-width input[type="search"],.full-width input[type="email"],.full-width input[type="text"],.full-width input[type="number"],.full-width input[type="password"]{padding:6px 10px;width:70%;margin-bottom:150px}.static-content table th{padding:5px}.tablepress td,.tablepress th{border:none;background:0 0;text-align:left;float:none!important}.tablepress-id-8{width:auto}.b_availFormInner .b_availDatesInner + .b_availDatesInner{
float: right !important;
}
#uniform-b_checkin_day, #uniform-b_checkout_day, #uniform-b_checkin_month, #uniform-b_checkout_month{
float: left;
width: auto!important;
}
#uniform-b_checkin_day, #uniform-b_checkout_day{
margin-right:2px;
}
#uniform-b_checkin_day > span, #uniform-b_checkout_day > span, #uniform-b_checkin_month > span, #uniform-b_checkout_month > span{
padding-right:30px !important;    
}
#b_availSubmit {
float: none !important;
}
#b_availSubmit input:hover {
background: #1e4323 !important;
}
#b_availSubmit input {
background: #007a25 !important;
border: 0px !important;
font: normal 11px/30px 'OpenSansBold' !important;
font-size: 14px !important;
text-transform: uppercase;
height: 30px !important;
padding: 0 18px !important;
width: 100%;
}
@media screen and (max-width: 980px){
.b_availFormInner .b_availDatesInner + .b_availDatesInner{
float: left !important;
}
}
@media screen and (max-width: 600px) {
.b_availFormInner .b_availDatesInner + .b_availDatesInner{
float: left !important;
}
}.MrPlanPlugin_MotorContainer{display:flex;flex-wrap:wrap;width:100%;margin:0 auto;overflow-wrap:normal!important}.MrPlanPlugin_MotorContainer .TEwsWidgetInc{width:100%}.MrPlanPlugin_MotorContainer{line-height:16px!important}.MrPlanPlugin_MotorContainer #mrp_contenedor{max-width:100%!important}.MrPlanPlugin_MotorContainer .rve_casilla_tipo_4{width:90px!important;text-align:center}.MrPlanPlugin_MotorContainer .rve_casilla_tipo_4 img{max-width:90px}.MrPlanPlugin_MotorContainer .MrPlanPlugin_CapaMotor select.rve_select_caracteristicas_evnt{height:10px!important;min-height:20px;background-color:#fff}.MrPlanPlugin_MotorContainer input{appearance:auto;-webkit-appearance:auto}.MrPlanPlugin_MotorContainer .ticket-textodia{clear:both;overflow:hidden;white-space:nowrap}.MrPlanPlugin_MotorContainer .rve_tabla_principal_productos,.MrPlanPlugin_MotorContainer .rve_tabla_principal_productos tbody{background-color:transparent!important}.MrPlanPlugin_MotorContainer .MrPlanPlugin_CapaMotor_1 select,.MrPlanPlugin_MotorContainer.MrPlanPlugin_MotorContainer_1 select{padding-left:0!important;padding-right:5px!important;padding-top:0;padding-bottom:0;color:#595959;max-height:30px;padding-left:0!important;padding-right:5px!important;padding-top:5px!important;padding-bottom:5px!important;max-height:30px;background-image:none!important;max-width:10px!important;display:inline-block!important;min-width:50px!important;font-weight:400!important}.MrPlanPlugin_MotorContainer.MrPlanPlugin_MotorContainer_1 select.rve_capa_oculta{display:none!important}.MrPlanPlugin_MotorContainer.MrPlanPlugin_MotorContainer_1 .TSS_capa_habitacion_comportamientos_reservar_txt2{margin-bottom:10px;margin-top:10px}.MrPlanPlugin_MotorContainer .rve_codigo_promocional_evnt{padding:0!important}.MrPlanPlugin_MotorContainer .TExpReverseInc_583362_1_0 .rve_btn_buscar_V11{text-align:center!important}.MrPlanPlugin_MotorContainer .TSS7_sel_cantidad{text-align:center!important}.MrPlanPlugin_MotorContainer .TSS7_sel_cantidad select{visibility:visible!important}.MrPlanPlugin_MotorContainer .TSS8_radio_regimen+.TSS8_label_regimen:before{margin-right:7px!important;margin-top:0!important;border-color:#505457!important}.MrPlanPlugin_MotorContainer label.TSS8_label_regimen{list-style:none;font-size:13px;font-family:Arial;height:14px!important}.MrPlanPlugin_MotorContainer .rve_fila_fecha_capa_1.rve_fila_fecha_alto{white-space:nowrap}.MrPlanPlugin_MotorContainer .rve_fila_fecha_texto_mes{white-space:nowrap}.MrPlanPlugin_MotorContainer .TEwsWidgetInc .TS_input_datepicker_V11{visibility:hidden}.daterangepicker .calendar-table{display:table!important;border:0!important}.daterangepicker .calendar-table table td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}.daterangepicker .calendar-table table td.wrg_caljq_dia_semiocupado_V11{background:#f9d588!important;color:#000!important;border:1px solid #fff!important}.daterangepicker .calendar-table table td.wrg_caljq_dia_ocupado_V11{background:#e79a98!important;color:#f2cdcc!important;border:1px solid #fff!important}.daterangepicker .calendar-table table td.active{background-color:#357ebd!important;border-color:transparent!important;color:#fff!important}.daterangepicker .calendar-table table td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}.MrPlanPlugin_MotorContainer .TSS_capa_habitacion_comportamientos_reservar{text-align:center!important}.MrPlanPlugin_MotorContainer .TSS_capa_habitacion_comportamientos_importe_interno{text-align:center}.MrPlanPlugin_MotorContainer .TSS8_oferta_casilla{line-height:100%}.MrPlanPlugin_MotorContainer .TSS8_oferta_casilla div{margin-bottom:-7px}.MrPlanPlugin_MotorContainer .rve_fila_fecha_bolo_desplegar i{display:none}.MrPlanPlugin_MotorContainer .TSS8_radio_regimen+.MrPlanPlugin_MotorContainer .TSS8_label_regimen:before{margin-right:8px;margin-top:1px}.MrPlanPlugin_MotorContainer .TEwsWidgetInc input{border-top:0}.MrPlanPlugin_MotorContainer #inputPersonasWidget{background-color:transparent;margin-top:0;padding-top:0!important;width:100%}.MrPlanPlugin_MotorContainer .rve_capa_personas_V12.rve_capa_personas_evnt{white-space:nowrap}.MrPlanPlugin_Buscador #TSn_localidad_comarca{height:46px}.MrPlanPlugin_BuscadorResultados .TSn_fila_total_ordenacion img{height:24px!important}.MrPlanPlugin_CapaMotor{width:100%}@media (min-width:1140px){.MrPlanPlugin_Buscador .TSh_capa_resultados_V4 .TS_img_alojamiento,.TSh_capa_resultados_V5 .TS_img_alojamiento,.TSh_capa_resultados_con_filtros .TS_img_alojamiento{width:124%!important;max-width:124%!important}}.MrPlanPlugin_Buscador .TSh_fav_ico{height:18px!important}.MrPlanPlugin_Buscador .TSh_fav_ico_svg{width:24px!important;height:24px!important}.admin-bar>#bdg2MiniPreView{top:32px!important}.MrPlanPlugin_BuscadorContainer{display:flow-root}.MrPlanPlugin_BuscadorContainer .TSearch_widget .TS_titulo_filtro{display:flex!important}.MrPlanPlugin_BuscadorContainer .TS_selector-in_V6 input,.TS_selector-in_V6 span{background-color:transparent!important;outline:0!important;box-shadow:none!important;border:0!important}.MrPlanPlugin_BuscadorContainer .TSh_capa_filtro_en_resultados .TS_input_filtro_V2::placeholder{opacity:1!important;font-weight:500}.MrPlanPlugin_BuscadorContainer .TSh_capa_filtro_en_resultados .TS_input_filtro_V2{box-shadow:none!important}.MrPlanPlugin_Buscador{display:flex;align-items:center;justify-content:center}.MrPlanPlugin_Buscador #fechasWidget{overflow-wrap:normal!important;min-width:100%}.MrPlanPlugin_Buscador fieldset#fechasWidget{padding-block-end:8.75px;padding-block-start:4.9px;padding-inline-end:10.5px;padding-inline-start:10.5px}.MrPlanPlugin_Buscador fieldset legend{margin-bottom:0!important}.MrPlanPlugin_BuscadorResultados{margin:0 auto;position:relative;max-width:100%;overflow-y:hidden;overflow-x:hidden}.MrPlanPlugin_BuscadorContainer #TS_Buscador_form_V2 fieldset{background-color:transparent!important}.MrPlanPlugin_BuscadorContainer #TS_Buscador_form legend{background-color:transparent!important}.MrPlanPlugin_BuscadorContainer .d-none{display:none}.TMrPlanPlugin_Loading{width:100%!important;min-width:300px!important;min-height:50px!important;text-align:center}.TMrPlanPlugin_Loading img{height:80px!important;min-width:80px!important}.booksoftware_over1{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-style:normal;text-transform:none;font-size:.875rem;font-weight:400;word-wrap:break-word;color:#fff;box-sizing:border-box;float:left;width:100%;padding-top:.5rem!important;padding-bottom:.5rem!important;text-align:center!important}.booksoftware_over2{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-style:normal;text-transform:none;font-size:.875rem;font-weight:400;word-wrap:break-word;color:#fff;box-sizing:border-box;float:left;width:100%;padding-bottom:.5rem!important;padding-top:1rem!important}.booksoftware_over3{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-style:normal;text-transform:none;font-size:.875rem;font-weight:400;word-wrap:break-word;color:#fff;box-sizing:border-box;float:left;width:100%;padding-bottom:.5rem!important;padding-top:1rem!important}.booksoftware_over4{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-style:normal;text-transform:none;font-size:.875rem;font-weight:400;word-wrap:break-word;color:#fff;box-sizing:border-box;float:left;width:100%;padding-top:.5rem!important}.MrPlanPlugin_BuscadorResultados .TS_info_filtro_precio_fila{display:table-cell}.MrPlanPlugin_BuscadorResultados .d-none{display:none}.MrPlanPlugin_BuscadorContainer #MrPlanPlugin_Buscador .botonHabPersonasWidget{border:0;margin:0;padding:0;border-radius:15px;border:none;width:200px;min-width:130px;height:63px;margin-left:auto;margin-top:inherit;position:relative;padding:0}.TMrPlanPlugin_BarraIdiomas{text-align:center;margin-bottom:10px}.TMrPlanPlugin_BarraIdiomas img{height:20px!important;width:30px!important;display:inline!important}.TMrPlanPlugin_BarraIdiomas_Check{border:2px solid #00f}.TMrPlanPlugin_BarraIdiomas a{text-decoration:none!important;display:inline!important}:root{--misterplan-simplesearch-font-size:16px;--misterplan-simplesearch-height:40px}.MrPlanPlugin_SimpleSearch{display:flex;width:100%}.MrPlanPlugin_SimpleSearch input{width:100%}.MrPlanPlugin_SimpleSearch button{width:50%;font-size:var(--misterplan-simplesearch-font-size);cursor:pointer}.MrPlanPlugin_SimpleSearch_1 input{height:var(--misterplan-simplesearch-height);line-height:var(--misterplan-simplesearch-height);text-align:center;flex-grow:4;font-size:16px;cursor:pointer;margin-right:10px;border:1px solid #efefef;border-radius:5px}.MrPlanPlugin_SimpleSearch_1 button{height:var(--misterplan-simplesearch-height);line-height:var(--misterplan-simplesearch-height);border:0 solid #000;padding:0;height:100%;border-radius:5px}.MrPlanPlugin_Calendar_Day_3{background-color:#fefec7}.MrPlanPlugin_Calendar_Day_1{background-color:#d3ffd3}.MrPlanPlugin_Calendar_Day_2{background-color:red}.MrPlanPlugin_MotorPasafotos{background-color:#202020;float:left;width:100%;margin-bottom:25px!important}.MrPlanPlugin_PanelContainer{display:flex!important;width:100%!important}.MrPlanPlugin_BuscadorResultados .TSearch_widget .TS_btn_width{padding:4px 0;text-align:center;border-radius:15px!important;display:block}.MrPlanPlugin_BuscadorContainer #fechasWidget{position:relative!important}.MrPlanPlugin_BuscadorContainer #TSn_tipo_ordenacion{height:36px!important;min-height:36px!important;background-image:none!important;border:none!important;box-shadow:none!important}.MrPlanPlugin_BuscadorContainer .rve_fila_fecha_capa_fila_1.rve_fila_fecha_texto_cabecera{clear:both;display:inline-block;white-space:nowrap}@media (max-width:729px){.daterangepicker{max-width:100%!important}}.daterangepicker .calendar-table td,.daterangepicker .calendar-table th{padding:1px 0!important;background-color:transparent}.MrPlanPlugin_MotorContainer .TSS8_ul_regimenes{margin-left:0!important}@media screen and (max-width:400px){.MrPlanPlugin_CapaConfirmacion .capa_der{max-width:100%!important}.MrPlanPlugin_CapaConfirmacion .bdg_texto_precio_final_conc{float:none!important}.MrPlanPlugin_MotorContainer .rve_fila_fecha_texto_dia{font-size:30px!important}.MrPlanPlugin_MotorContainer .rve_fila_fecha_fechas{float:left;border-right:0!important}.MrPlanPlugin_MotorContainer .rve_fila_fecha_fechas{padding-left:0!important}}.MrPlanPlugin_CapaConfirmacion{width:100%;margin:0 auto;display:flow-root;color:#000!important}.MrPlanPlugin_CapaConfirmacion #bdg2_contenido_confirmacion{text-align:left}.MrPlanPlugin_CapaConfirmacion .TCCompleta .form-group{line-height:29px!important}.MrPlanPlugin_CapaConfirmacion select{padding-top:0!important;padding-bottom:0!important}.MrPlanPlugin_CapaConfirmacion .TCCompleta td{border:0!important;margin:0!important;padding:0!important;vertical-align:top;background-color:transparent!important}.MrPlanPlugin_CapaConfirmacion .TCCompleta table{border:0!important;margin:0!important;padding:0!important}.MrPlanPlugin_CapaConfirmacion .TCCompleta tr{border:0!important;margin:0!important;padding:0!important}.MrPlanPlugin_CapaConfirmacion input[type=email],.MrPlanPlugin_CapaConfirmacion input[type=text]{color:#555!important;border-color:#ccc!important;background-color:#fff!important;min-height:34px!important;max-height:34px!important;line-height:34px!important;min-height:34px!important}.MrPlanPlugin_CapaConfirmacion input[type=email]:focus,.MrPlanPlugin_CapaConfirmacion input[type=text]:focus,.MrPlanPlugin_CapaConfirmacion textarea,.MrPlanPlugin_CapaConfirmacion textarea:focus{color:#555!important}.MrPlanPlugin_CapaConfirmacion input[type=checkbox]{appearance:auto;display:block}.MrPlanPlugin_CapaConfirmacion input[type=checkbox]:before{display:none}.MrPlanPlugin_CapaConfirmacion select{max-height:34px;min-height:34px!important;color:#555!important}.MrPlanPlugin_CapaConfirmacion .bdg_separador_lineas{border-bottom:1px dashed #4f4e4e;padding-bottom:3px}table.ui-datepicker-calendar td{background:#fff!important}.TMrPlanPlugin_Loading{width:100%!important;min-width:300px!important;min-height:50px!important;text-align:center}.TMrPlanPlugin_Loading img{height:80px!important;min-width:80px!important}@media screen and (min-width:1020px){.container.is-fluid{margin:0;max-width:none!important;width:100%!important}}