body, body * {
    font-family: 'Poppins-Regular'!important;
}

input{
    width: 100%;
}

input,
textarea {
    font-size: 16px !important;
}

.no-modal{
    pointer-events:none;
}

.waves-button-input{
    color: #000000;
}

.seccion_habitaciones_hd{
    border-radius: 7px;
    -webkit-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);
    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);
    margin-top: 20px;
}
/*  */

.tag_superior_imagen_habitaciones_pinero {
    position: absolute;
    top: 15px;
    left: 0;
    background: var(--accent-color);
    padding: 0px 10px;
    color: white;
    font-weight: bold;
}

.titulo_pinero{
    font-size: 23px;
    font-weight: bold;
    margin-top: 10px;
}

.texto_corporativo_pinero,.texto_corporativo_restaurante_pinero{
    padding: 10px 15px 5px 15px;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.restaurante_ficha_carta_botton{
    background: #00a0ad;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 7px;
    margin-bottom: 5px;
    text-align: center;
}

.img-cabecera{
    margin-top: 15px;
}

.displayNone{
    display: none;
}

.btn-idioma-cartas i.btn{
    font-size: 12px !important;
    padding: 0px 12px !important;
}

.bg{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #000000;
}

.bg video{
    position: absolute;
    right: 0;
    bottom: auto;
    min-width: 100%;
    min-height: 100%;
    /* width: auto; */
    width: 100%;
    height: auto;
    /* z-index: -100; */
    background-size: cover;
    overflow: hidden;
    z-index: 999;
}

#form_login{
    height: 362px;
    width: 90%;
}

.fondo_alerta,.fondo_login{
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.content_alerta_popup{
    background: #ffffff;
    border-radius: 10px;
    border: 2px solid var(--color-principal);
    padding: 20px;
    width: 80%;
}

.css_subtitulo_restaurantes{
    color: var(--accent-color);
    margin-top: 12px;
}

.css_imagen_promocion{
    width: 100%;
    height: auto;
}

.css_negrita_ulc,.css_negrita_marron{
    font-weight: bold;
    color: var(--accent-color);
}

.margin_25{
    margin: 25px 0 !important;
}

.modal-footer{
    display: block;
}

.content_alerta_popup.error{
   color: #ff353d;
}

.content_alerta_popup.correcto{
    color: #77ff60;
}

.modal-content.cartas-modal-content{
    padding: 0px;
}

.content-carta-imagen.active-btn{
    margin-top: 56px;
}

.content-carta-imagen-idiomas,.content-carta-menu-idiomas{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 0px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    z-index:99;
}

.datepicker-date-display,.timepicker-digital-display{
    background-color: var(--accent-color);;
}

.texto-icono-footer{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-idioma-cartas i.active {
    background-color: var(--accent-color);
    color: white;
}

img.imagen-carta-idiomas{
    width: 100%;
    height: auto;
}

.nombre_carta_dinamica{
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}

.denominacion_carta_dinamica{
    text-align: center;
    font-size: 15px;
    color: var(--accent-color);
}

.descripcion_carta_dinamica{
    text-align: center;
    font-size: 14px;
    color: #6f6f6f;
}

.content-alergenos-cartas{
    padding: 5px;
}

.css_separador_carta_dinamica{
    margin-top: 5px;
}

.icono-webapp-lateral{
    background-size: 70% auto !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.icono-webapp-lateral:before{
    content: "";
}

.css_boton_webapp,.css_contenedor_connect a,.css_bloque_llamada {
    -webkit-box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.14), 0 1px 27px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.14), 0 1px 27px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    background-color: var(--accent-color);
    border-radius: 10px;
    text-transform: capitalize;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0px 18px;
    position: relative;
    overflow: hidden;
    user-select: none;
    z-index: 1;
    transition: .3s ease-out;
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    outline: 0;
    border: none;
    font-weight: 500;
    -moz-box-sizing: border-box;
    display: block;
    width: 50%;
    margin: 4% auto 1% auto;
}

.css_contenedor_connect a,.css_bloque_llamada {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 200px;
}

.css_contenedor_connect, .css_contenedor_rrss {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.js_lista_llamadas{
    padding-top: 10px;
}

.css_contenedor_rrss{
    margin-top: 15px;
}

.css_contenedor_rrss img{
    width: 100%;
    height: auto;
}

.css_li_lista_llamadas{
    border-bottom: 1px solid #e8ecf1;
    padding: 5px 0px;
    text-align: center;
    list-style: none;
}

.css_li_lista_llamadas a{
    text-decoration: none;
}

.css_a_rrss {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3%;
}

.btn-center-totem{
    width: 150px;
    margin-left: calc(50% - 75px);
}

.separation-header{
    margin-bottom: 56px;
}

.fixed-top-header{
    position: fixed !important;
    top: 0px !important;
    right: 0px !important;
    left: 0px !important;
    background-color: #5AC3D4 !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.logo-container_block{
    display: block !important;
}

.activo-home{
    border-bottom: 2px solid var(#00a0ad) !important;
    color: white !important;
}
/* .activo-home{
    border-bottom: 2px solid var(#00a0ad) !important;
    color: #5AC3D4 !important;
    background-color: white;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
} */

.content-icono-alergeno{
    height: 35px !important;
    width: 35px !important;
    border-radius: 50% !important;
    margin-top: 5px;
}

.content-icono-alergeno img{
    width: 20px;
    height: auto;
    margin-top: 8px;
    margin-left: -1px;
}

.content-programa-navidad{
    margin-top: 0 !important;
}

.content-programa-navidad img{
    width: 100%;
    height: auto;
}

.content_cartas_detalle.cartas_navidad_header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #e3e3e3;
    border-radius: 10px 10px 0 0;
}

.content_cartas_detalle .content_carta_izquierda{
    background-color: #ffffff;
    border: 1px solid var(--accent-color);
    box-sizing: border-box;
    color: var(--accent-color);
    -webkit-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);
    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);
    text-transform: capitalize;
    border-radius: 10px;
    padding: 0 10px;
    margin: 0 30px;
}

.content_cartas_detalle .content_carta_izquierda.active{
    background-color: var(--accent-color);
    color: white;
}

/* Carta Grupal */

.btn-idioma-cartas-menu i.active {
    background-color: var(--accent-color);
    color: white;
  }

.content-carta-grupal{
    display: none;
}

.content-carta-grupal.active{
    display: block;
}

.content-carta-grupal img{
    width: 100%;
    height: auto;
}

.content-carta-grupal{
    margin-top: 53px !important;
}

#modal_cartas_global .content-carta-imagen.mas-una-carta{
    margin-top: 106px;
}

#modal_cartas_global .cartas-modal-content img{
    width: 100%;
}

.content-carta-grupal .content-carta-imagen-idiomas{
    top: 53px !important;
}

.cartas-global-top .mas-una-carta{
    margin-top: 53px !important;
}

/* Iframe general */

#content-iframe-seccion{
    position: fixed;
    top: 125px;
    height: calc(100% - 192px);
    width: 90%;
}

#iframe-seccion{
    width: calc(100% - 6px);
    height: 100%;
    border: 0;
}

.ocultar_ulc{
    display: none !important;
}

.checkbox_ulc{
    display: flex;
    align-items: center;
    justify-content: right;
    height: 30px;
    font-size: 5px;
}

.checkbox_ulc label{
    line-height: 16px;
}

.checkbox_ulc span{
    font-size: 18px !important;
    padding-left: 28px !important;
    line-height: 21px !important;
}

.checkbox_ulc span::after{
    border: 2px solid var(--accent-color) !important;
    background-color: var(--accent-color) !important;
}

.e_requiere_reserva{
    color: var(--accent-color);
    padding: 2px 24px;
    margin: 0;
}

.panel-usuario-reservas{
    background-color: var(--accent-color);
    color: #ffffff;
}

.panel-usuario-reservas > div{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    min-width: 100%;
}

.panel-usuario-reservas i{
    margin-right: 10px;
}

.content-img-rest{
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-img-rest img{
    position: relative !important;
    left: 0 !important;
}

.content-general-reserva-rest{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.content-reserva-rest-panel{
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    display: flex;
    padding-left: 15px;
    align-items: left;
    justify-content: left;
    flex-direction: column;
}

.content-reserva-rest-panel > .title, .icono-pax{
    color: var(--accent-color);
}

.content-botones-reserva-panel{
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    margin-top: 10px;
}

.content-botones-reserva-panel > div{
    margin-left: 10px;
}

.icono-pax{
    margin: 0 0 0 5px;
}

.content-datos-reserva-editar{

}

.content-datos-reserva-editar .title{
    color: var(--accent-color);
    font-size: 20px;
}

.no-hay-reservas{
    color: var(--accent-color);
    font-size: 18px;
    margin-top: 25px;
}

.enlace-apertura-reservas {
    max-width: 200px !important;
    margin: 20px auto;
}

.section_contained_bg_image > div {
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.tarjeta_destinos_hotel {
    height: 180px;
    margin-top: 20%;
}

.cabecera_destinos_hotel {
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 6px;
    text-align: left;
    text-transform: uppercase;
}

.imagen_destino_hotel {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.imagen_lugar_icono {
    height: 40px !important;
    position: relative !important;
    width: 40px !important;
    left: 85%;
    top: -20%;
}

.etiqueta_nombre_destinos_hotel {
    background-color: rgba(2, 2, 2, 0.58);
    color: white;
    font-size: 13px;
    margin-top: -29px;
    padding: 3px 5px;
    text-align: left;
    text-transform: capitalize;
}

.mw-100 > img {
    max-width: 100%!important;
}

.imgw-100 > img {
    width: 100%!important;
}

.video_principal_totem{
    max-width: 100%!important;
    height: auto!important;
}

/* Botón Ver más */
.btn_ver_mas {
    background: #00a0ad;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 7px;
    align-self: flex-end;
    margin-bottom: 5px;
}

.tarjeta_destinos_hotel .imagen_destino_hotel {
    height: 107%;
}

.nit_turisme {
    height: 103px !important;
}

.css_position_boton_reservar {
    align-self: flex-end;
    display: inline-flex;
}

/* Menu superior portada */
.css_menu_superior{
    background-color: var(--accent-color);
    color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 8px 16px;
}

.css_menu_superior a{
    color: #FFF;
}
.content_separator:not(:last-child){
    border-right: 1px solid #FFF;
    opacity: 0.3;
}

.css_menu_superior .css_a_sin_estilo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: calc(50% - 16px);
}

.css_menu_superior a i.mdi.icono-webapp-superior {
  margin-right: 8px;
  position: relative;
  font-size: 18px;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.round_corners{
    margin-top: 20px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    height: 50px;
    font-size: 14px;
}
/* Fin Menu superior portada */

.icono_portada_header{
    font-size: 15px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    color: #34323d;
    padding: 0px 0px 0px 10px;
    margin-top: 2%;
}
