main{display:flex;flex-direction:row;justify-content:center;align-items:start;width:100%}section{max-width:2000px}.navtop{top:0}.orcSec1{width:100%;min-height:80vh;padding:40px;margin-top:50px}.orcSec1 .cardMaster{width:100%;height:100%;min-width:396px;border:1px solid rgba(238,238,238,1);border:1px solid rgb(47 41 115);display:flex;flex-direction:row}.orcSec1 .cardMaster .left{width:70%;height:100%;padding:15px;display:flex;flex-direction:row}.orcSec1 .cardMaster .right{width:30%;height:100%;padding:15px;display:flex;flex-direction:column;align-items:center}.orcSec1 .cardMaster .left .cards{display:flex;flex-direction:column;gap:15px;height:100%;overflow:auto;padding-right:10px;margin-right:10px;max-height:543px}.orcSec1 .cardMaster .left .cards .sec-card{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:123px;width:450px;border:1px solid black;border-radius:22px 0 22px 22px;padding:15px}.orcSec1 .cardMaster .left .cards .sec-card:hover{cursor:pointer;border:1px solid rgb(151,151,151)}.orcSec1 .cardMaster .left .sec-card .central{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 20px}.orcSec1 .cardMaster .left .sec-card .icone i{width:50px;height:50px;background:#e8ecfc;color:#7744d9;display:inline-block;border-radius:22px 0 22px 22px;transition:.5s;text-align:center;font-size:20px;align-content:center;cursor:pointer}.orcSec1 .cardMaster .left .cards .sec-card .titulo{font-size:13px;font-weight:600;color:#0b1220;position:relative;display:flex;flex-direction:column;justify-content:start;align-items:center}.orcSec1 .cardMaster .left .cards .sec-card .texto{font-size:12px}.orcSec1 .cardMaster .left .cards .sec-card.selecionado{border:1px solid #7744d9;cursor:pointer}.orcSec1 .cardMaster .left .sec-card .icone i.selecionado{background:#7744d9;color:#fff}.card-selecionado-item{border:1px dashed #ccc;padding:10px 15px;margin-bottom:5px;display:flex;justify-content:space-between;align-items:center;background-color:#2f2973;border-radius:22px 0 22px 22px;gap:15px}.card-selecionado-item button{background:none;border:none;color:#fff;cursor:pointer;font-weight:700;transition:.2s}.card-selecionado-item button:hover{color:#d07272;text-shadow:1px 1px 2px rgba(0,0,0,.356)}.orcSec1 .forms{border:1px solid #2f297352;width:100%;min-height:453px;padding:15px;display:flex;flex-direction:column;align-items:center;overflow:overlay}.forms>h3{text-transform:uppercase;font-size:16px;padding:15px 0;width:70%;color:#6a6a6a;text-align:center;box-shadow:0 0 7px #0000002e;margin-bottom:40px}.card-selecionado-item .info-selecionada{display:flex;align-items:center;gap:10px}.card-selecionado-item .info-selecionada i.bi{width:30px;height:30px;font-size:14px;color:#fff;display:flex;justify-content:center;align-items:center}#cardsSelecionados{width:100%}#cardsSelecionados span{color:#fff}.orcSec1 .right .buttons button span{z-index:10;position:relative;font-size:15px;letter-spacing:5px;text-transform:uppercase}.orcSec1 .right .buttons button i{z-index:10;position:relative;font-size:20px}.orcSec1 .right .buttons button{width:400px;height:60px;color:#fff;margin-top:30px;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:15px;overflow:hidden}.orcSec1 .right .buttons button:before{content:"";position:absolute;width:100%;height:100%;top:-1px;right:-1px;bottom:-1px;left:-1px;background-color:#4f8bff}.orcSec1 .right .buttons button:after{content:"";position:absolute;top:-1px;bottom:-1px;left:-1px;right:0;background-color:#2f2973;width:0%;height:100%;transition:1s}.orcSec1 .right .buttons button:hover:after{width:110%}.modal-orcamento{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0009}.modal-content{background-color:#fefefe;margin:5% auto;padding:30px;border:1px solid #888;width:80%;max-width:500px;border-radius:10px;box-shadow:0 4px 8px #0003;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.close-button{color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer}.close-button:hover,.close-button:focus{color:#000;text-decoration:none}.modal-content h3{color:#2f2973;text-align:center;margin-bottom:20px}.modal-content p{color:#6a6a6a;text-align:center;margin-bottom:30px;font-size:14px}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:600;color:#0b1220}.form-group input[type=text],.form-group input[type=tel],.form-group input[type=email],.form-group textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box}#btnEnviarOrcamento{width:100%;background-color:#7744d9;color:#fff;padding:12px 20px;margin-top:10px;border:none;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s}#btnEnviarOrcamento:hover{background-color:#5d35a9}.modal-open{overflow:hidden!important}#mainHeader.header-relative{position:sticky!important}.orcSec1 .left .contents{display:grid;grid-template-columns:1fr 1fr;flex-direction:row;justify-content:start;align-items:center;gap:0 15px}.cards::-webkit-scrollbar,.orcSec1 .forms::-webkit-scrollbar{width:5px}.cards::-webkit-scrollbar-track,.orcSec1 .forms::-webkit-scrollbar-track{background:#f1f1f1;border-radius:5px}.cards::-webkit-scrollbar-thumb,.orcSec1 .forms::-webkit-scrollbar-thumb{background-color:#7744d9;border-radius:5px}.cards::-webkit-scrollbar-thumb:hover,.orcSec1 .forms::-webkit-scrollbar-thumb:hover{background-color:#2f2973}.orcSec1 .left .instructions{width:159px;min-height:100%;background-color:#2f2973;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.orcSec1 .left .instructions .tarja{width:100%;height:120px;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;font-size:11px;text-align:start;padding:10px;box-shadow:0 0 9px #00000096}.orcSec1 .left .instructions .tarja span{width:auto;padding:0 0 0 20px}.orcSec1 .left .instructions .tarja i{font-size:30px}.orcSec1 .left .instructions .tarja:nth-child(1){background-color:#2f3776}.orcSec1 .left .instructions .tarja:nth-child(2){background-color:#5459d3}.orcSec1 .left .instructions .tarja:nth-child(3){background-color:#d3547c}.orcSec1 .left .instructions .tarja:nth-child(4){background-color:#206d56}@media (max-width: 1672px){.orcSec1{height:auto}.orcSec1 .cardMaster{flex-direction:column;justify-content:center;align-items:center}.orcSec1 .cardMaster .left{width:100%;justify-content:space-between}.orcSec1 .cardMaster .left .cards .sec-card{width:100%;min-width:450px}.orcSec1 .cardMaster .right{width:100%}.orcSec1 .left .instructions{width:auto!important;height:auto}}@media (max-width: 1220px){.orcSec1 .left .contents{grid-template-columns:1fr;gap:15px 15px}}@media (max-width: 730px){.orcSec1 .cardMaster .left{flex-direction:column-reverse}.orcSec1 .left .instructions{width:100%;margin-bottom:50px}.orcSec1 .left .instructions .tarja{justify-content:start;font-size:100%;padding:0 49px}}@media (max-width: 414px){.orcSec1{zoom:80%}}
