@font-face{font-display:swap;font-family:Canva Sans;font-style:normal;font-weight:400 700;src:url(../assets/fonts/a9b8e7902ec1ab885d382156f33738e5.woff2) format("woff2"),url(../assets/fonts/013277426f0d555d96c7a75503df5754.woff) format("woff");unicode-range:u+00b1-00b3,u+00b9,u+00bc-00be,u+0394,u+03a9,u+03bc,u+03c0,u+2044,u+2070,u+2074-2089,u+2126,u+212e,u+2153-2154,u+215b-215e,u+2202,u+2206,u+220f,u+2211-2212,u+2215,u+2219,u+221a,u+221e,u+222b,u+2248,u+2260,u+2264-2265,u+25ca}@font-face{font-display:swap;font-family:Canva Sans;font-style:normal;font-weight:400 700;src:url(../assets/fonts/d97a6ffa507b670a5b1664f98fc1183d.woff2) format("woff2"),url(../assets/fonts/1de7434d86166b0614ff3d61cda11a54.woff) format("woff");unicode-range:u+00a1,u+00aa-00ab,u+00af,u+00b8,u+00ba-00bb,u+00bf,u+00c0-00d6,u+00d8-00f6,u+00f8-0148,u+014a-017e,u+0192,u+01b5-01b6,u+01fc-01fd,u+0218-021b,u+0237,u+02c6-02c7,u+02c9,u+02d8-02dd,u+1e80-1e85,u+1e9e,u+1ef2-1ef3,u+2030,u+2039-203a,u+20ac,u+20ba,u+2113}@font-face{font-display:swap;font-family:Canva Sans;font-style:normal;font-weight:400 700;src:url(../assets/fonts/cff149ee1e9d2be50ac77bcd86769d05.woff2) format("woff2"),url(../assets/fonts/f93a5165fac252ecfd593929c4e6146f.woff) format("woff");unicode-range:u+0020-007e,u+00a0,u+00a2-00a9,u+00ac-00ae,u+00b0,u+00b4-00b7,u+00d7,u+00f7,u+0300-0304,u+0306-0308,u+030a-030c,u+0312,u+0326-0328,u+2013-2014,u+2018-201a,u+201c-201e,u+2020-2022,u+2026,u+2117,u+2120,u+2122,u+2190-2199,u+fb01-fb02,u+feff,u+fffc-fffd}
/*# sourceMappingURL=sourcemaps/static_font_4.ltr.css.map*/
.sobre {
    position: absolute !important;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    background-color: #ffffff00;
}

.petalo {
    position: absolute !important;
    width: 50%;
    height: 100%;
    background-image: url(../assets/papel1.png);
    background-size: cover;
    background-color: #000000;
    border: 1vw solid #ffffff;
    z-index: 1;
    filter: brightness(104%);
    border: solid 0.2vw var(--line-sobre);
}

.petalo.left {
    left: 0;
    border-right: none;
    border-radius: 0 100% 100% 0;
    -webkit-box-shadow: 1vw 0.6vw 3vw 0.2vw rgba(0,0,0,0.41);
    box-shadow: 1vw 0.6vw 3vw 0.2vw rgba(0,0,0,0.41);
}

.petalo.right {
    right: 0;
    border-left: none;
    border-radius: 100% 0 0 100%;
    -webkit-box-shadow: 1vw 0.6vw 3vw 0.2vw rgba(0,0,0,0.41);
    box-shadow: 1vw 0.6vw 3vw 0.2vw rgba(0,0,0,0.41);
}

/*
@font-face {
    font-family: 'Carattere';
    src: url(../Fuentes/Carattere/Carattere-Regular.ttf);
}
    */

.sello {
    background-image: url(../assets/papel1.png) !important;
    background-size: cover;
    background: var(--color-sobre);
    border-radius: 1%;       
    text-align: center;
    outline: none;
    cursor: pointer;    
    position: absolute !important;
    text-align: center !important;
    width: 46vw;
    height: 46vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    filter: brightness(103%);
}


.sello-sombra{
    background-image: url(../assets/papel1.png) !important;
    background-size: cover;
    background: #d3d3d3;
    border: solid 0vw var(--line-sobre);
    z-index: 2;
    border-radius: 1%;    
    position: absolute !important;
    width: 50vw;
    height: 50vw;
    top: 50%;
    left: 50%;
    filter: brightness(106%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 1vw 0.6vw 3vw 0.2vw rgba(0,0,0,0.41);
    box-shadow: 1vw 0.6vw 3vw 0.2vw rgba(0,0,0,0.41);
}


.banda-sobre{
    background-image: url(../assets/papel1.png) !important;
    background-size: contain;
    background: var(--color-sobre);
    border: solid 1.4vw var(--line-sobre);
    z-index: 1;
    position: absolute !important;
    width: 100%;
    height: 32vw;
    top: 50%;
    left: 50%;
    filter: brightness(102%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 1vw 0.6vw 3vw 0.2vw rgba(0,0,0,0.41);
    box-shadow: 1vw 0.6vw 3vw 0.2vw rgba(0,0,0,0.41);
}

.sobre.open .petalo.left {
    transform: translateX(-100%);
}

.sobre.open .petalo.right {
    transform: translateX(100%);
}

.fondo-circulo {
    position: absolute !important;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
}
.fondo-mariposita {
    width: 40px;
    position: absolute;
    left: 20%;
    top: -30%;
}
.text-red{
    font-family: "YACgEX27qLg 0", auto;
    --cAuMqQ: 40.9981px;
    color: rgb(212, 123, 124);
    line-height: 57px;
    letter-spacing: 0em;
    --pY_8zA: 0;
    text-transform: none;
    --oJepFA: 0;
    --uYCVzQ: none;
    list-style-type: none;
}
.fondo-foto-1 {
    width: 200px;
}
.foto-1-container {
    touch-action: pan-x pan-y pinch-zoom;
    width: 198.498px;
    height: 219.821px;
    transform: translate(79.8395px, 119.915px);
}
.presentacion_cuatro{
    position: relative;
    height: 100vh;
    width: 100%;
    background: url("../assets/fondos/fondo1.jpg");
    background-size: cover;
}
.presentacion_cinco{
    position: relative;
    height: 100vh;
    width: 100%;
    background: url("../assets/fondos/fondo1.jpg");
    background-size: cover;
}
.presentacion_seis {
    position: relative;
    height: 100vh;
    width: 100%;
    background: url(../assets/fondos/fondo-7.jpg);
    background-size: auto 104%;
    background-position: center;
}
img.fondo-presentacion7 {
    width: 100%;
}
.cuenta.aparecer {
    position: absolute !important;
    top: 40%;
    left: 5%;
    width: 85%;
    background: rgb(176, 147, 104);
    padding: 10px;
}
.text-faltan {
    text-align: center;
    top: 25%;
    font-size: 5rem;
}
.fecha {
    position: absolute !important;
    top: 70%;
    left: 34%;
}
.texto-contenido4 {
    position: absolute !important;
    left: 10%;
    top: 26%;
    margin: 0 auto;
    display: block;
    width: 80%;
    text-align: center;
    font-size: 1.2rem;
}
p.texto-contenido4-2 {
    font-size: 2rem;
    padding: 0;
    margin: 0;
}
.texto-contenido4-3 {
    text-align: right;
    padding-right: 30px;
    font-size: 1.8rem;
    margin: 0;
}
img.fondo-foto-2 {
    width: 100%;
}
.fondo-presentacion4 {
    width: 100%;
}
.presentacion_tres{
    position: relative;
    height: 100vh;
    width: 100%;
    background: url("../assets/fondos/fondo1.jpg");
    background-size: cover;
}
.presentacion_dos{
    position: relative;
    height: 100vh;
    width: 100%;
    background: url("../assets/fondos/fondo1.jpg");
    background-size: cover;
    background-color: #000000;
    color: black;
    font-size: 2vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenedor_textos3{
    text-align: center;
    margin-top: 130px;
}
.text_presentacion_cumple3{
    font-size: 1.1rem;
    font-family: "YAF3uXdINS0 0", auto;
    color: rgb(176, 147, 104);
    font-size: 60px;
    padding: 0px !important;
    margin: 0px;
}
.fondo-presentacion2 {
    position: absolute !important;
    width: 100%;
    height: 92%;
    object-fit: fill;
    z-index: 0 !important;
    display: block !important;
    top: 4%;
}
.texto-presentacion2 {
    font-size: 1.1rem;
    padding: 50px;
    top: 0%;
}
.texto-presentacion3 {
    font-size: 1.1rem;
    padding: 50px;
    top: 0%;
}
.font_cursive1{
    font-family: "YACgERSYqTw 0", auto;
}
.fondo-corona-2{
    width: 80%;
    display: block;
    margin: 10px auto;
}

.rosa-left-top-fondo 
{
    width: 180px;
    height: auto;
    position: absolute !important;
    top: 5px;
    left: 5px;
}
.rosa-left-top{
    width: 120px;
    height: auto;
    position: absolute !important;
    top: 20px;
    left: 20px;
}
.quince-left-down{
    width: 210px;
    height: auto;
    position: absolute !important;
    left: 5px;
    bottom: 5px;
    z-index: 5;
}
.down{
    z-index: 3;
}
.sup{
    z-index: 4;
}

.texto-contenido7 {
    position: absolute !important;
    left: 10%;
    top: 20%;
    margin: 0 auto;
    display: block;
    width: 80%;
    text-align: center;
    z-index: 5 !important;
}
img.fondo-presentacion7 {
    width: 60%;
}
a.link-parroquia {
    display: block;
    width: 60%;
    background: #b09369;
    text-decoration: none;
    color: black;
    padding: 10px;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    box-shadow: 0px 2px 3px 2px black;
}
.texto-contenido8 {
    position: absolute !important;
    left: 10%;
    top: 20%;
    margin: 0 auto;
    display: block;
    width: 80%;
    text-align: center;
    z-index: 5 !important;
}
img.fondo-recepcion {
    width: 60%;
}
a.link-recepcion {
    display: block;
    width: 60%;
    background: #b09369;
    text-decoration: none;
    color: black;
    padding: 10px;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    box-shadow: 0px 2px 3px 2px black;
}

.texto-contenido9 {
    position: absolute !important;
    left: 10%;
    top: 20%;
    margin: 0 auto;
    display: block;
    width: 80%;
    text-align: center;
}
#confirmar_asistencia .texto-contenido9{
    position: absolute !important;
    left: 10%;
    top: 10%;
    margin: 0 auto;
    display: block;
    width: 80%;
    text-align: center;
}
img.img-dama{
    width: 100px;
}
img.img-caballero {
    width: 70px;
}
p.texto-contenido9-3 {
    padding: 25px;
}



.texto-contenido10 {
    position: absolute !important;
    left: 10%;
    top: 20%;
    margin: 0 auto;
    display: block;
    width: 80%;
    text-align: center;
}
img.sobres{
    width: 100px;
}
.pinyon-script-regular {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
}
.great-vibes-regular {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}
  

.destellos:before {
    content: " ";
    background: url(../assets/fondos/destellos.gif);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0%;
    left: 0%;
    background-size: 90%;
    background-position: center;
}

.texto-contenido9 > p {
    margin: 0;
}
.texto-contenido9 {
    padding: 0;
    margin: 0;
}
.font_size_1 {
    font-size: 1rem;
}
.font_size_1_5 {
    font-size: 1.5rem;
}
.font_size_2 {
    font-size: 2rem;
}
.font_size_2_5 {
    font-size: 2.5rem;
}
.font_size_3 {
    font-size: 3rem;
}
.texto-contenido8 > p , .texto-contenido7 > p {
    margin: 2px;
}