html,
body {
    background-color: var(--c1);
    touch-action: manipulation;
}

:root {
	--sondemar-max-width: 1200px;
}

.sondemar-header {
	background:#FFFFFF;
	position: sticky;
	top: 0px;
	z-index: 50;
}

.sondemar-header__inner,
.sondemar-footer__inner {
	max-width: var(--sondemar-max-width);
	margin: 0 auto;
	padding: 18px 24px;
}

.sondemar-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.sondemar-header__brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.sondemar-header__brand img {
	/* max-height: 54px; */
	/* width: auto; */
}

.sondemar-header__site-title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.sondemar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sondemar-menu--primary {
	display: flex;
	align-items: center;
	gap: 22px;
}

.sondemar-menu a {
	text-decoration: none;
	font-weight: 500;
}

.sondemar-menu a:hover,
.sondemar-menu a:focus {
	color: var(--sondemar-accent);
}

.sondemar-main {
	min-height: 60vh;
}

.sondemar-footer {
	color: #ffffff;
	margin-top: 64px;
}

.sondemar-footer__inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 28px;
	padding-top: 38px;
	padding-bottom: 38px;
}

.sondemar-footer__brand p {
	margin: 8px 0 0;
	opacity: 0.82;
}

.sondemar-menu--footer {
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: column; */
	gap: 14px 22px;
	justify-content: center !important;
	align-items: center !important;
	margin-bottom: 20px;
}

.sondemar-footer a {
	color: #ffffff;
}

.sondemar-footer a:hover,
.sondemar-footer a:focus {
	color: #bdeff2;
}

.sondemar-footer__legal {
	grid-column: 1 / -1;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	padding-top: 18px;
	font-size: 0.9rem;
	opacity: 0.78;
}

@media (max-width: 768px) {
	.sondemar-header__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.sondemar-menu--primary,
	.sondemar-menu--footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		justify-content: flex-start;
	}

	.sondemar-footer__inner {
		grid-template-columns: 1fr;
	}
}





/* Estilos Base */
        

            /* Contenedor Principal del Footer */
            .site-footer {
                /* background-color: #ffffff; */
                padding: 3rem 1.5rem 2rem 1.5rem;
            }

            .footer-container {
                max-width: 1152px;
                margin: 40px auto;
            }

            /* SecciÃƒÂ³n del Logo */
            .footer-logo-section {
                display: flex;
                justify-content: center;
                margin-bottom: 3rem;
            }

            .logo-wrapper {
                display: flex;
                align-items: center;
                gap: 1rem;
            }

            .logo-placeholder {
                width: 64px;
                height: 64px;
                background-color: #1e3a8a;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #ffffff;
                border-radius: 2px;
                font-size: 0.75rem;
                overflow: hidden;
            }

            .logo-text h2 {
                margin: 0;
                font-size: 1.25rem;
                font-weight: 700;
                line-height: 1.1;
                letter-spacing: -0.025em;
            }

            .logo-text span {
                font-size: 0.875rem;
                font-weight: 300;
            }

            /* Grid de Contenido */
            .footer-grid {
                display: grid;
                grid-template-columns: 1fr;
                gap: 3rem;
                max-width: 896px;
                margin: 0 auto 4rem auto;
            }

            /* Enlaces de NavegaciÃƒÂ³n */
            .footer-nav {
                display: flex;
                flex-direction: column;
                gap: 0.75rem;
            }

            .footer-nav a {
                text-decoration: none;
                color: #475569;
                font-size: 1.125rem;
                font-weight: 300;
                transition: color 0.2s;
            }

            /* InformaciÃƒÂ³n de Contacto */
            .footer-contact {
                display: flex;
                flex-direction: column;
                /* gap: 1rem; */
                color: #475569;
                font-weight: 300;
                align-items: center;
            }

            .footer-contact p {
                margin: 0;
            }

            .footer-contact strong {
                font-weight: 600;
                color: #334155;
            }

            .footer-contact a {
                text-decoration: none;
                color: inherit;
                transition: color 0.2s;
            }

            .footer-link:hover {
                color: #1e293b;
                text-decoration: underline;
            }

            /* SecciÃƒÂ³n Inferior */
            .footer-bottom {
                text-align: center;
                /* border-top: 1px solid #f9fafb; */
                padding-top: 2rem;
            }

            .legal-links {
                display: flex;
                justify-content: center;
                gap: 2rem;
                margin-bottom: 1rem;
            }

            .legal-links a {
                text-decoration: none;
                color: #64748b;
                font-weight: 300;
                font-size: 0.875rem;
            }

            .copyright {
                color: #64748b;
                font-weight: 300;
                font-size: 0.875rem;
                margin: 0;
                text-align: center;
            }

            /* Responsividad (Media Queries) */
            @media (min-width: 768px) {
                .footer-grid {
                    grid-template-columns: 1fr 1fr;
                }

                .footer-nav {
                    padding-left: 3rem;
                }

                .logo-text h2 {
                    font-size: 1.5rem;
                }
            }




			header .branding img,
footer .branding img{
				opacity: 100% !important;
				max-width: 220px;
		mix-blend-mode: multiply;

			}
footer .branding img{
	margin: 0 auto 20px auto;
}










              .header-site {
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            position: sticky;
            top: 0;
            z-index: 50;
            background: #F2DABECC;
            backdrop-filter: blur(12px);
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0.75rem 1.5rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        @media (min-width: 1024px) {
            .container {
                padding: 1rem 2rem;
            }
        }

        /* Branding con Logo PNG */
        .branding {
            display: flex;
            align-items: center;
            text-decoration: none;
        }

        .logo-img {
            display: block;
            height: 50px; /* Altura para mÃƒÂ³vil */
            width: auto;
            transition: height 0.3s ease;
        }

        @media (min-width: 1024px) {
            .logo-img {
                height: 80px; /* Altura para escritorio */
            }
        }

        /* NavegaciÃƒÂ³n Escritorio */
        .nav-desktop {
            display: none;
        }

        @media (min-width: 1024px) {
            .nav-desktop {
                display: block;
            }
        }

        .nav-desktop ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            gap: 2rem;
        }

        .nav-desktop a {
            color: var(--brand-blue);
            transition: opacity 0.2s;
		    text-decoration: none;
		    font-size: 1.125rem;
		    font-weight: 300;
        }

        .nav-desktop a:hover {
            opacity: 0.7;
        }

        /* MenÃƒÂº MÃƒÂ³vil */
        .menu-toggle {
            box-shadow: none !important;
            display: block;
            background: none;
            border: none;
            color: var(--brand-blue);
            padding: 0.5rem;
            cursor: pointer;
            background: none !important;
        }

        @media (min-width: 1024px) {
            .menu-toggle {
                display: none;
            }

			header nav li.menu-item:last-child a{
	font-weight:bold;
}

header nav li.menu-item:last-child{
	border-left: solid  2px;
	padding-left:18px;
}
        }

        .menu-toggle svg {
            width: 2.25rem;
            height: 2.25rem;
        }

        #mobile-menu {
            display: none;
            background-color: var(--brand-beige);
            border-top: 1px solid rgba(0,0,0,0.05);
            position: absolute;
            width: 100%;
            /* z-index: -20 !important; */
            top: 80px;
            left: 0;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            color: white;
        }

        #mobile-menu.active {
            display: block;
			animation: menu .3s;
        }

        #mobile-menu.active li{
			animation-name: menu;
			position:relative;
			left:0;
		}

   #mobile-menu.active li:nth-child(1){ animation-duration: .2s;}
   #mobile-menu.active li:nth-child(2){ animation-duration: .4s;}
   #mobile-menu.active li:nth-child(3){ animation-duration: .6s;}
   #mobile-menu.active li:nth-child(4){ animation-duration: .8s;}
   #mobile-menu.active li:nth-child(5){ animation-duration: 1s;}
   #mobile-menu.active li:nth-child(6){ animation-duration: 1.2s;}


@keyframes menu{
	from{ opacity:0;}
	to{ opacity:1;}
}

        .nav-mobile-container {
            padding: 2rem 1.5rem;
            background-color: var(--c1);
            backdrop-filter: blur(5px);
        }

        .nav-mobile-container ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .nav-mobile-container a {
            text-decoration: none;
            color: var(--brand-blue);
            font-weight: 500;
            font-size: 1.25rem;
            color: var(--lg) !important;
            /* color: white !important; */
            display: block;
            min-width: 300px !important;
        }

        .hidden { display: none; }



header button{
	color:var(--c1) !important;
	
}



.extra{
	margin-top:20px;
	padding:20px;
	background:#00000033;
	margin-left:-26px;
	margin-right:-26px;
	margin-bottom:-30px;
	text-align:center;
}

.extra .flex{
	display:flex;
	justify-content:center;
	gap:12px;
	padding-bottom:20px;
}

.extra a,
.extra address{
	font-size:18px;
}

.extra a{
	border: solid var(--lg) 2px;
	font-size:26px;
	min-width:60px !important;
	height:60px;
	border-radius:50px;

	display:flex;
	justify-content:center;
	align-items:center;
}





/* boton especial */

body {
    margin: 0;
    min-height: 100vh;
}

#reservarahora {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

#reservarahora span,
#reservarahora a {
    background: var(--c1);
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.35s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.603), 2px 2px 22px rgba(0, 0, 0, 0.325);
}

#reservarahora .btn {
    min-height: 48px;
    padding: 0 18px;
    border-radius: 50px;
    z-index: 2;
    user-select: none;
    white-space: nowrap;
    font-size: 16px;
    transform: translateX(174px);
}

#reservarahora a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 20px;
    opacity: 0;
    scale: 0;
    pointer-events: none;
}

#reservarahora.activo .btn {
    transform: translateX(0);
}

#reservarahora.activo a {
    opacity: 1;
    scale: 1;
    pointer-events: auto;
}

#reservarahora.activo a:nth-child(3){ transition-duration: .0s;}
#reservarahora.activo a:nth-child(2){ transition-duration: .6s;}
#reservarahora.activo a:nth-child(1){ transition-duration: 1.2s;}



body{ /* background-color: #014179 !important;*/ }
main, footer{
     background-color: #F2DABE !important;
}






footer#site-footer,
.site-footer:not(.dynamic-footer){
    width:100% !important;
    max-width: 100% !important;
}

h1{ margin-top:0 !important; padding-top:20px;}
.actividades-submenu{ padding:0 12px 10px 12px !important; max-width: 380px !important; margin: 0 auto !important;}

.actividades-submenu div{ padding:0 !important;margin:1px !important; gap:18px;}

.actividades-submenu h4{ margin: 0 !important;  margin-left:-20px}
.actividades-submenu a{ margin: 0 !important; padding: 0 !important;}
.actividades-submenu img{ max-width:110px !important; border-radius: 50px !important; }



html {
    scroll-behavior: smooth;
    scroll-padding-top: 82px;
}




/* * * * * * * * */


body.home{
	border-top:none;
	margin-top:-83px
} 





body.home header {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-100%);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

body.home header.header-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}





.sombralogo {
	width:170px;
	filter:
		drop-shadow(0 1px 3px rgb(0 0 0 / 45%))
		drop-shadow(0 2px 10px rgb(0 0 0 / 25%))
		drop-shadow(0 0 60px rgb(0 0 0 / 55%));
}





body.home #reservarahora .btn {
	opacity:0;
		visibility: hidden;
		pointer-events: none;


}

body.home #reservarahora .btn.header-visible {
	opacity:1;
		visibility: visible;
		pointer-events: auto;


}




