/*
 Theme Name: Litho Child
 Theme URI: https://litho.themezaa.com/
 Description: Child theme for Litho theme
 Version: 1.2
 Author: ThemeZaa
 Author URI: https://www.themezaa.com/
 Tested up to: 5.8
 Requires PHP: 7.3
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
 License: Themeforest Split Licence
 License URI: https://themeforest.net/licenses/
 Template: litho
 Text Domain: litho-child
*/

body {
    font-size: 16px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {

    font-size: 16px !important;
}

.elementor-65285 .elementor-element.elementor-element-e14d29a:not(.elementor-motion-effects-element-type-background), .elementor-65285 .elementor-element.elementor-element-e14d29a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #FBFBFB !important;
}

.elementor-65285 .elementor-element.elementor-element-2b7a3fc:not(.elementor-motion-effects-element-type-background), .elementor-65285 .elementor-element.elementor-element-2b7a3fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{
        background-color: #FBFBFB !important;
}
body{
        background-color: #FBFBFB !important;
}

#search-form-input3 {
    background-color: #FBFBFB;
}


.medium_rd_bt {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    padding: 10px 45px 10px 45px;
    background: #303030 !important;
}

.medium_rd_bt:hover {
    background: #4f7586 !important;
    color: #ffffff !important;
}

.medium_rd_bt:hover i {
    color: #ffffff !important;
}

.small_rd_bt.bt_icon_left i, .medium_rd_bt.bt_icon_left i {
    margin-right: 8px;
}

.ta_right {
    text-align: right;
    float: right;
    display: block;
}

.titulo-servicios {
    font-size: 80px !important;
    font-family: Sunbeat Slow !important;
    color: #ffffff !important;
    line-height: 70px !important;
    text-align: center;
}

.titulo-disfrutones {
    font-size: 80px !important;
    font-family: Sunbeat Slow !important;
    color: #ffffff !important;
    padding: 20px 20px 20px 20px !important;
    display: inline-block;
    white-space: nowrap;
    background: #d8719e;
    text-align: center;
    font-weight: 100;
}

div {
    background-size: cover;
}

.wpb_wrapper {
    margin: 0 auto;
}

a {
    color: #4f7586;
    text-decoration: underline;
}

a:hover {
    color: #303030;
    text-decoration: underline;
}

.elementor a {
    text-decoration: underline;
}

h1 {
    font-size: 36px;
    line-height: 43.2px;
}

h5 {
    font-size: 24px;
    line-height: 28.8px;
}

.boton-disfrutones {
    padding: 4px 11px 4px 11px;
    border: 1px solid #fbfbfb;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: auto !important;
    transition: none !important;
}

.boton-disfrutones .elementor-button-link {
    border: 0 !important;
    background: #636363 !important;
}

.boton-disfrutones:hover .elementor-button-link {
    background: #4f7586 !important;
    color: #fbfbfb !important;
    border: 0 !important;
    transition: none !important;
}

.boton-disfrutones .elementor-button-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    transition: none;
}

.boton-disfrutones i {
    vertical-align: -webkit-baseline-middle;
}

.boton-disfrutones:hover {
    background-color: #4f7586;
}

.boton-disfrutones:hover .elementor-button-text, .boton-disfrutones:hover .elementor-button-icon i {
    color: #fbfbfb !important;
    transition: none;
}

.litho-button-wrapper .elementor-button:hover, .elementor-widget-litho-button a.elementor-button:hover, .btn:hover, [type=submit]:hover, .wp-block-search .wp-block-search__button:hover, input[type="submit"]:hover {
    color: #fbfbfb !important;
}

.imagen-horario img {
    height: 43px;
    width: 161px;
}

.footer_2 a {
    color: #303030 !important;
    font-weight: 700;
}

.footer_2 P {
    margin-bottom: 8px;
}

.feature-box-carousel-style-2 .feature-box-carousel-wrap {
    min-height: 334px;
}

.litho-button-wrapper .elementor-button.elementor-size-xl, .elementor-button-wrapper .elementor-button.elementor-size-xl, .elementor-gradient-button.elementor-size-xl {
    font-size: 20px;
}

.promociones-imagenes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%;
}

.promocion-item {
    width: 358px;
    height: 358px;
    margin: 6px;
    color: #FBFBFB;
    background-color: #000000;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.promocion-item .details-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px 24px;
    background: #000000ad;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(20px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 35%, rgb(0 0 0 / 86%) 100%);
}

.promocion-item .details-container.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.promocion-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000047;
}

.promocion-item p {
    margin-bottom: 0px;
}

.promocion-item .tienda {
    font-weight: 600;
    font-size: 20px;
    line-height: 28.8px;
}

.promocion-item .titulo {
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
}

.promocion-item .subtitulo {
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
}

.promocion-item .details-back-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 24px;
    background: #4f7586;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(20px);
}

.promocion-item .details-back-container.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.promocion-item .details-back-container img {
    margin: 0 auto;
}

.promocion-item .details-back-container .titulo {
    font-weight: 700;
    font-size: 24px;
    line-height: 28.8px;
    color: #FBFBFB;
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
}

.promocion-item .details-back-container .subtitulo {
    font-weight: 400;
    font-size: 20px;
    line-height: 28.8px;
    color: #FBFBFB;
    text-align: center;
    margin: 0 auto;
}

.promocion-item .details-back-container .descripcion {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.promocion-item .details-back-container a {
    color: #303030;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin: 0 auto;
    background: #FBFBFB;
    margin-top: 24px;
}

.tarjeta-regalo .elementor-container.elementor-column-gap-default {
    border: 1px solid #303030;
}

.mensaje-info {
    border: 1px solid #303030;
    padding: 2px 0px 2px 68px;
    margin-left: -61px;
}

@media (max-width: 767px) {
    .mensaje-info {
        margin-left: inherit;
        padding: 2px 0px 2px 0px;
    }
}

.mensaje-info p {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .elementor-column.order-1 {
        order: 1;
    }
    .elementor-column.order-2 {
        order: 2;
    }
}

/* Smartphones (portrait & landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    #menu-menu-tiendas li, #menu-menu-restauracion li, #menu-menu-shops li, #menu-menu-restaurants li {
        display: block;
        float: none;
    }

    #menu-menu-tiendas, #menu-menu-restauracion, #menu-menu-shops, #menu-menu-restaurants {
        text-align: center;
    }

    .current-menu-item a, .current-menu-restauracion a, .current-menu-shops a, .current-menu-restaurants a {
        padding-bottom: 2px;
    }
}

.page-title {
    text-align: center;
    color: #303030;
}

.page-title h1 {
    font-size: 36px;
    line-height: 43.2px;
    font-weight: 500;
    color: #303030;
}

.menu-menu-tiendas-container ul, .menu-menu-restauracion-container ul, .menu-menu-shops-container ul, .menu-menu-restaurants-container ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
}

.menu-menu-tiendas-container li, .menu-menu-restauracion-container li, .menu-menu-shops-container li, .menu-menu-restaurants-container li {
    background-color: #FBFBFB;
    border: 1px solid #303030;
    padding: 10px;
    gap: 10px;
    min-width: 130px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.menu-menu-tiendas-container li a, .menu-menu-restauracion-container li a, .menu-menu-shops-container li a, .menu-menu-restaurants-container li a {
    color: #303030;
    text-decoration: none;
}

.menu-menu-tiendas-container li.current-menu-item, .menu-menu-restauracion-container li.current-menu-item, .menu-menu-shops-container li.current-menu-item, .menu-menu-restaurants-container li.current-menu-item {
    background-color: #303030;
    color: #FBFBFB;
    text-decoration: none;
}

.menu-menu-tiendas-container li.current-menu-item a, .menu-menu-restauracion-container li.current-menu-item a, .menu-menu-shops-container li.current-menu-item a, .menu-menu-restaurants-container li.current-menu-item a {
    color: #FBFBFB !important;
    text-decoration: none !important;
    border-bottom: none;
}

.container-tiendas {
    padding: 0px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container-tiendas .item-tienda {
    box-shadow: -5px 0px 14.3px 0px #00000040;
    width: 218px;
    height: 166px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.item-tienda .marcadisfrutona-icon {
    position: absolute;
    top: 4px;
    background-color: #4F7586;
    color: #FBFBFB;
    font-family: 'Sunbeat Slow';
    margin: 0 auto;
    width: 170px;
    border-radius: 40px;
    font-size: 20px;
    line-height: 24px;
    left: 25px;
}

.single-tiendas-content-text .marcadisfrutona-icon, .single-tiendas-header-text .marcadisfrutona-icon {
    top: 4px;
    background-color: #4F7586;
    color: #FBFBFB;
    font-family: 'Sunbeat Slow';
    width: 180px !important;
    border-radius: 40px;
    font-size: 20px !important;
    line-height: 24px !important;
    left: 25px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .container-tiendas .item-tienda {
        width: 158px;
        height: 120px;
    }

    .item-tienda .marcadisfrutona-icon, .single-tiendas-content-text .marcadisfrutona-icon, .single-tiendas-header-text .marcadisfrutona-icon {
        font-size: 16px;
        line-height: 20px;
        width: 100px;
        left: 30px;
    }

    .plano-tienda .mapplic-element {
    text-align: center;
    height: 310px !important;}
}

.filter-letter {
    cursor: pointer;
}

.tiendas-search {
    width: 270px;
    height: 40px;
    border-bottom: 1px solid #303030;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-left: -32px;
    padding-left: 32px;
}

.btn {
    background-color: #303030;
    color: #FBFBFB;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border: 1px solid #303030;
    padding: 8px 24px;
}

.btn:hover {
    background-color: #4f7586;
    color: #FBFBFB;
    text-decoration: none;
}

.btn.white {
    background-color: #FBFBFB;
    color: #303030;
    border: 1px solid #303030;
}

.btn.white:hover {
    background-color: #4f7586;
    color: #FBFBFB;
    border: 1px solid #4f7586;
    text-decoration: none;
}

.single-tiendas-header {
    height: auto;
}

.single-tiendas-header-text {
    padding-top: 24px;
}

.single-tiendas-content-text {
    display: flex;
    padding: 0px 40px;
    width: min-content;
}

.single-tiendas-content-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.single-tiendas-content-text2 {
    margin-top: 8px;
}

.single-tiendas-content-text2 p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #303030;
}

.single-tiendas-content-map {
    width: 100%;
    display: flex;
    justify-content: center;
}

.single-tiendas-header-text .categoria {
    font-size: 16px;
    line-height: 17.6px;
    font-weight: 300;
    text-transform: uppercase;
    color: #303030;
}

@media (max-width: 767px) {
    .single-tiendas-header-text .titulo h1 {
        font-size: 32px;
        line-height: 35.2px;
        text-align: center;
    }

    .single-tiendas-header-text .categoria {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

    .single-tiendas-header-text {
        margin-top: 20px;
        display: block;
        height: auto;
    }

    .single-tiendas-header-logo {
        margin-right: 0;
    }

    .single-tiendas-header-text .ubicacion {
        text-align: center;
    }

    .single-tiendas-header-text .detalles, .single-tiendas-header-text .detalles a {
        text-align: center;
    }

    .single-tiendas-content-map {
        width: 100%;
        margin-right: 0 !important;
    }

    .single-tiendas-header {
        height: auto;
    }

    .single-tiendas-content-text {
        display: block !important;
    }

    .mapplic-map .mapplic-zoomable {
        height: 0 !important;
        left: 24px !important;
    }

    .mapplic-container {
        height: 240px !important;
    }
}

.single-tiendas-header-text .titulo {
    max-width: 100%;
}

.single-tiendas-header-text .titulo  h1 {
    color: #303030;
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 0;
}

.single-tiendas-header-text .ubicacion {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.single-tiendas-header-text .detalles, .single-tiendas-header-text .detalles a {
    font-size: 20px;
    line-height: 30px;
    color: #303030;
}

.single-tiendas-header-text .detalles {
    display: flex;
    gap: 20px;
    margin-top: 16px;
}

.single-tiendas-header-text .detalles a {
    text-decoration: underline;
}

.single-tiendas-header-text .botones {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.single-tiendas-header-text i {
    margin-right: 8px;
}

@media only screen and (min-width: 1200px) {
    .plano-tienda {
        position: relative;
        height: auto;
        min-height: 550px;
        width: 550px;
    }
}

@media only screen and (min-width: 992px) {
    .plano-tienda {
        position: relative;
        height: auto;
        min-height: 460px;
        width: 460px;
    }
}

.plano-tienda {
    position: relative;
    width: 100%;
    height: auto;
}

.plano-tienda img {
    position: absolute;
    width: 100%;
}

#single-promociones .title {
    color: #303030;
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 400;
}

#single-promociones .subtitle {
    color: #303030;
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 500;
}

#single-promociones .link {
    color: #303030;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: underline;
}

.showroom-destacados-box {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}

.showroom-productos-item {
    padding: 20px !important;
}

#showroom-productos-list .showroom-productos-item {
    width: 33.3333%;
    padding: 20px;
    position: relative;
}

#showroom-productos-list .showroom-productos-item:nth-of-type(3n+1) {
    clear: both;
}

#showroom-productos-list .showroom-productos-item .item-form {
    height: 100%;
    position: relative;
    padding-bottom: 70px;
}

#showroom-productos-list .showroom-productos-item .showroom-productos-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#showroom-productos-list .showroom-productos-item .showroom-productos-content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 72%) 21%);
    position: absolute;
    bottom: 0px;
    padding: 12px;
}

#showroom-productos-list .showroom-productos-item .showroom-productos-title {
    padding-top: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #FBFBFB;
}

#showroom-productos-list .showroom-productos-item .showroom-productos-btn {
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 31%);
    position: absolute;
    top: 0px;
    padding: 60px 20px;
    text-align: left;
    color: #FBFBFB;
    transition: opacity 0.5s ease;
}

#showroom-productos-list .showroom-productos-item:hover .showroom-productos-btn {
    opacity: 1;
}

#showroom-productos-list .showroom-productos-item:hover .showroom-productos-btn .btn {
    padding: 12px 16px 12px 16px;
    background: #FBFBFB;
    color: #303030;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    border: none;
}

#showroom_filter_list {
    margin: 0;
    padding-left: 0;
}

#filter-off {
    display: none;
    width: 150px;
    text-align: center;
    color: #fff;
    background: #a5e5d5;
    margin-left: 15px;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 20px;
    cursor: pointer;
}

#showroom-filter-container {
    border: 1px solid #303030;
    padding: 8px;
}

#showroom-all-filter-box {
}

#showroom_filter_list li {
    list-style: none !important;
}

#showroom_filter_list i {
    color: #303030;
    font-size: 12px;
}

.mobile-filter {
    display: none;
    padding: 0 15px;
}

#showroom_search_box {
    width: 100%;
}

.showroom_filter_item div {
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: #303030;
}

.showroom_filter_sublist {
    width: 100%;
    padding: 5px 15px;
    margin: 10px auto 0 !important;
    border: 1px solid #bcbcbc;
    z-index: 0;
    opacity: 0;
    background: #fff;
    text-align: left;
    max-height: 295px;
    overflow-y: auto;
    height: 0;
    display: none;
    transition: all .3s ease-in-out;
}

.showroom_filter_sublist.sublist-on {
    display: block;
    z-index: 3;
    opacity: 1;
    height: auto;
}

#search-filter-input {
    padding-left: 36px;
    height: 32px;
}

#search-filter {
    position: relative;
}

#search-filter .fa.fa-search {
    position: absolute;
    color: #303030;
    width: 20px;
    height: 15px;
    bottom: 16px;
    transform: translateY(-50%);
    left: 12px;
    font-size: 17px;
}

#go-filter {
    margin-top: 12px;
    width: 100%;
    background: #303030;
    color: #FBFBFB;
    font-size: 16px;
    line-height: 24px;
}

.no-element-list {
    display: none;
}

.showroom-product-image-box {
    float: right;
}

.showroom-product-title {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 500;
    color: #303030;
}

.showroom-product-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #303030;
}

.showroom-product-button .btn-inner-box {
    color: #4f7586;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.showroom-product-button .phone-btn {
    padding: 10px 35px 10px 35px;
    border: 1px solid #303030;
    background: #FBFBFB;
    color: #303030;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 16px;
}

.showroom-product-button .phone-btn a {
    color: #303030;
    text-decoration: none;
}

.showroom-product-button .whatsapp-btn {
    padding: 10px 35px 10px 35px;
    border: 1px solid #303030;
    background: #303030;
    color: #FBFBFB;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 16px;
}

.showroom-product-button .whatsapp-btn a {
    color: #FBFBFB;
    text-decoration: none;
}

.agenda-imagenes-home .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 334px !important;
    height: 334px !important;
}

.agenda-imagenes .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 334px;
    height: 334px;
}

@media (max-width: 767px) {
    .agenda-imagenes .swiper-slide, .agenda-imagenes-home .swiper-slide {
        width: 100% !important;
        aspect-ratio: 1;
        height: auto !important;
    }
}

.agenda-imagenes .swiper-slide .front, .agenda-imagenes-home .swiper-slide .front {
    display: flex;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #303030 91%);
    height: 100%;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-end;
}

.agenda-imagenes .swiper-slide .title, .agenda-imagenes-home .swiper-slide .title {
    color: #FBFBFB;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}

.agenda-imagenes .swiper-slide .back, .agenda-imagenes-home .swiper-slide .back {
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    color: #FBFBFB;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #4f7586 31%)
}

.agenda-imagenes .swiper-slide:hover .back, .agenda-imagenes-home .swiper-slide:hover .back {
    opacity: 1;
}

.agenda-imagenes .swiper-slide .content, .agenda-imagenes-home .swiper-slide .content {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.agenda-imagenes .swiper-slide .btn, .agenda-imagenes-home .swiper-slide .btn {
    padding: 10px 35px 10px 35px;
    border: 1px solid #303030;
    background: #FBFBFB;
    color: #303030;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 16px;
}

.agenda-imagenes-home {
    position: relative;
}

.agenda-imagenes-home .swiper-container {

}

.agenda-imagenes .swiper-pagination {
    bottom: -44px !important;
}

.agenda-imagenes-home .swiper-pagination {
    display: none;
}


#menu-header_gentalia_2_en ul.sub-menu, #menu-header_gentalia_2 ul.sub-menu, #menu-header_gentalia_3 ul.sub-menu {
    padding: 0px;
    background: #fbfbfb;
    border: 1px solid #303030;
    max-width: 157px;
}

#menu-header_gentalia_2_en ul.sub-menu li, #menu-header_gentalia_2 ul.sub-menu li, #menu-header_gentalia_3 ul.sub-menu li {
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}

.item-evento {
    border-right: 0px solid #002b58;
    background-color: #f9f9f9;
    margin-bottom: 50px;
    padding: 15px 0;
}

.item-evento .post_fecha {
    background-color: #303030;
    /* width: 40px; */
    color: white;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 0px;
    float: left;
    width: 50%;
}

.item-evento .post_fecha_new {
    background-color: #303030;
    color: white;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.item-evento .post_fecha.inicio {
    background-color: #303030b5;
}

.item-evento .post_fecha .dia {
    font-size: 20px;
    display: block;
}

.item-evento .foto {
    max-width: 360px;
    overflow: hidden;
    position: relative;
    float: left;
    z-index: 5;
}

.item-evento .foto img {
    max-width: 100%;
    height: auto;
    margin: 0;
    display: block;
}

.item-evento .content {
    padding: 10px;
}

.item-evento .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #303030;
}

.item-evento .content .btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.item-evento .nombre {
    background-color: #002b58;
    color: white;
    padding: 10px;
}

.item-evento .nombre h2 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.item-evento h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    color: #303030;
}

.item-evento h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    color: #303030;
}

.item-evento .nombre p {
    margin: 0;
    font-size: 15px;
    line-height: 18px;
}

.item-evento .enlacetienda {
    display: contents;
}

.ultimasaperturas_wrap .item-tienda {
    float: left;
}

.local_active  path.cls-8 {
    fill: #4f7586 !important;
}

.local_active  path.cls-4 {
    fill: #f9f9f9 !important;
}

path.cls-8.local_active {
    fill: #4f7586 !important;
}

.festivos_no_aperturables {
    background: #636363 !important;
    color: #fff !important;;
}

.festivos_apertura {
    background: #4f7586 !important;
    color: #fff !important;;
}

.festivo_solo_carrefour {
    background: #EADE00 !important;
    color: #fff !important;;
}

.language-gentalia .wpml-ls-legacy-dropdown-click {
    display: inline-flex;
}

.language-gentalia .wpml-ls-legacy-dropdown-click a {
    border: none;
}

.search-gentalia .search-form-simple-box .search-input {
    border-radius: 0;
    padding: 0px 24px;
}

.search-gentalia .search-label {
    display: none;
}

.search-gentalia .search-form-simple-box .search-button {
    left: 0px;
    padding: 0;
    width: 14px;
}

#menu-header_gentalia_1 li a, #menu-header_gentalia_2_en li a, #menu-header_gentalia_2 li a, #menu-header_gentalia_3 li a, #menu-menu-mobile li a, #menu-menu-mobile-en li a {
    color: #303030 !important;
    letter-spacing: 0.025em !important;
    transition: none !important;
}

#menu-header_gentalia_1 li a:hover, #menu-header_gentalia_2_en li a:hover, #menu-header_gentalia_2 li a:hover, #menu-header_gentalia_3 li a:hover, #menu-menu-mobile li a:hover, #menu-menu-mobile-en li a:hover {
    color: #4f7586 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    transition: none !important;
}






#menu-gentalia_header1_en .current-menu-item a, #menu-header_gentalia_1 .current-menu-item a, #menu-header_gentalia_2 .current-menu-item a, #menu-header_gentalia_2_en .current-menu-item a, #menu-gentalia_header3_en .current-menu-item a, #menu-header_gentalia_3 .current-menu-item a, #menu-menu-mobile .current-menu-item a, #menu-menu-mobile-en .current-menu-item a{
    color: #4f7586 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

#menu-menu-mobile li a, #menu-menu-mobile-en li a {
    font-size: 20px;
    line-height: 4px;
}

.hamburger-menu-modern .litho-left-menu li a {
    text-transform: none;
}

.hamburger-menu-modern .litho-left-menu i {
    margin-right: 8px;
}

.menu-item-77703 a {
    font-weight: 700 !important;
    margin-top: 52px;
}

@media (max-width: 767px) {
    .hamburger-menu-modern .litho-left-menu-wrap {
        height: 100%;
    }
}

.hamburger-menu {
    background: #fbfbfb !important;
}

.mobile-social-icons i {
    color: #303030 !important;
}

.mobile-menu-links a {
    color: #303030 !important;
}

/*Puesto en Header_Gentalia_1 y Footer_Gentalia_2 */
.hide{
    display: none !important;
}

.language-gentalia {
    display: none !important;
}

.otgs-development-site-front-end {
    display: none !important;
}

#basic-info-dp {
    margin-bottom: 14px;
}

.service-type h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    color: #303030;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .services-list {
        align-items: center;
        justify-content: center;
    }
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 264px;
    border: 1px solid #303030;
    padding: 20px;
    margin: 10px;
}

.service-item.with-url:hover {
    background: #4f758620;
}

.service-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.service-content {
    text-align: center;
}

.service-content p {
    margin: 25px 0 0px 0px !important;
}

.service-photo {
    width: 33%;
    margin-bottom: 20px;
    background: #303030;
    margin-right: 24px;
}

.service-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-title {
    width: 66%;
}

.service-title h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
    margin-bottom: 20px;
}

.metaslider.ms-theme-bitono .flexslider .flex-control-nav li a {
    border-radius: 20px !important;
    background: #303030 !important;
}

.metaslider.ms-theme-bitono .flexslider .flex-control-nav li a.flex-active {
    background: #4f7586 !important;
}

/*Samu planos*/
/*Para los locales inactivos*/
#codigo{
    cursor: not-allowed;
}

/*Para el hover del local*/
#pa g .cls-5:hover, #pb g .cls-3:hover, #pp .cls-3:hover, #pa .local_active path.cls-5, .local_active path, #pb .local_active .cls-3, #pp .local_active .cls-3{
    fill: #969696 !important;
}

/*cambiar color a negro*/
/*.mapplic-pin.circular {
    background-color: #303030 !important;
}*/

/*eliminar puntero*/
.mapplic-pin.circular {
    width: 0px !important;
    height: 0px !important;
}

.mapplic-tooltip-title{
    font-size: 15px !important;
}
/*Planos*/

/*Banner cookies*/
#moove_gdpr_cookie_info_bar.moove-gdpr-align-center, #moove_gdpr_cookie_info_bar.moove-gdpr-align-right {
    text-align: center;
}

aside#moove_gdpr_cookie_info_bar {
    width: 100%;
    background-color: #4a393975 !important;
    height: auto !important;
    padding: 25% 0px !important;
}

#moove_gdpr_cookie_info_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    max-height: 400px;
    color: #fff;
    z-index: 9900;
    background-color: #202020;
    border-top: 1px solid #fff;
    font-family: Nunito, sans-serif;
    transition: bottom 0.3s cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 24px !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    background-color: #fff !important;
    width: 94%;
    margin-top: -15%;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-align-center, #moove_gdpr_cookie_info_bar.moove-gdpr-align-right {
    text-align: center;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
    min-height: 12vh;
}


button.mgbutton.moove-gdpr-infobar-reject-btn.gdpr-fbo-1, button.mgbutton.moove-gdpr-infobar-allow-all.gdpr-fbo-2 {
    background-color: #ffffff !important;
    box-shadow: inset 0 0 0 1px currentColor;
    opacity: .7;
    color: #202020 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
    width: 227px;
}

button.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button.gdpr-fbo-0:hover, button.mgbutton.moove-gdpr-infobar-reject-btn.gdpr-fbo-1:hover, button.mgbutton.moove-gdpr-infobar-allow-all.gdpr-fbo-2:hover{
background-color: #303030 !important;
color: #fff !important;
}

/*Banner cookies*/

footer .litho-secondary-title {
    border-style: none !important;
}

.nav_inferior {
    background: #4f7586;
    display: flex;
    width: 300px;
    height: 48px;
    position: fixed;
    bottom: 30px;
    z-index: 3000;
    justify-content: space-around;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}

.nav_inferior div:not(:last-child) {
    border-right: 1px solid #FBFBFB;
    padding-right: 16px;
}

.nav_inferior div:last-child {
    padding-right: 16px;
}

.nav_inferior svg {
    color: #FBFBFB;
}

.caja-descuento-gris {
    width: 325px;
    height: 325px;
    background-color: #636363;
    position: relative;
    margin: 25px 25px;
    float: left;
    padding: 19px;
    color: #fff;
    line-height: 20px;
}

.caja-descuento {
    width: 325px;
    height: 325px;
    position: relative;
    margin: 25px 25px;
    float: left;
    cursor: pointer;
    line-height: 20px;
}

.caja-descuento.wow-modal-id-1.nuevos-cupones {
    text-align: center;
}

.social-icons-wrapper ul li a.elementor-icon svg {
    width: 16px;
    height: 16px;
}

.home-services {
    display: flex;
    flex-wrap: wrap;
    background: #E8E8E8;
    padding: 16px;
    row-gap: 16px;
    margin-right: 44px;
}

.home-services .service {
    width: 50%;
    display: flex;
    align-items: center;
}

.home-services .service .service-image {
    margin-right: 8px;
}

.home-services .service .service-image img {
    width: 40px;
    height: 40px;
}

.home-services .service .service-text {
    font-size: 20px;
    line-height: 24px;
    color: #303030;
}

.home-services .service .service-text a {
    color: #303030 !important;
}

.post-next-content {
    display: none;
}

.post-content.open .post-next-content {
    display: block;
}

.post-content .post-read-button {
    display: none;
    color: #303030 !important;
    cursor: pointer;
}

.post-content .post-read-button.open {
    display: block;
}

h6.subtitle {
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 400;
    color: #303030;
}

h4.title {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 500;
    color: #303030;
}

 .header-push-button .push-button {
    margin-left: 30px;
}



.push-button>span:nth-child(1) {
    width: 25px;
    margin-left:5px;
}

.push-button>span:nth-child(2) {
    top: 10px;
    width: 35px;
}

.push-button>span:nth-child(3) {
    top: 8px;
}

.push-button>span:nth-child(4) {
    width: 25px;
    top: 14px;
    margin-left:5px;
}

#menu-header_gentalia_1 li a, #menu-header_gentalia_2_en li a, #menu-header_gentalia_2 li a, #menu-header_gentalia_3 li a, #menu-menu-mobile li a,  #menu-menu-mobile-en li a {
    margin-top: 0px;
}

.hamburger-menu-modern {
    overflow-y: scroll!important;
}




#menu-header_gentalia_2 li.dropdown > a {
    margin: 0px!important;
}

#menu-header_gentalia_2_en li.dropdown > a {
    margin: 0px!important;
}



@media(max-width:768px) {
    .item-imagen {
        max-height: 125px;
    }

    footer .elementor-widget-litho-simple-navigation ul li {
        text-align: center;
    }
}
















.elementor-15527 .elementor-element.elementor-element-5b598bf .litho-left-menu-wrap li.item-depth-0 > span.menu-toggle::after {
    background-color: #000000!important;
}


.elementor-15527 .elementor-element.elementor-element-5b598bf .litho-left-menu-wrap li.item-depth-0 > span.menu-toggle::before {
    background-color: #000000!important;
}



.hamburger-menu-modern .litho-left-menu li .menu-toggle:before, .hamburger-menu-modern .litho-left-menu li .menu-toggle:after {
    width: 20px;
}


.hamburger-menu-modern .litho-left-menu li>.menu-toggle {
    margin-top: 0px;
    position: absolute;
    left: 95px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}


.hamburger-menu-modern .litho-left-menu li ul>li:first-child {
    margin-top: 0px;
}

#menu-menu-mobile li.item-depth-1 a, #menu-menu-mobile-en li.item-depth-1 a {
   margin-top:20px!important;
}

.elementor-65285 .elementor-element.elementor-element-fbed116 .hamburger-menu-wrapper .close-menu {
    color: var(--e-global-color-primary);
    font-size: 40px;
    line-height: 17px;
    margin-top: 20px;
}







.filter-letter {
    cursor: pointer;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 800;
    margin-top: 10px;
}





.item-imagen {
    max-height: 165px!important;
}

@media (max-width: 768px) {
    .item-imagen {
        max-height: 115px!important;
    }
}


.container-tiendas .item-tienda {
   background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}