html,body{
  position: relative;
  overflow-x: hidden; 
}
.listaEstrutura{
  display: none;
}

/* select */
.custom-select {
  position: relative;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
 background-color: #f2f2f2;
color: #676767 !important;
width: auto;
border-radius: 5px;
border: 1px solid #e6e5e5 !important;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  font-size: 14px;
  border: 6px solid transparent;
  border-color: #676767 transparent transparent transparent;
}
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  position: relative;
}
.select-items div {
  font-size: 14px;
  font-weight: 600;
}
.select-items {
      position: absolute;
    background-color: #008d00;
    top: 100%;
    left: 0;
    max-height: 450px;
    border-radius: 5px;
    right: 0;
    z-index: 99;
    overflow: auto;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/* fim select */
.listaEstrutura.slick-initialized.slick-slider{
  display: block !important;
}
.coluna-flex {
  width: 100%;
  position: relative;
}
.arrows {
  position: absolute;
  bottom: 0;
}
.leftS img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.leftR img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.setasL.rightS, .setasL.rightR{
  right: 5px;
  position: absolute;
  bottom: 294px;
  cursor: pointer;
}
.coluna-flex.listaGaleria {
  min-height: 395px;
  max-height: 395px;
}
.setasL.leftS,.setasL.leftR {
  position: absolute;
  bottom: 294px;
  left: 5px;
  cursor: pointer;
}
.setasL.leftS.slick-arrow,.setasL.rightS.slick-arrow{
  bottom: 173px;
}
.item-estrutura {
  height: 394px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.coluna-flex.textosRight {
  padding-left: 50px;
}
.coluna-flex.textosLeft {
  padding-right: 50px;
}
.mvv {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}
.box-mvv {
  width: calc(100% / 3 + -64px);
  margin: 0 20px;
  border-radius: 8px;
  padding: 32px;
  background: white;
  border: 1px solid #e5e5e5;
}
.box-mvv:nth-child(2) {
  width: 17%;
}
.listaEstrutura,.listaEquipamentos {
  width: 580px;
  position: relative !important;
}
img.icone-mvv {
  display: block;
  margin-top: 10px;
  margin: auto;
  margin-bottom: 20px;
}
img.icone-mvv.negativo {
  display: none;
}
.box-mvv:hover {
  background: #008d00;
}
.box-mvv:hover span.nome_servicos,.box-mvv:hover .info_servicos{
  color: white !important;
}
.box-mvv:hover .positivo{
  display: none;
}
.box-mvv:hover .negativo{
  display: block;
}
.info_servicos {
  text-align: justify;
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
}
span.nome_servicos {
  text-align: center;
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}
h2.titulo.blue {
  color: #0142a6;
}
span.tipo_p {
  display: block;
  margin: 0;
  color: #0142a6;
  font-weight: 300;
}
.textosLeft {
  padding-right: 30px;
}
span.resultado {
  display: block;
  text-align: center;
  margin-top: 18px;
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: 900;
  font-family: sans-serif;
  text-transform: uppercase;
}
h2.headerTitulo {
  font-size: 17px;
  font-weight: 600;
}
.desc{
  padding: 5px 0 !important;
}
.Quatidade_ {
  display: flex;
  align-items: center;
  background: #0a589a;
  width: 210px;
  height: 18px;
  margin-right: 18px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  padding: 15px;
  color: white;
  font-weight: 500;
}
.controle-opcs {
  display: flex;
  align-items: center;
}
img.img-print {
  display: none !important;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
}
a.orcamento-link{
  margin-top: 0 !important;
  margin: 0 !important;
  font-size: 13px !important;
  position: relative;
  padding: 14px 9px !important;
}
.selecionar-opcs {
  background: rgb(242, 242, 242);
  padding: 20px 14px;
  border-radius: 7px;
  padding-top: 15px;
  border: 1px solid #e4e2e2;
}
.btnQuantidade input {
  padding: 7px;
  background: white;
  border: 0;
  width: 65px;
  color: #404040;
  font-size: 14px;
  height: 28px;
  border-radius: 4px;
}
.btnQuantidade {
  position: absolute;
  background: #1769b2;
  font-size: 14px;
  top: 0;
  right: 0;
  width: 79px;
  font-weight: 600;
  padding: 3px;
  border-radius: 5px;
}
.btnQuantidade button {
  position: absolute;
  right: 13px;
  margin-top: -3px;
  border: 0;
  padding: 0;
  outline: none;
  background: transparent;
}
button.mais.qtd_button {
  width: 0;
  height: 0;
  cursor: pointer;
  border-style: solid;
  top: 12px;
  border-width: 0 5px 12px 5px;
  border-color: transparent transparent #ffffff transparent;
}
button.zero.qtd_button {
  width: 0;
  cursor: pointer;
  height: 0;
  bottom: 12px;
  border-style: solid;
  border-width: 12px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
.total {
  margin-right: 8px;
  font-size: 18px;
}
span.nome_opc_input {
  font-size: 12px;
  color: #232323;
}
form#opceoesMateria span input {
  margin-right: 10px;
}
form#opceoesMateria {
  margin-top: 6px;
}
.arqvs {
  display: flex;
  align-items: center;
}
.arqvs a,.social {
  font-size: 14px;
  color: #222222;
  cursor: pointer;
  margin-right: 25px;
}
.acao_produtos {
  display: flex;
  align-items: center;
}
.acao_produtos {
  margin-top: 25px;
}
.social {
  display: block;
  margin-left: auto;
}
.arqvs img {
  vertical-align: middle;
  margin-right: 10px;
}
.social img {
  vertical-align: middle;
  margin-left: 11px;
}
.social{
  margin-right: 0 !important;
}


@media screen and (max-width: 1190px){
  .listaEstrutura, .listaEquipamentos {
    margin: auto;
    width: 100%;
  }
  .flex.flexquem-somso {
    display: flex;
  }
  .coluna-flex.textosRight {
    padding-left: 0;
  }
  .coluna-flex {
    width: 48%;
    position: relative;
    margin-right: 27px;
  }
  .selecionar-opcs{
    width: auto;
    margin: auto;
  }
  .textosLeft {
    padding-right: 30px;
    float: left;
    width: 60%;
  }
  .cont.vejaTambem {
    float: right;
    margin: auto;
  }
}


@media screen and (max-width: 815px){ 
  .textosLeft{
    width: auto;
    margin-bottom: 22px;
  }
  .boc-calculadora{
    float: none !important;
    margin: auto;
  }
  .box_produtos {
    width: calc(100% / 2 + -39px) !important;
  }
  .selecionar-opcs {
    width: 71%;
  }
  .flex.flexquem-somso {
    display: block;
  }
  .coluna-flex.textosRight {
    padding-left: 0;
  }
  .coluna-flex {
    width: auto;
    position: relative;
    margin-right: 0;
  }
  .selecionar-opcs{
    width: auto;
    margin: auto;
  }
}

@media screen and (max-width: 615px){
  .item-estrutura {
    height: 254px;
    width: 100%;
  }
  .select-selected:after{
    top: 32px;
  }
  .coluna-flex.listaGaleria {
    min-height: 256px;
    max-height: 256px;
  }
  .coluna-flex{
    margin-bottom: 20px;
  }
  
  .selecionar-opcs {
    width: auto;
  }
  a.orcamento-link {
    width: auto !important;
    line-height: 1;
  }
  form#opceoesMateria {
    text-align: center;
  }
  .controle-opcs {
    display: block;
    align-items: center;
  }
  .Quatidade_{
    width: 89%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .arqvs,.acao_produtos{
    display: block;
  }
  .arqvs a, .social {
    font-size: 12px !important;
  }
  a.imprimr {
    display: block;
    float: right;
    margin-right: 0;
  }
  .social {
    margin-top: 15px;
  }
  .textosLeft {
    padding-right: 0;
    float: none;
  }
  .cont.vejaTambem {
    float: none;
  }
  .box_produtos {
    width: 100% !important;
  }
  .listaGaleria .arrows {
    bottom: -25% !important;
  }
}







