@media only screen {
    nav .brand-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 992px) {
    .section,
    .home_carousel {
        margin-left: 15%;
        width: 70%;
    }

    .home_carousel {
        height: 350px!important;
    }
}


.css_a_sin_estilo{
    color: #455a64;
}

.displayNoneWebapp{
    display: none !important;
}

[data-menu="dark"] * > a {
    color: #CFD8DC;
}

.css_texto_centro{
    text-align: center;
}

.brief {
    text-align: justify;
}

.btn2 {
    background-color: transparent;
    border: 1px solid var(--accent-color);
    box-sizing: border-box;
    color: var(--accent-color);
}

.btn2:hover {
    color: white;

}

.displayNone{
    display: none !important;
}

strong{
    color: #B3AE9B;
}

.footer-menu li i {
    display: block;
    font-size: 28px;
}


.footer-menu.circular li a.active i {
    margin: auto;
    font-size: 20px;
}

.page-footer {
    padding-bottom: 1px;
}

.social-colored .social a i.mdi-instagram {
    background: white;
}

.center{
    text-align: center !important;
}

.css_fixed_bottom {
    position: fixed;
    bottom: 0px;
}

.css_popup_cerrar_fixed{
    margin-bottom: 30px;
}

.css_margin_bottom_0{
    margin-bottom: 0px !important;
}


.css_margin_top_0{
    margin-top: 0px !important;
}


.css_padding_bottom_0{
    padding-bottom: 0px !important;
}

.css_padding_0{
    padding: 0px !important;
}

.css_margin_0{
    margin: 0px !important;
}


.css_logo_restaurante_absolute > img {
    width: 110px;
    height: auto;
    float: right;
    margin-right: 15px;
    padding-top: 10px;
}

.css_logo_restaurante_center{
    text-align: center;
    margin-top: 10px;
}

.css_logo_restaurante_center > img{
    width: auto;
    max-height: 90px;
    max-width: 60%;
    margin: 0 auto;
}

.css_line_height > li > a{
    line-height: 1 !important;
}

.css_line_height {
    line-height: 1.2 !important;
}

.css_imagen_fondo{

    background-position: center;
    background-size: cover;
}


.css_margin_right_10{
    margin-right: 10px;
}

.has-image > .css_lugar_animacion{
    margin-right: 10px;
}

.nothas-image > .css_lugar_animacion{
    float: left;
    margin-left: 0px;
    margin-top: 10px;
}

.carousel.carousel-slider .carousel-item {
    min-height: 250px;
}

.carousel {
    height: 250px;
}

.carousel.carousel-fullscreen .indicators {
     bottom: 15px;
}

.css_carousel_imagen{
   width: 289px;
    height: 30px;
}

.css_carousel_imagen > img {
    width: 100%;
    height: auto;
}


.css_bloque_imagen {
    background-position: center !important;
    background-size: cover !important;

}

.css_degradado_negro{
    background: linear-gradient(to bottom, rgba(0,0,0,0.80), rgba(100,100,100,0)) !important;
}

.css_bloque_imagen_size{
    height: 130px;
}


.css_texto_bloque_imagen {
    margin-top: 15px;
    text-align: left;
    margin-left: 15px;
    line-height: 1.1;
}

.css_texto_bloque_imagen_2{
    margin-top: 15px;
}


.modal.bottom-sheet {
    max-height: 70%;
    margin-bottom: 0px;
    padding-bottom: 54px;
}

.css_marcador_arriba_bloque{

    border-radius: 10px 10px 0px 0px;
    padding: 5px;

}

.css_marcador_abajo_bloque {
    border-radius: 0px 0px 10px 10px;
    padding: 5px;
    margin-bottom: 20px;
}


.css_border_no-radius_bottom{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-bottom: 0px !important;
}

.modal.modal-fixed-footer .modal-footer {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}

.modal.bottom-sheet .modal-footer {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}

textarea.materialize-textarea {
    min-height: 120px;
}

textarea.materialize-textarea2 {
    min-height: 20px;
}

.collapsible.transparent {
    border: 0px !important;
    margin-top: 0;
    margin-bottom: 0;
}

.collapsible.transparent .collapsible-header, .collapsible.transparent li {
    border-radius: 0px !important;
}

.css_cabeza_collapsible {
    text-align: center;
    padding: 8px;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
}

.css_footer_collapsible{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 2px;
    width: auto;
}

.collapsible > .active > .collapsible-header {
    background-color: var(--accent-color);
    color: white;
}

.collapsible > .active > .collapsible-header > i {
    background-color: white;
    color: var(--accent-color);
}

.collapsible-body {
    padding: 0px;
}


.col.s10.m10.css_carta_nombre {
    margin: 5px 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
}

.css_carta_precio{
    margin: 5px 0px;
    font-size: 14px;
    text-align: right;
}

.css_separador_carta {
    width: 100%;
    margin: 0px auto;
    height: 1px;
    background-color: #ececec;
}

.chip2 {
    display: inline-block;
    height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
    padding: 0 9px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 10px;
    margin-right: 5px;
}

.brand-logo > img {
    height: auto;
    margin-top: 12px;
    width: 89px;
}

.css_mapa_iframe {
    width: 100vw;
    /* height: 76vh; */
    height: 75vh;
    border: 0px !important;
}

.css_iframe_hmobile {
    width: 100vw;
    height: 85vh;
    border: 0px !important;
    margin-top: 56px;
}

.css_mapa_iframe_cabecera {
    background-color: var(--accent-color);
    position: absolute;
    width: 100%;
    height: 60px;
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 16px;
}

.css_btn_mapa_digital {
    background-color: var(--accent-color);
    width: 100%;
    height: 60px;
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 16px;
    margin-bottom: 4px;
}

.home_carousel .carousel-item-sinsombra::after {
     background-color: transparent !important;
}

.btn-large{
    border-radius: 10px;
}

.css_texto_cuenta_dias{
    font-weight: 600 !important;
    font-size: 30px !important;
    padding-top: 10px !important;
}

.css_cuenta_numeros {
    font-weight: 600 !important;
    font-size: 20px !important;
    margin: 10px 5px !important;
    background-color: whitesmoke;
    padding: 5px;
    border-radius: 4px;
    color: black;
}

.css_margen_cuenta_atras{
    margin-top: 20px;
}

.css_input_lista {
    border: none;
    box-shadow: none !important;
    background-color: #e8e8e8 !important;
    border-radius: 0px !important;
    margin: 0px !important;
}

.btn-floating {

    border-radius: 100%;
}

.css_margin_right_0{
    margin-right: 0px !important;
}

.width_98{
    width: 98%;
}


nav .brand-logo, nav .navicon {
    color: white;
}


.css_desactivado_boton_foto {
    background: rgba(100,100,100,0.8) !important;
}

.preloader-background.active_loading{
    display: flex !important;
    background-color: rgba(0,0,0,0.9) !important;
}

.recepcion_servicios_icono_texto {
    text-align: center;
}

.icono_linea > img {
    margin: 0 auto;
    display: block;
}

.padding-right5 {
    padding-right: 5px !important;
}

.margin-bottom-9{
    margin-bottom: 9px;
}

.mdi-color-accent{
    color: var(--accent-color);
}

.title.color-black {
    font-size: 16px;
    font-weight: bolder;
}

.margin-cero{
    margin: 0px !important;
}

.a-menu-lateral{
    display: flex !important;
    align-items: center !important;
}

.title-menu-lateral{
    max-width: calc(100% - 80px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-slider-seccion{
    margin-top: 57px;
    margin-bottom: -50px;
}

.icon-exclusive{
    background: url("https://live.feeltourist.com/baobabsuites/contenido/_general/feelapp/iconos/menu_lateral/icono-exclusive-footer.png") no-repeat scroll center center / 26px auto;
    height: 26px;
}

.activo-home > .icon-exclusive{
    background: url("https://live.feeltourist.com/baobabsuites/contenido/_general/feelapp/iconos/menu_lateral/icono-exclusive-footer-b.png") no-repeat scroll center center / 26px auto;
    height: 26px;
}

.mdi-whatsapp {
    color: white;
    background-color: #23d366;
    border-radius: 5px;
    line-height: 30px !important;
    width: 30px !important;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}

.chatbot {
    margin-top: 80%;
    margin-left: 16%;
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0 3px 11px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 7px;
}
.icon-calabaza {
    background: url("https://live.feeltourist.com/baobabsuites/contenido/_general/feelapp/iconos/menu_lateral/calabaza23.png") no-repeat scroll center center / 26px auto;
    height: 26px;
}

.titulo_pinero {
    color: #b3ae9b !important;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding: 18px;
    line-height: 40px;
}

.subtitulo_pinero {
    text-align: center;
    font-weight: bold;
    color: #4F8E96;
}

.displayNone_webapp {
    display: none;
}

.sub_titulo {
    text-align: center;
    font-weight: bold;
    margin-top: 5%;
}

.letra_gris_pinero {
    text-align: justify;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0% 5%;
    padding-left: 5%;
    height: auto;
    margin-top: 5px;
}

.parrafo_espaciado {
    margin-bottom: 9%;
    text-align: justify;
}

/* .texto_corporativo_pinero div {
    padding: 7px;
} */

.icon-svg {
    display: inline-block !important;
    height: 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    float: left;
}


.ajuste_texto {
    width: 92%;
}

.img_libre {
    width: 100%;
    height: auto;
    padding: 10px;
}

.intro {
    padding-top: 20px !important;
}

.item {
    max-height: 150px;
    width: 100%;
}

.texto_corporativo_pinero .recepcion_servicios {
    padding-top: 0px !important;
}

.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    width: 100%;
    flex-shrink: 0;
    text-align: center;
    margin-bottom: 15px;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.margen_li_icono {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 6px;
    margin-left: 20px;
}

.sub_li_icono {
    margin-left: 17%;
    margin-bottom: 7%;
}

.icon-svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.margen_amplio {
    margin-left: 50px;
}

.texto_corporativo_pinero .li_icono {
    padding-top: 0px !important;
}

.letra_gris_pinero {
    color: #b3ae9b;
}

.texto_bajo_icono {
    margin-left: 20px;
    padding-top: 0px !important;
}

.margin_top {
    margin-top: 20px;
}

.bloque-toggle {
    margin-bottom: 1rem;
}

.toggle-btn {
    margin-left: 9%;
    background-color: #b3ae9b;
    color: white;
    padding: 10px 16px;
    border: none;
    width: 80%;
    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);
}

.flecha {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 10px;
    flex-shrink: 0;
}

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

.contenido-toggle {
    display: none;
    padding: 12px 16px;
    background: #b3ae9b;
    border-radius: 7px;
    border: 1px solid #ddd;
    margin-top: 5px;
    animation: fadeIn 0.3s ease-in-out;
}

.contenido-toggle p {
    padding: 10px;
}

.toggle-btn {
    outline: none;
}

.toggle-btn:focus-visible {
    outline: none;
    box-shadow: none;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.img_suelta {
    width: 100%;
}

.margin_top_extra {
    margin-top: 25px;
}


.sub_seccion_habitaciones_hd {
    box-shadow: 0 1px 3px 0 #5d6363, 0 0 0 1px #d4d4d5;
    margin-bottom: 2%;
    margin-left: 2.5%;
    margin-top: 2%;
    width: 90% !important;
    display: flex;
    min-height: 138px;
    height: auto;
    position: relative;
    align-items: initial;
    justify-content: center;
    flex-flow: row wrap;
}

.list_style_basic>li {
    list-style: disc !important;
    margin-left: 25px;
    padding-right: 10px;
}

.list_style_numerico>li {
    list-style: decimal !important;
    margin-left: 25px;
    padding-right: 10px;
}

.letra_cursiva {
    font-style: italic;
    text-align: center;
}

.carta_restaurante {
    background-color: #b3ae9b;
    color: #ffffff;
    margin: 3px;
    text-align: center;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.box_info_extra {
    background-color: #f9f9f9;
    color: #b3ae9b;
    box-shadow: 6px 4px 6px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
    width: 75%;
    margin-left: 13%;
    margin-top: 20px;
}

.letra_enfasis_rojo {
    font-style: italic;
    color: red;
    text-align: center;
}

.categoria_icono {
    font-weight: bold;
    cursor: pointer;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    position: relative;
}

.categoria_icono::after {
    content: "▼";
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

.categoria_icono.active::after {
    transform: rotate(-180deg);
}

.contenido_iconos {
    transition: all 0.3s ease;
}

.contenido-toggle.letra_gris_pinero {
    padding: 12px 16px;
}

.contenido_iconos.active {
    display: block;
}

.list_style_tic>li {
    list-style: disclosure-closed !important;
    color: #004455; 
    margin-left: 25px;
    padding-right: 10px;
}

li::marker {
    color: #b3ae9b;
}

.box_info_extra>li>strong {
    color:white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.linea_superior_separacion {
    margin-top: 5px;
    border-top: solid 1px;
    padding: 10px;
    min-width: 100%;
}

.linea_superior_separacion>.subtitulo_pinero {
    margin-top: 15px;
}

.mini_titulo {
    font-size: 14px;
    font-weight: bold;
    margin-top: -13px;
    text-align: center;
}

.mini_subtitulo {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    color: #4F8E96;
}

.nombre_principal {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
}

button.carta_restaurante {
    width: 99%;
    transform: scale(0.97);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.bloque-toggle:first-of-type .toggle-btn {
    margin-top: 10px;
}

.box_info_extra .strong_blanco {
    color: white;
    font-weight: 600;
    padding: 10px 0 0 10px;
}

.titulo_especial {
    font-size: 18px;
    font-weight: bold;
    color: #b3ae9b;
    text-align: center;
    border-top: 2px solid #b3ae9b;
    border-bottom: 2px solid #b3ae9b;
    padding: 10px 15px;
    display: block;
    margin-top: 5px;
    margin-left: 16%;
    margin-bottom: 20px;
    width: 70%;
}

.margin_top.linea_superior_separacion {
    margin-top: 20px;
}

.fondo-popup-zoom {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 1000;
}

.content-popup {
    width: 100%;
    height: 93%;
    overflow-y: scroll !important;
}
.back-popup {
    width: 100%;
    height: 7%;
    background: #b3ae9b;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-popup > img {
    width: 13%;;
}

.content-general-carta-dinamica {
    max-width: 600px;
}

.accordion {
    width: 100%;
    color: white;
    background-color: #b3ae9b;
    padding: 10px;
    font-weight: 700;
    font-size: 1.2em;
    text-decoration: none;
    transition: 0.4s;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    text-transform: uppercase;
    position: sticky;
    top: 0px;
    z-index: 1;
}

.content-general-carta-dinamica {
    max-width: 600px;
}

.panel {
    width: 100%;
}

.content-general-plato-carta div {
    padding: 1% 0% 1% 1%;
}

.carta-precio-dinamico {
    text-align: right;
    margin-top: -8%;
}

.carta-precio-dinamico > span {
    display: flex;
    flex-direction: row-reverse;
}

.box_info_extra>.bloque-toggle>.toggle-btn {
    background-color: #4f8e96;
    color: #004455;
}

.box_info_extra>.bloque-toggle>.contenido-toggle {
    background: #4f8e96;
    color: #004455;
    border-color: #004455;
}

.subcategoria_cartas {
    text-align: end;
    margin-right: 2%;
    font-size: x-small
}

#toggleServiciosBtn,
#ocultarServiciosBtn {
  background-color: transparent;
  border: 1px solid #b3ae9b;
  color: #b3ae9b;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 15px;
}

#toggleServiciosBtn:hover,
#ocultarServiciosBtn:hover {
  background-color: #b3ae9b;
  color:white;
}


.estilo_box_inside {
    width: 96%;
    margin-left: 2%;
}

.list_style_basic > li {
    color: white;
}
.precio, .info_precio, .info_extra_precio {
    color: white;
    padding: 5px;
    margin: unset;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.contenido_toggle {
    color:white;
}

.boton_ruta {
    color: #b3ae9b;
    width: 71%;
    padding: 10px;
    font-size: small;
    left: 15%;
    position: relative;
    box-shadow: 0 1px 3px 0 #b3ae9b, 0 0 0 1px #d4d4d5;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
} 

#toggleServiciosBtn2,
#toggleServiciosBtn1,
#ocultarServiciosBtn1,
#ocultarServiciosBtn2,
#toggleServiciosBtn3,
#ocultarServiciosBtn3 {
    color: #b3ae9b;
    width: 71%;
    padding: 10px;
    font-size: small;
    left: 15%;
    position: relative;
    box-shadow: 0 1px 3px 0 #b3ae9b, 0 0 0 1px #d4d4d5;
}

.contenido-toggle > ul {
    color: white;
}

.estilo_precios {
    display: flex;
    flex-direction: row;
}
.margen_li_icono.bici {
    margin-left: 0%;
}

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

.box_gastro > .list_style_basic > .li {
    color: #C1C4C6;
}

.texto_pinero.texto_info_extra {
    margin: 4%;
    text-align: center;
}

.toggle-btn.essentials,
.toggle-btn.instrucciones {
    width: 100%;
    margin-left: 0%;
}


.js_zoom_img {
    width: 100%;
    margin-top: 20px;
}

.btn-whatsapp {
    display:inline-block;
    padding:10px 16px;
    border: 2px solid white;
    border-radius:8px;
    background:#b3ae9b;
    color:#fff;
    font-weight:600;
    text-decoration:none;
    margin-bottom: 15px;
}

.botones_instrucciones {
    width: 10%;
}

.box_instrucciones {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.texto_instrucciones {
    font-size: 12px;
    margin-left: 10px;
}

.js_zoom_img.toldo {
    width: 35%;
    height: 260px;
    position: relative;
    left:35%;
}
