div#topo-produtos{background: url(../img/topo-produtos.jpg) center no-repeat; background-size: cover; width: 100%;height: 346px; position: relative;}
section#produtos .container{position: relative;}
section#produtos h2 { font-size: 30px;
    position: absolute;
    color: #fff;
    /* padding-top: 180px; */
    top: 200px;
    /* margin: 0 auto; */
    left: auto;
    right: 0px;
    /* display: block; */
    width: 100%;}
section#produtos {padding-bottom: 35px;}    
section#produtos p.link { margin-top: 16px; text-align: center; color: #6b6b6b; border: 1px solid #6b6b6b; padding: 10px 0 8px 0;}
section#produtos ul{ margin-top: 20px; padding: 0;}
section#produtos li { font-size: 18px; margin-left: 15%; color: #6b6b6b;}

#produtos .produto{position: relative;overflow: hidden; padding: 35px 28px 0 28px;}
#produtos .produto img{/*position: absolute;*/}

@media (max-width: 767px) { 

	/*//////  TOPO   ///////*/
	header #topo{ height: 74px; font-size: 16px;}
	header #topo .social{}
	header #topo .contato,header #topo .social{margin-top: 12px;}

	header #topo .contato a{font-size: 14px; margin: 0 0 0px 0;color: #000;}
	header #topo .contato a:first-child{margin-right: 10px;}
	header #topo .contato a>span{padding-right: 4px;color: #337ab7;}
	
	
	header #topo .social a:first-child{ margin-right: 16px;}

	/*////// FIM DO TOPO   ///////*/

	
	/*////// MAIN PRODUTOS   ///////*/

	div#topo-produtos{width: 100%;height: 192px;}
	div#topo-produtos div div{ margin-top: 0px;}
	div#topo-produtos .logo{float: left;}
	div#topo-produtos .logo img{width: 105px;}
	#main-produtos nav#nav-home{margin-top: 60px;}
	#main-produtos nav#nav-home .menu{margin-top: 10px;}
	section#produtos li {font-size: 14px;  margin-left: 10%;list-style: outside;}
	section#produtos h2 {top: 165px;}


	
	/*////// FIM MAIN PRODUTOS   ///////*/

}

@media (min-width: 768px)  { 
	div#topo-produtos h1 { margin-top: 90px;}
	section#produtos{/*height: 500px;*/}

	section#produtos h2 { font-size: 20px; top: 130px;transition: all 0.3s linear;}
	section#produtos .produto:hover h2{ top: 110px;}
	section#produtos p {font-size: 10px;}
	section#produtos li { font-size: 14px; margin-left: 15%; color: #6b6b6b; list-style: outside;}
	#produtos .produto:nth-child(2)::after { position: absolute; content: ""; height: 95px; width: 2px; background-color: #9b9c9b; top: 120px; }
	/*#produtos .produto:nth-child(2)::before, */
	#produtos .produto:nth-child(2)::before{ right: 0; }
	#produtos .produto:nth-child(2)::after{ left: 0; }
}

@media (min-width: 993px) { 
	section#produtos li {list-style: disc;font-size: 15px; margin-left: 15%; color: #6b6b6b;}
	section#produtos{padding-bottom: 90px;}
	section#produtos h2 {top:180px;}
	section#produtos .produto:hover h2{ top: 160px;}
	section#produtos p {font-size: 12px;}
}

@media (min-width: 1170px) { 
	section#produtos h2 {top:200px;}
	section#produtos .produto:hover h2{ top: 180px;}
	section#produtos p {font-size: 14px;}
}

















