@keyframes kWinner {
    0%   {  
        height: 0;
    }
    100%  {  
        height: 100%;
    }
}

.bold {
    font-weight: bold;
    margin-left: 6px;
}

.same-line {
    display: flex;
    flex-direction: row;
}

.opacity-0 {
    opacity: 0 !important;
}

.mobile {
    display: none !important;
}

.desktop {
    display: flex !important;
}

.img-1x {
    display: none !important;
}

.img-2x {
    display: flex !important;
}

.main-page {
    position: relative;
    display: flex;
    flex-direction: column;  
    height: 100%;
    width: 100%;
}

.top-bar-center {
    height: 100%;
    align-items: center;
    padding-top: 10px;
}

.main-header {
    position: fixed;
    display: flex;
    flex-direction: row;  
    align-items: center;
    justify-content: center;
    top: 0px;  
    z-index: 10;
    height: 80px;
    width: 100%;
    gap: 20px;
    background: #CC092F 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-left: 45px;
    padding-right: 45px;
}

.menu-header-logo {
    width: 105px;
    height: 46px;
}

.menu-header {
    margin-left: 8%;
    display: flex;
    flex-direction: row;  
    height: 100%;
    width: 100%;
    gap: 1%;
    align-items: center;
    justify-content: flex-start;
}

.menu-header-icon {
    width: 32px;
    height: 32px;
}

.menu-item {
    display: flex;
    flex-direction: row;
    padding: 10px;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: normal;  
    text-align: left;
    /*font: normal normal medium 16px/20px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 16px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.menu-item:hover {
    background: rgba(224, 101, 128, 0.4);
    opacity: 1;
    transition: all 1s;
}

.menu-item-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-content {
    position: relative;
    padding-top: 80px;
    display: flex;
    flex-direction: column; 
    height: 100%;
    width: 100%;
}

.main-header-mobile {
    display: none;
}

.main-header-content {
    display: none;
}

.banner-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 974px;
    background: transparent linear-gradient(110deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.banner-content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    aspect-ratio: 2/1;
    opacity: 1;
}

.banner-components {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.banner-background {
    position: absolute;
    height: 100%;
    width: 100%;
}

.banner-content-background-left {
    position: absolute;
    height: 70%;
    top: 35px;
    left: -26px;
    mix-blend-mode: overlay;
    opacity: 0.5;
}

.banner-content-background-right-one {
    position: absolute;
    height: 70%;
    right: -50px;
    bottom: -85px;
    opacity: 0.8;
}

.banner-content-background-right-two {
    position: absolute;
    height: 60%;
    right: -50px;
    bottom: -85px;
    opacity: 0.8;
}

.banner-components-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    opacity: 1;
    margin-left: 100px;
    margin-top: 140px;
}

.banner-components-left-image {
    display: flex;
    flex-direction: column;    
    width: 466px;
    opacity: 1;
}

.banner-components-left-text {
    margin-left: 50px;
    margin-top: 40px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    font-family: "Bradesco", sans-serif;
    font-size: 22px;
    font-weight: normal;  
    /*font: normal normal normal 18px/22px Bradesco Sans;*/
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border-left: 7px solid #2D4899;
}

.banner-components-left-text p {
    display: flex;
    flex-direction: column;
    font-family: "Bradesco", sans-serif;
    font-size: 22px;
    font-weight: bold;  
    /*font: normal normal bold 18px/22px Bradesco Sans;*/
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.banner-components-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    opacity: 1;
    margin-right: 150px;
    margin-top: 10px;
}

.banner-components-right-image {
    display: flex;
    flex-direction: column;
    width: 600px;
    opacity: 1;
}

.banner-components-right-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-family: "Bradesco", sans-serif;
    font-size: 15px;
    font-weight: normal;  
    /*font: normal normal medium 12px/15px Bradesco Sans;*/
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.banner-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-right: 55px;
    align-items: flex-end;
    margin-top: -15px;
    font-family: "Bradesco", sans-serif;
    font-size: 15px;
    font-weight: normal;  
    /*font: normal normal medium 12px/15px Bradesco Sans;*/
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    z-index: 1;
}
              
.about-section {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px;
    align-items: center;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.about-section-back-left {
    position: absolute;
    left: -10px;
    top: 20px;
    width: 231px;
    height: 275px;
}

.about-section-back-right-l1 {
    position: absolute;
    right: -10px;
    bottom: 100px;
    width: 231px;
    height: 219px;
}

.about-section-back-right-l2 {
    position: absolute;
    right: -10px;
    bottom: 30px;
    width: 231px;
    height: 170px;
    mix-blend-mode: overlay;
}

.about-section-back-right-b1 {
    position: absolute;
    right: -48px;
    bottom: -140px;
    width: 428px;
    height: 401px;
}

.about-section-back-right-b2 {    
    position: absolute;
    right: -20px;
    bottom: -32px;
    width: 266px;
    height: 176px;
}

.about-content-cards {
    display: flex;
    flex-direction: column;
    z-index: 2;
    width: 60%;
    min-width: 736px;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.about-content-part-one {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 30px;
    height: 300px;
    align-items: center;
    justify-content: center;
}

.about-content-part-one-left {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    height: 100%;
    background: transparent linear-gradient(90deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #0000003B;
    border-radius: 16px;
    opacity: 1; 
    align-items: center;
    justify-content: center;
}

.about-content-part-one-right {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
    height: 100%;
    background: transparent linear-gradient(90deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #0000003B;
    border-radius: 16px;
    opacity: 1; 
    align-items: center;
    justify-content: center;
}

.about-content-circle-image {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    mix-blend-mode: overlay;
}

.about-content-circle-left-image {
    display: flex;
    width:  35%;
    /* padding: 14px;*/
    z-index: 2;
}

.about-content-circle-right-image {
    display: flex;
    width:  35%;
    max-width: 70px;
    /* padding: 14px;*/
    z-index: 2;
}

.about-content-circle-back-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    mix-blend-mode: overlay;
}

.about-content-circle {
    display: flex;
    width: 50%;
    height: 50%;    
    align-items: center;
    justify-content: center;
}

.about-content-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: 60%;    
    border-radius: 16px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 20px;
}

.about-content-title {
    font-family: "Bradesco", sans-serif;
    font-size: 30px;
    font-weight: 600;  
    /*font: normal normal 600 24px/30px Bradesco Sans;*/
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;    
}

.about-content-subtitle {
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: normal;  
    /*font: normal normal normal 16px/20px Bradesco Sans;*/
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;    
}

.about-content-part-two {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    padding: 5% 5%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #0000003B;
    border-radius: 16px;
    opacity: 1;
}
    
.about-slider {
    width: 100%;
}

.about-content-part-two-title {
    font-family: "Bradesco", sans-serif;
    font-size: 30px;
    font-weight: normal;  
    /*font: normal normal 600 24px/30px Bradesco Sans;*/
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;   
    margin-left: 40px;
}

.about-content-part-two-box {
    display: flex;
    flex-direction: row;
    padding: 10px 50px;
    width: 100%;
    height: fit-content;
    border: 1px solid #D3D7D8;
    border-radius: 25px;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.about-content-part-two-box table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.about-content-part-two-box th, td {
    height: 20px;
}

.about-content-part-two-box th {
    font-weight: bold;
}

.about-content-part-two-box .border-left {
    border-left: 2px solid #CC092F;
}

.about-content-part-two-box .border-bottom {
    border-bottom: 2px solid #CC092F;
}

.about-content-part-two-box .border-top {
    border-top: 2px solid #CC092F;
}

.about-content-part-two-box .border-right {
    border-right: 2px solid #CC092F;
}

.about-content-part-two-box th[colspan="2"] {
    text-align: center;
}

.about-content-part-two-box .about-box-table-title {
    padding: 0 10px;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 17px;
    font-weight: 600;  
    /*font: normal normal medium 14px/17px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #CC092F;
    opacity: 1;
}

.about-content-part-two-box .about-box-table-text {
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 14px;
    font-weight: bold;  
    /*font: normal normal bold 14px/17px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    justify-content: space-between;
    min-height: 18px;
}

.about-content-part-two-box .about-box-table-text span {
    display: flex;
    justify-content: space-between;
}

.about-content-part-two-box .arrow {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-right {
    padding-left: 10px;
    padding-right: 50px;
    justify-content: center;
}

.about-box-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 90%;
}

.about-box-row-title {
    display: flex;
    flex-direction: row;
    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: #CC092F;
    opacity: 1;
}

.about-box-row {
    display: flex;
    flex-direction: row;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 17px;
    font-weight: bold;  
    /*font: normal normal bold 14px/17px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    justify-content: space-between;
    min-height: 18px;
}

.about-box-row-first {
    display: flex;
    flex-direction: row;
    text-align: right;
    font-family: "Bradesco", sans-serif;
    font-size: 17px;
    font-weight: bold; 
    /*font: normal normal bold 14px/17px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #CC092F;
    opacity: 1;
}

.about-box-row-first-ignore {
    font-family: "Bradesco", sans-serif;
    font-size: 17px;
    font-weight: bold; 
    /*font: normal normal bold 14px/17px Bradesco Sans;*/
    color: transparent;
}

.about-box-row-text {
    width: max-content;
    display: flex;
    flex-direction: row;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 17px;
    font-weight: bold;  
    /*font: normal normal bold 14px/17px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.about-box-row-text-clean {
    display: flex;
    flex-direction: row;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 17px;
    font-weight: normal;  
    /*font: normal normal normal 14px/17px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.about-box-row-image {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
}

.about-box-row-image-equal {
    display: flex;
    flex-direction: row;
    width: 52px;
    height: 108px;
}

.about-box-row-final {
    display: flex;
    flex-direction: row;
    position: relative;
}

.about-box-row-one {
    display: flex;
    flex-direction: row;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 108px;
    font-weight: normal;  
    /*font: normal normal medium 89px/108px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    z-index: 1;
}

.about-box-row-image-ticket {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 71px;
    height: 71px;
    margin-left: -25px;
    top: 25px;
    left: 35px;
}

.about-content-part-two-footer {
    font-family: "Bradesco", sans-serif;
    font-size: 17px;
    font-weight: 600;  
    /*font: normal normal normal 14px/17px Bradesco Sans;*/
    text-align: left;
    letter-spacing: 0px;
    color: #CC092F;
    opacity: 1;   
    margin-left: 40px;
}

.calendar-section {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 956px;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(245deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
}

.calendar-section-back-left {
    position: absolute;
    left: -10px;
    top: 20px;
    width: 156px;
    height: 232px;
    mix-blend-mode: overlay;
}

.calendar-section-back-right-b1 {
    position: absolute;
    right: -40px;
    bottom: -70px;
    width: 581px;
    height: 382px;
}

.calendar-section-back-right-b2 {
    position: absolute;
    right: -60px;
    bottom: -110px;
    width: 456px;
    height: 332px;
}

.calendar-section-back-right-flow {
    position: absolute;
    left: -50px;
    top: 50%;
    min-width: 1000px;
    width: 82%;
    mix-blend-mode: overlay;
    opacity: 1;
}

.calendar-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}

.calendar-text {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 130px;
    align-items: center;
    justify-content: center;
}

.calendar-text-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 39px;
    font-weight: bold;  
    /*font: normal normal bold 32px/39px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.calendar-text-subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 30px;
    font-weight: normal;  
    /*font: normal normal medium 24px/30px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.calendar-cards {
    display: flex;
    flex-direction: column;
    gap: 72px;
    align-items: center;
    justify-content: center;
}

.calendar-cards-column {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.calendar-card-little {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 225px;
    height: 267px;
}

.calendar-card-big {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 544px;
    height: 267px;
}

.calendar-card {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    height: 267px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #0000003B;
    border-radius: 16px;
    opacity: 1;
    padding: 8px;
}

.calendar-sub-card-float {
    position: absolute;
    display: flex;
    z-index: 0;
    flex-direction: column;
    padding: 15px;
    width: 124px;
    height: 95px;
    top: -20%;
    left: 0;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 22px;
    font-weight: 600;  
    /*font: normal normal 600 18px/22px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;    
    background: #FD37BB;
    mix-blend-mode: overlay;
    border-radius: 26px;
    opacity: 1;
}

.calendar-sub-card {
    position: relative;
    display: flex;
    z-index: 1;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 20px;
    align-items: center;
    justify-content: flex-end;
}

.calendar-card-up {
    top: -20px;
}

.calendar-sub-card-icon {
    display: flex;
    flex-direction: column;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
}

.calendar-sub-title {
    max-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: normal;  
    /*font: normal normal normal 16px/20px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 35px;
}

.calendar-sub-title p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: 600;  
    /*font: normal normal normal 16px/20px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000000;
}

.calendar-sub-card-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    width: 100%;
    height: 63px;
    background: #A7A8AC;
    border-radius: 10px;
    padding: 15px;
    opacity: 1;
}

.calendar-sub-card-info .calendar-sub-card-info-icon {
    display: flex;
    width: 33px;
    height: 33px;
    border-radius: 33px;
    background: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.calendar-sub-card-icon-image {    
    width: 60%;
    height: 60%;
}

.calendar-sub-card-info-active {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    width: 100%;
    height: 63px;
    background: transparent linear-gradient(#E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 15px;
    opacity: 1;
}

.calendar-sub-card-info-active .calendar-sub-card-info-icon {
    display: flex;
    width: 33px;
    height: 33px;
    border-radius: 33px;
    background: #FD37BB;
    align-items: center;
    justify-content: center;
}

.calendar-sub-card-info-text {
    margin-left: 10px;
}

.calendar-sub-card-info-text-b {
    flex-direction: column;
    display: flex;
    width: 84%;
    justify-content: center;
    align-items: center;
}

.calendar-sub-card-info-title {
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 17px;
    font-weight: 600;  
    letter-spacing: 0px;
    color: #FFFFFF;
    /*font: normal normal medium 14px/17px Bradesco Sans;*/
}

.calendar-sub-card-info-subtitle {
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 25px;
    font-weight: 600;  
    letter-spacing: 0px;
    color: #FFFFFF;
    /*font: normal normal 600 20px/25px Bradesco Sans;*/
}

.prizedraw-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 780px;
    align-items: center;
    justify-content: center;
}

.prizedraw-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #F0F1F5 0% 0% no-repeat padding-box;
}

.prizedraw-back {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50%;
    align-items: center;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.prizedraw-back-image {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 231px;
    height: 275px;
    align-items: center;
    justify-content: center;
}

.prizedraw-cards {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 80%;
    gap: 32px;
    border-radius: 16px;
    opacity: 1;
}

.prizedraw-card-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    min-width: 520px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #0000003B;
    border-radius: 16px;
    opacity: 1;
    justify-content: center;
    align-items: center;
}

.prizedraw-card-item-header {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
    gap: 28px;
    height: fit-content;
}

.prizedraw-card-item-header-icon {   
    position: absolute;
    left: -10px;
    top: -10px;
    width: 80px;
    height: 80px;
    background: transparent linear-gradient(#E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;  
    border-radius: 16px;
}

.prizedraw-card-item-header-text {
    position: relative;
    display: flex;
    flex-direction: column;  
    margin-left: 100px;
    margin-right: 60px;
    gap: 6px;
}

.prizedraw-card-item-header-title {
    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: #000000;
    opacity: 1;
    
}

.prizedraw-card-item-header-subtitle {
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: normal;  
    /*font: normal normal medium 16px/20px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;    
}

.prizedraw-card-item-image {
    position: relative;
    width: 80%;
    height: 100%;
    margin: 40px;
}

.prizedraw-map {
    display: flex; 
    flex-direction: column; 
    position: absolute;
    top: 0;
    width: 100%;
}

.winners-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 760px;
    align-items: center;
    justify-content: center;
    background: #F0F1F5 0% 0% no-repeat padding-box;
}

.winners-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.winners-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 39px;
    font-weight: bold;  
    letter-spacing: 0px;
    color: #000000;
    /*font: normal normal bold 32px/39px Bradesco Sans;*/
}

.winners-board {
    display: flex;
    flex-direction: column;
    width: 928px;
    height: fit-content;
    background: transparent linear-gradient(244deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    align-items: center;
    padding: 2%;
}

.winners-board-header {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 16px;
    gap: 8px;
    width: 96%;
}


.winners-board-header-group {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 16px;
    gap: 8px;
    width: max-content;
    transition: all 0.2;
}

.winners-board-header-group:hover {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 16px;
    gap: 8px;
    width: max-content;
    background: rgba(224, 101, 128, 0.4);
    transition: all 0.2;
    border-radius: 10px;
}

.winners-board-header-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 17px;
    font-weight: 600;  
    /*font: normal normal 600 14px/17px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
}

.winners-board-header-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    mix-blend-mode: overlay;
    opacity: 0.5;
    cursor: pointer;
}

.winners-board-header-image {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    right: 22px;
}

.winners-board-header-line {
    width: 96%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    opacity: 0.3;
}

.winners-board-list {
    width: 96%;
    max-height: 600px;
    display: flex;
    flex-direction: row;
    align-items: start;
    padding: 0 5px;
    gap: 9px;
    overflow-y: scroll;
    scrollbar-color: #2D4899 #ffffffd5;
}

.winners-board-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    height: 100%;
    width: 150px;
    align-items: center;
    justify-content: center;
}

.winners-board-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;   
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: 600;  
    /*font: normal normal 600 16px/20px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 15px;
}

.winners-board-itens {
    display: flex;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 1s;
}

.winners-board-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* height: 90px; */
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.winners-board-item-title {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 23px;
    align-items: center;
    justify-content: center;        
    background: #2D4899 0% 0% no-repeat padding-box;
    border-radius: 5px;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 15px;
    font-weight: normal;  
    /*font: normal normal normal 12px/15px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.winners-board-item-card {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;    
    background: #FFFFFF 0% 0% no-repeat padding-box;
    mix-blend-mode: overlay;
    opacity: 0.5;
    border-radius: 15px;
    min-height: 75px;
    max-height: 100px;
}

.winners-board-item-card.big {
    height: 315px;
    max-height: 315px;
}

.winners-board-item-card-winner {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
    align-items: flex-start;
    justify-content: flex-start;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 15px;
    -moz-box-shadow: inset 0 -10px 10px -10px #000000;
    -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
    box-shadow: inset 0 -10px 10px -10px #000000;
    min-height: 75px;
    max-height: 100px;
}

.winners-board-item-card-winner.big {
    height: 208px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.winners-board-item-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;  
    padding-top: 10px; 
    /* text-transform: lowercase; */
}

.winners-board-item-card-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;    
    opacity: 1;
    margin: 6px;
    width: 30px;
    height: 30px;
    top: 10px;
    position: relative;
}

.winners-board-item-card-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;    
    opacity: 1;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 13px;
    font-weight: 600;  
    /*font: normal normal medium 12px/15px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: -4px;
}

.winners-board-item-card-cupom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;    
    opacity: 1;
    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;
    margin-top: 3px;
}

.winners-board-item-card-local {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;    
    opacity: 1;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 12px;
    font-weight: bold; 
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 10px;
}

.winners-board-item-full {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 480px;
    align-items: center;
    justify-content: center;    
    opacity: 1;
    border-radius: 15px;

}

.winners-board-item-card-full {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;    
    background: #FFFFFF 0% 0% no-repeat padding-box;
    mix-blend-mode: overlay;
    opacity: 0.5;
    border-radius: 15px;

}

.winners-board-item-card-full-no-winner {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;    
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 15px;
    font-weight: 600;  
    /*font: normal normal medium 12px/15px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.9;
    top: 50%;

}

.winners-board-item-card-no-winner {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;    
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 15px;
    font-weight: 600;  
    /*font: normal normal medium 12px/15px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.9;
    top: 12%;
}

.winners-board-item-card-no-winner.big {
    padding-bottom: 33px;
}

.questions-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    align-items: center;
    justify-content: center;
    background: #F0F1F5 0% 0% no-repeat padding-box;
}

.questions-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.questions-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 39px;
    font-weight: bold;  
    /*font: normal normal bold 32px/39px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #002C2E;
    opacity: 1;
    margin-bottom: 24px;
}

.questions-list {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: fit-content;
    align-items: center;
    gap: 16px;
}

.questions-item {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 20px 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #00000029;
    border: 0.5px solid #F0F1F5;
    border-radius: 30px;
    opacity: 1;
    transition: all 0.5s;
}

.questions-item.active {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: fit-content;
    padding-bottom: 2%;
    /*height: 178px;*/
    background: transparent linear-gradient(180deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 8px #00000029;
    border: 0.5px solid #F0F1F5;
    border-radius: 30px;
    opacity: 1;
    transition: all 0.5s;
}

.questions-item-icon-red {    
    position: absolute;
    right: 10px;
    width: 32px;
    height: 32px;
    /*background: url("../images/home/grupo-121705-red.svg") no-repeat;*/
    fill: #E3183E;
    transform: rotate(180deg);
    opacity: 1;
    transition: all 0.5s;
}

.questions-item.active .questions-item-icon-red {
    /*background: url("../images/home/grupo-121705.svg") no-repeat;*/
    fill: #FFFFFF;
    transform: rotate(0deg);
    opacity: 0;
}

.questions-item-icon {    
    position: absolute;
    right: 10px;
    width: 32px;
    height: 32px;
    /*background: url("../images/home/grupo-121705-red.svg") no-repeat;*/
    fill: #E3183E;
    transform: rotate(180deg);
    opacity: 0;
    transition: all 0.5s;
}

.questions-item.active .questions-item-icon {
    /*background: url("../images/home/grupo-121705.svg") no-repeat;*/
    fill: #FFFFFF;
    transform: rotate(0deg);
    opacity: 1;
}
    
.questions-item-title-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.questions-item-title {
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 28px;
    font-weight: 600;  
    /*font: normal normal 600 18px/28px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #47484C;
    opacity: 1;
    padding-left: 32px;
}

.questions-item.active .questions-item-title {
    color: #FFFFFF;
}

.questions-item-line {
    display: none;
    margin-top: 16px;
    width: 100%;
    border: 1px solid #F0F1F5;
    margin-bottom: 16px;
}

.questions-item.active .questions-item-line {
    display: flex;
}

.questions-item-subtitle {
    display: none;
    flex-direction: column;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 28px;
    font-weight: normal;  
    /*font: normal normal medium 16px/28px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-left: 32px;
    padding-right: 32px;
}

.questions-item.active .questions-item-subtitle {
    display: flex;
}

.questions-item-subtitle ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: disc;
    margin-top: 20px;
    margin-left: 130px;
}

.questions-item-subtitle-content {
    display: flex;
    flex-direction: row;
}

.questions-item-subtitle-image {
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    max-width: 289px;
    max-height: 286px;
}

.questions-item-subtitle-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: normal;  
    /*font: normal normal medium 16px/20px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-left: 32px;
    gap: 20px;
}

.questions-item-subtitle-text-first {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.questions-item-subtitle-text-first-subcontent {
    display: flex;
    flex-direction: row;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 20px;
    font-weight: bold;  
    /*font: normal normal bold 16px/28px Bradesco Sans*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.questions-item-subtitle-text-first-subcontent-text {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.questions-item-subtitle-text-first-subcontent-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    mix-blend-mode: overlay;
    border-radius: 8px;
}

.questions-item-subtitle-text-second {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.questions-item-subtitle-text-second p {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: "Bradesco", sans-serif;
    font-size: 17px;
    font-weight: normal;  
    /*font: normal normal medium 14px/17px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}        

.coupons-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100px;
    background: blue;
}

.questions-description {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
    margin-bottom: 100px;
}

.cupons-section {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 56px;
    background: #2D4899 0% 0% no-repeat padding-box;
    flex-direction: row;
    opacity: 1;
    justify-content: center;
    align-items: center;
    bottom: 0;
    transition: all 1s;
    z-index: 5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.cupons-section.active {  
    display: flex;  
    flex-direction: column !important;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #A7A8AC 0% 0% no-repeat padding-box;
    flex-direction: row;
    opacity: 1;
    justify-content: center;
    align-items: center;
    bottom: -120px;
    transition: all 1s;
}

.cupons-section-button {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 56px;
    opacity: 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cupons-section-title {
    display: flex;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 22px;
    font-weight: 600;
    /*font: normal normal 600 18px/22px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
}   

.cupons-section.active .cupons-section-title {
    display: none;
}   

.cupons-section-title-close {
    display: none;
    text-align: center;
    font-family: "Bradesco", sans-serif;
    font-size: 22px;
    font-weight: 600;
    /*font: normal normal 600 18px/22px Bradesco Sans;*/
    letter-spacing: 0px;
    color: #FFFFFF;
}   

.cupons-section.active .cupons-section-title-close {
    display: flex;
}   

.cupons-section.active .cupons-section-title {
    display: none;
}   

.cupons-section-icon {
    display: flex;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    opacity: 1;     
}   

.cupons-section.active .cupons-section-icon {
    transform: rotate(180deg);
}   

.cupons-content {
    display: none;
    flex-direction: column;
    width: 100%;
    height: 90%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.cupons-section.active .cupons-content {
    display: flex;
}


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

    .desktop {
        display: flex !important;
    }
    
    .mobile {
        display: none !important;
    }
    
    .img-1x {
        display: flex !important;
    }
    
    .img-2x {
        display: none !important;
    }
  
    .menu-item {
        font-size: 16px;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
    }

    .banner-components-left-text {
        font-size: 18px;
        /*font: normal normal bold 18px/22px Bradesco Sans;*/
    }

    .banner-components-left-text p {
        font-size: 18px;
        /*font: normal normal bold 18px/22px Bradesco Sans;*/
    }

    .banner-components-right-text {
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
    }

    .banner-footer {
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
    }

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

    .about-content-subtitle {
        font-size: 16px;
        /*font: normal normal normal 16px/20px Bradesco Sans;*/  
    }

    .about-content-part-two-title {
        font-size: 24px;
        /*font: normal normal 600 24px/30px Bradesco Sans;*/
    }

    .about-box-row-title {
        font-size: 14px;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
    }

    .about-box-row {
        font-size: 14px;
        /*font: normal normal bold 14px/17px Bradesco Sans;*/
    }

    .about-box-row-first {
        font-size: 14px;
        /*font: normal normal bold 14px/17px Bradesco Sans;*/
    }

    .about-box-row-first-ignore {
        font-size: 14px;
        /*font: normal normal bold 14px/17px Bradesco Sans;*/
    }

    .about-box-row-text {
        font-size: 14px;
        /*font: normal normal bold 14px/17px Bradesco Sans;*/
    }

    .about-box-row-text-clean {
        font-size: 14px;
        /*font: normal normal normal 14px/17px Bradesco Sans;*/
    }

    .about-box-row-one {
        font-size: 89px;
        /*font: normal normal medium 89px/108px Bradesco Sans;*/
    }

    .about-content-part-two-footer {
        font-size: 14px;
        /*font: normal normal normal 14px/17px Bradesco Sans;*/
    }

    .calendar-text-title {
        font-size: 32px;
        /*font: normal normal bold 32px/39px Bradesco Sans;*/
    }

    .calendar-text-subtitle {
        font-size: 24px;
        /*font: normal normal medium 24px/30px Bradesco Sans;*/
    }

    .calendar-sub-card-float {
        font-size: 18px;
        /*font: normal normal 600 18px/22px Bradesco Sans;*/
    }

    .calendar-sub-title {
        font-size: 16px;
        /*font: normal normal normal 16px/20px Bradesco Sans;*/
    }

    .calendar-sub-title p {
        font-size: 16px;
        /*font: normal normal normal 16px/20px Bradesco Sans;*/
    }

    .calendar-sub-card-info-title {
        font-size: 14px;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
    }

    .calendar-sub-card-info-subtitle {
        font-size: 20px;
        /*font: normal normal 600 20px/25px Bradesco Sans;*/
    }

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

    .prizedraw-card-item-header-subtitle {
        font-size: 16px;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
    }

    .winners-title {
        font-size: 32px;
        /*font: normal normal bold 32px/39px Bradesco Sans;*/
    }

    .winners-board-header-title {
        font-size: 14px;
        /*font: normal normal 600 14px/17px Bradesco Sans;*/
    }

    .winners-board-title {
        font-size: 16px;
        /*font: normal normal 600 16px/20px Bradesco Sans;*/
    }

    .winners-board-item-title {
        font-size: 12px;
        /*font: normal normal normal 12px/15px Bradesco Sans;*/
    }

    .winners-board-item-card-name {
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
    }

    .winners-board-item-card-cupom {
        font-size: 12px;
        /*font: normal normal 300 12px/15px Bradesco Sans;*/
    }

    .winners-board-item-card-local {
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
    }

    .winners-board-item-card-full-no-winner {
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/

    }

    .winners-board-item-card-no-winner {
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
    }

    .questions-title {
        font-size: 32px;
        /*font: normal normal bold 32px/39px Bradesco Sans;*/
    }

    .questions-item-title {
        font-size: 18px;
        /*font: normal normal 600 18px/28px Bradesco Sans;*/
    }

    .questions-item-subtitle {
        font-size: 16px;
        /*font: normal normal medium 16px/28px Bradesco Sans;*/
    }

    .questions-item-subtitle-text {
        font-size: 16px;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
    }

    .questions-item-subtitle-text-first-subcontent {
        font-size: 16px;
        /*font: normal normal bold 16px/28px Bradesco Sans*/
    }

    .questions-item-subtitle-text-second p {
        font-size: 14px; 
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
    }        
    
    .cupons-section-title {
        font-size: 18px;
    }   
    
    .cupons-section-title-close {
        font-size: 18px;
    }   
    
}

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

    .desktop {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }
    
    .img-1x {
        display: none !important;
    }

    .img-2x {
        display: flex !important;
    }
        
    .main-page {
        position: relative;
        display: flex;
        flex-direction: column;  
        height: 100%;
        width: 100%;
    }

    .main-header {
        position: fixed;
        display: flex;
        flex-direction: row;  
        align-items: center;
        justify-content: space-between;
        top: 0px;  
        z-index: 5;
        height: 80px;
        width: 100%;
        gap: 20px;
        background: #CC092F 0% 0% no-repeat padding-box;
        opacity: 1;
        padding-left: 16px;
        padding-right: 16px;
    }

    .menu-header-logo {
        width: 105px;
        height: 46px;
    }

    .menu-header {
        margin-left: 8%;
        display: flex;
        flex-direction: row;  
        height: 100%;
        width: 100%;
        gap: 1%;
        align-items: center;
        justify-content: center;
    }

    .menu-header-icon {
        width: 32px;
        height: 32px;
    }

    .menu-item {
        display: flex;
        flex-direction: row;
        padding: 10px;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: 600;  
        text-align: left;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        border-radius: 16px;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .menu-item:hover {
        background: rgba(224, 101, 128, 0.4);
        opacity: 1;
        transition: all 1s;
    }

    .menu-item-icon {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .main-content {
        position: relative;
        padding-top: 80px;
        display: flex;
        flex-direction: column; 
        height: 100%;
        width: 100%;
    }

    .menu-header-icon-mobile {
        position: relative;
        margin: 24px;
        width: 32px;
        height: 32px;
        color: #FFFFFF;
        cursor: pointer;
    }

    .main-header-mobile {
        position: fixed;
        display: none;
        flex-direction: column;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgb(0, 0, 0, 0.5);
    }

    .main-header-mobile.active {
        display: flex;
    }

    .main-header-content {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 0;
        right: 0;
        width: 90vw;
        height: 100vh;
        background: transparent linear-gradient(27deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
        align-items: flex-end;
    }

    .menu-header-close {
        position: relative;
        margin: 24px;
        width: 32px;
        height: 32px;
        color: #FFFFFF;
        cursor: pointer;
    }

    .menu-header-back-b1 {
        position: absolute;
        width: 678px;
        height: 434px;
        right: -100px;
        bottom: -210px;
    }

    .menu-header-back-b2 {
        position: absolute;
        width: 654px;
        height: 401px;
        right: -100px;
        bottom: -250px;
        
    }

    .menu-header-mobile {
        position: relative;
        display: flex;
        flex-direction: column;
        width: max-content;
        align-items: flex-end;
        margin-right: 24px;
        margin-top: 50px;
        gap: 32px;
    }

    .menu-item-mobile { 
        display: flex;
        flex-direction: row;
        position: relative;
        text-align: right;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: normal;  
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        align-items: center;
        cursor: pointer;
    }

    .menu-item-icon-mobile {
        margin-left: 10px;
        width: 20px;
        height: 20px;
        opacity: 1;        
    }

    .banner-section {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-height: 728px;
        background: transparent linear-gradient(110deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
        overflow: hidden;
    }

    .banner-section.active {    
        position: relative;
        z-index: 6;
        padding-top: 80px;
        margin-top: -80px;
    }

    .banner-content {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        aspect-ratio: 9 / 16;
        opacity: 1;
        margin-bottom: 15px;
    }

    .banner-components {
        position: relative;
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        opacity: 1;
        align-items: center;
        padding: 10px 0px;
    }

    .banner-content-background-left {
        position: absolute;
        height: 40%;
        top: -5px;
        left: -26px;
        mix-blend-mode: overlay;
        opacity: 1;
    }
    
    .banner-content-background-right-one {
        position: absolute;
        height: 50%;
        right: -50px;
        bottom: -85px;
        opacity: 0.8;
    }
    
    .banner-content-background-right-two {
        position: absolute;
        height: 40%;
        right: -50px;
        bottom: -85px;
        opacity: 0.8;
    }

    .banner-components-left {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: fit-content;
        opacity: 1;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        justify-content: center;
        align-items: center;
    }

    .banner-components-left-image {
        display: flex;
        flex-direction: column;   
        width: 289px;
        opacity: 1;
    }

    .banner-components-left-text {
        display: flex;
        margin-left: 0px; 
        margin-top: 40px;
        flex-direction: column;
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: normal;  
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        text-align: center;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        border: none;
    }

    .banner-components-right {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: fit-content;
        opacity: 1;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        justify-content: center;
        align-items: center;
    }

    .banner-components-right-image {
        display: flex;
        flex-direction: column;
        width: 400px;
        opacity: 1;
        margin-bottom: -60px;
        margin-top: 20px;
    }

    .banner-components-right-text {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        font-family: "Bradesco", sans-serif;
        font-size: 15px;
        font-weight: normal;  
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
        text-align: left;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }

    .banner-footer { 
        display: flex;
        position: absolute;
        height: fit-content;
        top: 160px;
        right: -150px;
        z-index: 1;
        flex-direction: row;
        width: max-content;
        margin-left: 0px;
        margin-bottom: 0px;
        font-family: "Bradesco", sans-serif;
        font-size: 12px;
        /* font: normal normal 600 10px/12px Bradesco Sans; */
        font-weight: normal;
        text-align: left;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
        transform: rotate(270deg);   
    }
/*
    .cupons-mobile-section {
        display: none;
        flex-direction: column;
        height: 56px;
        background: #2D4899 0% 0% no-repeat padding-box;
        flex-direction: row;
        opacity: 1;
        justify-content: center;
        align-items: center;
        bottom: 0;
        transition: all 1s;
    }

    .cupons-mobile-section.active {  
        display: flex;  
        flex-direction: column !important;
        position: absolute;
        width: 100%;
        height: 100%;
        margin-top: -80px;
        background: #A7A8AC 0% 0% no-repeat padding-box;
        flex-direction: row;
        opacity: 1;
        justify-content: center;
        align-items: center;
        bottom: 0;
        transition: all 1s;
    }
    
    .cupons-mobile-section-button {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 56px;
        opacity: 1;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .cupons-mobile-section-title {
        display: flex;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0px;
        color: #FFFFFF;
    }   

    .cupons-mobile-section.active .cupons-mobile-section-title {
        display: none;
    }   

    .cupons-mobile-section-title-close {
        display: none;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0px;
        color: #FFFFFF;
    }   

    .cupons-mobile-section.active .cupons-mobile-section-title-close {
        display: flex;
    }   


    .cupons-mobile-section.active .cupons-mobile-section-title {
        display: none;
    }   

    .cupons-mobile-section-icon {
        display: flex;
        margin-left: 10px;
        width: 20px;
        height: 20px;
        opacity: 1;     
    }   

    .cupons-mobile-section.active .cupons-mobile-section-icon {
        transform: rotate(180deg);
    }   
    
    .cupons-mobile-section {
    }

    .cupons-mobile-content {
        display: none;
        flex-direction: column;
        width: 100%;
        height: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
    }

    .cupons-mobile-section.active .cupons-mobile-content {
        display: flex;
    }

    .cupons-mobile-form {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px 24px;
        height: inherit;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        gap: 8px;
    }

    .cupons-mobile-form-title {
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }

    .cupons-mobile-form-subtitle {
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 12px;
    }

    .cupons-mobile-form-group {
        display: flex;
        justify-content: center;
    }
*/
    .about-section {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 30px;
        align-items: center;
        justify-content: center;
        background: #FFFFFF 0% 0% no-repeat padding-box;
    }
    
    .about-section-back-left {
        position: absolute;
        left: -10px;
        top: 20px;
        width: 231px;
        height: 275px;
    }
    
    .about-section-back-right-l1 {
        position: absolute;
        right: -10px;
        bottom: 100px;
        width: 231px;
        height: 219px;
    }
    
    .about-section-back-right-l2 {
        position: absolute;
        right: -10px;
        bottom: 30px;
        width: 231px;
        height: 170px;
        mix-blend-mode: overlay;
    }
    
    .about-section-back-right-b1 {
        position: absolute;
        right: -48px;
        bottom: -140px;
        width: 428px;
        height: 401px;
    }
    
    .about-section-back-right-b2 {    
        position: absolute;
        right: -20px;
        bottom: -32px;
        width: 266px;
        height: 176px;
    }
    
    .about-content-cards {
        display: flex;
        flex-direction: column;
        z-index: 2;
        width: 100%;
        height: fit-content;
        gap: 30px;
        align-items: center;
        justify-content: center;
        min-width: auto;
    }
    
    .about-content-part-one {
        display: flex;
        flex-direction: column;
        width: 80%;
        gap: 20px;
        height: 600px;
        align-items: center;
        justify-content: center;
    }
    
    .about-content-part-one-left {
        display: flex;
        flex-direction: column;
        position: relative;
        flex: 1;
        height: 100%;
        width: 100%;
        background: transparent linear-gradient(90deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 16px #0000003B;
        border-radius: 16px;
        opacity: 1; 
        align-items: center;
        justify-content: center;
    }
    
    .about-content-part-one-right {
        display: flex;
        flex-direction: column;
        position: relative;
        flex: 1;
        height: 100%;
        width: 100%;
        background: transparent linear-gradient(90deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 16px #0000003B;
        border-radius: 16px;
        opacity: 1; 
        align-items: center;
        justify-content: center;
    }
    
    .about-content-circle-image {
        position: absolute;
        width: 25%;
        max-width: 120px;
        height: fit-content;
        border-radius: 25%;
        mix-blend-mode: overlay;
        aspect-ratio: 60/60;
    }
    
    .about-content-circle-left-image {
        display: flex;
        width:  35%;
        max-width: 90px;
        /* padding: 14px;*/
        min-width: 43px;
        z-index: 2;
    }
    
    .about-content-circle-right-image {
        display: flex;
        width:  35%;
        /* padding: 14px;*/
        z-index: 2;
    }
    
    .about-content-circle-back-image {
        position: absolute;
        left: 0;
        top: 0;
        height: 50%;
        mix-blend-mode: overlay;
    }
    
    .about-content-circle {
        display: flex;
        width: 50%;
        height: 50%;    
        align-items: center;
        justify-content: center;
    }
    
    .about-content-text {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        height: 60%;    
        border-radius: 16px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        padding: 20px;
    }
    
    .about-content-title {
        font-family: "Bradesco", sans-serif;
        font-size: 22px;
        font-weight: 600;  
        /*font: normal normal 600 18px/22px Bradesco Sans;*/
        text-align: center;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;    
    }
    
    .about-content-subtitle {
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: normal;  
        /*font: normal normal normal 16px/20px Bradesco Sans;*/
        text-align: center;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;    
    }
    
    .about-slider {
        display: flex;
        flex-direction: column;
        width: 100%;
        opacity: 1;
        overflow: hidden;
        padding: 10px;
    }

    .about-content-part-two {
        display: flex;
        flex-direction: column;
        width: max-content;
        height: 55%;
        padding: 5% 10%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 16px #0000003B;
        border-radius: 16px;
        opacity: 1;
    }
    
    .about-content-part-two-title {
        font-family: "Bradesco", sans-serif;
        font-size: 30px;
        font-weight: normal;  
        /*font: normal normal 600 24px/30px Bradesco Sans;*/
        text-align: left;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;   
        margin-left: 40px;
    }
    
    .about-content-part-two-box {
        display: flex;
        flex-direction: row;
        width: max-content;
        height: max-content;
        border: 1px solid #D3D7D8;
        border-radius: 25px;
        opacity: 1;
        margin-top: 20px;
        margin-bottom: 10px;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }
    
    .padding-left-30 {
        padding-left: 30px;
    }
    
    .padding-left-right {
        padding-left: 10px;
        padding-right: 50px;
        justify-content: center;
    }
    
    .about-box-column {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 90%;
    }
    
    .about-box-row-title {
        display: flex;
        flex-direction: row;
        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: #CC092F;
        opacity: 1;
    }
    
    .about-box-row {
        display: flex;
        flex-direction: row;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: bold;  
        /*font: normal normal bold 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        justify-content: space-between;
    }
    
    .about-box-row-first {
        display: flex;
        flex-direction: row;
        text-align: right;
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: bold; 
        /*font: normal normal bold 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #CC092F;
        opacity: 1;
    }
    
    .about-box-row-first-ignore {
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: bold; 
        /*font: normal normal bold 14px/17px Bradesco Sans;*/
        color: transparent;
    }
    
    .about-box-row-text {
        width: max-content;
        display: flex;
        flex-direction: row;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: bold;  
        /*font: normal normal bold 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        min-width: max-content;
    }
    
    .about-box-row-text-clean {
        display: flex;
        flex-direction: row;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: normal;  
        /*font: normal normal normal 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }
    
    .about-box-row-image {
        display: flex;
        flex-direction: row;
        margin-left: 10px;
    }
    
    .about-box-row-image-equal {
        display: flex;
        flex-direction: row;
        width: 52px;
        height: 108px;
    }
    
    .about-box-row-final {
        display: flex;
        flex-direction: row;
        position: relative;
    }
    
    .about-box-row-one {
        display: flex;
        flex-direction: row;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 108px;
        font-weight: normal;  
        /*font: normal normal medium 89px/108px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        z-index: 1;
    }
    
    .about-box-row-image-ticket {
        position: absolute;
        display: flex;
        flex-direction: row;
        width: 71px;
        height: 71px;
        margin-left: -25px;
        top: 25px;
        left: 35px;
    }
    
    .about-content-part-two-footer {
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: normal;  
        /*font: normal normal normal 14px/17px Bradesco Sans;*/
        text-align: left;
        letter-spacing: 0px;
        color: #6D6E71;
        opacity: 1;   
        margin-left: 40px;
    }

    .calendar-section {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: fit-content;
        align-items: center;
        justify-content: center;
        background: transparent linear-gradient(245deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
        border-radius: 23px;
        opacity: 1;    
        overflow: hidden;
    }
    
    .calendar-section-back-left {
        position: absolute;
        left: -10px;
        top: 300px;
        width: 156px;
        height: 232px;
        mix-blend-mode: overlay;
    }
    
    .calendar-section-back-right-b1 {
        position: absolute;
        right: -70px;
        bottom: -70px;
        width: 581px;
        height: 382px;
    }
    
    .calendar-section-back-right-b2 {
        position: absolute;
        right: -100px;
        bottom: -110px;
        width: 456px;
        height: 332px;
    }
    
    .calendar-section-back-right-flow {
        position: absolute;
        left: -50px;
        top: 50%;
        min-width: 1000px;
        width: 82%;
        mix-blend-mode: overlay;
        opacity: 1;
    }
    
    .calendar-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: fit-content;
        align-items: center;
        margin-bottom: 150px;
    }
    
    .calendar-text {
        display: flex;
        flex-direction: column;
        margin-top: 60px;
        margin-bottom: 40px;
        align-items: center;
        justify-content: center;
    }
    
    .calendar-text-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 30px;
        font-weight: bold;  
        /*font: normal normal bold 24px/30px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }
    
    .calendar-text-subtitle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 22px;
        font-weight: normal;  
        /*font: normal normal medium 18px/22px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }
    
    .calendar-cards {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 320px;
        gap: 72px;
        align-items: center;
        justify-content: center;
    }
    
    .calendar-cards-column {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 320px;
        gap: 30px;
        align-items: flex-end;
        justify-content: flex-start;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 10%;
    }
    
    .calendar-card-little {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: max-content;
        height: 270px;
    }
    
    .calendar-card-big {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 544px;
        height: 270px;
    }
    
    .calendar-card {
        position: relative;
        display: flex;
        flex-direction: column;
        z-index: 1;
        width: 100%;
        height: 270px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 16px #0000003B;
        border-radius: 16px;
        opacity: 1;
        padding: 8px;
    }
    
    .calendar-sub-card-float {
        position: absolute;
        display: flex;
        z-index: 0;
        flex-direction: column;
        padding: 15px;
        width: 134px;
        height: 95px;
        top: -20%;
        left: 0;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 22px;
        font-weight: 600;  
        /*font: normal normal 600 18px/22px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;    
        background: #FD37BB;
        mix-blend-mode: overlay;
        border-radius: 26px;
        opacity: 1;
    }
    
    .calendar-sub-card {
        position: relative;
        display: flex;
        z-index: 1;
        flex-direction: column;
        width: 100%;
        height: 100%;
        top: 0;
        border-radius: 20px;
        align-items: center;
        justify-content: flex-end;
    }
    
    .calendar-card-up {
        top: auto;
    }
    
    .calendar-sub-card-icon {
        display: flex;
        flex-direction: column;
        width: 56px;
        height: 56px;
        align-items: center;
        justify-content: center;
    }
    
    .calendar-sub-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: normal;  
        /*font: normal normal normal 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        margin-top: 25px;
        margin-bottom: 35px;
    }
    
    .calendar-sub-title p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: 600;  
        /*font: normal normal normal 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
    }
    
    .calendar-sub-card-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        width: 100%;
        height: 63px;
        background: #A7A8AC;
        border-radius: 10px;
        padding: 15px;
        opacity: 1;
    }
    
    .calendar-sub-card-info .calendar-sub-card-info-icon {
        display: flex;
        width: 33px;
        height: 33px;
        border-radius: 33px;
        background: #FFFFFF;
        align-items: center;
        justify-content: center;
    }
    
    .calendar-sub-card-icon-image {    
        width: 60%;
        height: 60%;
    }
    
    .calendar-sub-card-info-active {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        width: 100%;
        height: 63px;
        background: transparent linear-gradient(#E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
        border-radius: 10px;
        padding: 15px;
        opacity: 1;
    }
    
    .calendar-sub-card-info-active .calendar-sub-card-info-icon {
        display: flex;
        width: 33px;
        height: 33px;
        border-radius: 33px;
        background: #FD37BB;
        align-items: center;
        justify-content: center;
    }
    
    .calendar-sub-card-info-text {
        margin-left: 10px;
    }
    
    .calendar-sub-card-info-text-b {
        flex-direction: column;
        display: flex;
        width: 84%;
        justify-content: center;
        align-items: center;
    }
    
    .calendar-sub-card-info-title {
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: 600;  
        letter-spacing: 0px;
        color: #FFFFFF;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
    }
    
    .calendar-sub-card-info-subtitle {
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 25px;
        font-weight: 600;  
        letter-spacing: 0px;
        color: #FFFFFF;
        /*font: normal normal 600 20px/25px Bradesco Sans;*/
    }

    .prizedraw-section {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: fit-content;
        align-items: center;
        justify-content: center;
    }
    
    .prizedraw-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        background: #F0F1F5 0% 0% no-repeat padding-box;
    }
    
    .prizedraw-back {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 75%;
        align-items: center;
        justify-content: center;
        background: #FFFFFF 0% 0% no-repeat padding-box;
    }
    
    .prizedraw-back-image {
        position: absolute;
        top: 10px;
        left: -10px;
        display: flex;
        flex-direction: column;
        width: 231px;
        height: 275px;
        align-items: center;
        justify-content: center;
    }
    
    .prizedraw-cards {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 70%;
        height: 80%;
        gap: 32px;
        border-radius: 16px;
        opacity: 1;
        margin-top: 100px;
        margin-bottom: 20px;
    }
    
    .prizedraw-card-item {
        position: relative;
        display: flex;
        flex-direction: column;
        flex: 1;
        height: 100%;
        min-width: auto;
        width: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 16px #0000003B;
        border-radius: 16px;
        opacity: 1;
    }
    
    .prizedraw-card-item-header {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 90%;
        align-items: flex-start;
        justify-content: center;
        margin-top: 40px;
        gap: 28px;
        height: fit-content;
        margin: 0 5%;
        padding-top: 5%;
    }
    
    .prizedraw-card-item-header-icon {   
        position: relative;
        left: 0px;
        top: 0px;
        width: 80px;
        height: 80px;
        background: transparent linear-gradient(#E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;  
        border-radius: 16px;
    }
    
    .prizedraw-card-item-header-text {
        position: relative;
        display: flex;
        flex-direction: column;  
        margin-left: 0px;
        margin-right: 0px;
        gap: 6px;
    }
    
    .prizedraw-card-item-header-title {
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 22px;
        font-weight: 600;  
        /*font: normal normal 600 18px/22px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        
    }
    
    .prizedraw-card-item-header-subtitle {
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: normal;  
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;    
    }
    
    .prizedraw-card-item-image {
        position: relative;
        width: 80%;
        height: 100%;
        margin: 5%;
    }
    
    .prizedraw-map {
        display: flex; 
        flex-direction: column; 
        position: relative;
        top: 0;
        width: 100%;
    }
        
    .winners-section {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: auto;
        align-items: center;
        justify-content: center;
        background: #F0F1F5 0% 0% no-repeat padding-box;
    }

    .winners-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .winners-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 30px;
        font-weight: bold;  
        letter-spacing: 0px;
        color: #000000;
        /*font: normal normal bold 24px/30px Bradesco Sans;*/
    }

    .winners-board {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: fit-content;
        background: transparent linear-gradient(244deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
        border-radius: 23px;
        opacity: 1;
        align-items: center;
        padding: 2%;
    }

    .winners-board-header {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 96%;
    }

    .winners-board-header-group {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding: 16px;
        gap: 8px;
        width: 100%;
    }

    .winners-board-header-group:hover {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding: 16px;
        gap: 8px;
        width: 100%;
        background: rgba(224, 101, 128, 0.4);
        transition: all 0.2;
        border-radius: 10px;
    }

    .winners-board-header-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: 600;  
        /*font: normal normal 600 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        cursor: pointer;
    }

    .winners-board-header-icon {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 32px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        mix-blend-mode: overlay;
        opacity: 0.5;
        cursor: pointer;
    }

    .winners-board-header-image {
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        right: 22px;
    }

    .winners-board-header-line {
        width: 96%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border: 1px solid #FFFFFF;
        opacity: 0.3;
    }

    .winners-board-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        overflow-x: scroll;
        gap: 9px;
    }

    .winners-board-column {
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .winners-board-title {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: 600;  
        /*font: normal normal bold 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        padding: 15px;
    }

    .winners-board-itens {
        display: none;
        position: relative;
        flex-direction: column;
        width: 100%;
        height: 0;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 1s;
       /* animation-name: kWinner;
        animation-duration: 1s;
        animation-play-state: running;*/
    }

    .winners-board-column.active .winners-board-itens {
        display: flex;
        position: relative;
        flex-direction: column;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 1s;
    }

    .winners-board-item-icon {
        display: flex;
        right: 10px;
        top: 24px;
        width: 32px;
        height: 32px;
        fill: #FFFFFF;
        transform: rotate(180deg);
        transition: all 0.5s;
    }

    .winners-board-column.active .winners-board-title .winners-board-item-icon {
        display: flex;
        right: 10px;
        top: 24px;
        width: 32px;
        height: 32px;
        fill: #FFFFFF;
        transform: rotate(0deg);
    }

    .winners-board-column.active .winners-board-header-line {
        display: none !important;
        transition: all 0.5s;
    }

    .winners-board-item {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        /* height: 90px; */
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .winners-board-item-title {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 23px;
        align-items: center;
        justify-content: center;        
        background: #2D4899 0% 0% no-repeat padding-box;
        border-radius: 5px;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 15px;
        font-weight: normal;  
        /*font: normal normal normal 12px/15px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }

    .winners-board-item-card {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 64px;
        align-items: center;
        justify-content: center;    
        background: #FFFFFF 0% 0% no-repeat padding-box;
        mix-blend-mode: overlay;
        opacity: 0.5;
        border-radius: 15px;
    }

    .winners-board-item-card-winner {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 64px;
        align-items: flex-start;
        justify-content: flex-start;    
        background: #FFFFFF 0% 0% no-repeat padding-box;
        opacity: 1;
        border-radius: 15px;
        -moz-box-shadow: inset 0 -10px 10px -10px #000000;
        -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
        box-shadow: inset 0 -10px 10px -10px #000000;
    }

    .winners-board-item-card-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;  
        padding-top: 3px; 
    }

    .winners-board-item-card-icon {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;    
        opacity: 1;
        margin: 6px;
    }

    .winners-board-item-card-name {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;    
        opacity: 1;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 15px;
        font-weight: 600;  
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: -4px;
    }

    .winners-board-item-card-cupom {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;    
        opacity: 1;
        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;
        margin-top: 3px;
    }

    .winners-board-item-card-local {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;    
        opacity: 1;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 15px;
        font-weight: 300;  
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }

    .winners-board-item-full {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 480px;
        align-items: center;
        justify-content: center;    
        opacity: 1;
        border-radius: 15px;

    }

    .winners-board-item-card-full {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;    
        background: #FFFFFF 0% 0% no-repeat padding-box;
        mix-blend-mode: overlay;
        opacity: 0.5;
        border-radius: 15px;

    }

    .winners-board-item-card-full-no-winner {
        position: absolute;
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;    
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 15px;
        font-weight: 600;  
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 0.9;
        top: 50%;

    }

    .winners-board-item-card-no-winner {
        position: absolute;
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;    
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 15px;
        font-weight: 600;  
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 0.9;
        top: 12%;
    }


    .questions-section {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: fit-content;
        align-items: center;
        justify-content: center;
        background: #F0F1F5 0% 0% no-repeat padding-box;
    }
    
    .questions-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    
    .questions-title {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 30px;
        font-weight: bold;  
        /*font: normal normal bold 24px/30px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #002C2E;
        opacity: 1;
        margin-bottom: 24px;
    }
    
    .questions-list {
        display: flex;
        flex-direction: column;
        width: 80%;
        height: fit-content;
        align-items: center;
        gap: 16px; 
    }
    
    .questions-item {
        position: relative;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 20px 0px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 8px #00000029;
        border: 0.5px solid #F0F1F5;
        border-radius: 30px;
        opacity: 1;
        transition: all 0.5s;
    }
    
    .questions-item.active {
        position: relative;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: fit-content;
        padding-bottom: 20px;
        /*height: 178px;*/
        background: transparent linear-gradient(180deg, #E3183E 0%, #B11E78 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 8px #00000029;
        border: 0.5px solid #F0F1F5;
        border-radius: 30px;
        opacity: 1;
        transition: all 0.5s;
    }
    
    .questions-item-icon-red {    
        position: absolute;
        right: 16px;
        width: 48px;
        height: 48px;
        /*background: url("../images/home/grupo-121705-red.svg") no-repeat;*/
        fill: #E3183E;
        transform: rotate(180deg);
        opacity: 1;
        transition: all 0.5s;
    }
    
    .questions-item.active .questions-item-icon-red {
        /*background: url("../images/home/grupo-121705.svg") no-repeat;*/
        fill: #FFFFFF;
        transform: rotate(0deg);
        opacity: 0;
    }

    .questions-item-icon {    
        position: absolute;
        right: 16px;
        width: 48px;
        height: 48px;
        /*background: url("../images/home/grupo-121705-red.svg") no-repeat;*/
        fill: #E3183E;
        transform: rotate(180deg);
        opacity: 0;
        transition: all 0.5s;
    }
    
    .questions-item.active .questions-item-icon {
        /*background: url("../images/home/grupo-121705.svg") no-repeat;*/
        fill: #FFFFFF;
        transform: rotate(0deg);
        opacity: 1;
    }
    
    .questions-item-title-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .questions-item-title {
        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;
        color: #47484C;
        opacity: 1;
        padding-left: 32px;
        padding-right: 70px;
    }
    
    .questions-item.active .questions-item-title {
        color: #FFFFFF;
    }
    
    .questions-item-line {
        display: none;
        margin-top: 16px;
        width: 100%;
        border: 1px solid #F0F1F5;
        margin-bottom: 16px;
    }
    
    .questions-item.active .questions-item-line {
        display: flex;
    }
    
    .questions-item-subtitle {
        display: none;
        flex-direction: column;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: normal;  
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        padding-left: 16px;
        padding-right: 16px;
        align-items: center;
    }
    
    .questions-item.active .questions-item-subtitle {
        display: flex;
    }
    
    .questions-item-subtitle ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        list-style: disc;
        margin-top: 20px;
        margin-left: 20px;
    }
    
    .questions-item-subtitle-content {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 30px;
        width: 100%;
    }
    
    .questions-item-subtitle-image {
        display: flex;
        flex-direction: row;
        flex: 1;
        width: 100%;
        max-width: 289px;
        max-height: 286px;
        justify-content: center;
        align-items: center;
    }
    
    .questions-item-subtitle-text {
        display: flex;
        flex-direction: column;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: normal;  
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        padding-left: 0px;
        gap: 20px;
    }
    
    .questions-item-subtitle-text-first {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .questions-item-subtitle-text-first-subcontent {
        display: flex;
        flex-direction: column;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 20px;
        font-weight: bold;  
        /*font: normal normal bold 16px/28px Bradesco Sans*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        justify-content: center;
        align-items: center;
    }
    
    .questions-item-subtitle-text-first-subcontent-text {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-left: 10px;
        margin-right: 10px;
        justify-content: center;
        align-items: center;
        padding: 5px;
        font-size: 18px;
        /*font: normal normal bold 14px/38px Bradesco Sans;*/
    }

    .questions-item-subtitle-text-first-subcontent-text-arrow {
        transform: rotate(90deg);
    }
    
    .questions-item-subtitle-text-first-subcontent-back {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        mix-blend-mode: overlay;
        border-radius: 8px;
    }
    
    .questions-item-subtitle-text-second {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .questions-item-subtitle-text-second p {
        display: flex;
        flex-direction: column;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: normal;  
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }        
    
    .coupons-div {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100px;
        background: blue;
    }
    
    .questions-description {
        display: flex;
        flex-direction: column;
        width: 80%;
        height: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 100px;
        text-align: left;
        font-family: "Bradesco", sans-serif;
        font-size: 17px;
        font-weight: normal;  
        /*font: normal normal normal 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
    }

    .cupons-section {
        position: fixed;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 56px;
        background: #2D4899 0% 0% no-repeat padding-box;
        flex-direction: row;
        opacity: 1;
        justify-content: center;
        align-items: center;
        bottom: 0;
        transition: all 1s;
        z-index: 5;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    
    .cupons-section.active {  
        display: flex;  
        flex-direction: column !important;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #A7A8AC 0% 0% no-repeat padding-box;
        flex-direction: row;
        opacity: 1;
        justify-content: center;
        align-items: center;
        bottom: -120px;
        transition: all 1s;
    }
    

    .cupons-section-button {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 56px;
        opacity: 1;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .cupons-section-title {
        display: flex;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0px;
        color: #FFFFFF;
    }   

    .cupons-section.active .cupons-section-title {
        display: none;
    }   

    .cupons-section-title-close {
        display: none;
        text-align: center;
        font-family: "Bradesco", sans-serif;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0px;
        color: #FFFFFF;
    }   

    .cupons-section.active .cupons-section-title-close {
        display: flex;
    }   


    .cupons-section.active .cupons-section-title {
        display: none;
    }   

    .cupons-section-icon {
        display: flex;
        margin-left: 10px;
        width: 20px;
        height: 20px;
        opacity: 1;     
    }   

    .cupons-section.active .cupons-section-icon {
        transform: rotate(180deg);
    }   
    
    .cupons-section {
    }

    .cupons-content {
        display: none;
        flex-direction: column;
        width: 100%;
        height: 90%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
    }

    .cupons-section.active .cupons-content {
        display: flex;
    }
}

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

    .desktop {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }
    
    .img-1x {
        display: flex !important;
    }

    .img-2x {
        display: none !important;
    }
        
    .menu-item {
        font-size: 16px;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
    }

    .menu-item-mobile { 
        font-size: 16px;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
    }

    .banner-components-left-text {
        font-size: 14px;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
    }

    .banner-components-right-text {
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
    }

    .banner-footer { 
        top: 130px;
        font-size: 10px;
        /*font: normal normal 600 12px/15px Bradesco Sans;*/
    }
/*
    .cupons-mobile-section-title {
        font-size: 18px;
    }   

    .cupons-mobile-form-subtitle {
        font-size: 16px;
    }

    .cupons-mobile-section-title-close {
    }   

    .cupons-mobile-form-title {
        font-size: 24px;
    }*/

    .about-content-title {
        font-size: 18px;
        /*font: normal normal 600 18px/22px Bradesco Sans;*/
    }
    
    .about-content-subtitle {
        font-size: 16px;
        /*font: normal normal normal 16px/20px Bradesco Sans;*/
    }
    
    .about-content-part-two-title {
        font-size: 24px;
        /*font: normal normal 600 24px/30px Bradesco Sans;*/
    }
    
    .about-box-row-title {
        font-size: 14px;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
    }
    
    .about-box-row {
        font-size: 14px;
        /*font: normal normal bold 14px/17px Bradesco Sans;*/
    }
    
    .about-box-row-first {
        font-size: 14px;
        /*font: normal normal bold 14px/17px Bradesco Sans;*/
    }
    
    .about-box-row-first-ignore {
        font-size: 14px;
        /*font: normal normal bold 14px/17px Bradesco Sans;*/
    }
    
    .about-box-row-text {
        font-size: 14px;
        /*font: normal normal bold 14px/17px Bradesco Sans;*/
    }
    
    .about-box-row-text-clean {
        font-size: 14px;
        /*font: normal normal normal 14px/17px Bradesco Sans;*/
    }
    
    .about-box-row-one {
        font-size: 89px;
        /*font: normal normal medium 89px/108px Bradesco Sans;*/
    }

    .about-content-part-two-footer {
        font-size: 14px;
        /*font: normal normal normal 14px/17px Bradesco Sans;*/
    }
    
    .calendar-text-title {
        font-size: 24px;
        /*font: normal normal bold 24px/30px Bradesco Sans;*/
    }
    
    .calendar-text-subtitle {
        font-size: 18px;
        /*font: normal normal medium 18px/22px Bradesco Sans;*/
    }

    .calendar-sub-card-float {
        font-size: 18px;
        /*font: normal normal 600 18px/22px Bradesco Sans;*/
    }

    .calendar-sub-title {
        font-size: 16px;
        /*font: normal normal normal 16px/20px Bradesco Sans;*/
    }
    
    .calendar-sub-title p {
        font-size: 16px;
        /*font: normal normal normal 16px/20px Bradesco Sans;*/
    }
    
    .calendar-sub-card-info-title {
        font-size: 14px;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
    }
    
    .calendar-sub-card-info-subtitle {
        font-size: 20px;
        /*font: normal normal 600 20px/25px Bradesco Sans;*/
    }
    
    .prizedraw-card-item-header-title {
        font-size: 18px;
        /*font: normal normal 600 18px/22px Bradesco Sans;*/
    }
    
    .prizedraw-card-item-header-subtitle {
        font-size: 14px;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
    }

    .winners-title {
        font-size: 24px;
        /*font: normal normal bold 24px/30px Bradesco Sans;*/
    }

    .winners-board-header-title {
        font-size: 14px;
        /*font: normal normal 600 14px/17px Bradesco Sans;*/
    }

    .winners-board-title {
        font-size: 16px;
        /*font: normal normal bold 16px/20px Bradesco Sans;*/
    }

    .winners-board-item-title {
        font-size: 12px;
        /*font: normal normal normal 12px/15px Bradesco Sans;*/
    }

    .winners-board-item-card-name {
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
    }

    .winners-board-item-card-cupom {
        font-size: 12px;
        /*font: normal normal 300 12px/15px Bradesco Sans;*/
    }

    .winners-board-item-card-local {
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
    }
    
    .winners-board-item-card-full-no-winner {
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
    }

    .winners-board-item-card-no-winner {
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
    }

    .questions-title {
        font-size: 24px;
        /*font: normal normal bold 24px/30px Bradesco Sans;*/
    }
    
    .questions-item-title {
        font-size: 16px;
        /*font: normal normal 600 16px/20px Bradesco Sans;*/
    }
    
    .questions-item-subtitle {
        font-size: 16px;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
    }
    
    .questions-item-subtitle-text {
        font-size: 16px;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
    }
    
    .questions-item-subtitle-text-first-subcontent {
        font-size: 16px;
        /*font: normal normal bold 16px/28px Bradesco Sans*/
    }
    
    .questions-item-subtitle-text-first-subcontent-text {
        font-size: 14px;
        /*font: normal normal bold 14px/38px Bradesco Sans;*/
    }
    
    .questions-item-subtitle-text-second p {
        font-size: 14px;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
    }        

    .questions-description {
        font-size: 14px;
        /*font: normal normal normal 14px/17px Bradesco Sans;*/
    }

    .cupons-section-title {
        font-size: 18px;
    }   

    .cupons-section-title-close {
    }   
}

#winners-section > div > div.winners-board > div.winners-board-list > div:nth-child(4) > div.winners-board-itens > div:nth-child(2) {
    position: relative;
    top: 217px;
}

#winners-section > div > div.winners-board > div.winners-board-list > div:nth-child(4) > div.winners-board-itens > div:nth-child(3) {
    position: relative;
    top: 432px;
}

#winners-section > div > div.winners-board > div.winners-board-list > div:nth-child(4) > div.winners-board-itens > div:nth-child(4) {
    position: relative;
    top: 648px;
}

#winners-section > div > div.winners-board > div.winners-board-list > div:nth-child(4) > div.winners-board-itens > div:nth-child(5) {
    position: relative;
    top: 865px;
}

