.musicaOff {
    float: left;
    right: 0;
    top: 45%;
    position: fixed;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: #b0b0b0;
    letter-spacing: 3px;
    font-family: montserrat;
    color: #fff;
    border-radius: 3px 0 0 3px;
    padding: 12px;
    font-weight: 100;
    font-size: 22px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 1000;
    text-align: center
}
.musicaOff img {
    filter: invert(1);
}

.musicaOn {
    float: left;
    right: 0;
    top: 45%;
    position: fixed;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: #b0b0b0;
    letter-spacing: 3px;
    font-family: montserrat;
    color: #fff;
    border-radius: 3px 0 0 3px;
    font-weight: 100;
    font-size: 22px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 1000
}
.musicaOn img {
    width: 50px;
    height: 50px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    overflow-y: hidden;
}


.fade:not(.show) {
    opacity: 0;
}
.fade.in {
    opacity: 1;
    display: block;
}
@media screen and (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}
.modal-audio {
    padding: 4%;
    text-align: center;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
    margin: 0 auto;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}


.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity = 0);
}

.modal-backdrop.fade {
    opacity: 0;
}
.fade:not(.show) {
    opacity: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.fade {
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity = 50);
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.text-transform {
    text-transform: initial !important;
}
.btn {
    font-weight: 400;
    font-family: Montserrat;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.55;
    border-radius: 0;
}
.btn, a, a.expand {
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.height0 {
    height: 0;
}

.elementor-gallery-item__overlay {
    background-size: cover;
    background-position: center;
}

.story04 {
    background-image: url('../img/story-04.jpg');    
    background-position-y: 60%;
}
.story01 {
    background-image: url('../img/story-01.jpg');
}
.story02 {
    background-image: url('../img/story-02.jpg');
    background-position-y: 33%;
}
.story03 {
    background-image: url('../img/story-03.jpg');    
    background-position-y: 64%;
}
.story05 {
    background-image: url('../img/story-05.jpg');
    background-position-y: 60%;
}

.center {
    text-align: center;
}

#countdown-end {
    color: white;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.e-gallery-item.elementor-gallery-item {
    cursor: default;
}

.ceremony .elementor-widget-image img {
    height: 250px;
}

.elementor-1229 .elementor-element.elementor-element-d458311:not(.elementor-motion-effects-element-type-background), 
.elementor-1229 .elementor-element.elementor-element-d458311 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    /*background-image: url('../img/cover.jpg') !important;*/
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position-y: 30%;
}

.mapLink {        
    margin-top: -48px;
    display: block;
    margin-bottom: 48px;
}

.ceremony h2 {
    margin-bottom: 20px;
}

.ceremony .divSection {
    gap: 0;
}

.ceremony .info {
    flex: 1;
}

.ceremony .divInfo {
    flex: 1;
    margin-top: 16px;
}

.ceremony .divInfo .elementor-widget-container {    
    display: flex;
    flex-direction: column;
}

.height100 {
    height: 100%;
}

.divMaps {
    height: 0;
}