.wedding-announcement{
    top:0 !important;
    left: 0 !important;
    width: 100% !important;
}

.couple-text{
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
    padding-left: 30px;
}

.logo-hym{
    width: 130px;
    height: auto;
}

.open-btn{
    background-color: #AA8456 !important;
}

.versos{
    padding-top: 15px;
    padding-bottom: 50px;
}

.footer-area{
    position: relative;
}

.footer-area-contenido{
    position: relative;
    height: 135vh;
}

.seccion-carrosa{
    padding-bottom: 40px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.carrosa-imagen {
    position: relative;
    z-index: 0;
}

.carrosa-texto{
    max-width: 500px;
    padding: 20px;
    background-color: #ffffffb8;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.135);
    margin:20px auto 0 auto;
}

.qr-cuenta{
    max-width: 200px;
    height: auto;
}

.new-btn{
    background-color: #AA8456;
    color: #fff !important;
    border: 1px solid #AA8456 !important;
}

.new-btn:hover{
    border: 1px solid #AA8456 !important;
    color: #AA8456 !important;
    background-color: #fff;
}

.cuenta-bancaria{
    font-weight: bold;
    font-size: 1.2rem;
    color: #AA8456;
    padding-top: 15px;
}

.footer-bottom-manifesto{
    padding: 20px;
    text-align: center;
}

.footer-bottom-manifesto a{
    color: #AA8456;
    text-decoration: none;
}

@media (max-width: 988px) {
    .couple-text{
        padding-left: 0px;
        justify-content: center;
    }
}
