@charset "utf-8";

/* ########## PRODUTOS ########## */

/* MÓDULO */
.swe_capa_produtos { padding: 0; margin: 0; }
.e_area_produtos { font-size: 0; padding: 0; margin: 0; }
.e_area_produtos .e_conteudo_interno_produtos { background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent); padding-top: 40px; display: flex; flex-wrap: wrap; overflow: hidden; }
.e_area_produtos .e_area_info_produtos { width: 450px; display: inline-block; vertical-align: top; padding: 15px 0; padding-left: 10px; white-space: nowrap; position: relative; z-index: 1; }
.e_area_produtos .e_area_info_produtos .e_titulo_info { font-size: 40px; }
.e_area_produtos .e_area_info_produtos .e_descricao_info { display: inline-block; max-height: 15.6em; font-size: 15px; color: #68686b; font-weight: normal; line-height: 1.95em; letter-spacing: .025em; text-align: justify; position: relative; overflow: hidden; padding-right: 20px; white-space: normal; }
.e_area_produtos .e_area_info_produtos .e_descricao_info:before { content: ""; width: 10.5em; height: 16em; shape-outside: polygon(100% 0, 0% 100%, 100% 100%); float: right; position: relative; pointer-events: none; z-index: -1; }
/* CONT PRODUTOS */
.e_area_produtos .e_cont_protudos { width: 100%; display: inline-block; vertical-align: top; margin-left: -450px; padding-left: 400px; position: relative; z-index: 0; overflow: hidden; }
.e_area_produtos .e_cont_protudos:after { content: ""; width: 500px; height: 300%; background: linear-gradient(-30deg, #d7dee5, #fff); position: absolute; top: 0; left: 20px; z-index: 1; transform: rotate(30deg); transform-origin: top right; box-shadow: 5px -750px 30px rgba(88, 90, 94, 0.25); }
.e_area_produtos .e_cont_protudo { height: 100%; position: relative; padding: 0 5px; }
.e_area_produtos .e_produto { max-width: 400px; height: 100%; min-height: 290px; position: relative; margin: auto; background: #fff; border-radius: 8px; overflow: hidden; }
.e_area_produtos .e_produto .e_area_img_produto { padding-top: 56.25%; position: relative; overflow: hidden; }
.e_area_produtos .e_produto .e_area_info_produto { padding: 20px; padding-bottom: 70px; }
.e_area_produtos .e_produto .e_area_info_produto .nome_produto { max-height: 4.5em; font-size: 15px; color: #616366; font-weight: bold; text-align: center; line-height: 1.5; overflow: hidden; transition: .1s ease; }
.e_area_produtos .e_produto:hover .e_area_info_produto .nome_produto { color: #0087dc; }
.e_area_produtos .e_produto .e_area_info_produto .e_btn_produto { width: 120px; position: absolute; bottom: 25px; left: 0; right: 0; margin: auto; display: block; }
/* SLIDE */
.e_area_produtos .e_cont_protudos .area_thumbnails { text-align: right; padding-right: 20px; }

@media (max-width: 1000px) {

	/* MÓDULO */
	.e_area_produtos .e_area_info_produtos { width: auto; white-space: normal; padding: 10px; margin-bottom: 20px; }
	.e_area_produtos .e_area_info_produtos .e_titulo_info { font-size: 6.25vw; font-weight: normal; }
	.e_area_produtos .e_area_info_produtos .e_descricao_info { max-height: 8.75em; line-height: 1.75; padding: 0; }
	.e_area_produtos .e_area_info_produtos .e_descricao_info:before { display: none; }
	
	/* CONT PRODUTOS */
	.e_area_produtos .e_cont_protudos { margin-left: 0; padding-left: 0; }
	.e_area_produtos .e_cont_protudos:after { display: none; }
	/* SLIDE */
	.e_area_produtos .e_cont_protudos .area_thumbnails { text-align: center; padding-right: 0; }

}