.loader-circle-backgroud {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.7);
    z-index: 3;
    align-items: center;
    justify-content: center;
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */
    backdrop-filter: blur(10px);
}

.loader-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #555;
  border-top-color: #E3183E;
  animation: loader-circle 1s linear infinite;
}

@keyframes loader-circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.coupons-back-red {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /* background: transparent linear-gradient(91deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box; */
    opacity: 1;
}

.coupons-section {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 750px;
    position: fixed;
    top: calc(50vh - (620px / 2));
    left: calc(50vw - (960px / 2));
    z-index: 1100;
    width: 100%;
    height: 100%;
    min-height: 650px;
    max-width: 960px;
    max-height: 520px;
    border-width: 0;
    display: inline-block;
    background-color: #fff;
    -webkit-animation: fadeInUp 300ms;
    -o-animation: fadeInUp 300ms;
    animation: fadeInUp 300ms;
    -webkit-box-shadow: 0 2px 12px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 12px 4px rgba(0, 0, 0, 0.2);
    overflow: scroll !important;
    overflow-x: hidden!important;
    padding: 3%;
}

.coupons-header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 10px 5%;
}

.coupons-header-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #FD37BB;
    justify-content: center;
    align-items: center;
}

.coupons-header-icon-image {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 52px;
    z-index: 2;
}

.coupons-header-title {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 30px;
    font-weight: 600;  
    /*font: normal normal 600 24px/30px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #9a0e6e;
    opacity: 1;
}

.coupons-header-subtittle {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.coupons-header-subtittle-group {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.coupons-header-name {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: 600;  
    /*font: normal normal normal 16px/20px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000;
}

.coupons-header-value {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: normal;  
    /*font: normal normal 600 16px/20px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
}

.coupons-content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 100px;
    padding: 5%;
}

.coupons-content-header {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 56px;
}

.coupons-content-header-item {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 18px;
    font-weight: 600;  
    /*font: normal normal medium 14px/18px Bradesco Sans*/
    letter-spacing: 0px;
    color: #000;
    opacity: 0.5;
    padding: 4px;
    border-radius: 10px;
    cursor: pointer;
}

.coupons-content-header-item:hover {
    background: rgba(85, 23, 36, 0.4);
    transition: all 0.2;
}

.coupons-content-header-item.active {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 18px;
    font-weight: 600;  
    /*font: normal normal 600 14px/18px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #9a0e6e;
    opacity: 1;
    cursor: pointer;
}

.coupons-content-list-message {
    position: relative;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px;
    opacity: 1;
    padding: 24px;
    min-height: 200px;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 18px;
    font-weight: 500;  
    /*font: normal normal 600 14px/18px Bradesco Sans;*/
    letter-spacing: 0px;
    align-items: center;
    justify-content: center;
    color: #000000;
    
}

.coupons-content-list-message-bold {
    font-weight: bold;  
}

.coupons-content-list {
    position: relative;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    /* grid-template-columns: repeat(8, 1fr); */
    gap: 8px;
    /* grid-auto-rows: minmax(28px, auto); */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px;
    opacity: 1;
    padding: 24px;
    flex-flow: wrap;
}

.coupons-content-list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #9a0e6e;
    border-radius: 12px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    width: 15%;
}

.coupons-content-list-item-title {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 15px;
    font-weight: 300;  
    /*font: normal normal 300 12px/15px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.coupons-content-list-item-coupon {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 17px;
    font-weight: 600;  
    /*font: normal normal medium 14px/17px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.coupons-content-footer {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 32px;
    justify-content: space-between;
    align-items: center;
}

.coupons-content-footer-back {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    opacity: 1;
    padding: 16px 48px;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 18px;
    font-weight: bold;  
    /*font: normal normal bold 14px/18px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #fff!important;
    background: #9a0e6e;
    opacity: 1;
}

.coupons-content-footer-select {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.coupons-content-footer-select-page {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: 600;  
    /*font: normal normal medium 16px/20px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #47484C;
    opacity: 1;
}

.coupons-content-footer-select-buttons {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 8px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.coupons-content-footer-select-button {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
    opacity: 1;
    border-radius: 100%;
}

.coupons-content-footer-select-button:hover {
    background: #000000;
    opacity: 0.5;
}

@media screen and (max-width: 1600px) {
   
            
    .coupons-header-title {
        font-size: 24px;
        /*font: normal normal 600 24px/30px Bradesco Sans;*/
    }

    .coupons-header-name {
        font-size: 16px;
        /*font: normal normal normal 16px/20px Bradesco Sans;*/
    }

    .coupons-header-value {
        font-size: 16px;
        /*font: normal normal 600 16px/20px Bradesco Sans;*/
    }

    .coupons-content-header-item {
        font-size: 14px;
        /*font: normal normal medium 14px/18px Bradesco Sans*/
    }

    .coupons-content-header-item.active {
        font-size: 14px;
        /*font: normal normal 600 14px/18px Bradesco Sans;*/
    }

    .coupons-content-list-item-title {
        font-size: 12px;
        /*font: normal normal 300 12px/15px Bradesco Sans;*/
    }

    .coupons-content-list-item-coupon {
        font-size: 14px;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
    }

    .coupons-content-footer-back {
        font-size: 14px;
        /*font: normal normal bold 14px/18px Bradesco Sans;*/
    }

    .coupons-content-footer-select-page {
        font-size: 16px;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
    }

}

@media screen and (max-width: 1024px) {


    .coupons-section {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%; 
        height: 750px;
        overflow: scroll;
        overflow-x: hidden;
    }
    
    .coupons-header {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 10px 5%;
    }
    
    .coupons-header-icon {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        background: #FD37BB;
        justify-content: center;
        align-items: center;
    }
    
    .coupons-header-icon-image {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 52px;
        z-index: 2;
    }
    
    .coupons-header-title {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 30px;
        font-weight: 600;  
        letter-spacing: 0px;
        opacity: 1;
    }
    
    .coupons-header-subtittle {
        position: relative;
        display: flex;        
        flex-direction: column;
        gap: 10px;
    }
    
    .coupons-header-subtittle-group {
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    
    .coupons-header-name {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: normal;  
        /*font: normal normal normal 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        opacity: 0.6;
    }
    
    .coupons-header-value {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: 600;  
        /*font: normal normal 600 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        opacity: 1;
    }
    
    .coupons-content {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    
    .coupons-content-header {
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 56px;
        overflow: hidden;
    }
    
    .coupons-content-header-item {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 18px;
        font-weight: 600;  
        /*font: normal normal medium 14px/18px Bradesco Sans*/
        letter-spacing: 0px;
        color: #000;
        opacity: 0.5;
        padding: 4px;
        border-radius: 10px;
        cursor: pointer;
    }
    
    .coupons-content-header-item:hover {
        background: rgba(85, 23, 36, 0.4);
        transition: all 0.2;
    }
    
    .coupons-content-header-item.active {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 18px;
        font-weight: 600;  
        /*font: normal normal 600 14px/18px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #9a0e6e;
        opacity: 1;
        cursor: pointer;
    }
    
    .coupons-content-list {
        position: relative;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        grid-auto-rows: minmax(28px, auto);
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 25px;
        opacity: 1;
        padding: 24px;
        justify-content: center;
    }
    
    .coupons-content-list-item {
        position: relative;
        display: flex;
        flex-direction: column;
        border: 1px solid #9a0e6e;
        border-radius: 12px;
        padding: 8px 12px;
        justify-content: center;
        align-items: center;
        width: 40%;
    }
    
    .coupons-content-list-item-title {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 15px;
        font-weight: 300;  
        /*font: normal normal 300 12px/15px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }
    
    .coupons-content-list-item-coupon {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: 600;  
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }
    
    .coupons-content-footer {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 24px;
        gap: 16px;
        justify-content: space-between;
        align-items: center;
    }
    
    .coupons-content-footer-back {
        position: relative;
        display: flex;
        flex-direction: column;
        border-radius: 24px;
        opacity: 1;
        padding: 16px 48px;
        justify-content: center;
        align-items: center;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 18px;
        font-weight: bold;  
        /*font: normal normal bold 14px/18px Bradesco Sans;*/
        letter-spacing: 0px;
        background: #9a0e6e;
        color: #fff!important;
        opacity: 1;
    }
    
    .coupons-content-footer-select {
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 16px;
        justify-content: center;
        align-items: center;
    }
    
    .coupons-content-footer-select-page {
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: 600;  
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
    }
    
    .coupons-content-footer-select-buttons {
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 8px;
        height: 48px;
        justify-content: center;
        align-items: center;
    }
    
    .coupons-content-footer-select-button {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        cursor: pointer;
        opacity: 1;
        border-radius: 100%;
    }
    
    .coupons-content-footer-select-button:hover {
        background: #000000;
        opacity: 0.5;
    }

}


@media screen and (max-width: 720px) {

   
    .coupons-header-title {
        font-size: 24px;
        /*font: normal normal 600 24px/30px Bradesco Sans;*/
    }

    .coupons-header-name {
        font-size: 16px;
        /*font: normal normal normal 16px/20px Bradesco Sans;*/
    }

    .coupons-header-value {
        font-size: 16px;
        /*font: normal normal 600 16px/20px Bradesco Sans;*/
    }

    .coupons-content-header-item {
        font-size: 14px;
        /*font: normal normal medium 14px/18px Bradesco Sans*/
    }

    .coupons-content-header-item.active {
        font-size: 14px;
        /*font: normal normal 600 14px/18px Bradesco Sans;*/
    }

    .coupons-content-list-item-title {
        font-size: 12px;
        /*font: normal normal 300 12px/15px Bradesco Sans;*/
    }

    .coupons-content-list-item-coupon {
        font-size: 14px;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
    }

    .coupons-content-footer-back {
        font-size: 14px;
        /*font: normal normal bold 14px/18px Bradesco Sans;*/
    }

    .coupons-content-footer-select-page {
        font-size: 16px;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
    }
}
