@font-face {
    font-family: 'Aworm';
    src: url('/Catalogo/Bodas/ElegantePetite/fonts/AwormRegular.woff2') format('woff2'),
        url('/Catalogo/Bodas/ElegantePetite/fonts/AwormRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cartis Beautyful';
    src: url('/Catalogo/Bodas/ElegantePetite/fonts/CartisBeautyfulRegular.woff2') format('woff2'),
        url('/Catalogo/Bodas/ElegantePetite/fonts/CartisBeautyfulRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Simple Signature';
    src: url('/Catalogo/Bodas/ElegantePetite/fonts/SimpleSignatureRegular.woff2') format('woff2'),
        url('/Catalogo/Bodas/ElegantePetite/fonts/SimpleSignatureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    background-color: # ;
}
.fuente-primaria {
    font-family: 'Aworm', normal;
}
.fuente-secundaria {
    font-family: 'Cartis Beautyful', italic;
}
.fuente-tercera {
    font-family: 'Simple Signature', normal;
}
.backimageintro{
    background-image: url(opacity50.png);
    background-position: fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
}
/*Estilos para border e imagen sobresaliente*/
.inner-border {
    border: 1px solid #b69e6e;/*grosor en px y color del border*/
    position: relative;
}
.img-sticker-top {
    width: 90px;/*Ajustar tama駉 de imagen*/
    top: -60px;/*Ajustar altura*/
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
}
.txt-nombres {
    font-size: 5rem;
}
.txt-fecha {
    font-size: 4rem;
}
.txt-grande {
    font-size: 3rem;
}
.txt-frase {
    font-size: 2.7rem;
}
.txt-mediano {
    font-size: 2.2rem;
}
.txt-chico {
    font-size: 1.5rem;
}
.bg-color-blanco {
    background-color: #ffffff;
}
.bg-color-primario{
    background-color: #B69E6E;
}
.bg-color-secundario{
    background-color: #eee9e3;
}
.txt-mayus{
    text-transform: uppercase;
}
main 
{
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
  margin: 0;
  padding: 0;
}

section 
{
  transform-style: preserve-3d;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}

section h1
{
  text-align: center;
  font-size: 4rem;
  font-family: sans-serif;
}

.no-parallax 
{
  background-color: #5333ed;
  z-index: 999;
}

.parallax h1 
{
  width: 60%;
  font-size: 2rem;
}

.parallax::after 
{
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

.bg::after 
{
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("/Catalogo/Bodas/ElegantePetite/fotos/7.jpg");
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) 
{
  section h1 
  {
    font-size: 8rem;
  }
  
  .parallax h1 
  {
    font-size: 4rem;
  }
}
.slider{
  width: 95%;
  margin: auto;
  overflow: hidden;
}
.slider ul{
    display: flex;
    padding: 0;
    width: 300%;
    animation: cambio 9s infinite alternate linear;
}
.slider li{
    width: 100%;
    list-style: none;
}
.slider img{
    width: 100%;
}
@keyframes cambio{
    0%{margin-left: 0;}
    30%{margin-left: 0;}
    
    33%{margin-left: -100%;}
    60%{margin-left: -100%;}
    
    66%{margin-left: -200%;}
    100%{margin-left: -200%;}
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.backimage1{
    background-image: url(elegante.jpg);
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.backimage2{
    background-image: url(elegante1.jpg);
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.titulonombres {
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 0px;
}
.recuadro {
    width: 350px;
    position: relative;
    margin: 20px 20px 20px 20px;
    padding: 40px 40px 40px 40px;
    max-width: 700px;
    align-items: center;
    justify-content: center;
}
.recuadropadres {
    width: 350px;
    position: relative;
    margin: 20px 20px 20px 20px;
    padding: 40px 40px 40px 40px;
    max-width: 700px;
    align-items: center;
    justify-content: center;
}
.pantalla-inicial {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 1.5s;
}
.pantalla-inicial img {
    cursor: pointer;
    animation: pulso 2s;
    animation-iteration-count: infinite;
}
@keyframes pulso {
    0% {transform: scale(1)}
    50% {transform: scale(1.07)}
    100% {transform: scale(1)}
  }
.pantalla-inicial-cerrada {
    backdrop-filter: blur(0px);
    opacity: 0;
    background-color: rgba(255, 255, 255, .0);;
}
#musicaFondo {
    display: none;
}
.container-padding {
    padding: 10px 10px 10px 10px;
}
.container-margin{
    margin: 30px 30px 30px 30px;
    justify-content: center
}
.container-alineacion  {
    padding: 10px 10px 10px 10px;
    margin: 20px 15px 20px 15px;
    justify-content: center
}
.container-alineacion-padres  {
    padding: 10px 10px 10px 10px;
    margin: 20px 15px 20px 15px;
    justify-content: center
}
.txt-sombra {
   text-shadow: 3px 3px 3px black;
}
.carousel-item .frases {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: -40px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.carousel-item  .frases h1 {
    display: block;
    margin: 0px 15px;
    font-size: 4.2em;
    text-shadow: 3px 3px 3px black;
    text-align: center;
}
.carousel-item  .frases h3 {
    display: block;
    margin: 0px 15px;
    font-size: 2em;
    text-shadow: 3px 3px 3px black;
    text-align: center;
}
.carousel-item  .frases p {
    display: block;
    margin: 0px 15px;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 3px 3px 3px black;
    text-align: center;
}
.carousel-item {
    position: relative;
    height: 100vh;
}
.carousel-item .img-movil-izq {
    position: absolute;
    left: 0px;
    height: 100%;
}
.carousel-item .img-movil-der {
    position: absolute;
    right: 0px;
    height: 100%;
}
.carousel-item .img-movil-centro {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
.img-padres {
    background-image: url("/MariayJose/fotos/33.jpg");
    background-size:cover;
    background-position: center;
    height: 100%;
    min-height: 300px;
}
.img-info {
    width:100%;
    max-width: 600px;
}
.reloj {
    display: flex;
    justify-content: center;
}
.reloj div {
    margin: 5px 5px;
    padding:10px;
    border-style: solid;
    border-color: #B69E6E;
    width: 70px;
    height: 70px;
}
.reloj p:first-child {
    font-size: 30px;
    font-weight: bold;
}
.reloj p {
    margin: 0px;
    text-align: center;
    line-height: 1;
}

.bg-color-primario-degradado {
    background: rgb(219,183,110);
    background: linear-gradient(90deg, rgba(219,183,110,1) 0%, rgba(255,245,226,1) 50%, rgba(219,183,110,1) 100%);
}
.txt-color-primario {
    color: #B69E6E;
}
.txt-color-blanco {
    color: #fff;
}
.border-color-primario {
    border-color: #fff9f1;
}
.itinerario div {
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #B69E6E;
    border-color: #B69E6E;
}
.btn-primary:hover {
    color: #fff;
    background-color: #B69E6E;
    border-color: #B69E6E;
}
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #cb9d41;
    border-color: #cb9d41;
    box-shadow: 0 0 0 0.25rem rgb(203 157 65 / 40%);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.25rem rgb(203 157 65 / 40%);
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(203 157 65 / 40%);
}
.itinerario div:nth-child(1) {
    order: 2;
}
.itinerario div:nth-child(2) {
    order: 1;
}
.itinerario div:nth-child(3) {
    order: 3;
}
.itinerario div:nth-child(4) {
    order: 4;
}
.itinerario div:nth-child(5) {
    order: 6;
}
.itinerario div:nth-child(6) {
    order: 5;
}
.itinerario div:nth-child(7) {
    order: 7;
}
.itinerario div:nth-child(8) {
    order: 8;
}
.itinerario img {
    width: 60px;
}
.itinerario .itinerario-izq {
    text-align: center;
    align-items: center;
    padding: 20px;
    border-right: none;
}
.itinerario .itinerario-der {
    align-items: center;
    padding: 20px;
    border-left: none;
}
.medidas-seguridad {
    text-align: start;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}
.medidas-seguridad li {
    margin-bottom: 15px;
}
.contenedor-galeria {
    display: grid;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 10px;
    max-width: 600px;
}
.galeria-1-foto {
    grid-template-columns: auto;
}
.galeria-2-fotos {
    grid-template-columns: auto auto;
}
.galeria-3-fotos {
    grid-template-columns: auto auto auto;
}
.galeria-4-fotos {
    grid-template-columns: auto auto auto auto;
}
.contenedor-galeria img {
    width: 100%;
    cursor: pointer;
}
.modal-dialog {
    flex-direction: column;
    justify-content: center;
}
.btn-close {
    cursor: pointer;
}
.contenedor-btn-cerrar {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}
.video iframe {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    height: 300px;
}
blockquote {
    z-index: 0;
    position: relative;
    font-size: 21px;
    font-style: cursive;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: normal;
    color: rgba(26,26,26,1);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 79px;
    margin-right: 10px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 0px;
    padding-right: 0px;
}
blockquote:before {
    content: "";
    display: inline-block;
    z-index: -1;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: -75px;
    width: 60px;
    height: 50px;
    background-image: url(/img/comillas.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.pie-pagina {
    padding: 10px;
    text-align: center;
    background-color: #3b4044;
    color: #fff;
    font-size: 13px;
}
@media (min-width: 500px) {
    blockquote {
        font-size: 29px;
    }
    .txt-grande {
        font-size: 4rem;
    }
    .carousel-item {
        position: initial;
        height: auto;
    }
    .carousel-item .frases {
        bottom: 0px;
    }
    .carousel-item  .frases h1 {
        font-size: 4.2em;
    }
    .carousel-item  .frases p {
        font-size: 1.5em;
    }
    .carousel-item .img-movil-izq,
    .carousel-item .img-movil-der,
    .carousel-item .img-movil-centro {
        position: initial;
        transform: none;
        height: auto;
        width:100%;
    }
    .reloj div {
        margin: 15px;
        padding: 20px;
        width: 130px;
        height: 90px;
    }
    .reloj p:first-child {
        font-size: 50px;
    }
    .itinerario div {
        width: 50%;
    }
    .itinerario div:nth-child(1) {
        order: 1;
    }
    .itinerario div:nth-child(2) {
        order: 2;
    }
    .itinerario div:nth-child(3) {
        order: 3;
    }
    .itinerario div:nth-child(4) {
        order: 4;
    }
    .itinerario div:nth-child(5) {
        order: 5;
    }
    .itinerario div:nth-child(6) {
        order: 6;
    }
    .itinerario div:nth-child(7) {
        order: 7;
    }
    .itinerario div:nth-child(8) {
        order: 8;
    }
    .itinerario img {
        width: 160px;
    }
    .itinerario .itinerario-izq {
        text-align: right;
        align-items: end;
        padding: 20px 80px 20px 20px;
        border-right: 1px solid #ddd;
        position: relative;
    }
    .itinerario-izq.itinerario-linea:before {
        content: "";
        width: 70px;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        right: 6px;
    }
    .itinerario .itinerario-der {
        align-items: flex-start;
        padding: 20px 20px 20px 80px;
        border-left: 1px solid #ddd;
        position: relative;
    }
    .itinerario-der.itinerario-linea:before {
        content: "";
        width: 70px;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        left: 6px;
    }
    .video iframe {
        height: 400px;
    }
}