/* Header */
.fixed-top-header{
    background-color: #01283a !important;
    /* background-image: url('https://live.feeltourist.com/hipotels/contenido/centro_8401/feelapp/header_bg.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
}



/* Nuevo logo */
.brand-logo > img {
  margin-top: 18%;
  width: 80px;
}

#nombre_hotel{
    display: none;
}



/* Padding lateral para contenido */
.padding-x{
    padding-left: 8px;
    padding-right: 8px;
}



/* Iconos portada titulo de seccion */
.icono_portada_header{
    display: flex;
    margin-top: 1em;
    font-size: 16px;
    color: #34323D;
    margin-bottom: .25rem;
    padding-left: 4px;
    padding-top: 1em;
}



/* Iconos portada espacio lateral del contenido */
.icon-block.block{
    position: relative;
    margin-bottom: -2px;
}



/* Iconos portada espacio lateral de las casillas (s6 m6) */
.css_a_sin_estilo > .col {
    padding: 0 2px;
}



/* Iconos portada degradado negro */
.css_degradado_negro {
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(100,100,100,0)) !important;
}

.css_texto_bloque_imagen{
    font-weight: 500;
    position: absolute;
    bottom: .8em;
    margin-left: .8em;
    font-size: 13px;
}



/* Footer */
.footer-menu {
    /* bottom: 0.75em; */
    bottom: 1.5em;
    width: 96%;
    margin-left: 2%;
    /* margin-left: calc(50% - 740px/2); */
    /* margin-left: calc(); */
    border-radius: 50px;
    height: 55px;
    max-width: 730px;
    /* filter: drop-shadow(16px 16px); */
    box-shadow: 0 4px 40px rgba(0,0,0,.5);
}

.footer-menu ul {
    display: inline-flex;
    margin-left: 5%;
}

.footer-menu li {
    display: flex;
    width: 18%;
    align-items: center;
    justify-content: center;
}
.footer-menu.boxed li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-top: 1px;
}

.footer-menu li i {
    width: 25px;
    height: 25px;
}

.footer-menu li span {
  font-size: 10px;
}

.footer-menu .home-icon{
    background-color: #FFF;
    border-radius: 50%;
}

.footer-menu.boxed li a.home-icon {
  height: 65px;
  width: 65px;
  margin-top: -5px;
}

.home-icon .texto-icono-footer{
    display: none;
}

.footer-menu.boxed li a.home-icon i{
    width: 32px;
    height: 32px;
    font-size: 32px;
    margin-top: 3px;
}

.footer-menu.boxed li a.home-icon i.mdi-home{
    color: var(--primary-color);
}
/* Fin Footer */

/* Menu lateral */
#slide-nav .title,
.a-menu-lateral,
.title.title-menu-lateral{
    /* font-size: 14px; */
    color: #34323D!important;
}
/* Fin menu lateral */




/* Titulo de paginas */
.pagetitle{
    font-size: 17px;
    color: #34323D!important;
}

.pagetitle::before,
.pagetitle::after,
.spacer {
    display:none!important;
}

.spacer {}
/* Fin titulo secciones */



/* Content casillas */
.a-content-casillas,
.a-content-restaurants {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.content-casillas,
.content-restaurants {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 10px;
}

.content-img-casillas,
.content-img-restaurant {
  width: 115px;
  height: 115px;
  min-width: 115px;
  min-height: 115px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px 0 0 10px;
}

.content-texto-casillas,
.content-texto-restaurants {
  position: relative;
  width: 100%;
  height: 115px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
}

.content-texto-casillas > div,
.content-texto-restaurant > div {
  width: 100%;
}
.titulo-casillas,
.titulo-restaurant {
  font-size: 14px;
  color: #0E1811;
  text-align: left;
}

.subtitulo-casillas,
.subtitulo-restaurant {
  font-size: 13px;
  color: dimgrey;
}

.hora-apertura-casillas,
.hora-apertura-restaurant {
  font-size: 13px;
  color: #818589;
  position: absolute;
  bottom: 5px;
  align-self: flex-end;
  text-align: right;
  font-weight: 300;
}
/* Fin content casillas */



/* Content Restaurantes y Bares */
.restaurants-content-title {
    margin-left: .75em;
    margin-bottom: 0px;
}

.restaurants-container {
    margin-left: unset;
    margin-right: unset;
    width: 100%;
}

.restaurants-container  .team-member.card{
    -webkit-box-shadow: unset;
  box-shadow: unset;
}

.restaurants-container .content-img-restaurantes {
    border-radius: unset;
}

.restaurants-container .indicators {
    display: none;
}

.restaurants-container .brief *{
    font-size: 12px;
    text-align: left;
    font-weight: 500;
}

.restaurants-container .brief {
    padding: 5px 24px;
}

.restaurants-container strong{
    color: #34323D;
    font-size: 13px!important;
    font-weight: 600 !important;
}

.top-info{
    margin-top: 1em;
    padding: 5px 24px;
}

.top-info *{
    font-size: 12px!important;
}

.top-info > .row{
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: unset; */

}

hr.info-separator{
    margin: 5px 24px 5px 24px;
  border-top: 0px solid #34323D;
  opacity: 0.5;
}

.modal-reserva-restaurante{
    background-color: var(--accent-color);
    color: #FFF;
    box-shadow: unset;
    margin-bottom: unset;
}
.carta-restaurante-inferior{
    box-shadow: unset;
}

@media only screen and (max-width: 400px)  {
    .content-container{
        margin-left: unset;
        margin-right: unset;
        width: 100%;
    }



}


@media only screen and (min-width: 400px) and (max-width: 800px) {
    .home_carousel.carousel.carousel-slider .carousel-item {
        min-height: 210px!important;
    }

    .home_carousel.carousel {
        height: 210px !important;
    }

    .footer-menu{
        /* margin-left: 25%; */
        /* margin-left: calc(50% - 740px/2); */
    }
}

@media only screen and (min-width: 1081px) {
  .footer-menu {
    margin-left: 25%;
    max-width: 50%;
  }
}

/* @media only screen and (min-width: 801px) and (max-width: 1080px) {
    nav .brand-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .home_carousel.carousel.carousel-slider .carousel-item {
        min-height: 510px!important;
    }

    .home_carousel.carousel {
        height: 510px!important;
    }
} */
/* Fin content Restaurantes y Bares */



/* Cartas dinamicas */
.menu-title {
    display: none;
}

.css_cabeza_collapsible {
    margin-top: 12px!important;
    font-size: 14px !important;
    color: #34323D!important;
    background-color: transparent!important;
}

.collapsible-header i {
    background-color: transparent!important;
}
.carta_dinamica_modal *{
    font-size: 12px;
}

.descripcion_carta_dinamica > p{
    text-align: center;
}

.nombre_carta_dinamica,
.content-precio-cartas{
    font-size: 14px!important;
    font-weight: 600;
}

.carta_icon_alerta {
  width: 20px;
  height: auto;
  padding-top: 20px !important;
}

.alergenos_carta {
  display: inline-flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
/* Fin cartas dinamicas */



/* Contenidos */
.content-pagetitle{
    margin-left: .75em;
}
.content-container{
    width: 100%;
}

.seccion_habitaciones_hd * {
    font-size: 12px!important;
}

.seccion_habitaciones_hd{
    /* margin-left: unset;
    margin-right: unset;
    width: 100%; */
    margin-top: unset;
    margin-bottom: .75em;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: #FFF;
}

.seccion_habitaciones_hd .swiper-container{
    height: 210px;
}

.seccion_habitaciones_hd .texto_corporativo_pinero {
    padding: 10px 15px 15px 25px;
}

.content-container .swiper-container .swiper-slide{
    display: flex;
  justify-content: center;
}

.content-container .swiper-container .swiper-slide img{
    width: auto;
    height: 100%;
}

.content-container .imagen_habitaciones_pinero{
    height: 210px;
    max-height: 210px;
    width: calc(100% + 40px);
    padding-top: 0%;
    padding-right: 0%;
    padding-right: 0%;
    margin-left: -25px;
    margin-right: -15px;
    border-radius: unset;

}

.content-container .seccion_habitaciones_hd{
    border-radius: unset;
}

.content-container .seccion_habitaciones_hd .texto_corporativo_pinero {
  padding-top: 0px;
  margin: 5%
}
/* Fin contenidos */

/* Cartas dinamicas */

.modal-carta-v2{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.modal-carta-v2 .modal-content-v2{
    border: unset !important;
}

.modal-carta-v2  .modal-content-v2 .collapsible.transparent li{
    box-shadow: unset !important;
}

.modal-carta-v2 .header-carta{
    font-size: 14px!important;
    color: #34323D!important;
    font-weight: 600;
}

.modal-carta-v2 .collapsible > .active > .collapsible-header.header-carta{
    background-color: unset!important;
    /* color: unset !important; */
}

.css_cabeza_collapsible{
    text-align: unset;
}

.modal-carta-v2 .active .collapsible-header::after {
    content: "\F140"!important;
}
.modal-carta-v2 .active > .collapsible-header::after {
  content: "\F143"!important;
}

.modal-carta-v2 .img_plato{
    width: 50px;
    height: 50px;
    margin-top: 5px;
}

.modal-carta-v2 .row{
    margin-bottom: 5px;
}
/* Fin cartas dinamicas */


.section {
  /* padding-top: 1rem; */
  /* padding-bottom: 3rem; */
  margin-bottom: 30px;
}


.texto_corporativo_pinero.padding_lateral {
  /* padding: unset!important; */
}

.imagen_habitaciones_pinero.img_box_horizontal{
    /* padding: 0; */

  padding: 0px -15px 0px -25px;

}

.margen_li_icono {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 6px;
  margin-left: unset;
}

.texto_pinero p {
    margin-top: 0px;
}

.margen_li_icono .icon-svg {
  height: 23px !important;
  width: 23px !important;
  margin-left: 0px;
}

.margen_li_icono .li_icono{
    font-weight: 700;
    font-synthesis: 14px;
}

.contenido_iconos {
  width: 100%;
  margin-bottom: 0px;
}

.contenido_iconos .margen_li_icono{
    margin-bottom: 0px;
}

.linea_superior_separacion {
  border-top: solid 1px #c5c5c5;
    padding: 2%;
    margin-top: 2%;
}

.content-row{
  margin-right: -.1rem!important;
}

.content-row .width_98{
    width: 100%;
}

.llamada {
    color: #5AC3D4 !important;
}

.box_texto {
    margin: 5%;
}

.list_style_basic li {
    list-style-type: disc !important;
}

.filtro_blanco {
    filter: brightness(0) invert(1);
}

.waves-light.exterior {
    margin-left: 18%;
}

.toggle-btn.horario_completo {
    background: #ffffff;
    border: 2px solid #00A0AD;
    color: #00A0AD;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    transition: all 0.3s ease;
    margin-bottom: 5%;
    text-align: center;
}

.toggle-btn.horario_completo:hover {
    background: #00A0AD;
    color: #ffffff;
}

.toggle-btn.horario_completo.active {
    background: #00A0AD;
    color: white;
}

.contenido-toggle.horario_completo {
    margin-top: -5%;
    background: #ffffff;
    border: 2px solid #00A0AD;
    color: black;
    margin-bottom: 3%;
}

.horario_sub {
    display: block;
    margin-left: 35%;
}

.list_style_basic.horario_completo li {
    list-style: disc;
}

.list_style_basic.horario_completo li::marker {
    color: #00A0AD;
}

.toggle-btn {
    background-color: #00a0ad;
    color: white;
    padding: 10px 16px;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.toggle-btn.flecha_toggle {
    background: transparent !important;
    color: #00A0AD !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block !important;
    width: 100%;
    text-align: right !important;
    font-size: 0;
    margin-top: -10%;
}

.toggle-btn.flecha_toggle::after {
    content: "›";
    font-size: 30px;
    font-weight: bold;
    color: #00A0AD;
    padding-left: 3%;
}

.toggle-btn.flecha_toggle.active::after {
    content: "›";
}

.texto_pinero.desplegable {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    margin-left: 59%;
    margin-top: -7%;
}

.contenido-toggle.info_extra_horizontal {
    width: 100%;
    padding: 12px 16px;
    background: white;
    color:black;
    border-radius: 7px;
    border: 1px solid #00a0ad;
    margin-top: 5px;
    animation: fadeIn 0.3s ease-in-out;
}

.fila_horario {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 0;
}

.fila_horario strong {
    min-width: 110px;
    font-weight: bold;
}

.fila_horario .horas {
    text-align: right;
    line-height: 1.4;
    white-space: nowrap;
}

ul.horario_completo {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fila_horario {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 6px 0;
}

.fila_horario strong {
    flex: 0 0 auto;
    font-weight: 600;
}

.fila_horario .horas {
    text-align: right;
    white-space: nowrap;
    line-height: 1.4;
}

.cabecera_restaurante {
    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
    padding: 12px 0;
}

.restaurante_info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flecha {
    width: 10px;
    height: 10px;
    border-right: 2px solid #00A0AD;
    border-bottom: 2px solid #00A0AD;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

.toggle-btn.active .flecha {
    transform: rotate(-135deg);
}

.horario_principal {
    margin-left: 35px;
}

.texto_horario {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 0;
}

.texto_horario .horas {
    text-align: right;
    white-space: nowrap;
}

.box_horizontal {
    width: 105%;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 16px;
    margin-top: 12px;
    background-color: #ffffff;
}

.toggle-btn.btn_horizontal {

}

.box_cartas {
    display: flex;
}

.box_cartas.alone {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.box_horizontal .margen_li_icono .icon-svg {
    margin-right: 2%;
}

.horizontal .margen_li_icono {
    display: flex;
    flex-direction: row;
}

.img_box_inside>img {
    padding: 2%;
}

.popup_inactivo {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.popup_inactivo_box {
    background: #fff;
    border-radius: 12px;
    padding: 18px 16px;
    width: min(92vw, 360px);
    text-align: center;
}

.popup_inactivo_btn {
    margin-top: 12px;
    padding: 10px 14px;
    border: 0;
    border-radius: 10px;
    background: #00A0AD;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.flecha_toggle::after {
    content: "›";
    font-size: 26px;
    font-weight: bold;
    color: #00A0AD;
    transition: transform 0.25s ease;
}

.flecha_toggle.active::after {
    transform: rotate(90deg);
}

.contenido_iconos.horizontal {
    padding-bottom: 2%;
}

.margen_li_icono.horizontal {
    display: flex;
    flex-direction: row;
    padding: 1%;
}

.li_icono.horario {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.li_icono.horario strong {
    font-weight: 600;
    /* opcional */
}

.bton_enlace {
    background-color: transparent;
    border: 1px solid #5AC3D4;
    box-sizing: border-box;
    padding: 12px 18px;
    margin-top: 3%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 6px;
}
.bton_enlace a {
    color: #5AC3D4;
}

.box_cerrado {
    border: 2px solid #c62828;
    color: #c62828;
    background-color: #ffffff;
    padding: 12px 18px;
    margin: 15px 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 6px;
}

.margen_li_icono.list_title{
    margin-right: 9%;
}