body.modal-opened{overflow:hidden;position:fixed;width:100%}[data-modal-content]{display:none}.c-modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.c-modal .c-modal__container,.c-modal .c-modal__overlay{will-change:transform}.c-modal__overlay{overflow-x:hidden;overflow-y:auto}.c-modal__overlay.transparent{background:transparent}.c-modal__container{position:absolute;width:calc(100% - 20px);margin-left:auto;margin-right:auto;max-height:none;top:50px;left:0;right:0}.c-modal__close{background:transparent;position:absolute;cursor:pointer;color:#737373;font-size:14px;right:12.5px;top:10px;border:0}.c-modal__close:before{content:"\2715"}.c-modal .c-modal__overlay.transparent .c-modal__container{-webkit-box-shadow:10px 10px 33px 6px rgba(0,0,0,.58);box-shadow:10px 10px 33px 6px rgba(0,0,0,.58)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.c-modal__container{width:500px;max-width:none}}@-webkit-keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{0%{-webkit-transform:translateY(15%);transform:translateY(15%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mmslideOut{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}.thin_capital_font{text-align:center;font:500 1rem Montserrat,sans-serif;letter-spacing:1.08px;color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.16078);text-transform:uppercase}.dates-component{font-family:semplicitapro,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex}.dates-component,.dates-component_container-inputs{position:relative}.dates-component--expanded .dates-component-container-inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dates-component--expanded .dates-component-container-inputs .dates-component_check-out{margin-left:20px}.dates-component_input{border:1px solid #d7d7d7;border-radius:3px;height:40px;padding-left:.8em;color:#212529;font-size:.9em}.dates-component_table{padding:20px}.dates-component_dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;background-color:#fff;border:1px solid #d7d7d7;-webkit-box-shadow:0 4px 9px 1px #b0b0b0;box-shadow:0 4px 9px 1px #b0b0b0;border-radius:0 0 3px 3px;z-index:100}.dates-component_dropdown--mobile{padding:0!important;z-index:100;width:100%;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;height:100%;max-height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.dates-component_dropdown .dates-component_header{height:63px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#b71234;text-transform:uppercase;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dates-component_dropdown .dates-component_close{cursor:pointer}.dates-component_dropdown .dates-component_close svg{margin-right:10px;width:28px;fill:#fff}.dates-component_dropdown .dates-component_table{-webkit-box-sizing:border-box;box-sizing:border-box}.dates-component_dropdown .dates-component_month,.dates-component_dropdown .dates-component_table{width:100%}.dates-component .dates-component_month-name svg{width:12px;fill:#c6c6c6}.dates-component_prev-month{left:0;position:absolute;cursor:pointer}.dates-component_prev-month svg{margin-left:10px}.dates-component_next-month{right:0;position:absolute;cursor:pointer}.dates-component_next-month svg{margin-right:10px}.dates-component_week-days-name th{padding-top:25px;padding-bottom:7px;font-weight:400;color:#a8a8a8;font-size:.8em}.dates-component_week-days-name th:first-letter{text-transform:uppercase}.dates-component_month-name th{position:relative}.dates-component td{position:relative;text-align:center;vertical-align:middle;padding:10px;cursor:pointer}.dates-component_new,.dates-component_old{color:#ccc}.dates-component_new.dates-component_selected,.dates-component_old.dates-component_selected{color:#fff;background-color:#fde8ec}.dates-component_unselectable{background:#e8e8e8;color:#d7d7d7;cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dates-component td:not(.dates-component_unselectable):hover{background-color:#b71234;color:#fff}.dates-component_selected{background-color:#f6a2b3;color:#fff}.dates-component_check-in-day,.dates-component_check-out-day{background-color:#b71234;color:#fff}.dates-component_tooltip{pointer-events:none;display:block ruby;position:absolute;top:-22px;padding:5px;background-color:#fff;z-index:1;font-size:.7em;color:#b71234;border-radius:3px;-webkit-box-shadow:0 1px 2px 0 hsla(0,0%,69%,.5);box-shadow:0 1px 2px 0 hsla(0,0%,69%,.5)}.dates-component_tooltip:after{content:"";position:absolute;width:0;height:0;bottom:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #fff;left:calc(50% - 5px)}.dates-component_tooltip svg{width:23px;max-height:25px;fill:#b71234}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dates-component_dropdown{width:200%}}.occupancy-component{font-family:Lato,sans-serif;font-size:1em}.occupancy-component,.occupancy-component_input{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;color:#212529}.occupancy-component_input{font-size:.9em;height:40px;padding:0 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #d7d7d7;border-radius:3px;-webkit-box-shadow:0 1px 2px 0 hsla(0,0%,69%,.5);box-shadow:0 1px 2px 0 hsla(0,0%,69%,.5)}.occupancy-component_dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;position:absolute;z-index:100;width:410px;top:41px;padding:15px;background-color:#fff;border:1px solid #d7d7d7;-webkit-box-shadow:0 4px 9px 1px #b0b0b0;box-shadow:0 4px 9px 1px #b0b0b0;border-radius:0 0 3px 3px}.occupancy-component_dropdown--mobile{z-index:100;width:100%;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;height:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.occupancy-component_dropdown_header{height:63px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#b71234;text-transform:uppercase;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:-15px -15px 20px}.occupancy-component_close{cursor:pointer}.occupancy-component_close svg{margin-right:10px;width:28px;fill:#fff}.occupancy-component_incrementator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:5px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.occupancy-component_rest{margin-left:auto}.occupancy-component_number{width:30px;margin:0 10px;text-align:center;padding:.375em 0}.occupancy-component_number.error{border:1px solid #db6b6b;border-radius:.25rem}.occupancy-component_title_name{min-width:45%}.occupancy-component_title_name:first-letter{text-transform:uppercase}.occupancy-component_room:not([hidden=true]){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.occupancy-component_room_container{width:100%}.occupancy-component_room_container:not(.occupancy-component_room_container--alone){background-color:#f9f2fa;padding:10px}.occupancy-component_room_container:not(.occupancy-component_room_container--alone) .occupancy-component_button_input-control{color:#b71234;background-color:#fff}.occupancy-component_room_container:not(.occupancy-component_room_container--alone) .occupancy-component_button_input-control:active,.occupancy-component_room_container:not(.occupancy-component_room_container--alone) .occupancy-component_button_input-control:hover{color:#fff;background-color:#b71234}.occupancy-component_room_container:not(.occupancy-component_room_container--alone) .occupancy-component_children_container{background-color:#fff}.occupancy-component_room_container:not(.occupancy-component_room_container--alone) .occupancy-component_children_container:after{border-bottom-color:#fff}.occupancy-component_room_container:not(.occupancy-component_room_container--alone) .occupancy-component_children_container .occupancy-component_button_input-control{color:#b71234;background-color:#f9f2fa}.occupancy-component_room_container:not(.occupancy-component_room_container--alone) .occupancy-component_children_container .occupancy-component_button_input-control:active,.occupancy-component_room_container:not(.occupancy-component_room_container--alone) .occupancy-component_children_container .occupancy-component_button_input-control:hover{color:#fff;background-color:#b71234}.occupancy-component_children_container{background-color:#f9f2fa;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;position:relative;width:100%;padding:10px 0;margin-top:15px}.occupancy-component_children_container:after{position:absolute;top:-12px;left:22px;content:"";width:0;height:0;border-color:transparent transparent #f9f2fa;border-style:solid;border-width:0 10px 13px}.occupancy-component_children_container .occupancy-component_button_input-control{color:#b71234;background-color:#fff}.occupancy-component_children_container .occupancy-component_button_input-control:active,.occupancy-component_children_container .occupancy-component_button_input-control:hover{color:#fff;background-color:#b71234}.occupancy-component_button{display:inline-block;font-weight:400;color:#555;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375em .75em;font-size:1em;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-box-shadow:0 1px 3px 1px #e6e6e6;box-shadow:0 1px 3px 1px #e6e6e6;border-radius:3px}.occupancy-component_button--combination{margin-top:15px;text-transform:uppercase;letter-spacing:.8px;width:100%;color:#f9f2fa;background-color:#b71234;padding:.975em .75em}.occupancy-component_button_input-control{outline:none;color:#b71234;background-color:#f9f2fa}.occupancy-component_button_input-control:active,.occupancy-component_button_input-control:hover{color:#fff;background-color:#b71234}.occupancy-component ul{width:100%;padding-left:0;margin-bottom:0}.occupancy-component ul,.occupancy-component ul li{display:-webkit-box;display:-ms-flexbox;display:flex}.occupancy-component ul li{list-style-type:none}.occupancy-component ul li:not(:first-child) a{padding:10px}.occupancy-component ul a{margin-right:5px;color:#212529;font-size:.8em;text-decoration:none;padding:10px 25px;background:#fcfafa;text-align:center}.occupancy-component ul a.selected{background-color:#f9f2fa}.occupancy-component ul a:not(.selected){-webkit-box-shadow:inset 0 -13px 11px -13px rgba(0,0,0,.35);box-shadow:inset 0 -13px 11px -13px rgba(0,0,0,.35)}[id^=destination-component-]{font-family:Lato,sans-serif;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;color:#212529;font-size:.9em;height:40px;border-radius:3px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}[id^=destination-component-].shadow{border:1px solid #d7d7d7;-webkit-box-shadow:0 1px 2px 0 hsla(0,0%,69%,.5);box-shadow:0 1px 2px 0 hsla(0,0%,69%,.5)}[id^=destination-component-] svg{margin-right:10px;width:10px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);fill:#333;transition:transform .2s,margin .2s,-webkit-transform .2s}[id^=destination-component-].destination-component-single svg{display:none}.destination-component--opened{overflow:hidden}.destination-component-single{pointer-events:none;opacity:1}.destination-component_placeholder{color:#181d34;font-size:.9em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:.8em;pointer-events:none}.destination-component_dropdown{display:none;position:absolute;min-width:310px;z-index:99999;background:#fff;left:0;right:0;opacity:0;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}.destination-component_dropdown--bottom{-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-ms-flex-direction:column;flex-direction:column;top:41px;border-top:none;border-radius:0 0 3px 3px}.destination-component_dropdown--bottom,.destination-component_dropdown--top{-webkit-box-orient:vertical;-webkit-box-shadow:0 4px 9px 1px #b0b0b0;box-shadow:0 4px 9px 1px #b0b0b0}.destination-component_dropdown--top{-webkit-box-direction:reverse;-ms-flex-flow:column-reverse;flex-flow:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;bottom:41px;border-bottom:1px solid #fff;border-radius:3px 3px 0 0}.destination-component_dropdown_show[id^=destination-component-]{border-radius:3px 3px 0 0}.destination-component_dropdown_show[id^=destination-component-] svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.destination-component_dropdown_show .destination-component_dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);height:auto;opacity:1}.destination-component-header{height:63px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#495fd7;text-transform:uppercase;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.destination-component-close{cursor:pointer}.destination-component-close svg{width:28px;fill:#fff}.destination-component_search-container{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:10px;background:#f1f1f1}.destination-component_search-container input{-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:40px;padding-left:10px;border:1px solid #d6d6d6;border-radius:4px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.10196);box-shadow:0 0 3px rgba(0,0,0,.10196);font-size:.9em;color:#314754}.destination-component_container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:5px;max-height:400px;overflow-y:scroll}.one-level .destination-component_option{padding:0}.destination-component--mobile.destination-component_dropdown_show .destination-component_dropdown{width:100%;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;height:100%;max-height:100%}.destination-component--mobile.destination-component_dropdown_show .destination-component_container{max-height:auto}.destination-component_option{margin:0;width:100%;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#f5f5f9;background-clip:content-box}.destination-component_no_result{padding:10px;text-transform:uppercase;color:#d6d6d6}.destination-component_image{background:#345379;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;height:130px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:1.3em;text-transform:uppercase;text-shadow:2px 2px 2px #111;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;transition:opacity .2s ease-in;opacity:1;cursor:pointer;background-repeat:no-repeat;background-size:cover;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.destination-component_image:hover{color:#e7e7e7;opacity:.8}.destination-component_title{text-align:center}.destination-component_square{pointer-events:none;width:10px;height:10px;background:#e4e4e4;margin-right:10px;margin-top:2px}.destination-component_subtitle{font-size:.6em}.destination-component_list .destination-component_image{height:50px;background-image:none!important;text-shadow:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;padding:0 10px 0 20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.destination-component_list .destination-component_title{text-align:left}.two-columns:not(.one-level) .destination-component_option{width:50%}.three-columns:not(.one-level) .destination-component_option{width:33.333%}.destination-component--mobile .three-columns:not(.one-level) .destination-component_option{width:100%}.destination-component_last_level_title,.destination-component_zone_level_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer}.destination-component_zone_level_title{background:#b8cae0;padding:0 10px 0 20px;height:50px;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease;color:#181d34;font-size:1.05em}.destination-component_zone_level_title.active,.destination-component_zone_level_title:hover{color:#fff;background:#4d7ab3}.destination-component_last_level_title{border-bottom:1px solid #e7e7e7;height:50px;padding:0 10px 0 20px;background:#f5f5f9;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.destination-component_last_level_title.active,.destination-component_last_level_title:hover{background:#f1f1f1}.destination-component_last_level_title svg{width:7px;margin:0 0 0 -2px}.destination-component_star{margin-top:-9px;margin-left:4px}.c-booking-widget .destination-component{background:#f6f8fc;font-family:Montserrat,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.c-booking-widget .destination-component__name{display:none;padding:10px 0 10px 10px;font-size:1em;text-transform:uppercase;color:#b71234;cursor:default}.c-booking-widget .destination-component--mobile{padding:10px 0}.c-booking-widget .destination-component .destination-selector{font-size:1.1em;cursor:pointer}.c-booking-widget .destination-component .destination-selector .destination-component_placeholder{font-weight:700}.c-booking-widget .destination-component svg{fill:#b71234;max-height:10px}.c-booking-widget .destination-component__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-right:none;padding:0}.c-booking-widget .destination-component__wrapper .destination-component_placeholder{font-weight:700;font-size:1.1em}.c-booking-widget .destination-component-close svg{margin-right:10px;max-height:none;width:28px;fill:#fff}.c-booking-widget .destination-component-header{background:#b71234;font-size:1.389em}@media (min-width:934px){.c-booking-widget .destination-component{background:#fff;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.c-booking-widget .destination-component__name{display:block}.c-booking-widget .destination-component__wrapper{border-right:1px solid rgba(10,10,10,.1);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:unset}}.c-booking-widget .dates-component-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;-ms-flex-preferred-size:25%;flex-basis:25%;background:#fff}.c-booking-widget .dates-component-wrapper .check-in-container,.c-booking-widget .dates-component-wrapper .check-out-container{border-bottom:1px solid #f6f8fc;position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.c-booking-widget .dates-component-wrapper .check-in-container{border-right:1px solid #f6f8fc}.c-booking-widget .dates-component-wrapper .check-name{padding:10px 0 10px 10px;font-size:1em;text-transform:uppercase;color:#b71234}.c-booking-widget .dates-component-wrapper .check-in-selector,.c-booking-widget .dates-component-wrapper .check-out-selector{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-booking-widget .dates-component-wrapper .check-in-selector .day-number,.c-booking-widget .dates-component-wrapper .check-out-selector .day-number{width:auto;font-weight:700;font-size:2.5em;padding:0 10px;line-height:1}.c-booking-widget .dates-component-wrapper .check-in-selector .month,.c-booking-widget .dates-component-wrapper .check-out-selector .month{text-transform:capitalize;margin-bottom:3px;font-weight:700}.c-booking-widget .dates-component-wrapper .check-in-selector .day,.c-booking-widget .dates-component-wrapper .check-out-selector .day{text-transform:uppercase;font-size:.9em}.c-booking-widget .dates-component-wrapper .check-in-selector .widget-wrapper,.c-booking-widget .dates-component-wrapper .check-out-selector .widget-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1em;padding:5px 10px 10px}.c-booking-widget .dates-component-wrapper .check-in-selector svg,.c-booking-widget .dates-component-wrapper .check-out-selector svg{position:absolute;right:0;bottom:5px;margin-right:10px;width:10px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);fill:#b71234;transition:transform .2s,margin .2s,-webkit-transform .2s;max-height:10px}.c-booking-widget .dates-component-wrapper .check-in-selector.opened svg,.c-booking-widget .dates-component-wrapper .check-out-selector.opened svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media (min-width:934px){.c-booking-widget .dates-component-wrapper .check-in-container,.c-booking-widget .dates-component-wrapper .check-out-container{border-bottom:none}.c-booking-widget .dates-component-wrapper .check-in-selector,.c-booking-widget .dates-component-wrapper .check-out-selector{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.c-booking-widget .dates-component-wrapper .check-in-selector .widget-wrapper,.c-booking-widget .dates-component-wrapper .check-out-selector .widget-wrapper{padding:0}}.c-booking-widget .occupancy-component-container{font-family:Montserrat,sans-serif;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-preferred-size:17.5%;flex-basis:17.5%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background:#fff;position:relative}.c-booking-widget .occupancy-component-container .occupancy-name{padding:10px 0 0 10px;font-size:1em;text-transform:uppercase;color:#b71234}.c-booking-widget .occupancy-component-container .occupancy-component{cursor:pointer}.c-booking-widget .occupancy-component-container svg{position:absolute;right:0;bottom:13px;margin-right:10px;width:10px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);fill:#b71234;transition:transform .2s,margin .2s,-webkit-transform .2s;max-height:10px}.c-booking-widget .occupancy-component-container.opened svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.c-booking-widget .occupancy-component-container .custom-selector{position:relative;font-weight:700;padding:0 0 0 10px;line-height:40px;height:40px;width:100%;z-index:1}@media (min-width:934px){.c-booking-widget .occupancy-component-container .occupancy-name{padding:10px 0 10px 10px}}.c-booking-widget .promo-code{background-color:#f9f2fa;font-family:Montserrat,sans-serif;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;border-right:none;max-width:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.c-booking-widget .promo-code .c-promo-info-icon{cursor:pointer}.c-booking-widget .promo-code__name{display:none;padding:10px 10px 0;text-transform:uppercase;color:#b71234}.c-booking-widget .promo-code input{height:40px;-ms-flex-line-pack:end;align-content:end;width:100%;max-width:calc(100% - 20px);margin:0;border:none;font-size:1em;line-height:1.2em;padding:3px 10px;background:transparent;color:#b71234}.c-booking-widget .promo-code input:focus{outline:none}.c-booking-widget .promo-code input::-webkit-input-placeholder{text-transform:uppercase;color:#b71234}.c-booking-widget .promo-code input::-moz-placeholder{text-transform:uppercase;color:#b71234}.c-booking-widget .promo-code input:-ms-input-placeholder{text-transform:uppercase;color:#b71234}.c-booking-widget .promo-code input::-ms-input-placeholder{text-transform:uppercase;color:#b71234}.c-booking-widget .promo-code input::placeholder{text-transform:uppercase;color:#b71234}@media (min-width:934px){.c-booking-widget .promo-code{max-width:200px}.c-booking-widget .promo-code__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-booking-widget .promo-code input{display:block}.c-booking-widget .promo-code input::-webkit-input-placeholder{display:none;color:transparent}.c-booking-widget .promo-code input::-moz-placeholder{display:none;color:transparent}.c-booking-widget .promo-code input:-ms-input-placeholder{display:none;color:transparent}.c-booking-widget .promo-code input::-ms-input-placeholder{display:none;color:transparent}.c-booking-widget .promo-code input::placeholder{display:none;color:transparent}.c-booking-widget .promo-code input:-ms-input-placeholder{display:block}.c-booking-widget__container.condensed .promo-code{max-width:none}}.c-booking-widget .booking-button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#b71234;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:none;display:-webkit-box;display:-ms-flexbox;display:flex}.c-booking-widget .booking-button button{font-family:Montserrat,sans-serif;text-transform:uppercase;font-size:1.15em;background:none;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;min-height:4em;line-height:0;border:none;height:100%;width:100%;color:#fff}@media (min-width:934px){.c-booking-widget .booking-button{max-width:150px}.c-booking-widget__container.condensed .booking-button{max-width:none}}.c-booking-widget__resume__info{background:#b71234;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex}.c-booking-widget__resume__dates,.c-booking-widget__resume__destination,.c-booking-widget__resume__occupancy,.c-booking-widget__resume__promocode{font-family:Montserrat,sans-serif;-webkit-box-align:center;-ms-flex-align:center;position:relative;margin-right:10px;padding-left:25px;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;font-size:.9em;align-items:center}.c-booking-widget__resume__destination{padding-right:15px}.c-booking-widget__resume__destination svg{margin-right:8px;width:7px}.c-booking-widget__resume__dates{padding-left:0}.c-booking-widget__resume__promocode{padding-left:25px}.c-booking-widget__resume__check-in,.c-booking-widget__resume__check-out{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;padding-left:10px}.c-booking-widget__resume__check-in svg,.c-booking-widget__resume__check-out svg{margin-right:8px;width:11px}.c-booking-widget__resume__check-in{margin-right:15px}.c-booking-widget__resume__check-in:after{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);position:absolute;background:#fff;content:"";width:4px;height:2px;right:-15px;top:50%}.c-booking-widget__resume__occupancy svg{margin-right:8px;width:8px}.c-booking-widget__resume__button.booking-button{background:#b71234;position:relative;z-index:2}.c-booking-widget__resume__button.booking-button button{min-height:0}.c-booking-widget__resume:after,.c-booking-widget__resume:before{-webkit-transition:.2s;-o-transition:.2s;transition:.2s;opacity:0;position:absolute;content:"";background:#b71234;height:30px;width:100%;left:0}.c-booking-widget__resume:after{left:unset;right:0}.c-booking-widget--shrink .c-booking-widget__resume.show{-webkit-transition:.2s;-o-transition:.2s;transition:.2s;opacity:1}.c-booking-widget--shrink .c-booking-widget__resume.show:after,.c-booking-widget--shrink .c-booking-widget__resume.show:before{opacity:1}.c-booking-widget--shrink .c-booking-widget__resume.show:before{-webkit-transition:.2s;-o-transition:.2s;transition:.2s;left:-50%}.c-booking-widget--shrink .c-booking-widget__resume.show:after{-webkit-transition:.2s;-o-transition:.2s;transition:.2s;right:-50%}.c-booking-widget{opacity:0;-webkit-box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 0 rgba(10,10,10,.1);box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 0 rgba(10,10,10,.1);font-size:.8em;-webkit-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in;position:relative;background:transparent;max-height:none;height:unset;z-index:1}.c-booking-widget.fixed{position:fixed;width:990px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.c-booking-widget__loadded{opacity:1}.c-booking-widget__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-booking-widget__item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:12.5%;flex-basis:12.5%;border-right:none}.c-booking-widget__item.dates-component{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;padding:0}.c-booking-widget__item:last-child{border-right:none}.c-booking-widget__resume{overflow:hidden;opacity:0;height:0;-webkit-transition:height .15s cubic-bezier(.25,.75,.5,1.25);-o-transition:height .15s cubic-bezier(.25,.75,.5,1.25);transition:height .15s cubic-bezier(.25,.75,.5,1.25)}.c-booking-widget .c-booking-widget__resume.show{-webkit-transition:height .65s cubic-bezier(.25,.75,.5,1.25);-o-transition:height .65s cubic-bezier(.25,.75,.5,1.25);transition:height .65s cubic-bezier(.25,.75,.5,1.25);opacity:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:30px;background:#b71234;color:#fff}.c-booking-widget .c-booking-widget__resume.show,.c-booking-widget .c-booking-widget__resume.show__info{display:-webkit-box;display:-ms-flexbox;display:flex}.c-booking-widget .c-booking-widget__resume.show__dates,.c-booking-widget .c-booking-widget__resume.show__destination,.c-booking-widget .c-booking-widget__resume.show__occupancy,.c-booking-widget .c-booking-widget__resume.show__promocode{margin-right:10px;font-weight:700;position:relative;padding-left:15px}.c-booking-widget .c-booking-widget__resume.show__promocode{padding-left:0}.c-booking-widget.c-booking-widget--shrink-tmp{max-height:83px;overflow:hidden}.c-booking-widget--shrink,.c-booking-widget.c-booking-widget--shrink-tmp{-webkit-transition:max-height .6s cubic-bezier(.25,.75,.5,1.25);-o-transition:max-height .6s cubic-bezier(.25,.75,.5,1.25);transition:max-height .6s cubic-bezier(.25,.75,.5,1.25)}.c-booking-widget--shrink{display:block;max-height:30px}.c-booking-widget.c-booking-widget--no-overflow{overflow:inherit}.c-booking-widget .c-booking-widget__body{margin-top:0;background:#fff}.c-booking-widget .c-booking-widget__body,.c-booking-widget .c-booking-widget__body.animate{-webkit-transition:margin-top .6s cubic-bezier(.25,.75,.5,1.25);-o-transition:margin-top .6s cubic-bezier(.25,.75,.5,1.25);transition:margin-top .6s cubic-bezier(.25,.75,.5,1.25)}.c-booking-widget .c-booking-widget__body.animate{margin-top:-85px}@media (min-width:934px){.c-booking-widget{position:unset}.c-booking-widget__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.c-booking-widget__container.condensed{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-booking-widget__container.condensed .c-booking-widget__item{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.c-booking-widget__item{border-right:1px solid rgba(10,10,10,.1)}}@media (min-width:1199px){.c-booking-widget.fixed{width:1140px}}.sr-component{display:block;position:relative;height:15px;width:100%;margin-top:30px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.sr-component_left,.sr-component_right{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;height:15px;width:15px;z-index:2;top:0}.sr-component_left_balloon,.sr-component_right_balloon{display:block;width:100%;height:100%;background:#b71234;border-radius:50%;position:relative}.sr-component_left_balloon:after,.sr-component_right_balloon:after{content:"";position:absolute;display:block;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:2px;height:2px;border-bottom:4px solid #b71234;border-left:4px solid #b71234;top:-10px;left:4px}.sr-component_left_value,.sr-component_right_value{top:-28px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);padding:0 5px;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:unset;font-size:.8em;color:#fff;background:#b71234;border:1px solid #b71234;border-radius:4px;font-family:Lato,sans-serif;position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sr-component_line{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;position:absolute;left:0;top:5.5px;height:4px;background:#f6a2b3;z-index:0;overflow:hidden}.sr-component_line span{display:block;height:100%;width:0;background:#b71234}.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-o-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-gallery,.tns-no-calc{position:relative;left:0}.tns-gallery{min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s,opacity 0s;-webkit-transition:opacity 0s,-webkit-transform 0s;transition:opacity 0s,-webkit-transform 0s;-o-transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s,-webkit-transform 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto!important}.tns-gallery>.tns-moving{-webkit-transition:all .25s;-o-transition:all .25s;transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-o-transition:height 0s;transition:height 0s}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-fadeOut,.tns-normal{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:2333.33333%;position:absolute;right:0}.tns-t-ct:after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:1.42857%;height:10px;float:left}.u-clearfix:after{display:block;clear:both;content:""}.c-modal.notScroll .c-modal__container{overflow-y:hidden}.c-modal .c-modal__container{border:10px solid #f6f8fc;border-radius:0;top:0}.c-modal .c-modal__head{padding-top:.5em;padding-bottom:.5em}.c-modal .c-modal__head-title{margin:inherit;color:#232536;font-family:semplicitapro,sans-serif;margin-top:.25em;font-weight:700}.c-modal .c-modal__head-subtitle{text-transform:uppercase;color:#b71234;margin-top:1em}.c-modal .modal__text h3,.c-modal .modal__text h4{font-family:semplicitapro,sans-serif}.c-modal .close-button{position:absolute;z-index:2;right:10px;top:15px;border:none;background-color:transparent;outline:none}.c-modal .close-button .icon{width:20px;height:20px;fill:#b71234}.c-modal .close-button.small-icon{right:0;top:5px}.c-modal .close-button.small-icon .icon{width:14px;height:14px;fill:#b71234}@media (max-width:934px){.c-modal .c-modal__container{position:fixed;max-width:1200px;width:100%;position:absolute;padding:7px;top:0}.c-modal .c-modal__head-title{font-size:1.28rem}.c-modal .c-modal__head-subtitle{font-size:.78rem}}@media (min-width:934px){.c-modal .c-modal__container{position:relative;width:90%;height:auto;max-width:1280px;padding:27px;top:0}.c-modal .c-modal__container::-webkit-scrollbar{width:9px;height:5px;background-color:transparent}.c-modal .c-modal__head-title{font-size:1.28rem}.c-modal .c-modal__head-subtitle{font-size:.85rem}.c-modal .modal__text .court-list{margin-top:-12px}}#cookies_warning{top:0;background:#ff2f41;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:55px}#cookies_warning h4{display:none;font-size:18px;margin-bottom:10px}#cookies_warning p{margin-bottom:0;margin-right:30px;font-weight:300;font-size:13px}#cookies_warning a{padding:7px 20px;margin-right:5px;margin-left:5px;font-weight:600;background:transparent;border:1px solid #fff;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:400}#cookies_warning a:hover{opacity:.8}#cookies_warning a#cookies-accept{background:#fff}#cookies_warning a#cookies-reject{color:#fff}@media (max-width:767px){#cookies_warning{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 15px;height:auto}#cookies_warning p{margin-bottom:15px;margin-right:0;text-align:left}#cookies_warning a{margin-left:0}}.c-modal__container .c-checkbox--main input:disabled+label:after{background:#d7d7d7}#cookies-configuration-modal{padding:40px}#cookies-configuration-modal .c-checkbox .c-checkbox__square{display:block!important}#cookies-banner{font-size:14px;color:#333}#cookies-banner,#cookies-banner button{background:#fff;border:1px solid #b71234}#cookies-banner button#cookies-accept-all,#cookies-banner button#cookies-reject{background:#b71234;color:#fff}.promo-info-modal{display:none}.c-modal .promo-info-modal{display:inherit}.ql-align-justify{text-align:justify}.ql-align-center{text-align:center}.rho-modal{z-index:100000}@media screen and (max-width:934px){.hi-launcher-container{bottom:75px!important}.hi-home-container{bottom:140px!important}}.c-button{display:inline-block;font-family:600 1rem,Montserrat,sans-serif;font-weight:400;color:#fff;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#b71234;border:1px solid #b71234;border-radius:1px;padding:1em 2em;line-height:1.428571429rem;font-size:.92rem;-webkit-transition:padding .25s ease-in-out,color .15s ease-in-out,background-color .35s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:padding .25s ease-in-out,color .15s ease-in-out,background-color .35s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:padding .25s ease-in-out,color .15s ease-in-out,background-color .35s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:padding .25s ease-in-out,color .15s ease-in-out,background-color .35s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:padding .25s ease-in-out,color .15s ease-in-out,background-color .35s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;cursor:pointer;text-transform:uppercase;letter-spacing:.8px;text-decoration:none}.c-button--loading{padding-right:2em;position:relative}.c-button--loading:after{content:"";height:1.2em;width:1.2em;background-image:url(https://www.servigroup.com/icons/loading-spinner.svg);background-size:contain;position:absolute;background-position:50%;background-repeat:no-repeat;right:.4em;top:.45em}.c-button:active,.c-button:focus,.c-button:hover{background-color:#e2a0ae;border:1px solid #e2a0ae}.c-button.focus,.c-button:focus{outline:0}.c-button--disabled,.c-button:disabled{opacity:.5;-webkit-box-shadow:none;box-shadow:none;cursor:default}.c-button--disabled:hover,.c-button:disabled:hover{opacity:.5;background-color:#b71234;border:1px solid #b71234}.c-button:not(:disabled):not(.c-button--disabled).active,.c-button:not(:disabled):not(.c-button--disabled):active{-webkit-box-shadow:inset 0 .2em .5em rgba(0,0,0,.125);box-shadow:inset 0 .2em .5em rgba(0,0,0,.125)}.c-button:not(:disabled):not(.c-button--disabled).active:focus,.c-button:not(:disabled):not(.c-button--disabled):active:focus{-webkit-box-shadow:0 0 .2em rgba(0,0,0,.55);box-shadow:0 0 .2em rgba(0,0,0,.55);background-color:#cc1237;border:1px solid #cc1237}button{cursor:pointer}@media(min-width:934px) and (max-width:1244px){.c-button{font-size:.92rem;padding:14px 22px;line-height:1}}@media(min-width:1244px){.c-button{font-size:1rem;padding:14px 22px;line-height:1}}.c-img{position:relative;width:100%;height:100%;overflow:hidden}.c-img img{opacity:0!important}.c-img img[rendered=true]{opacity:1!important;filter:alpha(opacity=100);-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.c-img img.tns-complete{opacity:1!important}.c-img--zoomable img[rendered=true]{-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.c-img--zoomable:hover img{-webkit-filter:brightness(100%);filter:brightness(100%);-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)}.c-img-lazy{opacity:0}.c-img-lazy[rendered=true]{opacity:1;filter:alpha(opacity=100);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .3s ease-in-out,opacity 1s;-o-transition:all .3s ease-in-out,opacity 1s;transition:all .3s ease-in-out,opacity 1s}.c-img-responsive{max-width:100%;height:auto}.c-img-fit{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.c-checkbox{position:relative;margin-bottom:.5em}.c-checkbox input{display:none}.c-checkbox input:checked+label .c-checkbox__square{background:transparent;border-color:#b71234}.c-checkbox input:checked+label .c-checkbox__square:after{position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;top:50%;font-size:.6em;color:#fff;font-weight:700}.c-checkbox input:checked+label .c-checkbox__square:before{content:"";background-image:url(https://www.servigroup.com/icons/check.svg);width:11px;height:9px;left:2px;top:3px;position:absolute;background-repeat:no-repeat}.c-checkbox input[aria-invalid=true]+label:before{border-color:#f04444}.c-checkbox label{position:relative;padding-left:2em;font-size:1em;letter-spacing:.04rem}.c-checkbox__square{position:absolute;height:17px;width:17px;border:1px solid #dededf;border-radius:4px;background:transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:background .4s,border .4s;-o-transition:background .4s,border .4s;transition:background .4s,border .4s;top:.6em;left:0}.c-form-element{display:block;width:100%;height:calc(1.42857rem + 2.2em);padding:1em .5em;font-size:1em;line-height:1.428571429rem;color:#333;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border-radius:.2em;-webkit-transition:padding .25s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:padding .25s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:padding .25s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:padding .25s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:padding .25s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.c-form-element::-ms-expand{background-color:transparent;border:0}.c-form-element:focus{outline:0;-webkit-box-shadow:0 0 .2em #ccc;box-shadow:0 0 .2em #ccc}.c-form-element::-webkit-input-placeholder{color:grey;opacity:1}.c-form-element::-moz-placeholder{color:grey;opacity:1}.c-form-element:-ms-input-placeholder{color:grey;opacity:1}.c-form-element::-ms-input-placeholder{color:grey;opacity:1}.c-form-element::placeholder{color:grey;opacity:1}.c-form-element:disabled,.c-form-element[readonly]{background-color:#f6f8fc;border-color:#cacdd5;opacity:1}.c-form-element[aria-invalid=true]{border-color:#ff5c5c}.c-form-element[aria-invalid=false][type=password]{border-color:#53d189}input::-webkit-credentials-auto-fill-button{visibility:hidden;pointer-events:none;position:absolute;right:0}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmslideIn{0%{-webkit-transform:translateY(15%);transform:translateY(15%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mmslideOut{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}.c-modal{display:none}.c-modal.is-open{display:block}.c-modal__overlay{z-index:999;will-change:transform;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px}.c-modal__container{will-change:transform;margin:auto;background-color:#fff;padding:30px;max-width:500px;max-height:100vh;border-radius:4px;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.c-modal[aria-hidden=false] .c-modal__overlay{-webkit-animation:mmfadeIn .3s cubic-bezier(0,0,.2,1);animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.c-modal[aria-hidden=false] .c-modal__container{-webkit-animation:mmslideIn .3s cubic-bezier(0,0,.2,1);animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.c-modal[aria-hidden=true] .c-modal__overlay{-webkit-animation:mmfadeOut .3s cubic-bezier(0,0,.2,1);animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.c-modal[aria-hidden=true] .c-modal__container{-webkit-animation:mmslideOut .3s cubic-bezier(0,0,.2,1);animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}@media (-ms-high-contrast:none){.c-modal__container,::-ms-backdrop{margin:0}}.c-card{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;-webkit-box-shadow:0 2px 3px rgba(10,10,10,.1);box-shadow:0 2px 3px rgba(10,10,10,.1);color:#232536;position:relative;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.c-card,.c-card__content{width:100%}.c-card__image{width:100%;height:200px}.c-card .--setted-height{height:inherit}.c-card--bottom{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;-webkit-box-shadow:0 2px 3px rgba(10,10,10,.1);box-shadow:0 2px 3px rgba(10,10,10,.1);color:#232536;width:100%;position:relative;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-card--bottom__content{width:100%}.c-card--bottom__image{width:100%;height:inherit}@media (min-width:934px){.c-card--bottom__image{width:200px}}.c-card--bottom .--setted-height,.c-card--left{height:inherit}.c-card--left{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;-webkit-box-shadow:0 2px 3px rgba(10,10,10,.1);box-shadow:0 2px 3px rgba(10,10,10,.1);color:#232536;width:100%;position:relative;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media (min-width:934px){.c-card--left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.c-card--left__content{width:100%}.c-card--left__image{width:100%;height:inherit}@media (min-width:934px){.c-card--left__image{width:100%}}.c-card--left .--setted-height{height:inherit}.c-card--right{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;-webkit-box-shadow:0 2px 3px rgba(10,10,10,.1);box-shadow:0 2px 3px rgba(10,10,10,.1);color:#232536;width:100%;position:relative;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:inherit}.c-card--right__content{width:100%}.c-card--right__image{width:100%;height:inherit}@media (min-width:934px){.c-card--right__image{width:100%}}.c-card--right .--setted-height{height:inherit}.c-accordion .c-accordion__head{cursor:pointer}.c-accordion--vertical .c-accordion__body{opacity:0;height:0;overflow:hidden;-webkit-transition:all .7s cubic-bezier(.42,.2,.08,1);-o-transition:all .7s cubic-bezier(.42,.2,.08,1);transition:all .7s cubic-bezier(.42,.2,.08,1)}.c-accordion--vertical .c-accordion__item.active .c-accordion__body{opacity:1}.c-accordion--horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.c-accordion--horizontal .c-accordion__item{width:100px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-transition:all .7s cubic-bezier(.42,.2,.08,1);-o-transition:all .7s cubic-bezier(.42,.2,.08,1);transition:all .7s cubic-bezier(.42,.2,.08,1);position:relative}.c-accordion--horizontal .c-accordion__item .c-accordion__head{width:100px;text-align:center}.c-accordion--horizontal .c-accordion__item .c-accordion__body{overflow:hidden;width:0;opacity:0;max-height:0;-webkit-transition-timing-function:cubic-bezier(.42,.2,.08,1);-o-transition-timing-function:cubic-bezier(.42,.2,.08,1);transition-timing-function:cubic-bezier(.42,.2,.08,1);-webkit-transition:max-height .25s,width .7s,opacity .7s;-o-transition:max-height .25s,width .7s,opacity .7s;transition:max-height .25s,width .7s,opacity .7s}.c-accordion--horizontal .c-accordion__item.active{width:100%}.c-accordion--horizontal .c-accordion__item.active .c-accordion__body{opacity:1;width:100%}#cookies_warning{position:fixed;top:69px;z-index:1000;width:100%;font-size:14px;background:#b71234;color:#fff;text-align:center;padding:10px}#cookies_warning .btn{font-size:1em;background:#8996a0}ul.links-list{list-style:none;padding:0;margin-top:3em;margin-bottom:0}ul.links-list a{text-decoration:none;max-width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}ul.links-list>li,ul.links-list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}ul.links-list>li{background-color:#fff;margin-bottom:.5em;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;border-radius:2px}ul.links-list>li .links-list__text{font:700 1.5rem Montserrat,sans-serif;text-transform:uppercase;font-size:.78rem;color:#b71234;width:100%}ul.links-list>li img,ul.links-list>li svg{width:40px;height:auto;max-height:30px;margin:.7em 1.3em;fill:#b71234}ul.links-list>li img{-o-object-fit:cover;object-fit:cover}ul.links-list>li:active,ul.links-list>li:focus,ul.links-list>li:hover{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.1);box-shadow:0 3px 6px rgba(0,0,0,.1)}ul.links-list .benefit-collection .benefits-content--hover,ul.links-list>li:not(:last-child) .benefits-content--hover{display:none;opacity:0;color:#fff}ul.links-list .benefit-collection .benefits-content--hover *,ul.links-list>li:not(:last-child) .benefits-content--hover *{font-size:14px;line-height:18px;letter-spacing:.7px}ul.links-list .benefit-collection .benefits-content--hover span,ul.links-list>li:not(:last-child) .benefits-content--hover span{text-decoration:underline}ul.links-list .benefit-collection .benefits-content,ul.links-list>li:not(:last-child) .benefits-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:934px){ul.links-list .benefit-collection:active,ul.links-list .benefit-collection:focus,ul.links-list .benefit-collection:hover,ul.links-list>li:not(:last-child):active,ul.links-list>li:not(:last-child):focus,ul.links-list>li:not(:last-child):hover{background-color:#b71234;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}ul.links-list .benefit-collection:active .benefits-content,ul.links-list .benefit-collection:focus .benefits-content,ul.links-list .benefit-collection:hover .benefits-content,ul.links-list>li:not(:last-child):active .benefits-content,ul.links-list>li:not(:last-child):focus .benefits-content,ul.links-list>li:not(:last-child):hover .benefits-content{display:none}ul.links-list .benefit-collection:active .benefits-content--hover,ul.links-list .benefit-collection:focus .benefits-content--hover,ul.links-list .benefit-collection:hover .benefits-content--hover,ul.links-list>li:not(:last-child):active .benefits-content--hover,ul.links-list>li:not(:last-child):focus .benefits-content--hover,ul.links-list>li:not(:last-child):hover .benefits-content--hover{display:block;opacity:1}}@media (max-width:934px){ul.links-list{margin-top:15px}}@media (min-width:934px){ul.links-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}ul.links-list .benefits-content,ul.links-list a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:120px}ul.links-list .benefits-content,ul.links-list>li,ul.links-list a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}ul.links-list>li{width:20%;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;margin:0 .5em;padding:.43em 1.5em}ul.links-list>li:first-child{margin-left:0}ul.links-list>li:last-child{margin-right:0}ul.links-list>li .links-list__text{font-size:.79rem;letter-spacing:.05em;margin-bottom:1em}ul.links-list>li img,ul.links-list>li svg{min-height:41px;min-width:41px;margin:1em;fill:#b71234}ul.links-list>li:not(:last-child) .benefits-content{display:block;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}}@media (min-width:1244px){ul.links-list>li .links-list__text{font-size:.93rem}}.c-card.fresh-block{border:12px solid #b71234;padding:1.2em}.c-card.fresh-block .c-card__content__info{font:500 1rem Montserrat,sans-serif;font-size:.78rem;color:#b71234;text-transform:uppercase;padding-top:1em}.c-card.fresh-block .c-card__content__title{font-family:semplicitapro,sans-serif;font-size:1.28rem;color:#232536;padding:.4em 0;font-weight:700;line-height:1.85rem}.c-card.fresh-block .c-card__content__description,.c-card.fresh-block .c-card__content__description p{font-size:1rem;font-weight:500;line-height:1.78rem;margin-top:1em}.c-card.fresh-block .c-card__content .c-button{border:1px solid #b71234;color:#b71234;background-color:#fff;margin-top:2em}.c-card.fresh-block .c-card__content .c-button:active,.c-card.fresh-block .c-card__content .c-button:focus,.c-card.fresh-block .c-card__content .c-button:hover{background-color:#b71234;color:#fff}.c-card.fresh-block .c-card__image{position:relative;margin-top:-3.2em;height:282px}@media (max-width:934px){.c-card.fresh-block{margin-top:40px}.c-card.fresh-block .c-card__content__info{padding-top:22px}}@media (min-width:934px){.c-card.fresh-block{padding:0 0 1.2em 1.2em}.c-card.fresh-block .c-card__content{padding:44px 30px 50px 31px;width:55%}.c-card.fresh-block .c-card__content__info{font-size:1rem}.c-card.fresh-block .c-card__content__title{font-size:1.78rem;line-height:2.92rem}.c-card.fresh-block .c-card__content__description,.c-card.fresh-block .c-card__content__description p{font-size:1rem;line-height:1.78rem}.c-card.fresh-block .c-card__content .c-button{font-size:.85rem}.c-card.fresh-block .c-card__image{height:auto;width:450px;height:450px;min-width:450px}}@media (min-width:1244px){.c-card.fresh-block .c-card__content{padding:77px 76px 50px 95px;width:100%}.c-card.fresh-block .c-card__content__info{font-size:.78rem}.c-card.fresh-block .c-card__content__title{font-size:2.28rem;line-height:2.92rem}.c-card.fresh-block .c-card__content__description,.c-card.fresh-block .c-card__content__description p{font-size:1.14rem;line-height:2.14rem}.c-card.fresh-block .c-card__image{height:auto;width:580px;min-width:580px;height:580px}}.full_block{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;color:#fff;margin-top:1em}.full_block__overlay{position:absolute;height:100%;width:100%;top:0;left:0;background:-o-linear-gradient(63deg,#51626f 10%,rgba(81,98,111,0) 100%);background:-o-linear-gradient(27deg,#51626f 10%,rgba(81,98,111,0) 100%);background:linear-gradient(63deg,#51626f 10%,rgba(81,98,111,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#51626F",endColorstr="#51626F",GradientType=1)}.full_block__content{padding:18px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.full_block__content__info{font:500 1rem Montserrat,sans-serif;font-size:.78rem;text-transform:uppercase;padding-bottom:.5em}.full_block__content__title{font-size:1.42rem;max-width:96%;line-height:1.85rem;padding-top:.5em;font-family:semplicitapro,sans-serif;font-weight:600;margin-top:0;letter-spacing:.02em}.full_block__content__button{margin-top:1.75em;margin-bottom:1.75em}.full_block__content__button .c-button{font-size:.85rem;border:1px solid #fff;color:#fff;background-color:transparent;font-weight:600}.full_block__content__button .c-button:active,.full_block__content__button .c-button:focus,.full_block__content__button .c-button:hover{background-color:#fff;color:#b71234}.full_block__content__links{font-size:1rem;font-weight:500}.full_block__content__links ul{list-style:none;padding:0;margin-bottom:0}.full_block__content__links ul a{color:#fff!important}.full_block__content__links ul a:active,.full_block__content__links ul a:focus,.full_block__content__links ul a:hover{color:hsla(0,0%,100%,.5)!important}@media (max-width:720px){.full_block{height:322px}}@media (min-width:934px){.full_block{height:364px}.full_block__content{padding-left:49px;width:50%}.full_block__content__info{font-size:.78rem}.full_block__content__title{font-size:1.78rem;line-height:2.5rem}.full_block__content__button{font-size:1rem;letter-spacing:1.4px}}@media (min-width:1244px){.full_block{height:424px}.full_block__content{padding-left:69px;width:48%}.full_block__content__info{font-size:1rem}.full_block__content__title{font-size:2.14rem;line-height:2.57rem}.full_block__content__button{font-size:1rem}.full_block__content__button .c-button{letter-spacing:1.4px}}.time-counter{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;background-color:hsla(0,0%,100%,.3);padding-top:.5em;padding-bottom:.5em}.time-counter,.time-counter>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.time-counter>div{color:#fff;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.25em .5em;min-width:2.7em}.time-counter>div.counter-days{background-color:#fff;color:#51626f}.time-counter .counter-number{font-size:.92rem;line-height:1.1em}.time-counter .counter-unit{font-size:.35rem;line-height:1.3em;text-transform:uppercase}@media (min-width:934px){.time-counter .counter-number{font-size:1.28rem}.time-counter .counter-unit{font-size:.57rem;line-height:.5rem}}:root{--booking-color-primary:#b71234;--booking-color-secondary:#f7f7f8}@media (min-width:934px){.c-widget-container{display:block!important}}.c-booking-widget .destination-component{max-width:235px;font-family:semplicitapro,sans-serif}.c-booking-widget .destination-component .destination-component__name{font-family:Montserrat,sans-serif}.c-booking-widget .destination-component .destination-component-header{background:#b71234;min-height:63px;font-size:14px}.c-booking-widget .destination-component .destination-component-header svg{fill:#fff;width:28px;max-height:none}.c-booking-widget .occupancy-component_room_container.occupancy-component_room_container--alone{background:#fff}.c-booking-widget .occupancy-component_children_container{background:#f7f7f8;background:var(--booking-color-secondary)}.c-booking-widget .occupancy-component_children_container:after{border-color:transparent transparent #f7f7f8;border-bottom-color:var(--booking-color-secondary);border-right-color:transparent;border-top-color:transparent}.c-booking-widget .occupancy-component_room_container--alone .occupancy-component_incrementator.adults .occupancy-component_button_input-control,.c-booking-widget .occupancy-component_room_container--alone .occupancy-component_incrementator.children .occupancy-component_button_input-control{background:#f7f7f8;background:var(--booking-color-secondary)}.c-booking-widget .occupancy-component_room_container--alone .occupancy-component_incrementator.adults .occupancy-component_button_input-control:hover,.c-booking-widget .occupancy-component_room_container--alone .occupancy-component_incrementator.children .occupancy-component_button_input-control:hover{background:#b71234;background:var(--booking-color-primary)}.c-booking-widget .occupancy-component_button_input-control:hover{color:#fff;background:#b71234}.c-booking-widget .dates-component-wrapper .check-name{padding:10px 0 5px 10px}.c-booking-widget .dates-component-wrapper .check-in-selector .widget-calendar-icon,.c-booking-widget .dates-component-wrapper .check-out-selector .widget-calendar-icon{left:10px;top:5px;bottom:0;width:20px;height:20px;max-height:20px}.c-booking-widget .dates-component-wrapper .check-in-selector .temp-dates,.c-booking-widget .dates-component-wrapper .check-out-selector .temp-dates{padding-left:.6rem}.c-booking-widget .dates-component-wrapper .check-in-selector .day-number,.c-booking-widget .dates-component-wrapper .check-out-selector .day-number{padding:0;margin-left:2.6rem}.c-booking-widget .dates-component-wrapper .check-in-selector.opened .widget-calendar-icon,.c-booking-widget .dates-component-wrapper .check-out-selector.opened .widget-calendar-icon{-webkit-transform:none;-ms-transform:none;transform:none}.c-booking-widget .dates-component-wrapper.no-loaded .check-in-selector,.c-booking-widget .dates-component-wrapper.no-loaded .check-out-selector{margin-top:5px}.c-booking-widget .dates-component-wrapper.no-loaded .check-in-selector .temp-dates,.c-booking-widget .dates-component-wrapper.no-loaded .check-out-selector .temp-dates{padding-top:5px;padding-left:2.6rem}.c-booking-widget .dates-component-wrapper.no-loaded .check-in-selector .widget-arrow,.c-booking-widget .dates-component-wrapper.no-loaded .check-out-selector .widget-arrow{bottom:-3px}.c-booking-widget .dates-component-wrapper.no-loaded .check-in-selector .widget-calendar-icon,.c-booking-widget .dates-component-wrapper.no-loaded .check-out-selector .widget-calendar-icon{top:0}.c-booking-widget .promo-code input{-ms-flex-line-pack:start!important;align-content:flex-start!important}@media (min-width:1024px){.c-booking-widget .dates-component-wrapper.no-loaded .check-in-selector .temp-dates,.c-booking-widget .dates-component-wrapper.no-loaded .check-out-selector .temp-dates{padding-left:.6rem}.c-widget-container{display:block}.c-booking-widget .dates-component .dates-component_month-name svg{height:20px}.c-booking-widget .destination-component__wrapper{min-width:235px}}@media (min-width:934px){.c-booking-widget .dates-component-wrapper .check-in-selector .month,.c-booking-widget .dates-component-wrapper .check-out-selector .month{margin-top:-2px}.c-booking-widget .dates-component-wrapper .check-in-selector .day,.c-booking-widget .dates-component-wrapper .check-out-selector .day{margin-top:-6px}.c-widget-container{max-height:83px;width:918px}.c-booking-widget .dates-component-wrapper .check-in-selector .widget-arrow,.c-booking-widget .dates-component-wrapper .check-out-selector .widget-arrow{bottom:5px}.c-booking-widget .occupancy-component_dropdown{min-width:410px;width:auto}}@media (min-width:934px){.c-widget-container--establishment{z-index:99!important}}.top-links-common{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0 0 1.5em;position:relative}.top-links-common a{padding-right:33px;font-size:.85rem;color:#b71234}@media (max-width:934px){.top-links-common{display:none}}.destination-component_image{height:auto}.c-booking-widget.fixed .c-booking-widget__resume.show{margin-top:3px}footer,footer .pre-footer{background-color:#f7f7f8}footer .pre-footer{padding-top:2em;padding-bottom:2em}footer .pre-footer__content{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}footer .pre-footer .one-item-form,footer .pre-footer__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}footer .pre-footer .one-item-form{position:relative;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-top:1em;background:#fff}footer .pre-footer .one-item-form input{border:none;margin-top:1em;margin-bottom:1em;max-height:50px;-webkit-box-shadow:none;box-shadow:none;outline:none}footer .pre-footer .one-item-form input::-webkit-input-placeholder{color:#232536;opacity:1}footer .pre-footer .one-item-form input::-moz-placeholder{color:#232536;opacity:1}footer .pre-footer .one-item-form input:-ms-input-placeholder{opacity:1}footer .pre-footer .one-item-form input::-ms-input-placeholder{opacity:1}footer .pre-footer .one-item-form input::placeholder{color:#232536;opacity:1}footer .pre-footer .one-item-form input:-ms-input-placeholder{color:#232536}footer .pre-footer .one-item-form input::-ms-input-placeholder{color:#232536}footer .pre-footer .one-item-form input::-moz-selection{background-color:#f7f7f8}footer .pre-footer .one-item-form input::selection{background-color:#f7f7f8}footer .pre-footer .one-item-form button{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:.5em;background-color:transparent;border:none;top:30%;color:#b71234}footer .pre-footer .one-item-form button span{display:none;font:500 1rem Montserrat,sans-serif;font-size:.85rem;text-transform:uppercase;color:#b71234;text-decoration:underline;padding-right:.5em}footer .pre-footer .one-item-form button svg{height:18px;width:18px}footer .pre-footer .pre-footer__title{color:#b71234;font:500 1rem Montserrat,sans-serif;font-size:.78rem;line-height:1.21rem;text-transform:uppercase}footer .pre-footer ul.social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;list-style:none;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;width:100%;-ms-flex-pack:distribute;justify-content:space-around}footer .pre-footer ul.social-icons li svg{width:50px;height:50px;padding:0 .5em;fill:#b71234}footer .pre-footer #register{width:91%}footer .main-footer{background-color:#b71234;color:#fff;padding-bottom:10em;padding-top:0}@media (min-width:934px){footer .main-footer{padding-top:2em}}footer .main-footer .navbar{padding:0}footer .main-footer .navbar .navbar-item{border-top:1px solid rgba(166,135,172,.2)}footer .main-footer .navbar .navbar-item a{padding:15px;display:block}footer .main-footer .navbar .navbar-item.has-dropdown:before{right:15px}footer .main-footer .navbar .navbar-item.has-dropdown.expanded,footer .main-footer .navbar .navbar-item.has-dropdown:active,footer .main-footer .navbar .navbar-item.has-dropdown:focus{background-color:#51626f}footer .main-footer .navbar .navbar-item.has-dropdown .dropdown-menu{background-color:#f7f7f8;position:relative}footer .main-footer .navbar .navbar-item.has-dropdown .dropdown-menu li{border:none}footer .main-footer .navbar .navbar-item.has-dropdown .dropdown-menu li a{color:#b71234;text-transform:none}footer .main-footer .navbar .navbar-item.has-dropdown .dropdown-menu li:last-child{padding-bottom:0}>footer .main-footer .navbar .navbar-item:last-child{border-bottom:1px solid rgba(166,135,172,.2)}footer .main-footer .navbar .navbar-item a{text-transform:uppercase;color:#fff;font-size:.85rem;text-decoration:none;font-weight:600;letter-spacing:.06rem}footer .main-footer_menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer .main-footer__desktop{display:none}footer .main-footer__mobile{padding:0}footer .main-footer__copyright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px}footer .main-footer__copyright,footer .main-footer__copyright p{font-size:.78rem;font-weight:500}footer .small-banner__container{padding:14px 22px;border-top:1px solid rgba(166,135,172,.2)}footer .small-banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:14px 19px;width:100%;color:#b71234;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px rgba(0,0,0,.16);background-color:#fff}footer .small-banner__icon{fill:#b71234;width:48px;height:55px;margin-right:19px}footer .small-banner__text .subtitle{text-transform:uppercase;font-size:.78rem;letter-spacing:.5px}footer .small-banner__text .title{font-family:semplicitapro,sans-serif;font-weight:700;letter-spacing:.2px}.stickyfooter{width:100%;padding:0;position:fixed;z-index:120;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.stickyfooter .stickyfooter-bubbles,.stickyfooter .stickyfooter-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stickyfooter .stickyfooter-bubbles{position:relative;height:0;width:100%}.stickyfooter .stickyfooter-bubbles .c-bubble{width:44px;height:44px;border-radius:50%;padding:.85em;margin:1em;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.16);box-shadow:0 1px 2px 0 rgba(0,0,0,.16);position:absolute;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;z-index:2;bottom:0}.stickyfooter .stickyfooter-bubbles .c-bubble.content-up{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;opacity:0;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;-webkit-transform:translateX(-200%);-ms-transform:translateX(-200%);transform:translateX(-200%)}.stickyfooter .stickyfooter-bubbles .c-bubble.content-up.visible{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.stickyfooter .stickyfooter-bubbles .c-bubble.content-up.visible svg{-webkit-transform:none;-ms-transform:none;transform:none}.stickyfooter .stickyfooter-bubbles .c-bubble.chat{right:0;background-color:#ff8f09}@media (min-width:934px){.stickyfooter .stickyfooter-bubbles .c-bubble.chat{background-color:#51626f;width:118px;border-radius:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}}@media (min-width:934px){.stickyfooter .stickyfooter-bubbles .c-bubble.chat svg{width:23px;height:23px}}.stickyfooter .stickyfooter-bubbles .c-bubble.chat span{display:none;color:#fff;font-weight:700;margin-left:.3em}@media (min-width:934px){.stickyfooter .stickyfooter-bubbles .c-bubble.chat span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.stickyfooter .stickyfooter-bubbles .c-bubble.chat span svg{width:8px;height:5px;margin-left:.3em}.stickyfooter .stickyfooter-bubbles .c-bubble svg{height:18px;width:100%}.stickyfooter .stickyfooter-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;padding:1em;width:100%;opacity:0;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.stickyfooter .stickyfooter-buttons.visible{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media (min-width:934px){.stickyfooter .stickyfooter-buttons{display:none!important}}.stickyfooter .stickyfooter-buttons .c-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stickyfooter .stickyfooter-buttons .c-button:first-child{font-size:.71rem;border:1px solid #b71234;font-weight:500;background-color:transparent;color:#b71234;padding:14px 13px;margin-right:1em}.stickyfooter .stickyfooter-buttons .c-button:last-child{font-size:.9rem;height:50px}.stickyfooter .stickyfooter-buttons svg{height:16px;width:16px;margin-right:.5em;fill:#b71234}@media (max-width:934px){footer .pre-footer{padding-bottom:0}footer .pre-footer .one-item-form input{padding:14px 16px;margin:0}footer .pre-footer .o-container{padding-left:22px;padding-right:22px}footer .pre-footer ul.social-icons{margin-bottom:0}footer .pre-footer #register{width:76%}footer .main-footer .navbar .navbar-item a{padding-left:22px;padding-right:22px}footer .main-footer .navbar .navbar-item.has-dropdown:before{right:22px}}@media (min-width:934px){footer .pre-footer__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}footer .pre-footer .one-item-form{margin-top:1em;max-height:50px;width:115%}footer .pre-footer .one-item-form input{padding:1em}footer .pre-footer .one-item-form button span{display:block}footer .pre-footer .pre-footer__title{font-size:.85rem}footer .pre-footer ul.social-icons{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;padding-left:5em}footer .pre-footer ul.social-icons li svg{width:43px;height:43px;-webkit-box-sizing:content-box;box-sizing:content-box;padding:0 .6em}footer .pre-footer #register{width:73%}footer .pre-main-footer{background:#8996a0}footer .pre-main-footer .main-footer__desktop{margin-top:0}footer .pre-main-footer .navbar .navbar-item a{color:#fff}footer .main-footer{background-color:#b71234;color:#fff;padding-bottom:.5em;padding-top:0}footer .main-footer_menu{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid rgba(166,135,172,.2);margin-top:0;margin-bottom:0}footer .main-footer_menu li.navbar-item{border-top:none!important}footer .main-footer__desktop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:2rem}footer .main-footer__desktop .main-footer_bottom-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}footer .main-footer__desktop .main-footer_corporative{-webkit-column-count:2;-moz-column-count:2;column-count:2}footer .main-footer__desktop .main-footer_corporative,footer .main-footer__desktop .main-footer_submenu{width:100%}footer .main-footer__desktop .main-footer_corporative img,footer .main-footer__desktop .main-footer_corporative svg,footer .main-footer__desktop .main-footer_submenu img,footer .main-footer__desktop .main-footer_submenu svg{fill:#fff;max-width:237px;max-height:66px}footer .main-footer__desktop .main-footer_corporative ul,footer .main-footer__desktop .main-footer_submenu ul{margin:0;list-style:none;padding:0}footer .main-footer__desktop .main-footer_corporative ul li,footer .main-footer__desktop .main-footer_submenu ul li{padding-top:.3em;padding-bottom:.3em}footer .main-footer__desktop .main-footer_corporative ul a,footer .main-footer__desktop .main-footer_submenu ul a{color:#fff;text-decoration:none;font-weight:500}footer .main-footer__desktop ul.contact-info{margin-left:2.5em}footer .main-footer__desktop .main-footer_submenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}footer .main-footer__desktop .main-footer_submenu .main-footer_submenu-menu{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:auto;margin-left:2em}footer .main-footer__desktop .main-footer_submenu{font-size:1rem}footer .main-footer__desktop .main-footer_corporative{font-size:.86rem}footer .main-footer__mobile{display:none}}@media (min-width:1244px){footer .pre-footer .o-container{padding:0 10.64rem}footer .main-footer__desktop .main-footer_submenu .main-footer_submenu-menu{margin-left:8em}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}button.default_link{background:transparent;border:none;padding:0}.desktop-only{display:none}@media (min-width:934px){.desktop-only{display:block}}.mobile-only{display:block}@media (min-width:934px){.mobile-only{display:none}}.default-list{list-style:none;padding:0}.default-list li{padding-left:26px;text-indent:-1em;position:relative}.default-list li:before{position:absolute;content:"";background-color:#f7e3e6;width:6px;height:6px;top:10px;left:0}@media (max-width:934px){.default-list li,.default-list ol,.default-list ul{line-height:1.78rem}.default-list li:before{font-size:1.3em;margin-right:0}}@media (min-width:934px) and (max-width:1244px){.default-list li,.default-list ol,.default-list ul{line-height:1.78rem}.default-list li{padding-left:30px}.default-list li:before{font-size:1.3em;margin-right:0}}@media (min-width:1244px){.default-list li,.default-list ol,.default-list ul{line-height:1.78rem;font-size:1.14rem;letter-spacing:.32px}.default-list li{padding-left:26px}.default-list li:before{font-size:1.3em;margin-right:0}}.container-lazy{position:relative;width:100%;height:100%}.container-lazy.vertical{min-height:300px}.container-lazy .icon-video{width:60px;height:60px;display:block;position:absolute;left:calc(50% - 30px);top:calc(50% - 30px)}.container-lazy .icon-video svg{width:60px;height:60px;fill:#fff;opacity:.6}.c-widget-tabs{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;top:-30px}.c-widget-tabs .c-widget-tab{background:#fff;opacity:.65;text-transform:uppercase;text-decoration:none;padding:5px 9.7px;margin-right:2px;cursor:pointer;color:#b71234}.c-widget-tabs .c-widget-tab.active{background:#fff;color:#b71234;cursor:default;opacity:1}.c-widget-tabs .c-widget-tab:hover{opacity:1}.hotels-list_c_item{margin-bottom:1em}.hotels-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative}.hotels-list__item .item__image{overflow:hidden}.hotels-list__item .item__image .slider__container{height:100%}.hotels-list__item .item__image__actions{position:absolute;top:0;left:0}.hotels-list__item .item__image__actions .item-review{background-color:#b71234;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.5em .75em 0;text-align:center;font-family:semplicitapro,sans-serif;font-weight:700;font-size:.85rem}.hotels-list__item .item__image__actions .item-review__star svg{width:12px;height:11px;fill:#fff}.hotels-list__item .item__image__actions .item-ubication{display:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.hotels-list__item .item__image__actions .item-ubication__link{background-color:hsla(0,0%,100%,.3);width:40px;height:40px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:.7em;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.hotels-list__item .item__image__actions .item-ubication__link svg{width:22px;height:22px;stroke:#fff}.hotels-list__item .item__image__actions .item-ubication__link:active,.hotels-list__item .item__image__actions .item-ubication__link:focus,.hotels-list__item .item__image__actions .item-ubication__link:hover{background-color:#fff}.hotels-list__item .item__image__actions .item-ubication__link:active svg,.hotels-list__item .item__image__actions .item-ubication__link:focus svg,.hotels-list__item .item__image__actions .item-ubication__link:hover svg{stroke:#b71234}.hotels-list__item .item__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.5em .5em 0;min-height:136px}.hotels-list__item .item__info-location{font-size:.78rem;text-transform:uppercase;color:#b71234;margin-bottom:2px}.hotels-list__item .item__info-location .default_link{text-decoration:none}.hotels-list__item .item__info-location .default_link:active,.hotels-list__item .item__info-location .default_link:focus,.hotels-list__item .item__info-location .default_link:hover{text-decoration:underline}.hotels-list__item .item__info-discover{display:none}.hotels-list__item .item__info-name{font-size:1rem;font-weight:700;font-family:semplicitapro,sans-serif;margin:inherit}.hotels-list__item .item__info-name-stars{height:13px;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.hotels-list__item .item__info-name-stars svg{max-width:80px}.hotels-list__item .item__info-tags{display:none}.hotels-list__item .item__info-price{background-color:#f6f8fc;font-size:.71rem;color:#b71234;text-transform:uppercase;padding:.5em}.hotels-list__item .item__info-price_center{font-size:1.28rem;font-weight:700}.hotels-list__item .item__info-alert{font-size:.78rem;color:#fff;background-color:#51626f;padding:.25em .5em;margin-top:.6em;left:0;border-radius:3px}.hotels-list__item .item__info-alert.success{background-color:#53d189}.hotels-list__item .item__info-alert.danger{background-color:#f04444}.hotels-list__item .item__info-alert.neutral{background-color:#f7f7f8;color:#b71234}.hotels-list__item .item__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:.5em}.hotels-list__item .item__actions-opinions,.hotels-list__item .item__actions-review{display:none}.hotels-list__item .item__actions-discover{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:1em}.hotels-list__item .item__actions-discover svg{display:none}.hotels-list__item .item__actions-discover .item__link{padding-bottom:1em;width:100%;text-align:center}.hotels-list__item .item__actions-button .c-button{width:100%}.hotels-list__item .item__actions .aligned_left,.hotels-list__item .item__actions .aligned_right{width:50%}.hotels-list__item .item__actions .aligned_left.trust-widget-extra-small,.hotels-list__item .item__actions .aligned_right.trust-widget-extra-small{width:100%}@media (min-width:934px){.hotels-list__item .item__image__actions .item-review{display:none}.hotels-list__item .item__image__actions .item-ubication{display:-webkit-box;display:-ms-flexbox;display:flex}.hotels-list__item .item__info{padding:14px}.hotels-list__item .item__image__actions{right:0}.hotels-list__item .item__info-location{font-size:.85rem;margin-top:.5em;margin-bottom:.5em}.hotels-list__item .item__info-name{font-size:1.28rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.hotels-list__item .item__info-name-stars{height:16px}.hotels-list__item .item__info-tags{display:block}.hotels-list__item .item__info-tags_list{list-style:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.hotels-list__item .item__info-tags_list-item{padding:.25em .5em;background-color:#f6f8fc;margin-right:.5em;margin-bottom:.5rem;border-radius:7px;border:1px solid transparent}.hotels-list__item .item__info-tags_list-item .item__info-tags__more{display:none;position:absolute;width:350px;left:-175px;margin-top:.5em;border:1px solid #b71234;padding:12px 10px 7px;background-color:#fff;color:#232536;z-index:4;z-index:10000000!important}.hotels-list__item .item__info-tags_list-item .item__info-tags__more .item__info-tags_list-item{margin-bottom:.5rem}.hotels-list__item .item__info-tags_list-item.more{position:relative}.hotels-list__item .item__info-tags_list-item.more:active,.hotels-list__item .item__info-tags_list-item.more:focus,.hotels-list__item .item__info-tags_list-item.more:hover{border:1px solid #b71234;color:#b71234}.hotels-list__item .item__info-tags_list-item.more:active .item__info-tags__more,.hotels-list__item .item__info-tags_list-item.more:focus .item__info-tags__more,.hotels-list__item .item__info-tags_list-item.more:hover .item__info-tags__more{display:-webkit-box;display:-ms-flexbox;display:flex}.hotels-list__item .item__info-tags_list-item.more:active:after,.hotels-list__item .item__info-tags_list-item.more:active:before,.hotels-list__item .item__info-tags_list-item.more:focus:after,.hotels-list__item .item__info-tags_list-item.more:focus:before,.hotels-list__item .item__info-tags_list-item.more:hover:after,.hotels-list__item .item__info-tags_list-item.more:hover:before{content:"";position:absolute;top:91%;left:5px;border:7px solid transparent;border-top:none;border-bottom:7px solid #b71234;z-index:10}.hotels-list__item .item__info-tags_list-item.more:active:after,.hotels-list__item .item__info-tags_list-item.more:focus:after,.hotels-list__item .item__info-tags_list-item.more:hover:after{top:96%;left:6px;border:6px solid transparent;border-top:none;border-bottom:6px solid #fff}.hotels-list__item .item__info-price{font-size:.78rem}.hotels-list__item .item__info-price_center{font-size:2rem}.hotels-list__item .item__info-alert{position:relative;width:100%;margin-left:0;margin-right:0}.hotels-list__item .item__actions .item__info-alert{display:none}.hotels-list__item .item__actions{padding:.5em 14px 14px}.hotels-list__item .item__actions-review{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:.85rem;color:#f7e3e6;font-family:semplicitapro,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.hotels-list__item .item__actions-opinions{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.hotels-list__item .item__actions .aligned_right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%}.hotels-list__item .item__actions .aligned_right.trust-widget-extra-small{width:50%}.hotels-list__item .item__actions .item-review__result{margin-right:.5em;line-height:1}.hotels-list__item .item__actions .item-review__result-big{color:#b71234;font-size:1.14rem;font-weight:700;line-height:0}.hotels-list__item .item__actions .star-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.hotels-list__item .item__actions .star-info svg{margin-right:6px;width:14px;height:14px}}@media (max-width:1244px){.hotels-list__item .item__info-tags_list-item{font-size:.85rem}}.filter.map-filter .map-info-box .filter__results-list{padding:0}.map-info-box .item-vertical .hotels-list_c_item{position:relative;-webkit-box-shadow:none;box-shadow:none}.map-info-box .item-vertical .hotels-list_c_item .hotel_images .c-img:first-child{padding-right:3px}.map-info-box .item-vertical .hotels-list_c_item .hotel_images{display:-webkit-box;display:-ms-flexbox;display:flex}.map-info-box .item-vertical .hotels-list_c_item .c-img{height:90px}@media(max-width:934px){.item-vertical .hotels-list_c_item{position:fixed;bottom:0;z-index:2100;left:0;-webkit-box-shadow:0 11px 13px 4px rgba(0,0,0,.5);box-shadow:0 11px 13px 4px rgba(0,0,0,.5);margin-bottom:0;background-color:#fff;width:100%;padding:2em 15px 15px;max-height:272px;overflow-y:scroll}.item-vertical .hotels-list__item .item__info-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.5em}.item-vertical .hotels-list__item .item__info-price_center{padding:.15em 1em}.item-vertical .hotels-list__item .item__info{width:100%}.item-vertical .hotels-list__item .item__info .aligned_left{margin-left:10%;width:90%}.item-vertical .hotels-list__item .item__actions{margin-top:.5em}.item-vertical .hotels-list__item .hotels-list__availability,.item-vertical .hotels-list__item .item__image .slider__container,.item-vertical .hotels-list__item .item__info-alert{display:none}}@media(min-width:934px){.item-vertical .hotels-list__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.item-vertical .hotels-list__item .item__image{width:100%;position:relative;height:257px}.item-vertical .hotels-list__item .item__info{padding-bottom:0}.item-vertical .hotels-list__item .item__info-tags_list-item.last{display:none}.item-vertical .hotels-list__item .item__info-tags_list-item.more{margin-left:auto}.item-vertical .hotels-list__item .item__info-tags_list-item.more ul{position:absolute;right:0;width:auto}.item-vertical .hotels-list__item .item__info-tags_list-item .item__info-tags__more{width:250px;left:-200px}.item-vertical .hotels-list__item .item__info-price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.item-vertical .hotels-list__item .item__info-price_start{width:100%}.item-vertical .hotels-list__item .item__info-price_center{line-height:1}.item-vertical .hotels-list__item .item__info-discover{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.2em;padding-top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item-vertical .hotels-list__item .item__info-discover svg{display:none}.item-vertical .hotels-list__item .item__actions{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item-vertical .hotels-list__item .item__actions-opinions{max-width:50%}.item-vertical .hotels-list__item .item__actions-button{width:100%;margin-top:10px}.item-vertical .hotels-list__item .item__actions-discover{display:none}.item-vertical .hotels-list__item .item__actions .aligned_left{max-width:50%}}.item-horitzontal .hotels-list__item .item__image,.item-horitzontal .hotels-list__item .item__info{width:50%}.item-horitzontal .hotels-list__item .item__info-price{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.item-horitzontal .hotels-list__item .item__info-price_start{width:100%}.item-horitzontal .hotels-list__item .item__info-price_center{padding:0}.item-horitzontal .hotels-list__item .item__info-price_end{max-width:50%;margin-left:auto;line-height:1.2}.item-horitzontal .hotels-list__item .item__info .item__info-alert{display:none}.item-horitzontal .hotels-list__item .item__actions .item__info-alert{width:100%;margin-bottom:.5em;margin-top:0}.item-horitzontal .hotels-list__item .item__actions{-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:720px){.item-horitzontal .hotels-list__item .item__actions .aligned_right,.item-horitzontal .hotels-list__item .item__info .aligned_right{width:25%}.item-horitzontal .hotels-list__item .hotels-list__item .item__info-name{font-size:1.14rem}.item-horitzontal .hotels-list__item .hotels-list__item .item__info-price_center{font-size:1.64rem}}@media (max-width:934px){.item-horitzontal .hotels-list__item .item__image{max-height:128px;overflow:hidden}}@media (min-width:934px){.item-horitzontal .hotels-list__item .item__actions .aligned_right,.item-horitzontal .hotels-list__item .item__info .aligned_right{width:35%;padding:.75em 0 .75em .75em;border-left:1px solid #f7f7f8}.item-horitzontal .hotels-list__item .item__image{position:absolute;top:0;left:0;height:100%;max-height:245px;width:30%}.item-horitzontal .hotels-list__item .item__actions,.item-horitzontal .hotels-list__item .item__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:70%;padding-left:17px;padding-right:10px}.item-horitzontal .hotels-list__item .item__info{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:0;padding-bottom:0}.item-horitzontal .hotels-list__item .item__info-location{padding-top:.75em}.item-horitzontal .hotels-list__item .item__info-name{font-size:1.28rem}.item-horitzontal .hotels-list__item .item__info-name-stars{margin-left:6px;margin-bottom:1px}.item-horitzontal .hotels-list__item .item__info-tags{display:block}.item-horitzontal .hotels-list__item .item__info-tags_list-item{font-size:1rem}.item-horitzontal .hotels-list__item .item__info .item__info-alert{position:relative;width:100%;margin-left:0;margin-right:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.item-horitzontal .hotels-list__item .item__info-price_start{line-height:1}.item-horitzontal .hotels-list__item .item__info-price_center{padding:.3em 0}.item-horitzontal .hotels-list__item .item__info-price_end{max-width:100%;margin-left:0;line-height:1.2}.item-horitzontal .hotels-list__item .item__actions{margin-top:0;margin-bottom:0;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding-top:0;padding-bottom:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.item-horitzontal .hotels-list__item .item__actions .item__info-alert{display:none}.item-horitzontal .hotels-list__item .item__actions .aligned_left{width:auto;padding-top:2em;padding-bottom:21px}.item-horitzontal .hotels-list__item .item__actions .aligned_right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.item-horitzontal .hotels-list__item .item__actions-discover{margin-bottom:1.2em;padding-top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item-horitzontal .hotels-list__item .item__actions-discover svg{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:30px;height:30px;margin-right:.5em}.item-horitzontal .hotels-list__item .item__actions-discover .item__link{text-align:left;padding-bottom:0}.item-horitzontal .hotels-list__item .item__actions-opinions{margin-right:.5em;padding-bottom:19px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-left:auto}}@media (min-width:1244px){.item-horitzontal .hotels-list__item .item__actions .aligned_right,.item-horitzontal .hotels-list__item .item__info .aligned_right{width:30%}.item-horitzontal .hotels-list__item .item__image{width:37%}.item-horitzontal .hotels-list__item .item__actions,.item-horitzontal .hotels-list__item .item__info{width:63%}}.section-hotel-menu{background-color:#f6f8fc;padding:0}.section-hotel-menu.stuck{position:fixed;width:100%;-webkit-box-shadow:-1px -4px 10px 0 rgba(0,0,0,.75);box-shadow:-1px -4px 10px 0 rgba(0,0,0,.75);z-index:90;top:0}.section-hotel-menu.stuck.headerstuck{top:4rem}.section-hotel-menu.stuck .hotel-menu{margin-bottom:0}.hotel-menu__container{position:relative}.hotel-menu__nav{position:absolute;width:100%;height:0;top:0}.hotel-menu__nav .hotel-menu__button{padding:1.1em;position:absolute;z-index:2;border:none}.hotel-menu__nav .hotel-menu__button.left{left:-1px;top:0;padding-left:0;background:-webkit-gradient(linear,right top,left top,from(rgba(246,248,252,0)),color-stop(30%,#f6f8fc));background:-o-linear-gradient(right,rgba(246,248,252,0) 0,#f6f8fc 30%);background:linear-gradient(-90deg,rgba(246,248,252,0),#f6f8fc 30%)}.hotel-menu__nav .hotel-menu__button.right{right:-1px;top:0;padding-right:0;background:-webkit-gradient(linear,left top,right top,from(rgba(246,248,252,0)),color-stop(30%,#f6f8fc));background:-o-linear-gradient(left,rgba(246,248,252,0) 0,#f6f8fc 30%);background:linear-gradient(90deg,rgba(246,248,252,0),#f6f8fc 30%)}.hotel-menu__nav .arrow-icon{fill:#b71234;width:5px;height:8px}.hotel-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;position:relative;padding:0 20px;font-family:semplicitapro,sans-serif;font-weight:700;margin-top:0;overflow:-moz-scrollbars-none}.hotel-menu::-webkit-scrollbar{height:0;background:transparent}.hotel-menu{scroll-behavior:smooth}.hotel-menu .hotel-menu__return-button{background-color:#b71234;-ms-flex-item-align:center;align-self:center;font-family:semplicitapro,sans-serif;font-weight:500;border-radius:2px;padding:5px 10px 5px 12px}.hotel-menu .hotel-menu__return-button:active,.hotel-menu .hotel-menu__return-button:focus,.hotel-menu .hotel-menu__return-button:hover{background-color:#e2a0ae}.hotel-menu .hotel-menu__return-button .button_link{white-space:nowrap;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}.hotel-menu .hotel-menu__return-button .button_link.left{padding-left:20px}.hotel-menu .hotel-menu__return-button .button_link.left:before{content:"";background-size:5px 8px;background-size:cover;background-repeat:no-repeat;position:absolute;width:5px;height:8px;background-image:url(https://www.servigroup.com/icons/arrow-left-white.svg);left:0}.hotel-menu .hotel-menu__item{list-style:none;position:relative}.hotel-menu .hotel-menu__item:not(:first-child){padding:0 20px 0 16px}.hotel-menu .hotel-menu__item:first-child{padding-right:16px}.hotel-menu .hotel-menu__item:not(:last-child) .hotel-menu__link:before{content:"";width:4px;height:4px;border-radius:50%;position:absolute;right:0;top:0;background-color:#b71234;margin:1.6em 0}.hotel-menu .hotel-menu__link{color:#51626f!important;padding:1em 0;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:700;white-space:nowrap}.hotel-menu .hotel-menu__link.active{color:#b71234!important;border-bottom:3px solid #b71234}@media (max-width:934px){.hotel-menu__return-button{display:none}}@media (min-width:934px){.section-hotel-menu{padding-left:22px;padding-right:22px;-webkit-transition:padding 1s;-o-transition:padding 1s;transition:padding 1s;padding-top:0}.section-hotel-menu:not(.stuck){margin-right:35px;margin-left:35px}.section-hotel-menu.stuck.headerstuck{top:90px}.section-hotel-menu.stuck.headerstuck.widget-expanded{padding-top:47px}.hotel-menu__item{font-size:1.07rem}}@media (min-width:1244px){.section-hotel-menu .o-container{position:relative;width:100%;max-width:1244px}}.slider-hoteles_container .tns-outer .tns-controls,.slider__default-styles .tns-outer .tns-controls{width:100%;top:43.3%;position:absolute;z-index:5;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.slider-hoteles_container .tns-outer .tns-controls button,.slider__default-styles .tns-outer .tns-controls button{background-color:#fff;position:relative;border:1px solid #f7f7f8;padding:.75em 1.25em}.slider-hoteles_container .tns-outer .tns-controls button:disabled,.slider__default-styles .tns-outer .tns-controls button:disabled{opacity:.5}.slider-hoteles_container .tns-outer .tns-controls button[data-controls=prev],.slider__default-styles .tns-outer .tns-controls button[data-controls=prev]{left:0}.slider-hoteles_container .tns-outer .tns-controls button[data-controls=next],.slider__default-styles .tns-outer .tns-controls button[data-controls=next]{right:0}.tns-ovh{overflow:hidden}@media (min-width:934px){.tns-nav button{width:150px}}@media (min-width:934px){.section-hotels_slider{position:relative}.tns-outer .tns-controls{outline:none;width:100%;top:44.3%;position:absolute;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1011px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.tns-outer .tns-controls button{background-color:#fff;position:relative;border:1px solid #f7f7f8;padding:.75em 1.25em}.tns-outer .tns-controls .icon-arrow,.tns-outer .tns-controls img{width:6px;height:11px}.tns-outer button:disabled{opacity:.5}.tns-outer .tns-nav button{margin-bottom:0;margin-top:32px;width:150px}.slider-hoteles_container .tns-controls,.slider__default-styles .tns-controls{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:1244px){.slider-hoteles_container .tns-outer .tns-controls,.slider__default-styles .tns-outer .tns-controls{top:43.3%;max-width:1500px}.slider-hoteles_container .tns-outer .tns-controls button,.slider__default-styles .tns-outer .tns-controls button{display:-webkit-box;display:-ms-flexbox;display:flex;padding:21px 25px}.slider-hoteles_container .tns-outer .tns-controls .icon-arrow,.slider-hoteles_container .tns-outer .tns-controls img,.slider__default-styles .tns-outer .tns-controls .icon-arrow,.slider__default-styles .tns-outer .tns-controls img{width:8px;height:15px}}.tns-nav{text-align:center}.tns-nav button{border:none;background-color:#fff;margin:2em .1em 1em;width:30px;height:2px;padding:0;outline:none}.tns-nav .tns-nav-active{background-color:#b71234}@media (min-width:934px){.tns-nav button{width:75px}}.section-hotels_slider{position:relative}.section-hotels_slider .section__title{font-family:semplicitapro,sans-serif;font-weight:700;margin-bottom:11px;margin-top:0;font-size:1.28rem;letter-spacing:.3px;line-height:1.71rem}@media(min-width:934px){.section-hotels_slider .section__title{font-size:1.78rem;letter-spacing:.5px;line-height:2.21rem;margin-bottom:0}}.section-hotels_slider:after{content:"";background-color:#f7f7f8;width:100%;height:60%;bottom:0;left:0;z-index:-1;position:absolute}.section-hotels_slider{overflow:hidden}.slider-hoteles_container{margin-top:1em}.slider-hoteles_container .tns-ovh.visible{overflow:visible}.slider-hoteles_container .tns-item{-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.slider-hoteles_container [aria-hidden=true]{opacity:0}.item-vertical-carrusel .hotels-list__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.item-vertical-carrusel .hotels-list__item .item__info-name{margin:inherit}.item-vertical-carrusel .hotels-list__item .item__image{width:100%;position:relative}.item-vertical-carrusel .hotels-list__item .item__info-price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item-vertical-carrusel .hotels-list__item .item__info-price_start{width:100%}.item-vertical-carrusel .hotels-list__item .item__info-price_center{line-height:1;margin-top:3px}.item-vertical-carrusel .hotels-list__item .item__info-discover{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:.5em;margin-bottom:1.2em;padding-top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item-vertical-carrusel .hotels-list__item .item__info-discover svg{display:none}.item-vertical-carrusel .hotels-list__item .item__actions{-ms-flex-wrap:wrap;flex-wrap:wrap}.item-vertical-carrusel .hotels-list__item .item__actions-opinions{max-width:50%}.item-vertical-carrusel .hotels-list__item .item__actions-button{width:100%}.item-vertical-carrusel .hotels-list__item .item__actions-discover{display:none}.item-vertical-carrusel .hotels-list__item .item__actions .aligned_left{max-width:50%;min-height:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.slider-hoteles,.slider-hoteles.one-item .hotels-list__item-container,.slider-hoteles.one-item .hotels-list__item-container .hotels-list__item{width:100%}@media (max-width:934px){.section-hotels_slider .section__title{margin-bottom:11px}.item-vertical-carrusel .item__info-name{font-size:1.14rem;line-height:1.75}.item-vertical-carrusel .item__image{height:164px}.item-vertical-carrusel .item__image__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.item-vertical-carrusel .item__image__actions .item-ubication{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.item-vertical-carrusel .item__image__actions .item-ubication__link{width:36px;height:36px;margin:9px}.item-vertical-carrusel .item__image__actions .item-ubication__link svg{width:13px;height:17px}.item-vertical-carrusel .item__info-price{line-height:1.5}.item-vertical-carrusel .item__info-price_center{font-size:1.92rem}.item-vertical-carrusel .item__info-price_end{max-width:35%}.item-vertical-carrusel .item__info-tags__more{width:225px;left:-150px}.item-vertical-carrusel .item__info-name-stars{height:16px}.slider-hoteles.one-item .hotels-list__item .item__image{height:220px}}@media (min-width:934px){.section-hotels_slider{padding-bottom:50px;padding-top:53px;overflow:visible}.section-hotels_slider:after{content:"";background-color:#f7f7f8;width:100%;height:53%;bottom:0;left:0;z-index:-1;position:absolute}.item-vertical-carrusel .item__info-name{font-size:1.14rem}.item-vertical-carrusel .item__image{height:258px}.item-vertical-carrusel .item__image__actions{display:none}.item-vertical-carrusel .item__info{padding-bottom:0;min-height:265px}.item-vertical-carrusel .hotels-list__item .item__info-price{line-height:1.5;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.item-vertical-carrusel .hotels-list__item .item__info-price_center{font-size:1.92rem}.item-vertical-carrusel .hotels-list__item .item__info-price_end{max-width:35%}.item-vertical-carrusel .item__info-name-stars{height:16px;margin-left:7px}.item-vertical-carrusel .item__info-tags .item__info-tags__more{width:225px;left:-150px}.item-vertical-carrusel .hotels-list__item{width:auto}.item-vertical-carrusel .item__actions-button{margin-top:.5em}.slider-hoteles{width:100%}.slider-hoteles.two-items{display:-webkit-box;display:-ms-flexbox;display:flex}.slider-hoteles.two-items .section_header{padding-right:17px}.slider-hoteles.two-items .hotels-list__item-container{width:50%;padding-right:17px}.slider-hoteles.two-items .item__image{height:352px}.slider-hoteles.one-item .hotels-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.slider-hoteles.one-item .hotels-list__item .item__image{height:450px;width:100%}.slider-hoteles.one-item .hotels-list__item .item__card{min-width:391px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.slider-hoteles.one-item .hotels-list__item .item__info{height:100%}.slider-hoteles.one-item .hotels-list__item .item__info-discover{margin-top:auto}.slider-hoteles.one-item .hotels-list__item .item__info-price_end{max-width:45%}.one-item-container #slider-hoteles.one-item,.slider-hoteles_container #slider-hoteles.two-items{width:100%}}@media (min-width:1244px){.section-hotels_slider .section__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.section-hotels_slider .section__title{margin-bottom:0}.slider-hoteles_container{margin-top:31px}.item-vertical-carrusel .item__info-name{font-size:1.28rem}.item-vertical-carrusel .item__info-price{line-height:1}.item-vertical-carrusel .item__info-price_start{margin-bottom:0}.item-vertical-carrusel .item__info-price_center{font-size:2.14rem}.item-vertical-carrusel .item__info-price_end{max-width:35%}.item-vertical-carrusel .item__info-tags .item__info-tags__more{width:280px;left:-150px}}.one-item-op{opacity:1!important}.section-presentation{margin-top:1em;position:relative;padding-top:0}.section-presentation .subtitle{font-size:.78rem;color:#b71234;text-transform:uppercase;margin-top:10px;margin-bottom:9px;letter-spacing:.2px}.presentation h1,.section-presentation h1{text-align:left;margin-top:0}.presentation p,.section-presentation p{margin-top:0}.presentation p:last-child,.section-presentation p:last-child{margin-bottom:5px}.presentation .presentation_promo,.section-presentation .presentation_promo{margin-top:20px;width:100%;max-height:160px;position:relative}.presentation .presentation_promo img,.section-presentation .presentation_promo img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover}.presentation .presentation_promo__text,.section-presentation .presentation_promo__text{position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(81,98,111,.6);padding:30px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.presentation .presentation_promo__title,.section-presentation .presentation_promo__title{color:#fff;font-size:22px;line-height:28px;font-weight:700;font-family:semplicitapro,sans-serif}.presentation .presentation_promo a,.section-presentation .presentation_promo a{color:#fff;font-family:Montserrat,sans-serif;font-size:14px;line-height:20px}.section_description.read-more{position:relative}.section_description.read-more:before{content:"";width:100%;height:15px;bottom:0;left:0;position:absolute;z-index:1;background:-webkit-gradient(linear,left bottom,left top,color-stop(10%,#fff),to(hsla(0,0%,100%,0)));background:-o-linear-gradient(bottom,#fff 10%,hsla(0,0%,100%,0) 100%);background:linear-gradient(0deg,#fff 10%,hsla(0,0%,100%,0))}.section_description.read-more .read-more_link{display:none}@media(max-width:934px){.section-presentation{padding-bottom:21px}.presentation h1,.section-presentation h1{font-size:1.42rem;line-height:1.85rem;letter-spacing:.4px}.presentation .section_description,.presentation .section_description p{line-height:1.5rem}}@media(min-width:934px){.section-presentation{padding-bottom:23px;margin-top:2.3em}}@media(min-width:934px){.section-presentation:before{content:"";display:block;position:absolute;z-index:-1;background-image:url(https://www.servigroup.com/icons/purple-flower.svg);background-size:436px 429px;height:429px;width:436px;top:-250px;right:20px}.section-presentation .subtitle{font-size:.85rem;margin-bottom:11px;margin-top:0;letter-spacing:.6px}.presentation,.section-presentation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.presentation h1,.section-presentation h1{font-size:1.85rem;line-height:2.28rem;margin-bottom:19px}.presentation .presentation_text,.presentation .presentation_text p,.section-presentation .presentation_text,.section-presentation .presentation_text p{font-size:.92rem;line-height:1.42rem;letter-spacing:.3px}.presentation .presentation_promo,.section-presentation .presentation_promo{width:30%;max-height:170px;margin:0}.presentation .presentation_promo img,.section-presentation .presentation_promo img{height:100%}.presentation:not(.presentation-full) .presentation_text{max-width:50%}.presentation:not(.presentation-full) .presentation_info{max-width:40%}}@media(min-width:1244px){.section-presentation .subtitle{margin-bottom:17px}.presentation h1,.section-presentation h1{font-size:2.28rem;line-height:2.92rem}.presentation .presentation_text,.presentation .presentation_text p,.section-presentation .presentation_text,.section-presentation .presentation_text p{line-height:1.78rem;font-size:1.14rem}.presentation:not(.presentation-full) .presentation_text{max-width:60%}.presentation:not(.presentation-full) .presentation_info{max-width:30%;min-width:30%}}.presentation-image h1{text-align:left;margin-top:0}.presentation-image .presentation_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.border-image{position:relative}.border-image:before{content:"";position:absolute;height:100%;width:100%;top:20px;left:-20px;border:12px solid #f7f7f8}@media(max-width:934px){.presentation-image .presentation_info-image{width:95%;height:218px;margin-top:2em;margin-bottom:20px}}@media(min-width:720px) and (max-width:934px){.presentation-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.presentation-image .presentation_text{max-width:55%}.presentation-image .presentation_info{max-width:40%;width:40%}.presentation_info-image{width:95%;max-width:310px;height:198px}.presentation .presentation_promo,.section-presentation .presentation_promo{width:50%}}@media(min-width:934px){.section-presentation .subtitle{font-size:.85rem}.presentation.presentation-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.presentation.presentation-image .presentation_text{max-width:55%}.presentation.presentation-image .presentation_info{max-width:40%;width:40%}.presentation.presentation-image .presentation_info-image{width:95%;max-width:310px;height:211px}}@media(min-width:1244px){.presentation.presentation-image .presentation_text{max-width:45%}.presentation.presentation-image .presentation_info{max-width:45%;width:45%}.presentation.presentation-image .presentation_info-image{width:95%;max-width:530px;height:360px}}.presentation .review{background-color:#f6f8fc;color:#b71234;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75em .75em 1em}.presentation .review__title{text-transform:uppercase;width:100%;margin-bottom:1em}.presentation .review__result{color:#f7e3e6;font-family:semplicitapro,sans-serif}.presentation .review__result-big{font-weight:700;color:#b71234}.presentation .review__star{-ms-flex-item-align:end;align-self:flex-end;margin-left:10px;margin-right:auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.presentation .review__star-icon{height:14px;width:14px}.presentation .review__star-icon:not(:last-child){margin-right:6px}.presentation .review__opinions{-ms-flex-item-align:end;align-self:flex-end;line-height:1}.presentation .certificates{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #f6f8fc;padding:.75em;color:#b71234;background-color:#fff}.presentation .certificates__title{text-transform:uppercase;margin-bottom:1em;margin-top:.5em}.presentation .certificates__badges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.presentation .certificates__badges .badge{padding:.5em}@media (max-width:1244px){.presentation .review{margin-top:1em}.presentation .review__title{font-size:.78rem}.presentation .review__star{margin-left:15px}.presentation .review__result{font-size:1.28rem}.presentation .review__result-big{font-size:2.14rem}.presentation .certificates__title{font-size:.78rem}}@media (min-width:934px){.presentation .review__title{font-size:.85rem}.presentation .review__result{font-size:1.28rem}.presentation .review__result-big{font-size:2.14rem}.presentation .review__star{margin-left:10px}.presentation .certificates__title{font-size:.85rem}}.c-header{position:relative;padding-bottom:0;padding-top:4em;-webkit-box-sizing:content-box;box-sizing:content-box}.c-header__content{width:100%;position:absolute;text-align:center;left:0;top:57%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2;padding:1.5em}.c-header__content .false-title,.c-header__content .subtitle{text-transform:uppercase;text-shadow:0 3px 6px rgba(0,0,0,.16078);color:#fff}.c-header__content .false-title{text-align:center;font-weight:500;opacity:1;margin-top:13px;margin-bottom:11px;font-family:semplicitapro,sans-serif}.c-header__overlay{position:absolute;top:0;left:0;height:100%;width:100%;background:transparent -webkit-gradient(linear,left top,left bottom,from(rgba(19,18,18,.67843)),to(hsla(0,0%,100%,0))) 0 0 no-repeat padding-box;background:transparent -o-linear-gradient(top,rgba(19,18,18,.67843) 0,hsla(0,0%,100%,0) 100%) 0 0 no-repeat padding-box;background:transparent linear-gradient(180deg,rgba(19,18,18,.67843),hsla(0,0%,100%,0)) 0 0 no-repeat padding-box;opacity:.6}.c-header__alerts{position:absolute;bottom:.5em;padding:0 1em}.c-header .alert{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#b71234;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;text-align:left;padding:7px 1em}.c-header .alert .alert-icon{padding-right:1em}.c-header .alert .alert-icon,.c-header .alert .close-icon{-webkit-box-sizing:content-box;box-sizing:content-box;fill:#fff}.c-header .alert .close-icon{padding-left:1em}@media(max-width:934px){.c-header{height:240px}.c-header__content{top:61%}.c-header__content .subtitle{letter-spacing:1.08px;font-size:.83rem}.c-header__content .false-title{font-size:1.78rem;letter-spacing:1.5px;line-height:2.21rem}.c-header__content .stars-icon{height:14px;max-width:88px}.c-header__alerts{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.c-header__alerts .alert{font-size:.85rem;padding:.75em 1em}.c-header__alerts .alert .alert-icon{width:35px;height:35px}.c-header__alerts .alert .close-icon{width:24px;height:24px}}@media(min-width:934px){.c-header{margin-left:35px;margin-right:35px;height:667px;padding-top:0;margin-top:2.5em}.c-header.c-header__small{height:400px}.c-header__content{padding:0;top:50%}.c-header__content .subtitle{letter-spacing:1.08px;font-size:1.28rem}.c-header__content .false-title{font-size:3.57rem;letter-spacing:1.5px;line-height:2.93rem;margin-top:29px;margin-bottom:23px}.c-header__content .stars-icon{height:25px;max-width:158px}.c-header__alerts{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.c-header__alerts .alert{font-size:1rem;max-width:336px}.c-header__alerts .alert .alert-icon{width:50px;height:50px;padding:.5em 1em .5em .5em}.c-header__alerts .alert .close-icon{width:11px;height:11px;-ms-flex-item-align:start;align-self:flex-start}}.section-breadcrumb{padding:0}.breadcrumb.desktop{color:#a7aab5;margin-bottom:2em;font-size:.85em;letter-spacing:.6px}.breadcrumb.desktop .breadcrumb_link{color:#b71234;text-decoration:none}@media (min-width:934px){.breadcrumb.mobile{display:none}}@media (max-width:934px){.breadcrumb.desktop{display:none}}.default_link{color:#b71234!important;text-decoration:underline}.default_link:active,.default_link:focus,.default_link:hover{color:#e2a0ae!important}.default_link.bottom,.default_link.left,.default_link.right,.default_link.top{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.default_link.bottom:before,.default_link.left:before,.default_link.right:before,.default_link.top:before{content:"";background-size:5px 8px;background-size:cover;background-repeat:no-repeat;position:absolute}.default_link.right{padding-right:12px}.default_link.right:before{width:5px;height:8px;background-image:url(https://www.servigroup.com/icons/arrow-right.svg);right:0;top:7px}.default_link.left{padding-left:12px}.default_link.left:before{width:5px;height:8px;background-image:url(https://www.servigroup.com/icons/arrow-left.svg);left:0}.default_link.bottom{padding-right:12px}.default_link.bottom:before{width:8px;height:5px;background-image:url(https://www.servigroup.com/icons/arrow-bottom.svg);right:0}.default_link.top{padding-right:12px}.default_link.top:before{width:8px;height:5px;background-image:url(https://www.servigroup.com/icons/arrow-top.svg);right:0}.form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.form-group .form-notice{font-size:.71rem;color:#232536}.form-group.error .input-element,.form-group.error .select-element{border:1px solid #ff2f41;color:#ff2f41}.form-group.error .form-notice{color:#ff2f41}.form-group .eye-icon{position:absolute;right:19px;top:14px}.form-group .eye-icon svg{width:22px;height:22px;margin:0}.form-group .datepicker{position:relative}.form-group .datepicker .input-element{padding-left:40px}.form-group .datepicker:after{content:"";background-image:url(https://www.servigroup.com/icons/calendar.svg);background-repeat:no-repeat;position:absolute;left:15px;width:15px;height:15px;top:33%}.form-group .datepicker.group-element:after{left:23px}.input-element{border:1px solid #fff;background-color:#fff;color:#232536;max-height:45px;letter-spacing:.7px;border-radius:1px;padding-left:12px}.input-element::-webkit-input-placeholder{color:#a7aab5;opacity:1}.input-element::-moz-placeholder{color:#a7aab5;opacity:1}.input-element:-ms-input-placeholder{color:#a7aab5;opacity:1}.input-element::-ms-input-placeholder{color:#a7aab5;opacity:1}.input-element::placeholder{color:#a7aab5;opacity:1}.input-element:active,.input-element:focus{-webkit-box-shadow:0 0 15px #d3d9f4;box-shadow:0 0 15px #d3d9f4}.file-element,.label-group{display:-webkit-box;display:-ms-flexbox;display:flex}.file-element{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;background-color:#fff;max-height:45px;min-height:45px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.file-element .file-selected{padding-left:11px;letter-spacing:.7px}.file-element .attachment-button.c-button{cursor:pointer;max-height:45px;background-color:#fff;border:1px solid #b71234;color:#b71234;padding-left:15px;padding-right:15px;width:auto}.file-element .inputfile-element{opacity:0;position:absolute;z-index:1;top:0;width:100%;height:100%}.label-element{display:block;margin-bottom:.5em;font-size:1em;font-weight:600;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.label-element,.textarea-element{color:#232536;letter-spacing:.7px}.textarea-element{border:1px solid #fff;background-color:#fff;border-radius:1px;padding:13px 10px;width:100%;outline:none}.select-element{border:1px solid #f6f8fc;height:calc(1.42857rem + 2.2em);letter-spacing:.7px;position:relative;margin-top:0;margin-bottom:0;padding-left:.5em;z-index:9;max-height:45px}.select-element,.select-element li{background-color:#fff;cursor:pointer}.select-element li{display:none;padding:12px 17px}.select-element li.disable{color:#a7aab5}.select-element li:first-child{display:block}.select-element li:hover{background-color:#f6f8fc}.select-element li:first-child:hover{background-color:#fff}.select-element.open{z-index:10}.select-element.open li{display:block}.select-element:before{background-image:url(https://www.servigroup.com/icons/arrow-down-purple.svg);background-repeat:no-repeat;content:"";position:absolute;right:0;width:20px;height:20px;top:45%}.form-group__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-group__checkbox .label-element{width:100%}.form-group__inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-group__inline .label-element{width:100%;margin-bottom:21px}.form-group__inline .c-checkbox{margin-right:26px}.c-checkbox label p{margin:0}.alert.alert-danger{padding:10px;height:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#f04444;border-radius:1px;border:1px solid #f04444}.error-message{color:#f04444;font-size:.8em;margin:3px 2px 0;text-align:left}.form-message.error{padding:0 77px;width:auto;max-width:550px}.form-message.error .form-message-text{padding:10px;height:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#f04444;border-radius:1px;border:1px solid #f04444}.response-message{margin:25px auto 0;text-align:center}@media (max-width:934px){.input-element[type=number]{max-width:45px}.form-group{margin-bottom:13px}.form-group.form-footer{margin-bottom:0}.form-group.form-group__input{-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-group.form-group__input,.form-group.form-group__input .number-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal}.form-group.form-group__input .number-input{width:50%;min-width:50%;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:9px}.form-group.form-group__input .number-input label{margin-left:11px;font-weight:400;letter-spacing:0;margin-bottom:0}.form-group.form-group__input .label-element{margin-bottom:18px}.form-group__inline-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-group__inline-input label{margin-right:20px;white-space:nowrap}.form-group__inline-input .input-element{width:100%;max-width:100%}.form-group__checkbox{margin-bottom:28px}.form-group__checkbox .c-checkbox{width:100%}.form-group__checkbox.multiple-items .c-checkbox{width:50%}.form-group__checkbox .label-element{margin-bottom:21px}}@media (min-width:934px){.label-element{margin-bottom:10px}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row .form-group{width:100%;padding-left:5px;padding-right:5px}.form-row__twocolumns .form-group{width:50%}.form-row__twocolumns .form-group.form-footer{width:100%}.form-row__threecolumns .form-group{width:33.33%}.form-row__threecolumns .form-group.form-footer{width:100%}.form-row .form-group{margin-bottom:23px}.form-group__checkbox .c-checkbox{min-width:20%}}@media (min-width:1244px){.form-row{margin-left:-10px;margin-right:-10px}.form-row .form-group{padding-left:10px;padding-right:10px}}.pika-single{font-family:Montserrat,sans-serif}.pika-lendar .pika-row .has-event .pika-button,.pika-lendar .pika-row .is-selected .pika-button{background:#b71234;-webkit-box-shadow:none;box-shadow:none;font-weight:600}.pika-lendar .pika-row .is-today .pika-button{color:#b71234}.pika-lendar .pika-button:hover,.pika-lendar .pika-row.pick-whole-week:hover .pika-button{background:#b71234}.focus-hide{display:none!important}.c-modal{font-family:Montserrat,sans-serif}.c-modal__overlay{z-index:10000000}.c-modal__container{width:100%;border-radius:0}.contact-popup{display:none;height:100%;text-align:center;background-color:#fff}.contact-popup svg,.contact-popup svg path{fill:#b71234}.contact-popup .recaptcha-container{width:100%}.contact-popup .g-recaptcha{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.contact-popup .c-accordion__item.active .contact-popup__body{height:350px!important}.modal-opened .contact-popup{display:block}.contact-popup__close,.contact-popup__close-container{width:14px;height:14px;cursor:pointer}.contact-popup__close-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto 15px;padding:15px;border:1px solid #b71234;border-radius:50%;-webkit-box-sizing:content-box;box-sizing:content-box}.contact-popup__subtitle{font-family:Montserrat,sans-serif;font-size:.78rem;color:#b71234;text-transform:uppercase;letter-spacing:.55px;line-height:2.27em;margin-bottom:11px}.contact-popup__title{width:100%;font-family:semplicitapro,sans-serif;font-size:1.28rem;letter-spacing:.36px;color:#232536;line-height:1.33em;font-weight:700;margin-bottom:9px}.contact-popup__purple-box{padding:21px;margin-bottom:7px;font-size:1rem;text-align:center;text-transform:uppercase;letter-spacing:.14px;line-height:1.28em}.contact-popup__purple-box a{cursor:pointer;color:#fff!important;text-decoration:none}.contact-popup__purple-box a:hover{color:#fff}.contact-popup__purple-box{background-color:#b71234}.contact-popup__grey-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:23px;padding:30px 45px 18px;background-color:#f7f7f8}.contact-popup__grey-box .reserve{font-size:1rem;letter-spacing:.1px;line-height:25px;margin-bottom:17px}.contact-popup__grey-box .telephone{font-family:semplicitapro,sans-serif;font-weight:700;font-size:1.78rem;line-height:41px;letter-spacing:.5px;color:#b71234;margin-bottom:8px}.contact-popup__grey-box .contact-popup__telf-container{width:100%;margin-bottom:54px}.contact-popup__grey-box .see-all-telephone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#b71234;text-decoration:underline;letter-spacing:.28px;line-height:20px;margin-bottom:15px;cursor:pointer}.contact-popup__grey-box .see-all-telephone .btn-click{margin-right:7px}.contact-popup__grey-box .see-all-telephone svg{width:8px;height:5px}.contact-popup__grey-box .active .see-all-telephone svg{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}#hotel-tlf{margin:0 -30px;background-color:#fff}#hotel-tlf .hotel-list{display:block;padding:12px}#hotel-tlf .hotel-list ul{padding:0;margin:0}#hotel-tlf .hotel-list .hotel-list__location{text-align:left}#hotel-tlf .hotel-list .hotel-list__location .hotel-list__location-name{font-weight:700;margin-bottom:17px;color:#232536;font-size:1.1rem}#hotel-tlf .hotel-list .hotel-list__location .hotel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:11px;padding:3px;background-color:#f6f8fc}#hotel-tlf .hotel-list .hotel-list__location .hotel .hotel-name{font-size:1.14rem;font-size:1rem;color:#232536}#hotel-tlf .hotel-list .hotel-list__location .hotel .tlf{font-size:1rem;font-weight:700;color:#232536}#hotel-tlf .hotel-list .hotel-list__location .hotel .tlf a{color:#232536;text-decoration:none}.contact-popup__schedule{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact-popup__schedule-icon{width:100%;margin-bottom:17px}.contact-popup__schedule svg{width:27px;height:27px}.contact-popup__schedule .info{font-size:.7em;letter-spacing:.24px;line-height:20px;color:#232536}.contact-popup__we-call-you{letter-spacing:.32px;line-height:22px;margin-bottom:22px;cursor:pointer}.contact-popup__we-call-you span{cursor:pointer;color:#b71234;text-decoration:underline}.contact-popup__tlf-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:14px;background-color:#f6f8fc;padding:20px 0 0}.contact-popup__tlf-form .error-container,.contact-popup__tlf-form button,.contact-popup__tlf-form input{width:100%}.contact-popup__tlf-form button,.contact-popup__tlf-form input{height:45px}.contact-popup__tlf-form .error-container{margin-bottom:10px}.c-accordion__item.active .contact-popup__tlf-form{padding:21px}.contact-popup__green-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 0;background-color:#eafff3}.contact-popup__green-box svg{width:32px;height:32px;margin-right:10px}.contact-popup__green-box .tlf{font-size:1.4rem;font-weight:600;letter-spacing:.4px;line-height:26px;color:#000}@media (max-width:934px){.c-modal__container{top:0;bottom:0}#hotel-tlf{margin:0 -52px}}@media (min-width:934px){.c-modal__container{max-width:925px;width:100%}.contact-popup__grey-box{padding:30px 60px 18px}.c-modal.contact-popup-wrapper .c-modal__container{width:100%;max-width:925px;min-width:unset;-webkit-transform:none;-ms-transform:none;transform:none;top:50px}.c-modal.contact-popup-wrapper .c-modal__container[\:has\(.contact-popup__telf-container.active\)]{top:50%}.c-modal.contact-popup-wrapper .c-modal__container:has(.contact-popup__telf-container.active){top:50%}.contact-popup__close-container{margin-right:0;padding:0;border:none}.contact-popup__subtitle{margin-bottom:25px}.contact-popup__title{font-size:1.78rem;letter-spacing:.36px;margin-bottom:17px}.contact-popup__purple-box{margin-bottom:12px}.contact-popup__green-box{padding-left:18px;padding-right:18px}.contact-popup__green-box .reserve{font-size:1.43rem;margin-bottom:9px;letter-spacing:.32px}.contact-popup__green-box .telephone{font-size:2.2rem;letter-spacing:.64px;margin-bottom:16px}.contact-popup__green-box .contact-popup__telf-container{margin-bottom:20px}.contact-popup__grey-box .contact-popup__telf-container{margin-bottom:30px}.see-all-telephone{margin-bottom:24px}.contact-popup__schedule{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.contact-popup__schedule-icon{margin-bottom:0;width:auto;margin-right:10px}.contact-popup__schedule svg{width:12px;height:12px}.contact-popup{height:auto}.contact-popup #hotel-tlf{margin:0 -42px}.contact-popup #hotel-tlf .hotel-list-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact-popup #hotel-tlf .hotel-list{width:50%}.contact-popup .schedule .info{font-size:.9em}.contact-popup__tlf-form{min-height:200px}.contact-popup__tlf-form .error-container{width:auto;margin-right:19px}.contact-popup__tlf-form input{max-width:292px;margin-bottom:0}.contact-popup__tlf-form button{max-width:101px}}::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}::-webkit-scrollbar{width:7px;height:5px;background-color:transparent}::-webkit-scrollbar-thumb{border-radius:10px;background-color:#b71234}.section-services{padding-bottom:1em;position:relative}.section-services:after{content:"";background-color:#f7f7f8;width:100%;height:60%;bottom:0;left:0;z-index:-1;position:absolute}.section-services h3.services-list__item{margin:0;font-size:inherit;font-weight:inherit}.services{background-color:#fff;padding:1em;border:1px solid #f7f7f8}.services .services-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75em 0}.services .services-list__item svg{margin-right:.75em;width:57px;height:57px;fill:#b71234}.services .services-list__item svg #color1{fill:#b71234}.services .services-list__item svg #color2{fill:#f7e3e6}.services .default_link{margin-top:1em}@media (max-width:934px){.section-services{padding-top:0;margin-top:-8px}.services .services-list__item{display:none}.services .services-list__item:nth-child(-n+3){display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:934px){.section-services{padding-bottom:2.5em}.section-services:after{height:50%}.services{padding:2.5em;margin-top:2em}.services .services-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.services .services-list__item{width:33.33%;font-size:1.14rem}.services .default_link{margin-top:2em}}@media (min-width:1244px){.section-services{padding-top:3.75em}.services{margin-top:2.3em;padding:53px 50px}.services .services-list__item svg{margin-right:28px}}.section-reviews .section-header{margin-bottom:1.5em}.reviews-list{margin-top:1.5em}.reviews-list__item{padding:1em;border:1px solid #f7f7f8;width:252px}.reviews-list__header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reviews-list__header,.reviews-list__stars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.reviews-list__stars .stars-icon{width:12px;height:12px;fill:#b71234;margin-left:5px}.reviews-list__subtitle{text-transform:uppercase;color:#b71234}.reviews-list__score{color:#f7f7f8;font-family:semplicitapro,sans-serif}.reviews-list__score-big{color:#b71234;font-weight:700}.reviews-list__title{font-family:semplicitapro,sans-serif;font-weight:700}.reviews-list__author{margin-top:17px}.reviews-list__link{margin-top:30px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media (max-width:934px){.reviews-list__item{padding:22px 16px 19px 12px}.reviews-list__subtitle{font-size:.78rem}.reviews-list__score{font-size:1.28rem}.reviews-list__score-big{font-size:1.78rem}.reviews-list__title{font-size:1.14rem;line-height:1.5rem;margin-top:7px}}@media (min-width:934px){.section-reviews{padding-top:55px;padding-bottom:43px}.section-reviews .section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.reviews-list__header{margin-bottom:2em;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.reviews-list__item-slide{width:33.33%}.reviews-list__item{width:auto;padding-top:2em;padding-bottom:1.75em}.reviews-list__subtitle{font-size:.86rem}.reviews-list__score{font-size:1.28rem}.reviews-list__score-big{font-size:1.78rem}.reviews-list__title{margin-top:1em;font-size:1.28rem;line-height:1.57rem}.reviews-list__link{margin-top:39px}}@media (min-width:1244px){.section-reviews .section-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reviews-list__item{padding:30px 29px 25px 27px}.reviews-list__link{margin-top:59px}}.section-faq{padding-top:1em;padding-bottom:1em}.section-faq h2{color:#232536;margin-bottom:1.5em}.section-faq .c-accordion__item{background-color:#fff}.section-faq .c-accordion__item:not(:last-child){margin-bottom:3px}.section-faq .c-accordion__item.active .c-accordion__head:before{background-image:url(https://www.servigroup.com/icons/acc-less.svg)}.section-faq .c-accordion__head{padding:1em;font-weight:700;font-family:semplicitapro,sans-serif;position:relative}.section-faq .c-accordion__head:before{content:"";width:45px;height:25px;background-image:url(https://www.servigroup.com/icons/acc-more.svg);background-repeat:no-repeat;background-position:50%;position:absolute;height:100%;right:0;top:0}.section-faq .c-accordion__body{position:relative}.section-faq .c-accordion__body:before{content:"";position:absolute;top:0;left:0;height:10px;width:100%;background:transparent -webkit-gradient(linear,left top,left bottom,from(rgba(19,18,18,.67843)),to(hsla(0,0%,100%,0))) 0 0 no-repeat padding-box;background:transparent -o-linear-gradient(top,rgba(19,18,18,.67843) 0,hsla(0,0%,100%,0) 100%) 0 0 no-repeat padding-box;background:transparent linear-gradient(180deg,rgba(19,18,18,.67843),hsla(0,0%,100%,0)) 0 0 no-repeat padding-box;opacity:.03}@media (max-width:934px){.section-faq{padding-top:24px;padding-bottom:25px}.section-faq .c-accordion__head{padding:17px 37px 17px 12px}.section-faq .accordion-content{padding:1em}}@media (min-width:934px){.section-faq{padding-top:42px;padding-bottom:58px}.section-faq .c-accordion__head{font-size:1.14rem;padding:18px 19px}.section-faq .accordion-content{padding:10px 18px 23px}.section-faq .accordion-content p{line-height:1.78rem}}.c-widget-container{display:none;position:relative;width:90%;margin:-20px auto 3px;z-index:99;font-size:15px;height:332px}.destination-component .destination-component_image{background-color:#b71234}.c-booking-widget{max-height:332px}.c-booking-widget .dates-component-wrapper .check-in-selector .month,.c-booking-widget .dates-component-wrapper .check-out-selector .month{margin-bottom:0}.c-booking-widget .dates-component-wrapper .check-in-selector .widget-arrow,.c-booking-widget .dates-component-wrapper .check-out-selector .widget-arrow{bottom:13px}.c-booking-widget .occupancy-component,.c-booking-widget .occupancy-component-container .custom-selector{font-family:semplicitapro,sans-serif}.c-booking-widget .occupancy-component ul a{text-transform:capitalize}.c-booking-widget .dates-component-wrapper .check-name{font-family:Montserrat,sans-serif}.occupancy-component_header{overflow:auto}@media (min-width:1024px){.c-widget-container{display:block}.c-booking-widget .destination-component__wrapper{min-width:235px}}@media (min-width:934px){.c-booking-widget .dates-component-wrapper .check-in-selector .month,.c-booking-widget .dates-component-wrapper .check-out-selector .month{margin-top:-2px}.c-booking-widget .dates-component-wrapper .check-in-selector .day,.c-booking-widget .dates-component-wrapper .check-out-selector .day{margin-top:-6px}.c-booking-widget .dates-component-wrapper .check-in-selector,.c-booking-widget .dates-component-wrapper .check-out-selector{margin-top:3px}.c-widget-container{max-height:83px;width:918px}.c-booking-widget .dates-component-wrapper .check-in-selector .widget-arrow,.c-booking-widget .dates-component-wrapper .check-out-selector .widget-arrow{bottom:5px}.c-booking-widget .occupancy-component_dropdown{min-width:410px;width:auto}}@media (min-width:1244px){.c-booking-widget{max-height:83px}.c-widget-container{max-height:83px;width:1228px}}@media (min-width:1199px){.c-booking-widget.fixed{width:100%;background:#fff}.c-booking-widget.fixed:before{content:"";left:0;right:0;height:13px;top:-13px;background:#fff;position:absolute}.c-booking-widget.fixed .c-booking-widget__body{width:1228px;margin-left:auto;margin-right:auto}.c-booking-widget.fixed .c-booking-widget__resume.show,.c-booking-widget.fixed .c-booking-widget__resume:after,.c-booking-widget.fixed .c-booking-widget__resume:before{height:40px}.c-booking-widget .c-booking-widget__resume:not(.show){pointer-events:none}.c-widget-container--establishment .c-booking-widget__loadded.fixed.c-booking-widget--shrink:after,.c-widget-container--establishment .c-booking-widget__loadded.fixed.c-booking-widget--shrink:before{height:85px;background:#fff}}.c-widget-container--establishment .c-booking-widget__loadded.fixed.c-booking-widget--shrink:after,.c-widget-container--establishment .c-booking-widget__loadded.fixed.c-booking-widget--shrink:before{height:85px;background:#fff}@media (max-width:934px){.section-hotels_slider{padding-top:19px}}.read-more_link.read-up{display:none}.certificates .pointer{cursor:pointer}.certificates__modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.certificates__modal--close{cursor:pointer}.certificates__modal--close .icon{width:10px!important;height:10px!important}.certificates__modal--image{margin-right:auto;margin-left:auto;margin-bottom:20px}.certificates__modal--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.certificates__modal--content__bottom-text,.certificates__modal--content__small-title{color:#b71234}.certificates__modal--content__bottom-text,.certificates__modal--content__text{font-size:16px}.certificates__modal--content__title{font-size:20px;font-weight:700;margin:10px 0 30px}.c-modal__container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media screen and (min-width:720px){.certificates__modal--image{margin:0;padding:10px}}@media screen and (min-width:934px){.certificates__modal--image{padding:20px}.certificates__modal--content{max-width:70%}}@media screen and (min-width:1244px){.certificates__modal--image{padding:40px}}.trust-widget-small{margin-top:1em}.section_description.read-more{height:4.7em;overflow:hidden;margin-bottom:1em}.section_description.read-more.read-more{-webkit-transition:all 2s ease-in-out;-o-transition:all 2s ease-in-out;transition:all 2s ease-in-out}@media (min-width:934px){.section_description.read-more{height:19em}.section_description.read-more.read-more{-webkit-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;transition:all 1s ease-in-out}}@media (min-width:1244px){.section_description.read-more{height:10em}.section_description.read-more.read-more{-webkit-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;transition:all 1s ease-in-out}}.hotel-menu::-webkit-scrollbar{display:none}.hotel-menu{-ms-overflow-style:none;scrollbar-width:none}.top-links{display:none;background-color:#f6f8fc;margin:0;padding:1em 0;position:relative}.top-links a{padding-right:33px;font-size:.85rem;color:#b71234}.c-widget-container--establishment{top:-35px;max-height:none}.c-widget-container--establishment .c-booking-widget__loadded.fixed.c-booking-widget--shrink:after,.c-widget-container--establishment .c-booking-widget__loadded.fixed.c-booking-widget--shrink:before{position:absolute;content:"";background:transparent;top:-5px;left:-50%;height:30px;width:120%}.c-widget-container--establishment .c-booking-widget__loadded.fixed.c-booking-widget--shrink:after{left:unset}.c-widget-container--establishment .c-booking-widget__loadded.fixed.c-booking-widget--shrink .c-booking-widget__body{z-index:10}@media (min-width:934px){.top-links{display:-webkit-box;display:-ms-flexbox;display:flex;padding:60px 22px 15px;margin-right:35px;margin-left:35px}.c-widget-container--establishment{top:-35px;max-height:0;z-index:101}}
