iframe#static-content-1 {
    display: none;
}

main#principal-wrap {
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 10px;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner_p-mid_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: left;
    color: #fff;
    width: 90%;
    max-width: 500px;
}

.banner_p-mid_text h1 {
    font-size: clamp(1.2rem, 3vw, 2.2rem);
    font-weight: 700;
    margin: 0 0 10px;
}

.banner_p-mid_text p {
    font-size: clamp(0.8rem, 2vw, 1.2rem);
    line-height: 1.5;
    margin: 0 0 20px;
}

.img-button {
    display: none;
}

.section-text h2,
.section-text p {
    color: #006dff;
    margin: 0;
    padding: 0;
    text-align: center;
}

.section-text h2 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 500;
}

.section-text p {
    font-size: clamp(0.8rem, 2vw, 1.2rem);
    line-height: 1.5;
    margin: 0 0 20px;
}

.cupons_txt {
    font-size: clamp(0.8rem, 2vw, 1.2rem);
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: center;
}
.cupons_txt a {
    color: #006dff;
    font-weight: 500;
}
#principal-wrap .cupons {
    width: auto;
    background: linear-gradient(360deg, rgba(0, 109, 254, 1) 0%, rgba(0, 43, 101, 1) 100%);
    height: auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#principal-wrap .cupons_bg-box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    padding: 2%;
}

.flex-service_box {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.flex-service_box img {
    width: 100%;
    border-radius: 15px;
}

#principal-wrap .shopping_box {
    background: #002B65;
    background: linear-gradient(79deg, rgba(0, 43, 101, 1) 0%, rgba(0, 109, 255, 1) 100%);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 1%;
    width: 100%;
    height: 85px;
    margin-top: 20px;
}

#principal-wrap .shopping_box-txt p {
    font-size: clamp(0.8rem, 2vw, 1rem);
    line-height: 1.5;
    color: #fff;
}

/*cupon desk*/
.cupon_storily-box {
    display: flex;
    flex-direction: column;
    min-width: 0;
    box-sizing: border-box;
}

.cupon_storily-box {
    min-width: 0;
}

.cupon_storily-txt_cupon {
    width: 90%;
    background-color: #27407a;
    padding: 0px 20px;
    border-radius: 15px;
    border: 1px solid #013881;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.cupon_storily-txt_cupon:hover {
    border: 1px solid #ffff;
}

.cupon_storily-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #ffff;
    padding: 10px;
    background: #232C4B;
    background: linear-gradient(90deg, rgba(35, 44, 75, 1) 0%, rgba(2, 68, 245, 1) 72%);
    border-radius: 0 0 20px 20px;
    gap: 5px;
}

.cupon_storily-txt_h2 h2 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
}

.cupon_storily-txt_h2 {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

img.icon-copy {
    width: 100%;
    max-width: 25px;
}

.cupon_storily-img img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
}

.cupon_storily-txt_h2 img {
    width: 100%;
    max-width: 100px;
}

.cupon_storily-txt_code {
    background-color: #006dff;
    width: 50%;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}

.cupon_storily-txt_code span {
    font-size: 0.8rem;
    font-weight: 500;
}

.coupon {
    font-size: 1rem;
    font-weight: 700;
}

.shopping_box-icon {
    width: 100%;
    max-width: 75px;
}

/* MOBILE */
@media screen and (max-width: 767px) {
    .banner_p-mid_text {
        top: 50%;
        left: 38%;
        transform: translate(-50%, -50%);
        z-index: 2;
        text-align: left;
        color: #fff;
        width: 90%;
        max-width: 200px;
    }

    .banner picture,
    .banner img {
        width: 100%;
        display: block;
    }

    .img-button {
        display: inline-block;
        max-width: 120px;
        width: 100%;
    }

    .banner_p-mid_text h1,
    .banner_p-mid_text p {
        margin: 0 0 5px;
        width: 95%;
    }

    .flex-service_box {
        display: flex;
        flex-direction: column;
        gap: 10px;
        flex-wrap: nowrap;
    }

    #principal-wrap .cupons_bg-box {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: flex-start;
        padding: 5%;
    }

    .shopping_box-icon {
        width: 100%;
        max-width: 75px;
        padding: 5px;
    }
}