/* 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');

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


/* margen general */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: url(assets/mouse.bautizo.cruces.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(251, 243, 213);
}



/* division de lineas */
.linea-division {
    width: 100%;
    height: 2px;
    background-color: rgb(156, 175, 170);
    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/omar-lopez-vTknj2OxDVg-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: 70px;
    text-align: center;
    font-family: 'Mea Culpa';  
}

.banner-content a {
    text-decoration: dashed;
    color: rgb(239, 188, 155);
    padding: 9px 20px;
    border: 1px solid rgb(195, 237, 192);
    transition: all .3s ease-in-out;
    font-size: 25px;
    font-family: Sacramento;
}

.banner-content a:hover{
    background: rgb(251, 243, 213);
    color: rgb(239, 188, 155);  
}

@keyframes banner {
    0%{
        background-image: url(assets/omar-lopez-vTknj2OxDVg-unsplash.jpg); 
    }
    25% {
        background-image: url(assets/omar-lopez-vTknj2OxDVg-unsplash.jpg);
    }
    26%{
        background-image: url(assets/kier-in-sight-archives-PyLiUiv6GOs-unsplash.jpg); 
    }
    50% {
        background-image: url(assets/kier-in-sight-archives-PyLiUiv6GOs-unsplash.jpg);
    }
    51%{
        background-image: url(assets/margarita-s-oXMsAOKwYW4-unsplash.jpg); 
    }
    75% {
        background-image: url(assets/margarita-s-oXMsAOKwYW4-unsplash.jpg);
    }
    76%{
        background-image: url(assets/sixteen-miles-out-B7DIeLgPVNk-unsplash.jpg); 
    }
    100% {
        background-image: url(assets/sixteen-miles-out-B7DIeLgPVNk-unsplash.jpg);
    }
}

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



/* titulo y general */
.titulos {
    color: rgb(239, 188, 155);
    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(156, 175, 170);
    font-weight: 300;
    text-decoration: none;
    margin-left: 45PX;
    font-size: 20px;
    font-family: Nunito;
    justify-content: center;
    align-items: center;
}

nav a:hover {
    text-decoration: underline; 
    color: rgb(239, 188, 155);
}



/* nuestra historia */
.mibebe {
    height: 88vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/olivia-bollen-0SyHbonwl1M-unsplash.jpg);
    background-size: 100vw 150vh;
    background-repeat: no-repeat;
}

.mibebefondo {
    display: flex;
    background-color:  rgb(251, 243, 213, 0.6);
    border-radius: 6px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}

/*.mibebefondo .fotonosotrosadelante {
    width: 1500px;
    border-radius: 6px;
    margin-left: 25px;
    margin-top: 70px;
    margin-bottom: 15px;
}*/

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

p {
    color: rgb(73, 83, 113);
    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(239, 188, 155, 0.25);
    box-shadow: 0px 1px 10px rgb(244, 230, 188);
/*    background-image: url(assets/fondo.prueba.png);*/
    border-radius: 6px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 25px;
}

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

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

p1 {
    display: grid;
    place-items: center;
    border: solid 1px rgb(241, 224, 172);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: rgb(251, 243, 213);
    font-size: 2rem;
    font-weight: bold;
    background-color: rgb(116, 149, 154);
}

p3 {
    color: rgb(156, 175, 170);
}

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



/* imagenes de los padres */
.contenedor-imagen {
    display: flex;
    justify-content: center;
}
 
.contenedor-imagen .rafaella{
    left: 15px;
    box-shadow: 0px 0px 5px rgb(156, 175, 170);
}

.rafaella {
    width: 40%;
    height: 12%;
    border: 5px solid rgb(239, 188, 155);
}

.contenedor-imagen .jose {
    right: 20px;
    box-shadow: 0px 0px 5px rgb(156, 175, 170);
}

.jose {
    width: 40%;
    height: 12%;
    border: 5px solid rgb(239, 188, 155);
    margin-left: 25px;
}



/* imagenes de padrinos */
.contenedor-padrinos {
    display: flex;
    justify-content: center;
    background-image: url(assets/fondo.prueba.png);
}
 
.contenedor-imagen .mauricio {
    left: 10px;
    box-shadow: 0px 0px 5px rgb(156, 175, 170);
}

.mauricio {
    width: 38%;
    height: 12%;
    border: 5px solid rgb(239, 188, 155); 
}

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

.contenedor-imagen .camila {
    right: 10px;
    box-shadow: 0px 0px 5px rgb(156, 175, 170);
}

.camila {
    width: 45%;
    height: 12%;
    border: 5px solid rgb(239, 188, 155);
    margin-left: 25px;
}

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



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

.cardiglesia {
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: rgb(156, 175, 170);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
    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(251, 243, 213);
}

.iglesia .cardiglesia h10 {
    font-weight: 400;
    margin-bottom: 15px;
    color: rgb(251, 243, 213);
}

.iglesia .cardiglesia a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin-top: 2.5px;
    color: rgb(251, 243, 213);
    border: 1px solid rgb(239, 188, 155);
    border-radius: 4px;
    transition: all 400ms ease;
}

.iglesia .cardiglesia a:hover {
    background: rgb(239, 188, 155);
    color: rgb(5, 107, 127);
}



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

.responsive-iframe {
    width: 85%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: rgb(239, 188, 155);
    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-polanco .responsive-iframe {
    padding: 5px;
    text-align: center;
}



/* itinerario */
.itinerario {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1500px; 
    background-image: url(assets/kier-in-sight-archives-PyLiUiv6GOs-unsplash.jpg);
}

.carditinerario {
    position: relative;
    width: 500px; /* 400 */
    height: 655px; /* 500 */
    margin: 50px; /* 20px */
}

.carditinerario .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
    background: rgb(156, 175, 170);
}

.carditinerario .frontal {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.carditinerario .frontal h11 {
    font-weight: 400;
    margin-bottom: 15px;
    color: rgb(251, 243, 213);
}

.carditinerario .frontal p {
    line-height: 1.5;
    color: rgb(251, 243, 213);
    margin-bottom: 20px;
}

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

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

.carditinerario .atras {
    transform: perspective(600px) rotateY(180deg);
    background: rgb(254, 250, 246);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 5px 10px rgb(145, 216, 228);
}

.carditinerario .atras h11 {
    line-height: 1.5;
    color: rgb(73, 83, 113);
    margin-bottom: 20px;
    font-size: 25px;
}

.carditinerario .atras p {
    font-size: 20px;
    color: rgb(239, 188, 155);
    text-align: center
}

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

.carditinerario:hover .frontal {
    transform: perspective(600px) rotateY(180deg);
}

.carditinerario:hover .atras {
    transform: perspective(600px) rotateY(360deg);
}


/*.itinerario { cuando no se mueven las cartas
    width: 100%;
    display: flex;
    max-width: 1500px; 
}

.carditinerario {
    width: 100%;
    margin: 50px;
    border-radius: 6px;
    overflow: hidden;
    background: rgb(156, 175, 170);
    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: 40px;
    margin-bottom: 75px;
    margin-top: 50px;    
}

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

.itinerario .carditinerario p {
    line-height: 1.5;
    color: rgb(251, 243, 213);
    margin-bottom: 20px;
}

.itinerario .carditinerario h11 {
    font-weight: 400;
    margin-bottom: 15px;
    color: rgb(251, 243, 213);
}

.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(156, 175, 170);
}

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

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

.cardvestido img {
    width: 65%;
    height: 240px;
}

.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/margarita-s-oXMsAOKwYW4-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(241, 224, 172);
}

.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(116, 149, 154);
    margin-left: 15px;
    margin-right: 15px;
    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(233, 246, 248);
    margin-bottom: 20px;
    font-size: 35px;
}



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

.videofondo {
    width: 950px;
    height: 600px;
    border-radius: 6px;
    border: 2px solid rgb(116, 149, 154);
    overflow: hidden;
    background: rgb(241, 232, 205, 0.25);
    box-shadow: 0px 1px 10px rgb(116, 149, 154);
    cursor: default;
    transition: all 400ms ease;
    margin-left: 250px;
    margin-right: 170px;
}

video {
    width: 920px;
    height: 600px;
    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/original/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: 100px;
    margin-right: 200px;
    margin-top: 400px;
   
}

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



/* confirmacion */
/*.bodyconfirmacion {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(assets/sixteen-miles-out-B7DIeLgPVNk-unsplash.jpg);
    background-size: 100vw 140vh;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.parrafoconfirmacion {
    width: 35%;
    height: 90vh;
    background-color: rgb(170, 200, 167, 0.7);
    border-radius: 6px;
    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(253, 255, 174);
    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(253, 255, 174);
    font-weight: 700;
}

.contactForm .form form .inputBox input[type="text"] {
    border: none;
    background: rgb(195, 237, 192);
    padding: 10px;
    border-radius: 15px;
    color: rgb(195, 237, 192);
    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(195, 237, 192);
    padding: 10px;
    border-radius: 15px;
    color: rgb(131, 181, 127);
    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);
	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;
}*/