@media only screen and (min-width: 768px) {
    #btnPayNow {
        margin-top: 10px!important
    }
}
#edit-cupon {
    display: none
}

#toggle-edit-coupon {
    cursor: pointer;
}

.opacity-02 {
    opacity: 0.2;
}


/* Swiper del Home*/

#banner0 h2 {
    font-family: 'EB Garamond', serif;
    font-size: calc(1.6rem + 1.5vw);
    font-weight: 600;
    line-height: calc(1.6rem + 1.5vw);
    margin-bottom: 8px;

}

#banner0 h3 {
    font-family: 'EB Garamond', serif;
    font-size: calc(1.5rem + 1.4vw);
    font-weight: 500;
    line-height: calc(1.6rem + 1.5vw);


}

.select_dropdown:after {
    position: absolute;
    top: 25%;
    right: 25px;
    content: "▼"
}

/* https://cybmeta.com/como-hacer-un-iframe-responsive */
/* .embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
}
.aspect-ratio-16x9 {
    padding-bottom: 56.25%;
}
.aspect-ratio-4x3 {
    padding-bottom: 75%;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/



