* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
  }
  



@font-face{
    font-family: "JuliusFont";
    src:url('./font/JuliusSans.ttf') format('truetype');
}
@font-face{
    font-family: "amateFont";
    src:url('./font/Amatemora.ttf') format('truetype');
}

  @font-face{
    font-family: "shellineFont";
    src:url('../font/shelline.ttf') format('truetype');
}
@font-face{
    font-family: "papasFont";
    src:url('../fonts/JosefinSans-Reg.ttf') format('truetype');
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}




.btn-musica div {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMyA5djZoNGw1IDVWNEw3IDlIM3ptMTMuNSAzYzAtMS43Ny0xLjAyLTMuMjktMi41LTQuMDN2OC4wNWMxLjQ4LS43MyAyLjUtMi4yNSAyLjUtNC4wMnpNMTQgMy4yM3YyLjA2YzIuODkuODYgNSAzLjU0IDUgNi43MXMtMi4xMSA1Ljg1LTUgNi43MXYyLjA2YzQuMDEtLjkxIDctNC40OSA3LTguNzdzLTIuOTktNy44Ni03LTguNzd6Jy8+PHBhdGggZD0nTTAgMGgyNHYyNEgweicgZmlsbD0nbm9uZScvPjwvc3ZnPg==)
}

button.pausa div {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMTYuNSAxMmMwLTEuNzctMS4wMi0zLjI5LTIuNS00LjAzdjIuMjFsMi40NSAyLjQ1Yy4wMy0uMi4wNS0uNDEuMDUtLjYzem0yLjUgMGMwIC45NC0uMiAxLjgyLS41NCAyLjY0bDEuNTEgMS41MUMyMC42MyAxNC45MSAyMSAxMy41IDIxIDEyYzAtNC4yOC0yLjk5LTcuODYtNy04Ljc3djIuMDZjMi44OS44NiA1IDMuNTQgNSA2Ljcxek00LjI3IDNMMyA0LjI3IDcuNzMgOUgzdjZoNGw1IDV2LTYuNzNsNC4yNSA0LjI1Yy0uNjcuNTItMS40Mi45My0yLjI1IDEuMTh2Mi4wNmMxLjM4LS4zMSAyLjYzLS45NSAzLjY5LTEuODFMMTkuNzMgMjEgMjEgMTkuNzNsLTktOUw0LjI3IDN6TTEyIDRMOS45MSA2LjA5IDEyIDguMThWNHonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+)
}

.btn-musica {
    z-index: 10000;
    background: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    height: 48px;
    width: 240px;
    border-radius: 32px;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    border: 1px solid #f2f2f2;
    outline: none;
    overflow: hidden;
    transition: all .6s ease-in-out;
    display: var(--visibilidad-musica)
}

.btn-video {
    width: 120px;
    padding: 14px 0;
    margin: 30px auto;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--color-titulos);
    font-size: 20px;
    color: var(--color-titulos);
    font-weight: 600
}

button.btn-musica:hover {
    width: 240px
}

.btn-musica i {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff
}

.btn-musica i div {
    opacity: .65;
    position: absolute;
    left: 5px;
    top: 12px;
    width: 26px;
    height: 26px
}

.btn-musica:before {
    font-size: 14px;
    width: 200px;
    left: 26px;
    text-align: left;
    top: 13px;
    position: absolute;
    content: var(--btn-texto-pausar)
}

.btn-musica.pausa:before {
    content: var(--btn-texto-reproducir)
}

.btn-musica.hide {
    width: 48px;
    box-shadow: 0 8px 15px rgba(0,0,0,.12)
}

.modal-bienvenida {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000000;
    background: var(--modal-bg);
    display: var(--modal-bienveida-display);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 30%;
    overflow: scroll;
}

.modal-bienvenida-body button {
    margin-top: 24px;
    width: 130px;
    padding: 14px 10px;
    border: var(--modal-border);
    text-align: center;
    border-radius: 24px
}

.modal-bienvenida-body {
    width: 80%;
    padding: 20px;
    max-width: 1200px;
    height: 100%;
    text-align: center;
    border-right: var(--modal-border);
    border-left: var(--modal-border);
    margin: 0 auto;
    position: relative
}

.modal-bienvenida .modal-intro-img {
    width: 340px;
    height: 480px;
    background-image: url(../img/Fotos1/intro.jpg);
    background-position: var(--modal-img-pos);
    border: 10px solid #ffffff;
    display: block;
    margin: 60px auto;
    background-size: cover;
    border-radius: 200px 200px 0 0
    
}

.modal-bienvenida h2 {
    font-size: 36px;
    margin-bottom: 12px;
    color: var(--modal-pareja-color);
    text-transform: capitalize
}

.br {
    display: block;
    margin-bottom: 0em;
}
  
.brmedium {
    display: block;
    margin-bottom: .5em;
}
  
.brlarge {
    display: block;
    margin-bottom: 1em;
}
.modal-lateral-nombres,.modal-lateral-fecha {
    position: absolute;
    left: 0;
    background: var(--modal-bg);
    transform-origin: left;
    transform: rotate(-90deg);
    width: 252px;
    top: 50%;
    text-align: center;
    margin-top: 126px;
    font-family: var(--modal-fuente-laterales);
    font-size: 28px;
    color: var(--modal-border-color);
    font-family: shellineFont;
}

.modal-lateral-fecha {
    right: 0;
    left: auto;
    transform-origin: right;
    transform: rotate(90deg);
    margin-top: 126px
}

* {
    box-sizing: border-box
}

button {
    border: none;
    background: 0 0;
    outline: none;
    cursor: pointer;
    color: inherit
}

button,select {
    color: var(--color-titulos)
}

.row:after {
    content: "";
    display: table;
    clear: both
}

body,html {
    height: 100%
}

body,.circulo-nombre,.circulo-fecha,.wrap-recomendacion,.contador-container>div,.form-reservacion input,.form-reservacion select,.form-reservacion textarea,.btn-grl,.galeria h3,.recomendaciones-section h2 a {
    font-family: var(--fuente-textos);
    font-style: normal
}

h1,h2,h3,.form-reservacion h4,.contador-container:before,.btn-vest {
    font-family: var(--fuente-titulos);
    font-style: italic
}

.intro-circulo,.intro-circulo p,.circulo-and,.propuesta h2 {
    font-family: var(--fuente-circulo-italic)
}

.btn-grl,.contador-container>div,.event-btn .btn-grl {
    font-weight: 300
}

h1,h2,h3,.select select,.recomendaciones-section p,.event-wrap,.contador-container>div:before,.instagram-logo-svg,.wrapper-form h1,.galeria h3 a,.col-info,.mesa p,.contador-container>div:before,.form-reservacion input,.form-reservacion select .form-reservacion h4,.iniciales,.contador-container:before,.intro-circulo,.wrap-send h1,.galeria h2,.galeria h3,.titulo-recomendacion,.vest-mask p {
    color: var(--color-titulos)
}

.wrap-info-modal li:before,.modal-wrap h3 span,.wrap-info-modal a {
    color: var(--modal-anchor)
}

.wrap-info-modal a {
    font-weight: 600
}

.event-hra,.contador-container>div,.ninos:before,.enviando::after {
    color: var(--color-bg-btn)
}

.btn-grl,.mouse-scroll,.propuesta,.propuesta h3,.btn-vest {
    color: #fff
}

.wrap-send:before {
    color: rgba(255,195,195,.1)
}

.wrap-social {
    text-align: center
}

.wrap-social .hashtag-social {
    font-family: var(--propuesta-fuente);
    font-size: 38px;
    display: block
}

.wrap-social a {
    display: block;
    /*vertical-align: bottom;*/
    text-decoration: none;
    font-size: 19px;
    width: 218px;
    border: 1px solid #000;
    margin: 0 auto;
    padding: 9px 5px;
    background: #fff
}

.wrap-social .filtro-social {
    margin-top: 16px;
    border-radius: 30px;
    color: inherit
}

.wrap-social img {
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
    margin-right: 6px
}

.container {
    margin: 0 auto;
    position: relative;
    width: 1024px
}

.main-container {
    position: relative;
    overflow: hidden
}

.col-info b {
    border: 1px solid #727475;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 15px;
    margin: 16px auto;
    display: block;
    width: 84px
}

.owl-carousel {
    margin-top: 42px
}

.select {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px 15px;
    width: 48%;
    float: right;
    color: inherit
}

.select:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #ccc transparent transparent transparent;
    z-index: 5;
    pointer-events: none
}

.select select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    appearance: none;
    font-size: 13px;
    border: none
}

.select select:focus {
    border: none;
    box-shadow: none
}

.btn-grl {
    background: var(--color-bg-btn);
    transition: all .3s;
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    margin: 0 4px;
    transition: .25s ease-in all;
    font-weight: 600;
    text-transform: uppercase
}

.btn-grl:after {
    background-color: var(--color-bg-btn);
    border-radius: 65px;
    transition: all .3s;
    z-index: -1;
    display: block;
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0
}

.btn-grl:hover:after {
    box-shadow: 0 6px 30px 10px var(--color-bg-btn-hover)
}

.intro,.propuesta,.reservacion {
    background-size: cover;
    position: relative
}

h1,h2,h3 {
    text-align: center
}

h2 {
    font-size: 30px;
    margin-bottom: 20px
}

h3 {
    font-size: 22px;
    margin-bottom: 14px
}



.hg-100 {
    min-height: 100vh;
    width: 100%;
    padding: 100px 0;
    position: relative;
    height: auto
}

footer {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #f7f7f7;
    background: #fbfbfb
}

footer img {
    width: 164px;
    margin-right: 10px;
    vertical-align: middle;
    max-width: 90%
}

footer a {
    font-size: 28px;
    text-decoration: none
}

.imHotels{
    max-width: 40vh;
}

.introA {
    text-align: center;
    background-image: url(../img/Fotos1/intro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: var(--portada-pos-full)
}
.btn-grl1 {
    
    background: #ffffffbe;
    transition: all .3s;
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    margin: 0 4px;
    transition: .25s ease-in all;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    bottom: var(--circulo-pos-full-bottom);
    top: var(--circulo-pos-full-top);
    z-index: 5;
    left: 50%;
    margin-left: -40px;
    text-align: center;
    font-size: 20px;
}
.intro {
    background-image: url(../img/Fotos1/portada1.jpg);
    background-position: var(--portada-pos-full)
}

.intro-circulo {
    background: rgba(221, 221, 221, 0.9);
    border-radius: 50%;
    width: 224px;
    height: 224px;
    position: absolute;
    bottom: var(--circulo-pos-full-bottom);
    top: var(--circulo-pos-full-top);
    z-index: 5;
    left: 50%;
    margin-left: -112px;
    
    text-align: center
}

.intro-circulo p {
    font-size: 22px;
    margin: 25px 0 28px
}

.circulo-nombre {
    font-size: 30px;
    margin: -2px;
    line-height: .5
}

.circulo-and {
    font-size: 22px;
    margin: 14px 0
}

.circulo-and:after,.circulo-and:before {
    content: "";
    width: 60px;
    height: 1px;
    vertical-align: middle;
    display: inline-block;
    background: #000;
    margin: 0 8px
}

.intro-circulo:after {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .24s ease-out all
}

.intro-circulo:hover:after {
    box-shadow: 0 0 30px 10px rgba(38,38,38,.18)
}

.circulo-fecha {
    font-size: 20px;
    margin-top: 30px
}

.mouse-scroll {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 25px;
    z-index: 2;
    opacity: .75;
    transform: translateX(-50%);
    text-decoration: none;
    font-size: 14px
}

.mouse-scroll span {
    display: inline-block;
    width: 25px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 15px;
    position: relative
}

.mouse-scroll span:before {
    width: 2px;
    height: 5px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: 10px;
    margin-left: 11px;
    display: block;
    content: "";
    -webkit-animation: 2s ease infinite mouse-down;
    -moz-animation: 2s ease infinite mouse-down;
    -ms-animation: 2s ease infinite mouse-down;
    -o-animation: 2s ease infinite mouse-down;
    animation: 2s ease infinite mouse-down
}

@-webkit-keyframes mouse-down {
    0% {
        top: 10px
    }

    50% {
        top: 15px
    }

    100% {
        top: 10px
    }
}

@-moz-keyframes mouse-down {
    0% {
        top: 10px
    }

    50% {
        top: 15px
    }

    100% {
        top: 10px
    }
}

@-o-keyframes mouse-down {
    0% {
        top: 10px
    }

    50% {
        top: 15px
    }

    100% {
        top: 10px
    }
}

@keyframes mouse-down {
    0% {
        top: 10px
    }

    50% {
        top: 15px
    }

    100% {
        top: 10px
    }
}

.modal-container {
    background: var(--modal-bg);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    display: none;
    overflow: scroll;
    top: 0;
    left: 0
}

.modal-wrap {
    width: 100%;
    left: 0%;
    position: absolute;
    border-left: var(--modal-border);
    padding: 20px;
    height: 100vh;
    text-align: center;
}

.modal-wrap-txt{
    font-family: 'Luxurious Roman'; 
    font-size: 22px;
    margin-bottom: 250px;
}
.modal-container .modal-lateral-nombres {
    z-index: 10;
    
    position: fixed
}

.modal-container .wrap-info-modal {
    padding: 20px 34px
}

.modal-container .wrap-info-modal ul {
    padding-top: 28px;
    padding-bottom: 18px;
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(0,0,0,.1)
}

.modal-container .wrap-info-modal h3 {
    font-size: 32px;
    margin-bottom: 42px;
    text-align: center;
    color: var(--modal-pareja-color)
}

.modal-container .wrap-info-modal h4 {
    font-size: 24px
}

.modal-container .wrap-info-modal .italics {
    font-style: italic
}

.modal-container .wrap-info-modal p {
    font-size: 22px;
    line-height: 34px;
    margin-top: 22px
}

.wrap-info-modal li,.modal-wrap li {
    margin-bottom: 18px;
    font-weight: 300;
    line-height: 24px;
    list-style: inside;
    font-size: 16px
}

.wrap-info-modal.text-center,.wrap-info-modal.text-center h3 {
    text-align: center
}

.wrap-info-modal.text-center li {
    list-style: none
}

.wrap-info-modal.text-center {
    text-align: center
}

.cerrar-modal {
    width: 32px;
    height: 32px;
    position: fixed;
    right: 20px;
    border-radius: 32px;
    top: 30px;
    z-index: 1000;
    background-color: var(--modal-bg);
    background-size: cover;
    background-image: url(../img/cerrar-btn-modal.svg)
}

.warning-covid {
    width: 100%;
    padding: 25px 20px 25px 90px;
    background: #000;
    color: #fff;
    position: relative;
    font-weight: 600;
    line-height: 23px
}

.warning-covid:after {
    content: "";
    background-image: url(../img/pared.jpg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    left: 30px;
    background-size: cover
}

.recomendaciones-section {
    padding: 86px 0
}

.recomendaciones-section h2 a {
    color: inherit;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 20px;
    display: block;
    margin: 10px auto;
    width: 220px
}

.recomendaciones-section h2 a img {
    width: 14px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle
}

.recomendaciones-section p {
    margin-bottom: 24px;
    padding: 0 12px;
    line-height: 22px
}

.titulo-recomendacion {
    font-size: 28px;
    margin: 18px 0 12px
}

.recomendaciones-texto {
    max-width: 640px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: block
}

.recomendaciones-section .owl-stage-outer {
    overflow: visible!important
}

.wrap-recomendacion {
    border: 1px solid #eee;
    padding: 0 0 10px;
    transition: .2s ease-in-out all;
    text-align: center;
    box-shadow: 0 0 50px 5px rgba(0,0,0,.05);
    border-radius: var(--border-radius-section);
    overflow: hidden
}

.wrap-recomendacion:hover {
    box-shadow: 0 0 50px 5px rgba(0,0,0,.15);
    transform: translate(0,-10px) scale(1.05,1.05)
}

.img-recomendacion img {
    width: 100%;
    max-height: 280px;
    overflow: hidden
}

.img-recomendacion img {
    width: 100%;
    height: auto
}

.wrap-recomendacion button,.wrap-recomendacion a {
    margin: 24px auto;
    display: block;
    font-size: 12px;
    height: 36px;
    max-width: 200px;
    line-height: 16px
}

.invitacion-section {
    padding: 100px 0;
    overflow: hidden;
    position: relative
}

.col-info {
    display: inline-block;
    width: 430px;
    vertical-align: top;
    text-align: center;
    padding: 0 12px
}

.image_Datos {
    min-height: 0vh;
    background-image: url(../Icons/2a.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px;
  }
  .image {
    min-height: 50vh;
    /*background-image: url(../Icons/2.jpg);*/
    background-color: #5B2367;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 75px;
    
  }
  
  .h3Phrase{
    font-family: JuliusFont; 
    font-size: 25px; 
    font-weight: 500;

  }
  .imageChron_Back{
    min-height: 10vh;
    /*background-image: url(../Icons/2.jpg);*/
    background-color: #5B2367;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
    align-items: center;
    justify-content: center;

  }

  .imCron{
    min-height: 60vh;
    background-image: url(../Icons/Cronograma_Horizontal.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    text-align: center;    
  }

  .content {
    background: white;
    padding: 45px;
    border-radius: 3px;
    text-align: center;
  }

.col-info h2 {
    display: inline-block;
    width: 100%
}

.foto-papas-padrinos {
    width: 290px;
    height: 290px;
    display: inline-block;
    position: relative;
    opacity: 1;
    overflow: hidden;
    border-radius: 50%
}
.foto-iglesia {
    background: url(../img/Fotos1/iglesia.jpg) no-repeat center;
    background-size: cover;
    float: center
}
.foto-salon {
    background: url(../img/Fotos1/salon.jpg) no-repeat center;
    background-size: cover;
    float: center
}
.foto-papas {
    background: url(../img/Fotos1/image1.jpeg) no-repeat center;
    background-size: cover;
    float: center;
    
}
.foto-BGcarrosa {
    background: url(../img/Fotos1/carrosa.jpg) no-repeat center;
    background-size: cover;
    float: center
}

.foto-padrinos {
    background: url(../img/Fotos1/padrinos.jpg) no-repeat center;
    background-size: cover;
    float: center
}

.foto-novios {
    width: 290px;
    height: 290px;
    display: inline-block;
    position: relative;
    opacity: 1;
    overflow: hidden;
    border-radius: 50%
}

.foto-novio {
    background: url(../img/Fotos1/im1.jpg) no-repeat center;
    background-size: cover;
    float: right
}

.foto-novia {
    background: url(../img/Fotos1/im2.jpg) no-repeat center;
    background-size: cover;
    float: left
}

.invitacion-texto {
    line-height: 24px;
    margin-bottom: 22px
}

.col-info p {
    margin-bottom: 18px;
    font-size: 18px
}

.event-container {
    display: flex;
    margin-top: 46px
}

.ceremonia-wrap {
    border-right: 1px solid #ffffff
}
.bodyA{

    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
    overflow: hidden;
    background-size: 100%;
    

}

#fontTitle{
    font-family: 'Gideon Roman';
    font-size:25px;
    
}
#fontTitle1{
    font-family: 'Gideon Roman';
    font-size:30px;
    font-weight: 600px;
}

#fontNames{
    font-family: 'Luxurious Roman';
    font-size: 25px;
}

#papas-Title{
    font-size:13px;
    margin-top: 50px;    
    float:center;
    width:100%;
    background:#ffffff;
    padding-left: 20%;
    padding-right: 20%;
}

#padrinos-Title{
    margin-top: 195px;    
    margin-bottom:40px;    
    width:100%;
    background:hsl(0, 0%, 100%);
}

#box1{
    margin-top: 10px;
    float:left;
    width:50%;
    background:#ffffff;
}
#box2{
    margin-top: 10px;
    
    float:left;
    width:50%;
    background:#ffffff;
}
#box3{
    
    width:100%;
    background:#ffffff;
    margin-bottom: 30px;
}

.event-wrap {
    float:left();
    width: 50%;
    flex-grow: 1;
    text-align: center;
    margin-top: 30px;
}

.event-wrapPapas {
    width: 100%;
    flex-grow: 1;
    padding: 0 42px;
    text-align: center;
    margin-top: 75px;
}

.event-hra {
    border: 1px solid var(--color-bg-btn);
    color: var(--color-bg-btn);
    border-radius: 30px;
    width: 114px;
    font-size: 20px;
    padding: 10px;
    display: inline-block;
    font-weight: 600;
    vertical-align: middle
}

.event-btn {
    margin-top: 26px
}

.event-wrap p {
    line-height: 26px
}

.contador-container {
    text-align: center;
    margin: 94px auto 38px;
    width: 430px;
    border: 1px solid var(--color-bg-btn);
    padding: 20px 0 40px;
    position: relative;
    border-radius: 4px;
    white-space: nowrap
}

.contador-container:before {
    content: var(--contador-faltan);
    position: absolute;
    top: -60px;
    background: #faf2ff;
    width: 160px;
    display: block;
    font-size: 82px;
    left: 50%;
    margin-left: -80px
}

.contador-container>div {
    text-align: center;
    font-size: 42px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 16px;
    color: var(--color-bg-btn)
}

.contador-container>div:before {
    content: var(--contador-dias);
    position: absolute;
    font-size: var(--contador-texto-px);
    bottom: -20px;
    text-align: center;
    width: 100%
}

.contador-container>div:nth-child(2):before {
    content: var(--contador-hrs)
}

.contador-container>div:nth-child(3):before {
    content: var(--contador-mins)
}

.contador-container>div:nth-child(4):before {
    content: var(--contador-segs)
}

.contador-container>div:nth-child(4):after {
    display: none
}

.propuesta {
    background-image: url(../img/Fotos/F3.jpeg);
    padding: 100px 0 340px;
    overflow: hidden;
    background-position: var(--propuesta-pos-full)
}

.propuesta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,.2);
    background: linear-gradient(0deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.6) 74%)
}

.propuesta h2 {
    color: inherit;
    margin-top: 28px
}

.propuesta .container {
    z-index: 100;
    max-width: 600px;
    padding: 0 20px 140px 0
}

.propuesta h3 {
    margin-bottom: 34px;
    font-size: 28px;
    line-height: 36px
}

.propuesta p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px
}

.propuesta .comillas:before,.propuesta .comillas:after {
    content: 'â€œ';
    font-size: 42px;
    position: relative;
    top: 12px;
    line-height: 0;
    font-family: var(--fuente-circulo-italic)
}

.propuesta .comillas:after {
    content: 'â€'
}

.propuesta-wrap {
    background: var(--modal-bg);
    text-align: center;
    padding-bottom: 160px
}

.propuesta-text {
    position: relative;
    left: 10%;
    padding: 80px 20px 90px;
    width: 80%;
    position: relative;
    text-align: center;
    color: var(--propuesta-color)
}

.propuesta-text:before {
    content: "";
    left: -20px;
    top: 40px;
    background-image: url(../img/comillas.svg);
    position: absolute;
    width: 120px;
    height: 120px;
    opacity: .4;
    background-size: cover
}

.propuesta-text h3 {
    font-size: 46px;
    font-family: var(--propuesta-fuente)
}

.propuesta-text p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px
}

.propuesta-text h2 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    font-family: var(--fuente-textos)
}

.propuesta-img {
    background-image: url(../img/Fotos1/propim.jpg);
    color: #fff;
    overflow: hidden;
    background-position: var(--propuesta-pos-full);
    text-align: center;
    position: relative;
    background-size: cover;
    max-height: var(--propuesta-max-height-full);
    height: var(--propuesta-height-full);
    width: 80%;
    left: 10%;
    top: -140px;
    border-radius: var(--border-radius-section)

}

.propuesta-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,0);
    background: linear-gradient(0deg,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 100%)
}

.reservacion-section {
    background: #f9f9f9;
    padding: 68px 0
}

.form-reservacion {
    position: relative;
    padding: 34px 40px;
    width: 90%;
    max-width: 880px;
    border: #e2e2e2 1px solid;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 50px 5px rgba(0,0,0,.05);
    border-radius: var(--border-radius-section);
    overflow: hidden
}

.form-reservacion .btn-grl {
    margin: 0 auto;
    font-size: 20px;
    display: block;
    max-width: 260px;
    border: 0;
    width: 100%;
    z-index: 10000;
    cursor: pointer
}

.form-reservacion .btn-grl:after {
    width: 100%;
    height: 100%
}

.mdl-2 {
    width: 48%;
    width: calc(50% - 12px);
    float: left
}

.mdl-2:nth-child(2) {
    float: right
}

.iniciales {
    border: 1px solid #707070;
    right: 40px;
    top: 30px;
    border-radius: 6px;
    padding: 7px;
    text-align: center;
    font-size: 20px;
    width: 32px;
    position: absolute;
    background: #fff;
    opacity: .76
}

.iniciales span {
    display: block
}

.divisor {
    background: #707070;
    width: 100%;
    height: 1px;
    margin: 6px 0
}

.form-reservacion h4 {
    font-size: 34px
}

.ninos {
    display: block;
    width: calc(100% - 30px);
    margin-bottom: 54px
}

.ninos:before {
    content: "*"
}

.form-reservacion .row {
    margin: 24px 0
}

.form-reservacion input,.form-reservacion select {
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 42px;
    padding: 0 24px;
    font-size: 20px;
    margin-top: 8px;
    transition: .18s ease-in all;
    box-shadow: 0 0 12px rgba(156,156,156,.14);
    background: #fff;
    border-radius: 2px
}

.form-reservacion select,.form-reservacion input,.form-reservacion textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none
}

.form-reservacion select:focus,.form-reservacion input:focus,.form-reservacion textarea:focus {
    border: #b3947f 1px solid;
    outline: 0;
    box-shadow: 0 0 22px rgb(179 148 127)
}

.form-reservacion textarea {
    border-radius: 2px;
    border: 1px solid #e2e2e2;
    width: 100%;
    box-shadow: 0 0 12px rgba(156,156,156,.14);
    resize: none;
    padding: 16px 24px;
    height: 120px;
    font-size: 20px;
    margin-top: 8px
}

.form-reservacion label {
    font-size: 16px
}

.reservacion {
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #fff
}

.reservacion .container {
    position: relative
}

.reservacion .container>h3 {
    font-size: 16px;
    margin-bottom: 24px
}

.wrapper-form {
    width: 60%;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0,0,0,.2);
    padding: 15px;
    transform: rotate(-12deg);
    margin-top: 50px;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    min-height: 380px
}

.wrapper-form {
    transform: rotate(12deg);
    right: 0;
    margin-top: 100px;
    padding: 40px;
    overflow: hidden
}

.wrapper-form h1 {
    font-size: 30px;
    line-height: 46px;
    margin-top: 10%
}

.wrapper-form button {
    border: 0;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    outline: none
}

.wrapper-form input {
    border-color: #ccc;
    width: calc(50% - 8px);
    height: 38px
}

.wrapper-form input {
    float: left
}

.wrapper-form input:last-child {
    float: right
}

@keyframes border-one {
    0% {
        width: 0
    }

    10% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@keyframes border-two {
    0% {
        height: 0
    }

    10% {
        height: 0%
    }

    20% {
        height: 100%
    }

    100% {
        height: 100%
    }
}

@keyframes border-three {
    0% {
        width: 0
    }

    20% {
        width: 0%
    }

    30% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@keyframes border-four {
    0% {
        height: 0
    }

    30% {
        height: 0%
    }

    40% {
        height: 100%
    }

    100% {
        height: 100%
    }
}

@keyframes line-one {
    0% {
        left: 25%;
        width: 0
    }

    40% {
        left: 25%;
        width: 0%
    }

    43% {
        left: 25%;
        width: 50%
    }

    52% {
        left: 25%;
        width: 50%
    }

    54% {
        left: 25%;
        width: 0%
    }

    55% {
        right: 25%;
        left: auto
    }

    63% {
        width: 10%;
        right: 25%;
        left: auto
    }

    100% {
        width: 10%;
        right: 25%;
        left: auto
    }
}

@keyframes line-two {
    0% {
        width: 0
    }

    42% {
        width: 0%
    }

    45% {
        width: 50%
    }

    53% {
        width: 50%
    }

    54% {
        width: 0%
    }

    60% {
        width: 50%
    }

    100% {
        width: 50%
    }
}

@keyframes line-three {
    0% {
        width: 0
    }

    45% {
        width: 0%
    }

    48% {
        width: 50%
    }

    51% {
        width: 50%
    }

    52% {
        width: 0%
    }

    100% {
        width: 0%
    }
}

@keyframes box {
    0% {
        opacity: 1;
        margin-left: 0;
        height: 50px;
        width: 40px
    }

    55% {
        margin-left: 0;
        height: 50px;
        width: 40px
    }

    60% {
        margin-left: 0;
        height: 35px;
        width: 50px
    }

    74% {
        msthin-left: 0
    }

    80% {
        margin-left: -50px;
        opacity: 1
    }

    90% {
        height: 35px;
        width: 50px;
        margin-left: 50px;
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.owl-carousel .owl-item img {
    position: relative;
    z-index: 2
}

section.galeria .item:after {
    border: 30px solid rgba(255,255,255,.26);
    backdrop-filter: blur(2px);
    z-index: 0
}

section.galeria {
    background: url(../img/Fotos1/carrosa.jpg) no-repeat;
    background-size: cover!important
}

section.galeria {
    background: url(../img/Fotos1/carrosa.jpg) no-repeat;
    background-size: cover!important
}

.galeria h2 {
    text-shadow: 1px 1px 0 #8f8f8f
}

.galeria .item {
    position: relative;
    padding: 30px;
    border-style: solid;
    border-width: var(--galeria-border-width);
    border-top-color: #333;
    border-right-color: #000;
    border-bottom-color: #333;
    border-left-color: #000;
    box-shadow: 2px 2px 4px rgba(0,0,0,.6);
    max-width: 582px;
    max-height: auto;
    z-index: 1000;
    overflow: hidden
}

.galeria .item:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
    border: 30px solid #fff
}

.galeria {
    background: url(../img/Fotos1/carrosa.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0
}

.galeria h2 {
    text-shadow: 1px 1px 0 #8f8f8f
}

.owl-stage-outer {
    padding: 5px 0
}

.owl-item {
    transition: .6s ease-out 100ms
}

.galeria2 {
    background: url(../img/Fotos1/fondo.jpg) no-repeat;
    background-size: cover;
    
    display: block;
  margin-left: auto;
  margin-right: auto;
}
.galeria2-wrap{
    background: url(../img/Fotos1/fondo.jpg) no-repeat;
    background-size: cover;
    
    display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 170px;
}
.galeria3 {
    background: url(../img/Fotos1/fondo.jpg) no-repeat;
    background-size: cover;
    padding: 0px 0
}
.galeria4 {
    background: url(../img/Fotos1/fondo.jpg) no-repeat;
    background-size: cover;
    padding: 0px 0
}

.galeria2 .owl-item:nth-child(odd) {
    margin-top: 30px;
    transform: rotate(12deg)
}

.galeria2 .owl-item:nth-child(even) {
    transform: rotate(-12deg)
}

.galeria2 .owl-item:nth-child(3n+4) {
    margin-top: 6px;
    transform: rotate(-6deg)
}

.galeria2 .owl-stage {
    padding: 70px
}

.galeria2 .owl-item:hover {
    z-index: 10000;
    transform: scale(1.1) rotate(0)
}

.galeria2 .owl-item:hover .item {
    box-shadow: 0 0 60px rgb(0 0 0/28%)
}

.galeria2 .item {
    position: relative;
    max-width: 582px;
    max-height: auto;
    z-index: 1000;
    overflow: hidden;
    border: 8px solid #fff
}

.rec-vestimenta:first-letter {
    text-transform: uppercase
}

.owl-dots {
    text-align: center;
    margin-top: 24px;
    opacity: .8
}

.owl-dot {
    background: #ccc;
    display: inline-block;
    width: 38px;
    height: 6px;
    border-radius: 3px;
    margin: 0 5px;
    position: relative
}

.owl-dot.active {
    background: #666;
    width: 38px
}

.mesa {
    padding: 100px 0
}

.mesa a {
    margin: 0 auto;
    width: 300px;
    display: block;
    transition: .25s ease-out all;
    padding: 6px 12px 22px 6px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-size: 24px
}

.mesa p {
    width: 600px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
    margin: 0 auto 12px
}

.mesa a span {
    font-size: 16px;
    display: block;
    width: 138px;
    margin: 0 auto
}

.mesa .wrap-logos {
    margin-top: 36px
}

.mesa a:hover {
    box-shadow: 0 16px 90px -20px rgba(0,0,0,.12)
}

.mesa img {
    width: 100%;
    height: auto
}

.wrap-send {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    display: none;
    background: rgba(255,255,255,.96);
    padding: 48px;
    z-index: 100000
}

.wrap-send h1 {
    font-size: 30px;
    line-height: 60px
}

.wrap-send:before {
    content: "â¤";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 560px
}

.enviando {
    height: 50px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.enviando::after {
    content: 'Confirmando...';
    font-weight: 700;
    position: absolute;
    bottom: -56px;
    left: -46px;
    font-size: 22px
}

.box {
    position: relative;
    height: 50px;
    width: 40px;
    animation: box 5s infinite linear
}

.border {
    background: var(--modal-bg);
    position: absolute
}

.border.one {
    height: 4px;
    top: 0;
    left: 0;
    animation: border-one 5s infinite linear
}

.border.two {
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    animation: border-two 5s infinite linear
}

.border.three {
    bottom: 0;
    right: 0;
    height: 4px;
    width: 100%;
    animation: border-three 5s infinite linear
}

.border.four {
    bottom: 0;
    left: 0;
    height: 100%;
    width: 4px;
    animation: border-four 5s infinite linear
}

.line {
    height: 4px;
    background: var(--modal-bg);
    position: absolute;
    width: 0%;
    left: 25%
}

.line.one {
    top: 25%;
    width: 0%;
    animation: line-one 5s infinite linear
}

.line.two {
    top: 45%;
    animation: line-two 5s infinite linear
}

.line.three {
    top: 65%;
    animation: line-three 5s infinite linear
}
.image-cronograma{
    width: 100%;
    height: 800px;
    background-color: rgb(255, 255, 255);;
    background-image: url(../Icons/Cronograma_Horizontal.png); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1300px;
    font-size: 80px;    
    
}

@media(max-width: 1424px) {
    .container {
        width:100%
    }

    .invitacion-section .container {
        width: 840px
    }

    .foto-novia {
        left: 0
    }

    .foto-novio {
        right: 0;
        top: 0;
        position: absolute
    }

    .invitacion-section .col-info {
        padding-top: var(--fotos-padding-l);
        margin: 0 auto;
        display: block
    }
    .image-cronograma{
        width: 100%;
        height: 850px;
        background-color: rgb(255, 255, 255);;
        background-image: url(../Icons/Cronograma_Vert.png); 
        background-repeat: no-repeat;
        background-position: center;
        background-size: 410px;
        font-size: 40px;
    }
}

@media(max-width: 1080px) {
    .h3Phrase{
        font-family: JuliusFont; 
        font-size: 15px; 
        font-weight: 500;
    
      }
    .select {
        width:100%
    }

    .invitacion-section .container {
        width: 90%
    }

    .foto-novios {
        width: 214px;
        height: 214px
    }

    .invitacion-section .col-info {
        padding-top: var(--fotos-padding-l)
    }
    
}

@media(max-width: 880px) {

    .recomendaciones-section h2 a {
        color: inherit;
        font-size: 12px;
        text-decoration: none;
        border: 1px solid #ccc;
        padding: 4px 10px;
        border-radius: 20px;
        display: block;
        margin: 10px auto;
        width: 220px
    }

    .propuesta-text h3 {
        font-size: 36px;
        font-family: var(--propuesta-fuente)
    }
    .propuesta-img {
        background-image: url(../img/Fotos1/propimSmll.jpg);
        color: #fff;
        overflow: hidden;
        background-position: var(--propuesta-pos-full);
        text-align: center;
        position: relative;
        background-size: cover;
        max-height: var(--propuesta-max-height-full);
        height: var(--propuesta-height-full);
        width: 80%;
        left: 10%;
        top: -140px;
        border-radius: var(--border-radius-section)
    
    }
    .hg-100 {
        min-height:100vh
    }

    * {
        box-sizing: border-box;
      }
      
      body {
        margin: 0;
      }
      
      .image_Datos {
        min-height: 1vh;
        background-image: url(../Icons/2a.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 5px;
      }

      .imageChron_Back{
        min-height: 90vh;
        /*background-image: url(../Icons/2.jpg);*/
        background-color: #5B2367;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 35px;
      }
    
      .imCron{
        min-height: 90vh;
        background-image: url(../Icons/Cronograma_Vert.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 15px;
      }

      .imHotels{
        max-width: 20vh;
    }
      .propuesta-text {
        position: relative;
        left: 10%;
        padding: 80px 20px 90px;
        width: 80%;
        position: relative;
        text-align: center;
        color: var(--propuesta-color);
        font-size: 5px;
      }

      .propuesta-img {
        background-image: url(../img/Fotos1/propimSmll.jpg);
        color: #fff;
        overflow: hidden;
        background-position: var(--propuesta-pos-full);
        text-align: center;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        max-height: 80vh;
        height: var(--propuesta-height-full);
        width: 80%;
        left: 10%;
        top: -140px;
        border-radius: var(--border-radius-section);
        margin-top: -100px;
        
    }

      .image {
        min-height: 50vh;
        /*background-image: url(../Icons/2.jpg);*/
        background-color: #5B2367;
        
        background-size: cover;
        background-repeat: no-repeat;
        padding: 15px;
        margin-top: 0px;
      }
      
      .content {
        background: white;
        padding: 15px;
        border-radius: 3px;
        text-align: center;
      }

    #fontTitle{
        font-family: 'Gideon Roman';
        font-size:19px;
    }
    #fontTitle1{
        font-family: 'Gideon Roman';
        font-size:23px;
        font-weight: 600px;
    }

    #fontNames{
        font-family: 'Luxurious Roman';
        font-weight: 600;
        font-size: 18px;
    }

    #papas-Title{
        font-size:13px;
        margin-top: 50px;    
        float:center;
        width:100%;
        background:#ffffff;
        
    }
    
    #padrinos-Title{
        margin-top: 220px;    
        margin-bottom: 20px;    
        width:100%;
        background:#ffffff;
    }
    
    #box1{
        margin-top: 10px;
        float:left;
        width:100%;
        background:#ffffff;
    }
    #box2{
        margin-top: 10px;
        
        float:left;
        width:100%;
        background:#ffffff;
    }
    #box3{
        
        width:100%;
        background:#ffffff;
        margin-bottom: 30px;
    }

   .iniciales {
        top: 30px
    }

    .mesa p {
        width: 90%
    }

    .invitacion-section .col-info {
        padding-top: var(--fotos-padding-l)
    }

    .invitacion-section {
        padding-top: 40px
    }

    .propuesta {
        background-position: center
    }

    .recomendacion {
        display: none
    }

    .vestimenta-section a {
        width: 100%
    }

    .event-btn .btn-grl,.event-btn .event-hra {
        width: 148px;
        display: block;
        margin: 12px auto;
        height: 42px;
        line-height: 21px
    }
}

@media(max-width: 640px) {

    .modal-bienvenida .modal-intro-img {
        max-width:260px;
        height: 350px;
        border: 6px solid #fff
    }
   
    .abc{
        font-family: JuliusFont; 
        font-size: 20px; 
        font-weight: 500;
    
      }

    .ninos {
        margin-top: 18px
    }

    .foto-novios {
        left: 50%;
        margin-left: -107px
    }

    .foto-novio {
        top: 230px
    }

    .invitacion-section .col-info {
        padding-top: var(--fotos-padding-m);
        width: 100%
    }

    .contador-container {
        width: 92%
    }

    .contador-container>div {
        font-size: 38px
    }

    .contador-container>div:before {
        font-size: 18px
    }

    .wrap-send:before {
        content: ""
    }

    .wrap-gracias {
        width: 90%;
        margin-left: -45%
    }

    .wrap-gracias a.btn-grl {
        width: 100%
    }

    .vest-mask p {
        margin-top: 42%
    }

    .intro {
        background-position: var(--portada-pos-small);
        background-image: url(../img/Fotos1/Portada_Small.jpg),url(../img/Fotos1/Portada_Small.jpg);
    }

    .intro-circulo {
        bottom: 10px;
        top: auto
    }

    .top-circulo.intro-circulo {
        top: 10px;
        bottom: auto
    }

    .propuesta {
        background-image: url(../img/Fotos1/IMG_4121.jpg),url(../img/Fotos1/IMG_4121.jpg)
    }

    .event-container {
        display: block
    }

    .event-wrap {
        width: 100%;
        padding: 24px 0
    }

    .event-btn .btn-grl,.event-btn .event-hra {
        display: inline-block;
        margin: 0 4px;
        width: 124px
    }

    .ceremonia-wrap-names {
        border: 5px solid;
        position: relative;
        vertical-align: top;
        
        transform: translate(0, -50%);
        padding: 10px;
    }

    .ceremonia-wrap {
        border-right: none;
        
    }

    div.mdl-2 {
        width: 100%;
        margin-bottom: 10px
    }

    .form-reservacion .row {
        margin: 0
    }

    .form-reservacion .btn-grl {
        margin-top: 24px
    }

    .form-reservacion h4 {
        font-size: 28px;
        width: calc(100% - 15px)
    }

    .warning-covid:after {
        left: 50%;
        margin-left: -20px
    }

    .warning-covid {
        padding: 90px 18px 18px
    }

    .wrap-info-modal img {
        width: 100%
    }
    .btn-grl1 {
    
        background: #ffffffbe;
        transition: all .3s;
        
        padding: 10px 20px;
        border-radius: 30px;
        text-decoration: none;
        margin: 0 10px;
        transition: .25s ease-in all;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        bottom: 150px;
        top: var(--circulo-pos-full-top);
        z-index: 5;
        left: 50%;
        margin-left: -55px;
        text-align: center;
        font-size: 18px;
    }
}

@media(max-width: 430px) {
    .contador-container>div {
        font-size:38px
    }

    .barra-comprar h3 {
        font-size: 15px
    }

    .btn-invitacion a {
        display: block;
        margin: 10px 0
    }

    .propuesta {
        padding: 40px 0 160px
    }

    .hg-100 {
        padding: 40px 0
    }

    .wrapper-form {
        transform: rotate(-2deg);
        margin-top: 20px;
        width: 98%;
        padding: 30px 24px;
        right: 0
    }

    .wrapper-form textarea {
        height: 94px
    }

    .galeria {
        padding: 70px 0 40px
    }

    .mesa a {
        width: 90%
    }

    .contador-container {
        width: 100%
    }
}
