@charset "utf-8";

/**********************************************************************************************
						CLIENTES
**********************************************************************************************/


/* CLIENTES */
.e_area_clientes { font-size: 0; }
.e_area_clientes .e_area_titulo_sessao { padding: 0 10px; }
.e_area_clientes .conteudo_interno { padding: 2vh 10px; margin: 0 auto; }
.e_area_clientes .e_area_titulo_sessao { text-align: center; }
.e_area_clientes .e_cliente { height: 150px; margin: 10px; position: relative; overflow: hidden; cursor: pointer; background: #fff; border-radius: 8px; transition: .2s; }
.e_area_clientes .e_cliente:hover { box-shadow: 0 7px 15px -5px rgba(0,0,0,.075); transform: translateY(-3px); }
.e_area_clientes .e_cliente img { max-width: 100%; max-height: 100%; display: block; margin: auto; position: relative; z-index: 0; top: calc(49%); transform: translateY(-49%); }
.e_area_clientes .e_cliente .e_area_nome_cliente { width: 100%; position: absolute; right: 0; bottom: 0; padding: 25px 15px; background: rgba(50,52,55,.8); text-align: center; visibility: hidden; transform: translateY(100%); transition: .4s ease; }
.e_area_clientes .e_cliente .e_area_nome_cliente span { display: block; font-size: 17px; color: #fff; letter-spacing: -.01em; font-weight: 400; text-shadow: 1px 1px 1px rgba(0,0,0,.25); transform: translateY(100%); transition: .4s ease; }
.e_area_clientes .e_cliente:hover .e_area_nome_cliente,
.e_area_clientes .e_cliente:hover .e_area_nome_cliente span { visibility: visible; transform: translateY(0); }
/* SLIDE */
.e_area_clientes .slider_lmt { text-align: center; margin-top: 15px; }
.e_area_clientes .slider_lmt .item_slide { padding: 10px; text-align: center; }