@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}.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}: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-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-jaoopn.brxe-block {height: 100%; background-size: cover; background-position: center center}@media (max-width: 767px) {.brxe-jaoopn.brxe-block {background-size: cover; background-position: center center}}@media (max-width: 430px) {.brxe-jaoopn.brxe-block {height: 200px; min-height: 200px; max-height: 200px}}#brxe-kummqu {justify-content: center; background-color: #f5f5f5}#brxe-zsdbac {width: 100%; aspect-ratio: 2/1.5; overflow: hidden}#brxe-zsdbac:not(.tag), #brxe-zsdbac img {object-fit: cover}#brxe-xdshfo {font-weight: 700}#brxe-zocvvd {width: 60%; line-height: 1; row-gap: 5px}#brxe-sktbke {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-ibwjyc {align-items: stretch; width: 40%}#brxe-nieekv {flex-grow: 1}#brxe-wclxcf {width: 100%; aspect-ratio: 2/1.5; overflow: hidden}#brxe-wclxcf:not(.tag), #brxe-wclxcf img {object-fit: cover}#brxe-nznmmn {font-weight: 700}#brxe-kepdjz {width: 60%; line-height: 1; row-gap: 5px}#brxe-antsce {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-puavmc {align-items: stretch; width: 40%}#brxe-xtqsiv {width: 100%; aspect-ratio: 2/1.5; overflow: hidden}#brxe-xtqsiv:not(.tag), #brxe-xtqsiv img {object-fit: cover}#brxe-osxjfg {font-weight: 700}#brxe-qnliuk {width: 60%; line-height: 1; row-gap: 5px}#brxe-dodnzc {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-hoekmc {align-items: stretch; width: 40%}#brxe-ebcbua {display: grid; align-items: initial; grid-template-columns: repeat(3, 1fr);; grid-gap: 20px}@media (max-width: 430px) {#brxe-ebcbua {grid-template-columns: 1fr}}#brxe-vultsc {padding-top: 75px; padding-right: 20px; padding-bottom: 75px; padding-left: 20px}#brxe-tvstwv {font-size: 18px}#brxe-oaehva {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-tgkniq {font-weight: 600}#brxe-rtshsw {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-rtshsw {order: 2}}#brxe-dkqtmm {font-weight: 900}#brxe-xsmphb {width: auto; min-width: 100px; align-items: stretch; line-height: 1; text-align: center; row-gap: 5px}#brxe-krtetv {font-weight: 900}@media (max-width: 430px) {#brxe-krtetv {font-size: 25px; color: green}}#brxe-vqfitq {width: auto; min-width: 150px; align-items: stretch; line-height: 1; text-align: center; row-gap: 5px}@media (max-width: 430px) {#brxe-vqfitq {min-width: 100%}}#brxe-ltbasc {font-weight: 900}#brxe-kckkxn {width: auto; min-width: 150px; align-items: stretch; line-height: 1; text-align: center; row-gap: 5px}#brxe-waqrdz {font-weight: 900}#brxe-rufsun {width: auto; min-width: 150px; align-items: stretch; line-height: 1; text-align: center; row-gap: 5px}@media (max-width: 430px) {#brxe-rufsun {order: 1}}#brxe-ljphzn {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-xsaknr {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-dkknet {width: auto; flex-direction: row; flex-wrap: nowrap; column-gap: 10px}@media (max-width: 430px) {#brxe-dkknet {order: 3}}#brxe-puucyz {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; align-items: center; justify-content: space-between}#brxe-qtimju {flex-direction: column; flex-wrap: nowrap; row-gap: 2px}#cotasOfertas {flex-direction: column; align-items: stretch; row-gap: 20px}#brxe-gtnnlr.horizontal .line {border-top-color: #e0e0e0}#brxe-gtnnlr.vertical .line {border-right-color: #e0e0e0}#brxe-gtnnlr .icon {color: #e0e0e0}#brxe-gtnnlr {min-height: 80px}#brxe-mqpvga {min-width: 200px}#brxe-sumwpj {min-width: 100px}#brxe-ndpscw {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-qppjza {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-mwtjac {min-width: 150px}#brxe-rtfswj {min-width: 100px}#brxe-dzhxae {padding-top: 5px; padding-bottom: 5px; height: auto; max-height: 50px; min-height: auto; align-items: center; text-align: center}#brxe-oxstvg {flex-direction: column; flex-wrap: nowrap; row-gap: 2px}#brxe-axbern {flex-direction: column; align-items: stretch}#brxe-fxatzm.horizontal .line {border-top-color: #e0e0e0}#brxe-fxatzm.vertical .line {border-right-color: #e0e0e0}#brxe-fxatzm .icon {color: #e0e0e0}#brxe-fxatzm {min-height: 80px}#brxe-bfhujm {min-width: 200px}#brxe-ylapks {min-width: 100px}#brxe-mwvhxb {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-tyujjt {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-xajsuq {min-width: 150px}#brxe-lstpsh {min-width: 100px}#brxe-zdrxyr {padding-top: 5px; padding-bottom: 5px; height: auto; max-height: 50px; min-height: auto; align-items: center; text-align: center}#brxe-vcnjvx {flex-direction: column; flex-wrap: nowrap; row-gap: 2px}#brxe-mkwssg {flex-direction: column; align-items: stretch}#brxe-mrrmpu.horizontal .line {border-top-color: #e0e0e0}#brxe-mrrmpu.vertical .line {border-right-color: #e0e0e0}#brxe-mrrmpu .icon {color: #e0e0e0}#brxe-mrrmpu {min-height: 80px}#brxe-rygers {min-width: 200px}#brxe-gwudik {min-width: 100px}#brxe-lnszyn {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-mqxdya {min-width: 150px; text-align: center; justify-content: center; flex-direction: row-reverse; cursor: pointer}#brxe-msicvx {min-width: 150px}#brxe-jzdmsq {min-width: 100px}#brxe-bdcide {padding-top: 5px; padding-bottom: 5px; height: auto; max-height: 50px; min-height: auto; align-items: center; text-align: center}#brxe-rmpvpx {flex-direction: column; flex-wrap: nowrap; row-gap: 2px}#brxe-clsgdi {flex-direction: column; align-items: stretch}#brxe-rbdqoc {align-items: stretch; flex-direction: column}#brxe-ftutpg {padding-top: 75px; padding-right: 20px; padding-bottom: 75px; padding-left: 20px}#brxe-mcgvkw {line-height: 1; font-size: 22px; border-left: 5px solid #022c35; padding-left: 10px}#brxe-oiwdfw {display: grid; align-items: initial; grid-gap: 10px; grid-template-columns: 1fr 1fr}#brxe-oiwdfw input { border-color: #0003; border-radius: 5px; color: black;}#brxe-oiwdfw label { color: black;}#brxe-oiwdfw input::placeholder { color: #0005;}#brxe-onhszb {border-radius: 5px; min-height: 45px; color: #ffffff; cursor: pointer}#brxe-virdkr {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-fztell {position: fixed; top: 0px; left: 0px; z-index: 999; height: 100vh; background-color: rgba(0, 0, 0, 0.3); justify-content: center}#brxe-ztkvcr {color: #f5f5f5; font-size: 20px; line-height: 1}#brxe-rugrqt {font-size: 25px; min-width: 25px; min-height: 25px; display: flex; align-items: center; justify-content: center; color: #ffffff; cursor: pointer}#brxe-zgjybw {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-uaqyro {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-eodqje {font-weight: 600}#brxe-blgtiv {flex-direction: row; flex-wrap: nowrap; align-items: center; column-gap: 10px; font-size: 14px}#brxe-kjnnee {font-weight: 400; padding-top: 7px; padding-right: 10px; padding-bottom: 7px; padding-left: 10px; border: 1px solid #e0e0e0; border-radius: 5px}#brxe-rfvojm {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; font-size: 14px; justify-content: flex-start; align-items: stretch}#brxe-oytfan {font-weight: 400; padding-top: 7px; padding-right: 10px; padding-bottom: 7px; padding-left: 10px; border: 1px solid #e0e0e0; border-radius: 5px}#brxe-sckbvs {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; font-size: 14px; justify-content: flex-start; align-items: stretch}#brxe-mwdvmo {font-weight: 400; padding-top: 7px; padding-right: 10px; padding-bottom: 7px; padding-left: 10px; border: 1px solid #e0e0e0; border-radius: 5px}#brxe-sdeogy {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; font-size: 14px; justify-content: flex-start; align-items: stretch}#brxe-pznuqj {font-weight: 400; padding-top: 7px; padding-right: 10px; padding-bottom: 7px; padding-left: 10px; border: 1px solid #e0e0e0; border-radius: 5px}#brxe-dengxe {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; font-size: 14px; justify-content: flex-start; align-items: stretch}#brxe-yrbkns {background-color: #dc3545; color: #ffffff; padding-top: 8px; padding-right: 20px; padding-bottom: 8px; padding-left: 20px; gap: 10px; border-radius: 5px}#brxe-vluqby {background-color: #25a18e; color: #ffffff; padding-top: 8px; padding-right: 20px; padding-bottom: 8px; padding-left: 20px; gap: 10px; border-radius: 5px}#brxe-spvrhw {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; font-size: 14px; justify-content: flex-start; align-items: stretch}#brxe-lqlbvg {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-myelqq {flex-direction: column; flex-wrap: nowrap; column-gap: 10px; font-size: 14px; justify-content: flex-start; align-items: stretch; grid-column: 1 / -1}#brxe-zebtyn {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-vpazsn {background-color: #1c75bc; padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px; display: flex; align-items: center}#brxe-vxsydl {width: 500px; background-color: #ffffff; border-radius: 10px; flex-direction: column; flex-wrap: nowrap; overflow: hidden; row-gap: 0px}#brxe-bjqhat {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-ghndvo {width: 100%; border-top-left-radius: 20px; border-bottom-right-radius: 20px}#brxe-cgzomz {width: 33%}@media (max-width: 430px) {#brxe-cgzomz {width: 100%}}#brxe-akijqh {line-height: 1}@media (max-width: 430px) {#brxe-akijqh {font-size: 20px}}#brxe-nvwfnd {text-align: justify}#brxe-ffllrb {width: 67%; row-gap: 10px}@media (max-width: 430px) {#brxe-ffllrb {width: 100%}}#brxe-jehobf {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-uqxzci {font-size: 20px; font-weight: 400; line-height: 1.2}@media (max-width: 430px) {#brxe-uqxzci {font-size: 14px}}#brxe-hefdet {width: 100%; border-top-left-radius: 20px; border-bottom-right-radius: 20px}#brxe-heyxbl {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-heyxbl {width: 100%; position: static}}@media (max-width: 430px) {#brxe-jolvbp {font-size: 20px}}#brxe-wwwass {display: flex; flex-direction: column; gap: 10px}@media (max-width: 430px) {#brxe-vpfbym {font-size: 20px}}#brxe-pcdkjn {display: flex; flex-direction: column; gap: 10px}@media (max-width: 430px) {#brxe-dtkxhi {font-size: 20px}}#brxe-hovadm {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-eyyxcm {display: flex; flex-direction: column; gap: 10px}@media (max-width: 430px) {#brxe-umbooj {font-size: 20px}}#brxe-jgbpog {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-wzduvo {width: 67%; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; row-gap: 10px}@media (max-width: 430px) {#brxe-wzduvo {width: 100%}}#brxe-eqowjw {flex-direction: row; column-gap: 20px; row-gap: 20px}#brxe-qwcela {row-gap: 20px}#brxe-hoficm {padding-top: 50px; padding-right: 20px; padding-bottom: 50px; padding-left: 20px}#brxe-tjzrne {text-align: left; margin-bottom: 10px}@media (max-width: 430px) {#brxe-tjzrne {font-size: 25px}}#brxe-xeegwe {font-size: 30px; color: #ffffff; min-width: 60px; min-height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50px}#brxe-iqyguv {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-ztszjf {font-size: 30px; color: #ffffff; min-width: 60px; min-height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50px}#brxe-aqcllz {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-gbypkw {font-size: 30px; color: #ffffff; min-width: 60px; min-height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50px}#brxe-btxjdd {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-plicmt {flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; column-gap: 20px; row-gap: 20px}#brxe-tboxkp {font-size: 20px}#brxe-cirplr {padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border-radius: 10px; overflow: hidden}#brxe-iqhxyj {border-radius: 10px; overflow: hidden; align-items: center; row-gap: 10px}#brxe-bknxpw {align-items: center; row-gap: 20px}#brxe-aifgpf {padding-top: 50px; padding-right: 20px; padding-bottom: 50px; padding-left: 20px; background-color: #f5f5f5}#somarCotas {min-width: 200px; cursor: pointer; border-radius: 0.5rem}#brxe-xnoizq {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-rjdfxw {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-vasygl {margin-top: 20px; font-weight: 600}#brxe-jfxhek {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-abaqee {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-yqjlou {width: 600px; background-color: #ffffff; border-radius: 15px; flex-direction: column}#brxe-ynlohx {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}