/* tipografia */

@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Poppins:ital,wght@1,300&display=swap');

@import url('https://fonts.googleapis.com/css2? family= Mea+Culpa & display=swap');

@import url('https://fonts.googleapis.com/css2? familia= Nunito+Sans:peso@200 & display=swap');

@import url('https://fonts.googleapis.com/css2? family= Great+Vibes & display=swap');

@import url('https://fonts.googleapis.com/css2? family= Dancing+Script & family= Great+Vibes & display=swap');

/* margen general */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: url(assets/mouse.koala.png), auto;
}



/* margen no tan general pero si a veces perjudica----posiblemente lo quitemos */
body {
    min-height: 100vh;
    font-family: 'Great+Vibes'; 
    background-color: rgb(3, 6, 55);
}

/*a {
    cursor: url(assets/mouse.koala.png), auto;
}*/



/* division de lineas */
.linea-division {
    width: 100%;
    height: 2px;
    background-color: rgb(247, 65, 143);
    margin-top: 50px;
}



/* banner principal */
.banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: rgb(170, 200, 167);
    background-size: cover;
    background-position: center;
    transition: all .1s ease-in-out;
    background-image: url(assets/sj-4Ott5vqaPrw-unsplash.jpg);
    animation: banner 16s infinite linear;
}

.banner-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: rgb(170, 200, 167);
    background-color: rgba(0, 22, 41, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-content h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 45px;
    font-size: 30px;
    text-align: center;
    color: rgb(255, 243, 199);
    font-family: Mea Culpa;
}

.banner-content a {
    text-decoration: dashed;
    color: rgb(253, 255, 174);
    padding: 9px 20px;
    border: 1px solid rgb(247, 65, 143);
    transition: all .3s ease-in-out;
    font-size: 25px;
    font-family: Sacramento;
}

.banner-content a:hover{
    background: rgb(210, 233, 233);
    color: rgb(247, 65, 143);  
}

@keyframes banner {
    0%{
        background-image: url(assets/sj-4Ott5vqaPrw-unsplash.jpg); 
    }
    25% {
        background-image: url(assets/sj-4Ott5vqaPrw-unsplash.jpg);
    }
    26%{
        background-image: url(assets/jeshoots-com-TWRCH-GaKr4-unsplash.jpg); 
    }
    50% {
        background-image: url(assets/jeshoots-com-TWRCH-GaKr4-unsplash.jpg);
    }
    51%{
        background-image: url(assets/yutacar-JKMnm3CIncw-unsplash.jpg); 
    }
    75% {
        background-image: url(assets/yutacar-JKMnm3CIncw-unsplash.jpg);
    }
    76%{
        background-image: url(assets/raissa-lara-lutolf-fasel-XsJJgnWXU-c-unsplash.jpg); 
    }
    100% {
        background-image: url(assets/raissa-lara-lutolf-fasel-XsJJgnWXU-c-unsplash.jpg);
    }
}

@media screen and (max-width: 850px) {   
}



/* titulo y general */
.titulos {
    color: rgb(247, 65, 143);
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Sacramento'; 
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;      
}



/* menu principal */
.menu {
    display: flex;
    justify-content: space-between;
}

nav {
    text-align: right;
    padding: 30px 0 0 0;  
}
  
nav > a, .color {
    color: rgb(252, 129, 158);
    font-weight: 300;
    text-decoration: none;
    margin-right: 40px;
    margin-left: 10px;
    font-size: 20px;
    font-family: Nunito;
    justify-content: center;
    align-items: center;
}

nav a:hover {
    text-decoration: underline; 
    color: rgb(247, 65, 143);
}



/* nuestra historia */
.mibebe {
    height: 170vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/melody-p-cSNumclQixw-unsplash.jpg);
    background-size: 180vw 200vh;
    background-repeat: no-repeat;
/*    border-radius: 6px;*/
}

.mibebefondo {
    display: flex;
    background-color:  rgb(145, 10, 103, 0.4);
    border-radius: 6px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}

/*.mibebefondo .fotonosotrosadelante {
    width: 1200px;*/ /*puede ser 2000 a 2500px */
    /*border-radius: 6px;
    margin-left: 25px;
    margin-top: 70px;
    margin-bottom: 15px;
}*/

h3 {
    color: rgb(255, 243, 199);
    font-family: 'Sacramento';
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

p {
    color: rgb(255, 243, 199);
    font-family: 'Sacramento'; 
    font-size: 27px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}



/* cuenta regresiva */
.container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color:  rgb(145, 10, 103, 0.6);
    box-shadow: 0px 1px 10px rgb(247, 65, 143);
    border-radius: 6px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 25px;
}

.countdown {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
}

.countdown div {
    display: grid;
    place-items: center;
    padding: 10px;
}

p1 {
    display: grid;
    place-items: center;
    border: solid 1px rgb(247, 65, 143);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: rgb(255, 243, 199);
    font-size: 2rem;
    font-weight: bold;
    background-color: rgb(252, 129, 158);
}

p3 {
    color: rgb(252, 129, 158);
}

span {
    display: block;
    padding: 10px;
    text-align: center;
    color: rgb(252, 129, 158);
    font-size: 1.5rem;
    font-weight: 400;
}



/* imagen de la festejada  */
.contenedor-imagen {
    display: flex;
    justify-content: center;
}
 
.contenedor-imagen .mary {
    left: 15px;
    box-shadow: 0px 0px 5px rgb(247, 65, 143);
}

.mary {
    width: 70%; /* normal es 25px */
    height: 80%;
    margin-left: 25px;
    border: 2px solid rgb(254, 199, 180);
}




/*.contenedor-imagen .mauricio {
    right: 10px;
    box-shadow: 0px 0px 5px rgb(49, 48, 77);
}

.mauricio {
    width: 21.2%;
    height: 12%;
    border: 5px solid rgb(182, 187, 196);
    margin-left: 250px;
}*/



/* imagenes de los papas de lo novios */
/*.contenedor-papas {
    display: flex;
    justify-content: center;
    background-image: url(assets/xv_flores.png);
    image-orientation: center;
}
 */
/*.contenedor-imagen .esther {
    left: 10px;
    box-shadow: 0px 0px 5px rgb(49, 48, 77);
}
*/
/*.esther {
    width: 35%;
    height: 12%;
    box-shadow: 0px 0px 5px rgb(247, 65, 143);
    border: 5px solid rgb(252, 129, 158);
    margin-inline: 50px;
    margin-left: 300px;
    border-radius: 10px;
}

p10 {
    display: flex;
    color: rgb(252, 129, 158);
    margin-top: 530px;
    font-size: 1.5rem;
    font-weight: 400;
    margin-left: -225px;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Sacramento';   
}*/

/*.contenedor-imagen .angelica {
    left: 10px;
    box-shadow: 0px 0px 5px rgb(252, 129, 158)
}*/

/*.angelica {
    width: 35%;
    height: 12%;
    box-shadow: 0px 0px 5px rgb(247, 65, 143);
    border: 5px solid rgb(252, 129, 158);
}

p9 {
    display: flex;
    text-align: center;
    margin-top: 530px;
    font-size: 1.5rem;
    font-weight: 400;
    margin-left: -225px;
    font-family: 'Sacramento'; 
    color: rgb(252, 129, 158);
}
*/


/*.contenedor-imagen .enrique {
    right: 10px;
    box-shadow: 0px 0px 5px rgb(15, 217, 146);
}

.enrique {
    width: 29.5%;
    height: 12%;
    border: 5px solid rgb(241, 224, 172);
    margin-left: 250px;
}

p9 {
    display: flex;
    text-align: center;
    margin-top: 530px;
    font-size: 1.5rem;
    font-weight: 400;
    margin-left: -225px;
    color: rgb(89, 126, 86);
}*/

/*p10 {
    display: flex;
    text-align: center;
    margin-top: 530px;
    font-size: 1.5rem;
    font-weight: 400;
    margin-left: -225px;
    color: rgb(89, 126, 86);
}*/

/*.contenedor-imagen .jorge {
    right: 10px;
    box-shadow: 0px 0px 5px rgb(15, 217, 146);
}

.jorge {
    width: 29.5%;
    height: 12%;
    border: 5px solid rgb(241, 224, 172);
    margin-left: 250px;
}

p9 {
    display: flex;
    text-align: center;
    margin-top: 530px;
    font-size: 1.5rem;
    font-weight: 400;
    margin-left: -225px;
    color: rgb(89, 126, 86);
}*/



/* invitados y tematica generales */
.invitados-tematica {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/jordan-whitt-EerxztHCjM8-unsplash.jpg);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    margin-top: 30px;
}

.tematica-port {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.imagen-port {
    width: 30%;
    margin-bottom: 30px;
    height: 200px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgb(22, 26, 48);
}

.tematica-imagen > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: ifr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

    .div1 { grid-area: 1/ 1/ 2/ 2;}
    .div2 { grid-area: 1/ 2/ 2/ 3;}

    img {
        width: 100%;
        height: 75%;
        border-radius: 6px;
        overflow: hidden;
    }

    .contenedor-tematica {
        padding: 60px 0;
        width: 90%;
        max-width: 1000px;
        margin: auto;
        overflow: hidden;
    }



/* iglesia y ceremonia */
.iglesia {
    width: 100%;
    display: flex;
    max-width: 1500px; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cardiglesia {
    width: 100%;
    margin: 15px;
    border-radius: 6px;
    overflow: hidden;
    background: rgb(114, 4, 85);
    box-shadow: 0px 1px 10px rgb(247, 65, 143);
    cursor: default;
    transition: all 400ms ease;
}

.cardiglesia:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}

/*.cardiglesia img {
    width: 100%;
    height: 650px;
}*/

.iglesia .cardiglesia {
    padding: 15px;
    text-align: center;
}

.iglesia .cardiglesia p {
    line-height: 1.5;
    color: rgb(255, 243, 199);
}

.iglesia .cardiglesia h10 {
    font-weight: 400;
    margin-bottom: 15px;
    color: rgb(247, 65, 143);
}

.iglesia .cardiglesia a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin-top: 2.5px;
    color: rgb(247, 65, 143);
    border: 1px solid rgb(252, 129, 158);
    border-radius: 4px;
    transition: all 400ms ease;
}

.iglesia .cardiglesia a:hover {
    background: rgb(255, 243, 199);
    color: rgb(247, 65, 143);
}



/* mapa */
.registro-coyoacan {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1500px; 
}

.responsive-iframe {
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: rgb(252, 129, 158);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    cursor: default;
    transition: all 400ms ease;
}

.responsive-iframe:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}

.registro-coyoacan .responsive-iframe {
    padding: 5px;
    text-align: center;
}



/* itinerario */
/*.itinerario {
    width: 100%;
    display: flex;
    max-width: 1500px; 
}

.carditinerario {
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: rgb(254, 199, 180);*/
/*    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);*/
/*    cursor: default;
    transition: all 400ms ease;
}

.carditinerario:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}

.carditinerario img {
    width: 15%;
    height: 35px;
    margin-bottom: 75px;
    margin-top: 50px;
}

.itinerario .carditinerario {
    padding: 15px;
    text-align: center;
}

.itinerario .carditinerario p {
    line-height: 1.5;
    color: rgb(255, 243, 199);
    margin-bottom: 20px;
    font-family:Sacramento;
}

.itinerario .carditinerario h11 {
    font-weight: 400;
    margin-bottom: 15px;
    color: rgb(247, 65, 143);
}

.itinerario .carditinerario a:hover {
    background: rgb(118, 216, 235);
    color: rgb(5, 107, 127);
}*/



/* codigo de vestimenta */
/*.codigo {
    width: 100%;
    display: flex;
    max-width: 1500px; 
    background-color: rgb(252, 129, 158);
}

.cardvestido {
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: 0px 1px 10px rgb(254, 199, 180);
    cursor: default;
    transition: all 400ms ease;
}

.cardvestido:hover {
    box-shadow: 5px 5px 20px rgb(73, 83, 113);;
    transform: translateY(-3%);
}

.cardvestido img {
    width: 50%;
    height: 350px;
}

.codigo .cardvestido {
    padding: 15px;
    text-align: center;
}

.codigo .cardvestido h12 {
    font-weight: 400;
    margin-bottom: 15px;
    color: rgb(73, 83, 113);
}*/



/* fotos de nuestros momentos */
.nuestros-momentos {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/yutacar-JKMnm3CIncw-unsplash.jpg);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    margin-top: 30px;
}

.galeria-port {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.imagen-port {
    width: 30%;
    margin-bottom: 30px;
    height: 200px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgb(247, 65, 143);
}

.imagen-port > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: ifr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

    .div1 { grid-area: 1/ 1/ 2/ 2;}
    .div2 { grid-area: 1/ 2/ 2/ 3;}

    img {
        width: 100%;
        height: 75%;
        border-radius: 6px;
        overflow: hidden;
    }

    .contenedor {
        padding: 60px 0;
        width: 90%;
        max-width: 1000px;
        margin: auto;
        overflow: hidden;
    }



/* mesa de regalo */
/*.mesa {
    display: flex;
    justify-content: center;
    background-color: rgb(254, 199, 180);
    margin-left: 150px;
    margin-right: 150px;
    border-radius: 6px;
}

.mesa img {
    width: 300px;
    height: 75px;
}

.mesa-regalo .mesa {
    padding: 15px;
    text-align: center;
}

.mesa-regalo .mesa p4 {
    line-height: 1.5;
    color: rgb(255, 243, 199);
    margin-bottom: 20px;
    font-size: 35px;
}*/



/* video */
 .fondovideo {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/sj-4Ott5vqaPrw-unsplash.jpg);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.videofondo {
    width: 320px;
    height: 200px;
    border-radius: 6px;
    border: 2px solid rgb(114, 4, 85);
    overflow: hidden;
    background: rgb(114, 4, 85, 0.25);
    box-shadow: 0px 1px 10px rgb(116, 149, 154);
    cursor: default;
    transition: all 400ms ease;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    margin-right: 2px;
}

video {
    width: 320px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
/*    margin-left: 13px;*/
} 



/* about it */
 .tequesquitengo {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/tequesquitengo.jpeg);
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.tequesquitengo-fondo {
    display: flex;
    background-color:  rgb(241, 224, 172, 0.6);
    border-radius: 6px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 200px;  
}

p5 {
    color: rgb(73, 83, 113);
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 15px;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
} 



/* confirmacion */
/*.bodyconfirmacion {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/ian-schneider-PAykYb-8Er8-unsplash.jpg);
    background-size: 100vw 140vh;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
}

.parrafoconfirmacion {
    width: 35%;
    height: 90vh;
    background-color: rgb(247, 65, 143, 0.3);
    border-radius: 15px;
    overflow: hidden; 
}

.bodyformulario {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.contactForm .form {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 85%;
    margin-left: 30px;
}

.contactForm .form form {
    width: 100%;
}

.contactForm .form .header h19 {
    color:  rgb(255, 243, 199);
    font-size: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    align-items: center;
    margin-top: 50px;
}

.contactForm .form .header p8 {
    color: whitesmoke;
    line-height: 1.5;
    margin-bottom: 20px;
}

.login {
	display: none;
}

.login.activo {
	display: block;
}

.contactForm .form form .inputBox {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.contactForm .form form .inputBox label {
    color: rgb(255, 243, 199);
    font-weight: 700;
}

.contactForm .form form .inputBox input[type="text"] {
    border: none;
    background: rgb(252, 129, 158);
    padding: 10px;
    border-radius: 15px;
    color: rgb(240, 236, 229);
    resize: none;
}

.contactForm .form form .inputBox input[type="text"]:focus {
    outline: 2px solid rgb(131, 181, 127);
}

.contactForm .form .header h20 {
    color:  rgb(253, 255, 174);
    font-size: 45px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    align-items: center;
    margin-top: 50px;
}

.contactForm .form .header p20 {
    color: whitesmoke;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 40px;
}

.contactForm .form form .inputBox textarea {
    border: none;
    background: rgb(252, 129, 158);
    padding: 10px;
    border-radius: 15px;
    color: rgb(240, 236, 229);
    resize: none;
}

.contactForm .form form .inputBox textarea:focus {
    outline: 2px solid rgb(131, 181, 127);
}

.contenedor-boton {
	display: flex;
	justify-content: center;
}

.exito {
	display: none;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.exito.activo {
	display: flex;
}

.exito svg {
	width: 50px;
	height: 50px;
	color: var(--primario);
}

.contactForm .form form input[type="submit"]:hover {
    background: rgb(170, 200, 167);
}

@media(max-width:991px) {
    body {
        padding: 30px;
    }

    form {
        width: 100%;
    }
}

button {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 20px;
	background: none;
	height: 50px;
	color: var(--primario);
    color: rgb(255, 243, 199);
	padding: 0 50px;
	display: flex;
	align-items: center;
	justify-content: end;
	border: 2px solid var(--primario);
	cursor: pointer;
	transition: .3s ease all;
	outline: none;
}

button:hover {
	background: var(--primario);
	color: #fff;
}*/