*{
    box-sizing: border-box;
}

body {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: thanks;
    src: url(../fuentes/Thank-you.ttf);
}

/* Pantalla principal */

#pantalla-inicio{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* CONTENIDO */
.inicio-contenido{
    text-align: center;
}

/* TITULO */
.titulo-inicio{
    font-family: "thanks";
    font-size: 40px;
    color: #454545;
}

/* SUBTITULO */
.subtitulo-inicio{
    margin: 10px 0;
    color: #777;
}

/* BOTON */
#btnAbrir{
    margin-top: 20px;
    padding: 12px 20px;
    border: 2px solid rgb(200,190,143);
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
}

/* ANIMACION */
.ocultar{
    animation: fadeOut 1s forwards;
}

@keyframes fadeOut{
    to{
        opacity: 0;
        visibility: hidden;
    }
}

/* bloque */

.bloqueUno, .bloque  {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid rgb(200, 190, 143);
    border-radius: 6px;
}

.inicio-container, .date-container, .date-container2,
.galeria-container, .regalos-container, .footer-container {
    max-width: 1024px;
}

/* inicio */

.inicio-container {
    min-width: 320px;
    height: 620px;
}

.bloqueUno h1 {
    padding-top: 350px;
    font-family: 'thanks';
    font-size: 38px;
    font-weight: bold;
    color: #454545;
    text-align: center;
}

/* texto h2 responsive */

h2 {
    font-family: "Times New Roman";
    font-size: clamp(15px, 2.5vw, 20px);
    line-height: 1.4;
     letter-spacing: 0.5px;
}

.bloqueUno h2 {
    margin-top: -8px;
    font-family: 'Times New Roman', Times, serif;
    font-size: clamp(15px, 2.5vw, 20px);
    font-weight: 100;
    color: #454545;
    text-align: center;
}

.inicio-p {
    padding-top: 0px;
    font-family: 'thanks';
    font-size: 20px;
    font-weight: 100;
    text-align: center;
}

.decoracionImg {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    width: 290px;
}

.portadaImg {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-46%);
    width: 240px;
    border-radius: 50%;
    z-index: -1000;
}

/* date-container */

.date-container {
    min-width: 320px;
    height: 520px;
}

.decoracionImg-1 {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    width: 150px;
}

.portadaImg-1 {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-45%);
    width: 120px;
    border-radius: 50%;
    z-index: -1000;
}

/* texto bloque */

.bloque h1 {
    font-family: 'thanks';
    margin: 20px;
    color: #454545;
    padding-top: 160px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.bloque h2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    padding-top: 0;
    margin: 0 auto;
    font-family: 'Times New Roman', Times, serif;
    font-size: clamp(15px, 2.5vw, 20px);
    text-align: center;
    color: #454545;
    font-weight: 100;
}

/* button play */

#buttonPlay {
  display: none;
}

/* button class */

.buttonClass {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    border-radius: 8px;
    cursor: pointer;
    color: #454545;
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.8rem;
    background: transparent;
    border: 2px solid rgb(200, 190, 143);
    text-align: center;
    padding-left: 12px; 
    padding-right: 12px;
    outline: 0;
}

/* transition */

.btn-gps {
    top: 220px;
}

.imagen {
    max-width: 0px;
    overflow: hidden;
}

.imagen {
   width: 260px;
   height: 400px;
   border-radius: 8px;
}

.imagen.show {
    position: absolute;
    margin-top: -240px;
    left: 50%;
    transform: translate(-50%);
    max-width: 360px;
    height: 420px;
    transition: 0.4s;
    border: 1px solid rgb(200, 190, 143);
}

.show iframe {
    max-width: 360px;
    height: 420px;
}

/* date-2- container */

.date-container2 {
    min-width: 320px;
    height: 520px;
}

/* transition 2*/

.btn-gps2 {
    top: 220px;
}

.img {
    max-width: 0px;
    overflow: hidden;
}

.img {
   width: 260px;
   height: 400px;
   border-radius: 8px;
}

/* muestra la img*/
.img.hide {
    position: absolute;
    margin-top: -240px;
    left: 50%;
    transform: translate(-50%);
    max-width: 360px;
    height: 420px;
    transition-duration: 0.4s;
    border: 1px solid rgb(200, 190, 143);
}

.hide iframe {
    max-width: 360px;
    height: 420px;
}

/* galeria-container */

.galeria-container {
    min-width: 320px;
    height: 520px;
}

.galeria-container h1 {
    padding-top: 0;
    margin: 20px;
    font-size: 26px;
    font-weight: 100;
}

.marco {
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translate(-50%);
    min-width: 320px;
    height: 460px;
    z-index: 1000;
}

/* regalos container */

.regalos-container {
    min-width: 320px;
    height: 520px;
}

/* transition 3*/
.ctaBtn {
 top: 220px;
}

.imag {
    max-width: 0px;
    overflow: hidden;
}

.imag {
   width: 260px;
   height: 400px;
   border-radius: 8px;
}

/* muestra la img */
.imag.mostrar {
    position: absolute;
    margin-top: -240px;
    left: 50%;
    transform: translate(-50%);
    max-width: 360px;
    height: 420px;
    transition-duration: 0.4s;
    border: 1px solid rgb(200, 190, 143);
}

.imag.mostrar {
    background-color: rgb(255, 255, 255);
    max-width: 360px;
    height: 420px;
}

.imag.mostrar h3, .imag.mostrar h4 {
    margin: 0 auto;
    text-align: center;
    color: #454545;
}

.imag.mostrar h3 {
    padding-top: 80px;
}

.imag.mostrar h4 {
    padding-top: 28px;
}

/* footer container */

.footer-container {
    min-width: 320px;
    height: 520px;
}

/* transition 4*/

.redesBtn {
 top: 220px;
}

.confirmar {
    max-width: 0px;
    overflow: hidden;
}

.confirmar {
   width: 260px;
   height: 400px;
   border-radius: 8px;
}

/* muestra la img */
.confirmar.mostrarRedes {
    position: absolute;
    margin-top: -240px;
    left: 50%;
    transform: translate(-50%);
    max-width: 360px;
    height: 420px;
    transition-duration: 0.4s;
    border: 1px solid rgb(200, 190, 143);
}

.confirmar.mostrarRedes {
    background-color: rgb(255, 255, 255);
    max-width: 360px;
    height: 420px;
}

.confirmar.mostrarRedes h3, .confirmar.mostrarRedes h4 {
    margin: 0 auto;
    text-align: center;
    color: #454545;
}

.confirmar.mostrarRedes h3 {
    padding-top: 80px;
}

.confirmar.mostrarRedes h4 {
    padding-top: 28px;
}

/* copyright */
.copyright {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    text-decoration:#454545;
    text-align: center;
    font-size: 14px;
}

.copyright a {
    font-size: 14px;
    color: rgb(0, 179, 255);
    text-decoration:#454545;
}

@media all and (min-width: 712px){
  /*  body {
        background-color: rgb(131, 131, 131);
    }*/

.decoracionImg {top: 40px;width: 360px;}
    
.portadaImg {top: 70px;width: 290px;}

.inicio-container h1 {font-size: 42px;}
   
.decoracionImg-1 {width: 190px;}
    
.portadaImg-1 { width: 154px;}

.date-container, .date-container2, .galeria-container,
.regalos-container, .footer-container {height: 590px;}
    
.date-container h1, .date-container2 h1,
.regalos-container h1, .footer-container h1 {margin: 60px;}
    
.date-container h1, .date-container2 h1,
.regalos-container h1, .footer-container h1 {padding-top: 168px;font-size: 36px;}
    
.date-container h2, .date-container2 h2, .regalos-container h2,
 .footer-container h2  {padding-top: 0px;font-size: 22px;} 

/* transicion*/
.img.hide, .imagen.show, .imag.mostrar, .confirmar.mostrarRedes {margin-top: -340px;min-width: 640px;height: 480px;}

.hide iframe, .show iframe, .imag.mostrar, .confirmar.mostrarRedes {min-width: 680px;height: 480px;}

/* galeria-container */
.galeria-container {min-width: 320px;height: 620px;}

.galeria-container h1 {margin: 26px;font-size: 28px;}

.marco {min-width: 380px;height: 540px;}
}

/*media 1024px */

@media all and (min-width: 1024px){
/*body {background-color: rgb(130, 130, 255);}*/

.decoracionImg {
top: 40px;width: 360px;}
    
.portadaImg {top: 70px;width: 290px;}

/* transicion*/
.img.hide, .imagen.show, .imag.mostrar {margin-top: -340px;min-width: 780px;height: 480px;}
     
.hide iframe, .show iframe, .imag.mostrar {min-width: 780px;height: 480px;}

.bloqueUno, .bloque  {
    border: 2px solid rgb(200, 190, 143);
}

}

@media all and (min-width: 1280px) {
    body {
       /* background-color: rgb(217, 237, 255); */
    }
    #inicio {
        transform: scale(1.2);
        padding-top: 6%;
        padding-bottom: 6%;
    }
    
    #ceremonia, #celebracion, #galeria, #regalos, #footer {
        transform: scale(1.2);
        margin-top: 6%;
        bottom: 4%;
        min-width: 580px;
        min-height: 680px;
    }

    #footer {
        padding-bottom: 6%;
    }

    .bloqueUno, .bloque  {
        border: 2px solid rgb(200, 190, 143);
}
}

@media all and (min-width: 1920px) {
    body {
       /* background-color: rgb(217, 237, 255); */
    }
    #inicio {
        transform: scale(1.2);
        padding-top: 4%;
        padding-bottom: 4%;
    }
    
    #ceremonia, #celebracion, #galeria, #regalos, #footer {
        transform: scale(1.2);
        margin-top: 4%;
        bottom: 4%;
        min-width: 580px;
        min-height: 680px;
    }

    #footer {
        padding-bottom: 6%;
    }

    .bloqueUno, .bloque  {
        border: 2px solid rgb(200, 190, 143);
}
}