@font-face {
  font-family: 'Raleway Light';
  src: url('fonts/Raleway-Light.ttf');
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Regular.ttf');
}

@font-face {
  font-family: 'Raleway Medium';
  src: url('fonts/Raleway-Medium.ttf');
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('fonts/RobotoCondensed-Regular.ttf');
}

@font-face {
  font-family: 'Roboto Condensed Light';
  src: url('fonts/RobotoCondensed-Light.ttf');
}

@font-face {
  font-family: 'Roboto Light';
  src: url('fonts/Roboto-Light.ttf');
}


body{
  font-family: 'Raleway Light';
  position:relative;
}

*:focus{
  outline:none !important;
}

a{
  text-decoration: none;
  color:inherit;
}

header{
  width: 100%;
  height: 130px;
  position:fixed;
  z-index:200;
}

header > div{
  width:100%;
}

.headerindex{
  display:none;
}

.headerindex2 #nav-icon3 span{
  background: White;
}
.headerindex2:hover #nav-icon3 span{
  background: #333;

}

.headerindex2{
  background:transparent !important;
  box-shadow: none !important;
  transition: background-color 500ms linear !important;
  display:none;
}

.logopaginicial{
  display:none;
  transition: none !important;
}

.headerindex2:hover{
  background-color: rgba(230, 230, 230, 0.95) !important;
  box-shadow: 1px 0px 3px grey !important;

}

.headerindex2 a img{
  height: 80px !important;
}

.headerindex2 .navmenu{
  /* height: 120px; */
  border-bottom: 1px solid white;
}

.headerindex2 .navmenu ul li{
  height: 30px;
  /* line-height: 40px; */
  padding: 30px 0;
}

.headerindex2:hover .navmenu{
  border-bottom: 1px solid rgba(230, 230, 230, 0);
}

.headerindex2:hover ul a {
  color:black !important;
  font-weight: normal !important;
}
.headerindex2 ul a {
  color:white !important;
  font-weight: bold !important;
}

.headerindexscroll{
  background: rgba(230, 230, 230, 0.95) !important;
  box-shadow: 1px 0px 3px grey !important;
}

.headerindexscroll .navmenu{
  border-bottom: 1px solid rgba(230, 230, 230, 0) !important;
}

.headerindexscroll ul a{
  color:black !important;
}

.headerindexscroll #nav-icon3 span{
  background: black !important;
}

.contactoscabecalho{
  background:#333333;
  color: white;
  text-align: right;
  /* height:30px; */
  line-height: 2;
  cursor: default;
  overflow: hidden;
}
.contactoscabecalho span h5{
  display: inline;
  padding:0px 10px 0 0px;
}
/* .contactoscabecalho span h5:hover{
  text-decoration: underline;
  cursor: pointer;
} */

.contactoscabecalho .redessociais i{
  font-size: 20px;
  cursor: pointer;
  width: 30px;
}

.contactos{
  overflow:auto;
}

.contactos>div{
  float: left;
  width:calc(50% - 20px);
  margin: 10px 10px ;
}

.formulariocontactos, .horariocontactos{
  min-height: 500px;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
  padding: 20px 0 ;
}

.contactos {
  position:relative;
}

.contactos form{
  position:relative;
}

.contactos h2{
  font-size: 24px;
  line-height: 2;
  padding: 30px 0px 10px;
  font-family: 'Raleway';
}

.contactos form input::placeholder, .contactos form textarea::placeholder{
  font-family: 'Raleway';
  font-style: italic;
  font-size: 16px;
  line-height: 17px;
}

.contactos textarea{
  overflow: auto;
}

.contactos input{
  background: #F2F2F2;
  border: 0px;
  border-bottom: 1px solid black;
  height: 40px;
  width: calc(50% - 20px);
  margin: 0px 0px 20px 0px;
  padding:0px 0px 0px 10px;
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 17px;
}

.contactos input[type="submit"]{
  padding: 0;
}

.contactos form textarea{
  background: #F2F2F2;
  border: 0px;
  border-bottom: 1px solid black;
  width: calc(100% - 10px);
  height: 200px;
  resize: none;
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 17px;
  padding:10px 0px 0px 10px;
  margin: 0px 0px 20px 0px;
}

.contactos form input[type=submit]{
  height: 60px;
  font-size: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #333;
  transition: all 0.5s ease;
}

.contactos form input[type=submit]:hover{
  color:white;
  background: #333333;
  cursor:pointer;
}

.infoadicionalcontactos{
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.infoadicionalcontactos>div{
  margin: 10px 0px 0 0;
  float: left;
  width:50%;
  line-height: 2;
}

.infoadicionalcontactos>div:last-child{
  width: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.infoadicionalcontactos div:last-child a{
  line-height: 2;
}


.horario{
  padding: 0px 40px;
}
.horario span{
  position: relative;
  text-align: right;
  display:block;
  padding: 10px 0;
}

.horario span p{
  position: absolute;
  left:0;
  text-align: left;
}

.horario span.hoje {
  font-weight: bold;
}

.contactos form input[type=checkbox]{
  width: 20px;
  height: 20px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
}

.contactos a:hover{
  text-decoration: underline;
}

.contactos form label{
  display:block;
  height: 20px;
  line-height: 20px;
  width:50%;
}

.linhaformulario {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.redessociais i{
  transition: all 0.3s ease;
}


.fa-linkedin:hover{
  color:#0077b5;
}

.fa-instagram:hover{
  color:#833AB4
}

.fa-facebook-square:hover{
  color:	#345fbd;
}

.containerpt{
  max-width:1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.navbar{
  width:100%;
  min-height: 140px;
  background: rgba(230, 230, 230, 0.95);
  color:black;
  text-align: right;
  box-shadow: 1px 0px 3px gray;
  z-index:4;
  transition: all 0.3s ease;
  /* overflow: hidden; */
}

.navbar .containerpt{
  overflow:hidden;
}

.navbar ul{
transition: all 0.3s ease;
}

.navbarencolhida{
  min-height:80px;
  transition: all 0.3s ease;
}

.navbarencolhida .navmenu li{
  padding: 20px 0;
  height:40px;
  line-height:30px;
}

.navbarencolhida .navmenu a{
  padding: 20px;
  padding: 5px 5px;
}

.navbarencolhida img{
  /* width: 60px; */
  margin-top: 10px !important;
  height: 60px !important;
}

.navmenu{
  width:100%;
  float:left;
}


.navmenu ul {
  float:right;
  list-style: none;
  display: table;
  text-align: right;
}

.navmenu li {
  text-align: right;
  display: table-cell;
  position: relative;
  padding: 56px 0;
}

.navmenu ul a{
  color: black;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  padding: 5px 5px;
  position: relative;
  font-size:18px;
}

.navmenu ul a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: orange;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navmenu ul a:hover:after {
  width: 100%;
  left: 0;
}

/* hamburguer */

.navbarhamburguer, .hamburguer{
  display:none;
}

#nav-icon3 {
  width: 40px;
  height: 45px;
  position: relative;
  float: right;
  top: 50px;
  right:20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


.navbarhamburguer ul {
  list-style: none;
  display: table;
  text-align: center;
  width: 100%;
  padding-top: 60px;
}

.navbarhamburguer li {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 10px 40px 0;
}

.navbarhamburguer ul a{
  color: black;
  text-decoration: none;
  /* display: block; */
  padding: 10px 5px;
  position: relative;
  font-size:24px;
}

.navbarhamburguer ul a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: orange;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbarhamburguer ul a:hover:after {
  width: 100%;
  left: 0;
}



/* fim hamburguer */

.navlogo{
  width: 20%;
  float:left;
  text-align: left;
}


.navlogo img{
  margin-top:15px;
  height: 110px;
  transition: all 0.3s ease;
}

.navlogo img:hover{
  opacity: 0.70;
}

.botaovoltar{
  width:calc(100% - 40px);
  margin: 0 auto;
  font-size:21px;
  height: 60px;
  line-height: 60px;
  padding:40px 40px 20px 0;
  display:flex;
  justify-content: space-between;
  /* margin-bottom: 20px; */
}

.botaovoltar span:hover{
  text-decoration: underline;
  cursor:pointer;
}

.botaovoltar h3{
  padding-left: 20px;
}

.resumoproduto{
  padding: 40px 0px 0px 60px;
  width: calc(40% - 60px);
  position:relative;
  color:#333333;
}

h3{
  font-size: 30px;
  font-weight: 700;
}

.resumoproduto p {
  line-height: 1.5;
  font-size: 18px;
}



.descricaoproduto{
  width: 100%;
  line-height: 1.5;
}

.descricaoproduto ul li{
  margin: 0px 0px 20px 40px;
  list-style: disc;
}

h4{
  font-size: 21px;
  font-weight: 700;
  margin: 20px 0;
}


.titulopagina{
  font-size:36px;
  min-height:100px;
  line-height: 100px;
  font-family:'Raleway';
  /* font-weight: bold; */
  width:100%;
  background: #F2F2F2;
  cursor: default;
  position:relative;
}

.imgproduto{
  width: 60%;
  overflow: hidden;
  position:relative
}

.sliderprodutos{
  max-height:440px;
  overflow:hidden;
  margin: 0 !important;
}

.sliderprodutos img{
  width: 100%;
}

.apresentacaotermoface{
  width: 100% !important;
}

.sliderstermoface{
  width: calc(50% - 20px);
  margin: 0 10px;
}

.sliderstermoface .sliderprodutos{
  height:400px;
}

.sliderstermoface img{
  width: 100%;
}
.sliderstermoface p{
  min-height: 80px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* text-align: left; */
}

.sliderstermoface h4{
  margin: 20px 0 40px 0;
}
.sliderstermoface h5{
  font-size: 24px;
  font-family: 'Raleway', 'sans serif';
  margin: 10px 0;
}

.slidersmontagem{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.slidersmontagem div{
  width: calc(20% - 20px);
  margin: 20px 10px 40px 10px;
}

.corpotexto{
  overflow:hidden;
  position: relative;
}
.corpotexto>div{
  float:left;
}

footer{
  width:100%;
  min-height:200px;
  background: #E6E6E6;
  position:relative;
}

footer div:last-child a:hover{
  text-decoration: underline;
}

.infofooter{
  width: 100%;
  background: #333333;
  position:relative;
  bottom: 0;
  left:0;
  min-height:40px;
  line-height: 40px;
  color:white;
  text-align: right;
}

.infofooter span{
  position:absolute;
  left: 0;
}
.footerspan{
  position:relative;
}

.infofooter2{
  display:flex;
  justify-content: flex-end;
}

.footer{
  width: calc(100% - 40px);
  margin:100px 0 0 0;
  padding: 20px;
  min-height:200px;
  overflow:hidden;
  display:flex;
  justify-content: space-between;
}

.footer div{
  margin-top: 20px;
  width: 31%;
  line-height: 1.5;
  text-align: center;
}

.footer div:first-child{
  text-align: left;
}

.footer div:last-child{
  text-align: right;
}

.redessociais{
  font-size: 36px;
  cursor:pointer;
}

header .redessociais{
  font-size: inherit;
}


/* acordiao */



.resumoproduto .pergunta:first-child{
  border: 1px solid #F2F2F2;
}

.resumoproduto .pergunta:not(:first-child){
  border: 1px solid #F2F2F2;
  border-top: 0;
}

.pergunta{
  width:100%;
}

.pergunta h3{
  cursor: pointer;
  display:block;
  font-size:21px;
  min-height: 60px;
  background: #F2F2F2;
  margin:0;
  line-height: 2.9;
  padding-left:20px;
  transition: all 0.5s ease;
}


.pergunta i{
  line-height: 60px;
  width:40px;
}

.perguntahover{
  background: #333333 !important;
  color:white;
}


.resposta{
  background: white;
  width: calc(100% - 20px);
  display: none;
  font-size: 14px;
  /* text-indent: 5%; */
  padding: 20px 10px;
}


.resposta p{
  line-height: 2;
}
.resposta a:hover{
  text-decoration:underline;
}

.resposta img{
  width: 100%;
}

.solicitaramostra{
  text-align: center;
  margin: 20px 60px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #333;
  color: #333;
  background: #F2F2F2;
  transition: all 0.2s ease;
}

.solicitaramostra:hover{
  color: white;
  background: #333;
}

.produtosrequesitar{
  width: 100%;
  min-height: 60px;
  margin: 0 ;
}

.sliderdimensoes .slick-dots li button:before {
  color: gray;
}

.sliderdimensoes .slick-dots li.slick-active button:before {
  color:black !important;
}

.fichatecnica table{
  width:100%;
}

.fichatecnica table tr:nth-child(odd){
  background: #F2F2f2;
}

.fichatecnica td{
  /* width: 50%; */
  padding: 8px;
  line-height: 1.5;
  min-height: 40px;
  text-indent: 0;
  text-align: center;
  border: 1px solid black;
  vertical-align:middle;
  font-size: 16px;
}

.fichatecnica td:first-child{
  width: 35%;
}

.infofichatecnica{
  text-indent: 0;
  padding: 0 0 0 10px;
  line-height: 1.5 !important;
  font-size: 14px !important;
}

/* caixas pag inicial */

.caixasiniciais{
  overflow-y: auto;
  display:flex;
  justify-content: space-between;

}

.caixasiniciais>div{
  float: left;
  margin: 60px 0;
  width: 32%;
  min-height: 500px;
  background:#F2F2F2;
  cursor:pointer;
  transition: all 0.5s ease;
}

.caixasiniciais img{
  width: 100%;
  opacity: 0.8;
}
.caixasiniciais h3{
  padding: 20px 40px;
}
.caixasiniciais p{
  padding: 0 40px;
  line-height: 1.5;
  font-size: 16px;
}

.caixainicialhover{
  background:rgb(224, 224, 224) !important;
}


/* slick */




.slick-prev:before,
.slick-next:before {
  color: white;
}

.slick-next, .slick-prev{
  width: 40px;
  height:100%;
  padding-top:20px;
}

.slick-prev{
  left: 10px;
  z-index:5;
}

.slick-next{
  right: 10px;
}

.slick-dots li.slick-active button:before, .slick-dots li button:before{
  color: black;
  font-size: 10px;
}

.slider-controls{
  width: 100%;
  position:relative;
  z-index: 999;
  bottom: 0;
  padding: 5px;
  display:flex;
  justify-content: center;
  align-items: center;
}

.slide-m-dots .slick-dots{
  position:relative;
  bottom: 0;
}

.setaslideresq, .setasliderdir {
  font-size: 24px;
  color: black;
  cursor:pointer;
  width:60px;
  text-align: center;
  opacity:0.8;
  text-shadow:0px 0px 2px black;
}


.caixasliderinicial video{
  position: absolute;
  top: 50%;
  left: 50%;
  /* width: auto; */
  /* width:100%; */
  height: auto;
  /* min-width: 100%; */
  /* min-height: 100%; */
  transform: translate(-50%, -50%);
}
.caixasliderinicial .setaslideresq, .caixasliderinicial .setasliderdir {
  font-size: 48px;
  z-index: 6;
  color:white;
  position:absolute;
  line-height:100vh;
  padding:0 20px;
  width:100px;
  cursor:pointer;
  text-shadow: 1px 1px 5px black;
  display:none;
}

.caixasliderinicial .setasliderdir{
  text-align: right;
  right: 0;
}
.caixasliderinicial .setaslideresq{
  text-align: left;
}

.caixasliderinicial .slick-dots{
  bottom: 10px;
}

.caixasliderinicial .slick-dots li.slick-active button:before,  .caixasliderinicial .slick-dots li button:before{
  color: white;
  font-size: 10px;
}

.setasliderdir:hover, .setaslideresq:hover{
  opacity: 1;
}

.sliderinicial{
  height:100vh;
  width: 100%;
}

.sliderinicial img{
  min-height:100vh;
  /* object-fit: none;
  object-position: 50% 50%; */
}

.caixasliderinicial{
  width:100%;
  height: 100vh;
  overflow:hidden;
  position:relative;
}

.slide{
  position:relative;
  z-index:4;
}

.slide span{
  position: absolute;
  top: calc(100vh - 200px);
  left:0;
  z-index:6;
  padding: 10px 20px 20px 15%;
  background: orange;
  transition: all 0.25s ease;
}

.slide span:hover{
  background: rgb(248, 179, 50);
}


.slide a{
  text-decoration: none;
  color: white;
  font-size: 21px;
  text-align: center;
}

.slide h4{
  display:block;
  margin: 0;
  color: white;
  font-weight: normal;
  font-size: 48px;
  text-shadow: 0px 0px 10px black;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: right;
}

.imgempresa img{
  float:right;
  width:50%;
  margin:0 20px;

}

.textoempresa{
  position:relative;
  padding:60px 10px 0;
  line-height: 1.7;
  font-size: 18px;
}

.textoempresa a{
  word-break: break-all;
}

.textoempresa a:hover{
  text-decoration: underline;
}

.textoempresa h2{
  font-weight: bold;
  margin-bottom: 20px;
}

.textoempresa i {
  font-style: italic;
}

.textoempresa p {
  padding-bottom: 20px;
}

.textoempresa ol{
  margin: 0px 0px 20px 40px;
  list-style: decimal;
}

.textoempresa ul{
  margin: 0px 0px 20px 40px;
  list-style: disc;
}

.caixaapresentar{
  width: calc(100% - 2px);
  min-height: 300px;
  border-top: 1px solid rgb(177, 177, 177);
  border-bottom: 1px solid rgb(177, 177, 177);
  overflow: auto;
}




#apresentarcaixapormenores, #apresentarcaixamanual, #apresentarcaixacatalogo, .caixaapresentar {
  display:none;
}

#apresentarcaixamanual, #apresentarcaixacatalogo{
  overflow: auto;
}

#apresentarcaixamanual img, #apresentarcaixacatalogo img{
  float: left;
  width: calc( 60% - 40px);
  padding: 20px;
}

#apresentarcaixamanual p, #apresentarcaixacatalogo p{
  float: left;
  width: calc(40% - 40px);
  padding: 20px;
  font-size: 18px;
  line-height: 1.5;
}

#apresentarcaixamanual a,#apresentarcaixacatalogo a{
  margin:20px 0px 20px 10%;
  display:block;
  width: 80%;
  height: 60px;
  line-height: 60px;
  background: #F2F2F2;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s ease;
}

.caixaapresentar a:hover, #apresentarcaixamanual a:hover, #apresentarcaixacatalogo a:hover {
  background: #333333;
  color: white;
}
#apresentarcaixapormenores>div{
  width:90%;
  margin:20px 0 0 5% ;
}

#apresentarcaixapormenores>div:last-child{
  margin:20px 0 5% 5% ;
}

#apresentarcaixapormenores div{
  overflow: auto;
}

#titulotabela1{
  padding-left: 40px;
  font-size:21px;
  min-height:60px;
  line-height: 60px;
  font-weight: bold;
  margin: 20px 0;
}

.titulopormenor{
  width: calc(100% - 20px);
  font-size: 18px;
  padding-left:20px;
  min-height: 50px;
  line-height: 50px;
  background: #F2F2F2;
  transition: all 0.5s ease;
}

.titulopormenor:hover{
  background: #333333;
  color: white;
  cursor:pointer;
  font-weight: bold;
}

.outerpormenor>div{
  border: 1px solid black;
  border-bottom:0px;
}

.outerpormenor>div:last-child{
  border-bottom: 1px solid black;
}

.descricaopormenor img{
  float: left;
  width:calc(60% - 80px);
  padding: 40px;
  min-height:200px;
}

.descricaopormenor{
  display:none;
  height: 100%;
}

.titulolistapormenores{
  width: calc(40% - 40px);
  margin: 40px 20px;
}

.titulolistapormenores p{
  width: 100%;
  height: 80px;
  padding-top:20px;
  text-align: center;
  font-size: 21px;
  margin-top:60px;
  font-size: 24px;
}

.titulolistapormenores a{
  float:left;
  margin: 20px 0px 20px 10%;
  display: block;
  width: calc(40% - 40px);
  height: 60px;
  line-height: 60px;
  background: #F2F2F2;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s ease;
}


.caixaspontosvenda{
  margin-top: 60px;
  font-size: 18px;
  overflow: hidden;
}

.caixaspontosvenda>div{
  float:left;
  width: 100%;
  height: 120px;
  margin: 0px 0px 40px;
  border: 1px solid white;
  transition: all 0.5s ease;
}

.caixaspontosvenda>div:hover{
  border: 1px solid gray;
}

.caixaspontosvenda>div>div{
  float:left;
}

.nomepontovenda{
  width: 30%;
}
.botoespontosvenda{
  width: 20%
}

.caixaspontosvenda p {
  height: 100%;
  padding: 5px 0 0 40px;
  word-break: break-all;
}
.caixaspontosvenda p span:first-child{
  font-weight: bold;
  font-size: 21px;
}


.imagempontovenda{
  width: calc(30% - 40px);
  height: calc(100% - 20px);
  padding: 10px 20px;
  display:flex;
  align-items: center;

}

.imagempontovenda img{
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.botoespontosvenda button{
  width: calc(100% - 20px);
  height: 100px;
  margin: 10px;
  background: #F2F2F2;
  font-size: 24px;
  color:black;
  transition: all 0.5s ease;
}
.caixaspontosvenda button:hover{
  background:#333333;
  color: white;
  cursor:pointer;
}



/* propriedades mapa  */

.mapouter{
  position:relative;
  text-align:right;
  height:600px;
  width:100%;
  margin: 100px 0 200px 0;
}

.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:600px;
  width:100%;
}
.caixascategorias{
  margin-top: 60px;
  overflow: auto;
}

.caixascategorias div{
  width:calc((100% / 3) - 20px);
  float:left;
  height:400px;
  margin:0 10px 20px;
  position: relative;
  overflow:hidden;
}

.caixascategorias div img{
  height:100%;
}

.caixascategorias div p{
  text-align: center;
  position:absolute;
  top:0;
  background: transparent;
  width:100%;
  height:100%;
  font-size:28px;
  color:white;
  line-height: 400px;
  transition: all 0.5s ease;
}

.caixascategorias div p:hover{
  background:rgba(0,0,0,0.4);
  cursor:pointer;
  transform: scale(1.1);
}

.caixasprodutos{
  margin:60px auto;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  overflow: initial;
}

.outerbox{
  width: calc((100% / 3) - 20px);
  overflow: hidden;
}
.caixasprodutos>div{
  margin: 0px 10px 20px;
}

.ultimacaixaprodutos p {
  text-shadow: 1px 1px 10px black;
}

.caixadecima{
  width:100%;
  position:relative;
  height: 233.63px;
}

.caixadecima div{
  width:100%;
  position:absolute;
  bottom:0;
  height:45px;
  font-size: 21px;
  line-height: 45px;
  text-align: center;
  font-family: 'Raleway';
  /* font-weight: bold; */
  background:rgba(255,255,255,0.8);
}

.caixadecima div p{
  transition: all 0.5s ease;
  text-shadow: 0px 0px 1px black;
  color:black;
}

.caixadecima span{
  background:red;
  color:white;
  height: 100%;
  line-height: 2.7;
  padding: 0 10px;
  font-size: 0.7em;
  position: absolute;
  border-radius: 5px 0px 0px 20px;
  top: 0;
  right: 0;
  font-weight: bold;
}

.caixadecimaphover{
  font-size:22px !important;
}

.caixadebaixo{
  margin-top:20px;
  width:1180px;
  height:390px;
  border-top: 1px solid rgb(177, 177, 177);
  border-bottom: 1px solid rgb(177, 177, 177);
  background:white;
  position:relative;
  display:none;
  overflow:auto;
}
.caixadebaixo>div{
  float:left;
  width:calc(50% - 40px);
  margin: 20px;
}

.outerbox:nth-child(3n) .caixadebaixo{
  /* background: yellow; */
  left:-800px;
}

.outerbox:nth-child(3n - 1) .caixadebaixo{
  /* background: green; */
  left:-400px;
}

.caixadecima img{
  width:100%;
  min-width: 380px;
}

.sliderlistagem div img{
  width:100%;
}

.sliderlistagem{
  height: 340px;
  background-image: url('img/loading.gif');
  background-repeat: no-repeat;
  background-position: left 160px top 90px;
}

.setassliderlistagem{
  height:340px !important;
  line-height: 340px !important;
}

.descricaolistagemproduto{
  position:relative;
  height: 120px;
  line-height: 120px;
  font-size: 32px;
  font-weight: bold;
  padding-left:40px;
  width:calc(50% - 80px) !important;

}

.descricaolistagemproduto a{
  margin: 20px 0px 20px 0;
  display: block;
  width: 60%;
  font-size:21px;
  height: 60px;
  line-height: 60px;
  background: #F2F2F2;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s ease;
}

.descricaolistagemproduto a:hover{
  background: #333333;
  color: white;
}

.slick-frame {
  visibility: hidden;
}

.caixadecimaativa{
  outline: 1px solid black !important;
}

.espacoarquiteto{
  overflow:hidden;
}

.espacoarquiteto p{
  padding-top: 60px;
  line-height: 1.5;
  font-size: 18px;
}

.espacoarquiteto div{
  float:left;
  width:50%;
}

.espacoarquiteto div img{
  width:100%;
}

.arquitetos{
  overflow:hidden;
}

.arquitetos p{
  line-height: 2;
  margin-bottom: 20px;
  /* font-family: 'raleway'; */
}

.arquitetos img {
  margin-top:60px;
}

.arquitetos h2{
  font-size: 21px;
  font-weight: bold;
  padding:20px 0;
  line-height: 1.5;
}
.espacoarquiteto div{
  transition: all 0.5s ease;
}

.outersliderarq{
  margin-top: 60px;
  position:relative;
}
.setasliderarqesq, .setasliderarqdir{
  display:block !important;
  font-size: 40px;
  /* height:50%; */
  /* line-height:240px; */
  color: white;
  z-index: 5;
  position:absolute;
  top: 40%;
  cursor:pointer;
  width:60px;
  text-align: center;
  opacity:0.6;
  text-shadow:0px 0px 5px black;
}

.setasliderarqdir{
  right: 20px;
}

.setasliderarqesq{
  left: 20px;
}

.setasliderarqesq:hover, .setasliderarqdir:hover{
  opacity: 1;
}


.sliderarq img{
  width: 90%;
  margin-left: 5%;
  /* padding: 10px; */
}
.newsletter{
  overflow: auto;
}

.newsletter h2{
  font-size: 30px;
  width: 100%;
  font-family: 'Raleway';
  margin: 60px 0 40px;
  line-height: 2;
}

.subscricao{
  width: 50%;
  margin: 0;
  font-size: 18px;
  float:left;
  line-height: 1.5;
  position: relative;
}

.subscricao form input[type=checkbox]{
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.subscricao form input[type=submit]{
  width:200px;
  height: 60px;
  font-size: 24px;
  border:0;
  transition: all 0.5s ease;
}

.aceitopoliticanewsletter{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.aceitopoliticanewsletter label{
  display:flex;
  align-items: center;
}


.subscricao form input[type=submit]{
  font-family: 'Raleway';
}

.subscricao form input[type=submit]:hover{
  color:white;
  background: #333333;
  cursor:pointer;
}

.subscricao form input[type=email]{
  font-size: 16px;
  line-height: 17px;
  padding: 10px;
  width: calc(100% - 24px);
  /* margin-bottom: 20px; */
  border-radius: 5px;
  border: 1px solid gray;
  box-shadow: 1px 1px 2px black;
  font-family: 'Raleway';
}

.subscricao form input::placeholder{
  font-style: italic;
}

.subscricao a:hover{
  text-decoration: underline;
}


.newslettertop{
  width: 100%;
  overflow: auto;
}

.newsletterslider{
  width: 100%;
  text-align: center;
  font-size:18px;
  background: #d8d8d8;
  line-height: 2;
}

.newsletterslider div:nth-child(even){
  background:rgb(189, 189, 189);
}

.newsletterslider img{
  width: 100%;
}

.popup-overlay{
  position:fixed;
  bottom:0;
  width: 100%;
  padding: 20px;
  text-align: center;
  /* height: 160px; */
  background: #333333;
  color: white;
  z-index:999;
  display:none;
}

.popup-overlay p {
  float: left;
  font-size: 18px;
  line-height: 40px;
  padding-right: 60px;
}

.popup-overlay a:hover{
  text-decoration: underline;
}

.popup-overlay h2{
  margin-top: 20px;
  font-size:30px;
  line-height: 2;
}

.botaofecharpopupcookies{
  width: 120px;
  height:40px;
  line-height: 40px;
  background:white;
  font-size: 21px;
  color: black;
  display:inline-block;
  cursor:pointer;
  transition: all 0.2s ease;
}
.botaofecharpopupcookies:hover{
  background:#333333;
  color: white;
  outline: 1px solid white;
}

.validacaonewsletter{
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.5s ease;
  padding: 8px;
  color:red;
}



/* candidatura espontanea */
.enviocontacto{
  position: relative;
  top:20px;
  display:block;
  float:none !important;
  width:calc(50% - 50px) !important;
  height: auto !important;
  font-size: 18px;
  background: green;
  padding: 8px 8px 8px 18px;
  border-radius: 10px;
  color:white;
  font-family: 'Raleway';
}

.enviocandidatura{
  position: absolute;
  width: calc(80% - 40px);
  top: 20px;
  /* left: 5%; */
  font-size: 18px;
  background: green;
  padding: 8px 8px 8px 18px;
  border-radius: 10px;
  color:white;
  font-family: 'Raleway';
  /* display:none; */
}

.candidatura{
  padding-top: 40px;
  overflow: hidden;
  position:relative;
}

.candidatura a:hover{
  text-decoration: underline;
}

.candidatura form{
  width: 80%;
  position:relative;
}

.candidatura h2{
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0;
  display: block;
  width: 100%;
}

.candidatura h3{
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 20px 0;
}

.candidatura form input::placeholder, .candidatura form textarea::placeholder{
  font-family: 'Raleway';
  font-style: italic;
  font-size: 16px;
  line-height: 17px;
}

.candidatura textarea{
  overflow: auto;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.candidatura input[type=text],.candidatura input[type=email],.candidatura input[type=number]{
  background: #F2F2F2;
  border: 0px;
  border-bottom: 1px solid black;
  height: 40px;
  width: calc(100% - 10px);
  margin: 0px 0px 20px 0px;
  padding:0px 0px 0px 10px;
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 17px;
}

.candidatura input[type=email]{
  width: 66%;
}

.candidatura input[type=radio]{
  margin-bottom: 10px;
}

.candidatura input[type=file]{
  /* display: none; */
  font-family: 'Raleway';
  font-size: 16px;
  position: relative;
  left: -138px;
  z-index: -1;
}
#salario{
  width:50%;
}
.custom-file-upload {
  display:inline-block;
  margin-bottom: 20px;
  text-align: center;
  line-height: 2;
  width: 300px;
  background: #F2F2F2;
  border: 0px;
  border-bottom: 1px solid black;
  transition: all 0.2s ease;
  cursor:pointer;
}

.custom-file-upload:hover{
  color: white;
  background: #333;
}


.candidatura form textarea{
  background: #F2F2F2;
  border: 0px;
  border-bottom: 1px solid black;
  width: calc(100% - 10px);
  height: 120px;
  resize: none;
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 17px;
  padding:10px 0px 0px 10px;
  margin: 0px 0px 20px 0px;
}

.candidatura form input[type=submit]{
  height: 60px;
  width: 200px;
  font-size: 24px;
  position: relative;
  float: right;
  right: 0;
  bottom: 0;
  border:0;
  transition: all 0.5s ease;
}

.candidatura form input[type=submit]:hover{
  color:white;
  background: #333333;
  cursor:pointer;
}

.infoadicionalmorada{
  width: calc(100% + 20px);
  overflow: auto;
}

.candidatura select{
  margin: 0px 0px 20px 0px;
  height:41px;
  background: #F2F2f2;
  border: 0;
  border-bottom: 1px solid black;
  font-family: 'Raleway';
  font-size: 16px;
  padding-left: 10px;
  line-height: 2;
}

.infoadicionalmorada input, .candidatura select{
  float: left;
  width: calc( (100% / 3) - 20px) !important;
  margin-right: 10px !important;
}

.habilitacoeseconhecimento{
  width:50%;
}

.habilitacoeseconhecimento select{
  width: calc(100% - 10px) !important;
  margin-right: 0 !important;
}

.habilitacoeseconhecimento input[type=text]{
  width: calc(100% - 20px) !important;
}

.experienciaesituacao{
  width: 40%;
  float: left;
  margin-bottom: 40px;
}

.opcoeslinguas{
  width: 100% !important;
  display:flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.submetercandidatura{
  overflow:auto;
}

.submetercandidatura div{
  width: 30%;
  float: left;
  height: 60px;
  line-height: 60px;
}
.submetercandidatura div:first-child{
  width:70%;
}


/* fim candidatura espontanea */
.carousel-newsletter{
  height: 300px !important;
}

.carousel-cell{
  height: 300px !important;
  position:relative;
  min-width: 200px;
}

.carousel-cell img{
  height: 300px;
  background-color: white;
}

.carousel-cell p{
  padding: 5px;
  font-size: 21px;
  text-align: center;
  background: rgba(200,200,200,0.8);
  z-index:500;
  position:relative;
  bottom: 34px;
  left: 0;
}

.carousel-newsletter div:nth-child(even) p{
  background: rgba(100,100,100,0.8);
}





/* Back office */

.containerBO{
  margin: 100px auto 200px;
  display:flex;
  justify-content: space-around;
  width: 100%;
  padding: 0;
}

.containerBO a{
  margin: 10px;
  width: 40%;
}

.containerBO div{
  background: #1D84B5;
  width: 100%;
  min-height: 120px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color:white;
  transition: all 0.2s ease;
}

.containerBO div:hover{
  background: #ADCAD6;
  color: #0A2239;
}
.categoriasBO{
  position:relative;
}
.categoriasBO table{
  margin: 60px 0;
  width: 100%;
}

.categoriasBO table tr:nth-child(1){
  background:lightgray;
}

.categoriasBO th, .categoriasBO td{
  border: 1px solid black;
  padding: 5px;
  position:relative;
  text-align: center;
  vertical-align: middle;
}

.categoriasBO tr{
  min-height: 40px;
}

.ultimosbotoes{
  text-align: center;
  /* overflow: hidden; */
}

.resultadoq{
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  display:none;
  height: 53px;
  line-height: 53px;
  font-size:24px;
}

.botaocategoriasBO{
  margin: 60px auto 0;
  width: 160px;
  background: #333;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 28px;
  border: 1px solid #333;
}

.botaocategoriasBO:hover{
  cursor:pointer;
  background:#f2f2f2;
  color: #333;
  border: 1px solid #333;
}

.naoeditavel{
  border: 0px !important;
  font-family: 'Raleway Light';
  font-size: 16px;
  text-align: center;
  width: 20px;
}

.editavel{
  font-family: 'Raleway Light';
  font-size: 16px;
  width: 100%;
  /* max-width: 180px; */
}
.editavelordem{
  text-align: center;
  width: 60px;
}

.newsletterBO{
  max-width: 300px;
  width: 300px;
}

.textonewsletterbo{
  margin: 60px 0 0 0;
  font-size: 21px;
}
.tabelanewsletter{
  width:auto !important;
}
.tabelanewsletter tr{
  background: white !important;
}
.eliminarnewsletter{
  display:none;
}

.botaonewsletterbo{
  padding: 5px;
  margin: 5px;
  background:#333 ;
  color: #f2f2f2;
  border: 1px solid #333;
  font-family: 'Raleway Light';
  font-size: 16px;
  line-height: 1.2;
}

.botaonewsletterbo:hover{
  cursor:pointer;
  background:#f2f2f2 ;
  color: #333;
}

.resultadobasedados{
  position: absolute;
  line-height: 1.5;
  top: 80px;
  left: 740px;
  padding: 20px;
  border-radius: 5px;
  color: red;
  font-size: 21px;
}
.containeradminBO{
  overflow: auto;
  min-height: 300px;
}

.containeradminBO>div>div{
  width: 100%;
  margin-top: 20px;
}

.passvisib{
  width:28px;
  padding: 10px;
  text-align: center;
  position: absolute;
  font-size: 21px;
  top: 0;
  right: 0;

}

.containeradminBO>div{
  width: calc(40% - 120px);
  margin: 0 0 0 30%;
  padding: 20px 60px 60px;
  border: 1px solid black;
  position:relative;
  float: left;
  /* height: 400px; */
  display:flex;
  flex-direction: column;
  align-content: center;
  margin-top: 60px;
  /* align-content: middle; */
  /* justify-content: space-around; */
}


.containeradminBO input{
  width: calc(100% - 10px);
  background: #F2F2F2;
  border: 0px;
  border-bottom: 1px solid black;
  height: 40px;
  margin: 0px 0px 20px 0px;
  padding:0px 0px 0px 10px;
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 17px;
}

.containeradminBO input[type="submit"]{
  transition: all 0.5s ease;
  width: 100%;
  cursor: pointer;
}
.containeradminBO input[type="submit"]:hover{
  /* border: 1px solid black; */
  color: white;
  background: #333;
}

.tabadicionarmailbo{
  margin: 20px 0 !important;
  width: auto !important;
}

.msgerroadmin{
  text-align: center;
  font-size: 20px;
  /* position: relative;
  width: 100%; */
  top: 20px;
}

.loginsuccess{
  text-align: center;
}

.loginsuccess p{
  font-size: 21px;
}

.voltaradmin{
  text-align: center;
}

.voltaradmin button{
  padding: 10px 20px;
  /* line-height: 40px; */
  background: #f2f2f2;
  color:#333;
  border: 0;
  border-bottom: 1px solid #333;
  transition: all 0.4s ease;
}

.voltaradmin button:hover{
  background: #333;
  color: white;
  cursor:pointer
}

.caixapassword{
  position:relative;
}

.dropdownsprodutos{
  position:relative;
  height: 270px;
  /* overflow:hidden; */
  margin-left: 120px;
}
.dropdownsprodutos select{
  margin: 0px 0px 20px 0px;
  height: 41px;
  background: #F2F2f2;
  border: 0;
  border-bottom: 1px solid black;
  font-family: 'Raleway';
  font-size: 16px;
  padding-left: 10px;
  line-height: 2;
}

.dropdownsprodutos>div{
  position:relative;
  margin: 0 10px;
  height: 61px;
}

.imgamostra{
  position:absolute !important;
  right: 0;
  top: 0;
  height: auto !important;
  width: 50%;
  overflow: hidden;
  /* background: red; */
}

.imgamostra img{
  width: 100%;
}
.dropdownsprodutos>div>span{
  position:absolute;
  left: 0;
}

.caixasaddamostra{
  height: 60px !important;
  position: absolute !important;
  width: 173px;
  left: 0;
  bottom: 0;
}

.dropdownsprodutos .caixasaddamostra input{
  height: 50px !important;
  position:relative !important;
  left: 0 !important;
  bottom: 0;
  width: 100%;
  font-size: 18px !important;
  padding: 10px;
  margin: 0 !important;
  border: 1px solid black !important;
}

.titulosdropdowns{
  float: left;
}
.titulosdropdowns span{
  display:block;
  height: 61px;
  font-size: 20px;
  line-height: 2;
}

.categoria{
  position:absolute;
  display:none;
  top: 0;
  left: 0;
  min-width: 173px;
}

.dimensoesamostra{
  position:absolute;
  display:none;
  top: 0;
  left: 0;
  min-width: 173px;
}
.divsamostra{
  min-height: 800px;
  overflow-x: hidden;
}

.divsamostra>div:first-child{
  width: calc(60% - 20px);
}

.divsamostra>div{
  width: calc(40% - 20px);
}

.dropdowndummy1, .dropdowndummy2{
  min-width:173px;
}


.tabelaamostras{
  display:table;
}


.tabelaamostras{
  width: 100%;
  text-align: center;
}

.tabelaamostras td{
  padding: 5px;
  line-height: 1.5;
}

.tabelaamostras th{
  border-bottom: 1px solid black;
  padding: 10px;
  font-family: 'Raleway';
  font-size:18px;
  line-height: 1.5;
}

.tabelaamostras tr{
  border-bottom: 1px solid black;
}

.tabelaamostras2{
  display:none;
  margin-top: 80px;
  width: 100%;
  text-align: center;
}

.tabelaamostras2 td{
  padding: 5px;
  line-height: 1.5;
  vertical-align: middle;
}

.tabelaamostras2 th{
  border-bottom: 1px solid black;
  padding: 10px;
  font-family: 'Raleway';
  font-size:18px;
  line-height: 1.5;
}

.tabelaamostras2 tr{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.tabelaamostras2 input{
  position:relative !important;
  height: 40px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 10px 20px;
  font-size: 18px !important;
}


.eliminararrayamostras {
  position:relative;
}

.eliminararrayamostras input[type=submit]{
  position:relative !important;
  height: 40px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 10px 20px;
  font-size: 18px !important;
}
.addamostras input[type=submit]{
  position:relative !important;
  height: 40px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 10px 20px;
  font-size: 18px !important;
}

.lieaceitoamostra{
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: bottom !important;
  position: relative !important;
  top: -1px !important;
}

.infoaindanaoescolheu{
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.eliminartodasamostras{
  width: calc(100% - 40px);
  text-align: right;
  padding: 20px;
  position:relative;
}

#eliminartodasamostras{
  height: 50px !important;
  font-size: 21px !important;
  padding: 0 20px;
}

.eliminartodasamostras>div{
  text-align: left;
  position: absolute;
  padding: 0 20px;
  height: 37px;
  line-height: 37px;
  left: 0;
  font-size: 18px;
  font-family: 'Open Sans';
}

.eliminartodasamostras input{
  height: auto !important;
  position:relative !important;
  right: 0;
  bottom: 0;
  width: auto;
  font-size: 18px !important;
  padding: 10px;
  margin: 0 !important;
}

#enviarpedido{
  margin: 0 ;
  border: 1px solid black;
}

.horariocontactos p{
  line-height: 1.5;
}

#mostrapeso{
  width: 163px;
  text-align: center;
}
.comentariosamostra{
  height: 30px !important;
}

.erropreenchimento{
  outline: 1px solid red;
  border-bottom: 1px solid red !important;
  color: red;
}

.erropreenchimento::placeholder{
  color: red;
}

.erropreenchimentoamostra{
  color: red;
  font-weight: bold;
  transition: color 1s ease;
}

#msgpedidocontacto{
  width: 100%;
  position:fixed;
  top: 200px;
  left: 0;
  text-align: center;
  margin: 0px;
  /* display:none; */
  z-index: 400;
}

#msgpedidocontacto div{
  z-index: 20;
  position:relative;
  background: forestgreen;
  padding: 15px;
  font-size: 24px;
  border-radius: 15px;
  box-shadow: 0px 0px 2px 1px gray;
  color: white;
  margin: 0 auto;
  display:inline-block;
}


#msgerro{
  width: 100%;
  position:fixed;
  top: 200px;
  left: 0;
  text-align: center;
  margin: 0px;
  display:none;
  z-index: 400;
}

#msgerro div{
  z-index: 20;
  position:relative;
  background: #D63128;
  padding: 15px;
  font-size: 24px;
  border-radius: 15px;
  box-shadow: 0px 0px 2px 1px gray;
  color: white;
  margin: 0 auto;
  display:inline-block;
}

#msgerro2{
  width: 100%;
  position:fixed;
  top: 200px;
  left: 0;
  text-align: center;
  margin: 0px;
  display:none;
  z-index: 400;
}

#msgerro2 div{
  z-index: 20;
  position:relative;
  background: green;
  padding: 15px;
  font-size: 24px;
  border-radius: 15px;
  box-shadow: 0px 0px 2px 1px gray;
  color: white;
  display:inline-block;
  margin: 0 auto;
}

#submeterpedidoamostra p{
  font-size: 14px;
  width: 50%;
  padding-bottom: 18px;
}

#lieaceitoamostra{
  width: 100%;
  padding: 10px 0 0 0;
}

#cargo{
  width: calc(50% - 10px);
  margin: 0px 0px 20px 0px;
  height: 41px;
  background: #F2F2f2;
  border: 0;
  border-bottom: 1px solid black;
  font-family: 'Raleway';
  font-size: 16px;
  padding-left: 10px;
  line-height: 2;
}
#cargo option{
  color: black ;
  font-style: normal ;
}

.cargo{
  width: 100%;
}

.cargo input[type=radio]{
  width:auto;
  height:auto;
}
.cargo span{
  box-sizing:border-box;
  font-size: 18px;
  color: black;
  transition: color 1s ease;
}
.cargo div{
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px;
}
.cargo div label{
  display:inline;
  transition: color 1s ease;
}

.filtrosprodutos h2{
  margin: 40px 20px 20px 20px;
  font-size: 24px;
}


#filtrocategoria .radio{
  background-color:#F2F2F2;
  border:1px solid black;
  width:auto;
  height:auto;
  cursor:pointer;
  padding: 5px;
  margin: 10px 0;
  transition: all 0.2s ease;
}

#filtrocategoria input[type=radio]{
  display:none;
}

#filtrocategoria input[type=radio]:checked + .radio{
  background-color:#333;
  color:white;
}

#filtrocategoria .radio:hover{
  background-color: #333;
  color:white;
}

.caixasimnaonovo{
  position:relative;
  /* left: calc(50% - 30px); */
  /* width: 40px; */
  padding: 10px 20px;
  text-align: center;
  background: #F2F2F2;
  border: 1px solid #333;
  cursor:pointer;
  color:white;
  transition:all 0.2s ease;
}

.caixasimnaonovo:hover{
  opacity: 0.7;
}

.caixavisibilidade{
  /* position:absolute; */
  /* left: calc(50% - 30px); */
  width: 60px;
  padding: 10px 20px;
  text-align: center;
  background: #F2F2F2;
  border: 1px solid #333;
  cursor:pointer;
  color:white;
  transition:all 0.2s ease;
}

.caixavisibilidade:hover{
  opacity: 0.7;
}

.ultimosbotoes div{
  line-height: 1;
  font-family: 'Raleway';
  font-size: 16px;
  padding: 10px;
  text-align: center;
  background: #F2F2F2;
  border: 1px solid #333;
  transition: all 0.2s ease;
  cursor: pointer;
}

.ultimosbotoes div:hover{
  color:white;
  background: #333;
}

.image1paraupload{
  position: absolute;
  right: 0;
  top: 0;
  height: 53px;
  z-index: 20;
}

.image1existente{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 19;
}

.apresentarfotoclicada{
  position:fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  /* display:flex; */
  justify-content: center;
  align-items: center;
  display:none;
}

.apresentarfotoclicada img{
  max-width: 1400px;
}

.urlimgbo{
  text-align: left;
  width: 100%;
}

.titulonomearq{
  position:absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 40px) !important;
  background: rgba(255,255,255,0.8);
  font-weight: 600;
  text-align: right;
  padding: 10px 20px 20px;
  font-size: 18px;
}

.erro404{
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #333;
  text-align: center;
}

.erro404 img{
  position:absolute;
  height: 100vh;
}
.erro404 div{
  text-align: center;
  line-height: 2;
  font-size: 40px;
  margin-top: 300px;
  z-index: 20;
}

.erro404 div p{
  /* text-shadow: 0px 0px 3px black; */
  color: white;
}

.bg404{
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 2;
  /* height: 100vh; */
  position:absolute;
  font-size: 450px;
  text-align: center;
  /* z-index:50; */
  color: rgba(230, 230, 230, 0.1);
}

.overflowhidden{
  overflow: hidden;
}

.linhacategoria{
  transition: background-color 1s ease;
}

.linhacategoria form{
  text-align: left;
}

.linhacategoria input[type="text"]{
  background:transparent;
  border:1px solid gray;
}

#btnadicionar{
  font-family:'Raleway';
  cursor:pointer;
  text-align: center;
  font-size: 21px;
  line-height: 50px;
  width: 173px;
  height: 50px;
  border: 1px solid #333;
  background: #F2F2f2;
  color:#333;
  transition: all 0.5s ease;
}

#btnadicionar:hover{
  background: #333;
  color:white;
}

#thumbimgnova{
  position:absolute;
  top:0;
  right:0;
  height: 100%;
  width: 85px;
  /* background: red; */
  z-index:500;
  display:none;
  background: black;
}

#thumbimgnova img{
  max-height: 52px;
}

.paginacao{
  font-family: 'Roboto Condensed Light';
  font-weight: 300;
  margin: 40px auto;
  /* float: left; */
  width: 30% !important;
  /* padding: 10px 35%; */
  display:flex;
  justify-content: center;
}


.paginacao div {
  border-bottom: 1px solid #333;
  font-size: 21px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 21px;
  padding: 10px 15px;
  transition: all 0.2s ease;
  background:#F2F2F2 ;
  color:#333 ;
}

.paginacao div:hover{
  color:white;
  background:#333;
}

.paginaativa{
  color:white !important;
  background:#333 !important;
  cursor: inherit;
}

.setaescondida{
  visibility: hidden;
  cursor:pointer;
}
.pesquisaprodutos{
  position:relative;

}

.barraprocura{
  /* float: right; */
  text-align: right;
  position: absolute;
  display:inline-block;
  top:0;
  right:0;
  background: white;
  /* overflow:auto; */
  z-index: 90;
}

.pcrelbarraprocura{
  display:none;
  border: 1px solid lightgray;
  box-shadow: 2px 2px 5px gray;
  top: 60px;
  right:0;
  padding: 5px;
}

.barraprocura div{
  display:inline-block;
  position:relative;
  margin: 10px;
}

.barraprocura input[type="text"]{
  font-family: 'raleway light';
  font-size: 18px;
  height: calc(100% - 1px);
  /* line-height: 39px; */
  background: white;
  padding: 0 10px;
  border:0;
  border-bottom: 1px solid #333;
}

.barraprocura button{
  font-size: 18px;
  height: 100%;
  /* line-height: 40px; */
  padding: 0 10px;
  background: white;
  border: 0;
  border-bottom: 1px solid #333;
  transition: background-color 0.2s ease;
  cursor: pointer;
  position: relative;
  left: -5px;
}

.barraprocura button:hover{
  background: #333;
  color: white;
}

.barraprocura input[type="text"]::placeholder{
  font-style: italic;
}

.barraprocura .dummysearch{
  font-size: 18px;
  height: 40px;
  width: 18px;
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  background: white;
  border: 0;
  border-bottom: 1px solid #333;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  left: -10px;
  display:none;
}

.barraprocura .dummysearch:hover{
  background: #333;
  color: white;
}

#caixaprocura{
  height: 40px;
  float: right;
  display: flex;
  align-content: center;
}
.paginaprocura{
  position:relative;
}

#resultadopesquisa{
  position:relative;
  top: 120px;
  min-height: 250px;
}

.numresultados{
  position: absolute;
  top: -80px;
  width: 100%;
  /* left: 50%; */
}

.numresultados>div{
  width: 100%;
  font-size: 24px;
  text-align: center;
}

.linharesultado{
  position:relative;
  /* background:lightblue; */
  border-bottom: 1px solid gray;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  transition: background-color 0.4s ease;
}

.linharesultado:hover{
  background: #f0f0f0;
}


.linharesultado>div{
  height: 100%;
  width: 30%;
  display:table;
}
.linharesultado>div>p{
  display:table-cell;
  vertical-align: middle;
  line-height: 1.4;
}
.linharesultado img{
  height: 100%;
  float: right;
}

.linharesultado>div>p>span{
  font-size: 21px;
}
.listagemimgprodutos table{
  margin: 100px 0;
}
.listagemimgprodutos table td{
  padding: 5px;
  border: 1px solid gray;
}

.displayimagenspslider{
  display:none;
}

.linhaimgprod{
  padding-top: 40px;
  width: 100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.linhaimgprod>div{
  width: 19%;
  margin: 0 1% 20px 0;
  /* min-height: 200px; */
  background:#333;
  text-align: center;
}

.linhaimgprod>div>div{
  /* width: 100%; */
  color:white;
  padding: 8px;
}

.linhaimgprod div img{
  width: 100%;
  transition: all 0.5s ease;
}

.escolhaimgprod{
  width: 50%;
  float: left;
  margin-top: 40px;
}

.cbimgslider{
  display:none;
}
.linhaimgprod label{
  position: relative;
}

.linhaimgprod :checked + label img{
  filter:blur(1px) grayscale(50%);

}

.linhaimgprod :checked + label:before {
  content: "✓";
  background-color: white;
  transform: scale(1);
  z-index:60;
}

.linhaimgprod label:before {
  background-color: green;
  color: green;
  content: " ";
  display: block;
  border-radius: 2px;
  position: absolute;
  top: -17px;
  right: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.btnsimgsprods button{
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #333;
  cursor: pointer;
}

.btnsimgsprods button:hover{
  color: white;
  background: #333;
}

.addimgprod{
  color: white;
  background: #333;
  width: 220px;
  height: 175px;
  margin-bottom: 40px;
  cursor:pointer;
  transition: all 0.2s ease;
  font-size: 18px;
  display:flex;
  justify-content: center;
  align-items: center;
}

.addimgprod:hover{
  opacity: 0.8;
}

.addimgprod div{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 175px;
  cursor:pointer;
  user-select: none;
  font-size: 90px;
}

/* .lb-closeContainer{
  position: relative;
  top: -85vh;
  right: -40px;
} */
.lb-details{
  display:none;
}

.dbquerynewsletter{
  display: flex;
  justify-content: space-around;
  align-content: center;
  width: 50%;
}

/* .ppebe{
  height:0px;
  overflow: hidden;
} */

.ohyeah{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.BOrelatorios{
  min-height: 400px;
  font-family: 'Roboto Light';
}

.BOrelatorios table{
  width: 100%;
  margin: 20px 0 0;
}
.BOrelatorios table td, .BOrelatorios table th{
  border: 1px solid black;
  font-family: 'Roboto Light';
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.BOrelatorios table th{
  background: #F2F2F2;
}

.tblestatisticas td{
  border: 1px solid black;
  padding: 10px;
}

.pcestatisticas{
  margin-top: 60px;
  display:flex;
  justify-content: space-around;
}

.filtromeseano select{
  padding: 7px 10px;
  border:0;
  border-bottom: 1px solid gray;
  background: #F2F2F2;
  font-size: 16px;
  margin: 5px 0;
  width: 100%;
  text-align-last: center;
  text-align: center;
}

.nenhumresultado{
  border: 1px solid black;
  border-top: 0;
  padding: 10px;
  text-align: center;
}

.maisinfoateliers, .maisinforelatorio, .maisinfoarqat{
  cursor:pointer;
  height: 50px;
  transition: background-color 0.2s ease;
}

.maisinfoateliers td{
  padding: 5px 10px !important;
}


.maisinfoateliers:hover, .maisinforelatorio:hover, .maisinfoarqat:hover{
  background: #333;
  color:white;
}

.caixamostrarinfo{
  position: absolute;
  top:0;
  left:0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 300;
  /* font-size: 40px; */
  /* display:flex; */
  display:none;
  /* justify-content: center; */
}

.bgminfo{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}

.mostrainfoat{
  margin: 100px auto auto;
  font-family:'Roboto Light';
  font-size: 18px;
  line-height: 2;
  position: relative;
  top:0;
  left:0;
  padding: 40px 80px;
  border-radius: 5px;
  background: #f2f2f2;
  box-shadow: 1px 1px 5px black;
  max-width: 400px;
  min-height: 200px;

}

b{
  font-weight: bold;
}

.dataultvisitas{
  text-align: center;
  width: 100px;
}

.mostrarultimasvisitas table{
  width: 100%;
}

.mostrarultimasvisitas th, .mostrarultimasvisitas td{
  border: 1px solid gray;
  padding: 0 10px;
}

.tblinfototal{
  table-layout: fixed;
  width: 100%;
  text-align: left;
}

.tblinfototal tr td, .tblinfototal tr th{
  padding: 20px 0 10px 0px;

}

.tblinfototal tr td{
  position:relative;
  text-align: left;
  border: 0;
}

.tblinfototal tr td>div{
  position:absolute;
  top: -5px;
  left: 0px;
  font-size: 14px;
  user-select: none;
}

.tblinfototal textarea{
  width: calc(100% - 12px);
  height: 60px;
  border-radius: 5px;
  resize: none;
  padding: 5px;
  margin: 10px 0 0 0;
  font-family: 'Roboto Light';
  font-size: 14px;
}

.tblinfototal input{
  border:0;
  border-bottom: 1px solid gray;
  background: white;
  padding: 7px 10px;
  width: calc(100% - 20px);
  font-size: 16px;
  margin: 5px 0;
}

.tblinfototal select{
  padding: 7px 10px;
  border:0;
  border-bottom: 1px solid gray;
  background: white;
  font-size: 16px;
  margin: 5px 0;
}

.tblinfototal select option{
  padding: 5px;
}

#elatelier{
  position: absolute;
  top: 120px;
  right: 80px;
  padding: 0 20px;
  background: red;
  border-radius: 5px;
  color:white;
  box-shadow: 1px 1px 2px gray;
  transition: all 0.2s ease;
  z-index: 90;
  cursor:pointer;
}

#elatelier:hover{
  background: rgba(255, 0, 0, 0.562);
}



.moradavars{
  width: 100%;
  display:flex;
  justify-content: space-around;
}

.moradavars input{
  left: 0;
  width: 30% !important;
}

.procuraateliers{
  margin-top: 20px;
  position:relative;
  width:100%;
  /* overflow:auto; */
}


.procuraateliers input[type=text], .procuraateliers button{
  background: #F2F2F2;
}

.fecharinfoatelier{
  position:absolute;
  top: 45px;
  right: 30px;
}

.fecharinfoatelier i{
  cursor: pointer;
  font-size: 32px;
}

.fecharinfoatelier i:hover{
  font-weight: normal;
}

#limparpesquisaatelier{
  margin: 20px 0;
  position:relative;
}

#limparpesquisaatelier a{
  position:absolute;
  right: 15px;
  top:-5px;
  padding: 5px 10px;
  text-decoration: underline;
  font-size: 18px;
  background: lightgray;
}
#limparpesquisaatelier a:hover{
  background: rgba(211, 211, 211, 0.6);
}

#limparpesquisaatelier span{
  background: lightgray;
  padding: 5px;
  margin-right: 5px;
}

.barraprocura select{
  font-family: 'raleway light';
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: #F2F2F2;
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid #333;
}

.formterminarsessao{
  width:auto;
  float:right;
}

.logout-user input{
  font-family: 'Raleway';
  background: transparent;
  border: 0px;
  font-size: 16px;
  cursor:pointer;
}

.logout-user input:hover{
  text-decoration: underline;
}

.logout-user{
  font-size: 16px !important;
  float: right;
}

.outermodificarat{
  display:flex;
  justify-content: center;
}

.modificarat{
  padding: 0 20px;
  background: #333;
  color:white;
  cursor:pointer;
  border: 1px solid #333;
  transition:all 0.2s ease;
  margin: 10px 0 30px;
}
.modificarat:hover{
  color:black;
  background: #f2f2f2;
}

.modificarrel{
  padding: 0 0 20px !important;
  text-align: center !important;
}

.modificararqat{
  text-align: center !important;
}

.elarqat{
  padding: 0 20px;
  background: #da0000;
  color:white;
  cursor:pointer;
  border: 1px solid #333;
  transition:all 0.2s ease;
  top: 4px !important;
  left: auto !important;
  right: 0 !important;
}

.elarqat:hover{
  color:black;
  background: #f2f2f2;
}

.confirmael{
  display:none;
  width: 100%;
  color: white;
  font-size: 18px !important;
  background: gray;
  text-align: center;
  padding: 10px 0;
  left: 0 !important;
}

.confirmael div{
  display:flex;
  justify-content: center;
}

#confeliminar, #canceliminar{
  padding: 0 15px;
  transition: all 0.2s ease;
}

#confeliminar:hover, #canceliminar:hover{
  cursor:pointer;
  background: red;
}

#canceliminar:hover{
  background: green;
}


.criarrelatorio{
text-align: center;
}
.criarrelatorio button, .modificarrel button{
  padding: 0 20px;
  background: #333;
  color:white;
  cursor:pointer;
  border: 1px solid #333;
  transition:all 0.2s ease;
}

.criarrelatorio button:hover, .modificarrel button:hover{
  color:black;
  background: #f2f2f2;
}


.criarnovo{
  /* position: absolute;
  left: 0; */
  font-size: 18px;
  margin: 10px 0;
  padding: 10px 20px 10px 15px;
  background: #333 !important;
  color:white;
  cursor:pointer;
  border: 1px solid #333;
  transition:all 0.2s ease;
}

.criarnovo:hover{
  color:black;
  background: #f2f2f2!important;
}
.adicionaratelier{
  display:flex;
  justify-content: center;
  align-items: center;
}

.adicionaratelier button{
  font-size: 18px;
  margin: 10px 0;
  padding: 5px 20px;
  background: #333 !important;
  color:white;
  cursor:pointer;
  border: 1px solid #333;
  transition:all 0.2s ease;
}

.adicionaratelier button:hover{
  color:black;
  background: #f2f2f2!important;
}


.titulomostrainfo{
  text-align: center;
  font-size: 20px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-bottom: 20px;
}

.listagemarqat td{
  padding: 2px 10px !important;
  border: 0 !important;
  text-align: left !important;
}

.listagemarqat table{
  margin: 0 !important;
}

.listagemarqat{
  border-bottom: 1px solid gray;
  line-height: 1.2;
  padding: 15px 0;
  margin: 0 20px;
}

#result-mod-rel{
  text-align: center;
  position:fixed;
  top:60px;
  left: 0px;

  color:white;
  padding: 20px 0;
  width: 100%;
  z-index: 900;
  user-select: none;
  display:none;
}

.msgrel{
  position:relative;
  padding: 10px 20px;
  color:white;
  border-radius: 5px;
  /* display:none; */
  opacity: 0;
  top:-20px;
  box-shadow: 1px 1px 2px black;
}

#relsucesso{
  background:green;
}

#relinsucesso{
  background:red;
}


.tipocontacto{
  width: 100%;
  display:flex;
  justify-content: space-around;
  padding: 20px 0 ;
}

.tipocontacto div{
  width: 40%;
  background: #333;
  color:white;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  border: 1px solid #333;
  transition: all 0.4s ease;
}

.tipocontacto .selecionado{
  background: green;
}

.tipocontacto div:hover{
  background: white;
  color:#333;
}

.caixaatelierexistente{
  display:none;
}

#pesqatelierexist{
  width: calc(100% - 16px);
  padding: 8px;
  /* border: 1px solid gray; */
  border-bottom: 0;
  /* border-radius: 2px; */
  margin-bottom: 10px;
}

#txtadpesq{
  font-size:12px;
  padding-left: 10px;
}
.linhapesqatelier{
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
  transition: all 0.2s ease;
}

.linhapesqatelier:hover{
  cursor:pointer;
  text-decoration: underline;
  box-shadow: inset 0 0 5px gray;
}

.linhapesqarqat{
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
  transition: all 0.2s ease;
}

.linhapesqarqat:hover{
  cursor:pointer;
  text-decoration: underline;
  box-shadow: inset 0 0 5px gray;
}


.apresentarpesqateliers, .apresentarpesqarqat{
  display:block;
  position:relative;
  top: -10px;
  /* margin-bottom: 10px; */
  background:white;
  border-bottom: 1px solid gray;
}
.apresentarpesqarqat{
  top: -6px;
}



.expandirprocura{
  display: none;
  margin: 10px;
  padding: 0 20px;
  float: right;
  height: 40px;
  background: #f2f2f2;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  user-select: none;
  border-bottom: 1px solid #333;
  transition: all 0.3s ease;
  cursor: pointer;
}
.expandirprocura:hover{
  background: #333;
  color: white;
}
.pcrelexpandir{
  display:inline-block;
}

.comercialatelier{
  min-width: 120px;
}
.contactoatelier{
  min-width: 90px;
}
/* .pesqapresentararqat{
  display:block;
} */

#labelnovoat{
  display:inline-block;
  font-size:18px;
  line-height: 40px;
  height: 39px;
  padding: 0 10px;
  background: #f2f2f2;
  border-bottom: 1px solid #333;
  transition: all 0.5s ease;
  cursor:pointer;
  user-select: none;
}































/* responsive 900px */













@media screen and (max-width: 900px){
  .pcheader{
    position:absolute;
  }
  .containeradminBO>div{
    width: calc(70% - 40px);
    margin: 60px 0 0 15%;
    padding: 20px 20px 60px;
  }

  .afastartop{
    height: 152px !important;
  }
  .moradaatelier, .emailatelier{
    display:none;
  }
  .divsamostra>div{
    width: calc(100% - 20px) !important;
  }
  .headerindex2 .navmenu{
    height: 120px !important;
  }

  .headerindex2 a img {
    height: 100px !important;
  }

  .eliminartodasamostras>div{
    position:relative !important;
  }
  .sliderstermoface{
    width: calc(100% - 20px) ;
  }
  .horariocontactos{
    height: auto;
    overflow: auto;
  }
  .navmenu ul{
    display:none;
  }

  .slidersmontagem div{
    width: calc((100% / 3) - 20px);
  }
  .slidersmontagem>div:last-child{
    display:none;
  }

  .hamburguer{
    display:block;
  }

  .navbar{
    min-height:120px;
    transition: all 0.3s ease;

  }

  .navbar .navmenu li{
    padding: 20px 0;
    height:40px;
    line-height:30px;
  }

  .navbar .navmenu a{
    padding: 20px;
    padding: 5px 5px;
  }

  .navbar img{
    padding-left:20px;
    margin-top: 10px !important;
    height: 100px !important;
  }

  .contactoscabecalho div span h5:first-of-type{
    display:none;
  }
  .caixasiniciais{
    display:block;
  }
  .caixasiniciais>div img{
    width: 50%;
    float: left;
  }

  .caixasiniciais>div{
    width: 100%;
    min-height: 150px;
    margin: 60px 0 0;
  }
  .caixasiniciais>div:first-child{
    margin: 100px 0 0;
  }
  .caixasiniciais>div:last-child{
    margin: 60px 0 100px;
  }

  .caixasiniciais>div>div{
    float: left;
    width: 50%;
  }

  .subscricao{
    width: 100%;
  }

  .caixascategorias div{
    width: calc(50% - 20px);
  }
  .ultimacaixaprodutos {
    display: none;
  }
  .outerbox {
    width: calc((100% / 2) - 20px);
    overflow: hidden;
  }
  .candidatura form{
    width: 100%;
  }
  .resumoproduto {
    width: 100%;
    margin-top: 60px;
    padding: 0px;
  }

  .mobileSP {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
  }
  .nomepontovenda{
    display:none;
  }
  .botoespontosvenda{
    width: 25%;
    float:right !important;
  }
  .redessociais{
    display:block;
    width: 100%;
  }
  .infoadicionalcontactos>div:last-child{
    display:block;
  }
  .contactos>div{
    width: calc(100% - 20px);
  }

  header .redessociais{
    width: auto;
    display:inline-block;
  }

  .imagempontovenda{
    width:calc(50% - 40px);
  }
  .caixascategorias div p{
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    transform: scale(1.1);
  }

  .botaovoltar{
    height: auto !important;
  }
}





/* responsive 500px */

@media screen and (max-width: 500px){
  #labelnovoat{
    width: 100%;
    margin: 0;
    padding:0;
    text-align: center;
  }
  .pcheader{
    position:absolute;
  }

  #novoarqat{
    width:100%;
  }

  .BOrelatorios{
    margin: 60px 0 0 0;
  }
  .barraprocura{
    width: calc(100% - 10px);
    display:none;
    top: 120px;
  }
  .expandirprocura{
    display:block;
    width: 100%;
    padding: 0;
    margin: 10px 0 20px;
  }

  .logout-user{
    position:absolute;
    top: 115px;
    right:0;
  }

  .containeradminBO>div{
    width: calc(100% - 40px);
    margin: 60px 0 0 0;
    padding: 20px 20px 60px;
  }
  #limparpesquisaatelier{
    margin: 20px 0 70px;
  }

  #limparpesquisaatelier span{
    display:block;
    margin:0 0 5px;
  }

  #limparpesquisaatelier a{
    top: auto !important;
    right: auto !important;
    bottom: -40px;
    width: calc(100% - 20px);
  }

  .titulopagina{
    line-height: 1.25;
    display:flex;
    justify-content: flex-start;
    align-items: center;
  }

  .comercialatelier, .arquitectoatelier{
    display:none;
  }

  .headerindex2 #nav-icon3{
    top: 50px ;
  }

  .headerindex2 a img{
    height: 100px !important;
  }

  #msgerro div, #msgerro2 div{
    width: calc(100% - 30px) !important;
    font-size: 18px;
  }
  .caixasaddamostra{
    width: calc(100% - 20px) !important;
  }
  .dropdownsprodutos{
    margin-left: 0px !important;
  }
  .dropdownsprodutos select{
    width: 100%;
  }
  #mostrapeso{
    width: calc(100% - 10px) !important;
  }
  .titulosdropdowns{
    display:none;
  }


  #fotoamostra{
    display:none !important;
  }
  .tabelaamostras{
    display:none !important;
  }
  .tabelaamostras2{
    display:table !important;
  }
  .eliminartodasamostras{
    width: calc(100% - 20px) !important;
    padding: 10px !important;
  }
  .eliminartodasamostras>div{
    padding: 0 !important;
    height: auto !important;
  }
  .slidersmontagem div{
    width: calc((100%) - 20px);
  }
  #textolimparamostras{
    display:none;
  }

  .caixasiniciais{
    display:block;
    overflow: hidden;
  }

  .caixasiniciais>div img{
    width: 100%;
  }

  .caixasiniciais>div{
    width:100%;
    min-width:240px;
    margin: 60px 0px 0px;
  }

  .caixasiniciais>div>div{
    float: left;
    width: 100%;
  }
  .containerpt{
    max-width: calc(100% - 20px);

  }


  .contactoscabecalho .fa-envelope{
    display:none;
  }

  .footer{
    display:block;
    padding-bottom: 60px;
  }

  .footer div{
    width: 100%;
  }

  .infofooter{
    text-align: center;
    padding: 20px 0 ;
  }

  .footer div{
    text-align: center !important;
  }

  .sliderinicial{
    min-height: 70vh;
    height: 70vh;
  }

  .sliderinicial img{
    min-height: 70vh;
    height: 70vh;
  }

  .caixasliderinicial{
    height: 70vh;

  }
  .caixasliderinicial video{
    height: 100%;
    width: auto;
  }


  .navbarencolhida {
    min-height: 80px !important;
  }

  .navbarencolhida img{
    height: 60px !important;
  }

  .navbarencolhida #nav-icon3 {
    top: 25px;
  }
  .sliderinicial .slick-dots{
    display:none !important;
  }

  .imgempresa img{
    width: 100%;
    margin: 0;
    float: none;
  }
  .caixascategorias{
    overflow:hidden;
  }
  .caixascategorias div{
    width: 100%;
    margin: 10px 0;
    height: 260px;
  }

  .caixascategorias div p{
    line-height: 260px;
  }

  .caixascategorias div img{
    width: 100%;
    min-width: 400px;
    height: auto;
  }

  .ultimacaixaprodutos{
    display:none;
  }

  .outerbox{

    /* outline: 1px solid black; */
    width: 49%;
    margin: 0 0 20px !important;
  }

  .caixadecima{
    height: auto;
  }
  .caixadecima div{
    background: #F2F2F2;
    height: auto;
    position:relative;
    text-shadow: 0px 0px 0px white;
    font-size: 16px;
    line-height: 2;
  }
  .caixadecima img{
    min-width: 200px;
  }

  .caixasprodutos{
    margin: 60px 0;
    max-width: 100%;
    justify-content: space-between;
    padding: 0;
  }
  .imgproduto{
    width: 100%;
    height: 250px;
  }

  .sliderstermoface{
    width: 100%;
    height: 400px !important;
    margin: 0;
  }
  .sliderstermoface .setasliderarqdir, .sliderstermoface .setasliderarqesq{
    max-height: 200px;
  }
  .apresentacaotermoface{
    height: 100% !important;
  }
  .sliderprodutos img{
    min-width: 400px;
  }
  .botaovoltar span{
    display:none;
  }
  .subscricao{
    width: 100%;
  }
  .newslettertop>div:last-child{
    margin-top: 40px;
  }
  .aceitopoliticanewsletter{
    display:block;
  }
  .aceitopoliticanewsletter label{
    width: 100%;
  }
  .aceitopoliticanewsletter input[type=submit]{
    float:right;
    margin-top: 40px;
  }


  .contactos>div{
    width: calc(100% - 20px);
    height: auto !important;
    min-height:500px;
  }
  .horario{
    padding: 0;
  }
  .infoadicionalcontactos>div{
    width: 100%;
  }
  .infoadicionalcontactos>div:last-child{
    display:block;
  }
  .infoadicionalcontactos .redessociais{
    display:block;
    width: 100%;
  }
  .contactos form label{
    width: 100%;
  }
  .formulariocontactos, .horariocontactos{
    height: auto;
  }
  .horariocontactos{
    overflow:auto;
  }
  .formulariocontactos>p {
    padding: 0 0 20px;
  }
  .contactos form input[type=submit]{
    position: relative;
    width:100%;
  }
  .linhaformulario input{
    width: 100%;
  }
  .titulopormenor{
    padding: 5px 20px;
    line-height: 1.7;
    width: calc(100% - 40px);
  }
  .titulolistapormenores{
    width: 100%;
    margin: 40px 0;
  }
  .titulolistapormenores a{
    width: calc(100% - 40px);
  }
  .descricaopormenor img{
    width: calc(100% - 20px);
    padding: 10px;
  }
  #titulotabela1{
    padding-left: 0px;
    line-height: 2;
  }
  .caixasiniciais{
    margin-bottom: 60px;
  }
  #apresentarcaixamanual img, #apresentarcaixacatalogo img{
    width: 100%;
    padding: 20px 0;
  }
  #apresentarcaixamanual p, #apresentarcaixacatalogo p{
    width: calc(100% - 40px);
    padding: 20px;
  }

  .subscricao form input[type=submit]{
    width: 100%;
    margin-bottom: 40px;
  }
  .espacoarquiteto div{
    width: 100%;
  }
  .arquitetos img {
    width: 100%;
  }
  .titulolistapormenores p{
    margin-top:0px;
    height: 40px
  }
  .titulolistapormenores a{
    margin: 20px;
  }
  .caixaspontosvenda>div{
    height: auto !important;
    overflow:auto;
    border: 1px solid gray;
  }
  .imagempontovenda{
    padding:0;
  }
  .imagempontovenda img{
    height: auto;
    width: calc(100% - 40px);
    padding: 20px;
    margin:0;
  }
  .botoespontosvenda button{
    margin: 0;
    width: 100%;
  }
  .caixaspontosvenda>div>div{
    width: calc(100%);

  }
  .caixaspontosvenda p{
    display:none;
  }

  /* candidatura */

  .candidatura form {
    width: 100%;
  }
  .infoadicionalmorada input, .candidatura select {
    width: calc(100% - 10px) !important;
    margin-right: 0px !important;
  }

  .candidatura input[type=email] {
    width: calc(100% - 10px);
  }

  .candidatura select{
    width: calc(100%) !important;
  }

  .habilitacoeseconhecimento{
    width: 100%;
  }

  .infoadicionalmorada{
    width: 100%;
  }

  .habilitacoeseconhecimento input[type=text]{
    width: calc(100% - 10px) !important;
  }

  .opcoeslinguas{
    display:block;

  }
  .opcoeslinguas label{
    display:inline-block;
    width: 40%;
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .experienciaesituacao{
    margin-bottom: 40px;
    width: calc(100% - 20px);
    padding-left: 20px;
  }

  .custom-file-upload{
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .candidatura h3{
    width: 80%;
  }
  .candidatura input[type=file]{
    left: -144px;
    margin-bottom: 40px;
  }
  #salario{
    width: calc(100% - 20px);
  }

  .submetercandidatura div{
    line-height: 1.5;
    width: 100%;
  }
  .mostrainfoat{
    padding: 40px 10px;
    max-width: 100%;
    width: calc(100% - 20px);
  }

  .containerBO{
    flex-direction: column;
  }
  .containerBO a{
    width: calc(100% - 20px);
  }
  .barraprocura div{
    width: calc(100%);
    margin: 10px 0;
  }
  .barraprocura div select{
    width: calc(100%);
  }
  .barraprocura div input{
    width: calc(100% - 62px);
    position:relative;
    left: 5px;
  }
  #novoatelier, #novorelatorio{
    width: 100%;
  }

}






/* tretas */


.linhaestimativa div{
  float: left;
  user-select: none;
  /* width: 700px; */
  display:flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  margin:10px 5px;
  font-family: 'Roboto';
  text-align: center;
}

.headlinhaestimativa, .linhaestimativa{
  overflow:auto;
}

.headlinhaestimativa div{
  background:#CC5803;
  font-size: 21px;
}
.action, .tarif, .nombre, .soit{
  background: #FF9505;
  border-radius: 5px;
  height: 34px;
  padding: 10px 0;
  color:white;
  display:flex;
  justify-content: space-around;
  align-items: center;
}

.action{
  width: 320px;
}

.tarif{
  width: 60px;
}

.nombre{
  width: 140px;
}

.soit{
  width: 120px;
}

.linhaestimativa span{
  font-size: 18px;
  text-align: center;
  width: 40px;
}

.linhaestimativa input{
  width: 40px;
  height: 18px;
  text-align: center;
  background: transparent;
  border: 0;
  cursor:auto;
  color:white;
  font-size: 18px;

}

.linhaestimativa .caixainputs{
  font-size: 18px;
  /* padding:7px; */
  margin: 10px 0;
  /* border-radius: 5px; */
  /* background: orangered; */
  text-shadow: 1px 1px 3px gray;
  /* box-shadow: 1px 1px 5px gray; */
  color:white;
}

.linhaestimativa h4{
  display:inline-block;
  margin: 0;
  width: 300px;
  font-weight: 400;
}

.linhaestimativa i{
  cursor:pointer;
  font-size: 30px;
}

.ultimalinhaestimativa{
  font-size: 24px;
  justify-content: flex-end;
}

.ultimalinhaestimativa>p{
  float: left;
}

.penultimalinha div{
  width: 370px;
  background: #CC5803;
  padding: 20px 10px;
  border-radius: 5px;
  color:white;
  font-size: 18px;
  justify-content: flex-end;
}

#qtyinterv{
  width: 120px;
  justify-content: center;
}

.estimativaresult td{
  border: 1px solid black;
  padding: 5px;
  text-align: center;
}

#submeterestimativa{
  width: 120px;
  padding: 10px;
  border-radius: 5px;
  background: #CC5803;
  font-size: 21px;
  text-align: center;
  color:white;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

#submeterestimativa:hover{
  opacity: 0.8;
}

.actiontotal{
  background: #CC5803 !important;
  width: 540px;
  justify-content: flex-end !important;
  font-size: 21px !important;
}