/* #######################################################
###### FONTES ######
####################################################### */
@font-face {
  font-family: 'avenir_medium';
  src: url('../fontes/lte50344-webfont.eot');
  src: url('../fontes/lte50344-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fontes/lte50344-webfont.woff2') format('woff2'),
  url('../fontes/lte50344-webfont.woff') format('woff'),
  url('../fontes/lte50344-webfont.ttf') format('truetype'),
  url('../fontes/lte50344-webfont.svg#avenir_ltmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir_heavy';
  src: url('../fontes/AvenirLTStd-Heavy.eot');
  src: local('☺'),
  url('../fontes/AvenirLTStd-Heavy.woff') format('woff'),
  url('../fontes/AvenirLTStd-Heavy.ttf') format('truetype'),
  url('../fontes/AvenirLTStd-Heavy.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir_light';
  src: url('../fontes/lte50336-webfont.eot');
  src: url('../fontes/lte50336-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fontes/lte50336-webfont.woff2') format('woff2'),
  url('../fontes/lte50336-webfont.woff') format('woff'),
  url('../fontes/lte50336-webfont.ttf') format('truetype'),
  url('../fontes/lte50336-webfont.svg#avenir_ltlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir_book';
  src: url('../fontes/lte50342-webfont.eot');
  src: url('../fontes/lte50342-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fontes/lte50342-webfont.woff2') format('woff2'),
  url('../fontes/lte50342-webfont.woff') format('woff'),
  url('../fontes/lte50342-webfont.ttf') format('truetype'),
  url('../fontes/lte50342-webfont.svg#avenir_ltbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir_black';
  src: local('☺'),
  url('../fontes/AvenirLTStd-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: normal;
  text-decoration: none;
}
.center {
  width: 1181px;
  margin: 0 auto;
}
header {
  background: #fff;
}
header .topo {
  height: 36px;
  width: 100%;
  background-color: #2d3584;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .topo p {
  font-family: 'avenir_medium';
  color: #fff;
  background-image: url(../imagens/caminhao_peq.png);
  background-repeat: no-repeat;
  background-position: top right;
  display: flex;
  padding-right: 28px;
  font-size: 14px;
  letter-spacing: 2.1px;
  margin-left: 26px;
}
header .topo q {
  quotes: none;
  color: #fff;
  font-family: 'avenir_medium';
  letter-spacing: 3.7px;
}
header .topo ul {
  width: 277px;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}
header .topo ul a {
  color: #fff;
  font-family: 'avenir_medium';
  font-size: 14px;
  letter-spacing: 2.1px;
  padding-left: 30px;
  height: 20px;
}
header .topo ul a.pedidos {
  background-image: url(../imagens/user.png);
  background-repeat: no-repeat;
  background-position: top left;
}
header .topo ul a.contato {
  background-image: url(../imagens/contato.png);
  background-repeat: no-repeat;
  background-position: top left
}
header h1 {
  text-indent: -97979797px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 233px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 19px;
  background: url(../imagens/logo.png) center no-repeat;
  cursor: pointer;
}
header form {
  position: absolute;
  display: flex;
  width: 327px;
  border-bottom: 1px solid #b2b2b2;
  top: 96px;
  left: 20px;
}
header form input[type="text"],
input::-webkit-input-placeholder {
  border: none;
  outline: none;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 3.72px;
  font-family: 'avenir_medium';
  font-size: 12px;
  width: 100%;
  padding-bottom: 10px;
}
header form input[type="submit"] {
  background: none;
  border: none;
  background: url(../imagens/busca.png) center no-repeat;
  display: block;
  width: 18px;
  height: 17px;
  position: relative;
  top: -5px;
}
header form input::placeholder {
  opacity: 1;
}
header .social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 33px;
  height: 15px;
  position: absolute;
  right: 32px;
  top: 32px;
}
header .social a:first-child {
  width: 8px;
  height: 15px;
  display: block;
  background: url(../imagens/redes_sociais.png) left center no-repeat;
}
header .social a:nth-child(2) {
  width: 15px;
  height: 18px;
  display: block;
  background: url(../imagens/redes_sociais.png) right center no-repeat;
}
header nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 17px;
  padding-top: 14px;
  margin-bottom: 35px;
  align-items: center;
  border-top: 1px solid #b2b2b2;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
header nav a {
  color: #4f4f4f;
  font-size: 12px;
  letter-spacing: 2.4px;
  font-family: 'avenir_medium';
  text-transform: uppercase;
  background: url(../imagens/seta.png) right top no-repeat;
  padding-right: 22px;
}
header nav a.yellow_rect {
  background: none;
  color: #2d3584;
  background-color: #f0c55e;
  padding: 10px;
  display: flex;

}
header nav a:hover {
  color: #ceb038;
  background: url(../imagens/seta.png) right 90% no-repeat;
}
header nav a.yellow_rect:hover {
  color: #2d3584;
  background: #f0c55e;
}
header .carrinho_menu {
  display: flex;
  width: 93px;
  right: 20px;
  top: 89px;
  position: absolute;
  padding-bottom: 10px;
  border-bottom: 1px solid #b2b2b2;
  justify-content: space-between;
}
header .carrinho_menu a.carrinho {
  background: url(../imagens/carrinho.png) center no-repeat;
  width: 24px;
  height: 24px;
  display: inline-flex;
}
header .carrinho_menu a.carrinho span {
  display: flex;
  width: 17px;
  height: 17px;
  background-color: #be2035;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 11px;
  font-family: 'avenir_black';
  top: -9px;
  left: 14px;
  position: relative;
}
header .carrinho_menu .menu_hamb {
  height: 20px;
  width: 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
header .carrinho_menu .menu_hamb span {
  height: 2px;
  background: #be2035;
  display: block;
}
header .carrinho_menu .menu_hamb .hamb1 {
  width: 31px;
}
header .carrinho_menu .menu_hamb .hamb2 {
  width: 25px;
}
header .carrinho_menu .menu_hamb .hamb3 {
  width: 19px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#banner {
  display: flex;
  width: 100%;
  /*margin-top: 100px;*/
}
#banner figure {
  width: 100vw;
}
#banner figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 475px;
  height: auto;
  object-fit: cover;
}
#banner figure figcaption {
  margin-top: -20px;
  margin-bottom: 50px;
}
#banner figure figcaption h2 {
  font-family: 'avenir_heavy';
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
  color: #4f4f4f;
  letter-spacing: 13px;
}
#banner figure figcaption h3 {
  font-family: 'avenir_heavy';
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #4f4f4f;
  letter-spacing: 1.3px;
  margin-top: 12px;
}
#banner figure figcaption h3 i {
  font-style: normal;
  text-decoration: underline;
}

#banner ul.condicoes {
  display: flex;
  justify-content: space-around;
  width: 607px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  border-radius: 40px;
  position: relative;
  top: -65px;
  z-index: 3;
}
#banner .condicoes li {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  color: #404040;
}
#banner .condicoes  li span {
  font-family: 'avenir_black';
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  display: block;
  color: #404040;
  letter-spacing: 0.455px;
}
#banner .condicoes li p {
  font-size: 500;
  font-family: 'avenir_medium';
  color: #404040;
  font-size: 12px;
}
#banner .condicoes  li.cartao {
  background: url('../imagens/card.png') left center no-repeat;
  padding-left: 50px;
}
#banner .condicoes  li.frete_gratis {
  background: url('../imagens/truck.png') left center no-repeat;
  padding-left: 45px;
}
#banner .condicoes li.frete_gratis span {
  font-size: 17px;
  text-align: left;
}
#banner .condicoes li.frete_gratis p {
  top: ;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#categorias {
  width: 100%;
}
#categorias ul.grad_cat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 18px;
}
#categorias ul.grad_cat a {
  height: 220px;
  width: 100%;
  display: flex;
  font-size: 25.8px;
  line-height: 28.4px;
  font-family: 'avenir_black';
  color: #fff;
  text-transform: ;
  justify-content: center;
  align-items: center;
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.6);
  outline-offset: -11px;
  text-align: center;
  filter: brightness(1);
}
#categorias ul.grad_cat a:hover {
  filter: brightness(0.75);
  transition: ease-in;
}
#categorias ul.grad_cat a:first-child {
  background: url(../imagens/categ2.png) center no-repeat;
}
/*#categorias ul.grad_cat a:nth-child(2) {
  background: url(../imagens/categ1.png) center no-repeat;
}
#categorias ul.grad_cat a:nth-child(3) {
  background: url(../imagens/categ3.png) center no-repeat;
}
#categorias ul.grad_cat a:nth-child(4) {
  background: url(../imagens/categ4.png) center no-repeat;
}
#categorias ul.grad_cat a:nth-child(5) {
  background: url(../imagens/categ5.png) center no-repeat;
}
#categorias ul.grad_cat a:nth-child(6) {
  background: url(../imagens/categ6.png) center no-repeat;
}
#categorias ul.grad_cat a:nth-child(7) {
  background: url(../imagens/categ7.png) center no-repeat;
}
#categorias ul.grad_cat a:nth-child(8) {
  background: url(../imagens/categ8.png) center no-repeat;
}
#categorias ul.grad_cat a:nth-child(9) {
  background: url(../imagens/categ9.png) center no-repeat;
}
#categorias ul.grad_cat a:nth-child(10) {
  background: url(../imagens/categ10.png) center no-repeat;
}
#categorias ul.grad_cat a:nth-child(11) {
  background: url(../imagens/categ11.png) center no-repeat;
}
#categorias ul.grad_cat a:nth-child(12) {
  background: url(../imagens/categ12.png) center no-repeat;
}*/
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#blog {
  width: 100%;
}
#blog h2,
#local h2,
#pag_quem_somos h2,
#pag_blog h2,
#pag_pedido h2,
#pag_contato h2 {
  font-family: 'avenir_heavy';
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
  color: #4f4f4f;
  letter-spacing: 13px;
  margin-bottom: 50px;
  margin-top: 50px;
}
#blog h3 {
  font-family: 'avenir_heavy';
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #4f4f4f;
  letter-spacing: 1.3px;
  margin-top: 7px;
  cursor: pointer;
}
#blog ol.noticias {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 18px;
  margin-top: 30px;
}
#blog ol.noticias li {
  cursor: pointer;
}
#blog ol.noticias figure  {
  display: block;
  max-height: 206px;
}
#blog ol.noticias figure img {
  display: block;
  max-height: 100%;
  object-fit: cover;
}
#blog ol.noticias li figcaption {
  margin-top: 20px;
}
#blog ol.noticias li figcaption time {
  font-family: 'avenir_medium';
  font-size: 12px;
  line-height: 14px;
  letter-spacing: ;
  color: #4f4f4f;
}
#blog ol.noticias li figcaption h4 {
  font-family: 'avenir_black';
  font-size: 16.3px;
  line-height: 17.6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4f4f4f;
  margin-top: 16px;
  margin-bottom: 16px;
}
#blog ol.noticias li figcaption p {
  font-family: 'avenir_book';
  font-size: 12.5px;
  letter-spacing: 0.3px;
  color: #4f4f4f;
}
.seta1 {
	display: block;
	position: absolute;
	background: url(../imagens/seta_grande.png) center no-repeat;
	height: 78px;
	width: 33px;
	left: 270px;
	margin-top: 170px;
	cursor: pointer;
}
.seta2 {
	display: block;
	position: absolute;
	background: url(../imagens/seta_grande.png) center no-repeat;
	height: 78px;
	width: 33px;
	right: 270px;
	margin-top: 170px;
	transform: rotate(180deg);
	cursor: pointer;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*/
#local {
  width: 100%;
}
#local h3 {
  font-family: 'avenir_heavy';
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #4f4f4f;
  letter-spacing: 1.3px;
  margin-top: 12px;
}
#local .mapa {
	display: flex;
	margin-top: 27px;
	width: 100%;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*/
#sobre {
	display: flex;
	width: 100%;
}
#sobre a figure {
	display: block;
	width: 100%;
	margin-top: 117px;
	cursor: pointer;
	max-height: 306px;
	margin-bottom: 106px;
  filter: brightness(0.85);
}
#sobre a figure:hover {
  filter: brightness(1.10);
}
#sobre figure img {
	max-width: 100%;
	max-height: 100%;
	max-height: 306px;
}
#sobre figure figcaption {
	font-size: 25.8px;
	line-height: 28.4px;
	font-family: 'avenir_black';
	color: #fff;
	position: relative;
	top: -180px;
	text-align: center;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*/
footer {
  background: linear-gradient(to bottom, #f0c55e 0px 95px, #fff 95px);
  display: flex;
}
footer h3 {
  font-family: 'avenir_heavy';
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 3.72px;
  text-transform: uppercase;
  padding-top: 40px;
  color: #010101;
  display: inline-flex
}
footer form {
  display: inline-flex;
  margin-left: 181px;
  display: inline-flex;
	width: 854px;
  width: 667px;
  justify-content: space-between;
  margin-left: 58px;
  align-items: center;
}
footer form input {
  font-size: 13px;
  letter-spacing: 2.6px;
  font-family: 'avenir_medium';
  background: none;
  border: none;
  color: #010101;
  width: 390px;
  border-bottom: 1px solid #010101;
  padding-bottom: 12px;
}
footer form input::placeholder {
	opacity: 1;
}
footer form button,
#pag_contato button {
  display: inline-flex;
  background: #010101;
  color: #fff;
  width: 112px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-family: 'avenir_black';
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 3.72px;
  text-transform: uppercase;
}
footer .colunas {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 702px;
	margin: 0 auto;
	margin-top: 60px;
}
footer ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
	flex-direction: column;
}
footer ul li:first-child {
  font-size: 13px;
  font-family: 'avenir_medium';
  text-transform: uppercase;
	color: #333333;
}
footer ul a {
  font-size: 12px;
	margin-top: 18px;
  font-family: 'avenir_medium';
  text-transform: capitalize;
	color: #333333;
}
footer ul li.cartoes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5px;
}
footer ul li.cartoes img {
	width: 55px;
	height: 30px;
	object-fit: contain;
}
footer ul.social {
	align-items: center;
}
footer ul.social li.redes {
	display: flex;
	justify-content: space-between;
	width: 33px;
}
footer ul.social a:first-of-type {
  width: 8px;
  height: 15px;
  display: block;
  background: url(../imagens/redes_sociais.png) left center no-repeat;
}
footer ul.social a:nth-of-type(2) {
  width: 15px;
  height: 14px;
  display: block;
  background: url(../imagens/redes_sociais.png) right center no-repeat;
}
footer .line {
  width: 100%;
  max-width: 740px;
  display: block;
  background: #d9d9d9;
  margin-top: 106px;
  margin-bottom: 17px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}
footer q {
  display: block;
  text-align: center;
  color: #414141;
	margin: auto;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  font-family: 'avenir_light';
  quotes: none;
	max-width: 747px;
}
footer q address {
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.3px;
	font-family: 'avenir_book';
	display: inline;
}
footer i {
  display: block;
  text-align: center;
  font-style: normal;
  color: #898686;
  font-size: 14px;
  line-height: 14px;
  font-family: 'avenir_light';
  margin-bottom: 15px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
header.topo_quemsomos {
  height: 189px;
  box-shadow: inset -7px -27px 14px -32px grey;
}
#pag_quem_somos ol.somos_imagens {
  display: flex;
  justify-content: space-between;
}
#pag_quem_somos ol.somos_imagens a {
  display: inline-flex;
  width: 380px;
  max-width: 380px;
  height: 266px;
  background: #000;
  margin-bottom: 50px;
}
#pag_quem_somos ul.somos_texto {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  margin-bottom: 150px;
}
#pag_quem_somos ul.somos_texto li b {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -1.1px;
  font-family: 'avenir_medium';
  text-transform: uppercase;
}
#pag_quem_somos ul.somos_texto li p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #414141;
  font-family: 'avenir_book';
}
#pag_quem_somos .seta1,
#pag_quem_somos .seta2 {
  margin-top: 95px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#pag_blog #noticias {
  display: table;
  width: 100%;
}
#pag_blog ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 50px;
  margin-top: 30px;
  width: 100%;
}
#pag_blog ol a {
  display: inline-grid;
  height: 340px;
  max-width: 100%;
}
#pag_blog ol figure  {
  display: block;
  max-height: 206px;
  max-width: 100%;
}
#pag_blog ol figure img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
#pag_blog ol a figcaption {
  margin-top: 20px;
}
#pag_blog ol a figcaption time,
.blog_aberto time {
  font-family: 'avenir_medium';
  font-size: 12px;
  line-height: 14px;
  letter-spacing: ;
  color: #4f4f4f;
  margin-top: 30px;
  display: block;
}
#pag_blog ol a figcaption h4,
.blog_aberto h3 {
  font-family: 'avenir_black';
  font-size: 16.3px;
  line-height: 17.6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4f4f4f;
  margin-top: 16px;
  margin-bottom: 16px;
}
#pag_blog ol a figcaption p,
.blog_aberto p {
  font-family: 'avenir_book';
  font-size: 12.5px;
  letter-spacing: 0.3px;
  color: #4f4f4f;
}
#pag_blog em.carregar_mais {
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
  width: ;
  text-align: center;
  font-style: normal;
  font-family: 'avenir_medium';
  font-size: 18px;
  line-height: 22px;
  color: #4f4f4f;
  cursor: pointer;
  background: url(../imagens/seta2.png) 60% center no-repeat;
}
#pag_blog .blog_aberto {
  display: flex;
  justify-content: center;
}
#pag_blog .blog_aberto figure {
  max-width: 770px;
  margin-bottom: 30px;
}
.blog_aberto .seta2 {
  right: 390px;
}
.blog_aberto .seta1 {
  left: 390px;
}
.blog_aberto ul.redes_sociais {
  display: flex;
  justify-content: space-between;
  width: 152px;
  margin-top: 30px;
}
.blog_aberto ul.redes_sociais a {
  display: inline-flex;
  height: 27px;
  width: 27px;
}
ul.redes_sociais a.whats {
  background: url(../imagens/whats.png) center no-repeat;
}
ul.redes_sociais a.twitter {
  background: url(../imagens/twitter.png) center no-repeat;
}
ul.redes_sociais a.face {
  background: url(../imagens/face.png) center no-repeat;
}
ul.redes_sociais a.mail {
  background: url(../imagens/mail.png) center no-repeat;
}
ul.redes_sociais a.plus {
  background: url(../imagens/plus.png) center no-repeat;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#pag_prod {
  display: flex;
  flex-direction: column;
}
#pag_prod .listagem_produtos {
  display: flex;
}
#pag_prod .links_produtos {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
#pag_prod .links_produtos h2 a {
  color: #2d3584;
  background-color: #f0c55e;
  display: flex;
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: 2.4px;
  font-family: 'avenir_heavy';
  text-transform: uppercase;
  width: 260px;
  justify-content: center;
  align-items: center;
  height: 31px;
  margin-bottom: 18px;
  margin-top: 74px;
  margin-left: 8px;
}
#pag_prod .links_produtos a {
  display: block;
  text-transform: uppercase;
  font-family: 'avenir_medium';
  color: #4f4f4f;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 3px;
}
#pag_prod .links_produtos a:hover {
  color: #ceb038;
}
#pag_prod .lista_produtos {
  max-width: 882px;
  display: flex;
  margin-top: 74px;
  flex-direction: column;
}
#pag_prod .lista_produtos ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
#pag_prod .lista_produtos ol li {
  display: inline-grid;
  height: 507px;
  width: 283px;
  outline: 1px solid #d5d5d5;
}
#pag_prod .lista_produtos ol li .mask_produto{
  position: relative;
  overflow: hidden;
  background: #efefef;
  width: 100%; 
  max-height: 275px;
  text-align: center;
}
#pag_prod .lista_produtos ol li img {
  display: inline-block;
  max-height: 275px;
  min-height: 275px;
  width: 100%; 
  object-fit: contain;
  mix-blend-mode: multiply;
}
#pag_prod .lista_produtos ol li figure {
  /*max-width: 285px;
  max-height: 300px;*/
  width: 100%;
  display: block;
}
#pag_prod .lista_produtos ol li figcaption {
  margin-left: 25px;
}
#pag_prod .lista_produtos ol li h3 {
  font-family: 'avenir_medium';
  font-size: 18px;
  line-height: 22px;
  color: #4f4f4f;
  margin-top: 18px;
  text-transform: lowercase;
}
#pag_prod .lista_produtos ol li h4 {
  font-family: 'avenir_black';
  font-size: 20px;
  line-height: 22px;
  color: #4f4f4f;
  margin-top: 18px;
}
#pag_prod .lista_produtos ol li label {
  font-family: 'avenir_medium';
  font-size: 18px;
  line-height: 22px;
  color: #4f4f4f;
  padding-top: 15px;
  display: block;
}
#pag_prod .lista_produtos ol li label input {
  height: 40px;
  width: 58px;
  background: none;
  display: inline-flex;
  text-indent: 5px;
  font-family: 'avenir_medium';
  font-size: 16px;
  line-height: 20px;
  color: #4f4f4f;
}
#pag_prod .lista_produtos ol li i {
  font-family: 'avenir_black';
  font-size: 13px;
  line-height: 22px;
  color: #c57965;
  margin-top: 18px;
  font-style: normal;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
#pag_prod .lista_produtos ol li a.bt_insta{
  font-family: 'avenir_black';
  font-size: 13px;
  line-height: 22px;
  color: #c57965;
  margin-top: 18px;
  font-style: normal;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  cursor: pointer;  
}
#pag_prod em {
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
  text-align: center;
  font-style: normal;
  font-family: 'avenir_medium';
  font-size: 18px;
  line-height: 22px;
  color: #4f4f4f;
  cursor: pointer;
  background: url(../imagens/seta2.png) 65% center no-repeat;
}
#pag_prod em:hover {
  color: #ceb038;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#pag_pedido h3 {
  text-align: center;
  font-family: 'avenir_book';
  font-size: 20px;
  line-height: 25px;
  color: #4f4f4f;
}
#pag_pedido h3 b {
  font-family: 'avenir_heavy';
  font-weight: normal;
}
#pag_pedido form,
#pag_contato form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
#pag_pedido form textarea {
  border: none;
  font-family: 'avenir_medium';
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3.72px;
  color: #8a8a8a;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  width: 425px;
  border-bottom: 1px solid #b2b2b2;
  text-align: center;
  height: 83px;
  margin-top: 15px;
  resize: none;
  margin-top: 10px;
}
#pag_pedido form select {
  border: none;
  font-family: 'avenir_medium';
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3.72px;
  color: #8a8a8a;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  width: 425px;
  border-bottom: 1px solid #b2b2b2;
  text-align: center;
  height: 33px;
  margin-top: 15px;
}
#pag_pedido form input[type="text"],
#pag_pedido form input[type="email"],
#pag_contato form input[type="text"],
#pag_contato form input[type="email"],
#pag_pedido form input[type="date"] {
  border: none;
  font-family: 'avenir_medium';
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3.72px;
  color: #8a8a8a;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  width: 425px;
  border-bottom: 1px solid #b2b2b2;
  text-align: center;
  height: 33px;
  margin-top: 15px;
}
#pag_pedido form input[type="text"]::placeholder,
#pag_pedido form input[type="email"]::placeholder,
#pag_contato form input[type="text"]::placeholder,
#pag_contato form input[type="email"]::placeholder {
  opacity: 1;
}
#pag_pedido .endereco {
  display: none;
}
#pag_pedido .endereco.aparecer {
  display: block;
}
#pag_pedido form ul {
  grid-column-gap: 11px;
  margin-top: 21px;
  max-width: 425px;
}
#pag_pedido form ul li {
  display: inline-flex;
  font-family: 'avenir_medium';
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3.72px;
  color: #8a8a8a;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
#pag_pedido form ul li:nth-child(2) {
  flex-direction: row-reverse;
}
#pag_pedido form label {
  display: inline-flex;
  font-family: 'avenir_medium';
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3.72px;
  color: #8a8a8a;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
#pag_pedido form input[type="radio"] {
  all: unset;
  display: block;
  height: 35px;
  width: 37px;
  border: 2px solid #c7c7c9;
}
#pag_pedido form input[type="checkbox"] {
  display: block;
  height: 26px;
  width: 26px;
  border: 2px solid #c7c7c9;
  margin-right: 10px;
}
#pag_pedido form input[type="radio"]:checked {
  background: #c7c7c9;
}
#pag_pedido form button {
  background: #f0c55e;
  color: #2d3584;
  width: 112px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-family: 'avenir_black';
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 3.72px;
  text-transform: uppercase;
  margin-top: 30px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#pag_contato h2 {
  margin-bottom: 0;
}
#pag_contato h3 {
  text-align: center;
  font-family: 'avenir_book';
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.42px;
}
#pag_contato textarea {
  margin-top: 30px;
  resize: none;
  outline: 1px solid #b2b2b2;
  border: none;
  text-align: center;
  font-family: 'avenir_medium';
  text-transform: uppercase;
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 3.72px;
  color: #8a8a8a;
}
#pag_contato button {
  margin-top: 50px;
}
#pag_inst #sobre-inst .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px 0;
}
#pag_inst #sobre-inst .container h2 {
  font-family: 'avenir_heavy';
  font-size: 34px;
  color: #4f4f4f;
}
#pag_inst #sobre-inst .container h3 {
  font-family: 'avenir_black';
  font-size: 20px;
  color: #4f4f4f;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
}
#pag_inst #sobre-inst .container h4 {
  font-family: 'avenir_heavy';
  font-size: 20px;
  color: #626262;
  margin-top: 20px;
  margin-bottom: 12px;
}
#pag_inst #sobre-inst .container p {
  font-family: 'avenir_book';
  font-size: 18px;
  color: #808080;
}
footer ::placeholder {
  text-align: center;
}