﻿:root {
    /* =========================
       COLORES
    ========================= */
    --color-nube-olas: #a0d7ec;
    --color-barco: #d96654;
    --color-mapa: #fbebd2;
    --color-general: #e7c366;
    --color-blanco: #ffffff;
}
/* =========================
   ESTILOS GENERALES
========================= */
body {
    scroll-behavior: smooth;
}

/* =========================
   SECCIONES
========================= */
section {
    min-height: 100vh;
    padding: 80px 20px;
    display: flex;
    align-items: center;
}
/* =========================
   SECCIÓN INICIO
========================= */

#sInicio {
    position: relative;
    min-height: 100vh;
    background-color: #ffffff;
    overflow: hidden;
}

/* IMAGEN SUPERIOR */
.s1ImagenSuperior {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url('/images/seccion1superior.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 10rem;
}

/* IMAGEN INFERIOR */
.s1ImagenInferior {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url('/images/seccion1inferior.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 10rem;
}

.s1Section {
    position: relative;
    background: #fff;
    padding: 80px 20px 6rem;
    min-height: 100vh;
    display: block;
}

.s1Hero {
    position: relative; /* ❗ ya no absolute */
    text-align: center;
    z-index: 3;
    margin-bottom: 3rem;
}
.s1Luffy {
    max-height: 12rem;
    width: auto;
    display: block;
    margin: 0 auto;
}

.s1Contenido {
    z-index: 2;
}
.s1CardPapis {
    background-color: var(--color-blanco);
    border-radius: 1.2rem;
    padding: 1rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    border: none;
    text-align: center;
}

.s1FotoPapis {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 1rem;
    margin: 0 auto;
    display: block;
}
.s1CardTexto {
    background-color: var(--color-mapa);
    border-radius: 1.2rem;
    padding: 2rem 1.8rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    border: none;
    height: 100%;
    display: flex;
    align-items: center; /* centra vertical */
    justify-content: center; /* centra horizontal */
    text-align: center;
}

    .s1CardTexto p {
        margin: 0;
        font-size: 1.2rem;
        line-height: 1.6;
        color: #5d3922;
        max-width: 90%; /* evita texto muy ancho en desktop */
    }
.s1Mapa {
    background-color: var(--color-mapa);
    border-radius: 1.4rem;
    padding: 2.2rem 2rem;
    position: relative;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15), inset 0 0 0 2px rgba(231,199,102,0.6);
    overflow: hidden;
}
    .s1Mapa::before {
        content: "";
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient( 45deg, rgba(0,0,0,0.015), rgba(0,0,0,0.015) 2px, transparent 2px, transparent 6px );
        pointer-events: none;
    }
    .s1Mapa::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 1.4rem;
        box-shadow: inset 0 0 20px rgba(217,102,84,0.15);
        pointer-events: none;
    }
    .s1Mapa p {
        margin: 0;
        font-size: 1.15rem;
        line-height: 1.65;
        color: #5d3922;
        text-align: center;
    }

        .s1Mapa p strong:first-child {
            display: block;
            font-size: 1.35rem;
            margin-bottom: 0.5rem;
            color: #724b34;
        }
.mapaDetalle {
    position: absolute;
    font-size: 1.2rem;
    opacity: 0.3;
    color: var(--color-barco);
    pointer-events: none;
}

/* posiciones */
.mapaDetalle.top-left {
    top: 0.8rem;
    left: 1rem;
}

.mapaDetalle.bottom-right {
    bottom: 0.8rem;
    right: 1rem;
}




/* =========================
   NOMBRE BEBÉ - CINTA
========================= */
.s1Nombre {
    position: relative;
    display: inline-block;
    margin: 0 auto 2rem;
    padding: 0.75rem 3rem;
    text-align: center;
    background-color: var(--color-mapa);
    color: #5d3922;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    letter-spacing: 1px;
    border-radius: 0.5rem;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15), inset 0 0 0 2px rgba(231,199,102,0.6);
    background-image: repeating-linear-gradient( 45deg, rgba(0,0,0,0.015), rgba(0,0,0,0.015) 2px, transparent 2px, transparent 6px ), linear-gradient( to bottom, rgba(255,255,255,0.25), transparent );
    background-blend-mode: multiply;
}

    /* LADOS DE LA CINTA */
    .s1Nombre::before,
    .s1Nombre::after {
        content: '';
        width: 70px;
        height: 100%;
        background-color: var(--color-general);
        position: absolute;
        z-index: -1;
        top: 0.9rem;
        clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100%, 25% 50% );
        background-image: linear-gradient( 45deg, transparent 50%, rgba(0, 0, 0, 0.15) 50% );
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    .s1Nombre::before {
        left: -55px;
    }

    .s1Nombre::after {
        right: -55px;
        transform: scaleX(-1);
    }




/* =========================
    TIPOGRAFÍAS
========================= */
.dancing-script {
    font-family: "Dancing Script", cursive !important;
    font-optical-sizing: auto;
    font-style: normal;
}
.snowburst-one-regular {
    font-family: "Snowburst One", system-ui;
    font-weight: 400;
    font-style: normal;
}

/* =========================
   ESTILOS DE SECCION DETALLE
========================= */
#sDetalle {
    background-color: var(--color-nube-olas);
}
/*.s2Titulo {
    color: #5d3922;
    font-size:4rem;
    font-weight:bold;
    margin-bottom:8rem
}*/
.s2Titulo {
    color: #5d3922;
    font-size: clamp(2.8rem, 6vw, 4rem);
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.s2SubTitulo {
    color: #5d3922;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 400;
    opacity: 0.75;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
    .s2SubTitulo::before {
        content: "— ";
    }

    .s2SubTitulo::after {
        content: " —";
    }

.card-travesia {
    background-color: var(--color-mapa);
    border: 1px solid #f6dab2;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
    /* Texto */
    .card-travesia p {
        color: #5c4a3a;
        margin: 0;
    }
.s2SubTitulo2 {
    color: #5d3922;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 400;
    opacity: 0.75;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

    .s2SubTitulo2::before {
        content: "— ";
    }

    .s2SubTitulo2::after {
        content: " —";
    }

.card-zarpar {
    background-color: #da6c56;
    border: 1px solid #cc5e48;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(204, 94, 72, 0.35);
}

    /* Texto principal */
    .card-zarpar p {
        color: var(--color-blanco);
        margin: 0;
    }
    .card-zarpar .s2SubTitulo2 {
        color: var(--color-blanco);
        opacity: 0.9;
    }

        .card-zarpar .s2SubTitulo2::before,
        .card-zarpar .s2SubTitulo2::after {
            color: rgba(255, 255, 255, 0.6);
        }




/* =========================
   ESTILOS DE SECCION GALERIA
========================= */
#sGaleria {
    background-color: var(--color-mapa);
}
/* =========================
   ESTILOS DE SECCION MAPA
========================= */
#sMapa {
    background-color: var(--color-general);
}
/* =========================
   ESTILOS DE SECCION MAPA
========================= */
#sConfirmacion {
    background-color: var(--color-barco);
}

/* =========================
   BOTÓN FLOTANTE
========================= */
.floating-menu-btn {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    /* 👇 CENTRADO PERFECTO */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
}

    .floating-menu-btn img {
        width: 32px; /* o 40px si lo quieres más grande */
        height: auto;
        display: block;
    }

.floating-card {
    position: fixed;
    bottom: 7rem;
    right: 7rem;
    width: 260px;
    display: none;
    z-index: 1050;
}

/* =========================
   RESPONSIVE - MOBILE
========================= */
@media (max-width: 576px) {

    /* NOMBRE BEBÉ */
    .s1Nombre {
        padding: 0.6rem 1.6rem;
        font-size: 3rem;
    }

        .s1Nombre::before,
        .s1Nombre::after {
            width: 36px;
            top: 0.7rem;
        }

        .s1Nombre::before {
            left: -30px;
        }

        .s1Nombre::after {
            right: -30px;
        }

    /* HERO */
    .s1Hero {
        margin-bottom: 0.5rem;
    }

    /* CONTENIDO */
    .s1Contenido {
        z-index: 2;
    }

    /* TEXTO CARD */
    s1CardTexto {
        padding: 1.6rem 1.4rem;
    }

    .s1CardTexto p {
        font-size: 1.05rem;
        max-width: 100%;
    }
    /*MAPA*/
    .s1Mapa {
        padding: 1.8rem 1.4rem;
    }

        .s1Mapa p {
            font-size: 1.05rem;
        }

            .s1Mapa p strong:first-child {
                font-size: 1.2rem;
            }
    .s2Titulo {
        color: #5d3922;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1.5rem
    }
}
/*




/* =========================
   HOME - FONDO PARTIDO
========================= */
/*#home {
    position: relative;
    background-color: #ffffff;
    color: #333;
    overflow: hidden;
    padding-top: 35vh;
    padding-bottom: 35vh;
}

    #home::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30vh;
        background: url('/images/seccion1superior.png') no-repeat top center;
        background-size: cover;
        z-index: 1;
    }

    #home::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30vh;
        background: url('/images/seccion1inferior.png') no-repeat bottom center;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }

    #home .container {
        position: relative;
        z-index: 2;
    }*/

/* =========================
   TITULOS Y UTILIDADES
========================= */
/*.section-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.pirate-icon {
    font-size: 3rem;
}*/


