<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*nuevo css*/
html, body {margin:0; padding:0; height:100%;}

p{
  font-size: 14px;
  font-weight: 300;
}
.logo_hotel{
    display: flex;
    align-items: center;
    width: 100%!important;
}

.modal-content{
  margin-top: 70px;
}
.zenit_2{
  display: none;
}
.slider img {
	aspect-ratio: 12 / 8;
    object-fit: cover;
}
.cz-link {
   font-weight: 400;
    text-decoration: underline;
}
#faqResponse20 a {
   font-weight: 400;
    text-decoration: underline;
}
#slider_home_z2 .logo-top-container{
  min-height: auto!important;
}
#video_background_v2{
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0px;
    min-width: 100%;
    min-height: auto;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    top: 0;
}
#topMain.zenit_2.fixed-screen .section-first-screen-section-home-hotel{
  height: 100%!important;
}
.z_2{
  padding-top: 41px;
  font-family: 'Fira Sans', sans-serif;
  z-index: 300;
}
/* COMUNES */
.d_flex{
  display: flex;
}
.mt_10{
  margin-top: 10px;
}
.item_50{
    width: 50%;
  float: left;
}
.tt_up{
  text-transform: uppercase;
}
.bg_grey{
  background: #f4f4f4;
}
.bt_grey{
  border-top: 1px solid #e4e4e4;
}
/* FIN COMUNES */
  /* Title */
  .title_1{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 10px;
    text-align: center;
  }
  /* Fin title */
  .bookingmask.zenit_v2{
    bottom: 10%;
    width: 100%;
  }
  .bookingmask.zenit_v2 .booking_z2{
    background: rgba(0,0,0,0.5);
    height: auto!important;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  }
  .booking_z2 .text.fz7.ttu.fw3.ac.lsl.cw.nomobile.nomobile-vertical{
    color: #fff;
  }
  .logo_hotel{
    /*background: #363636;*/
    padding: 20px;
    opacity: 1;
    position: absolute;
    top: 41px;
    z-index: 10;
    width: 26%;
    text-align: left;
    /*padding: 20px 30px;*/
    padding: 35px 30px 20px;
  }
  .logo_hotel img{
    width: 200px;
  }
  .logo_hotel.big img{
    width: 300px;
  }
  .agenda_z2 img{
    width: 100%;
  }
  .item_sz2{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .text_sz2{
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: rgba(0,0,0,0.4);
  }
  .text_sz2.b_trans{
    background:transparent;
  }
  .content_agenda{
    text-align: right;
    padding: 10px 30px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .content_agenda h2{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px!important;
  }
  .content_agenda p{
    font-size: 18px;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
  }
  .content_agenda .condition{
    font-size: 18px;
    margin-bottom: 40px;
    text-transform: initial;
  }
  .content_agenda .condition_big{
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: initial;
  }
  .content_agenda .condition_small{
    font-size: 14px;
    margin-bottom: 40px;
    text-transform: initial;
  }
  .content_agenda span{
    color: #ec7032;
    font-size: 18px;
    font-weight: 500;
  }
  .adc_banner{
    font-size: 18px!important;
  }
  /* BOTONES */
  .en_brown{
    color: #635148;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 3px;
  }
  .en_brown:hover{
    color: #ec7032;
  }
  .z2_enlace{
    color: #ec7032;
    cursor: pointer;
  }
  .z2_enlace:hover{
    color: #635148;
  }
  .z2_enlace_2{
    font-weight: 600;
    cursor: pointer;
  }
  .z2_enlace_2:hover{
    color: #ec7032;
  }
  .brown_butt{
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      background: #635148;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 4px;
      color: #fff;
      cursor: pointer;
      width: 100%;
      text-align: center;
  }
  .brown_butt:hover{
    background: #ec7032;
  }
  .butt_orange{
      border: none;
      padding: 10px 30px;
      border-radius: 5px;
      background: #ec7032;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 4px;
      color: #fff;
      cursor: pointer;
  }
  .butt_orange:hover{
    background: #635148;
  }
  .butt_brown{
    font-size: 12px;
    color: #635148;
    text-decoration: underline; 
    cursor: pointer;
  }
  .butt_brown:hover{
    color: #ec7032;
  }
  .butt_ofers{
      text-transform: uppercase;
      font-weight: 600;
      color: #ec7032;
      padding-bottom: 10px;
      cursor: pointer;
  }
  .butt_ofers:hover{
    color: #635148;
  }
  .enlace_black{
    width: 100%;
    color: #363636;
    font-size: 16px;
    font-weight: 300;
    background: #f4f4f4;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .enlace_black_2{
    width: 100%;
    color: #363636;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    padding: 10px 0;
    text-transform: uppercase;
    display: none;
  }
  .enlace_black_2 i{
    margin-right: 5px;
    font-size: 20px;
  }
  .enlace_black:hover,
  .enlace_black_2:hover{
    color: #ec7032;
  }
  /* FIN BOTONES */
  .modal_rgpd{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
  }
  .modal_rgpd #newsleter_rgpd_table{
    background-color: rgba(0,0,0,0.8);
    padding: 15px;
    margin-top: 10px;
  }
  .content_news{
    padding-bottom: 200px!important;
  }
  .z2_checkbox {
    padding-bottom: 80px!important;
  }
  /*.content_news:hover &gt; form &gt; .modal_rgpd{
    display: block!important;
  }*/
  .z2_checkbox:hover ~ .modal_rgpd,
  .modal_rgpd:hover{
    display: block!important;
  }
  #newsleter_rgpd_table .table-general{
    font-size: 10px;
  }
  #newsleter_rgpd_table .table-general a{
    font-weight: 700;
    color: #ec7032;
  }
  .bookingmask_2{
    margin-top: -10px;
    padding: 10px;
    background: #f4f4f4;
  }
  .bookingmask_2 h3{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    letter-spacing: 4px;
  }
  .bookingmask_2 input,
  .bookingmask_2 select{
      /*width: -webkit-fill-available;*/
      border: 1px solid #e4e4e4;
      padding: 10px;
      border-radius: 5px;
      font-size: 14px;
      margin: 0 5px 0 0;
      height: 40px;
      width: 100%;
  }
  .bookingmask_2 .hasDatepicker{
      width:100%;
  }
  .bookingmask_2 .item_form{
    position: relative;
  }
  .item_form i{
      position: absolute;
      right: 10px;
      bottom: 10px;
      color: #363636;
      font-size: 20px;
  }
  .button_form input{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .precio_z2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
  }
  .precio_z2 i{
    color: #635148;
    /*color: #fff;*/
    margin: 0 5px 0 10px;
    font-size: 20px;
  }
  .add_form a{
    /*color: #fff;*/
    text-decoration: none;
  }
  .precio_z2 span{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-bottom: none!important;
  }
  .modal-backdrop.in{
    z-index: -2;
  }
  /*.precio_z2 span{
    font-size: 12px;
    color: #635148;
    margin: 0;
    cursor: pointer;
  }*/
  .add_form{
    padding: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .z2_hotel{
    padding: 20px 10px 0;
    text-align: center;
    /*margin-top: 40px;*/
  }
  .items_hotel{
    padding: 10px;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0;
  }
  .hotel_item{
    height: 150px;
    /*max-width: 600px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    margin-bottom: 10px;
  }
  .hotel_item h2{
    background: rgba(0,0,0,0.5);
    width: 80%;
    text-align: center;
    border: 3px solid #fff;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 24px;
  }
  .hotel_item h2:hover{
    background: rgba(0,0,0,0.9);
  }
  .z2_planes{
    padding: 20px 10px;
    text-align: center;
  }
  .box_planes{
    /*max-width: 400px;*/
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .item_plan{
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 0 0 10px;
    width: 100%;
    max-width: 400px;
    margin: 10px;
  }
  .item_plan img{
    max-width: 400px;
    width: 100%;
  }
  .item_plan p{
    padding-right: 10px;
    padding-left: 10px;
  }
  .click_agenda{
    /*z-index: 300;*/
    position: absolute;
    bottom: 15px;
    width: 100%;
  }
  .click_planes,
  .click_agenda{
    display: flex;
    justify-content: center;
  }
  .click_planes li,
  .click_agenda li{
    width: 15px;
    height: 15px;
    background: #eee;
    border-radius: 25px;
    margin: 0 2px;
    cursor: pointer;
  }
  .click_planes .active,
  .click_agenda .active{
    background: #555;
  }
  .hotel_o{
      font-weight: 500;
      text-transform: uppercase;
      font-size: 14px;
      background: #f4f4f4;
      padding: 10px 10px 8px;
      margin-top: -4px;
  }
  .title_o{
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px 0;
  }
  .info_o{
    display: flex;
    justify-content: center;
    padding: 0 10px;
  }
  .title_p{
    font-size: 16px;
    padding-bottom: 10px;
  }
  .title_p span{
    font-size: 28px;
    color: #ec7032;
    font-weight: 600;
  }
  .title_p em{
    font-size: 12px;
  }
  .more_offers{
    padding: 10px 10px 20px;
    display: flex;
  }
  .z2_location{
    padding: 20px 10px;
    text-align: center;
  }
  .z2_location img{
    max-width: 600px;
    width: 100%;
    margin: 10px auto 0;
  }
  .butt_maps{
      padding: 10px 10px 0;
      font-size: 14px;
  }
  .z2_rrss{
    padding: 20px 10px 40px;
    text-align: center;
  }
  .z2_rrss a{
    font-size: 22px;
    color: #ec7032;
    font-weight: 600;
    letter-spacing: 4px;
  }
  .box_rrss{
    margin: 20px auto 0;
  }
  .box_rrss img{
    max-width: 35px;
    width: 100%;
    margin: 0 5px;
  }
  .z2_clubes{
    padding: 30px 10px;
    text-align: center;
  }
  .z2_news{
    text-align: center;
    background-image: url(/img/lisboa2/newsletter.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff!important;
  }
  .content_news{
    padding: 20px;
    background: rgba(0,0,0,0.6);
    position: relative;
  }
  .z2_news form{
    text-align: left;
    margin: 20px 0;
  }
  .z2_news input{
    width: 100%;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
  }
  .z2_news input::placeholder{
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
  }
  .z2_news input.butt_orange{
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    background: #ec7032;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
    color: #fff;
    cursor: pointer;
  }
  .z2_news input.butt_orange:hover{
    background: #635148;
  }
  .z2_news button.butt_orange{
    width: 100%
  }
  .z2_checkbox input{
    width: auto;
  }
  .z2_checkbox label{
    font-weight: 300;
    font-size: 14px;
    display: block;
    margin: auto 0px auto 10px;
  }
  .z2_checkbox input[type="checkbox"] {
      width: 25px;
      height: 25px;
      margin-bottom: 0px;
  }
  .box_info_hotel{
    text-align: center;
    margin: 20px auto;
  }
  .box_info_hotel img{
    margin-bottom: 5px;
    max-width: 300px;
  }
  .box_info_hotel a{
    font-weight: 500;
    cursor: pointer;
  }
  .box_info_hotel a:hover{
    color: #ec7032;
  }
  .z2main_footer{
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
  }
  .z2main_footer .colum_50{
    width: 50%;
    display: block;
    margin: auto 10px;
  }
  .z2main_footer a{
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
  }
  .z2main_footer a:hover{
    font-weight: 500;
    color: #ec7032;
  }
  .z2_end{
    padding: 20px 20px 60px;
    text-align: center;
  }
  .z2_end p{
    font-size: 11px;
    margin-bottom: 20px;
    color: #363636;
  }
  .z2_end a{
    color: #635148;
    font-weight: 500;
  }
  .z2_end a:hover{
    color: #ec7032;
  }
  /* General*/
  .galeria_hotels .mainslider .owl-dot{
    width: 15px;
    height: 15px;
  }
  .galeria_hotels .mainslider .owl-dot.active{
    background-color: #fff;
  }
  .galeria_hotels{
    margin-bottom: 50px;
    display: block;
  }
  .item_galeria_hotels{
    position: relative;
  }
  .item_galeria_hotels img{
    width: 100%;
    max-width: 1200px;
  }
  .item_galeria_hotels p{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24px;
    color: #363636;
    width: 100%;
    background: rgba(255,255,255,0.7);
    text-transform: uppercase;
    font-weight: 300;
    padding: 10px 20px;
    text-align: left;
    letter-spacing: 3px;
  }
  .general .mainslider .owl-dots{
    bottom: 13px;
  }
  .g2_hotel{
    padding: 20px 10px;
    text-align: center;
  }
  .g2_hotel p{
    margin-bottom: 10px;
  }
  .box_club_news{
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0px;
    color: #363636;
  }
  .agenda_d{
    display: none;
  }
  .bookingmask_d{
    display: none;
  }
  .mapa_d{
    display: none;
  }
  /*.plan_2{
    display: none;
  }
  .plan_3{
    display: none;
  }*/
  .button_deslizar{
    position: absolute;
    bottom: 30px;
    right: 35px;
    z-index: 400;
    display: none;
  }
  .button_deslizar a{
    color: #635148;
  }
  .button_deslizar a:hover{
    color: #ccc;
  }
  .button_deslizar i{
    font-size: 40px;
  }
  .agenda_movil{
    display: block;
  }
  .zenit_2 .slide img{
    width: auto!important;
    height: 100%;
    max-width: 400%!important;
  }
  .rrss_desktop{
    display: none;
  }
  .rrss_movil{
    display: block;
    overflow: hidden;
  }
  .item_hotel_movil{
    display: block;
  }
  /* DESTACADOS HOTEL*/
  .destacados_hotel{
      padding: 10px 0 30px;
      top: 0;
      color: #363636;
      text-align: center;
      border-bottom: 1px solid #f4f4f4;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
  }
  .destacados_hotel h3{
      font-weight: 300;
      text-transform: uppercase;
      font-size: 28px;
      letter-spacing: 3px;
      margin-bottom: 20px;
  }
  .text_destacados{
    padding-left: 50px;
    padding-right: 50px;
  }
  .boton_actividades{
    margin-top: 40px;
    text-align: center;
  }
  .cat_destacados{
        display: flex;
        justify-content: center;
        margin: 20px 0;
        justify-content: center;
  }
  .content_destacados{
    text-align: center;
    margin-bottom: 15px;
    margin: 15px;
    /*width: 100%;*/
    max-width: 200px;
  }
  .content_destacados i{
    font-size: 45px;
    margin-bottom: 15px;
    text-align: center;
    color: #ec7032;
  }
  .content_destacados p{
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 16px;
  }
  .button_destacados{
    margin: 50px 0 0;
  }
  .button_destacados a{
      padding: 15px 20px;
      border-radius: 5px;
      text-align: center;
      text-transform: uppercase;
      margin: 0 10px;
  }
    /* ITEM HOTEL*/
  .content_hotel_item{
    display: flex;
    align-items: center;
    padding: 20px 50px;
  }
  .content_hotel_item h3{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 10px; 
    text-transform: uppercase;
  }
  .content_hotel_item p{
    margin-bottom: 20px;
  }
  .content_hotel_item a{
    font-size: 14px;
  }
  .bloque_clubes{
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 50px;
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
  .club_zenit_z2{
    height: 300px;
    background: #333;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 30px;
  }
  .club_corporate_z2{
    height: 300px;
    background: #b98a20;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 30px;
  }
  .bloque_clubes h3{
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
  }
  .bloque_clubes h5{
    padding: 10px 15px;
    border: 1px solid;
    border-radius: 5px;
    margin-top: 15px;
  }
  .bloque_clubes h5:hover{
    background: rgba(255,255,255,0.2);
  }
  .bloque_clubes a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer;
  }
  .des_clubes{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .bloque_clubes p{
    font-weight: 300;
    margin-top: 14px;
    letter-spacing: 0px;
  }
  .footer_gen_v2{
    max-width: 1200px;
    margin: 50px auto 0px;
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
  }
  .footer_gen_v2 p{
    font-size: 14px;
  }
  .footer_gen_v2 h4{
    font-size: 14px;
    font-weight: 300;
  }
  .column_footer_v2{
    padding: 20px;
  }
  .column_footer_v2 a:hover{
    color: #ec7032;
  }
  .leyenda_ubicacion{
    display: none;
  }
  .logo_hotel img{
    width: auto;
    max-width: 300px;
  }

@media (min-width: 0px) and (max-width: 600px){
  .logo-top-container a img{
    width: auto!important;
    height: auto;
    max-width: 150px!important;
  }
  .logo-top-container.logo_sevilla a img{
    max-width: 100px!important;
    max-height: 50px;
  }
  .content_agenda .condition_small{
    font-size: 10px;
  }
  .content_agenda .condition{
    font-size: 12px;
  }
  .content_agenda .condition_big{
    font-size: 16px;
  }
  .z2_checkbox ~ .modal_rgpd,
  .modal_rgpd{
    display: block!important;
  }
  .modal_rgpd{
    position: initial!important;
  }
  .content_news {
      padding-bottom: 20px!important;
  }
  .z2_checkbox{
    padding-bottom: 20px!important;
  }
  .boton_actividades{
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .boton_actividades a{
    font-size: 11px;
  }
  .precio_z2 span{
    color: #635148;
    font-size: 12px;
  }
  .menu-lang button{
    padding: 0 4px;
  }
  .component.headertoggle p{
    display: none;
  }
  .galeria_hotels{
    display: none;
  }
  .items_hotel.item_hotel_desktop{
    display: none;
  }
  .item_plan{
    margin: 10px 0px 0px;
  }
  .title_o{
    padding-bottom: 15px;
  }
  .item_sz2{
    background-image: none!important;
  }
  .g2_hotel p,
  .z2_planes p,
  .z2_location p,
  .z2_hotel p{
    line-height: 18px;
  }
  .agenda_movil .logo-top.wrapper.pa.ac.zixxl,
  .agenda_movil .logo-top.wrapper.pa.zixxl{
    width: 100%;
    text-align: left;
    background: #333;
    height: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
  }
  .agenda_movil .logo-top-container{
    width: 100%;
  }
  body:not(.general) .agenda_movil .logo-top-container{
    /*padding: 10px 15px!important;*/
    padding: 30px 15px 5px!important;
  }
  body.general.page-sub .agenda_movil .logo-top-container{
    /*padding: 10px 15px!important;*/
    padding: 30px 15px 10px!important;
  }
  .video_movil #video_background {
    position: absolute;
    bottom: 1px;
    right: 0px;
    left: 0px;
    min-width: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .agenda_movil .slide img{
    height: auto!important;
    width: 100%!important;
  }
  .agenda_movil .mainslider .owl-dots{
    bottom: 30px;
    display: flex;
    justify-content: center;
    position: relative;
    right: 0;
  }
  .precio_z2 i,
  .precio_z2 a,
  .add_form a{
    color: #635148;
  }
  .add_form{
    border-bottom: 1px solid #e4e4e4;
  }
  .content_agenda{
    margin: 0px;
  }
  .destacados_hotel{
    display: none;
  }
  .content_destacados i{
    font-size: 25px;
  }
  .cat_destacados{
    margin: 0px;
    flex-wrap: wrap;
  }
  .content_destacados{
    margin: 10px;
    width: auto;
  }
  .bloque_clubes h3{
    font-size: 20px;
  }
  .bloque_clubes a{
    font-size: 16px;
  }
}
@media (max-width: 900px){
  .bloque_clubes{
    grid-template-columns: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1023px){
  .z2_checkbox ~ .modal_rgpd,
  .modal_rgpd{
    display: block!important;
  }
  .modal_rgpd{
    position: initial!important;
  }
  .content_news {
      padding-bottom: 20px!important;
  }
  .z2_checkbox{
    padding-bottom: 20px!important;
  }
  /*.bookingmask_2 {
    display: none;
  }*/
  .add_form.form_tablet{
    display: none;
  }
  .destacados_hotel{
    padding: 0 0 50px;
  }
  .add_form{
    display: block;
  }
  .add_form a {
    color: #fff;
    text-decoration: none;
  }
  .precio_z2 i{
    color: #fff;
  }
  .destacados_hotel_movil{
    display: none;
  }
  .items_hotel.item_hotel_desktop{
    display: none;
  }
  .zenit_2{
    display: block;
  }
  .agenda_movil{
    display: none;
  }
  p{
    font-size: 16px;
  }
  .content_agenda{
    padding: 30px;
  }
  .text_sz2{
    align-items: center;
  }
  .content_agenda h2 {
    font-size: 40px;
  }
  .content_agenda p {
    font-size: 28px;
  }
  .content_agenda span {
    font-size: 50px;
  }
  .items_hotel {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0 10px;
  }
  .box_club_news{
    grid-template-columns: 50% 50%;
    grid-gap: 0px;
  }
  .enlace_black{
    background: transparent;
  }
  .z2main_footer a{
    font-size: 14px;
  }
  .z2main_footer{
    border-bottom: none;
    border-top: 1px solid transparent;
  }
  .box_info_hotel {
    text-align: left;
    margin: 30px 0 30px 50px;
    border-right: 1px solid #f4f4f4;
  }
  .enlace_black{
    display: none;
  }
  .box_info_hotel p{
    font-size: 14px;
  }
  .adc_banner{
    font-size: 25!important;
  }
  .g2_hotel{
    padding: 20px 30px;
  }
  .z2_news,
  .z2_clubes{
    margin: 0 20px;
  }
  .enlace_black_2{
    display: flex;
    align-items: center;
  }
  .agenda_d{
    display: none;
  }
  .bookingmask_d{
    display: none;
  }
  .mapa_d{
    display: none;
  }
  .plan_2{
    display: block;
  }
  .plan_3{
    display: none;
  }
  .button_deslizar{
    display: none;
  }
  .item_sz2{
    background-image: none!important;
  }
  .agenda_z2,
  .item_sz2{
    height: auto;
  }
  .logo_hotel{
    width: 100%;
  }
  .content_agenda{
    text-align: center;
  }
  .text_sz2 {
      align-items: start;
      padding-top: 25%;
  }
  .bookingmask.zenit_v2{
    bottom: 20%;
  }
  .box_planes .owl-dots{
    bottom: -15px!important;
    left: 0!important;
    right: 0!important;
  }
  .zenit_2 .owl-dots{
    left: 20px!important;
    bottom: 20px!important;
  }
  .item_plan{
    max-width: 600px;
    margin: 20px auto;
  }
  .item_plan img{
    max-width: 600px;
  }
  .cat_destacados{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    justify-content: center;
    align-items: center;
  }
  .destacados_hotel h3{
    font-size: 18px;
  }
  .content_destacados p{
    font-size: 14px;
  }
  .bloque_clubes h3{
    font-size: 25px;
  }
  .bloque_clubes a{
    font-size: 16px;
  }
}
@media (min-width: 600px) and (max-width: 900px){
  .footer_gen_v2{
    grid-template-columns: 50% 50%;
    text-align: center;
  }
}
@media (min-width: 901px) and (max-width: 1024px){
  .footer_gen_v2{
    grid-template-columns: 25% 25% 25% 25%;
    text-align: left;
    font-size: 12px;
  }
}
 @media (min-width: 601px) and (max-width: 1023px){
  .bookingmask.zenit_v2.video{
    bottom: 0;
  }
  .bookingmask.video .inner.booking_z2{
    background: #000;
    border-radius: 0;
    width: 100%!important;
  }
  #video_background{
    bottom: 230px!important;
    z-index: 7!important;
  }
 }
@media (min-width: 1024px) and (max-width: 1400px){
  .box_planes .owl-dots{
    bottom: -20px!important;
    left: 0!important;
    right: 0!important;
  }
  .bookingmask.zenit_v2{
    bottom: 15%;
  }
}
@media (min-width: 1024px){
  .leyenda_ubicacion{
    display: block;
  }
  .add_form.form_tablet{
    display: none;
  }
  .add_form a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  .precio_z2 i{
    color: #fff;
  }
  .destacados_hotel_movil{
    display: none;
  }
  .box_planes .owl-dots{
    bottom: -20px!important;
    left: 0!important;
    right: 0!important;
  }
  .bookingmask.zenit_v2{
    bottom: 10%;
  }
  .bookingmask.zenit_v2.video{
    bottom: 0;
  }
  .bookingmask.video .inner.booking_z2{
    background: #000;
    border-radius: 0;
    width: 100%!important;
  }
  .items_hotel.item_hotel_movil{
    display: none;
  }
  .zenit_2 .slide img{
    height: auto;
  }
  .zenit_2{
    display: block;
  }
  p{
    font-size: 16px;
  }
  b{
    font-weight: 500!important;
  }
  .content_agenda{
    padding: 90px 50px 20%;
  }
  .content_agenda.padding_big{
    padding: 210px 50px 20%;
  }
  .content_agenda h2{
    font-size: 45px;
    max-width: 75%;
    margin: 0 0 0 auto;
  }
  .content_agenda p{
    font-size: 30px;
  }
  .content_agenda span{
    font-size: 65px;
  }
  .adc_banner{
    font-size: 35px;
  }
  .items_hotel {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 25px;
  }
  .max_w{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .box_club_news {
    grid-template-columns: 50% 50%;
    grid-gap: 0px;
  }
  .enlace_black{
    display: none;
  }
  .enlace_black_2{
    display: flex;
    align-items: center;
  }
  .z2main_footer a{
    font-size: 14px;
    line-height: 1.4;
  }
  .z2main_footer{
    border-bottom: none;
  }
  .box_info_hotel {
    text-align: left;
    margin: 30px 0 30px 50px;
    border-right: 1px solid #f4f4f4;
  }
  .box_info_hotel p{
    font-size: 14px;
  }
  .hotel_item{
    height: 100%;
    min-height: 250px;
  }
  .agenda_m{
    display: none;
  }
  .agenda_d{
    display: block;
  }
  .text_sz2{
    bottom: 0;
    align-items: center;
  }
  .logo_hotel {
    /*background: rgba(54,54,54,0.8);*/
    opacity: 1;
    position: absolute;
    top: 50px;
    z-index: 10;
    width: 30%;
    text-align: left;
    /*padding: 20px 30px;*/
    padding: 35px 30px 20px;
    /*box-shadow: 1px 1px 5px rgba(0,0,0,0.5);*/
  }
  .d_grids{
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
  .content_news{
    padding: 50px 50px;
  }
  .z2_clubes{
    padding: 110px 50px;
  }
  .z2_clubes{
    display: flex;
    align-items: center;
  }
  .hotel_item h2{
    padding: 20px 5px;
  }
  /*.bookingmask_2{
    display: none;
  }*/
  .bookingmask_d{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .mapa_m{
    display: none;
  }
  .mapa_d{
    display: block;
    width: 100%;
    max-width: 1600px!important;
  }
  .z2_checkbox input[type="checkbox"]{
    width: 18px;
    height: 18px;
  }
  .g2_hotel{
    padding: 50px 30px 20px;
  }
  .more_offers{
    padding-bottom: 50px;
  }
  .z2_planes{
    padding: 50px 10px 10px;
  }
  .z2main_footer{
    border-bottom: none;
    border-top: 1px solid transparent;
  }
  .z2_hotel{
    margin-top: 30px;
    padding-top: 0px;
  }
  .items_hotel{
    margin-bottom: 50px;
  }
  .plan_2{
    display: block;
  }
  .plan_3{
    display: block;
  }
  .title_1{
    font-size: 24px;
  }
  .z2_end p{
    font-size: 13px;
  }
  .button_deslizar{
    display: block;
  }
  .logo_hotel{
    opacity: 1;
    position: absolute;
    top: 50px;
    z-index: 10;
    width: 26%;
    text-align: left;
    /*padding: 20px 30px;*/
    padding: 35px 30px 20px;
  }
  .logo_hotel img{
    width: auto;
    max-width: 300px;
  }
  .agenda_z2,
  .item_sz2{
    height: -webkit-fill-available;
  }
  .click_agenda{
    bottom: 140px;
  }
  /* Slider imgs */
  .item_sz2_img_1{
    background-image: url(/img/lisboa2/slider2-home_2.jpg);
  }
  .item_sz2_img_2{
    background-image: url(/img/lisboa2/slider2-home_2.jpg);
  }
  .agenda_movil{
    display: none;
  }
  .z2_clubes{
    padding: 0 50px;
  }
  .rrss_desktop{
    padding-top: 0px;
    display: block;
  }
  .rrss_movil{
    display: none;
  }
  .brown_butt{
    margin: 10px auto 0;
    width: 300px;
  }
  .z2_location{
    padding: 50px 0;
  }
  .zenit_v2 .booking_z2 .form-group{
    width: 14%!important;
  }
  .general .booking_z2 .form-group{
    width: 12.5%!important;
  }
  .booking_z2 .form-group:nth-child(8){
    width: 16%!important;
  }
  .butt_maps{
    padding: 10px;
    font-size: 18px;
    background: #635148;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
  }
  .butt_maps .en_brown{
    color: #fff;
    font-weight: 300;
  }
  .z2_news input.butt_orange{
    width: 300px;
    justify-content: center;
    display: flex;
    margin: -65px auto 15px;
  }
  .footer_gen_v2{
    grid-template-columns: 25% 25% 25% 25%;
    text-align: left;
  }
}
@media (max-width: 1200px){
  #newsleter_rgpd_table .table-general{
    font-size: 9px;
  }
}
@media (min-width: 1500px){
  .box_planes .owl-dots{
    bottom: -20px!important;
    left: 0!important;
    right: 0!important;
  }
  .zenit_2{
    display: block;
  }
  .text_sz2{ 
  }
  .content_agenda{
    max-width: 1600px;
    width: 100%;
  }
  .content_agenda h2{
    max-width: 70%;
  }
  .agenda_movil{
    display: none;
  }
  .content_agenda h2{
    font-size: 65px;
  }
  .content_agenda p{
    font-size: 45px;
  }
  .zenit_2 .slide img{
    width: 100%!important;
  }
}
/* css tooltop*/
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tiptext {
    visibility: hidden;
    width: 140px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 6px 0;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tooltip .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.tooltip:hover .tiptext {
    visibility: visible;
}
/* tooltip arriba*/
.tooltip.top .tiptext{
    padding: 10px;
    font-size: 12px;
    text-decoration: underline;
    margin-left: -60px;
    bottom: 150%;
    left: 50%;
}
.tooltip.top .tiptext::after{
    margin-left: -5px;
    top: 100%;
    left: 50%;
    border-color: #2E2E2E transparent transparent transparent;
}
/* tooltip abajo */
.tooltip.bottom .tiptext{
    padding: 10px;
    font-size: 12px;
    text-decoration: underline;
    margin-left: -60px;
    top: 150%;
    left: 50%;
}
.tooltip.bottom .tiptext::after{
    margin-left: -5px;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent #2E2E2E transparent;
}
/* tooltip izquierda */
.tooltip.left .tiptext{
    padding: 10px;
    font-size: 12px;
    text-decoration: underline;
    top: -11px;
    right: 110%;
}
.tooltip.left .tiptext::after{
    margin-top: -5px;
    top: 50%;
    left: 100%;
    border-color: transparent transparent transparent #2E2E2E;
}
/* tooltip derecha */
.tooltip.right .tiptext{
    padding: 10px;
    font-size: 12px;
    text-decoration: underline;
    top: -11px;
    left: 110%;
}
.tooltip.right .tiptext::after{
    margin-top: -5px;
    top: 50%;
    right: 100%;
    border-color: transparent #2E2E2E transparent transparent;
}
#video_background {
 position: absolute;
 bottom: 145px;
 right: 0px;
 left: 0px;
 min-width: 100%;
 min-height: auto;
 width: 100%;
 height: 70%;
 z-index: 7;
 overflow: hidden;
 }
 #video_pattern {
 background:#fff;
 position: fixed;
 opacity: 0.8;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 1;
 }
 /*new POLITICAS*/
 .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.twobutton {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.twobutton:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .twobutton {
  background-color: #ec7032;
}

input:focus + .twobutton {
  box-shadow: 0 0 1px #ec7032;
}

input:checked + .twobutton:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.twobutton.round {
  border-radius: 34px;
}

.twobutton.round:before {
  border-radius: 50%;
}
.item_politicas{
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 10px;
}
.enlace_politicas{
  font-weight: 700;
  color: #333;
  cursor: pointer;
}
.enlace_politicas:hover{
  color: #333;
}
.table_politicas{
  width: 100%;
}
.table_politicas td{
  padding: 5px 10px;
  font-size: 10px;
}
button.button-conf-cookies{
    margin: 20px auto 0;
    width: 100%;
}
.modal-dialog.modal-cookies{
  width: 90%;
  max-width: 1000px;
}
.modal-cookies p{
  font-size: 14px;
}
.notice .boton_aceptar{
    margin: 10px auto 0;
    background: #ec7032;
    border: none;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.notice .boton_aceptar:hover{
    background: #635148
}
.notice p{
  font-size: 12px!important;
}


@media (max-width: 1000px) and (orientation: landscape){
  .agenda_movil {
    display: block;
  }
  .zenit_2{
    display: none;
  }
  .agenda_movil .wrapper.fullheight{
    height: 100vh!important;
    padding-top: 0!important;
  }
  .mainslider .owl-item .image, .text-slider-wrapper .owl-item .image{
    width: 150%;
  }
  .agenda_movil .text_sz2{
    padding-top: 130px;
  }
  body.is-adaptive .logo-top-container a img{
    width: 170px!important;
  }
  body.is-adaptive .mobile-horizontal .logo-top{
    margin-top: 75px!important;
    position: absolute!important;
  }
  .content_agenda h2,
  .content_agenda span{
    font-size: 25px;
  }
  .content_agenda p{
    font-size: 20px;
  }
  .content_agenda .condition_big{
    font-size: 18px;
  }
  .agenda_movil .content_agenda img{
    max-width: 250px!important;
  }
  body.page-sub:not(.general) .logo-top-container {
    padding-top: 0px!important;
  }
}

@media (min-width: 569px){
  .roi-search-engine__item--promo {
    max-width: 300px;
  }
}

/* Ajuste boton slider hotel */
@media (max-width: 400px) {
    .content_agenda a.butt_orange {
        /* text-align: center; */
        /* display: block; */
        /* width: fit-content; */
        /* max-width: 100%; */
        font-size: 0.8em;
        padding: 10px 1em;
    }

}</pre></body></html>