@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}.brxe-map{height:300px;width:100%}.brxe-map.no-key{overflow:hidden}.brxe-map.no-key.bricks-draggable-item>iframe{pointer-events:none}.brxe-map>iframe{border:0}.brxe-map ol,.brxe-map ul{list-style-type:none;margin:0;padding:0}.brxe-map .infoBox{background-color:#fff;border-radius:4px;box-shadow:4px 4px 4px rgba(0,0,0,.2);display:flex;flex-direction:column;font-size:14px;gap:5px;min-width:300px;padding:10px;transform:translate(-50%,calc(-100% - 60px))!important}.brxe-map .infoBox:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;bottom:0;content:"";left:50%;position:absolute;transform:translate(-50%,100%)}.brxe-map .infoBox .title{font-size:15px;line-height:1.4;margin:0;padding-right:30px}.brxe-map .infoBox .subtitle{font-size:14px;font-weight:500}.brxe-map .infoBox .content{font-size:13px;margin:0}.brxe-map .infoBox .content+.images{margin-top:10px}.brxe-map .infoBox .images{display:grid;gap:5px;grid-template-columns:repeat(4,1fr)}.brxe-map .infoBox .images img{max-width:100%}.brxe-map .infoBox .close{cursor:pointer;font-size:30px;line-height:1;pointer-events:all;position:absolute;right:15px;top:10px}.brxe-map .infoBox>img{height:14px;position:absolute!important;right:0;top:0;width:14px}.brxe-code{width:100%}.brxe-slider-nested{min-width:0;width:100%}.brxe-slider-nested .splide__slide{align-items:center;display:flex;justify-content:center;position:relative}.brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow--prev{transform:translateY(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows:not(.custom).splide__arrows--ttb .splide__arrow--prev{transform:translateX(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows svg{min-height:0;min-width:0}.brxe-text-link{gap:5px}.brxe-text-link,.brxe-text-link span{align-items:center;display:inline-flex}.brxe-text-link span{justify-content:center}.brxe-text-link svg:not([width]){min-width:3px}.brxe-text-link svg:not([height]){min-height:3px}:where(.brxe-divider){align-items:center;display:flex;font-size:30px;gap:30px}:where(.brxe-divider).horizontal{width:100%}:where(.brxe-divider).horizontal .line{border-top:1px solid}:where(.brxe-divider).vertical{flex-direction:column}:where(.brxe-divider).vertical .line{border-right:1px solid;width:auto}:where(.brxe-divider) .line{position:relative;width:100%}:where(.brxe-divider) .icon{flex-shrink:0;position:relative}:where(.brxe-divider) a{display:inline-flex}:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}.brxe-button{width:auto}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{overflow:hidden;position:relative}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute!important;text-align:center;width:100%;z-index:1}:root { --input-border-color: #ced4da; --input-focus-color: #80bdff; --input-background: #fff; --input-disabled-background: #e9ecef; --label-color: #495057;}label { display: inline-block; margin-bottom: 0.5rem; color: var(--label-color); font-weight: bold;}input, select, textarea { padding: 0.375rem 0.75rem; font-weight: 400; color: #495057; background-color: var(--input-background); background-clip: padding-box; border: 1px solid var(--input-border-color); border-radius: 0.7rem; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;}input:focus, select:focus, textarea:focus { border-color: var(--input-focus-color); outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}textarea { height: auto; min-height: 120px;}input:disabled, select:disabled, textarea:disabled { background-color: var(--input-disabled-background); opacity: 1;}select { -webkit-appearance: none; -moz-appearance: none; appearance: none;}select::-ms-expand { display: none;}ribbon{ background: red; color: white; padding: 2px 10px; border-radius: 5px 20px;}.zoom-img { overflow: hidden;}.zoom-img img { width: 100%; transition: all .3s ease-in-out;}.zoom-img:hover img { transform: scale(1.2);}.fechadoEstoque{ display: none;}.disponivelFechado{ display: none;}.loader{width:25px;aspect-ratio:1;border-radius:50%;border:3px solid #fff4;border-right-color:#fff;animation:l2 1s infinite linear}@keyframes l2{to{transform:rotate(1turn)}}.brxe-zcxcnl.brxe-block {height: 100%; background-size: cover; background-position: center center}@media (max-width: 767px) {.brxe-zcxcnl.brxe-block {background-size: cover; background-position: center center}}@media (max-width: 430px) {.brxe-zcxcnl.brxe-block {height: 200px; min-height: 200px; max-height: 200px}}#brxe-fiqkgm {justify-content: center; background-color: #f5f5f5}#brxe-zitgnw {width: 100%; aspect-ratio: 2/1.5; overflow: hidden}#brxe-zitgnw:not(.tag), #brxe-zitgnw img {object-fit: cover}#brxe-vzlkhh {font-weight: 700}#brxe-pewgmu {width: 60%; line-height: 1; row-gap: 5px}#brxe-ctaocb {color: #f5f5f5; font-size: 14px; border: 1px dashed var(--bricks-border-color); border-radius: 5px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; cursor: pointer}#brxe-yonsjj {align-items: stretch; width: 40%}#brxe-nbxayw {flex-grow: 1}#brxe-ekscim {width: 100%; aspect-ratio: 2/1.5; overflow: hidden}#brxe-ekscim:not(.tag), #brxe-ekscim img {object-fit: cover}#brxe-mrvqhc {font-weight: 700}#brxe-cyomex {width: 60%; line-height: 1; row-gap: 5px}#brxe-tvzuag {color: #f5f5f5; font-size: 14px; border: 1px dashed var(--bricks-border-color); border-radius: 5px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; cursor: pointer}#brxe-qvjohp {align-items: stretch; width: 40%}#brxe-rsttbb {width: 100%; aspect-ratio: 2/1.5; overflow: hidden}#brxe-rsttbb:not(.tag), #brxe-rsttbb img {object-fit: cover}#brxe-wkunfo {font-weight: 700}#brxe-eyozul {width: 60%; line-height: 1; row-gap: 5px}#brxe-ibsqvl {color: #f5f5f5; font-size: 14px; border: 1px dashed var(--bricks-border-color); border-radius: 5px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; cursor: pointer}#brxe-vvubkm {align-items: stretch; width: 40%}#brxe-dtqrzi {display: grid; align-items: initial; grid-template-columns: repeat(3, 1fr);; grid-gap: 20px}@media (max-width: 430px) {#brxe-dtqrzi {grid-template-columns: 1fr}}#brxe-cupyyh {padding-top: 75px; padding-right: 20px; padding-bottom: 75px; padding-left: 20px}#brxe-dpwsbt {font-size: 18px}#brxe-rbuaan {width: auto; min-width: 50px; min-height: 50px; height: auto; aspect-ratio: 1 / 1; border-radius: 5px; background-image: url(https://contempladospopular.com/wp-content/uploads/2024/06/133-1339455_placeholder-bank-150x150.jpg); background-size: cover; background-position: center center}#brxe-ghtywq {font-weight: 600}#brxe-aornmd {width: auto; min-width: 150px; flex-direction: row; flex-wrap: nowrap; align-items: center; column-gap: 10px; max-width: 150px}@media (max-width: 430px) {#brxe-aornmd {order: 2}}#brxe-weomty {font-weight: 900}#brxe-gyyigf {font-weight: 900}#brxe-mevcgo {width: auto; min-width: 100px; align-items: stretch; line-height: 1; text-align: center; row-gap: 5px}#brxe-vwiblg {font-weight: 900}@media (max-width: 430px) {#brxe-vwiblg {font-size: 25px; color: green}}#brxe-wtbzhp {width: auto; min-width: 150px; align-items: stretch; line-height: 1; text-align: center; row-gap: 5px}@media (max-width: 430px) {#brxe-wtbzhp {min-width: 100%}}#brxe-tzlrvj {font-weight: 900}#brxe-rdenpn {width: auto; min-width: 150px; align-items: stretch; line-height: 1; text-align: center; row-gap: 5px}#brxe-jbykiu {font-weight: 900}#brxe-sokrgo {width: auto; min-width: 150px; align-items: stretch; line-height: 1; text-align: center; row-gap: 5px}@media (max-width: 430px) {#brxe-sokrgo {order: 1}}#brxe-dkyuql {background-color: #1c75bc; font-size: 25px; min-width: 45px; min-height: 45px; color: #f5f5f5; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 5px}#brxe-ycerax {background-color: #25a18e; font-size: 25px; min-width: 45px; min-height: 45px; color: #f5f5f5; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 5px}#brxe-xswpeb {width: auto; flex-direction: row; flex-wrap: nowrap; column-gap: 10px}@media (max-width: 430px) {#brxe-xswpeb {order: 3}}#brxe-sitxpy {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; align-items: center; justify-content: space-between}#brxe-klzeyd {min-width: 200px}#brxe-umnixp {min-width: 100px}#brxe-nvsqgz {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-zsyrwx {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-swnocg {min-width: 150px}#brxe-kooldm {min-width: 100px}#brxe-yjzjie {padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; align-items: center; text-align: center; font-size: 15px; min-height: 50px; cursor: pointer; background-color: #ffffff; flex-direction: row; justify-content: space-between}#brxe-jtkqmp {flex-direction: column; flex-wrap: nowrap; row-gap: 2px}#cotasOfertas {flex-direction: column; align-items: stretch}#brxe-eprizv.horizontal .line {border-top-color: #e0e0e0}#brxe-eprizv.vertical .line {border-right-color: #e0e0e0}#brxe-eprizv .icon {color: #e0e0e0}#brxe-eprizv {min-height: 80px}#brxe-alzupr {min-width: 200px}#brxe-pouhid {min-width: 100px}#brxe-dqyvdy {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-quuuno {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-lfnurz {min-width: 150px}#brxe-lgjfnh {min-width: 100px}#brxe-zmfvmh {padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; align-items: center; text-align: center; font-size: 15px; min-height: 50px; cursor: pointer; background-color: #ffffff; flex-direction: row; justify-content: space-between}#brxe-xasyfn {flex-direction: column; flex-wrap: nowrap; row-gap: 2px}#brxe-msqvpc {flex-direction: column; align-items: stretch}#brxe-iibhbq.horizontal .line {border-top-color: #e0e0e0}#brxe-iibhbq.vertical .line {border-right-color: #e0e0e0}#brxe-iibhbq .icon {color: #e0e0e0}#brxe-iibhbq {min-height: 80px}#brxe-sqqaps {min-width: 200px}#brxe-uifnar {min-width: 100px}#brxe-ggzgvi {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-ktqvmc {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-rfacrq {min-width: 150px}#brxe-nkgcsm {min-width: 100px}#brxe-rlvaiy {padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; height: auto; max-height: 50px; min-height: 50px; align-items: center; text-align: center; font-size: 15px; cursor: pointer; background-color: #ffffff; flex-direction: row; justify-content: space-between}#brxe-qchhuo {flex-direction: column; flex-wrap: nowrap; row-gap: 2px}#brxe-jqwezd {flex-direction: column; align-items: stretch}#brxe-qsxabw.horizontal .line {border-top-color: #e0e0e0}#brxe-qsxabw.vertical .line {border-right-color: #e0e0e0}#brxe-qsxabw .icon {color: #e0e0e0}#brxe-qsxabw {min-height: 80px}#brxe-ztckhd {min-width: 200px}#brxe-lftfuf {min-width: 100px}#brxe-neayat {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-kwzcam {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-deplsx {min-width: 150px}#brxe-sjfdea {min-width: 100px}#brxe-bpugvf {padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; height: auto; max-height: 50px; min-height: 50px; align-items: center; text-align: center; font-size: 15px; cursor: pointer; background-color: #ffffff; flex-direction: row; justify-content: space-between}#brxe-qivncx {flex-direction: column; flex-wrap: nowrap; row-gap: 2px}#brxe-bkcezh {flex-direction: column; align-items: stretch}#brxe-vfwoet {align-items: stretch; flex-direction: column}#brxe-qqkiyo {padding-top: 75px; padding-right: 20px; padding-bottom: 75px; padding-left: 20px}#brxe-eykper {font-size: 25px}#brxe-ruabeq {font-weight: 700}#brxe-zrukwy {width: auto; min-width: 80px}#brxe-luwltj {background-image: url(https://selecaoconsorcio.com.br/wp-content/uploads/2025/03/bank-logo-or-icon-design-on-whit-1024x911.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; width: 40px; aspect-ratio: 1; height: auto; min-height: 1px; min-width: 1px; border-radius: 1rem; overflow: hidden}#brxe-urusmf {font-weight: 700}#brxe-kykxpe {width: auto; min-width: 250px; flex-direction: row; align-items: center; column-gap: 1rem; flex-grow: 1}#brxe-ljbsit {font-weight: 700}#brxe-pgbuyt {width: auto; min-width: 150px}#brxe-ehpwtl {font-weight: 700}#brxe-yabbxv {width: auto; min-width: 250px}#brxe-pofzbf {background-color: #ec610b; color: #ffffff; padding-top: 1rem; padding-right: 2rem; padding-bottom: 1rem; padding-left: 2rem; border-radius: 0.5rem; cursor: pointer}#brxe-imqbnb {flex-direction: row; column-gap: 1rem; white-space: nowrap; line-height: 1.2; align-items: center; min-height: 50px}@media (max-width: 430px) {#brxe-imqbnb {margin-bottom: 1px}}#printJuncoes .block-placeholder { min-height: 50px; background: #0002; margin-bottom: 2px;}@media (max-width: 991px) {#printJuncoes { overflow-x: auto;}}#brxe-zfmhoi {align-items: center; row-gap: 2rem}#brxe-ljvjtg {font-size: 25px}#btn-share-zap {padding-top: 1rem; padding-right: 2rem; padding-bottom: 1rem; padding-left: 2rem; cursor: pointer; background-color: #1eae55; color: #ffffff; border-radius: 0.5rem}#brxe-fymkdr {flex-direction: row; align-items: center; column-gap: 1rem}#brxe-kvjwvf {width: 600px; background-color: #ffffff; border-radius: 1rem; padding-top: 2.5rem; padding-right: 2.5rem; padding-bottom: 2.5rem; padding-left: 2.5rem; row-gap: 1rem}#brxe-wcykmp {position: fixed; top: 0px; left: 0px; min-height: 100vh; background-color: rgba(0, 0, 0, 0.42); align-items: center; justify-content: center; z-index: 9999; padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem}#section-juncoes {padding-top: 10px; padding-bottom: 5rem}#section-juncoes small { color: grey;}#brxe-xnshof {line-height: 1; font-size: 22px; border-left: 5px solid #000000; padding-left: 10px}#brxe-kakfxl {display: grid; align-items: initial; grid-gap: 10px; grid-template-columns: 1fr 1fr}#brxe-kakfxl input { border-color: #0003; border-radius: 5px; color: black;}#brxe-kakfxl label { color: black;}#brxe-kakfxl input::placeholder { color: #0005;}#brxe-tllxjt {border-radius: 5px; min-height: 45px; color: #ffffff; cursor: pointer}#brxe-mmqhzx {background-color: #ffffff; width: 600px; border-radius: 10px; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; align-items: stretch; row-gap: 20px}#brxe-yyebut {position: fixed; top: 0px; left: 0px; z-index: 999; height: 100vh; background-color: rgba(0, 0, 0, 0.3); justify-content: center}#brxe-iwrqxv {color: #f5f5f5; font-size: 20px; line-height: 1}#brxe-ujhowf {font-size: 25px; min-width: 25px; min-height: 25px; display: flex; align-items: center; justify-content: center; color: #ffffff; cursor: pointer}#brxe-nyroqx {background-color: #1c75bc; flex-direction: row; flex-wrap: nowrap; padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px; min-height: 50px; justify-content: space-between; align-items: center}#brxe-ozvehk {background-position: center center; background-color: #f5f5f5; background-image: url(https://contempladospopular.com/wp-content/uploads/2024/06/133-1339455_placeholder-bank.jpg); background-size: cover; background-repeat: no-repeat; min-width: 40px; min-height: 40px; border-radius: 5px}#brxe-hovjdx {font-weight: 600}#brxe-avuphf {flex-direction: row; flex-wrap: nowrap; align-items: center; column-gap: 10px; font-size: 14px}#brxe-acnbju {font-weight: 400; padding-top: 7px; padding-right: 10px; padding-bottom: 7px; padding-left: 10px; border: 1px solid #e0e0e0; border-radius: 5px}#brxe-vauzwb {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; font-size: 14px; justify-content: flex-start; align-items: stretch}#brxe-emrgcg {font-weight: 400; padding-top: 7px; padding-right: 10px; padding-bottom: 7px; padding-left: 10px; border: 1px solid #e0e0e0; border-radius: 5px}#brxe-lkcawx {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; font-size: 14px; justify-content: flex-start; align-items: stretch}#brxe-oxiltr {font-weight: 400; padding-top: 7px; padding-right: 10px; padding-bottom: 7px; padding-left: 10px; border: 1px solid #e0e0e0; border-radius: 5px}#brxe-toejni {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; font-size: 14px; justify-content: flex-start; align-items: stretch}#brxe-diatfr {font-weight: 400; padding-top: 7px; padding-right: 10px; padding-bottom: 7px; padding-left: 10px; border: 1px solid #e0e0e0; border-radius: 5px}#brxe-clsdqh {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; font-size: 14px; justify-content: flex-start; align-items: stretch}#brxe-fatzak {background-color: #dc3545; color: #ffffff; padding-top: 8px; padding-right: 20px; padding-bottom: 8px; padding-left: 20px; gap: 10px; border-radius: 5px}#brxe-jqhspm {background-color: #25a18e; color: #ffffff; padding-top: 8px; padding-right: 20px; padding-bottom: 8px; padding-left: 20px; gap: 10px; border-radius: 5px}#brxe-avaqal {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; font-size: 14px; justify-content: flex-start; align-items: stretch}#brxe-acxccw {border: 1px solid #e0e0e0; border-radius: 5px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; flex-direction: column; flex-wrap: nowrap; row-gap: 5px}#brxe-dysbfc {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; font-size: 14px; justify-content: flex-start; align-items: stretch; grid-column: 1 / -1}#brxe-euqvcm {padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px; display: grid; align-items: initial; grid-gap: 15px; grid-template-columns: 1fr 1fr}#btnZapP {background-color: #ffffff; padding-top: 10px; padding-right: 25px; padding-bottom: 10px; padding-left: 25px; cursor: pointer; border-radius: 5px; font-weight: 600; text-transform: uppercase}#brxe-pvqifm {background-color: #1c75bc; padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px; display: flex; align-items: center}#brxe-lyotwo {width: 500px; background-color: #ffffff; border-radius: 10px; flex-direction: column; flex-wrap: nowrap; overflow: hidden; row-gap: 0px}#brxe-epccrm {position: fixed; top: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.2); height: 100vh; align-items: center; justify-content: center; z-index: 10}#brxe-xuvijr {width: 100%; border-top-left-radius: 20px; border-bottom-right-radius: 20px}#brxe-mflfbc {width: 33%}@media (max-width: 430px) {#brxe-mflfbc {width: 100%}}#brxe-vjtpjz {line-height: 1}@media (max-width: 430px) {#brxe-vjtpjz {font-size: 20px}}#brxe-jztkry {text-align: justify}#brxe-iilflf {width: 67%; row-gap: 10px}@media (max-width: 430px) {#brxe-iilflf {width: 100%}}#brxe-lxvgem {flex-direction: row; column-gap: 30px; row-gap: 30px}#about-us {padding-top: 50px; padding-right: 20px; padding-bottom: 50px; padding-left: 20px; background-color: #f5f5f5}#brxe-zrphmc {font-size: 20px; font-weight: 400; line-height: 1.2}@media (max-width: 430px) {#brxe-zrphmc {font-size: 14px}}#brxe-ptysze {width: 100%; border-top-left-radius: 20px; border-bottom-right-radius: 20px}#brxe-etnjjs {width: 33%; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; flex-direction: column; row-gap: 5px; position: sticky; top: 20px}@media (max-width: 430px) {#brxe-etnjjs {width: 100%; position: static}}@media (max-width: 430px) {#brxe-kdsuhx {font-size: 20px}}#brxe-nkfnqr {display: flex; flex-direction: column; gap: 10px}@media (max-width: 430px) {#brxe-jfodxb {font-size: 20px}}#brxe-klyuor {display: flex; flex-direction: column; gap: 10px}@media (max-width: 430px) {#brxe-naczgv {font-size: 20px}}#brxe-fekwih {grid-gap: 20px; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));; flex-direction: row; flex-wrap: wrap; column-gap: 0px; row-gap: 0px; margin-left: -10px}#brxe-oqilth {display: flex; flex-direction: column; gap: 10px}@media (max-width: 430px) {#brxe-ydutqk {font-size: 20px}}#brxe-rvxhyu {display: flex; flex-direction: column; gap: 10px}#btnSend {cursor: pointer; color: #ffffff; border-radius: 5px}#mensagemSucesso {background-color: rgba(0, 255, 30, 0.08); border: 2px dashed #00db1d; border-radius: 10px; padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px; color: #00b818}#brxe-sdnokb {width: 67%; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; row-gap: 10px}@media (max-width: 430px) {#brxe-sdnokb {width: 100%}}#brxe-htvrnu {flex-direction: row; column-gap: 20px; row-gap: 20px}#brxe-fneuln {row-gap: 20px}#brxe-gvyzqq {padding-top: 50px; padding-right: 20px; padding-bottom: 50px; padding-left: 20px}#brxe-wadhlb {text-align: left; margin-bottom: 10px}@media (max-width: 430px) {#brxe-wadhlb {font-size: 25px}}#brxe-xgrlif {font-size: 30px; color: #ffffff; min-width: 60px; min-height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50px}#brxe-hpwmew {width: auto; min-width: 200px; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; row-gap: 5px; font-weight: 500; font-size: 20px}#brxe-qvrssi {font-size: 30px; color: #ffffff; min-width: 60px; min-height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50px}#brxe-uadvkc {width: auto; min-width: 200px; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; row-gap: 5px; font-weight: 500; font-size: 20px}#brxe-axkwqh {font-size: 30px; color: #ffffff; min-width: 60px; min-height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50px}#brxe-ttrqzz {width: auto; min-width: 200px; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; row-gap: 5px; font-weight: 500; font-size: 20px}#brxe-oobjxo {font-size: 30px; color: #ffffff; min-width: 60px; min-height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50px}#brxe-bxmkid {width: auto; min-width: 200px; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; row-gap: 5px; font-weight: 500; font-size: 20px}#brxe-iytoip {font-size: 30px; color: #ffffff; min-width: 60px; min-height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50px}#brxe-zkqpib {width: auto; min-width: 200px; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; row-gap: 5px; font-weight: 500; font-size: 20px}#brxe-eywdrr {font-size: 30px; color: #ffffff; min-width: 60px; min-height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50px}#brxe-waimzw {width: auto; min-width: 200px; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; row-gap: 5px; font-weight: 500; font-size: 20px}#brxe-lcuzbi {font-size: 30px; color: #ffffff; min-width: 60px; min-height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50px}#brxe-fwirvw {width: auto; min-width: 200px; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; row-gap: 5px; font-weight: 500; font-size: 20px}#brxe-qbiljw {font-size: 30px; color: #ffffff; min-width: 60px; min-height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50px}#brxe-ihcdva {width: auto; min-width: 200px; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; row-gap: 5px; font-weight: 500; font-size: 20px}#brxe-bzkrhc {flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; column-gap: 20px; row-gap: 20px}#brxe-bconsl {font-size: 20px}#brxe-glqjcu {padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border-radius: 10px; overflow: hidden}#brxe-ahpgjn {border-radius: 10px; overflow: hidden; align-items: center; row-gap: 10px}#brxe-zkrvgv {align-items: center; row-gap: 20px}#brxe-nnfamp {padding-top: 50px; padding-right: 20px; padding-bottom: 50px; padding-left: 20px; background-color: #f5f5f5}#somarCotas {min-width: 200px; cursor: pointer; color: #ffffff; border-radius: 0.5rem}#brxe-sqqmdt {flex-direction: row; flex-wrap: nowrap; align-items: center; column-gap: 10px; row-gap: 10px; justify-content: center}#areaMultiplaAcao {position: fixed; bottom: 0px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; background-color: #ffffff; border-top: 1px solid #e0e0e0}#brxe-mcwczg {padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; flex-direction: row; align-items: center; justify-content: flex-start; font-weight: 600; font-size: 18px; border-bottom: 1px solid #e0e0e0}#brxe-xkbdjt {margin-top: 20px; font-weight: 600}#brxe-fnnuuo {padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; flex-direction: column}#btnZapDireto {cursor: pointer; background-color: #25d366; min-width: 150px}#brxe-uurazl {padding-top: 0; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; column-gap: 10px; row-gap: 10px}#brxe-ggvegp {width: 600px; background-color: #ffffff; border-radius: 15px; flex-direction: column}#brxe-nuldds {position: fixed; top: 0px; left: 0px; min-height: 100vh; z-index: 999; background-color: rgba(0, 0, 0, 0.45); align-items: center; justify-content: center}