html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
	margin: 0;  
	padding: 0;  
	border: 0;  
	outline: 0;  
	font-size: 100%;  
	vertical-align: baselinebaseline;  
	background: transparent;  
} 

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff2") format('woff2'), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
	margin: 0; 
	padding: 0px;
	width: 100%;
	overflow-x:hidden !important;
	font-family: Verdana, Geneva, sans-serif!important; 
  	color: #000!important;
  	letter-spacing: 1px!important;
}

html {
    width: 100%;
    height: 100%;
}
ol, ul {  
	list-style: none;  
}  
blockquote, q {  
	quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {  
	content: '';  
}  
  
:focus {  
	outline: 0;  
}  

.row:before, .row:after {display: none !important;}
  
table {  
	border-collapse: collapse;  
	border-spacing: 0;  
}

#loading{
	width:100%;
	height:100%;
	position:fixed;
	background-color:#fff;
	z-index:100000;
	left:0;
	overflow:hidden;
}

#subloading{
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#page{
	text-align: center;
}

#page1{
	text-align: center;
}

#logo{
	margin-top: 10px;
	margin-bottom: 10px;
}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#ul-equipamentos{
	list-style-image: url(../images/li.jpg)!important;
}

#menu{
	display: none;
}

.dropdown-menu{
	left: inherit!important;
	min-width: inherit!important;
}

.menu-mobile li{
	color: inherit!important;
	background-color: transparent!important;
	border: none!important;
}

.menu-mobile{
	right: 0!important;
    left: inherit!important;
    min-width: 0px!important;
    border: none!important;
}

.navbar{
	margin: 0 auto;
}

.navbar-collapse{
    height: 65px;
    background-color: #009D4E;
}

.nav-link{
	font-size: 18px;
	color: #FFF!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	height: 32px;
}

.nav-link:hover{
	text-decoration: underline!important;
}

.nav-item{
	padding-left: 100px;
}

#firstitem{
	padding-left: 0px;
}

#img-header{
	margin-top: -41px;
}

#texto-header{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translateX(-50%);
}

h1{
	font-size: 58px!important;
	color: #FFF!important;
}

h2{
	font-size: 55px!important;
	color: #FFF!important;
	font-weight: bold!important;
}

.container-arrow{
	bottom: 20px;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}

.nopadding{
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.nomargin{
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.titulo{
	font-weight: bold;
	font-size: 16px;
	color: #009D4E;
	margin-bottom: 5px;
}

.texto-site{
	font-weight: bold;
	font-size: 38px;
	color: #282828;
	line-height: 40px;
}

.texto-site2{
	font-weight: bold;
	font-size: 22px;
	color: #282828;
	line-height:24px;
}

.texto-site3{
	font-weight: bold;
	font-size: 38px;
	color: #282828;
	line-height: 40px;
}

#bt_sabermais{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #009D4E;
	padding: 10px;
	margin-top: 40px;
	border: none;
	cursor: pointer;
}

#bt_sabermais:hover{
	background-color: #00602E;
}

.dropdown-item{
	font-weight: bold!important;
	font-size: 16px!important;
	color: #FFFFFF!important;
	background-color: #009D4E!important;
	padding: 10px!important;
	border: none!important;
	cursor: pointer!important;
}

.none{
	display: none;
}

.categoria-btn{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #009D4E;
	padding: 10px;
	border: none;
	cursor: pointer;
}

.categoria-active{
	background-color: #00602E;
}

.categoria-btn:hover{
	background-color: #00602E;
}

.categoria-opacity{
	opacity: 0.5;
}

.subcategoria-btn{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #009D4E;
	padding: 10px;
	border: none;
	cursor: pointer;
	display: none;
}

.subcategoria-active{
	background-color: #00602E;
}

.subcategoria-btn:hover{
	background-color: #00602E;
}

.subcategoria-btn2{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #009D4E;
	padding: 10px;
	border: none;
	cursor: pointer;
}

.subcategoria-active2{
	background-color: #00602E;
}

.subcategoria-btn2:hover{
	background-color: #00602E;
}

#bt_form{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #009D4E;
	padding: 10px;
	margin-top: 40px;
	border: none;
	cursor: pointer;
	margin-bottom: 75px;
}

#bt_form:hover{
	background-color: #00602E;
}

.sub_categorias{
	margin-top: 60px;
	text-align: center;
}

.clear{
	clear: both;
}

.floatleft{
	float: left;
}

#img1{
	margin-left: 6%;
	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
  	cursor: pointer;
}

#img2{
    float: right;
    margin-top: -42%;
    -moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}

#img3{
	position: absolute;
	z-index: 2;
	cursor: pointer;
}

#img3:hover{
	transform: scale(1.1);
}

#img4{
	position: absolute;
	margin-left: 26px;
}

#cabecalho2{
	display: none;
}

#sobre-nos{
	margin-top: 9%;
}

.seccao{
	margin-top: 90px;
}

.seccao-portefolio{
	margin-top: 75px;
}

.center{
	text-align: center;
}

.icm{
	display: none;
}

.foto-categoria{
		width: 100%;
	} 

#video{
	width: 100%;
	height: auto;
}

.nopaddingleft{
	padding-left: 0px!important;
}

.right{
	text-align: right;
}

#produtos{
	margin-top: 60px;
}

#quemsomos{
	margin-top: 60px;
}

.texto-quemsomos{
	font-size: 14px;
	text-align: justify;
	margin-top: 50px;
}

.marker-sobrenos{
	margin-right: 10px;
}

.texto-especialistas{
	font-size: 17px;
	font-weight: bold;
	margin-top: 30px;
	text-align: left;
}

#spmoldes{
	margin-top: 25px;
}

#tecnologia{
	width: 400px;
	height: 265px;
	border: solid 1px #ddd;
    padding: 30px;
    background-color: #f6f6f6;
    -moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}

#tecnologia:hover{
	color: transparent;
	background-image: url(../images/tecnologia.jpg);
	opacity: 1.0;
}

#equipamentos-sq{
	width: 400px;
	height: 265px;
	border: solid 1px #ddd;
    padding: 30px;
    background-color: #f6f6f6;
    -moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}

#equipamentos-sq:hover{
	color: transparent;
	background-image: url(../images/equipamentos.jpg);
	opacity: 1.0;
}

#pessoas{
	width: 400px;
	height: 265px;
	border: solid 1px #ddd;
    padding: 30px;
    background-color: #f6f6f6;
    -moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}

#pessoas:hover{
	color: transparent;
	background-image: url(../images/pessoas.jpg);
	opacity: 1.0;
}

.textoleft{
	width: 75%;
	float: left;
}

.imgright{
	float: right;
}

.alignleft{
	text-align: left!important;
}

#politicaempresa{
	margin-bottom: 60px;
}

.margin0{
	margin: 0 auto;
}

.floatright{
	float: right;
}

.titulo-quemsomos{
	font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.subtitulo-quemsomos{
	font-weight: bold;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}

.seccao-sobrenos{
	margin-top: 50px;
}

#checkbox_contactos{
	width: 90%;
    float: left;
    text-align: justify;
    margin-top: 40px;
    padding-left: 20px;
    color: #212529;
}

.parallax{
	float:left;
	background-image:url(../images/parallax.jpg);
	height: 378px;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
}

.seccao-parallax{
	margin-top: 116px;
}

.text-white{
	font-size: 19px;
	color:#fff;
	text-align:center;
	margin-top: 80px;
	margin-bottom: 20px;
}

.wrapper-separador{
	width:100%;
	float:left;
	text-align:center;
}

.eqsn{
}

.rec-produto{
    position: relative;
    padding: 10px;
    height: 45px;
    background-color: #009D4E;
    margin-top: -22px;
    width: 100%;
    text-align: center;
}

.rec-produto:hover{
	background-color: #00602E;
}

#produto1{
	margin-left: 32%;
}

#produto2{
	margin-left: 40%;
}

#produto3{
	margin-left: 42%;
}

.full-image{
	width: 100%;
}

.max{
	max-width: 1920px;
	margin: 0 auto;
}

.produto-center{
    position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.especialistas_center{
	width: 220px;
    margin: 0 auto;
    margin-top: 30px;
}

.especialistas_right{
	width: 100%;
    margin-top: 30px;
    margin-left: 66%;
}

.foto-categoria:hover{
	opacity: 0.5;
}

#equipamentos{
	margin-top: 138px;
}

#ul-equipamentos{
	font-size: 14px;
	margin-left: 30px;
}

.li{
}

.equipamentos_nav{
	text-align: center;
}

.fa-caret-left{
	margin-right: 50px;
}

.carets{
	font-size: 50px;
	color: #009D4E;
	cursor: pointer;
}

.bold{
	font-weight: bold;
}

.pano{
	width: 100%;
    height: 100%;
    margin: 0 auto;
    cursor: move;
}

.pano-info{
    height: 383px;
    background-color: #1A1A1A;
    margin-top: 15px;
    color: #FFF;
}

#content-pano{
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.arrow-left{
	float: left;
	margin-left: 60px;
	margin-right: 40px;
}

#texto-pano{
	float: left;
	margin-right: 40px;
	font-size: 14px;
    margin-top: -22px;
    line-height: 16px;
}

.bold-pano{
	font-weight: bold;
	font-size: 43px;
	line-height: 45px;
}

.seccaocontactos{
	margin-top: 75px;
}

.input-form{
	width: 100%;
    border: none;
    border-bottom: solid 1px #727272;
    color: #282828;
}

.seccaoform{
	margin-top: 35px;
}

.marker{
	font-size: 40px;
    color: #009D4E;
    float: left;
    margin-right: 25px;
}

.marker-text{
	font-size: 14px;
	font-weight: bold;
}

.phone{
	position: absolute;
	left: 60px;
}

.mail{
	position: absolute;
	right: 200px;
}

.mail-text{
	margin-top: 8px;
}

.lightbox_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: grey;
    z-index: 1;
    opacity: 0.7;
}


.aviso-cookies{width:100%;background:#000;padding:10px;color:#fff;font-size:12px;z-index:100;text-align:center;position: fixed;bottom: 0;}
.aviso-cookies a{color:#fff;text-decoration:underline;}
.aviso-cookies a:hover{color:#009D4E!important;text-decoration:underline;}
.close-barra{color:#fff;font-size:13px;cursor:pointer;margin-left:5px;text-decoration:none !important;}

.img_lightbox{
  	width: 40%;
    height: auto;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.toolbarLB {
  text-align: right;
  padding: 3px;
}
.closeLB {
  	color: #009D4E;
    position: absolute;
    cursor: pointer;
    right: 30px;
    top: 30px;
    font-size: 45px;
    line-height: 10px;
}
.lightbox .iframeContainer {
  vertical-align: middle;
  background: #CCC;
  padding: 2px;
}
.lightbox.closed {
  display: none;
}

#mail-div{
	left: 30px;
}

#barra{
	text-align: center;
	width: 100%;
	height: 60px;
	background-color: #282828;
}

.montra{
	margin-bottom: 75px;
}

.produto{
	margin-bottom: 30px;
}

.produto_cover{
	background-image: url('../images/produto_bg.jpg');
	background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.foto_produto{
	
}

.foto_produto:hover{
	opacity: 0.1;
}

.foto_molde{
	width: 100%;
}

.molde_cover:hover{
	opacity: 0.5;
	cursor: pointer;
}

.texto_produto{
	font-size: 12px;
	font-weight: bold;
	background-color: #009D4E;
	color: #FFF;
	text-align: center;
}

.texto_molde{
	font-size: 30px;
	line-height: 35px;
	color: #FFF;
	text-align: center;
	position: relative;
	top: -90px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.rotativos{
	font-weight: bold;
}

.mySlides{
	display:none;
}

.titulopaginas{
	margin-top: 40px;
}

#quemsomos1{
	font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 3%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

#dropdownMenuButton{
	font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    background-color: #009D4E;
    padding: 15px;
    border: none;
    cursor: pointer;
    border-radius: 0;
}

#dropdownMenuButton:focus{
	outline: none;
	box-shadow: none;
}

.categorias-mobile{
	display: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-menu{
	margin: 0!important;
	padding: 0!important;
}

.dropdown-menu li{
	font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #009D4E;
    padding: 10px;
    border: solid 1px #fff;
    cursor: pointer;
    border-radius: 0;
}

.dropdown-menu ul{
	background-color: #009D4E;
}

.dropdown-menu a{
	color: #fff;
}

/* The Close Button */
.close-pop {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close-pop:hover,
.close-pop:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prevF,
.nextF {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white!important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.prevF{
	left:10%;
}

.nextF {
  right: 10%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Number text (1/3 etc) */
.numbertext2 {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: transparent;
  padding-top: 1%;
  color: black;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container{
	max-width: 1366px;
}

@media(max-width: 1367px)
{
	.container{
		max-width: 1024px!important;
	}
	
	.texto-site{
		font-size: 30px;
		line-height: 32px;
	}
	
	.texto-site2{
		font-size: 20px;
		line-height: 22px;
	}
	
	.texto-site3{
		font-size: 30px;
		line-height: 32px;
	}
	
	#ul-equipamentos{
		font-size: 12px;
	}
	
	.marker-text{
		font-size: 12px;
	}
	
	#sobre-nos{
		margin-top: 10%;
	}
	
	#img1{
		width: 90%;
		margin-left: 0px;
	}
	
	.seccao-parallax{
		margin-top: 90px;
	}
	
	#img2{
		width: 90%;
		margin-top: -51%;
	}
	
	#img3{
		width: 92%;
	}
	
	#img4{
		display: none;
	}
	
	.nav-link{
		font-size: 16px;
		height: 30px;
	}	
	
	#produto1{
		margin-left: 31%;
	}
	
	#produto2{
		margin-left: 38%;
	}
	
	#produto3{
		margin-left: 37%;
	}
	
	#diversos{
		padding-left: 0px;
	}
	
	.modal-content{
		width: 70%!important;
	}
	
	.especialistas_right{
		margin-left: 50%;
	}
	
	.texto_molde{
		font-size: 20px;
		line-height: 22px;
		top: -60px;
	}
	
	.marker{
		margin-right: 20px;
	}
	
	.phone{
		left: 15px;
	}

	.mail{
		right: 180px;
	}
	
}

@media(max-width: 1025px)
{
	
	.container-arrow{
		display: none;
	}
	
	h1{
		font-size: 38px!important;
	}
	
	h2{
		font-size: 35px!important;
	}
	
	.container{
		max-width: 800px!important;
	}
	
	.nav-item{
		padding-left: 50px;
	}
	
	.nav-link{
		font-size: 16px;
		height: 26px;
	}
	
	.texto-site{
		font-size: 22px;
		line-height: 24px;
	}
	
	.texto-site3{
		font-size: 32px;
		line-height: 34px;
	}
	
	#produto1{
		margin-left: 25%;
	}
	
	#produto2{
		margin-left: 32%;
	}
	
	#produto3{
		margin-left: 34%;
	}
	
	.texto-site2 {
    	font-size: 16px;
    	line-height: 8px;
	}
	
	#ul-equipamentos{
		font-size: 9px;
	}
	
	.marker-text{
		font-size: 10px;
	}
	
	.phonemobile{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	
	#quemsomos1{
		font-size: 25px;
	}
	
	.texto-especialistas{
		font-size: 14px;
	}
	
	.especialistas_right{
		margin-left: 44%;
	}
	
	.phone{
		left: -5px;
	}

	.mail{
		right: 150px;
	}
	
	#checkbox_contactos{
		width: 85%;
	}
}

@media(max-width: 801px)
{
	.container{
		max-width: 640px!important;
	}
	
	.nav-link{
		font-size: 12px;
		height: 20px;
	}
	
	h1{
		font-size: 35px!important;
	}
	
	h2{
		font-size: 31px!important;
	}
	
	.texto-site{
		font-size: 12px;
		line-height: 14px;
	}
	
	.texto-site2{
		font-size: 10px;
		line-height: 5px;
	}
	
	#sobre-nos{
		margin-top: 6%;
	}
	
	.marker-text{
		font-size: 12px;
		text-align: center;
	}
	
	.marker{
	    font-size: 25px;
    	margin-right: 0px;
   		width: 100%;
    	text-align: center;
    	margin-bottom: 10px;
	}
	
	.mail-text{
		margin-top: 3px;
	}
	
	.especialistas_right{
		margin-left: 26%;
	}
	
	.texto_molde{
		font-size: 15px;
    	line-height: 15px;
    	top: -36px;
    }
    
    .phone{
    	position: relative;
		left: 0;
	}

	.mail{
		position: relative;
		right: 0;
	}
	
	#checkbox_contactos{
		width: 80%;
	}
}

@media(max-width: 769px)
{	
	.navbar{
		display: none!important;
	}
	
	#menu{
		display: block;
	}
	
	.menu-icon{
		font-size: 35px!important;
	}
	
	.fa-4x{
		font-size: 40px!important;
    	margin-right: 25px;
    	color: #009D4E;
	}
	
	#logo{
		margin-bottom: 55px;
	}
	
	.sidebar-nav{
		width: 50%!important;
	}
	
	h1{
		font-size: 30px!important;
	}
	
	h2{
		font-size: 26px!important;
	}
	
	#texto-header{
		top: 28%;
	}
	
	#menu-toggle{
		top: 2%!important;
	}
	
	.teste{
		display: none;
	}
	
	.produto{
		width: auto!important;
		margin-bottom: 30px;
	}
	
	.molde{
		width: auto!important;
	}
	
	.colmobile{
		width: 50%!important;
		padding-right: 0px!important;
	}
	
	.nprm{
		padding-right: 0px!important;
	}
	
		
	.colprodutomobile{
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
	
	.colmobileequipamentos{
		padding-right: 0px!important;
	}
	
	.contactosmobile{
		width: 50%!important;
	}
	
	.bcm{
		width: 33.333333%!important;
	}
	
	#img3{
		width: 100%;
		position: relative;
	}
	
	#diversos{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#logo{
	    width: 22%;
    	margin-left: 5.5%;
    }
    
    #page{
    	text-align: left;
    }

	#page1{
		text-align: left;
	}
	
	#texto-header{
		text-align: center;
	}

	#quemsomos1{
		font-size: 20px;
		line-height: 24px;
	}
	
	.nplm{
		padding-left: 15px!important;
	}
	
	.produto-center{
		font-size: 12px;
	}
	
	#checkbox_contactos{
		width: 100%;
	}
	
}

@media(max-width: 767px)
{
	.especialistas_center{
		width: 100%;
	}
	
	.especialistas_right{
		margin-left: 0px;
	}
	
	.nopaddingleftmobile{
		padding-left: 0px!important;
	}
	
	.produtobottom{
		margin-bottom: 40px;
	}
	
	#equipamentos{
		margin-top: 90px;
	}
	
	.colmobileequipamentos{
		display: none;
	}
	
	#ul-equipamentos{
		font-size: 12px;
	}
	
	.molde{
		width: 100%!important;
	}
	
	.texto_molde{
		font-size: 35px;
    	line-height: 40px;
    	top: -100px;
	}
	
	.categorias-full{
		display: none;
	}
	
	.foto_produto{
		width: 100%;
	}
	
	.produto{
		width: 100%!important;
	}
	
	.categorias-mobile{
		display: block;
		margin-top: 60px;
	}
	
	.sub_categorias{
		margin-top: 30px;
	}
	
	.produto_cover{
		width: 100%;
		background-repeat: repeat;
	}
	
	.titulo{
		text-align: center;
	}
	
	.texto-site{
		text-align: center;
	}
	
	.texto-site2{
		text-align: center;
	}
	
	#sobre-nos{
		text-align: center;
	}
	
	.right{
		text-align: center;
	}
	
	#quemsomos1{
		width: 100%;
		text-align: center;
	}
	
	.titulopaginas{
		margin-top: 0;
	}
	
	.img_lightbox{
  		width: 60%;
	}
	
	.closeLB{
		color: #009D4E;
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 15px;
    font-size: 25px;
    line-height: 10px;
	}
	
	#dropdownMenuButton {
    	font-size: 18px;
	    padding: 5px;
    	width: 190px!important;
	}
	
	.dropdown-item{
		width: 190px!important;
	}
}

@media(max-width: 737px)
{
	
	.produto{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.produto{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.rec-produto{
		position: relative;
	}
	
	#menu-toggle{
		top: 3%!important;
	}
}

@media(max-width: 721px)
{	
	.colmobile{
		width: 50%!important;
	}
	
	#img3{
		width: 100%;
		position: relative;
		margin-bottom: 50px;
	}
	
	.texto-site{
		font-size: 14px;
		line-height: 16px;
	}
	
	.texto-site2{
		font-size: 12px;
		line-height: 7px;
	}
	
	#ul-equipamentos{
		font-size: 10px;
	}
	
	.contactosmobile{
		width: 50%!important;
	}
	
	.bcm{
		width: 33.333333%!important;
	}
	
	.container{
        padding: 0;
        overflow-x: hidden;
    }
	
}

@media(max-width: 680px)
{
	.sidebar-nav{
		width: 45%!important;
	}
	
	#menu-toggle{
		top: 2.4%!important;
	}
}

@media(max-width: 641px)
{
	.container{
		max-width: 520px!important;
	}
	
	#sobre-nos{
		margin-top: 0%!important;
	}
	
	#bt_sabermais{
		margin-top: 27px;
	}
	
	#menu-toggle{
		top: 2%!important;
	}
	
	.subcategoria-btn{
		font-size: 16px;
	}
}

@media(max-width: 500px)
{	
	#menu-toggle{
		top: 1%!important;
	}
}

@media(max-width: 600px)
{	
	.texto_molde{
		font-size: 25px;
    	line-height: 25px;
    	top: -62px;
	}
	
	#logo{
	    width: 22%;
    	margin-left: 5.5%;
    }
    
    #page{
    	text-align: left;
    }

	#page1{
		text-align: left;
	}
	
	#texto-header{
		text-align: center;
	}
	
	h1{
		font-size: 17px!important;
	}
	
	h2{
		font-size: 15px!important;
	}
	
	#header{
		margin-top: 0px!important;
	}
	
	.seccao{
		margin-top: 50px;
	}
	
	#equipamentos{
		margin-top: 50px;
	}
	
	.container{
		max-width: 365px!important;
	}
	
	#sobre-nos{
		margin-bottom: 50px!important;
	}
	
	.colmobile{
		width: 100%!important;
	}
	
	.texto-site{
		font-size: 19px!important;
		line-height: 17px!important;
	}
	
	.titulo{
		font-size: 16px;
	}
	
	.texto-site2{
		font-size: 15px;
	}
	
	#ul-equipamentos{
		font-size: 14px;
		line-height: 14px;
	}
	
	.marker{
		font-size: 20px;
    	margin-right: 0px;
    	float: none;
	}
	
	.marker-text{
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.bcm{
		margin-left: 0px!important;
		margin-right: 0px!important;
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	
	.colmobile{
	    padding-left: 0px!important;
    	padding-right: 0px!important;
	}
	
	#img1{
		width: 100%;
	}
	
	#img2{
		display: none;
	}
	
	#img3:hover{
		transform: scale(1.0);
	}
	
	.icm{
		display: block;
		text-align: center;
	}
	
	.icf{
		display: none;
	}
	
	.seccaocontactos{
		margin-top: 40px;
	}
	
	.sidebar-nav {
    	width: 60%!important;
	}
	
	.nplm{
		padding-left: 0px!important;
	}
	
	.topmobile{
		margin-top: 30px;
	}
	
	#produtos{
		padding-right: 0px!important;
	}
	
	.nopaddingleftmobile{
		padding-left: 0px!important;
	}
	
	.colmobileequipamentos{
		display: none;
	}
	
	.titulopaginas{
		margin-top: 0px;
	}
	
	.titulosobrenos{
		margin-top: 40px;
	}
	
	#menu-toggle{
		top: 0.5%!important;
	}
	
	.subcategoria-btn{
		font-size: 12px;
		padding: 6px;
	}
	
	.dropdown-item{
		font-size: 12px!important;
		padding: 7px!important;
	}
	
}

@media(max-width: 376px)
{
	#texto-header{
		top: 18%;
	}
	
	#produtos{
		text-align: center;
	}
	
	.categoria-btn{
		font-size: 11px;
	}
	
	.subcategoria-btn{
		font-size: 11px;
	}
	
	.subcategoria-btn2{
		font-size: 11px;
	}
	
	.dropdown-item{
		font-size: 11px!important;
	}
	
	.container{
		max-width: 335px!important;
	}
	
	
}

@media(max-width: 361px)
{
	.container{
		max-width: 320px!important;
	}
	
	.categoria-btn{
		font-size: 10px;
	}
	
	.subcategoria-btn{
		font-size: 10px;
	}
	
	.subcategoria-btn2{
		font-size: 10px;
	}
	
	.dropdown-item{
		font-size: 10px!important;
	}

	
}

@media(max-width: 321px)
{
	
	.container{
		max-width: 275px!important;
	}
	
	#ul-equipamentos{
	    font-size: 10px;
    	line-height: 12px;
	}
	
	.categoria-btn{
		font-size: 10px;
	}
	
	.categoria-btn{
		font-size: 10px;
	}
	
	#menu-toggle{
		top: 0%!important;
	}
	
	.subcategoria-btn{
		font-size: 9px;
		padding: 2px;
	}
}

@media(max-height: 900px)
{
	.modal-content{
		max-width: 1100px;
	}
}

@media(max-height: 415px)
{
	#logo{
	    width: 17%;
    	margin-left: 3.5%;
    }
	
	#page{
		text-align: left;
	}
	
	#page1{
		text-align: left;
	}
	
	#texto-header{
		top: 50%;
		text-align: center;
	}
	
	.colmobile{
		width: 50%!important;
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	
	.foto-categoria{
		width: 100%;
	}
	
	#produtos{
		text-align: center;
	}
	
	.colprodutomobile{
		margin-bottom: 70px;
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
	
	#diversos{
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.right{
		text-align: left;
	}
	
	#img3{
		position: relative;
		width: 100%;
	}
	
	.colmobileequipamentos{
		padding-right: 0px!important;
		padding-left: 0px!important;
		margin-bottom: 50px;
	}
	
	.nplm{
		padding-left: 0px!important;
	}
	
	.contactosmobile{
		width: 50%!important;
	}
	
	.texto-site{
		font-size: 12px;
		line-height: 14px;
	}
	
	.bcm{
		width: 33.333333%!important;
	}
	
}

@media(max-height:376px)
{
	.sidebar-nav {
    	width: 58%!important;
	}
}

@media(max-height: 321px)
{	
	#menu-toggle{
		top: 1.5%!important;
	}
	
	h1{
		font-size: 24px!important;
	}
	
	h2{
		font-size: 20px!important;
	}
}