/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.0.1737648865
Updated: 2025-01-23 17:14:25

*/
html {
    scroll-behavior: smooth;
}

.header-web {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header-web .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    color: var(--wp--preset--color--wine-color);
}

#galeria .n2-active {
    transform: scale(1.1);
}

footer.wp-block-template-part {
    margin: 0;
}

.header-web > .wp-block-group > nav {
    margin-top: 0;
}

#home #n2-ss-2 .n2-ss-slide {
	height: 100vh !important;
}

.mouth-post-home time {
    text-transform: capitalize;
	position: relative;
}

#novedades .mouth-post-home {
    max-width: 100%;
    padding: 0 35px;
}

.mouth-post-home time::before {
    position: absolute;
    content: '·';
    left: -10px;
}

.mouth-post-home time::after {
    position: absolute;
    content: '·';
    right: -10px;
}

@media only screen and (min-width: 1200px) {
	.content-home-post {
        column-count: 2;
    }
}

.footer-menu-information > ul {
    display: initial;
    column-count: 2;
    column-gap: 35px;
}

.footer-menu-information > ul a:hover {
    text-decoration: none;
}

.live-footer {
    display: flex;
    justify-content: flex-end;
}

.navbar-header {
    position: relative;
}

#icon-top {
    position: absolute;
    top: -10px;
    left: 0;
    width: 135px;
}

.menu-header-top .color-header a {
    color: #840052 !important;
    font-weight: bold;
}

.menu-header-top a:hover {
    text-decoration: none !important;
}

#fixed-menu {
    position: fixed;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

#fixed-menu img {
    display: block;
}

.submenu-fixed {
    min-width: 125px;
    justify-content: center;
}

.submenu-fixed a {
    text-decoration: none;
}

#box-post-home {
    padding-left: var(--wp--style--root--padding-left) !important;
    padding-right: var(--wp--style--root--padding-right) !important;
    max-width: 1492px;
    /* max-width: calc(var(--wp--style--global--wide-size) + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right)); */
}

.pum-close.popmake-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    background: url(/wp-content/themes/twentytwentyfour-child/assets/images/icons/close-white.png) no-repeat center center;
    border-radius: 28px;
    background-size: cover;
    transform: translateX(-50%) translateY(-50%);
}

#box-post-home .wp-block-post {
    box-shadow: 0 0px 30px #3b3b3b;
    transition: all 0.2s linear;
}

#box-post-home .wp-block-post:hover {
    transform: scale(1.025);
    cursor: pointer;
}

#box-post-home .wp-block-post > .wp-block-group > .wp-block-group h2 {
    flex: 0 1 50%;
}

#box-post-home .wp-block-post > .wp-block-group {
    height: 100%;
}

.pum-title {
    font-family: 'Bebas Neue' !important;
    color: var(--wp--preset--color--wine-color) !important;
}

.content-post {
    display: none;
}

#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background-color: #fff;
    max-width: inherit;
    z-index: 2;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    max-height: 80%;
    overflow: auto;
    margin-top: 34px;
    width: 100%;
}

.popup-content::-webkit-scrollbar {
    width: 0 !important;
}

#popup-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Bebas Neue' !important;
    color: var(--wp--preset--color--cian-color) !important;
    font-size: 3rem;
    line-height: 1.1;
}

#popup-date {
    margin-bottom: 10px;
    font-family: var(--wp--preset--font-family--gordita) !important;
    font-weight: bold;
}

#popup-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

#popup-posts {
    max-width: inherit;
    margin-top: 0;
}

.popup-content::-webkit-scrollbar {
    width: 3px;
}

.popup-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
}

.popup-box {
    max-width: var(--wp--style--global--wide-size);
    margin: 0 auto;
    padding-left: var(--wp--style--root--padding-right);
    padding-right: var(--wp--style--root--padding-right);
    cursor: pointer;
}

#caracteristicas-home .options-home > div {
    display: flex;
    align-self: inherit !important;
    align-items: center;
    box-shadow: 0 0 20px #000;
}

#caracteristicas-home {
    position: relative;
    z-index: 1;
    margin-top: -50px !important;
    margin-bottom: -50px !important;
}

#caracteristicas-home .options-home > div > p {
    margin: auto;
    text-align: center;
}

.menu-header-top .menu-icon,
.menu-header-top .menu-icon a,
.menu-header-top .menu-icon a span {
    width: 30px;
    height: 30px;
}

.menu-header-top .menu-icon a span {
    display: block;
}

.menu-header-top .menu-icon.menu-instagram span {
    background: url(/wp-content/themes/twentytwentyfour-child/assets/images/icons/instagram-mobile.png) no-repeat center center;
    background-size: cover;
}

.menu-header-top .menu-icon.menu-facebook span {
    background: url(/wp-content/themes/twentytwentyfour-child/assets/images/icons/facebook-mobile.png) no-repeat center center;
    background-size: cover;
}

.menu-header-top .menu-icon.menu-tripadvisor span {
    background: url(/wp-content/themes/twentytwentyfour-child/assets/images/icons/tripadvisor-mobile.png) no-repeat center center;
    background-size: cover;
}

.menu-header-top .menu-icon.menu-youtube span {
    background: url(/wp-content/themes/twentytwentyfour-child/assets/images/icons/youtube-mobile.png) no-repeat center center;
    background-size: cover;
}

.menu-header-top .menu-icon.menu-whatsapp span {
    background: url(/wp-content/themes/twentytwentyfour-child/assets/images/icons/whatsapp-mobile.png) no-repeat center center;
    background-size: cover;
}

@media only screen and (max-width: 1200px) {
    .footer-menu-information > ul {
        column-gap: 10px;
    }
}

.menu-top-with-icon {
    position: relative !important;
}

.menu-top-with-icon::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 47.5%;
    left: -5px;
    transform: translateX(-100%) translateY(-50%);
}

.menu-top-horarios::before {
    background: url(/wp-content/themes/twentytwentyfour-child/assets/images/icons/icon-menu-clock.png) no-repeat center center;
    background-size: cover;
}

.menu-top-llegar::before {
    background: url(/wp-content/themes/twentytwentyfour-child/assets/images/icons/icon-menu-map.png) no-repeat center center;
    background-size: cover;
}

.menu-top-negocio::before {
    background: url(/wp-content/themes/twentytwentyfour-child/assets/images/icons/icon-menu-business.png) no-repeat center center;
    background-size: cover;
}

.menu-top-with-icon + .menu-top-with-icon {
    margin-left: 24px;
}

.marineda-evolution {
    margin-right: 20px;
    color: #840052;
}

#box-post-home .wp-block-post > .wp-block-group img {
    aspect-ratio: 4.5 / 3;
}

.box-caracteristicas-home {
    transition: all 0.2s linear;
}

.box-caracteristicas-home:hover {
    background: var(--wp--preset--color--cian-color) !important;
    color: #781750 !important;
    transition: all 0.2s linear;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .footer-top {
        flex-wrap: wrap !important;
    }

    .footer-top > .wp-block-column {
        flex-basis: 100% !important;
    }

    .footer-menu-information > ul {
        column-gap: 35px;
    }

    .links-social > div {
        justify-content: flex-start !important;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-bottom > div p {
        text-align: center;
    }

    .live-footer {
        justify-content: center;
    }

    .footer-bottom nav > ul {
        justify-content: center !important;
    }
}

@media only screen and (max-width: 781px) {
    .footer-menu-information > ul {
        column-count: 1;
    }
}

@media only screen and (max-width: 599px) {
	.header-web > .wp-block-group {
        display: flex;
        align-content: center;
    }
	
	.header-web > .wp-block-group .wp-block-site-logo {
        margin-left: 0 !important;
    }
	
	.header-web > .wp-block-group > nav {
        margin-right: 0 !important;
        margin-top: -5px;
    }

    #navbar-header {
        margin: 0 !important;
        width: 100%;
    }

    .display-none-mobile {
        display: none !important;
    }

    .list-menu-top {
        flex-direction: row !important;
        justify-content: flex-end !important;
    }

    .list-menu-top .wp-block-navigation-item:not(.menu-icon) {
        width: 100%;
    }

    .menu-title-icon {
        display: none !important;
    }

    .submenu-fixed {
        min-width: inherit;
    }

    .menu-top-with-icon::before {
        display: none;
    }

    .marineda-evolution {
        margin-right: 0;
    }
}

@media only screen and (min-width: 600px) {
    .menu-icon {
        display: none !important;
    }

    #home .nextend-arrow,
    #galeria .nextend-arrow {
        --widget-offset: 125px !important;
    }
}