body {
    background-color: #fff;
    overflow-x: hidden;
}


.barra {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 999999;
    background-color: beige;
}

.logo-navbar {
    width: 95px;
    height: 95px;
    position: absolute;
    left: 0;
    top: 0;

}


.barra li {
    padding: 2vh 1vw;
}

.barra a {
    color: #c7c7c7;
}


.img-hero1  {
    display: flex;
    height: 95vh;
    justify-content: center;
    align-items: flex-end;
    background-image: url(../media/boda7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
}

.img-hero2  {
    display: flex;
    height: 95vh;
    justify-content: center;
    align-items: flex-end;
    background-image: url(../media/boda5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
}

.img-hero3  {
    display: flex;
    height: 95vh;
    justify-content: center;
    align-items: flex-end;
    background-image: url(../media/boda2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.img-hero4  {
    display: flex;
    height: 95vh;
    justify-content: center;
    align-items: flex-end;
    background-image: url(../media/boda4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.img-hero5  {
    display: flex;
    height: 95vh;
    justify-content: center;
    align-items: flex-end;
    background-image: url(../media/boda1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.img-hero6  {
    display: flex;
    height: 95vh;
    justify-content: center;
    align-items: flex-end;
    background-image: url(../media/boda11.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.img-hero2::before {
    content: "";
    height: 95vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    
}  

.img-hero3::before {
    content: "";
    height: 95vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    
}  

.img-hero4::before {
    content: "";
    height: 95vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    
}  

.img-hero5::before {
    content: "";
    height: 95vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    
}  

.img-hero6::before {
    content: "";
    height: 95vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    
}  

.img-hero1::before {
    content: "";
    height: 95vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    
}  

.dropdown-menu[data-bs-popper] {
     top: 90%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

.text-hero {
    font-size: clamp(1.25rem, 0.787rem + 2.4691vw, 3.75rem);
    z-index: 4;
    text-transform: uppercase;
    mix-blend-mode:overlay;
    color: #fff;
    margin-bottom: 12vh;
    letter-spacing: 1rem;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.contenedor-musica {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(247, 247, 211);
    padding: 3vh 0;
    color: #797979;
}

.musica {
    margin: 5vh 0 3vh 0 ;
    font-size: 30px;
}
.show-res {
    display: none !important;
}

.hide-res {
    display: initial;
}

@media (min-width: 200px) and (max-width: 991.8px) {

.barra {
    justify-content: space-between;
    padding: 1vh 2vw;
    position: inherit;
}

.hide-res {
    display: none;
}

.show-res {
    display: inline-block !important;
}

.img-hero1, .img-hero2, .img-hero3, .img-hero4, .img-hero5, .img-hero6 {
    background-size: 100% 100%;
}

.img-hero1 {
    background-image: url(../media/hero1.jpg);
}

.img-hero2 {
    background-image: url(../media/hero2.jpg);
}

.img-hero3 {
    background-image: url(../media/hero3.jpg);
}

.img-hero4 {
    background-image: url(../media/hero4.jpg);
}

.img-hero5 {
    background-image: url(../media/hero5.jpg);
}

.img-hero6 {
    background-image: url(../media/hero6.jpg);
}


.text-hero {
    display: flex;
    justify-content: center;
    z-index: 4;
    text-transform: uppercase;
    mix-blend-mode:inherit;
    color: #fff;
    margin-bottom: 8vh;
    letter-spacing: 0.7rem;
    margin-left: 1vw;
}

.musica {
    margin: 2vh 0 3vh 0 ;
    font-size: 30px;
}

.audio-hero {
    margin-top: 3vh;
}

.navbar-expand-lg .navbar-collapse {
    font-size: 15px;
}

.contenedor-musica {
    font-size: clamp(0.9375rem, 0.7639rem + 0.9259vw, 1.875rem);
}
}


/* --------------Section Date ------------------- */

#date {
    padding: 10vh 10vw;
}


.date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background-color: rgb(255, 242, 231);
    padding: 8vh 5vw;
    color:#797979;

}


.line {
    width: 24vw;
    height: 2px;
    background-color: #797979;
}

.contenedor-timer {
    display: flex;
}

.ttl-save {
    font-size: clamp(1.5rem, 1.3148rem + 0.9877vw, 2.5rem);
    letter-spacing: 1rem;
    line-height: 100%;
    margin-bottom: 2vh;
}

.fecha{
    font-size: clamp(1.25rem, 1.1343rem + 0.6173vw, 1.875rem);
    letter-spacing: .5rem;
    line-height: 100%;
    margin: 4vh 0;

}

.faltan {
    font-size: clamp(1rem, 0.9537rem + 0.2469vw, 1.25rem);
    letter-spacing: 1rem;
    line-height: 100%;
    margin: 2vh 0 4vh 0;
}

.time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2vh 50px 0 50px;
}

.big {
    font-size: clamp(0.75rem, 0.4259rem + 1.7284vw, 2.5rem);
}

.time span {
    font-size: clamp(0.6875rem, 0.6065rem + 0.4321vw, 1.125rem);
    margin-bottom: 1vh;
}

@media (min-width: 200px) and (max-width: 991.8px) {
    .date {
        padding: 1vh 1vw;
    }

    #date {
        padding: 10vh 6vw;
    }

    .ttl-save {
       letter-spacing: 0.3rem; 
       margin-top: 2vh;
    }

    .line {
        width: 30vw;
    }

    .faltan {
        letter-spacing: 0.5rem;
    }

    .time {
        margin: 2vh 10px 0 10px;
    }


   

    .contenedor-timer {
        margin-bottom: 2vh;
    }
}

/* -------------------Seccion Momentos --------------------- */

.contenedor-momentos {
    display: flex;
    padding: 0 0 4vh 0;
}

.momentos-txt {
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 242, 231);
    color:#797979;
    font-weight: 300;
    padding: 0;
}
.momentos-txt i {
    font-size: 30px;
    margin-top: -10vh;
    margin-bottom: 10vh;
    

}

.momentos-txt p {
    margin-bottom: 0;
    line-height: 150%;
    font-size: 18px;
    letter-spacing: 0rem;
}

.ttl-momentos {
    margin-top: 8vh;
    text-transform: uppercase;
}

.img-momentos {
    background-image: url(../media/boda10.jpg);
    width: 50vw;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.img-momentos::before {
    content: "";
    height: 80vh;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    position: absolute;
}

@media (min-width: 200px) and (max-width: 991.8px) {

    .contenedor-momentos {
        display: inherit;
    }

    .momentos-txt {
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgb(255, 242, 231);
        color:#797979;
        font-weight: 300;
        padding: 0;
    }
    .momentos-txt i {
        font-size: 30px;
        margin-top: 5vh;
        margin-bottom: 5vh;
        
    
    }
    
    .momentos-txt p {
        margin-bottom: 0;
        line-height: 150%;
        font-size: 18px;
        letter-spacing: 0rem;
    }
    
    .ttl-momentos {
        font-size: 17px;
        margin-top: 6vh;
        text-transform: uppercase;
        margin-bottom: 5vh;
    }


    .img-momentos {
        width: 100vw;
    }
}


/* ---------------------Ceremonia y Recepcion ------------------- */

.ceremonia {
    padding: 15vh 0;
}

.ceremonia .row {
    margin: 0;
}

.ceremonia .col-6 {
    padding: 0;
}

.imagen__ceremonia{
    display: flex;
    justify-content: end;
    padding-right: 3vw !important;
}

.img-ceremonia {
    width: 35vw;
    height: 85vh;
    box-shadow: 4px 4px 8px 4px #d8d8d8;
}

.line2 {
    width: 8vw;
    height: 2px;
    background-color: #000;
    margin-bottom: 2vh;
}


.ceremonia__datos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: inherit;
   
}

p {
    margin: 0;
}

.rings {
    width: 50px;
    height: 50px;
    margin-bottom: 3vh;
}
.ttl-ceremonia{
    margin-bottom: 2vh;
    letter-spacing: .3rem;
}

.hora-ceremonia{
    margin-bottom: 3vh;
    font-size: 30px;
}

.direccion-ceremonia {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8vh;
    

}

.ceremonia__datos a {
    margin-bottom: 16vh;
    background-color: #fff;
    padding: 1vh 3vw;
    border: 1px solid #797979;
    border-radius: 35px;
    text-decoration: none;
    color: #797979;
}

.ceremonia__datos a:hover {
    background-color: #c7c7c7;
    border: 1px solid #c7c7c7;
    transition: 0.5s;
}

.fa-chevron-right {
    font-size: 10px;
}


.a2 {
    margin-top: -4vh;
    background-color: rgb(255, 242, 231);
}

@media (min-width: 200px) and (max-width: 991.8px) {
    .imagen__ceremonia {
        display: block;
        padding-right: 0;
        margin-bottom: 4vh;
    }

    .img-ceremonia {
        width: inherit;
    }

}


/* -------------Footer ------------------ */

.info {
    padding: 10vh 0;
    background-color: rgb(247, 247, 211);
}



.extrainfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #797979;
    
}

.extrainfo h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .1rem;
}

.extrainfo img {
    width: 50px;
    height: 50px;
}



.extrainfo a {
    background-color: #fff;
    padding: 1vh 2vw;
    border: 1px solid #797979;
    border-radius: 35px;
    text-decoration: none;
    color: #797979;
    text-transform: uppercase;
    font-size: 12px;
}

.extrainfo a:hover {
    background-color: #c7c7c7;
    border: 1px solid #c7c7c7;
    transition: 0.5s;
}

.extrainfo .fa-chevron-right {
    font-size: 12px;
}

.espacio {
    margin-bottom: 4vh;
}

.footer_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../media/boda-luces.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 60vh;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.footer_img::before {
    content: "";
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    
}  

.thanks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 50;
}

.thanks p {
    font-size: clamp(1.120rem, 1.0rem + 0.4321vw, 1.5625rem);
    font-weight: 300;
    letter-spacing: 0.1rem;
}

.footer_img a {
    background-color: transparent;
    padding: 1vh 2vw;
    border: 1px solid #797979;
    border-radius: 35px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.footer_img a:hover {
    background-color: #c7c7c7;
    border: 1px solid #c7c7c7;
    color: #797979;
    transition: 0.5s;
}


.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0vh 0;
    background-color: beige;
}

.img-logo {
    width: 450px;
    height: 250px;
}


@media (min-width: 200px) and (max-width: 991.8px) {
    .img-logo {
        width: 40vw;
        height: 25vh;
    }

    .info {
        padding: 7vh 0 ;
    }


    .extrainfo {
        margin-bottom: 12vh;
    }

    .espacio {
        margin-bottom: 1vh;
    }

    .thanks p {
        letter-spacing: 0;
        margin-bottom: 2vh;
    }
}

/* ---------------------Galería--------------- */


.galeria {
    display: flex;
    justify-content: center;
    background-color: peachpuff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: .5rem;
    padding: 5vh 0;
    position: relative;
}

.contenedor-galeria {
    display: flex;
    padding: 10vh 13vw;
    position: relative;
}


.large {
    width: 100%;
    height: 65vh;
    padding: 10px;
}

.small {
    width: 100%;
    height: 45vh;
    padding: 10px;
}

.contenedor-galeria img {
    height: 100%;
    width: 100%;
}

.contenedor-galeria img:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.5s;
    
}

@media (min-width: 200px) and (max-width: 991.8px) {

    .contenedor-galeria {
        padding: 8vh 3.5vw;
    }


    .large {
    height: 45vh;
    padding: 5px;

    }

    .small {
    height: 25vh;
    padding: 5px;
    }

}


/* -----------Galeria con Js ----------------- */

.galeria-js {
    padding: 10vh 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 999999;
    width: 100%;
    height: 100%;
}

.g1, .g2, .g3, .g4 {
    display: none;
}


.galeria-js img {
    height: 80vh;
    width: 65vw;
    z-index: 99999;
}

.galeria-js::before {
    content: "";
    height: 130%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
}

.close {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    width: 75%;
    margin-bottom: 4vh;
    font-size: 30px;
    z-index: 999999;
    
}

.cerrar:hover {
    color: antiquewhite;
    cursor: pointer;
}

@media (min-width: 200px) and (max-width: 991.8px) {

    .galeria-js img {
        height: 50vh;
        width: 85vw;
    }
    .galeria-js {
        padding: 0; 
        justify-content: flex-start;
        height: 66.5%;
    }

    .close {
        margin: 8vh 0;
    }
}


/* ---------------------Hospedaje-------------- */


.contenedor-hospedaje {
    display: flex;
    padding: 10vh 0;
    justify-content: center;
}

.contenedor-hospedaje a {
    background-color: transparent;
    padding: 1vh 2vw;
    border: 1px solid #797979;
    border-radius: 35px;
    text-decoration: none;
    color: #797979;
    text-transform: uppercase;
    font-size: 12px;
}

.contenedor-hospedaje a:hover {
    background-color: #c7c7c7;
    border: 1px solid #c7c7c7;
    color: #797979;
    transition: 0.5s;
}

.host {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.host img {
    width: 37vw;
    height: 85vh;
    margin: 30px;
}

.host p {
    letter-spacing: 0.1rem;
    margin-bottom: 2vh;
    font-weight: 400;
}

@media (min-width: 200px) and (max-width: 991.8px) {

    .contenedor-hospedaje {
        display: initial;
        padding: 6vh 0;
    }
    .host {
        margin-bottom: 3vh;
    }

    .host img {
        width: 90%;
        height: 55vh;
        margin: 2vh 0;
    }

    .host p {
        letter-spacing: 0;
    }
}


/* ---------SITIOS DE INTERES --------------- */

#paseos-turisticos img {
    width: 100px;
    height: 100px;
}

#paseos-turisticos h3 {
    font-weight: 400;
    text-align: center;
}

.contenedor-restaurantes {
    padding: 5vh 0;
}

.img-restaurant {
    width: 25vw;
    height: 30vh;
}

.espacio2 {
    margin-bottom: 1vh;
}

.restaurantes {
    display: flex;
    justify-content: center;
    margin-bottom: 4vh;
    font-size: 30px;
    padding: 0;
    overflow-x: hidden;

}

.restaurantes2 {
    display: flex;
    justify-content: center;
    font-size: 30px;
    padding: 0;
    overflow-x: hidden;
}

.item-rest {
    margin: 0 6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.restaurantes a, .restaurantes2 a {
    background-color: transparent;
    padding: 1vh 2vw;
    border: 1px solid #797979;
    border-radius: 35px;
    text-decoration: none;
    color: #797979;
    text-transform: uppercase;
    font-size: 12px;
} 

.restaurantes a:hover {
    background-color: #c7c7c7;
    border: 1px solid #c7c7c7;
    color: #797979;
    transition: 0.5s;
}

.restaurantes2 a:hover {
    background-color: #c7c7c7;
    border: 1px solid #c7c7c7;
    color: #797979;
    transition: 0.5s;
}

@media (min-width: 200px) and (max-width: 991.8px) {
    .contenedor-restaurantes {
        padding: 7vh 0;
    }

    .restaurantes {
        display: initial;
    }

    .img-restaurant {
        width: auto;
    }

    .restaurantes a {
        margin-bottom: 4vh;
    }

    .item-extra {
        margin-top: -2vh;
    }

    .espacio2 {
        font-size: 20px;
    }

    .paseos {
        font-size: 20px;
        letter-spacing: 0.2rem;
    }

    .min {
        font-size: 17px;
    }
}


/* -------------------------------------Mesa de Regalos---------------------------------- */


.mesa-de-regalos {
    padding: 10vh 25vw;
}

.mesa {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.datos-bancarios {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55vw;
    height: 40vh;
    margin-top: 2vh;
    box-shadow: 4px 4px 8px 4px #d8d8d8;
}

.datos-bancarios:hover {
    cursor: pointer;
}

.hide-datos {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grey1 {
    color: #797979;
    font-family: cursive;
}

.gift {
    width: 100px;
    height: 100px;
    margin-bottom: 2vh;

}

.datos {
    letter-spacing: 0.2rem;
}

.alineado {
    text-align: center;
}

.grey1 {
    padding: 0 8vw;
}

@media (min-width: 200px) and (max-width: 991.8px) {

    .mesa-de-regalos {
        padding: 8vh 5vw;
    }

    .grey1 {
        text-align: center;
        margin-bottom: 2vh;
    }

    .datos-bancarios {
        width: 80vw;
    }

    .mesaDeRegalos {
        letter-spacing: 0.2rem;
    }
}

/* -----------------------------FORMULARIO -----------------------------------  */

.contenedor-formulario {
    padding: 5vh 25vw;
}

.indicaciones {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5vh 0 0 0;
    color: #797979;

}
.btn-confirmacion {
    display:flex;
    justify-content: end;
}

.pink {
    background-color: peachpuff;
}

.pink:hover {
    background-color: rgb(252, 195, 145)!important;
}

.form-group {
    margin: 4vh 0;
}

.form-control {
    border: 1px solid peachpuff;
}

.form-group option {
    color: #797979;
}

.ph {
    color: #797979;
}

@media (min-width: 200px) and (max-width: 991.8px) {
    .envia {
        letter-spacing: 0.1rem;
        text-align: center;
        color: #797979;
    }
    .ph {
        font-size: 13px;
    }

    .contenedor-formulario {
        padding: 5vh 5vw;
    }

    .indicaciones {
        font-size: 15px;
        padding: 5vh 3vw 0 3vw;
        text-align: center;
    }
}

.icono-home2 {
    font-size: 30px;
    color: #fff;
    background:  linear-gradient(rgb(250, 228, 210) 0%, rgb(252, 205, 164) 100%);
    position: absolute;
    z-index: 9999999;
    border-radius: 10px;
    left: 2vw;
    top: 1vh; 
    display: inline-block;
    padding: 5px 10px;
}
