﻿/* Congelado — só orcamento_loja.php. Não editar para arrumar outra página. */

body.page-orcamento-loja #header .topo {
  position: absolute !important;
  background: transparent !important;
  height: 125px !important;
  min-height: 125px !important;
  box-shadow: none !important;
  z-index: 30;
}
body.page-orcamento-loja #header .topo.sticky {
  position: fixed !important;
  background: #a12129 !important;
}
body.page-orcamento-loja #header .topo .areacliente {
  position: absolute;
  right: 15px;
  top: 0;
  float: none;
  z-index: 1001;
}
body.page-orcamento-loja #header .topo .areacliente a {
  color: #5acee1;
  text-decoration: none;
}

body.page-orcamento-loja .hpages {
  display: none !important;
  height: 0 !important;
}

body.page-orcamento-loja .bannerF {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
  min-height: 220px;
}
body.page-orcamento-loja .bannerH {
  position: relative;
  width: 100% !important;
  left: auto !important;
  margin-left: 0 !important;
  min-height: 220px;
}
body.page-orcamento-loja .bannerH > img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  opacity: 1;
  background: #1a1a1a;
}
body.page-orcamento-loja .bannerH::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .42);
  pointer-events: none;
}
body.page-orcamento-loja .bannerWords {
  position: absolute;
  left: 0;
  right: 0;
  top: 62% !important;
  bottom: auto;
  z-index: 2;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  padding: 0 20px;
  display: block;
  transform: translateY(-50%);
  width: 100%;
}
body.page-orcamento-loja .bannerWords .categoria {
  font-size: 18px;
  letter-spacing: .2em;
  font-weight: 400;
  opacity: .9;
  margin-bottom: 6px;
}
body.page-orcamento-loja .bannerWords.red .bred {
  background: rgba(211, 36, 58, .9);
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  display: inline-block;
  padding: 8px 24px;
  text-shadow: none;
}

body.page-orcamento-loja #novo_projeto.orcamento-interno {
  background: #fff;
  padding-bottom: 80px;
  margin-bottom: 0;
}
body.page-orcamento-loja #novo_projeto .tituloBlack {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin: 40px 0 18px;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .box {
  display: none;
  background: transparent !important;
  padding: 0 !important;
  min-height: 0 !important;
  margin: 0 auto 10px;
  max-width: 960px;
  border: 0;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .box.box1 {
  display: block;
}
body.page-orcamento-loja #novo_projeto .box .titulo {
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 10px;
  margin-bottom: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}
body.page-orcamento-loja .box .step {
  display: block;
  overflow: hidden;
  margin-bottom: 36px;
  position: relative;
}
body.page-orcamento-loja .box .step::before {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #c8c7c7;
  z-index: 1;
}
body.page-orcamento-loja .box .step p {
  width: 12.5%;
  float: left;
  position: relative;
  z-index: 2;
  margin: 0;
  background: transparent;
  height: auto;
  border-radius: 0;
}
body.page-orcamento-loja .box .step p span {
  background-color: #c8c7c7;
  color: #fff;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  line-height: 20px;
  margin: 0 auto;
  border-radius: 100%;
  display: table;
  text-align: center;
  font-weight: 700;
}
body.page-orcamento-loja .box .step p.active span { background-color: #a12129; }
body.page-orcamento-loja .box .step p.green span { background-color: #41a729; }

body.page-orcamento-loja #novo_projeto .formulario label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #555;
}
body.page-orcamento-loja #novo_projeto .formulario input[type="text"],
body.page-orcamento-loja #novo_projeto .formulario input[type="tel"],
body.page-orcamento-loja #novo_projeto .formulario input[type="email"],
body.page-orcamento-loja #novo_projeto .formulario textarea {
  width: 100%;
  border: 1px solid #ccc !important;
  border-image: none !important;
  outline: none;
  padding: 12px 14px;
  font-size: 16px;
  background: #fff;
  margin-bottom: 14px;
  resize: vertical;
  -webkit-appearance: none;
}
body.page-orcamento-loja #novo_projeto .formulario textarea {
  min-height: 180px;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario p.avancar,
body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario p.voltar,
body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario button.avancar {
  display: inline-block !important;
  width: auto !important;
  min-width: 180px;
  height: auto !important;
  background: #a12129 !important;
  background-image: none !important;
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 14px 32px !important;
  margin: 24px 0 10px !important;
  line-height: 1.2;
  float: none !important;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario p.voltar {
  background: #888 !important;
  margin-right: 12px !important;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario p.avancar,
body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario button.avancar {
  float: right !important;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario p.voltar {
  float: left !important;
}
body.page-orcamento-loja #novo_projeto .formulario .row:last-child::after {
  content: "";
  display: table;
  clear: both;
}

body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario .label {
  display: inline-block;
  position: relative;
  padding: 8px 18px 8px 36px;
  margin: 0 16px 12px 0;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario .label input[type='radio'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario .checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #b5b5b5;
  border-radius: 50%;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario .label input[type='radio']:checked ~ .checkmark {
  background-color: #a12129;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario .label input[type='radio']:checked ~ .checkmark:after {
  display: block;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .box .dominio-existente {
  opacity: 0;
}
body.page-orcamento-loja #novo_projeto.orcamento-interno .box .dominio-existente.visivel {
  opacity: 1 !important;
}

body.page-orcamento-loja #novo_projeto .color-input {
  width: 100% !important;
  height: 48px !important;
  cursor: pointer;
  border: 1px solid #ccc !important;
}
body.page-orcamento-loja #novo_projeto .planeja {
  padding: 10px 0 50px;
}
body.page-orcamento-loja #novo_projeto #amount {
  border: 0;
  background: transparent;
  font-size: 28px;
  font-weight: 700;
  color: #a12129;
  margin-bottom: 18px;
}
body.page-orcamento-loja .alerta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #41a729;
  color: #fff;
  padding: 16px 22px;
  z-index: 2000;
  font-weight: 700;
}

body.page-orcamento-loja .modelo-escolhido {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto 24px;
  padding: 12px 16px;
  border: 1px solid #eee;
  background: #fafafa;
}
body.page-orcamento-loja .modelo-escolhido img {
  width: 160px;
  height: 100px;
  object-fit: cover;
  object-position: center top;
  background: #111;
  flex: 0 0 auto;
}
body.page-orcamento-loja .modelo-escolhido strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #222;
}
body.page-orcamento-loja .modelo-escolhido span {
  color: #777;
  font-size: 13px;
  font-weight: 600;
}

body.page-orcamento-loja #novo_projeto .lista ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
body.page-orcamento-loja #novo_projeto .lista li,
body.page-orcamento-loja #novo_projeto.orcamento-interno .box .lista li {
  float: none !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 10px;
  margin: 0;
  cursor: pointer;
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
}
body.page-orcamento-loja #novo_projeto .lista li.active {
  border-color: #5acee1;
  background: rgba(90, 206, 225, .08);
}
body.page-orcamento-loja #novo_projeto .lista li div {
  display: block;
}
body.page-orcamento-loja #novo_projeto .lista .check,
body.page-orcamento-loja #novo_projeto.orcamento-interno .box .lista li div.check {
  position: static;
  top: auto;
  left: auto;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 2px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: transparent;
}
body.page-orcamento-loja #novo_projeto .lista .check span {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  opacity: 1;
  color: transparent;
}
body.page-orcamento-loja #novo_projeto .lista li.active .check {
  background: #5acee1;
  border-color: #5acee1;
}
body.page-orcamento-loja #novo_projeto .lista li.active .check span {
  color: #fff;
  opacity: 1;
}
body.page-orcamento-loja #novo_projeto .lista .nameCheck,
body.page-orcamento-loja #novo_projeto .box .lista li div.nameCheck {
  position: static;
  top: auto;
  margin: 0;
  width: 100%;
}
body.page-orcamento-loja #novo_projeto .lista .nameCheck img {
  display: block;
  width: 100%;
  height: 52px;
  object-fit: contain;
  background: #111;
  padding: 8px;
}
body.page-orcamento-loja #novo_projeto .lista .nameCheck span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}

body.page-orcamento-loja #slider-range-min.ui-slider,
body.page-orcamento-loja .ui-slider {
  height: 8px;
  background: #e5e5e5;
  border: 0;
  border-radius: 4px;
  position: relative;
  margin: 18px 8px 0;
}
body.page-orcamento-loja .ui-slider-range {
  background: #a12129;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  top: 0;
}
body.page-orcamento-loja .ui-slider-handle {
  width: 22px;
  height: 22px;
  background: #a12129;
  border: 0;
  border-radius: 50%;
  top: -7px;
  margin-left: -11px;
  position: absolute;
  cursor: pointer;
}

body.page-orcamento-loja .huebee {
  position: absolute;
  z-index: 999999;
}
body.page-orcamento-loja .huebee.is-hidden {
  display: none;
}
body.page-orcamento-loja .huebee__container {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  padding: 8px;
}
body.page-orcamento-loja .huebee__canvas { display: block; cursor: pointer; }
body.page-orcamento-loja .huebee__cursor {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #333;
  pointer-events: none;
}
body.page-orcamento-loja .huebee__close-button {
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  fill: none;
  stroke: #333;
  stroke-width: 2;
}

@media (max-width: 991px) {
  body.page-orcamento-loja #novo_projeto .lista ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  body.page-orcamento-loja .bannerH > img { height: 280px; }
  body.page-orcamento-loja .bannerWords.red .bred { font-size: 28px; }
  body.page-orcamento-loja .modelo-escolhido {
    flex-direction: column;
    text-align: center;
  }
  body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario p.avancar,
  body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario p.voltar,
  body.page-orcamento-loja #novo_projeto.orcamento-interno .formulario button.avancar {
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin: 10px 0 !important;
  }
}

