﻿.Fabricantes { margin: 5px auto; padding: 10px; max-width: 750px; display: flex; flex-flow: wrap; }
.Fabricantes h2 { font-family: "Arial"; font-size: 18px; line-height: 22px; color: #333; margin-bottom: 15px; }
.Fabricantes p { font-family: verdana, geneva; font-size: 14px; line-height: 20px; color: #333333; text-align: justify; padding: 5px 0; }
.Fabricantes img { width: auto; margin: 15px 150px; }
.Fabricantes li { padding: 0; margin: 0; }
.Fabricantes li a { width: 350px; height: 260px; text-decoration: none; text-align: center; display: flex; align-items: center; justify-content: center; }
.Fabricantes li a span { display: block; width:100%; color: #33b1e6; font-size: 20px; margin-bottom: 25px; }
.Fabricantes li a img { width: 150px; height: 160px; margin: auto; }

.Fabricantes li:nth-child(2n+2) a { border-left: 1px dashed #c0c0c0; }

.Fabricantes .Botao { background: #646464; border-radius: 8px; padding: 10px 80px; margin: auto; font-size: 14px; font-weight: bold; text-transform: uppercase; color: #ffffff; }
.Fabricantes .Botao:hover { background: #343434; box-shadow: 1px 1px 15px 1px #22abe4; color: #22abe4; text-decoration: none; }