html {
    scroll-snap-type: y proximity;
}

body {
    overflow-x: hidden;
    background-color: #fbf5e1;
    /* Sets the webpage background color */
}

img {
    max-width: 100%;
}

#bienvenida {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background-image: url('../archivos/photos/bienvenida.jpg');
    background-size: cover;
    background-position: center 10%;
    background-repeat: no-repeat;

}

.titulo-bienvenida {
    font-family: 'Petemoss';
    color: #ffeeea;
    font-weight: 300;
    font-size: clamp(16px, 10vw, 150px);
    text-align: center;
    line-height: 0.8;
}

.txt-bieenvenida {
    font-family: 'Petemoss';
    color: #ffffff;
    font-weight: 100;
    font-size: clamp(8px, 3vw, 40px);
    text-align: center;
    /* -webkit-text-stroke: 1px rgb(0, 0, 0); */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.contenedor-botones {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    max-width: 320px;
    margin-top: 40px;
}

.btn {
    padding: 18px 28px;
    border: none;
    border-radius: 50px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}
.btn:hover {
    background: #f0f7e7;
    transform: translateY(-3px);
}
.btn-principal {
    background: linear-gradient(135deg, #C8A96A, #E4C68B);
    color: white;
}

.btn-principal:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .20);
}

.btn-principal:active {
    transform: scale(.97);
}

.btn-secundario {
    background: white;
    color: #8B6B45;
    border: 2px solid #D8C3A5;
}

.btn-secundario:hover {
    background: #F9F5F0;
    transform: translateY(-3px);
}


.pantalla {
    min-height: 100dvh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 40px 25px;
    box-sizing: border-box;

    scroll-snap-align: start;
}


.contenedor-horizontal {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.lado {
    border-color: aqua;
    /* border-style: dashed; */
    width: 50%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.izquierdo {
    display: flex;

    flex-direction: column;

    justify-content: space-between;
}

.imagen img {
    width: 100%;
    height: auto;
}


.titulo {
    font-family: 'Petemoss';
    color: #9F5B4C;
    font-weight: 300;
    font-size: clamp(16px, 10vw, 150px);
    text-align: center;
    line-height: 0.8;
}

.subtitulo {
    font-family: 'Petemoss';
    color: #9F5B4C;
    font-weight: 100;
    font-size: clamp(8px, 3vw, 40px);
    text-align: center;
}

.titulo2 {
    font-family: 'Petemoss';
    color: #9F5B4C;
    font-weight: 300;
    font-size: clamp(12px, 8vw, 110px);
    text-align: center;
    line-height: 0.8;
}

.subtitulo2 {
    font-family: 'Petemoss';
    color: #9F5B4C;
    font-weight: 50;
    font-size: clamp(6px, 2vw, 30px);
    text-align: center;
}

.img1 {
    align-self: center;
    width: 60%;
    margin: 0 auto;
    /* overflow: hidden; */
}

#img1 {
    transform: rotate(180deg);
    /* margin-top: -10%;  */
}

.img2 {
    width: 30%;
    overflow: hidden;
    align-self: flex-start;
}

#img2 {
    transform: rotate(180deg);
    margin-bottom: 0%;
}

.contenedor-video {
    width: 100%;
    position: relative;
    display: inline-block;
}

.contenedor-video video {
    width: 100%;
    display: block;
    overflow: hidden;
}

.flor-esquina {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -30px;
    margin-right: -30px;
    width: clamp(80px, 20vw, 300px);
    z-index: 10;
}

.segunda {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img3 {
    width: 100%;
    height: 50%;
    overflow: hidden;
    display: flex;
}

#img3 {
    width: 100%;
    height: 50%;
    transform: rotate(180deg);
}

#contador {
    font-size: clamp(10px, 10vw, 100px);
    font-weight: bold;
    /* text-align: center; */
}

#txtContador {
    font-size: clamp(5px, 4vw, 30px);
    font-weight: bold;
    /* text-align: center; */
}

#txtContador {
    display: flex !important;
    justify-content: space-between !important;

}

#contador span,
#txtContador span {
    min-width: 50px;

}

.flores-bottom {
    display: flex;
    justify-content: space-between !important;

}

.img4 {
    width: 30%;
    overflow: hidden;
}

#img4 {
    transform: rotate(180deg);
    margin-bottom: 0%;
}

.img5 {
    width: 30%;
    overflow: hidden;
}

#img5 {
    transform: rotate(90deg);
    margin-bottom: 0%;
}

.tercera {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.subrayado {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.subrayado::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: clamp(80px, 20vw, 200px);
    /* Ajusta el largo de la línea */
    height: 6px;
    background: #d8b9ad;
    /* Color de la línea */
}

.img6 {
    /* width: 100%; */
    height: 100%;
    position: absolute;
    align-self: self-start;
}

#img6 {
    width: clamp(10px, 20vw, 250px);
    height: auto;
    top: 50%;
    position: relative;
}

.img8 {
    width: clamp(10px, 35vw, 250px);
    height: auto;
    top: 50%;
    position: relative;
}

.btn-mapa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border: 2px solid #A56A57;
    border-radius: 999px;
    color: #A56A57;
    text-decoration: none;
        font-size: clamp(8px, 3vw, 40px);

    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    background: transparent;
    transition: all .35s ease;
}

.btn-mapa:hover {
    background: #A56A57;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(165, 106, 87, .25);
}

.miGaleria {

    width: clamp(320px, 85vw, 1100px);


    padding: 40px 0;
    overflow: hidden;

}

.swiper-slide {

    display: flex;

    justify-content: center;

}

.swiper-slide img {

    width: 100%;

    height: auto;

    object-fit: cover;
    object-position: center !important;

    border-radius: 20px;

}

.swiper-button-next,
.swiper-button-prev {
    padding: 10px;
    /* color:#A56A57 !important; */
    color: #C8A96A !important;
    background: rgba(255, 255, 255, 0.652);
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);

}

.img9 {
    width: clamp(5px, 17vw, 175px);
    height: auto;
    top: 50%;
    position: relative;
}

/* estilos form sugeridi cancion */
.campo {
    width: 100%;
    margin: 25px 0;
}

.campo input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #e3c9c3;
    outline: none;

    padding: 10px 0 8px;
    text-align: center;

    font-weight: 100;
    font-size: clamp(8px, 3vw, 40px);
    font-family: 'Petemoss';

    color: #a96555;

    transition: .25s;
}

/* Placeholder */
.campo input::placeholder {
    color: #a96555;
    opacity: 1;
}

/* Al escribir */
.campo input:focus {
    border-bottom-color: #b77a68;
}

/* Texto seleccionado */
.campo input::selection {
    background: #d8b4a9;
    color: #fff;
}

.campo input:focus::placeholder {
    opacity: .4;
}

.contenedor-cancion {
    width: 100%;
    position: relative;
    display: inline-block;
}



.flores-musica-der {
    position: absolute;
    bottom: 50%;
    right: -50%;
    margin-bottom: -30px;
    margin-right: -30px;
    width: clamp(100px, 40vw, 500px);
    z-index: 10;
}

.flores-musica-izq {
    position: absolute;
    bottom: 50%;
    left: -60%;
    margin-bottom: -30px;
    margin-left: -30px;
    width: clamp(100px, 40vw, 500px);
    z-index: 10;
}

.flores-dress-izq {
    position: absolute;
    left: -53%;
    bottom: 0%;
    margin-bottom: -30px;
    margin-left: -30px;
    width: clamp(100px, 40vw, 500px);
    z-index: 10;
}

.img10 {
    width: clamp(15px, 43vw, 500px);
    height: auto;
    position: relative;
}

.contenedor-tips {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;

}



.flores-tip-izq {
    position: absolute;
    left: -20%;
    top: 80%;
    margin-left: -30px;
    width: clamp(80px, 30vw, 300px);
    z-index: 10;
}

.flores-tip-der {
    position: absolute;
    right: -15%;
    top: 80%;
    margin-left: -30px;
    width: clamp(80px, 30vw, 300px);
    z-index: 10;
}

.img11 {
    width: clamp(5px, 7vw, 150px);
    height: auto;

}

.whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: clamp(6px, 2vw, 30px);
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
}

.whatsapp-link:hover {
    background-color: #1EBE5D;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(37, 211, 102, 0.4);
}

.whatsapp-link:active {
    transform: translateY(0);
}

.whatsapp-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.negrita {
    font-weight: 600;
}

.contenedor-comparte {
    width: 50%;
    position: relative;
    display: inline-block;
    text-align: center;
}


.flores-comparte-izq {
    position: absolute;
    bottom: 10%;
    left: -40%;
    margin-left: -30px;
    width: clamp(80px, 30vw, 300px);
    z-index: 10;
}

.flores-comparte-der {
    position: absolute;
    right: -100%;
    bottom: 0%;
    z-index: 10;
    width: clamp(600px, 100vw, 986.988px);
    height: auto;
    transform: rotate(45deg);
}

/* asistencia */
.contenedor-confirma {
    width: 50%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.flores-comfirma-izq {
    position: absolute;
    top: 10%;
    left: -50%;
    margin-left: -30px;
    width: clamp(60px, 20vw, 200px);
    z-index: 10;
}

.flores-comfirma-der {
    position: absolute;
    right: -55%;
    top: 0%;
    z-index: 10;
    width: clamp(80px, 30vw, 300px);
    height: auto;
}

.contenedor-asistencia {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 25px 0;
}

.asistencia {
    min-width: 190px;
    padding: 14px 28px;

    border: 2px solid #d7c4bc;
    border-radius: 50px;

    background: #fff;
    color: #8d6659;

        font-size: clamp(6px, 2vw, 30px);

    font-family: inherit;
    cursor: pointer;

    transition: all .25s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
}

.asistencia:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

/* SI */
.asistencia.activo-si {
    background: #38b46d;
    border-color: #38b46d;
    color: #fff;
    box-shadow: 0 8px 20px rgba(56, 180, 109, .35);
}

/* NO */
.asistencia.activo-no {
    background: #dd5c5c;
    border-color: #dd5c5c;
    color: #fff;
    box-shadow: 0 8px 20px rgba(221, 92, 92, .35);
}

.asistencia:active {
    transform: scale(.97);
}

.flores-fin-izq {
    position: absolute;
    bottom: 10%;
    left: -65%;
    margin-left: -30px;
    width: clamp(80px, 30vw, 300px);
    z-index: 10;
}

.flores-fin-der {
    position: absolute;
    right: -85%;
    top: -20%;
    z-index: 10;
    width: clamp(600px, 100vw, 986.988px);
    height: auto;
    transform: rotate(-15deg);
}

/* no invitados */

.container_exclusion{
            background:#fff;
            max-width:550px;
            padding:40px;
            border-radius:15px;
            text-align:center;
            box-shadow:0 10px 30px rgba(0,0,0,.15);
        }

        .icon_exclusion{
            font-size:70px;
            margin-bottom:20px;
        }

        .h1_exclusion{
            color:#2c3e50;
            margin-bottom:15px;
        }

        .p_exclusion{
            color:#555;
            font-size:17px;
            line-height:1.6;
            margin-bottom:25px;
        }

        /* //subir fotos */

        .drop-zone {
    border: 3px dashed #bfc7d5;
    border-radius: 12px;
    background: #fafbfc;
    padding: 30px;
    min-height: 220px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    cursor: pointer;
    transition: all .25s ease;
}

.drop-zone:hover {
    border-color: #0d6efd;
    background: #f1f7ff;
}

.drop-zone.dragover {
    border-color: #198754;
    background: #e8f8ee;
    transform: scale(1.01);
}

      