
/**================ Stilo Tablet =====================**/


@media only screen and (min-width: 788px) and (max-width: 979px) {

.btntopo {
	
	position: relative; 
	top: 45px;
	left: 80px;
}

.img-logo {
	max-width: 240px;
	position: absolute; 
	top: 10px;
	right: 640px;
	z-index: 4;
}

/** Header**/

.header {
	width: 100%;
}

.header_menu {
	text-align: center;
	margin-top: 20px;
}

.header_menu ul li a {
	width: 80px;
	display: block;
	float: left;
	font-size: 12px;

}

/** sobre**/

.sobre{
	width: 100%;
	height: 550px;
}

.sobreimg {
	width: 300px;

}

.sobre_info {
	margin-left: 0px;
}

.sobre_info p {
	padding: 30px 10px;
	line-height: 20px;
}

.sobre_info ul li {
	color: #474A51;
	background: #eee;
	font-size: 14px;
	font-family: "Arial";
	padding: 5px;
}


/** Produtos**/

.produtos {
	padding: 10px 0;
}




/** Footer**/

	.footer_redes ul li a{
		width: 40px;
		height: 40px;
		padding: 6px;
	}

	.portfolio2 {
		padding-bottom: 10px;
		margin-top: 50px;
}

}

/** ======================== Final Stilo Tablet ======================================**/ 


/** Stilo Smartphone**/

@media only screen and (max-width: 787px) {

/** Header **/

	.header {
		position: relative;
		padding-bottom: 0px;
	}

	.header_menu {
		text-align: center;
		margin-top: 100px;
		left: 5px;
	}

	.header_menu ul li {
		margin: 2px;
	}

	.header_menu ul li a {
	border: 3px solid #0E1E38;
	background-color: #4AC3B1;
	width: 140px;
	display: block;
	float: left;

}

.header_menu ul li a:hover {
	color: #4AC3B1;
	border-color: #fff;
	background-color: #0E1E38;
}

	.header_menu ul li a.menu_ativo {
	border-color: #fff;

}

.img-logo {
	max-width: 250px;
	right: 50px;
	
}


/** Introdução **/

.introducao {
	width: 100%;
	height: 500px;
	background: url(../img/bg-introcell.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	position: relative;
	top: -100px;

}

.introducao-produtos {
	margin-top: 0px;
}

.introducao-interna h1 {
	font-size: 24px;
}


/** Call**/



.call {
	padding-top: 10px;
	padding-bottom: 20px;
	
}

.btntopo {
	border: 3px solid #0E1E38;
	padding: 10px 30px;
	background-color: rgba(10,23,55,0.80);
	color: #fff;
	position: relative; 
	top: 260px;
	left: 65px;
}

.btntopo:hover {
	color: #4AC3B1;
	border-color:#4AC3B1;
}



/** Sobre**/

.sobre{
	width: 100%;
	height: 1150px;
	background: #eee;
	position: relative;
	top: -130px;
}

.sobreimg {
	width: 358px;
	margin: 0px;

}
.sobre_info {
	margin-left: 40px;
}

.sobre_info p {
	padding: 30px 5px;
	line-height: 20px;
}

.sobre_info ul li {
	
	line-height: 20px;
	padding: 5px;
	
}

/**Produtos **/

	.produtos {
		position: relative;
		top: -50px;
	}

	
	.produtos_icone p {
		padding: 20px 15px;
		line-height: 20px;
		height: auto;
	}

	.produto_info p {
	height: 280px;
}

.produto_info ul li {
	font-size: 18px;
	line-height: 20px;
	float: left;
	width: 300px;
	height: 48px;
	padding-top: 16px;
}

.produto_info ul li:nth-child(1), .produto_info ul li:nth-child(2), .produto_info ul li:nth-child(3){
	margin-bottom: 1px;
}


.produto_info ul li:nth-child(odd){
	margin-right: 1px;
}


.min{
	width: 100px;
	height: auto;
	padding: 10px;
}



/**Galeria de imagens **/



.portfolio2 {
	padding-bottom: 10px;
	margin-top: 20px;
}

.lbox {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.galeria ul {
	width: 360px;
	list-style: none;
	display: flex;
	margin: 2px auto;
}

#prev {
	top: 30%;
	left: 5%;
}

#next {
	top: 30%;
	right: 38%;
	
}

#close {
	top: 1%;
	right: 35%;
}

.min{
	width: 200px;
	height: auto;
	padding: 10px;

}

.box_img {
	width: 330px;
	margin-right: 190px;
}

.call p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	top: -15px;
}

.call a {

	position: relative;
	top: -20px;
}



.footer-gen img {
	max-width: 90px;
}


.slide {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.slide img{
	width: 100%;
	height: 500px;
	margin-top: 0;
	visibility: hidden;
}

.whatsapp {
	
	left: 280px;
	
}