html{
	position: relative;
	height: 100%;
	width: 100%;
}

body{
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

* {
  box-sizing: border-box;
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  padding: 0;
}

a:hover{
	text-decoration: none;
	color: #03Db44;
}

.produto-select{
	cursor: pointer;
	border: 1px solid white;
	border-radius: 5px;
	padding: 5px 10px;
	float: left;
	margin: 5px;
}

.produto-select2{
	float: left;
	margin: 5px;
}

.btnflitrarprod{
	float: left;
	background: #139b64;
	color: white;
	border-radius: 5px;
	font-weight: bold;
	transition: all 0.2s;
}

.btnflitrarprod:hover{
	background: #036b44;
	transition: all 0.2s;
}
.caixa-produto{
	 background: white;
	 color: #004f4d;
	 padding: 10px 20px;
	 margin: 10px 20px;
	 font-weight: bold;
	 font-size: 20px;
}


.caixa-produto:hover{
		background: #139b64;
		color: #FFF;
		transition: 0.3s all;
}

.imgmenu{
	width: 80%;
}

.iconmenu{
	padding-top: 45px;
}

.iconmenu i{
	color: #AFA;
}

.iconmenu i:hover{
	color: #4F4;
}

.somedesk{
	display: normal;
}

.somemobi{
	display: none;
}

.alterarqtd:hover{
	cursor: pointer;
}


.contato input,.contato textarea, .contato select, .contato option{
	margin: 10px 0;
	border: 2px solid #CCC;
}

.btnorcamento{
	background: #139b64;
	padding: 25px;
	color: white;
	border-radius: 7px;
	font-weight: bold;
	transition: all 0.2s;
}

.btnorcamento:hover{
	background: #036b44;
	padding: 15px 25px 35px;
	transition: all 0.2s;
}

.catalogo{
	width: 100%;
	color: white;
	font-weight: bold;
	font-size: 26px;
	background: url('../img/bgcatalogo.jpg');
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.catalogo a{
	background: #f58634;
	padding: 10px 25px;
	color: white;
	font-size: 22px;
	margin-top: 20px;
	border-radius: 7px;
	font-weight: normal;
	transition: all 0.2s;
}

.catalogo a:hover, .btnsegura:hover{
	background: #036b44;
	color: white;
	transition: all 0.2s;
}

.btnsegura{
	background: #139b64;
	float: left;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 22px;
	margin: 0 0 10px;
	border-radius: 7px;
	font-weight: normal;
	transition: all 0.2s;
}

.modal input{
	margin-bottom: 10px;
}
/*TOPO ATENDIMENTO FIM*/
.topoatendimento{
	background: black;
	color: #fff;
	width: 100%;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	padding: 7px;
	font-size: 14px;
	text-align: center;
}

.topoatendimento i{
	font-size: 20px;
	padding: 0 10px;
}


.topoatendimento span{
	color: #bbb;
	font-size: 11px;
	margin-top: 3px;

}

/*TOPO ATENDIMENTO FIM*/

/*MENU PRODUTOS INI*/
.menuprodutos{
	background-image: linear-gradient(#004f4d, #006f6d);
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 16px!important;
}

.menuprodutos a:hover{
	color: #EEE;
	text-decoration: none;
}

.dropdown-item{
	font-size: 14px;
}

.dropdown-item:hover{
	color: #555!important;
}

.w3-bar-subitem{
	border-bottom: 1px solid #001f1d!important;
}

/*MENU PRODUTOS FIM*/

/*MENU ATENDIMENTO INI*/
.menuatendimento{
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;

}

.menuatendimento a:hover{
	color: #888;
	text-decoration: none;
}


/*MENU ATENDIMENTO FIM*/


#myVideo {
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

/*MENU SIDEBAR INI*/

.btnsidebarcss{
	margin: 0;
	padding: 0;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 0 10px 4px;
	margin-top: 4px;
	background: white;
}

#mySidebar{
	width: 30%;
}

.mysidebar{
	font-size: 20px;
	box-shadow: 0px 10px 10px black;
	background-color: #004f4d!important;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	display:none;
	z-index:1000!important;
	right: 0;
	top:0;
	color: white;
}

.mysidebar a, .mysidebar button{
	background: #f58634;
	text-decoration: none;
	color: white;
	border: 0px;
	padding: 8px 16px;
	background-image: linear-gradient(#004f4d, #004f4d, #004f4d, #004f4d, #003f3d);
}

.mysidebar a:hover, .mysidebar button:hover, .mysidebar button:active{
	background: #003f3d;
	text-decoration: none;
	color: white;
}

#demoAcc a{
	background: #003f3d;

}

/*MENU SIDEBAR FIM*/


/*MYCARROUSEL INICIO*/

#myCarousel{
	float: left;
	width: 100%;
}

.carousel-item div{
	width: 100%;
}

.carousel-item img{
	width:100%;
	float: left;
}
/*MYCARROUSEL FIM*/

.owl-carousel2 .owl-nav [class*=owl-]{
    background: #139b64;
    padding: 50px 10px;
    font-size: 18px;
    margin-top: 100px;
}

.owl-carousel2 .owl-nav [class*=owl-]:hover{
    background: #036b44;
}


.owl-carousel1 .owl-nav [class*=owl-]{
    background: #139b64;
    padding: 50px 10px;
    font-size: 18px;
    margin-top: 20px;
}

.owl-carousel1 .owl-nav [class*=owl-]:hover{
    background: #036b44;
}

/*MENU CARROSSEL FIM*/

/**
*** Seta para ESQUERDA
**/



.botao {
  border: none; /*remove borda do elemento button*/
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;/*faz os elementos pseudos acompanharem o elemento com a classe*/
  display: inline-block;
  background-color: #004f4d;
  text-align: center;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.botao:after {
  content: "";
  width: 0px;
  height: 0px;
  top: 0px;
  position: absolute;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #004f4d;
  right: -20px;
}

.botao:before {
  content: "";
  width: 0px;
  height: 0px;
  top: 0px;
  position: absolute;
  border-top: 40px solid transparent;
  border-right: 20px solid #004f4d;
  left: -20px;
}

.botao2 {
  border: none; /*remove borda do elemento button*/
  margin-bottom: 15px;
  color: #004f4d;
  font-size: 24px;
  font-weight: bold;
  position: relative;/*faz os elementos pseudos acompanharem o elemento com a classe*/
  display: inline-block;
  background-color: #fff;
  text-align: center;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.botao2:after {
  content: "";
  width: 0px;
  height: 0px;
  top: 0px;
  position: absolute;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #fff;
  right: -20px;
}

.botao2:before {
  content: "";
  width: 0px;
  height: 0px;
  top: 0px;
  position: absolute;
  border-top: 40px solid transparent;
  border-right: 20px solid #fff;
  left: -20px;
}

footer{
	color: black;
	padding-bottom: 40px;
	margin-top: 30px;
}

footer p{
	margin: 8px 0;
	padding: 0;
}

footer i{
	color: #FFF;
	font-size: 16px!important;
	margin-right: 10px;
}

.redessociais{
	margin-top: 15px;
}

.redessociais i{
	font-size: 18px!important;
	position: relative;
}

.redessociais .fa-facebook{
	margin: 7px 7px 5px 10px;
}

.redessociais .fa-instagram{
	margin: 11px 4px 5px 8px;
}

.redessociais .fa-twitter{
	margin: 7px 7px 5px 7px;
}

.redessociais a{
	border: 2px solid #FFF;
	padding: 7px 1px;
	margin-right: 10px;
	border-radius: 50%;
}

.redessociais a:hover{
	background-color: white;
	color: #023!important;
	border: 2px solid #246;
	transition: background-color 0.5s;
}

.redessociais a:hover i{
	color: #023!important;
	transition: color 0.5s;
}

@media (min-width: 769px) {
	.btnsidebar {
		display: none;
	}

	.btnaddmais{
		float: left;

	}

	.btnenviaorcamento{
		float: right;

	}
	.mobile{
		display: none;
	}
  

}

@media (max-width: 768px) {
	.mobile{
		display: block;
	}
	.menuprodutos{
		display: none;
	}
	.menuatendimento{
		display: none;
	}
	.topoatendimento, .topoatendimento span{
		font-size: 10px;
	}
	.logo{
		width: 100%;
	}
	.menuprincipal{
		border-bottom: 15px solid  #f58634;
	}
	.owl-carousel1 .owl-nav [class*=owl-]{
		margin-top: 35px;
	}
	footer p, footer h5{
		text-align: center;
	}
	footer i{
		margin-left: -15px;
	}
	.centrocel{
		text-align: center;
	}
	#mySidebar{
		width: 70%;
	}
	.imgmenu{
		width: 67%;
	}
	.somedesk{
		display: none;
	}
	.somemobi{
		display: block;
	}
	.botao {
	  font-size: 18px;
	}
	.iconmenu{
		padding-top: 14px;
	}


}

