.carru[data-v-0d0e632c] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7,1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    place-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
    color: #fff
}

#photo[data-v-0d0e632c] {
    width: 60rem!important;
    height: 30rem!important
}

.frame-carrusel[data-v-0d0e632c] {
    width: 30%
}

#novios[data-v-0d0e632c] {
    font-family: swanmoment
}

#marco[data-v-0d0e632c] {
    padding: .8rem;
    border: solid 1px var(--btn)
}

@media (max-width: 768px) {
    #photo[data-v-0d0e632c] {
        width:19rem!important;
        height: 9rem!important
    }

    .carru[data-v-0d0e632c] {
        height: 9rem;
        width: 19rem!important
    }

    .frame-carrusel[data-v-0d0e632c] {
        width: 50%
    }

    #novios[data-v-0d0e632c] {
        font-size: .8rem
    }
}

.grandDay[data-v-c3351916] {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    place-items: center;
    color: var(--btn);
    #title[data-v-c3351916] {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 100
    }
}

.count[data-v-c3351916] {
    display: grid;
    grid-template-columns: 10rem repeat(4,1fr);
    gap: 1rem;
    place-items: center;
    background-color: var(--bg);
    box-shadow: 12px 0 35px -13px #000,-12px 0 35px -13px #000;
    height: 6rem
}

span.numeros[data-v-c3351916] {
    font-size: 3rem
}

#day[data-v-c3351916] {
    font-size: 5rem
}

.time[data-v-c3351916] {
    text-align: center
}

.textCount[data-v-c3351916] {
    text-align: center;
    background-color: var(--btn);
    height: 100%;
    width: 100%;
    color: var(--bg);
    display: grid;
    align-items: center;
    & p[data-v-c3351916] {
        font-family: var(--title);
        font-size: 1.5rem
    }
}

@media (max-width: 768px) {
    #center-flower[data-v-c3351916] {
        display:none
    }

    .count[data-v-c3351916] {
        grid-template-columns: 1fr;
        width: 80%;
        padding-bottom: 1rem;
        height: auto
    }

    .textCount[data-v-c3351916] {
        margin-top: 1.5rem;
        padding-top: 1rem;
        padding-bottom: .5rem;
        width: 100%;
        font-size: 1.2rem
    }

    #day[data-v-c3351916] {
        font-size: 3rem
    }

    .grandDay[data-v-c3351916] {
        #title[data-v-c3351916] {
            font-size: 1.5rem
        }
    }
}

.boyfriend[data-v-d154d63e] {
    padding-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
    width: 100%;
    justify-items: center;
    & h1[data-v-d154d63e] {
        text-align: center;
        grid-column: 1/4;
        font-family: var(--title);
        font-size: 2.5rem
    }
}

#title[data-v-d154d63e] {
    grid-column: 1/4;
    width: 25rem
}

.logo[data-v-d154d63e] {
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
    display: block
}

.card[data-v-d154d63e] {
    width: 18rem;
    box-shadow: 12px 0 35px -13px #000,-12px 0 35px -13px #000;
    .card-body[data-v-d154d63e] {
        padding: 10px
    }

    & span[data-v-d154d63e] {
        color: #b5b5b5;
        cursor: pointer;
        &[data-v-d154d63e]: hover {
            color:var(--bg2)
        }
    }
}

.card-header[data-v-d154d63e] {
    display: block;
    padding: 10px;
    background-color: var(--btn);
    color: var(--bg);
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    font-size: 1.5rem;
    text-align: center
}

.full-text2[data-v-d154d63e],.full-text3[data-v-d154d63e],.full-text[data-v-d154d63e] {
    display: none
}

@media (max-width: 768px) {
    .boyfriend[data-v-d154d63e] {
        grid-template-columns:1fr!important
    }

    #title[data-v-d154d63e] {
        grid-column: 1/2!important;
        width: 18rem!important
    }

    .card[data-v-d154d63e] {
        display: block;
        margin: 0 auto;
        width: 80%
    }
}

.gallery[data-v-0a6e6b65] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3rem 25rem;
    width: 100%;
    place-items: center
}

#title[data-v-0a6e6b65] {
    grid-column: 1/4;
    width: 25rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.img-container[data-v-0a6e6b65] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.img-container img[data-v-0a6e6b65] {
    height: 25rem;
    border-radius: 16px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition-property: transform,opacity,zIndex;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.arrows[data-v-0a6e6b65] {
    width: 900px;
    height: auto;
    display: flex;
    justify-content: space-between;
    z-index: 100
}

.arrows svg[data-v-0a6e6b65] {
    width: 60px;
    height: 60px;
    position: relative;
    fill: var(--btn);
    opacity: .8;
    cursor: pointer
}

.arrows svg[data-v-0a6e6b65]:active {
    transform: scale(.9);
    opacity: 1;
    transition-property: transform,opacity;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.slider[data-v-0a6e6b65] {
    display: none
}

.photo[data-v-0a6e6b65] {
    width: 100%
}

.carrusel[data-v-0a6e6b65] {
    display: none
}

@media (max-width: 768px) {
    .img-container[data-v-0a6e6b65] {
        display:none
    }

    .gallery[data-v-0a6e6b65] {
        grid-template-rows: auto;
        width: 80%;
        #title[data-v-0a6e6b65] {
            grid-column: 1/2;
            width: 18rem
        }
    }

    .slider[data-v-0a6e6b65] {
        position: relative;
        display: flex;
        overflow: scroll;
        & img[data-v-0a6e6b65] {
            width: 100%;
            left: 0;
            position: sticky;
            -o-object-fit: cover;
            object-fit: cover;
            scroll-snap-align: center
        }
    }

    .carrusel[data-v-0a6e6b65] {
        display: block;
        width: 80%
    }
}

.infoEvent[data-v-d5fc1140] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
    width: 100%;
    justify-items: center;
    color: var(--btn);
    background-color: var(--bg2);
    padding: 3rem 0 3rem 0;
    .eventInfo[data-v-d5fc1140] {
        & img[data-v-d5fc1140] {
            width: 25rem
        }
    }
}

#title[data-v-d5fc1140] {
    grid-column: 1/4;
    width: 25rem
}

.buttons[data-v-d5fc1140] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem
}

.btnPlace[data-v-d5fc1140] {
    height: 3rem;
    background-color: var(--btn);
    border-color: var(--btn);
    color: var(--bg)
}

#remember[data-v-d5fc1140] {
    grid-column: 1/3
}

.quejoden[data-v-d5fc1140] {
    display: none
}

.quejodenmovil[data-v-d5fc1140] {
    display: block
}

@media (max-width: 768px) {
    .infoEvent[data-v-d5fc1140] {
        grid-template-columns:1fr!important;
        width: 100%
    }

    #title[data-v-d5fc1140] {
        width: 18rem;
        grid-column: 1/2!important
    }

    .eventInfo[data-v-d5fc1140] {
        & img[data-v-d5fc1140] {
            width: 20rem!important
        }
    }

    #remember[data-v-d5fc1140] {
        grid-column: 1/2!important
    }

    .quejoden[data-v-d5fc1140] {
        display: block
    }

    .quejodenmovil[data-v-d5fc1140] {
        display: none
    }
}

#WeddingRules[data-v-5254dc14] {
    display: grid;
    grid-template-columns: 20rem 1fr;
    gap: 1rem
}

img[data-v-5254dc14] {
    width: 100%
}

p[data-v-5254dc14] {
    font-size: 1.3rem
}

div[data-v-5254dc14] {
    margin-top: 10rem
}

@media (max-width: 768px) {
    #WeddingRules[data-v-5254dc14] {
        grid-template-columns:1fr!important
    }

    img[data-v-5254dc14] {
        width: 20rem;
        margin: 0 auto
    }

    div[data-v-5254dc14] {
        margin-top: 0!important;
        width: 80%;
        text-align: center;
        margin: auto
    }

    p[data-v-5254dc14] {
        margin-top: 1rem;
        font-size: 1rem
    }
}

#app-cover[data-v-32811383] {
    width: 430px;
    height: 100px;
    margin: 6rem 0 3rem 0
}

#bg-artwork[data-v-32811383] {
    background-image: url(https://firebasestorage.googleapis.com/v0/b/swanmoments-f3801.appspot.com/o/Boda-Solorzano-Duran%2Fcancion.png?alt=media&token=c2cb3629-751a-4cdd-8e7c-b8d05d59ee80&_gl=1*1wzyadt*_ga*NzgxNTg4ODQ2LjE2ODg1MDc2NDY.*_ga_CW55HF8NVT*MTY5NTkzNjY3Mi40My4xLjE2OTU5Mzk2MjUuMzkuMC4w);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    filter: blur(40px);
    -webkit-filter: blur(40px);
    z-index: 1
}

#bg-layer[data-v-32811383] {
    background-color: #fff;
    opacity: .51;
    z-index: 2
}

#player[data-v-32811383] {
    position: relative;
    height: 100%;
    z-index: 3
}

#player-track[data-v-32811383] {
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    padding: 13px 22px 10px 184px;
    background-color: var(--bg2);
    border-radius: 15px 15px 0 0;
    transition: top .3s ease;
    z-index: 1
}

#player-track.active[data-v-32811383] {
    top: -92px
}

#album-name[data-v-32811383] {
    color: #54576f;
    font-size: 17px;
    font-weight: 700
}

#track-name[data-v-32811383] {
    color: #acaebd;
    font-size: 13px;
    margin: 2px 0 13px 0
}

#track-time[data-v-32811383] {
    height: 12px;
    margin-bottom: 3px;
    overflow: hidden
}

#current-time[data-v-32811383] {
    float: left
}

#track-length[data-v-32811383] {
    float: right
}

#current-time[data-v-32811383],#track-length[data-v-32811383] {
    color: transparent;
    font-size: 11px;
    background-color: #ffe8ee;
    border-radius: 10px;
    transition: all .3s ease
}

#track-time.active #current-time[data-v-32811383],#track-time.active #track-length[data-v-32811383] {
    color: var(--btn);
    background-color: transparent
}

#s-area[data-v-32811383],#seek-bar[data-v-32811383] {
    position: relative;
    height: 4px;
    border-radius: 4px
}

#s-area[data-v-32811383] {
    background-color: var(--bg2);
    cursor: pointer
}

#ins-time[data-v-32811383] {
    position: absolute;
    top: -29px;
    color: #fff;
    font-size: 12px;
    white-space: pre;
    padding: 5px 6px;
    border-radius: 4px;
    display: none
}

#s-hover[data-v-32811383] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: .2;
    z-index: 2
}

#ins-time[data-v-32811383],#s-hover[data-v-32811383] {
    background-color: #3b3d50
}

#seek-bar[data-v-32811383] {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: var(--btn);
    transition: width .2s ease;
    z-index: 1
}

#player-content[data-v-32811383] {
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 30px 80px #656565;
    border-radius: 15px;
    z-index: 2
}

#album-art[data-v-32811383] {
    position: absolute;
    top: -40px;
    width: 115px;
    height: 115px;
    margin-left: 40px;
    transform: rotate(0);
    transition: all .3s ease;
    box-shadow: 0 0 0 10px #fff;
    border-radius: 50%;
    overflow: hidden
}

#album-art.active[data-v-32811383] {
    top: -60px;
    box-shadow: 0 0 0 4px #fff7f7,0 30px 50px -15px #afb7c1
}

#album-art[data-v-32811383]:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: -10px auto 0 auto;
    background-color: #d6dee7;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff;
    z-index: 2
}

#album-art img[data-v-32811383] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1
}

#album-art img.active[data-v-32811383] {
    opacity: 1;
    z-index: 1
}

#album-art.active img.active[data-v-32811383] {
    z-index: 1;
    animation: rotateAlbumArt-32811383 3s linear 0s infinite forwards
}

@keyframes rotateAlbumArt-32811383 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

#buffer-box[data-v-32811383] {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 13px;
    color: #1f1f1f;
    font-size: 13px;
    font-family: Helvetica;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    padding: 6px;
    margin: -12px auto 0 auto;
    background-color: hsla(0,0%,100%,.19);
    opacity: 0;
    z-index: 2
}

#album-art img[data-v-32811383],#buffer-box[data-v-32811383] {
    transition: all .1s linear
}

#album-art.buffering img[data-v-32811383] {
    opacity: .25
}

#album-art.buffering img.active[data-v-32811383] {
    opacity: .8;
    filter: blur(2px);
    -webkit-filter: blur(2px)
}

#album-art.buffering #buffer-box[data-v-32811383] {
    opacity: 1
}

#player-controls[data-v-32811383] {
    width: 250px;
    height: 100%;
    margin: 0 5px 0 141px;
    float: right;
    overflow: hidden
}

.control[data-v-32811383] {
    width: 33.333%;
    float: left;
    padding: 12px 0
}

.button[data-v-32811383] {
    width: 26px;
    height: 26px;
    padding: 25px;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer
}

.button i[data-v-32811383] {
    display: block;
    color: #d6dee7;
    font-size: 26px;
    text-align: center;
    line-height: 1
}

.button i[data-v-32811383],.button[data-v-32811383] {
    transition: all .2s ease
}

.button[data-v-32811383]:hover {
    background-color: #d6d6de
}

.button:hover i[data-v-32811383] {
    color: #fff
}

@media (max-width: 768px) {
    #app-cover[data-v-32811383] {
        width:300px;
        height: 90px;
        margin: 6rem 0 3rem 0
    }

    #album-art[data-v-32811383] {
        width: 85px;
        height: 85px;
        margin-left: 25px
    }

    #player[data-v-32811383] {
        width: 300px;
        height: 90px
    }

    #player-controls[data-v-32811383] {
        width: 200px;
        height: 100%
    }

    #player-track[data-v-32811383] {
        padding: 13px 22px 10px 118px
    }
}

#recomendations[data-v-41527ec6] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    gap: 1rem
}

.items[data-v-41527ec6] {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(min(100%,21rem),1fr));
    gap: 1rem
}

#title[data-v-41527ec6] {
    grid-column: 1/4;
    width: 25rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

button[data-v-41527ec6] {
    background-color: var(--btn);
    border-color: var(--btn);
    color: var(--bg);
    font-size: 1.1rem;
    padding: 1rem;
    width: 15rem;
    justify-self: center
}

img[data-v-41527ec6] {
    grid-column: 1/4;
    width: 10rem;
    margin: auto;
    display: block
}

.item[data-v-41527ec6] {
    grid-column: auto;
    width: 10rem
}

@media (max-width: 768px) {
    #recomendations[data-v-41527ec6] {
        grid-template-columns:1fr
    }

    #title[data-v-41527ec6] {
        width: 18rem
    }

    #title[data-v-41527ec6],.items[data-v-41527ec6],img[data-v-41527ec6] {
        grid-column: 1/2!important
    }

    .item[data-v-41527ec6] {
        display: initial
    }
}

.rsvp[data-v-e4668d4e] {
    width: 100%;
    color: #6b8181
}

.rsvp_content[data-v-e4668d4e] {
    width: 30%;
    margin: 0 auto;
    border: 1px solid var(--btn);
    display: grid
}

.form_rsvp[data-v-e4668d4e] {
    padding-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2rem 2rem 1rem 2rem 3rem 3rem 8rem 3rem 1rem;
    grid-column-gap: 0;
    grid-row-gap: 10px;
    place-items: center;
    background-color: #fff;
    box-shadow: 12px 0 35px -13px #cdcdcd,-12px 0 35px -13px #cdcdcd
}

#title[data-v-e4668d4e] {
    width: 18rem
}

button[data-v-e4668d4e] {
    background-color: var(--btn);
    color: var(--bg);
    border-radius: .5rem
}

input[type=text][data-v-e4668d4e],textarea[data-v-e4668d4e] {
    width: 90%
}

.selectForm[data-v-e4668d4e] {
    width: 90%;
    color: #6b8181
}

@media (max-width: 768px) {
    .rsvp_content[data-v-e4668d4e] {
        width:80%
    }

    .rsvp[data-v-e4668d4e] {
        padding-top: 1rem
    }
}

#giftTable[data-v-4c73d0d8] {
    display: grid;
    gap: 1rem;
    grid-auto-rows: 22rem;
    grid-template-columns: repeat(auto-fill,minmax(min(100%,25rem),1fr));
    place-items: center;
    margin-bottom: 1rem;
    color: #6b8181
}

.gift[data-v-4c73d0d8] {
    display: grid;
    place-items: center
}

button[data-v-4c73d0d8] {
    background-color: var(--btn);
    border-color: var(--btn);
    color: var(--bg);
    font-size: 1.1rem;
    padding: 1rem;
    width: 15rem;
    justify-self: center;
    text-align: center
}

#giftTableExt[data-v-4c73d0d8] {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    place-items: center;
    margin-bottom: 1rem;
    color: #6b8181
}

.imgs[data-v-4c73d0d8] {
    width: 55%;
    margin: 0 auto;
    display: block;
    cursor: pointer
}

.imgs[data-v-4c73d0d8]:hover {
    width: 60%
}

#Envelope[data-v-4c73d0d8] {
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    color: var(--btn)
}

#text[data-v-4c73d0d8] {
    width: 30%;
    margin: auto
}

#title[data-v-4c73d0d8] {
    width: 25rem;
    margin: auto;
    display: block
}

@media (max-width: 768px) {
    #text[data-v-4c73d0d8] {
        width:80%
    }

    #title[data-v-4c73d0d8] {
        width: 18rem
    }
}

.giftForYou[data-v-063cf36e] {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 10px;
    place-items: center;
    color: var(--btn);
    background-color: var(--bg2);
    width: 100%;
    padding: 1rem 0 1rem 0
}

a[data-v-063cf36e] {
    background-color: var(--btn);
    border-color: var(--btn);
    color: var(--bg);
    font-size: 1.1rem;
    padding: 1rem;
    width: 15rem;
    justify-self: center;
    text-align: center
}

#title[data-v-063cf36e] {
    width: 25rem;
    margin: auto;
    display: block
}

@media (max-width: 768px) {
    #title[data-v-063cf36e] {
        width:18rem
    }
}

#load[data-v-52eb5a16] {
    display: grid;
    place-items: center;
    height: 100vh
}

#load>img[data-v-52eb5a16] {
    width: 100vw;
    height: 100vh
}

@media (max-width: 768px) {
    #load>img[data-v-52eb5a16] {
        width:100%;
        height: 25rem
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-40px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.1)
    }

    20% {
        transform: scale(1)
    }
}

.dropzone,.dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0,0,0,.3);
    background: #fff;
    padding: 20px 20px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(180deg,#eee,#ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0,0,0,.9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid hsla(0,0%,78%,.8);
    background-color: hsla(0,0%,100%,.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span {
    background-color: hsla(0,0%,100%,.4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    transform: scale(1.05);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    animation: passing-through 3s cubic-bezier(.77,0,.175,1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    animation: slide-in 3s cubic-bezier(.77,0,.175,1)
}

.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: hsla(0,0%,100%,.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(180deg,#666,#444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width .3s ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(180deg,#be2626,#a92222);
    padding: .5em 1.2em;
    color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.vue-dropzone {
    border: 2px solid #e5e5e5;
    font-family: Arial,sans-serif;
    letter-spacing: .2px;
    color: #777;
    transition: .2s linear
}

.vue-dropzone:hover {
    background-color: #f6f6f6
}

.vue-dropzone>i {
    color: #ccc
}

.vue-dropzone>.dz-preview .dz-image {
    border-radius: 0;
    width: 100%;
    height: 100%
}

.vue-dropzone>.dz-preview .dz-image img:not([src]) {
    width: 200px;
    height: 200px
}

.vue-dropzone>.dz-preview .dz-image:hover img {
    transform: none;
    -webkit-filter: none
}

.vue-dropzone>.dz-preview .dz-details {
    bottom: 0;
    top: 0;
    color: #fff;
    background-color: rgba(33,150,243,.8);
    transition: opacity .2s linear;
    text-align: left
}

.vue-dropzone>.dz-preview .dz-details .dz-filename {
    overflow: hidden
}

.vue-dropzone>.dz-preview .dz-details .dz-filename span,.vue-dropzone>.dz-preview .dz-details .dz-size span {
    background-color: transparent
}

.vue-dropzone>.dz-preview .dz-details .dz-filename:not(:hover) span {
    border: none
}

.vue-dropzone>.dz-preview .dz-details .dz-filename:hover span {
    background-color: transparent;
    border: none
}

.vue-dropzone>.dz-preview .dz-progress .dz-upload {
    background: #ccc
}

.vue-dropzone>.dz-preview .dz-remove {
    position: absolute;
    z-index: 30;
    color: #fff;
    margin-left: 15px;
    padding: 10px;
    top: inherit;
    bottom: 15px;
    border: 2px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: 1.1px;
    opacity: 0
}

.vue-dropzone>.dz-preview:hover .dz-remove {
    opacity: 1
}

.vue-dropzone>.dz-preview .dz-error-mark,.vue-dropzone>.dz-preview .dz-success-mark {
    margin-left: auto;
    margin-top: auto;
    width: 100%;
    top: 35%;
    left: 0
}

.vue-dropzone>.dz-preview .dz-error-mark svg,.vue-dropzone>.dz-preview .dz-success-mark svg {
    margin-left: auto;
    margin-right: auto
}

.vue-dropzone>.dz-preview .dz-error-message {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    width: 100%;
    text-align: center
}

.vue-dropzone>.dz-preview .dz-error-message:after {
    display: none
}

.template1[data-v-2e7554f7] {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 1rem;
    justify-items: center;
    width: 100vw;
    background-color: var(--bg2)
}

#btn[data-v-2e7554f7] {
    background-color: var(--btn);
    border-color: var(--btn);
    color: var(--bg);
    font-size: 1.1rem;
    padding: 1rem
}

#logo[data-v-2e7554f7] {
    width: 35rem
}

img[data-v-2e7554f7] {
    width: 25rem
}

h3[data-v-2e7554f7] {
    font-family: var(--title);
    font-size: 2.5em;
    text-align: center
}

#photoDZ[data-v-2e7554f7] {
    width: 40%;
    margin: auto
}

#photoimg[data-v-2e7554f7] {
    width: 10rem;
    margin: auto;
    display: block
}

.animate__animated.animate__fadeIn[data-v-2e7554f7] {
    --animate-duration: 3s
}

@media (max-width: 768px) {
    #agenda[data-v-2e7554f7],#logo[data-v-2e7554f7] {
        width:20rem
    }

    #photoDZ[data-v-2e7554f7] {
        width: 80%
    }

    #photoimg[data-v-2e7554f7] {
        width: 10rem
    }

    #title[data-v-2e7554f7] {
        width: 18rem;
        grid-column: 1/2!important
    }
}
