/* #####################################
########################################

	Theme name: Liftpar
	Theme URI: Não informado
	Description: Este tema foi desenvolvido exclusivamente para a empresa Liftpar.

	Code: Gabriel Amarante | ACG Web Design
	Author: Carlos Design
	Author URI: http://carlosdesign.com.br

	Version: 05.2019

########################################
##################################### */

@charset "UTF-8";

/* ######
   Básicos
############ */

* {
	outline: none;
}

html , body {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
}

a , a:hover , a:focus {
	text-decoration: none;
}

button , button:hover , button:focus {
	outline: none;
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

/* ######
   Gerais
############ */

/* box-slide */

.box-slide {
	position: relative;
}

/* display-table */

.display-table {
	display: table;
	margin: 0;
	padding: 0;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}

/* df-center */

.df-center {
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
}

/* box-more */

.box-more {
	width: auto;
	padding: 0 10px;
	position: relative;
}
.box-more.t-center {
	text-align: center;
}
.box-more a {
	color: #FFF;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	position: relative;
	transition: .5s;
	background: #DF6D27;
}
.box-more a:hover {
	background: #2E3577;
}
.box-more a::before ,
.box-more a::after {
	content: '';
	display: block;
	position: absolute;
	transition: .5s;
}
.box-more a::before {
	width: 0;
	height: 0;
	top: 0;
	left: -10px;
	border-style: solid;
	border-width: 0 0 40px 10px;
	border-color: transparent transparent #df6e27 transparent;
}
.box-more a:hover::before {
	border-color: transparent transparent #2E3577 transparent;
}
.box-more a::after {
	width: 0;
	height: 0;
	top: 0;
	right: -10px;
	border-style: solid;
	border-width: 40px 10px 0 0;
	border-color: #df6e27 transparent transparent transparent;
}
.box-more a:hover::after {
	border-color: #2E3577 transparent transparent transparent;
}

/* box-header */

.box-header {
	margin: 0 0 20px;
}
.box-header.t-center {
	text-align: center;
}
.box-header h1 {
	font-size: 35px;
	font-weight: 700;
	font-style: italic;
	margin: 0;
}
.box-header h1 span {
	color: #DF6D27;
}

/* ######
   Carregamento personalizado
############ */

#preloader {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #DF6D27;
}
#preloader.disabled {
	display: none;
}
#preloader img {
	width: 90px;
	max-width: 50%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ######
   Página de login
############ */

.login {
	background: url(images/admin/bg.png) repeat left top;
}
.login h1 a {
	width: 150px;
	height: 100px;
	background: url(images/admin/login.png) no-repeat center center;
}
.login label {
	font-size: 12px;
}
.login input ,
.login input:hover ,
.login input:focus {
	outline: none;
	transition: .5s;
	box-shadow: none;
}

/* ######
   Cabeçalho
############ */

#header {
	padding: 10px 0 30px;
	background: #2E3577;
}

/* box-logo */

#header .box-logo {
	margin: 0;
	padding: 0 0 0 15px;
}
#header .box-logo img {
	width: 200px;
}

/* box-links */

#header .box-links {
	text-align: right;
	padding: 20px 0 0;
}
#header .box-links p {
	display: inline-block;
	margin: 0 0 0 25px;
}
#header .box-links a {
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
}
#header .box-links span {
	font-size: 18px;
}

/* ######
   Navegação
############ */

#nav {
	width: 100%;
	position: absolute;
	top: 85px;
	left: 0;
	z-index: 5;
	/*transition: .5s;*/
}
#nav.active {
	position: fixed;
	top: 0;
}

/* navbar */

#nav .navbar {
	display: block;
	width: calc(100% - 20px);
	height: 50px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #FFF;
}
#nav .navbar::before ,
#nav .navbar::after {
	content: '';
	display: block;
	position: absolute;
}
#nav .navbar::before {
	width: 0;
	height: 0;
	top: 0;
	left: -10px;
	border-style: solid;
	border-width: 0 0 50px 10px;
	border-color: transparent transparent #FFF transparent;
}
#nav .navbar::after {
	width: 0;
	height: 0;
	top: 0;
	right: -10px;
	border-style: solid;
	border-width: 50px 10px 0 0;
	border-color: #FFF transparent transparent transparent;
}

/* navbar-nav */

#nav .navbar-nav {
	text-align: center;
	display: block;
	width: 100%;
}
#nav .navbar-nav .nav-item {
	display: inline-block;
	margin: 0 15px;
}
#nav .navbar-nav .nav-link {
	color: #212121;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	height: 50px;
	padding: 0 5px;
	transition: .5s;
	border-bottom: solid 2px transparent;
}
#nav .navbar-nav .nav-link:hover ,
#nav .navbar-nav .current-menu-item .nav-link {
	color: #DF6D27;
	border-color: #DF6D27;
}

/* box-link */

#nav .box-link {
	width: calc(100% - 20px);
	margin: 0 auto;
	position: relative;
}
#nav .box-link::before ,
#nav .box-link::after {
	content: '';
	display: block;
	position: absolute;
	transition: .5s;
}
#nav .box-link::before {
	width: 0;
	height: 0;
	top: 0;
	left: -10px;
	border-style: solid;
	border-width: 0 0 50px 10px;
	border-color: transparent transparent #df6e27 transparent;
}
#nav .box-link:hover::before {
	border-color: transparent transparent #E6E6E6 transparent;
}
#nav .box-link::after {
	width: 0;
	height: 0;
	top: 0;
	right: -10px;
	border-style: solid;
	border-width: 50px 10px 0 0;
	border-color: #df6e27 transparent transparent transparent;
}
#nav .box-link:hover::after {
	border-color: #E6E6E6 transparent transparent transparent;
}
#nav .box-link a {
	color: #FFF;
	line-height: 50px;
	text-align: center;
	display: block;
	width: 100%;
	height: 50px;
	transition: .5s;
	background: #DF6D27;
}
#nav .box-link a:hover {
	color: #2E3577;
	background: #E6E6E6;
}

/* ######
   Rodapé
############ */

#footer {
	padding: 40px 0;
	background: #2E3577;
}

/* box-about */

#footer .box-about img {
	width: 200px;
	margin: 0 0 20px;
}
#footer .box-about p {
	color: #FFF;
	line-height: 20px;
	margin: 0 0 20px;
}

/* box-subtitle */

#footer .box-subtitle {
	margin: 0 0 20px;
}
#footer .box-subtitle h3 {
	color: #DF6D27;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

/* box-more */

#footer .box-more a:hover {
	color: #2E3577;
	background: #E6E6E6;
}
#footer .box-more a:hover::before {
	border-color: transparent transparent #E6E6E6 transparent;
}
#footer .box-more a:hover::after {
	border-color: #E6E6E6 transparent transparent transparent;
}

/* navbar-nav */

#footer .navbar-nav .nav-link {
	color: #FFF;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0;
	transition: .5s;
}
#footer .navbar-nav .nav-link:hover {
	color: #DF6D27;
}

/* box-list */

#footer .box-list p {
	line-height: 20px;
	margin: 0 0 10px;
}
#footer .box-list a {
	color: #FFF;
	transition: .5s;
}
#footer .box-list a:hover {
	color: #DF6D27;
}

/* box-links */

#footer .box-contact {
	margin: 0 0 30px;
}
#footer .box-contact p {
	line-height: 20px;
	margin: 0 0 10px;
}
#footer .box-contact a {
	color: #FFF;
	font-size: 14px;
	transition: .5s;
}
#footer .box-contact a:hover {
	color: #DF6D27;
}
#footer .box-contact span {
	font-size: 16px;
	margin: 0 5px 0 0;
}

/* social-case */

#footer .social-case a {
	color: #FFF;
	font-size: 20px;
	display: inline-block;
	margin: -30px 0 0;
	transition: .5s;
}
#footer .social-case a:hover {
	color: #DF6D27;
}

/* ######
   Direitos
############ */

#copyright {
	padding: 15px 0;
	background: #E6E6E6;
}

/* box-text */

#copyright .box-text p {
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	line-height: 20px;
	margin: 0;
}

/* box-dev */

#copyright .box-dev {
	text-align: right;
}
#copyright .box-dev p {
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	line-height: 20px;
	margin: 0;
}
#copyright .box-dev a {
	color: #DF6D27;
}

/* ######
   Social
############ */

#social {
	position: fixed;
	top: 25%;
	right: 0;
	z-index: 5;
}

/* box-link */

#social .box-link a {
	display: block;
	width: 200px;
	margin: 0 -150px 0 0;
	padding: 8px 10px 8px 55px;
	transition: .5s;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #45C355;
}
#social .box-link a:hover {
	margin: 0;
}
#social .box-link span {
	color: #FFF;
	font-size: 30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 5px;
	z-index: 1;
	transform: translateY(-50%);
}
#social .box-link p {
	color: #FFF;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	line-height: 20px;
	margin: 0;
}

/* ######
   Produtos
############ */

#product {
	padding: 50px 0;
	overflow: hidden;
	background: #E6E6E6;
}

/* box-text */

#product .box-text {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 30px;
}
#product .box-text p {
	line-height: 20px;
	margin: 0;
}

/* box-nav */

#product .box-nav {
	text-align: center;
	margin: 0 0 30px;
	border-top: solid 2px #CCC;
}
#product .box-nav button {
	color: #212121;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin: -2px 10px 0;
	padding: 10px 0 0;
	position: relative;
	transition: .5s;
	border: none;
	border-top: solid 2px transparent;
	background: transparent;
}
#product .box-nav button:hover ,
#product .box-nav button.active {
	color: #DF6D27;
}
#product .box-nav button::before {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
	background: #DF6D27;
}
#product .box-nav button:hover::before ,
#product .box-nav button.active::before {
	width: 100%;
}

/* sld_lproduct */

#product .sld_lproduct {
	transition: .5s;
}
#product .sld_lproduct.ocult {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}

/* sld_item */

#product .sld_item {
	padding: 0 15px;
}

/* box-item */

#product .box-item {
	text-align: center;
	max-width: 210px;
	margin: 0 auto;
	position: relative;
}
#product .box-item a {
	display: block;
}

/* item-image */

#product .item-image {
	position: relative;
	z-index: 1;
}
#product .item-image::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .5s;
	background: rgba(38, 38, 38, .5)
}
#product .box-item:hover .item-image::before {
	opacity: 0;
}
#product .item-image img {
	width: 100%;
}
#product .item-image h2 {
	color: #FFF;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	transition: .5s;
}
#product .box-item:hover .item-image h2 {
	opacity: 0;
}

/* item-info */

#product .item-info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: .5s;
	border-bottom: solid 4px #DF6D27;
	background: rgba(32, 38, 91, .85)
}
#product .box-item:hover .item-info  {
	opacity: 1;
}
#product .item-info a {
	color: #FFF;
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 15px;
}
#product .item-info div {
	width: 100%;
}
#product .item-info h2 {
	color: #DF6D27;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	margin: 0 0 10px;
}
#product .item-info p {
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	width: 100%;
}

/* slick-arrow */

#product .slick-arrow {
	font-size: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	transform: translateY(-50%);
	border-radius: 30px;
	border: none;
	background: #CCC url(images/icons/arrow-black.png) no-repeat left 10px center;
	background-size: auto 15px;
}
#product .slick-next {
	left: auto;
	right: -20px;
	transform: translateY(-50%) rotate(180deg);
}

/* ######
   Capa
############ */

#cover {
	height: 200px;
	padding: 70px 0 0;
	position: relative;
	background-size: cover;
	background-position: center center;
}
#cover::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(43, 43, 43, .4);
}

/* box-title */

#cover .box-title {
	text-align: center;
	position: relative;
	z-index: 2;
}
#cover .box-title h1 {
	color: #FFF;
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	line-height: 40px;
	margin: 0 0 5px;
}

/* box-nav */

#cover .box-nav {
	text-align: center;
	position: relative;
	z-index: 2;
}
#cover .box-nav p {
	color: #FFF;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
	margin: 0;
}
#cover .box-nav a {
	color: #FFF;
	font-weight: 400;
	transition: .5s;
}
#cover .box-nav a:hover {
	color: #DF6D27;
}
#cover .box-nav span {
	margin: 0 5px;
}

/* ######
   Complemento
############ */

#complementary {
	padding: 50px 0;
}

/* box-text */

#complementary .box-text {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 30px;
}
#complementary .box-text p {
	line-height: 20px;
	margin: 0;
}

/* ######
   Serviços
############ */

#service {
	padding: 50px 0;
	background: #E6E6E6;
}

/* box-text */

#service .box-text {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 50px;
}
#service .box-text p {
	line-height: 24px;
	margin: 0;
}

/* box-item */

#service .box-item a {
	color: #DF6D27;
	line-height: 50px;
	display: block;
	padding: 0 15px;
	width: 100%;
	height: 50px;
	transition: .5s;
	border: solid 2px #DF6D27;
	background: url(images/icons/link-orange.png) no-repeat right 15px center;
	background-size: auto 12px;
}
#service .box-item a:hover {
	color: #FFF;
	background-color: #DF6D27;
	background-image: url(images/icons/link-white.png);
}

/* ######
   Página inicial | Banner
############ */

.home #banner {
	margin: 0 0 -6px;
}

/* box-slide */

.home #banner .box-slide img {
	width: 100%;
}

/* slick-dots */

.home #banner .slick-dots {
	text-align: center;
	width: 90%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 25px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
}
.home #banner .slick-dots li {
	display: inline-block;
	margin: 0 10px;
}
.home #banner .slick-dots button {
	font-size: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	position: relative;
	border: none;
	background: #FFF;
}
.home #banner .slick-dots button::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: solid 2px #FFF;
}

/* ######
   Página inicial | Sobre
############ */

.home #about {
	padding: 50px 0;
}

/* box-header */

.home #about .box-header {
	margin: 0 0 20px;
}

/* box-text */

.home #about .box-text {
	margin: 0 0 30px;
}
.home #about .box-text p {
	line-height: 20px;
}

/* box-image */

.home #about .box-image {
	text-align: center;
	margin: 0;
}
.home #about .box-image img {
	width: 90%;
}

/* ######
   Página inicial | Parceiros
############ */

.home #partners {
	padding: 50px 0;
}

/* sld_item */

.home #partners .sld_item {
	text-align: center;
	padding: 0 10px;
}
.home #partners .sld_item img {
	display: inline-block;
	max-height: 75px;
}

/* ######
   Página formulário | Conteúdo
############ */

.page-form #content {
	padding: 50px 0;
}

/* box-text */

.page-form #content .box-text {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 30px;
}
.page-form #content .box-text p {
	line-height: 24px;
	margin: 0;
}

/* box-form */

.page-form #content .box-form {
	max-width: 900px;
	margin: 0 auto;
}
.page-form #content .box-form p {
	margin: 0;
}
.page-form #content .box-form br {
	display: none;
}
.page-form #content .box-form input ,
.page-form #content .box-form textarea {
	width: 100%;
	height: 40px;
	margin: 0 0 30px;
	padding: 0 15px;
	border: solid 1px #DDD;
}
.page-form #content .box-form textarea {
	height: 120px;
	margin: 0 0 25px;
	padding: 10px 15px;
}
.page-form #content .box-form .box-more {
	text-align: center;
}
.page-form #content .box-form button {
	color: #FFF;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	height: 40px;
	margin: 0 0 10px;
	padding: 0 40px;
	position: relative;
	transition: .5s;
	border: none;
	background: #DF6D27;
}
.page-form #content .box-form button:hover {
	background: #2E3577;
}
.page-form #content .box-form button::before ,
.page-form #content .box-form button::after {
	content: '';
	display: block;
	position: absolute;
	transition: .5s;
}
.page-form #content .box-form button::before {
	width: 0;
	height: 0;
	top: 0;
	left: -10px;
	border-style: solid;
	border-width: 0 0 40px 10px;
	border-color: transparent transparent #df6e27 transparent;
}
.page-form #content .box-form button:hover::before {
	border-color: transparent transparent #2E3577 transparent;
}
.page-form #content .box-form button::after {
	width: 0;
	height: 0;
	top: 0;
	right: -10px;
	border-style: solid;
	border-width: 40px 10px 0 0;
	border-color: #df6e27 transparent transparent transparent;
}
.page-form #content .box-form button:hover::after {
	border-color: #2E3577 transparent transparent transparent;
}

/* message */

.page-form #content span.wpcf7-not-valid-tip {
	font-size: 12px;
	margin: -28px 15px 10px;
}
.page-form #content div.wpcf7-response-output {
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
}

/* ######
   Página catálogo | Conteúdo
############ */

.page-catalogo #content {
	padding: 50px 0 0;
}

/* box-nav */

.page-catalogo #content .box-nav {
	text-align: center;
	margin: 0 0 30px;
	border-top: solid 2px #CCC;
}
.page-catalogo #content .box-nav button {
	color: #212121;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin: -2px 10px 0;
	padding: 10px 0 0;
	position: relative;
	transition: .5s;
	border: none;
	border-top: solid 2px transparent;
	background: transparent;
}
.page-catalogo #content .box-nav button:hover ,
.page-catalogo #content .box-nav button.active {
	color: #DF6D27;
}
.page-catalogo #content .box-nav button::before {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
	background: #DF6D27;
}
.page-catalogo #content .box-nav button:hover::before ,
.page-catalogo #content .box-nav button.active::before {
	width: 100%;
}

/* box-item */

.page-catalogo #content .box-item {
	text-align: center;
	margin: 0 0 50px;
}
.page-catalogo #content .box-item img {
	width: 230px;
}
.page-catalogo #content .box-item p {
	line-height: 20px;
	margin: 6px 0 10px;
}

/* ######
   Página sobre | Sobre
############ */

.page-sobre #about {
	padding: 50px 0;
}

/* box-header */

.page-sobre #about .box-header {
	margin: 0 0 20px;
}

/* box-text */

.page-sobre #about .box-text {
	margin: 0 0 30px;
}
.page-sobre #about .box-text p {
	line-height: 20px;
}

/* box-image */

.page-sobre #about .box-image {
	text-align: center;
	margin: 0;
}
.page-sobre #about .box-image img {
	width: 90%;
}

/* ######
   Página sobre | Conteúdo
############ */

.page-sobre #content {
	padding: 50px 0 0;
}

/* box-text */

.page-sobre #content .box-text {
	text-align: center;
	margin: 0 0 30px;
}
.page-sobre #content .box-text p {
	line-height: 24px;
	margin: 0;
}

/* box-slide */

.page-sobre #content .box-slide img {
	width: 100%;
}

/* slick-arrow */

.page-sobre #content .slick-arrow {
	font-size: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	transform: translateY(-50%);
	border-radius: 30px;
	border: none;
	background: #CCC url(images/icons/arrow-black.png) no-repeat left 10px center;
	background-size: auto 15px;
}
.page-sobre #content .slick-next {
	left: auto;
	right: -20px;
	transform: translateY(-50%) rotate(180deg);
}

/* ######
   Página produto | Conteúdo
############ */

.single-produto #content {
	padding: 50px 0;
}

/* box-nav */

.single-produto #content .box-nav {
	text-align: center;
	margin: 0 0 30px;
	border-top: solid 2px #CCC;
}
.single-produto #content .box-nav button {
	color: #212121;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin: -2px 10px 10px;
	padding: 10px 0 0;
	position: relative;
	transition: .5s;
	border: none;
	border-top: solid 2px transparent;
	background: transparent;
}
.single-produto #content .box-nav button:hover ,
.single-produto #content .box-nav button.active {
	color: #DF6D27;
}
.single-produto #content .box-nav button::before {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
	background: #DF6D27;
}
.single-produto #content .box-nav button:hover::before ,
.single-produto #content .box-nav button.active::before {
	width: 100%;
}

/* box-content */

.single-produto #content .box-contain {
	position: relative;
}
.single-produto #content .box-content {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}
.single-produto #content .box-content.active {
	position: relative;
	top: auto;
	left: auto;
	z-index: 1;
	opacity: 1;
}

/* box-text */

.single-produto #content .box-text {
	margin: 0 0 30px;
}
.single-produto #content .box-text h2 {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

/* box-slide */

.single-produto #content .box-slide img {
	width: 100%;
}

/* slick-arrow */

.single-produto #content .slick-arrow {
	font-size: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	transform: translateY(-50%);
	border-radius: 30px;
	border: none;
	background: #CCC url(images/icons/arrow-black.png) no-repeat left 10px center;
	background-size: auto 15px;
}
.single-produto #content .slick-next {
	left: auto;
	right: -20px;
	transform: translateY(-50%) rotate(180deg);
}

/* ######
   Página listagem de serviços | Conteúdo
############ */

.page-servicos #content {
	padding: 50px 0;
}

/* box-text */

.page-servicos #content .box-text {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 30px;
}
.page-servicos #content .box-text p {
	line-height: 24px;
	margin: 0;
}

/* box-item */

.page-servicos #content .box-item {
	margin: 0 0 30px;
	position: relative;
	overflow: hidden;
}

/* item-image */

.page-servicos #content .item-image img {
	width: 100%;
}
.page-servicos #content .item-image a {
	display: block;
}

/* item-info */

.page-servicos #content .item-info {
	padding: 8px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: .3s;
	border-left: solid 4px #DF6D27;
	background: rgba(255, 255, 255, .75)
}
.page-servicos #content .box-item:hover .item-info {
	opacity: 0;
}
.page-servicos #content .featured .item-info {
	align-items: center;
	display: flex;
	height: 100%;
}
.page-servicos #content .item-info a {
	color: #2E3577;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
	display: block;
}
.page-servicos #content .item-info p {
	margin: 0;
}
.page-servicos #content .featured .item-info p {
	font-size: 25px;
}

/* item-more */

.page-servicos #content .item-more {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -300px;
	left: 0;
	z-index: 3;
	transition: .5s;
	background: rgba(32, 38, 91, .75);
}
.page-servicos #content .box-item:hover .item-more {
	top: 0;
}
.page-servicos #content .item-more a {
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.page-servicos #content .item-more p {
	color: #DF6D27;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	width: 100%;
	margin: 0;
}
.page-servicos #content .item-more span {
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin: 0 0 10px;
	padding: 2px;
	border-radius: 50%;
	border: solid 2px #FFF;
}

/* ######
   Página serviços | Conteúdo
############ */

.single-servico #content {
	padding: 50px 0 0;
}

/* box-content */

.single-servico #content .box-content {
	margin: 0 0 50px;
}
.single-servico #content .box-content p {
	line-height: 20px;
	margin: 0 0 10px;
}

/* box-slide */

.single-servico #content .box-slide img {
	width: 100%;
}

/* slick-arrow */

.single-servico #content .slick-arrow {
	font-size: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	transform: translateY(-50%);
	border-radius: 30px;
	border: none;
	background: #CCC url(images/icons/arrow-black.png) no-repeat left 10px center;
	background-size: auto 15px;
}
.single-servico #content .slick-next {
	left: auto;
	right: -20px;
	transform: translateY(-50%) rotate(180deg);
}