    /*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
    
     :root {
        --color-rojo-principal: #A3191A;
        --sobra-generica: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    }
    /* Estilos genéricos */
    
    * {
        outline: none !important;
    }
    
    /*
    .fusion-body .fusion-flex-container.fusion-builder-row-1 {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    

    #nav ul li ul li a, #sticky-nav ul li ul li a,
    #wrapper #nav ul li ul li > a,
    #wrapper #sticky-nav ul li ul li > a,
    .avada-container h3,
    .comment-form input[type="submit"],
    .ei-title h3,
    .fusion-blog-shortcode .fusion-timeline-date,
    .fusion-body #main .tribe-common .tribe-events-c-day-marker__date,
    .fusion-body #main .tribe-events .datepicker,
    .fusion-body .fusion-wrapper #main .tribe-common .tribe-common-h6--min-medium,
    .fusion-body .tribe-common .tribe-common-b2,
    .fusion-body .tribe-common .tribe-common-b3,
    .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,
    .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,
    .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price,
    .fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,
    .fusion-load-more-button,
    .fusion-main-menu .sub-menu,
    .fusion-main-menu .sub-menu li a,
    .fusion-megamenu-widgets-container,
    .fusion-megamenu-wrapper .fusion-megamenu-submenu > a:hover,
    .fusion-megamenu-wrapper li .fusion-megamenu-title-disabled,
    .fusion-page-title-bar h3,
    .gform_page_footer input[type=button],
    .meta .fusion-date,
    .more, .post-content blockquote, .review blockquote div strong,
    .review blockquote q,
    .ticket-selector-submit-btn[type=submit],
    .widget.woocommerce .product-title,
    .woocommerce-success-message .button,
    .wpcf7-form input[type="submit"], body {
        font-family: "PT Serif";
    }
    */

    #aviso-pcovid form > div .boton {
        cursor: pointer;
    }
    
    .cuerpo-web,
    .contenedor-menu-galerias-lv > span,
    .menu-galerias-lv {
        max-width: 842px;
        width: 100%;
        display: table;
        margin: 0 auto;
        padding: 0 30px;
    }
    
    main.sin-cabecera {
        padding-top: 90px !important;
    }
    
    .home main {
        padding-top: 20px !important;
    }
    
    ul {
        margin: 0;
        padding: 0;
    }
    
    
    ul > li {
        display: block;
    }

    .listado ul > li,
    ul.listado > li {
        position: relative;
        padding-left: 22px;
        margin-bottom: 5px;
    }

    .listado ul > li:before,
    ul.listado > li:before {
        content: '';
        position: absolute;
        background-color: #1d242d;
        width: 6px;
        height: 6px;
        top: 6px;
        left: 0;
        border-radius: 50%;
    }

    
    .boton-generico,
    button[type="submit"] {
        display: inline-block;
        font-size: 20px;
        color: #fff;
        border: 0;
        max-width: 128px;
        width: 100%;
        text-align: center;
        cursor: pointer;
        transition: 0.6s;
    }
    
    .boton-generico-r,
    button[type="submit"] {
        background-color: var(--color-rojo-principal);
    }
    
    .boton-generico-n {
        background-color: #000;
    }
    
    .boton-generico>a,
    .boton-generico>span,
    a.boton-generico {
        color: #fff;
        padding: 10px 0;
        width: 100%;
        display: inline-block;
    }
    
    .boton-generico-r:hover,
    button[type="submit"]:hover {
        background-color: #000;
    }
    
    .boton-generico-n:hover {
        background-color: #A3191A;
    }

    .boton-barracart-alojamiento {
        width: 100% !important;
        max-width: 400px !important;
    }

    .boton-barracart-alojamiento span {
        font-size: 20px;
        padding: 0;
    }
    
    .boton-parking {
        font-size: 18px;
        background-color: #a3191a;
        padding: 0 !important;
        max-width: 300px !important;
    }

    .boton-parking:hover {
        background-color: #c71f1f;
    }

    .lv-grid,
    .reservar-fixed ul,
    .menu-menu-rrss-container>ul,
    .menu-menu-rrss-eng-container > ul,
    .menu-menu-rrss-val-container > ul,
    .colaboradores>div,
    .post-type-archive-product.woocommerce-shop ul.products {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
    }
    
    .contenedor_img_cover,
    .galeria-inicio .fusion-gallery-image a {
        position: relative;
        overflow: hidden;
    }
    
    .contenedor_img_cover>img,
    .galeria-inicio .fusion-gallery-image a img,
    .cont_img_cover>img {
        position: absolute;
        display: block;
        transform: translate(50%, -50%) scale(1);
        top: 50%;
        right: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }
    
    .reservar-fixed {
        position: fixed;
        z-index: 60;
        bottom: 0;
        width: 100%;
        padding: 15px 30px;
        background-color: #fff;
        transition: 0.6s;
        box-shadow: var(--sobra-generica);
        text-align: center;
    }

    .postid-33722 .reservar-fixed {
        display: none;
    }
    
    .fullwidth-box {
        margin-bottom: 50px;
    }
    
    .no-mar-bottom {
        margin-bottom: 0 !important;
    }
    
    .b-centrado {
        display: table;
        margin: 0 auto;
    }
    
    .t-centrado {
        text-align: center;
    }
    
    .w-100 {
        width: 100%;
    }
    
    .fusion-fullwidth {
        margin-bottom: 40px !important;
    }
    
    .fusion-layout-column {
        margin-bottom: 0 !important;
    }
    
    .p-no-mar-bot p,
    .no-mar-bot {
        margin-bottom: 0 !important;
    }
    
    .negro {
        color: #000 !important;
    }
    
    .tamaño-texto {
        font-size: 18px;
        line-height: 1.2;
    }
    
    .titulo-pagina {
        color: #A3191A;
        font-size: 30px !important;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .titulo-contacto h2 {
        font-size: 22px !important;
    }


    .page .post-slideshow {display: none;}

    .contenedor-titulo-pagina {
        padding: 0 !important;
    }


    .fusion-body .fusion-content-sep.sep-double,
    .fusion-body .fusion-separator-border.sep-double,
    .fusion-body .fusion-separator.sep-double,
    .fusion-title .title-sep-container {
        display: none;
    }

    .oculto {
        display: none !important;
    }

    .texto-rojo {
        color: #a3191a;
    }


    .woocommerce-pagination {
        justify-content: center !important;
    }

    .woocommerce-pagination .page-numbers .page-text {
        display: none;
    }

    .fusion-pagination .next:after,
    .pagination-next:after,
    .single-navigation a[rel=next]:after,
    .woocommerce-pagination .next:after,
    .fusion-pagination .prev:before,
    .pagination-prev:before,
    .single-navigation a[rel=prev]:before,
    .woocommerce-pagination .prev:before {
        font-size: 20px;
    }

    .fusion-pagination .next:after,
    .pagination-next:after,
    .single-navigation a[rel=next]:after,
    .woocommerce-pagination .next:after {
        right: 0;
    }


    .fusion-pagination .prev:before,
    .pagination-prev:before,
    .single-navigation a[rel=prev]:before,
    .woocommerce-pagination .prev:before {
        left: -30px;
    }

    .margen-entre-bloques {
        margin-bottom: 50px !important
    }

    .mas-superindice {
        position: relative;
        padding-right: 15px;
    }

    .mas-superindice > span {
        position: absolute;
        font-size: 16px;
        top: 0;
        right: 6px;
    }

    


    /*Lineas separacion Menu*/
    
    .linea {
        border-bottom: 1px solid;
        color: #A3191A;
    }
    
    .titulo-linea {
        padding-bottom: 10px;
    }
    

    /*Loguito*/
    
    .logo-web {
        height: 52px;
        width: 52px;
        position: absolute;
        z-index: 0;
        left: 30px;
        /*top: 50%;
        transform: translate(0, -50%);*/
    }

    .menu-superior-abierto .logo-web {
        display: none;
    }

    /*
    .home .logo-web {
        display: none;
    }
    */

    .logo-blanco {
        display: block;
        color: #fff;
        font-size: 75px;
        text-align: center;    
    }

    .logo-completo {
        position: absolute;
        width: calc((100% * 4) - 45px);
        left: 8px;
    }

    .logo-web > aside,
    .pag-sin-cabecera .logo-blanco,
    .logo-completo {
        display: none;
    }

    .pag-sin-cabecera .logo-web > aside {
        display: block;
    }

    .home .logo-blanco,
    .scroll-down-activado .logo-blanco,
    .scroll-down-activado .logo-completo {
        display: none;
    }

    .scroll-down-activado .logo-web > aside {
        display: block;
    }

    .logo-web > aside {
        position: relative;
        z-index: 2;
    }


    

    /* Menu Principal */

    .menu-superior {
        position: fixed;
        z-index: 999;
        height: 60px;
        background-color: transparent;
        right: 50%;
        top: 0;
        transform: translate(50%, 0);
        width: calc(100% + 1px);
        transition: 0.6s;
    }

    .menu-superior > div.cuerpo-web {
        position: absolute;
        right: 50%;
        transform: translate(50%, 0);
        z-index: 1;
        top: 5px;
    }
    
    .scroll-down-activado .menu-superior,
    .pag-sin-cabecera .menu-superior {
        background-color: #fff;
        box-shadow: var(--sobra-generica);
    }
    
    .scroll-down-activado .abrir-menu>i {
        color: #A3191A
    }
    
    .scroll-down-activado .logo-web,
    .scroll-down-activado .home .logo-web,
    .pag-sin-cabecera .logo-web {
        display: block
    }

    
    .menu-superior #icon {
        position: absolute;
        z-index: 9;
        right: 30px;
        top: 5px;
        /*top: 50%;
        transform: translate(0, -50%);*/
    }

    .menu-superior #icon > div {
        display: inline-block;
        cursor: pointer;
    }

    .menu-superior #icon > div.menu-menu-lengua-container {
        vertical-align: top;
        margin-right: 8px;
        margin-top: 4px;
    }

    .menu-superior #icon > div.menu-menu-lengua-container a {
        color: #fff;
        transition: 0.6s;
    }

    .menu-superior-abierto .menu-superior #icon > div.menu-menu-lengua-container a,
    .scroll-down-activado .menu-superior #icon > div.menu-menu-lengua-container a {
        color: var(--color-rojo-principal);
    }

    .menu-superior #icon .idiomas {
        position: absolute;
        top: 4px;
        left: -175px;
    }

    .menu-superior #icon .idiomas ul li {
        display: inline-block;
        margin-right: 10px;
    }

    .menu-superior #icon .idiomas ul li:last-child {
        margin-right: 0;
    }

    .menu-superior #icon .idiomas a {
        color: #fff;
    }

    .menu-superior #icon .carrito {
        display: inline-block;
        width: 22px;
        vertical-align: top;
        font-size: 26px;
        margin-right: 17px;
        position: relative;
    }

    .menu-superior #icon .carrito a {
        color: #fff;
        transition: unset;
        line-height: 1.3;
    }

    .menu-superior #icon .carrito span.icono-carrito:before {
        font-family: icomoon_casamon;
        content: '\e900';
        display: block;
        position: absolute;
    }

    .woocommerce-info .wc-forward:before, .woocommerce-message .wc-forward:before {
        font-family: icomoon_casamon !important;
        content: '\e900' !important;
    }

    .menu-superior #icon .carrito span.count {
        position: absolute;
        top: 0;
        right: -5px;
        font-size: 12px;
        z-index: 1; 
    }

    .menu-superior #icon .carrito span.count:before {
        content: '';
        position: absolute;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background-color: #000;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        z-index: -1;
    }

    .scroll-down-activado .menu-superior #icon .carrito a,
    .menu-superior-abierto .menu-superior #icon .carrito a,
    .pag-sin-cabecera .menu-superior #icon .carrito a,
    .scroll-down-activado .menu-superior #icon .idiomas a,
    .menu-superior-abierto .menu-superior #icon .idiomas a,
    .pag-sin-cabecera .menu-superior #icon .idiomas a {
        color: var(--color-rojo-principal);
        line-height: 1.3;
    }

    .pag-sin-cabecera .menu-superior #icon .carrito span.count,
    .scroll-down-activado  .menu-superior #icon .carrito span.count,
    .menu-superior-abierto  .menu-superior #icon .carrito span.count {
        color: #fff;
    }
    
    .menu-movil {
        position: absolute;
        width: 100vw;
        background-color: #fff;
        left: 0;
        top: -100%;
        padding: 0;
        overflow-y: scroll;
        height: 0;
        transition: 0.6s;
    }
    

    
    .menu-superior-abierto .menu-movil:before {
        top: 0;
    }
    
    .menu-superior-abierto {
        overflow: hidden;
        height: 100vh;
    }
    
    .menu-superior-abierto .menu-movil {
        top: 0;
        height: 100vh;
    }
    
    .cerrar-menu {
        display: none;
    }
    
    .abrir-menu {
        display: block;
    }
    
    .menu-superior-abierto .cerrar-menu {
        display: block;
    }
    
    .menu-superior-abierto .abrir-menu {
        display: none;
    }

    .menu-movil>aside {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .menu-superior-abierto .menu-movil>aside {
        position: relative;
        z-index: 0;
        max-width: 400px;
        margin: 0 auto;
    }

    .menu-movil>aside ul {
        text-align: center;
    }

    .menu-movil>aside:nth-child(1) {
        max-width: 842px;
        width: 100%;
        padding: 0 30px;
        position: static;
        padding-top: 50px;
    }

    .menu-movil>aside:nth-child(2) {
        position: static;
        bottom: 0;
        width: 100%;
        right: 50%;
    }
    
    .menu-superior-abierto .menu-movil>aside:nth-child(1) > div {
        top: 10px;
    }
    
    .menu-movil>aside:nth-child(2) {
        padding-top: 25px;
        margin-bottom: 30px;
    }
   
    .menu-menu-principal-container:before,
    .menu-menu-principal-eng-container:before,
    .menu-menu-principal-val-container:before {
        content: '';
        display: block;
        clear: both;
        width: 100%;
    }
    
    .menu-menu-principal-container>ul li a,
    .menu-menu-principal-eng-container > ul li a,
    .menu-menu-principal-val-container > ul li a {
        color: #A3191A;
        font-size: 22px;
        padding: 8px 0;
        text-align: center;
        display: block;
        font-weight: 700;
        font-family: "PT Serif";
        line-height: 1.3;
    }
    /* Menu reservas */
    
    .reservar-fixed ul {
        justify-content: space-between;
    }
    
    .reservar-fixed ul li {
        text-align: center;
        width: 100%;
        max-width: calc((100%/2) - 5px);
    }
    
    .reservar-fixed ul li:first-child {
        margin-right: 10px;
    }

    .reservar-fixed .menu-barracart-alojamiento ul li {
        margin: 0;
        max-width: 100%;
    }
    /* Menu RRSS */
    
    .fusion-footer .fusion-columns .fusion-column:nth-child(1) ul li,
    .rrss-contacto ul li {
        padding: 0 !important;
        border: none;
    }
    
    .fusion-footer .fusion-columns .fusion-column:nth-child(1) ul li,
    .rrss-contacto ul li {
        margin-right: 20px;
    }

    .fusion-footer .fusion-columns .fusion-column:nth-child(1) ul li:last-child,
    .rrss-contacto ul li:last-child {
        margin-right: 0;
    }
    
    .fusion-footer .fusion-columns .fusion-column:nth-child(1) ul li a,
    .rrss-contacto ul li a {
        color: #fff;
        font-size: 35px;
        line-height: 1;
        display: block;
        position: relative;
        z-index: 2
    }

    .fusion-footer .fusion-columns .fusion-column:nth-child(1) ul li,
    .rrss-contacto ul li {
        position: relative;
    }

    .fusion-footer .fusion-columns .fusion-column:nth-child(1) ul li:before,
    .rrss-contacto ul li:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -53%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #a3191a;
        transition: 0.6s;
    }

    .fusion-footer .fusion-columns .fusion-column:nth-child(1) ul li:hover:before,
    .rrss-contacto ul li:hover:before {
        background-color: #c71f1f;
    }

   
    /*Menu Idioma*/
    
    .idiomas ul li a {
        font-size: 18px;
        transition: 0.6s;
    }

    .idiomas ul li a:hover {
        color: var(--color-rojo-principal);
    }
    /*Cruz Cerrar*/
    
    .abrir-menu > i {
        color: #fff;
        font-size: 35px;
    }

    .pag-sin-cabecera .abrir-menu > i {
        color: var(--color-rojo-principal);
    }
    
    .cerrar-menu > i {
        color: var(--color-rojo-principal);
        font-size: 35px;
    }
    /* Menu Legal Footer*/
    
    .menu-menu-legal-container>ul li,
    .menu-menu-legal-en-container > ul li,
    .menu-menu-legal-val-container > ul li {
        padding: 0 !important;
        border: none !important;
        display: inline-block !important;
        padding-right: 10px !important;
        position: relative !important;
    }
    
    .menu-menu-legal-container>ul li:last-child,
    .menu-menu-legal-en-container > ul li:last-child,
    .menu-menu-legal-val-container > ul li:last-child {
        padding-right: 0 !important;
    }
    
    .menu-menu-legal-container>ul li:before,
    .menu-menu-legal-en-container>ul li:before,
    .menu-menu-legal-val-container>ul li:before  {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: #fff !important;
        right: 3px;
        transform: rotate(10deg);
        visibility: visible !important;
    }
    
    .menu-menu-legal-container>ul li:last-child:before,
    .menu-menu-legal-en-container>ul li:last-child:before,
    .menu-menu-legal-val-container>ul li:last-child:before  {
        display: none;
    }
    
    .menu-menu-legal-container>ul li a,
    .menu-menu-legal-en-container>ul li a,
    .menu-menu-legal-val-container>ul li a  {
        font-size: 12px;
    }
    
    .fusion-footer-widget-area .widget li a:before {
        display: none;
    }
    /* RRSS Footer */
    /*Home*/
    
    .home .reservar-fixed {
        bottom: -100%;
    }
    
    .home.muestra-menu-reserva .reservar-fixed {
        bottom: 0;
    }
    
    .home.muestra-menu-reserva.menu-superior-abierto .reservar-fixed {
        bottom: -100%;
    }

    .reservar-fixed > div {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .home main {
        padding-bottom: 0 !important;
    }
    
    .cabecera-home {
        position: relative;
    }

    .cabecera-home .contenedor_img_cover {
        height: calc(100vh - 25px);
        position: relative;
        overflow: hidden;
    }

    .cabecera-home .contenedor_img_cover:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0,0,0,0.3);
    }

    .cabecera-home .contenedor_img_cover .img-desktop {
        display: none;
    }

    .cabecera-home .logo-desktop {
        position: absolute;
        color: #fff;
        font-size: 160px;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        z-index: 2;
    }
    
    .cabecera-home .contenido {
        position: absolute;
        z-index: 2;
        bottom: 0;
        right: 50%;
        transform: translate(50%, 0);
        padding-bottom: 40px;
    }

    .cabecera-home .contenido > div {
        display: table;
        margin: 0 auto;
        max-width: 400px;
    }


    
    .cabecera-home .contenido > div > aside:nth-child(1) {
        display: table;
        margin: 0 auto;
        margin-bottom: 20px;
        /*max-width: 200px;*/
    }
    
    .cabecera-home .contenido > div > aside:nth-child(2),
    .cabecera-home .contenido > div > aside:nth-child(3) {
        display: table;
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
    }

    .cabecera-home .contenido > div > aside:nth-child(2) ul {
        text-align: center;
    }

    .cabecera-home .contenido > div > aside:nth-child(2) li {
        max-width: 120px;
    }

    .cabecera-home .contenido > div > aside:nth-child(2) li:first-child {
        margin-right: 15px;
    }
    
    .textwidget>h1 {
        text-align: center;
        color: #fff;
        font-size: 20px !important;
        line-height: 1.3em !important;
    }
    
    .menu-pag-inicio ul li {
        margin-bottom: 10px;
    }
    
    .menu-pag-inicio ul>li:last-child {
        margin-bottom: 0;
    }
    
    .menu-pag-principal {
        padding: 30px;
    }
    
    .menu-pag-principal>span {
        font-size: 25px;
        color: #fff;
        text-align: center;
        display: block;
        position: relative;
        z-index: 1;
        font-weight: 700;
    }
    
    .portada-home {
        text-align: center;
    }
    
    .portada-home i,
    .portada-home p {
        color: #fff;
    }
    
    .portada-home i {
        font-size: 150px;
        margin-bottom: 46px;
        display: block;
    }
    
    .portada-home p {
        font-size: 15px;
        line-height: 1.2em;
    }
    
    .menu-pag-principal:before {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.2);
        top: 0;
        left: 0;
        z-index: 1;
        transition: all 0.3s ease-out;
    }
    
    .menu-pag-principal:hover:before {
        background-color: rgba(0, 0, 0, 0.5);
    }
    /*
.menu-pag-principal img {
    transform: translate(50%, -50%), scale(1);
    transition: 0.2s;
}

.menu-pag-principal:hover img {
    transform: translate(50%, -50%), scale(1.5);
}
*/
    /* Contacto */
    
    .avada-page-titlebar-wrapper {
        display: none;
    }
    


    /* Colaboradores */
    
    .colaboradores>div>div {
        width: 100%;
        max-width: calc((100%/2) - 10px);
        margin-right: 20px;
    }
    
    .colaboradores>div>div:nth-child(2n) {
        margin-right: 0;
    }

    .colaboradores>div>div:last-child {
        max-width: 100%;
    }

    /* Lista logos colaboradores */
    
    .lista-colaboradores>div {
        display: block !important;
        text-align: center;
    }
    
    .lista-colaboradores>div>div {
        display: inline-block;
        width: 100%;
        max-width: 130px;
        padding: 10px;
    }
    /* Mapa Home */
    
    .mapa-home .fusion-layout-column {
        margin: 0 !important;
    }
    
    .mapa-home iframe {
        width: 100%;
        max-width: 100%;
    }
    /* contacto */
    
    .color-numero>a {
        color: #A3191A;
    }

    .just-request {
        display: table;
        margin: 0 auto;
        margin-top: 20px;
        padding: 10px 30px;
        border: 2px solid var(--color-rojo-principal);
        color: var(--color-rojo-principal);
        font-weight: 700;
    }

    .info-covid {
        margin-top: 30px;
    }

    .info-covid > p:last-child span {
        margin-top: 10px;
        display: block;
    }


    .colaboradores>div{
            align-items: center;
        }



    @media screen and (min-width: 375px) {

        .boton-generico, button[type="submit"] {
            max-width: 145px;
        }

        .rtb-booking-form button[type="submit"] {
            max-width: 100%;
        }

    }


    @media screen and (min-width: 520px) {

        .colaboradores>div>div {
            max-width: calc((100%/3) - 14px);
        }

        .colaboradores > div > div:last-child,
        .colaboradores > div > div:nth-last-child(2) {
            max-width: 300px;
            margin: 0 auto;
        }

        img[title="LOGO_QUALITUR_TURISME_COLOR"] {
            max-width: 100px;
        }

        .colaboradores>div>div:nth-child(3n) {
            margin-right: 0 !important;
        }

        .colaboradores>div>div:nth-child(2n) {
            margin-right: 20px;
        }

        .boton-generico, button[type="submit"] {
            max-width: 190px;
        }

        .cabecera-home .contenido > div > aside:nth-child(2) li {
            max-width: 145px;
        }

    }

    .back-beige-r,
    .back-beige-l{
        padding: 30px !important;
    }

    .back-beige-r:before,
    .back-beige-l:before {
        content: '';
        position: absolute;
        top: 0;
        background-color: #F4EFDC;
        height: 100%;
        width: 65%;
    }

    .back-beige-r:before {
        right: 0;
    }

    .back-beige-l:before {
        left: 0;
    }

    .listas-cm li {
        padding-left: 20px;
        position: relative;
    }

    .listas-cm li:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #000;
        border-radius: 50%;
        top: 7px;
        left: 5px;
    }

    @media screen and (min-width: 641px) {
        /* Página nueva de Calidad y Sostenibilidad */

        .back-beige-r,
        .back-beige-l{
            padding: 70px 30px !important;
        }

        .back-beige-r:before,
        .back-beige-l:before {
            content: '';
            position: absolute;
            top: 0;
            background-color: #F4EFDC;
            height: 100%;
            width: 65%;
        }

        .back-beige-r:before {
            right: 0;
        }

        .back-beige-l:before {
            left: 0;
        }

        .page-id-29510 .titulo-pagina,
        .page-id-29801 .titulo-pagina,
        .page-id-29800 .titulo-pagina {
            margin-bottom: 30px;
        }

        .page-id-29510 #wrapper #main .post-content .fusion-title.title h2,
        .page-id-29801 #wrapper #main .post-content .fusion-title.title h2,
        .page-id-29800 #wrapper #main .post-content .fusion-title.title h2 {
            font-size: 30px !important;
        }

        .page-id-29510 #wrapper #main .post-content .fusion-builder-row,
        .page-id-29801 #wrapper #main .post-content .fusion-builder-row,
        .page-id-29800 #wrapper #main .post-content .fusion-builder-row {
            align-items: stretch;
        }

        .page-id-29510 #wrapper #main .post-content .img-calidad-sostenibilidad .fusion-imageframe,
        .page-id-29801 #wrapper #main .post-content .img-calidad-sostenibilidad .fusion-imageframe,
        .page-id-29800 #wrapper #main .post-content .img-calidad-sostenibilidad .fusion-imageframe {
            position: absolute;
            top: 0;
            right: 50%;
            transform: translate(50%, 0);
            height: 100%;
            width: 100%;
            max-width: calc(100% - 20px);
        }

        .page-id-29510 #wrapper #main .post-content .img-calidad-sostenibilidad .fusion-imageframe img,
        .page-id-29801 #wrapper #main .post-content .img-calidad-sostenibilidad .fusion-imageframe img,
        .page-id-29800 #wrapper #main .post-content .img-calidad-sostenibilidad .fusion-imageframe img {
            position: absolute;
            display: block;
            transform: translate(50%, -50%) scale(1);
            top: 50%;
            right: 50%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-height: 100%;
        }

    }


    @media screen and (min-width: 769px) {

        .logo-completo {
            display: block;
        }

        .logo-blanco {
            display: none;
        }

        #main {
            padding-top: 30px !important;
        }

        .pag-sin-cabecera #main {
            padding-top: 100px !important;
        }

        .portada-home i {
            display: none;
        }

        .cabecera-home {
            height: unset;
        }

        .cabecera-home .contenedor_img_cover .img-desktop {
            display: block;
        }

        .cabecera-home .contenedor_img_cover .attachment-post-thumbnail {
            display: none;
        }

        .cabecera-home .contenedor_img_cover {
            height: calc(((100vh/3)*2) - 40px);
        }

        .cabecera-home .logo-desktop {
            display: block;
        }

        .cabecera-home .contenido {
            position: relative;
            z-index: 2;
            bottom: unset;
            right: unset;
            transform: unset;
            height: unset;
            padding-bottom: 0;
            margin-top: 40px;
            margin-bottom: 10px;
        }

        .cabecera-home .contenido > aside {
            height: calc((100%/3) + 40px);
            padding-bottom: 0;
        }

        .cabecera-home .contenido > div {
            position: relative;
            right: unset;
            top: unset;
            transform: unset;
            max-width: 600px;
            width: 100%;
        }

        .portada-home p {
            color: #000;
            font-size: 24px;
            margin-bottom: 25px;
            margin-top: 0;
        }

        .menu-pag-principal {
            padding: 70px 30px;
        }

        .menu-pag-inicio ul {
            display: table;
            margin: 0 auto;
            max-width: 850px;
            width: 100%;
        }

        .menu-pag-inicio ul li {
            margin-bottom: 0;
            display: inline-block;
            width: 100%;
            max-width: calc((100%/3) - 16px);
            margin-right: 20px;
        }

        .menu-pag-inicio ul li:last-child {
            margin-right: 0;
        }


        .cita-home .fusion-text {
            max-width: 400px;
            text-align: center;
            margin: 0 auto;
        }

        .cita-home .fusion-text p:last-child {
            margin-bottom: 0;
        }







        .colaboradores>div {
            text-align: center;
            display: block !important;
        }

        .colaboradores>div>div {
            max-width: calc((100%/4) - 15px);
            display: inline-block;
        }

        .colaboradores>div>div:nth-child(3n) {
            margin-right: 20px !important;
        }

        .colaboradores>div>div:nth-child(4n) {
            margin-right: 0;
        }

    }

    @media screen and (min-width: 900px) {

        .logo-web {
            left: 0;
        }

        .menu-superior #icon {
            right: 0;
        }

    }


    @media screen and (min-width: 1080px) {

        .fusion-fullwidth {
            margin-bottom: 60px !important;
        }

        .p-no-mar-bot p, .no-mar-bot {
            margin-bottom: 0 !important;
        }

        h1,
        h2,
        #main .fusion-portfolio h1,
        #main .post h1,
        #wrapper #main .post h1,
        #wrapper #main .post-content .fusion-title h1,
        #wrapper #main .post-content .title h1,
        #wrapper .fusion-title h1,
        #wrapper .post-content h1,
        #wrapper .title h1,
        .fusion-modal h1,
        .fusion-tb-footer h1,
        .fusion-tb-page-title-bar h1,
        .fusion-widget-area h1,
        h1.entry-title
        #main .fusion-portfolio h2,
        #main .post h2,
        #wrapper #main .post h2,
        #wrapper #main .post-content .fusion-title h2,
        #wrapper #main .post-content .title h2,
        #wrapper .fusion-title h2,
        #wrapper .post-content h2,
        #wrapper .title h2,
        .fusion-modal h2,
        .fusion-tb-footer h2,
        .fusion-tb-page-title-bar h2,
        .fusion-widget-area h2,
        h2.entry-title {
            font-size: 40px !important;
        }

         #wrapper #main .post-content .fusion-title.titulo-contacto h2,
         #wrapper #main .post-content .title.titulo-contacto h2,
         #wrapper .fusion-title.titulo-contacto h2,
         #wrapper .post-content .titulo-contacto h2,
         #wrapper .title.titulo-contacto h2 {
            font-size: 22px !important;
        }

        .cita-home p {
            font-size: 20px;
        }

        .cita-home .fusion-text {
            max-width: 800px;
        }

        .menu-pag-principal>span {
            font-size: 40px;
        }

        .menu-menu-principal-container>ul li a,
        .menu-menu-principal-eng-container > ul li a,
        .menu-menu-principal-val-container > ul li a {
            font-size: 30px;
            padding: 10px 0;
        }

        

    }






    /* EVENTOS */

    .evento-single {
        margin-bottom: 60px;
    }

    .evento-single .precio {
        font-size: 25px;
        font-weight: 700;
    }
    
    .lista-eventos .item {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        margin-bottom: 15px;
        line-height: 1;
    }

    .lista-eventos .item img {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .lista-eventos .item:first-child {
        border-top: 1px solid #ccc;
        padding-top: 15px;
    }
    
    .lista-eventos .item .fecha {
        text-transform: capitalize;
        font-size: 14px;
        color: #8D8D8D;
    }
    
    .lista-eventos .item .titulo {
        margin-top: 0 !important;
        margin-bottom: 18px;
        line-height: 0.7;
    }
    
    .lista-eventos .item .titulo a {
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #000;
    }
    
    .lista-eventos .item a {
        font-size: 14px;
    }

    .otros-eventos h3 {
        font-size: 30px;
    }


    @media screen and (min-width: 769px) {

        .lista-eventos .item {
            padding-bottom: 30px;
            margin-bottom: 30px;
        }

    }


    /* CARTA */

    .carta-casamon .fusion-toggle-heading {
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }

    .carta-casamon div.item-carta-casamon {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .carta-casamon div.item-carta-casamon span {
        width: 100%;
        margin-bottom: 10px;
        color: #4A4848;
    }

    .carta-casamon div.item-carta-casamon span:first-child {
        max-width: calc((100%/4) * 3);
    }

    .carta-casamon div.item-carta-casamon span:last-child {
        max-width: calc(100%/4);
        text-align: right;
    }



    /* BONOREGALO */

    .lista-bonoregalo .item {
        margin-bottom: 30px;
    }

    .lista-bonoregalo .titulo {
        font-size: 25px !important;
        margin: 10px 0 !important;
    }

    .lista-bonoregalo .exc {
        margin-bottom: 15px;
    }

    .lista-bonoregalo .boton-generico > a,
    .contenido-single-bono-regalo .boton-generico > a  {
        padding: 10px 30px;
    }


    .contenido-single-bono-regalo,
    .contenido-single-bono-regalo h1,
    .contenido-single-bono-regalo .contenido,
    .comprar-bono-regalo {
        width: 100%;
    }

    .contenido-single-bono-regalo .contenido {
        margin-bottom: 40px;
    }

    .contenido-single-bono-regalo .contenido h3 {
        color: var(--color-rojo-principal);
        margin-bottom: 10px !important;
        font-size: 22px !important;
        margin-top: 0 !important;
    }

    .contenido-single-bono-regalo .contenido p {
        margin-top: 0 !important;
        margin-bottom: 5px;
    }

    .contenido-single-bono-regalo ul li {
        position: relative;
        padding-left: 22px;
        margin-bottom: 5px;
    }

    .contenido-single-bono-regalo ul li:before {
        content: '';
        position: absolute;
        background-color: #1d242d;
        width: 6px;
        height: 6px;
        top: 6px;
        left: 0;
        border-radius: 50%;
    }

    .contenido-single-bono-regalo .cantidad-precio {
        margin-bottom: 20px;
    }

    .contenido-single-bono-regalo .cantidad {
        margin-bottom: 20px;
    }

    .contenido-single-bono-regalo .cantidad span,
    .contenido-single-bono-regalo .cantidad input {
        display: inline-block;
        vertical-align: middle;
    }

    .contenido-single-bono-regalo .cantidad span {
        font-size: 17px;
        margin-right: 10px;
    }

    .contenido-single-bono-regalo .cantidad input {
        max-width: 100px;
    }

    .contenido-single-bono-regalo .precio {
        font-size: 20px;
    }

    .contenido-single-bono-regalo ul {
        padding-left: 30px;
    }

    .product_cat-bono-regalo .woocommerce-tabs,
    .product_cat-bono-regalo .related.products {
        display: none;
    }

    .variations select,
    .variations .select-arrow  {
        border-radius: 0 !important;
    }

    .variations .reset_variations {
        margin-top: 10px;
        display: block;
    }

    .iva-incluido {
        display: block;
        font-size: 14px;
    }


    @media screen and (min-width: 620px) {

        .lista-bonoregalo .item {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            max-width: calc((100%/2) - 10px);
            margin-right: 20px;
        }

        .lista-bonoregalo .item:nth-child(2n) {
            margin-right: 0;
        }

    }




    /* GALERIAS */

    .hzero {
        height: 0;
        overflow: hidden;
    }

    .archivo-galerias {
        position: relative; 
    }

    .contenedor-menu-galerias-lv {
        background-color: #fff;
        z-index: 1;
        position: absolute;
        width: 100%;
        overflow: hidden;
        transition: 0.6s;
    }

    .galerias-lv {
        position: relative;
        z-index: 0;
    }

    .contenedor-menu-galerias-lv > span {
        font-size: 20px;
        padding: 10px 20px;
        display: block;
        text-align: right;
        cursor: pointer;
        transition: 0.6s;
    }

    .contenedor-menu-galerias-lv > span:hover {
        color: #a3191a;
    }

    .contenedor-menu-galerias-lv > span i {
        display: inline-block;
        vertical-align: middle;
    }

    .contenedor-menu-galerias-lv > span i:first-child {
        margin-right: 10px;
    }

    .contenedor-menu-galerias-lv > span i:last-child {
        font-size: 15px;
        transform: rotate(0deg);
        transition: 0.6s;
    }

    .contenedor-menu-galerias-lv.abierto > span i:last-child {
        transform: rotate(180deg);
    }

    .menu-galerias-lv {
        position: absolute;
        width: 100%;
        left: 0;
        padding: 0;
        background-color: #eee;
    }

    .menu-galerias-lv li {
        display: block;
        position: relative;
        padding: 5px 20px;
        font-size: 20px;
        cursor: pointer;
        transition: 0.6s;
    }

    .menu-galerias-lv li:hover {
        color: #a3191a;
    }

    .menu-galerias-lv li[data-id="padre"]:hover {
        color: #333;
    }

    .menu-galerias-lv > li > span {
        margin-bottom: 5px;
        display: block;
    }
    
    .menu-galerias-lv > li > ul {
        background-color: #ddd;
    }

    .menu-galerias-lv li[data-id="125"] {
        display: none;
    }

    .galerias-lv > .galeria-lv {
        width: 100%;
    }

    
    .galeria-lv>a {
        width: 100%;
        max-width: calc(100%/3);
        height: 125px;
        overflow: hidden;
        position: relative;
    }

    .galeria-lv>a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: rgba(0,0,0,0.5);
        transition: 0.6s;
        opacity: 0;
    }

    .galeria-lv>a:hover:before {
        opacity: 1;
    }

    .galeria-lv>a {            
        max-width: calc(100%/4);
    }


    @media screen and (min-width: 843px) {

        .menu-galerias-lv {
            right: 50%;
            left: auto;
            transform: translate(50%, 0);
            background-color: #fff;
        }

        .menu-galerias-lv > li > ul {
            background-color: #fff;
        }

    }


    @media screen and (min-width: 1080px) {

        .galeria-lv>a {            
            max-width: calc(100%/6);
        }

        .contenedor-menu-galerias-lv {
            position: relative;
            overflow: visible;
        }

        .contenedor-menu-galerias-lv > span {
            display: none;
        }

        .menu-galerias-lv {
            position: relative;
            transform: translate(0, 0);
            right: 0;
            left: 0;
            text-align: center;
            width: 100%;
            max-width: 100%;
        }


        .menu-galerias-lv li {
            display: inline-block;
            position: static;
        }

        .menu-galerias-lv > li > ul {
            position: absolute;
            top: 40px;
            right: 50%;
            transform: translate(50%, 0);
            width: 100%;
            overflow: hidden;
            height: 0;
            transition: 0.6s;
        }

        .menu-galerias-lv > li > ul.abre {
            height: 190px;
        }

        .menu-galerias-lv > li > ul > li {
            display: block;
        }

        .galerias-lv {
            margin-top: 0 !important;
        }
    }



    /* OBJETIVOS DE DESARROLLO SOSTENIBLE */

    @media screen and (max-width: 640px) {

        .ods-par > div > div:first-child {
            order: 1 !important;
        }

        .ods-par > div > div:last-child {
            order: 0 !important;
        }

        .ods-img {
            margin-bottom: 20px !important;
        }

    }


    /* CONTACTO */

    .contacto-direccion-horario a,
    .contacto-direccion-horario .fusion-column-wrapper > div {
        margin-bottom: 10px;
    }


    /* TIENDA */
    
    .post-type-archive-product.woocommerce-shop .catalog-ordering {
        display: none;
    }
    
    .post-type-archive-product.woocommerce-shop ul.products {
        margin: 0 !important;
    }
    
    .post-type-archive-product.woocommerce-shop ul.products li {
        padding: 0;
        width: 100% !important;
        max-width: calc((100%/2) - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(191, 186, 186, 0.7);
        box-shadow: 0px 0px 10px 2px rgba(191, 186, 186, 0.7);
    }
    
    .post-type-archive-product.woocommerce-shop ul.products li>.fusion-product-wrapper {
        border: none;
    }
    
    .post-type-archive-product.woocommerce-shop ul.products li:nth-child(2n) {
        margin-right: 0;
    }
    
    ul.products li .product-details-container .product-title {
        font-size: 14px !important;
        font-family: 'Arial' !important;
        margin-bottom: 3px;
    }
    
    ul.products li .product-details-container .product-title a {
        color: #4A4848;
    }
    
    ul.products li .product-details-container .fusion-price-rating .price {
        font-size: 15px;
        font-weight: 700;
        font-family: 'Arial';
    }
    
    ul.products li .product-details-container .fusion-price-rating .price>span {
        color: #981617;
    }
    
    .post-type-archive-product.woocommerce-shop ul.products li .product-buttons .fusion-content-sep,
    .post-type-archive-product.woocommerce-shop ul.products li .product-buttons .show_details_button {
        display: none;
    }
    
    .post-type-archive-product.woocommerce-shop ul.products li .product-buttons .add_to_cart_button {
        float: none;
        max-width: 100%;
    }


    ul.products li .featured-image {
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        overflow: hidden;
    }


    @media screen and (min-width: 720px) {

        .post-type-archive-product.woocommerce-shop ul.products li {
            max-width: calc((100%/3) - 14px);
        }

        .post-type-archive-product.woocommerce-shop ul.products li:nth-child(2n) {
            margin-right: 20px;
        }

        .post-type-archive-product.woocommerce-shop ul.products li:nth-child(3n) {
            margin-right: 0;
        }

    }









/* PRODUCTO */

.vuelve-a-tienda {
    text-align: right;
}

.vuelve-a-tienda a {
    font-size: 25px;
}

#main .product .product_title {
    color: #000 !important;
    font-size: 32px !important;
}

.product .entry-summary .price > .amount {
    font-size: 20px;
    font-weight: 700;
}

.fusion-body .quantity {
    border-radius: 0 !important;
}

.woocommerce-tabs {
    padding-top: 0 !important;
}

.woocommerce-tabs>.tabs {
    display: none;
}

.woocommerce-tabs .panel {
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
}

.product_meta {
    display: none;
}

.single-product .woocommerce-tabs .entry-content h3 {
    font-size: 25px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}

.single-product .woocommerce-tabs .entry-content h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #aaa;
}

.related.products .fusion-title {
    margin-bottom: 25px;
}

.related.products h2 {
    margin: 0 !important;
    color: #A3191A !important;
    font-size: 30px !important;
    font-weight: 700 !important;
}

/*
.related.products .product-details h3 {
    font-size: 22px !important;
    margin-bottom: 5px;
}

.related.products .product-details h3 a {
    color: #000 !important;
}

.related.products .product-details h3 a:hover {
    color: #a3191a !important;
}
*/

.product .product-buttons {
    padding-top: 0 !important;
}

.product .product-buttons .product-buttons-container a {
    display: none;
}

.product .product-buttons .product-buttons-container a.anyadir-a-carrito {
    padding-left: 0;
    position: relative;
    display: block;
    font-size: 23px;
}

.cart-loading {
    display: none !important;
}

.related.products .fusion-title h2 {
    line-height: 1 !important;
    margin-bottom: 20px !important;
}

.related.products ul.products {
    margin: 0 !important;
}

.related.products ul.products li {
    padding: 0;
    width: 100% !important;
    max-width: calc((100%/2) - 10px);
    margin-right: 20px;
    margin-bottom: 14px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(191, 186, 186, 0.7);
    box-shadow: 0px 0px 10px 2px rgba(191, 186, 186, 0.7);
}

.related.products ul.products li:nth-child(2) {
    margin-right: 0;
}

.related.products ul.products li:nth-child(3) {
    display: none;
}


.product-buttons .add_to_cart_button:before,
.product-buttons .product_type_auction:before,
.product-buttons .product_type_external:before,
.product-buttons .product_type_simple:before {
    display: none;
}



@media screen and (min-width: 620px) {

    .related.products ul.products li {
        max-width: calc((100%/3) - 14px);
    }

    .related.products ul.products li:nth-child(2) {
        margin-right: 20px;
    }

    .related.products ul.products li:nth-child(3) {
        display: block;
        margin-right: 0;
    }

}


@media screen and (min-width: 801px) {

    .woocommerce-tabs {
        padding-top: 50px !important;
    }

}


@media screen and (min-width: 1080px) {

    #wrapper .related.products .fusion-title h2 {
        font-size: 30px !important;
    }

}




/* RESERVAS */

.reservation legend {
    padding: 0 !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.rtb-booking-form button[type="submit"] {
    padding: 10px 0;
    font-family: 'PT Serif';
    max-width: 100%;
}

.rtb-booking-form button[type="submit"] span > span {
    display: none;
    margin: 0 10px;
}

.rtb-booking-form button[type="submit"] span {
    display: block;
    text-align: center;
}


@media screen and (min-width: 475px) {

    .rtb-booking-form button[type="submit"] span > span {
        display: inline-block;
    }

    .rtb-booking-form button[type="submit"] span {
        display: inline-block;
    }

}




/* CARRITO */

.woocommerce-cart .woocommerce-cart-form > div {
    border: none;
    padding: 0;
    margin-top: 30px;
}

.woocommerce-cart .woocommerce-cart-form > div > h2 {
    display: none;
}

.cart_totals table th {
    width: 25%;
}

.cart_totals table td {
    width: 75%;
    text-align: left;
}

#shipping_method {
    text-align: left;
}

.checkout .shop_table tfoot th {
    width: 60%;
}

.checkout label[for="payment_method_redsys"]:after {
    content: '';
    display: block;
    clear: both;
}



/* CHECKOUT */

.validate-required.woocommerce-validated .select2-selection--single,
.validate-required.woocommerce-validated input {
    box-shadow: none !important;
}



/* FOOTER */

.fusion-social-links-footer {
    display: none !important;
}

.fusion-footer {
    padding-bottom: 77px;
    background-color: #000;
}

.fusion-footer .fusion-columns .fusion-column {
    margin-bottom: 15px !important;
}

.fusion-footer .fusion-columns .fusion-column:nth-child(4) {
    margin-bottom: 0 !important;
}

.parking-text {
    color: #fff;
    font-size: 18px;
}

.mc4wp-form {
    margin-top: 20px;
    max-width: 300px;
}

.mc4wp-form input[type="email"] {
    margin-bottom: 15px;
    border: 1px solid #fff !important;
    border-radius: 0;
    background-color: #000
}

.mc4wp-form input[type="submit"] {
color: #fff;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
    background-color: var(--color-rojo-principal);
    border: none !important;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    margin-top: 15px;
    transition: 0.6s;
}

.mc4wp-form input[type="submit"]:hover {
    background-color: #c71f1f;
}

.fusion-footer .direccion {
    text-decoration: underline;
}


/*Imagenes Logos*/

.colaboradores .fusion-imageframe {
    padding: 15px;
}

/*Eventos*/

.cabecera {
    position: relative;
    height: calc(100vh/3);
    overflow: hidden;
}

.pag-sin-cabecera .cabecera {
    height: 0;;
}

.cabecera:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 1;
}



@media screen and (min-width: 769px) {

    .cabecera {
        height: calc((100vh/5)*2);
    }

}


@media screen and (min-width: 480px) {

    .colaboradores .fusion-imageframe {
        padding: 30px;
    }

}



/* FORMULARIOS */

label {
    margin-bottom: 5px;
}

input[type="text"],
input[type="number"],
select {
    border-radius: 0;
}





/* Cookies */

    #cookie-law-info-bar {
    background-color: #000 !important;
    padding: 40px 20px;
}


#cookie-law-info-bar > span {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

#cookie-law-info-bar > span > span {
    display: block;
    line-height: 1.5em;
    margin-bottom: 30px;
    color: #fff;
}

#cookie-law-info-bar > span #CONSTANT_OPEN_URL {
    text-decoration: none;
    background-color: #67c67d;
    padding: 12px 20px;
    margin-right: 30px;
}


#cookie-law-info-bar a[data-cli_action="accept"],
#cookie-law-info-bar a#cookie_action_close_header_reject,
#cookie-law-info-bar a.cli_settings_button,
#cookie-law-info-bar a.cli-plugin-main-link {
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 10px 15px !important;
    line-height: 20px !important;
    margin-right: 10px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    background-color: #a3191a !important;
    color: #fff !important;
}

#cookie-law-info-bar a#cookie_action_close_header_reject {
    background-color: #aaa !important;
}

#cookie-law-info-bar a.cli_settings_button {

}

#cookie-law-info-bar a.cli-plugin-main-link {

}

#cookie-law-info-again {
    right: 0 !important;
    box-shadow: none;
    background-color: transparent !important;
    padding: 5px;
}

#cookie-law-info-again i {
    font-size: 20px;
    color: #a3191a;
    opacity: 0.8;
}

#cookie-law-info-again #cookie_hdr_showagain {
    display: none;
}


@media screen and (max-width: 620px){

    #cookie-law-info-bar a[data-cli_action="accept"],
    #cookie-law-info-bar a#cookie_action_close_header_reject,
    #cookie-law-info-bar a.cli_settings_button,
    #cookie-law-info-bar a.cli-plugin-main-link {
        margin: 0 !important;
        width: calc((100%/2) - 5px) !important;
    }

    #cookie-law-info-bar a[data-cli_action="accept"],
    #cookie-law-info-bar a.cli_settings_button {
        margin-right: 10px !important;
    }

    #cookie-law-info-bar a[data-cli_action="accept"],
    #cookie-law-info-bar a#cookie_action_close_header_reject {
        margin-bottom: 10px !important;
    }
}




/* Formulario Reservas */

.picker__list-item.picker__list-item--disabled {
    display: none;
}

.rtb-text.time span {
    margin-left: 10px;
    display: inline-block;
    font-weight: 700;
    color: #a3191a;
}

.picker--time .picker__frame {
    max-width: 380px !important;
}

#rtb-time_root .picker__list li.picker__list-item span {
    font-size: 14px;
    margin-left: 15px;
    color: #a3191a;
}

@media screen and (max-width: 390px){

    #rtb-time_root .picker__list li.picker__list-item span {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }

}






.aviso-importante {
    margin-top: 20px;
    display: block;
    border: 1px solid #ccc;
    padding: 15px;
}

.aviso-importante > span {
    display: block;
    margin-bottom: 3px;
    color: #a3191a;
}





/* POP-UP RESERVAS */

.pop-up-reservas {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.pop-up-reservas > div {
    padding: 25px 50px;
    width: 100%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #fff;
    border-top: solid 5px #a3191a;
}

.pop-up-reservas .cerrar-pop-up-reservas {
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 20px;
    cursor: pointer;
    color: #a3191a;
}

.pop-up-reservas .logo {
    text-align: center;
}

.pop-up-reservas .logo img {
    max-width: 50px;
}

.pop-up-reservas .logo i {
    font-size: 45px;
    color: #a3191a;
}



/* CARTA AUDIBLE */

.responsivevoice-button {
    display: inline-block;
    width: auto;
    max-width: 180px;
    background-color: #a3191a;
    border: none;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: 0.4s;
}

.responsivevoice-button:hover {
    background-color: #000000;
}




/* Banner suvbencion */

.banner-subvencion {
    font-size: 10px;
    color: #999;
    line-height: 15px;
    margin-bottom: 20px;
}


/* AVISO PCOVID */

#aviso-pcovid {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

#aviso-pcovid form {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: #000;
    width: 100%;
    max-width: 400px;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    padding: 25px 50px;
    border-top: solid 5px #a3191a;
}

#aviso-pcovid form > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#aviso-pcovid form > div h2 {
    font-size: 18px !important;
    margin: 0 !important;
    color: #000;
}

#aviso-pcovid form p {
    font-size: 14px;
}

#aviso-pcovid form > div button {
    max-width: unset;
    width: auto;
    background: transparent;
    color: #000;
    border: none;
    font-size: 25px;
}

#aviso-pcovid a {
    font-weight: 700;
}


@media screen and (max-width: 390px){

    #aviso-pcovid form {
        padding: 25px 25px;
    }

}






/* Banner Home Cena Productores */

.banner-cena-productores {
    position: relative;
    padding: 20px 30px;
}

.banner-cena-productores .img,
.banner-cena-productores .texto {
    position: relative;
    z-index: 1;
}

.banner-cena-productores .texto p {
    margin-bottom: 5px;
}

.banner-cena-productores .back img {
    position: absolute;
    display: block;
    transform: translate(50%, -50%) scale(1);
    top: 50%;
    right: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}






/* Evento grupos menus */

.alta-evento-cliente > div {
    width: 100%;
    max-width: calc((100%/2) - 10px);
    margin-bottom: 15px;
    margin-right: 20px;
}

.alta-evento-cliente > div:nth-child(even) {
    margin-right: 0;
}

.alta-evento-cliente > div > label {
    margin-bottom: 5px;
    display: block;
}

.alta-evento-cliente > div..aec_titular {
    margin-right: 0;
    max-width: 100%;
}

.alta-evento-cliente > div.aec_garantia  {
    margin-right: 20px;
    align-items: end;
}

.alta-evento-cliente > div.num-comensales,
.alta-evento-cliente > div.num-comensales > label {
    width: 100%;
    max-width: 100%;
}

.alta-evento-cliente div.campo-agrupado {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
}

.alta-evento-cliente div.campo-agrupado:nth-child(odd) {
    margin-right: 0;
}

.alta-evento-cliente div.campo-agrupado > label,
.alta-evento-cliente div.campo-agrupado > input {
    display: inline-block;
    width: 100%;
}

.alta-evento-cliente div.campo-agrupado > label {
    margin-right: 10px;
    max-width: 200px;
}

.alta-evento-cliente div.campo-agrupado > input {
    max-width: 100px;
}

.alta-evento-cliente input[readonly] {
    background-color: #ddd;
    color: #333;
}

.alta-evento-cliente select {
    width: 100%;
}

.box-boton-enviar-aec {
    width: 100%;
    text-align: right;
}

.box-boton-enviar-aec #enviar-eventocliente {
    display: inline-block;
    padding: 10px 30px;
    background-color: #a3191a;
    color: #fff;
    cursor: pointer;
    transition: 0.6s;
}

.box-boton-enviar-aec #enviar-eventocliente:hover {
    background-color: #000;
}


.alta-evento-cliente > div.aceptacion {
    max-width: 100%;
    margin-right: 0;
}


input[type="month"] {
    border: 1px solid #e2e2e2;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
    color: #9ea0a4;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}







.signature-levenant .wrapper {
    position: relative;
    width: 400px;
    height: 100px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}

.signature-levenant .signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 100px;
    background-color: white;
    border: 2px solid #e2e2e2;
}

.signature-levenant #clear {
    cursor: pointer;
    background-color: #aaa;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    transition: 0.6s;
}

.signature-levenant #clear:hover {
    background-color: #ccc;
}





/* CARTA LV */

.carta-lv .tipocarta-box {
    border-bottom: 2px solid #e5e4e3;
}

.carta-lv .titulotipocarta {
    justify-content: space-between !important;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
}

.carta-lv h3 {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
}

.carta-lv .signo {
    position: relative;
    padding: 18px;
    background-color: #222833;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    transition: 0.6s;
}

.carta-lv  .titulotipocarta:hover .signo,
.carta-lv  .titulotipocarta.abierto .signo {
    background-color: #A3191A;
}

.carta-lv .signo span {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.carta-lv .tipocarta-padre {
    overflow: hidden;
    height: 0;
    transition: 0.6s;
}

.carta-lv .tipocarta .item {
    font-size: 22px;
    justify-content: space-between !important;
    padding: 10px 0;
    border-bottom: 1px solid #A3191A;
}

.carta-lv .tipocarta .item > span,
.carta-lv .tipocarta .item > .saber-mas-box {
    width: 100%;
}

.carta-lv .tipocarta .item > .titulo {
    max-width: calc(100% - 150px);
}

.carta-lv .tipocarta .item > .precio {
    max-width: 150px;
    text-align: right;
}

.carta-lv .tipocarta .item > .saber-mas-box {
    max-width: 100%;
    margin-top: 10px;
}

.carta-lv .tipocarta .item > .saber-mas-box .saber-mas {
    display: table;
    margin-left: auto;
    margin-right: 0;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #A3191A;
    color: #fff;
    padding: 8px 10px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.6s;
}

.carta-lv .tipocarta .item > .saber-mas-box .saber-mas:hover,
.carta-lv .tipocarta .item > .saber-mas-box .saber-mas.abierto {
    background-color: #979797;
}

.carta-lv .tipocarta .item > .saber-mas-box .contenido-box {
    font-size: 18px;
    overflow: hidden;
    height: 0;
    transition: 0.6s;
}

.carta-lv .tipocarta .item > .saber-mas-box .contenido-box .contenido {
    padding-top: 10px;
}

.carta-lv .tipocarta .item > .saber-mas-box .contenido-box .contenido ul {
    margin-top: 30px;
}

.carta-lv .tipocarta .item > .saber-mas-box .contenido-box .contenido ul li {
    position: relative;
    color: #A3191A;
    font-weight: 700;
    padding-left: 15px;
}

.carta-lv .tipocarta .item > .saber-mas-box .contenido-box .contenido ul li:before {
    content: '';
    position: absolute;
    background-color: #A3191A;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}


@media screen and (max-width: 768px){

    .carta-lv .titulotipocarta > h3 {
        font-size: 22px !important;
    }

    .carta-lv .tipocarta .item {
        font-size: 20px;
    }

}

@media screen and (max-width: 620px){

    .carta-lv .titulotipocarta > h3 {
        font-size: 20px !important;
    }

    .carta-lv .tipocarta .item {
        font-size: 18px;
    }

}

@media screen and (max-width: 560px){

    .carta-lv .titulotipocarta > h3 {
        font-size: 18px !important;
        max-width: calc(100% - 64px);
        width: 100%;
    }

    .carta-lv .tipocarta .item,
    .carta-lv .tipocarta .item > .saber-mas-box .contenido-box {
        font-size: 16px;
    }

}

@media screen and (max-width: 440px){

    .carta-lv .titulotipocarta > h3 {
        font-size: 17px !important;
    }

    .carta-lv .tipocarta .item,
    .carta-lv .tipocarta .item > .saber-mas-box .contenido-box {
        font-size: 15px;
    }

}







.woocommerce-product-attributes .woocommerce-product-attributes-item--weight {
    display: none;
}




/* ALTURA FIJA EN PÁGINA DE RESERVAS */

.page-id-156 main#main,
.page-id-38111 main#main,
.page-id-38112 main#main {
    min-height: 600px;
}






/* POPUP PROD. ESTACIONALES */

#popup_prod_estacionales {
    margin: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding: 30px;
}

#popup_prod_estacionales .inner-box-popup_prod_est {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #fff;
    padding: 30px;
    max-width: 600px;
}

#popup_prod_estacionales h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 0;
}

#popup_prod_estacionales .boton-carta-de-hoy {
    padding: 20px 50px;
    line-height: 22px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 260px;
}

#popup_prod_estacionales .boton-carta-anual {
    background-color: #fff;
    border: 2px solid #a3191a;
    max-width: 260px;
    display: none;
}

#popup_prod_estacionales .boton-carta-anual span {
    color: #a3191a;
    font-weight: 600;
}

#popup_prod_estacionales .boton-carta-anual:hover {
    background-color: #000;
    border: 2px solid #000;
}

#popup_prod_estacionales .boton-carta-anual:hover span {
    color: #fff;
}

.banner-sub {
font-size: 13px;
  color: #999;
}

.banner-sub img {
max-width:100px;
}



.valencia-culinari-fest {
    padding-left: 30px;
}

.valencia-culinari-fest > li {
    position: relative;
    margin-bottom: 10px;
}

.valencia-culinari-fest > li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: -15px;
    transform: translate(0, -50%);
    background-color: #333;
    border-radius: 50%;
}





.fotos-desc-vcf {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid;
}

.fotos-desc-vcf > div:first-child {
    margin-bottom: 50px;
}

.fotos-desc-vcf > div > div {
    width: 100%;
    max-width: calc((100%/2) - 25px);
}

.fotos-desc-vcf > div > div:first-child {
    margin-right: 50px;
}

.fotos-desc-vcf > div > .text p {
    margin-bottom: 0 !important;
}

.fotos-desc-vcf > div > .text h3 {
    margin-top: 0;
    color: #A3191A !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
    font-size: 25px !important;
}

.fotos-desc-vcf > div > .text h3:before {
    display: none;
}




@media screen and (max-width: 768px){

    .fotos-desc-vcf > div > div:first-child {
        margin-right: 25px;
    }

    .fotos-desc-vcf > div > div {
        max-width: calc((100% / 2) - 13px);
    }

}


@media screen and (max-width: 580px){

    .fotos-desc-vcf > div:first-child > .img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .fotos-desc-vcf > div:last-child > .img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .fotos-desc-vcf > div > div {
        max-width: 100%;
    }

    .fotos-desc-vcf > div:first-child {
        margin-bottom: 25px;
    }

    .fotos-desc-vcf > div:last-child {
        flex-direction: column-reverse !important;
    }

}