/*
Theme Name: Forte Proteções
Author: Lucas Leite
Author URI: 
Description:
Version: 1.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Helpers */
img {
	max-width: 100%;
	height: auto;
} /*Compatibilidade IE*/
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	max-width: 100%;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
}
p {
	font-family: 'PT Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans', sans-serif;
}
strong {
	font-weight: bold;
}

/* Suport */
span.roxo {
	color: #6e91ff;
}
a.botao-principal {
	display: table;
	border: 1px #cecece solid;
	color: #fff;
	padding: 10px 20px;
	padding-left: 70px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	transition-duration: 0.5s;
	background: #213575;
}
a.botao-principal:hover {
	background: #404040;
	text-decoration: none;
	color: #fff;
	border: 1px #213575 solid;
}
a.botao-principal i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 47px;
	height: 100%;
	border-right: 1px #cecece solid;
}
a.botao-principal i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

header {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
header .row {
	display: flex;
	align-items: center;
}

header .barra-topo {
	display: table;
	width: 100%;
	padding: 10px 0;
}
header .barra-topo h1 {
	float: left;
	font-size: 13px;
	line-height: 18px;
	color: #707580;
	margin: 0;
	padding: 8px 0;
}
header .barra-topo i {
	font-size: 18px;
	float: left;
	line-height: 18px;
}
header .barra-topo .right {
	float: right;
	display: table;
}
header .barra-topo .right a {
	display: table;
	float: left;
	color: #fff;
	line-height: 18px;
	font-size: 13px;
	padding: 8px;
}
header .barra-topo .right a:hover {
	text-decoration: none;
}
header .barra-topo .right .telefone {
	margin-right: 50px;
}
header .barra-topo .right .telefone i {
	margin-right: 5px;
}
header .barra-topo .right .whatsapp {
	background: #0F8A00;
	padding: 8px;
	font-weight: bold;
	padding-left: 48px;
	position: relative;
}
header .barra-topo .right .whatsapp i {
	background: #0d7100;
	width: 38px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
}
header .barra-topo .right .whatsapp i:before {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

header .principal {
	background: #fff;
	padding: 10px 0;
}

header .menu {
	position: relative;
}
header .menu .box {
	float: left;
	width: 100%;
	display: table;
	padding: 20px 0px;
}
header .menu .box p.endereco {
	display: table;
	width: 100%;
	border-bottom: 1px #dedede solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #6c6c6c;
}
header .menu .box p.endereco i {
	color: #ff8d00;
	margin-right: 5px;
}

header .menu .box nav {
	float: right;
	display: table;
}
header .menu ul {
	list-style: none;
	display: table;
	padding: 0px;
	margin: 0px;
	border-top: 1px #dedede solid;
	border-bottom: 1px #dedede solid;
}
header .menu ul li {
	float: left;
	margin-right: 1px;
	position: relative;
}
header .menu ul li a {
	font-size: 16px;
	color: #213574;
	text-transform: uppercase;
	padding: 15px 30px;
	display: block;
}
header .menu ul li:hover > a {
	background: #213575;
	text-decoration: none;
	color: #fff;
}

header .menu ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	width: 350px;
	background: #fff;
	box-shadow: 0 0 10px #0000002b;
}
header .menu ul li:hover ul {
	display: block;
}

header .menu ul li ul li {
	width: 100%;
	display: block;
}
header .menu ul li ul li a {
	font-size: 14px;
	padding: 10px 20px;
}

/* Slider */
#slider {
	position: relative;
	display: block;
}
#slider .owl-stage-outer {
	overflow: initial !important;
}

#slider .item {
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;

	object-fit: cover;
}
#slider .item img {
	display: block;
	width: 100%;
	max-height: 600px;
}
#slider .item .descricao {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
#slider .item .descricao h3 {
	font-size: 72px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
#slider .item .descricao p {
	font-size: 20px;
	color: #fff;
}

#slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	max-width: 100%;
	height: 0px;
}
#slider .owl-nav .owl-prev {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	width: 45px !important;
	height: 45px !important;
	background: url(img/prev-slider.png) center center no-repeat !important;
	text-indent: -9999px;
	margin-top: -23px;
}
#slider .owl-nav .owl-next {
	float: right;
	padding: 0px;
	margin: 0px;
	margin-right: 20px;
	width: 45px !important;
	height: 45px !important;
	background: url(img/next-slider.png) center center no-repeat !important;
	text-indent: -9999px;
	margin-top: -23px;
}

.link_pdf {
	display: block;
    margin-bottom: 10px;
    padding: 15px 20px;
    background: #a01005;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px;
}

.link_pdf:hover {
	color: #fff;
	background: #4859ad;
	text-decoration: none;
}

.link_pdf i {
	margin-right: 10px;
}

/* Produtos */
section.produtos {
	display: table;
	width: 100%;
}
section.produtos .container {
	position: relative;
	display: block;
}
section.produtos .box {
	background: #fff;
	display: table;
	width: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	padding: 0px 30px;
	box-shadow: 0 0 40px #00000024;
}
section.produtos .box .item {
	display: table;
	width: 180px;
	float: left;
	border-radius: 5px;
	height: 260px;
	position: relative;
	margin: -40px 0;
	cursor: pointer;
	transition-duration: 0.5s;
}
section.produtos .box .item:hover,
section.produtos .box .item.ativo {
	background: #fff;
	box-shadow: 0 0 40px #00000024;
}
section.produtos .box .item a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
section.produtos .box .item img {
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
section.produtos .box .item h3 {
	font-size: 16px;
	color: #2c3872;
	font-weight: bold;
	text-align: center;
}
section.produtos .box .item:after {
	content: '';
	width: 100%;
	height: 22px;
	background: url(https://www.forteprotecoes.com.br/wp-content/uploads/2020/06/icone-down.png)
		center center no-repeat;
	position: absolute;
	bottom: 40px;
	left: 0;
	opacity: 0;
	transition-duration: 0.5s;
}
section.produtos .box .item:hover:after,
section.produtos .box .item.ativo:after {
	opacity: 1;
	bottom: 30px;
}

section.conteudoProduto {
	padding-top: 160px;
	padding-bottom: 80px;
	background: url(https://www.forteprotecoes.com.br/wp-content/uploads/2020/06/bg-info-produto.jpg)
		center top no-repeat;
	display: table;
	width: 100%;
	position: relative;
}
section.conteudoProduto .row {
	align-items: center;
	padding: 10px;
}
section.conteudoProduto img {
	border: 10px #fff solid;
	box-shadow: 0 0 10px #00000024;
}
section.conteudoProduto h3 {
	color: #2c3872;
	font-size: 44px;
	font-weight: bold;
}
section.conteudoProduto p {
	color: #333333;
	font-size: 18px;
	border-left: 5px #bdbdbd solid;
	padding: 10px 0;
	padding-left: 30px;
	margin: 30px 0;
}

section.conteudoProduto .owl-nav {
	position: absolute;
	top: 50%;
	left: 0px;
	display: block !important;
	width: 100%;
	padding: 0px;
	margin: 0px;
	max-width: 100%;
	height: 0px;
}
section.conteudoProduto .owl-nav .owl-prev {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: -80px;
	width: 45px !important;
	height: 45px !important;
	background: url(img/prev-slider.png) center center no-repeat !important;
	text-indent: -9999px;
	margin-top: -23px;
}
section.conteudoProduto .owl-nav .owl-next {
	float: right;
	padding: 0px;
	margin: 0px;
	margin-right: -80px;
	width: 45px !important;
	height: 45px !important;
	background: url(img/next-slider.png) center center no-repeat !important;
	text-indent: -9999px;
	margin-top: -23px;
}

/* Produtos Interna */
section.produtos.internas {
	background: #f2f2f2;
	display: table;
	width: 100%;
	border-top: 1px #dedede solid;
}
section.produtos.internas .box {
	position: static;
	transform: none;
	background: transparent;
	box-shadow: none;
	padding: 0;
}
section.produtos.internas .box .item {
	margin: 0;
	width: 185px;
	height: 185px;
	border-radius: 0;
	padding: 20px 0;
}
section.produtos.internas .box .item img {
	max-width: 90px;
	filter: grayscale(1);
}
section.produtos.internas .box .item:hover img {
	filter: none;
}
section.produtos.internas .box .item h3 {
	padding: 0 15px;
}
section.produtos.internas .box .item:before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	display: block;
	width: 100%;
	height: 31px;
	background: url(https://www.forteprotecoes.com.br/wp-content/uploads/2020/06/after-menu-produtos.png)
		bottom center no-repeat;
	opacity: 0;
}
section.produtos.internas .box .item:hover:before {
	opacity: 1;
}
section.produtos.internas .box .item:hover:after {
	bottom: 0;
}

/* Quem somos */
section.quem-somos {
	background: url(https://www.forteprotecoes.com.br/wp-content/uploads/2020/06/bg-quem-somos.jpg)
		center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	display: table;
	width: 100%;
	box-shadow: 0 0 40px #00000052;
	border-top: 1px #dedede solid;
}

section.quem-somos .container {
	position: relative;
	padding: 140px 15px;
}

.formularioProdutos .flutua {
	outline: none !important;
	border: none !important;
}

section.quem-somos .centro {
	align-items: center;
}

section.quem-somos .flutua {
	outline: #283b79 solid 5px;
	border: 5px solid transparent;
	margin-bottom: 10px;
	max-height: 670px;
	margin: auto;
	display: block;
}

section.quem-somos.formularioProdutos .flutua2 {
	position: absolute;
	right: 52%;
	bottom: 0;
}

section.quem-somos h3 {
	font-size: 72px;
	color: #213575;
	font-weight: bold;
}
section.quem-somos h4 {
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	border-left: 5px #bdbdbd solid;
	padding: 10px 0;
	padding-left: 30px;
	margin: 30px 0;
}
section.quem-somos p {
	font-size: 16px;
	color: #545454;
	line-height: 24px;
}
section.quem-somos p:not(:last-child) {
	margin-bottom: 30px;
}

/* Vantagens */
section.vantagens {
	background: url(https://www.forteprotecoes.com.br/wp-content/uploads/2020/06/bg-vantagens.jpg)
		bottom center no-repeat;
	background-attachment: fixed;
	padding: 120px 0;
	display: table;
	width: 100%;
}
section.vantagens .title {
	display: table;
	margin: auto;
	padding: 0 30px;
	border-bottom: 1px #dedede solid;
	text-align: center;
	margin-bottom: 60px;
}
section.vantagens .title h3 {
	font-size: 72px;
	color: #213575;
	font-weight: bold;
}
section.vantagens .title p {
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
}
section.vantagens .title p:after {
	content: '';
	display: block;
	width: 90px;
	height: 6px;
	margin: auto;
	margin-bottom: -3px;
	margin-top: 30px;
	background: #2c3872;
}

section.vantagens .row {
	align-items: center;
}
section.vantagens .item {
	display: table;
	width: 100%;
	padding: 60px 0;
	padding-right: 180px;
	position: relative;
	text-align: right;
}
section.vantagens .item h4 {
	font-size: 20px;
	font-weight: bold;
	color: #2c3872;
}
section.vantagens .item p {
	margin: 0;
}
section.vantagens .item .icone {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}
section.vantagens .item .icone img {
	position: relative;
	z-index: 1;
}
section.vantagens .item .icone:before {
	background: #3f3f3f;
	content: '';
	width: 105px;
	height: 105px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

section.vantagens .right .item {
	padding: 60px 0;
	padding-left: 180px;
	text-align: left;
}
section.vantagens .right .item .icone {
	right: auto;
	left: 50px;
}

/* Internas */
section.titulo-pagina {
	padding: 95px 0px;
	/* padding-top: 465px; */
	background: url(https://www.forteprotecoes.com.br/wp-content/uploads/2020/06/slider-2-forte-protecoes-sanfonadas.jpg)
		top center no-repeat #213575;
	background-size: cover;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 40px #00000024;
}
.single-produtos section.titulo-pagina {
	padding-bottom: 190px;
}
section.titulo-pagina .container {
	position: relative;
	z-index: 10;
	text-align: center;
}
section.titulo-pagina .container h1 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	max-width: 550px;
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
}
section.titulo-pagina .container p {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 0px;
}

section.titulo-pagina.sem-icone .container {
	padding-left: 15px;
}
section.pagina-interna {
	padding: 70px 0px;
	display: table;
	width: 100%;
}

section.interna {
	padding: 70px 0;
}

/* Quem somos */
section.quem-somos-interna blockquote {
	text-align: center;
	padding: 30px;
	box-shadow: 0 0 40px #00000024;
	margin-bottom: 60px;
}
section.quem-somos-interna blockquote h3 {
	font-size: 45px;
	font-weight: bold;
	color: #2c3874;
}
section.quem-somos-interna blockquote p {
	font-size: 24px;
	line-height: 30px;
}
section.quem-somos-interna .cardValores h3 {
	text-align: center;
}
section.quem-somos-interna .cardValores ul {
	text-align: center;
	list-style: none;
	padding: 0;
}
section.quem-somos-interna .cardValores {
	margin-top: 60px;
	height: 100%;
	min-height: 275px;
}
section.quem-somos-interna .cardValores p {
	margin-bottom: 0;
	line-height: normal;
	font-size: 18px;
}

section.quem-somos-interna .row {
	align-items: center;
}
section.quem-somos-interna p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
}
section.quem-somos-interna .missao {
	margin-bottom: 0;
}
section.quem-somos-interna img {
	box-shadow: 0 0 30px #00000024;
	width: 100%;
	border: 10px #fff solid;
}

/* Produtos */
section.fotosProduto {
	padding-bottom: 140px;
	background: url(https://www.forteprotecoes.com.br/wp-content/uploads/2020/06/bg-vantagens.jpg)
		bottom center no-repeat;
	background-attachment: fixed;
}
section.fotosProduto .principal {
	margin-bottom: 60px;
	position: relative;
}
section.fotosProduto .principal a.foto {
	border: 10px #fff solid;
	margin-top: -120px;
	display: block;
	position: relative;
	z-index: 10;
	box-shadow: 0 0 40px #00000024;
}
section.fotosProduto .principal .openVideo {
	border: 1px #dedede solid;
	border-radius: 50px;
	background: #fff;
	padding: 25px 35px;
	padding-left: 85px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 11;
	color: #213575;
	font-weight: bold;
	cursor: pointer;
	min-width: 220px;
}
section.fotosProduto .principal .openVideo:before {
	content: '';
	width: 62px;
	height: 62px;
	display: block;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
	background: url(https://www.forteprotecoes.com.br/wp-content/uploads/2020/06/icone-youtube.png)
		left center no-repeat;
	cursor: pointer;
}
section.fotosProduto .foto {
	border: 5px #fff solid;
	display: block;
	position: relative;
	z-index: 10;
	box-shadow: 0 0 10px #00000024;
}

section.fotosProduto a[rel='wp-video-lightbox'] {
	display: table;
	margin: auto;
	margin-top: 30px;
	position: relative;
	z-index: 10;
	border-radius: 45px;
}

div.descricaoProduto { 
	font-size: 16px;
    line-height: 28px;
    margin: 30px 0;
}

.formularioProdutos .container {
	padding: 100px 15px !important;
}
.formularioProdutos .wpcf7-form-control-wrap {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.formularioProdutos input[type='text'],
.formularioProdutos textarea {
	background: #fff;
	color: #333;
	text-transform: uppercase;
	padding: 15px;
	border: 1px #dedede solid;
	border-radius: 5px;
	width: 100%;
}
.formularioProdutos textarea {
	height: 130px;
}
.formularioProdutos input[type='submit'] {
	display: table;
	float: right;
	text-transform: uppercase;
	border: 0px;
	padding: 15px 30px;
	background: #333;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
}
.formularioProdutos input[type='submit']:hover {
	background: #2c3874;
}

/* Contato */
section.contato.interna {
	border-bottom: 1px #dedede solid;
	padding-top: 90px;
}

section.contato .formulario {
	padding-bottom: 50px;
}
section.contato .formulario h3 {
	color: #2c3874;
	font-weight: bold;
	font-size: 36px;
}
section.contato .formulario p {
	font-size: 18px;
}
section.contato .formulario br {
	display: none;
}
section.contato .formulario label {
	display: block;
	text-transform: uppercase;
}
section.contato .formulario .wpcf7-form-control-wrap {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
section.contato .formulario input[type='text'],
section.contato .formulario textarea {
	border: 1px #ccc solid;
	padding: 15px 15px;
	color: #000;
	background: #fff;
	width: 100%;
	font-size: 18px;
	border-radius: 5px;
}
section.contato .formulario textarea {
	height: 130px;
}
section.contato .formulario input[type='file'] {
	border: 1px #ccc solid;
	padding: 12px 15px;
	color: #000;
	background: #fff;
	width: 100%;
	font-size: 18px;
	border-radius: 5px;
}
section.contato .formulario select {
	border: 1px #dedede solid;
	padding: 12px 15px;
	margin-bottom: 20px;
	color: #000;
	background: #fff;
	width: 100%;
	font-size: 18px;
	height: 180px;
	outline: none;
}
section.contato .formulario input[type='submit'] {
	display: table;
	float: right;
	margin-top: 15px;
	color: #000;
	text-transform: uppercase;
	border: 0px;
	padding: 15px 30px;
	background: #2c3874;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
}
section.contato .formulario input[type='submit']:hover {
	background: #313131;
}

section.contato .trabalhe-conosco .box {
	padding: 20px;
	box-shadow: 0px 0px 40px #0000001f;
	border-top: 5px #dedede solid;
	margin-top: -140px;
	position: relative;
	z-index: 10;
	background: #fff;
}
section.contato .trabalhe-conosco a {
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
	line-height: 24px;
}
section.contato .trabalhe-conosco a i {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #2c3874;
	font-size: 18px;
	line-height: 24px;
}
section.contato .trabalhe-conosco a span {
	display: block;
	font-weight: normal;
}

/* Offgrid */
.aplicacoesOffgrid {
	padding: 70px 40px;
	border-top: 1px #dedede solid;
	margin-top: 30px;
}

/* Projetos */
.galeria {
	padding: 40px;
	background: #fff;
	margin-top: -40px;
	position: relative;
	z-index: 11;
	display: table;
	width: 100%;
	box-shadow: 0px 9px 10px #00000024;
	margin-bottom: 70px;
}
.galeria .box {
	position: relative;
	display: block;
	width: 100%;
	position: relative;
	background: #000;
	overflow: hidden;
	width: 33.3%;
	float: left;
	height: 290px;
}
.galeria .box a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.galeria .box img {
	display: block;
	width: initial;
	max-width: initial;
	opacity: 0.9;
	transition-duration: 0.5s;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.galeria .box:hover img {
	transform: translate(-50%, -50%) scale(1.1);
	opacity: 0.5;
}

/* Modal */
div.modal br {
	display: none;
}
div.modal label {
	display: block;
	text-transform: uppercase;
}
div.modal .wpcf7-form-control-wrap {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
div.modal input[type='text'],
div.modal textarea {
	border: 1px #ccc solid;
	padding: 15px 15px;
	color: #000;
	background: #fff;
	width: 100%;
	font-size: 18px;
	border-radius: 5px;
}
div.modal textarea {
	height: 130px;
}
div.modal input[type='file'] {
	border: 1px #ccc solid;
	padding: 12px 15px;
	color: #000;
	background: #fff;
	width: 100%;
	font-size: 18px;
	border-radius: 5px;
}
div.modal select {
	border: 1px #dedede solid;
	padding: 12px 15px;
	color: #000;
	background: #fff;
	border-left: 3px #000 solid;
	width: 100%;
	font-size: 18px;
}
div.modal input[type='submit'] {
	display: table;
	float: right;
	margin-top: 15px;
	color: #000;
	text-transform: uppercase;
	border: 0px;
	padding: 15px 30px;
	background: #ff8d00;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
}
div.modal input[type='submit']:hover {
	background: #009735;
}

/* Footer */
footer {
	background: url(https://www.forteprotecoes.com.br/wp-content/uploads/2020/06/bg-footer.jpg)
		bottom no-repeat no-repeat #2c3872;
	background-attachment: fixed;
}
footer .container {
	position: relative;
	padding-top: 50px;
}

footer h3 {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

footer div.sobre {
	padding-top: 30px;
}
footer .sobre img {
	margin-bottom: 20px;
}
footer .sobre p {
	color: #fff;
	margin-bottom: 20px;
	font-size: 15px;
}
footer .sobre p strong {
	color: #fff;
}
footer .sobre ul {
	display: table;
	width: 100%;
}
footer .sobre ul li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	color: #939393;
	border-left: 1px #dedede solid;
}
footer .sobre ul li:first-child {
	border: 0px;
	padding-left: 0px;
}

footer .menu h3 {
	font-size: 24px;
}
footer div.menu {
	padding-top: 30px;
}
footer .menu ul {
	display: table;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .menu ul li {
	width: 50%;
	float: left;
}
footer .menu ul li a {
	font-size: 15px;
	transition: all 0.5s;
	color: #fff;
	line-height: 30px;
	display: block;
	padding-left: 20px;
	background: url(https://www.forteprotecoes.com.br/wp-content/uploads/2020/06/seta-rodape.png)
		left 2px no-repeat;
	line-height: 18px;
	margin-bottom: 20px;
}
footer .menu ul li a:hover {
	background: url(https://www.forteprotecoes.com.br/wp-content/uploads/2020/06/seta-rodape.png)
		5px 2px no-repeat;
	transition: all 0.5s;
}

footer .acoes {
	display: table;
	width: 100%;
	border-top: 1px #424c80 solid;
	border-bottom: 1px #424c80 solid;
	padding: 20px 0;
	margin-top: 30px;
}

footer .right {
	float: right;
	display: table;
	padding: 10px 0;
}
footer .right a {
	display: table;
	float: left;
	color: #fff;
	line-height: 18px;
	font-size: 13px;
	padding: 8px;
}
footer .right a:hover {
	text-decoration: none;
}
footer .right .telefone {
	margin-right: 50px;
}
footer .right .telefone i {
	margin-right: 5px;
}
footer .right .whatsapp {
	background: #0F8A00;
	padding: 8px;
	font-weight: bold;
	padding-left: 48px;
	position: relative;
}
footer .right .whatsapp i {
	background: #0d7100;
	width: 38px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
}
footer .right .whatsapp i:before {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

footer div.social {
	display: table;
	float: left;
}
footer div.social .left {
	float: left;
	margin: 11px 0px;
}
footer div.social ul {
	display: table;
	float: left;
	margin: 14px 0px;
	padding: 0;
}
footer div.social ul li {
	display: table;
	float: left;
	margin-right: 10px;
}
footer div.social ul li a {
	display: block;
	opacity: 0.5;
}
footer div.social ul li a:hover {
	opacity: 1;
}

footer div.right a.contato {
	display: table;
	color: #fff;
	background: #3c8e64;
	padding: 8px 30px;
	border-radius: 50px;
	font-weight: bold;
	position: relative;
	font-size: 14px;
	float: right;
	margin: 7px 0;
	margin-left: 30px;
	text-transform: uppercase;
}
footer div.right a.contato:hover {
	background: #008441;
}
footer div.right a.contato i {
	font-size: 16px;
	margin-right: 5px;
}
footer div.right a.contato i:before {
	margin-left: 3px;
}

footer div.social .right {
	float: right;
}
footer div.social .right .selo {
	float: left;
	margin-right: 30px;
}

footer .copyright {
	display: table;
	width: 100%;
	padding: 30px 0px;
}
footer .copyright p {
	color: #fff;
	font-size: 13px;
	float: left;
}
footer .copyright a {
	color: #fff;
	font-size: 13px;
	float: right;
}

.box-conversao {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: table;
	padding: 15px;
	border-radius: 5px;
	background: #fff;
	z-index: 99999;
	border: 1px #f5f5f5 solid;
	box-shadow: 0px 0px 15px #00000026;
}
.box-conversao a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.box-conversao i.fa-times-circle {
	position: absolute;
	top: -10px;
	left: -10px;
	color: #ccc;
	font-size: 20px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.box-conversao h3 {
	font-size: 24px;
	color: #2c3872;
	font-weight: bold;
	margin-bottom: 5px;
}
.box-conversao p {
	margin-bottom: 10px;
}
.box-conversao span.btn {
	width: 100%;
	display: block;
	color: #fff;
	background: #009735;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 5px 30px;
}

.grecaptcha-badge {
	display: none;
}
.page-id-13 .grecaptcha-badge {
	display: block !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	outline: none !important;
}

/* Modal */

/* Responsivo */

@media all and (max-width: 1200px) {
	header .menu ul li a,
	footer .menu ul li a {
		padding: 10px 20px;
	}

	header .servicos .item a,
	footer .servicos .item a {
		padding: 20px;
	}

	#slider .item .container .box {
		top: 0px;
		bottom: 0px;
		margin: auto;
	}
	#slider .item .flutuante {
		max-width: 27%;
		right: 0px;
	}

	section.servicos .col-md-6 {
		padding: 0 15px;
	}
	section.servicos .col-md-6 .box {
		box-shadow: none;
		border: 1px #dedede solid;
	}

	#slider {
		overflow: hidden;
	}
	#slider .item .flutuante {
		display: none;
	}

	section.produtos .box .item {
		max-width: 150px;
		height: 220px;
	}
	section.produtos .box .item img {
		max-width: 80%;
	}
	section.produtos .box .item h3 {
		font-size: 12px;
	}

	#slider .item .descricao h3 {
		font-size: 36px;
	}
	#slider .item .descricao p {
		font-size: 16px;
	}
}

@media all and (max-width: 992px) {
	#responsive-menu-container li.responsive-menu-item,
	#responsive-menu-container li.responsive-menu-item:focus {
		outline: none !important;
	}

	header {
		position: static;
	}
	header .barra-topo {
		background: #213575;
	}

	button#responsive-menu-button {
		border-radius: 5px;
		float: right;
		right: 0;
		top: 0;
	}

	header .menu .box nav,
	footer .menu .box nav,
	header .barra-topo h1 {
		display: none;
	}

	header .menu .box .telefones {
		margin-left: 0px;
		margin-right: 30px;
	}

	header .menu .box {
		float: right !important;
		width: 100%;
		display: flex !important;
		padding: 20px 0px;
		align-items: center;
		justify-content: end;
	}

	header .servicos,
	footer .servicos {
		padding: 10px 0px;
	}
	header .servicos .item a,
	footer .servicos .item a {
		padding: 10px;
	}
	header .servicos .item a img,
	footer .servicos .item a img {
		width: 35px;
	}
	header .servicos .item a p,
	footer .servicos .item a p {
		font-size: 10px;
	}

	#slider .item .container .box {
		width: 80%;
		display: table;
	}
	#slider .item .container .box h3 {
		font-size: 18px;
		line-height: 18px;
	}
	#slider .item .container .box p,
	#slider .item .container .box p strong {
		font-size: 13px;
		line-height: 14px;
	}
	#slider .item .container .box p:before,
	#slider .item .container .box p:after {
		display: none;
	}

	section.servicos {
		background-position: 40% center;
	}
	section.servicos .owl-nav {
		right: 0px;
	}
	section.servicos .row {
		display: block;
	}
	section.servicos .col-md-6 {
		padding: 0 16px;
		width: 100%;
		max-width: 100%;
	}

	section.ct {
		margin-bottom: 60px;
	}
	section.ct h3,
	section.youtube .title h3 {
		font-size: 14px;
		padding-left: 80px;
		background-size: 50px;
	}
	section.ct h3 strong,
	section.youtube .title h3 strong {
		font-size: 36px;
		line-height: 36px;
	}

	section.youtube .lista .thumb {
		height: 100px;
	}

	section.produtos .box {
		position: static;
		transform: none;
	}
	section.produtos .box .item {
		margin: 0;
		max-width: 50%;
		width: 50%;
		box-shadow: none !important;
		height: 180px;
	}

	section.conteudoProduto,
	section.produtos .box .item:after {
		display: none !important;
	}

	section.produtos.internas .box .item {
		width: 115px;
	}

	section.titulo-pagina {
		padding-top: 90px;
	}

	.single-produtos section.titulo-pagina { 
		padding-bottom: 180px;
	}
}

@media all and (max-width: 768px) {
	header .barra-topo .right .telefone {
		margin-right: 25px;
	}

	header .barra-topo .right .social,
	.box-conversao,
	section.ct .imagem img,
	section.passos hr {
		display: none !important;
	}

	header .principal {
		padding: 15px 0px;
	}

	header .principal .menu {
		padding-left: 0px;
	}

	header .barra-topo .right p {
		font-size: 12px;
		line-height: 24px;
	}

	header .menu .box .telefones a,
	footer .menu .box .telefones a {
		display: block;
		width: 100%;
		float: none;
		font-size: 10px;
	}
	header .menu .box .telefones a:first-child,
	footer .menu .box .telefones a:first-child {
		margin-bottom: 5px;
	}

	header .menu .box {
		float: right !important;
		width: 100%;
		display: flex !important;
		padding: 20px 0px;
		align-items: center;
		justify-content: end;
	}

	header .servicos .item,
	footer .servicos .item {
		width: 25%;
	}
	section.servicos {
		background: #f5f5f5;
	}

	section.ct {
		padding: 30px;
		background: #fff;
	}
	section.ct h3 {
		margin-bottom: 15px;
	}
	section.ct p {
		margin-bottom: 15px;
	}

	section.youtube {
		padding-bottom: 20px;
	}
	section.youtube .lista h3 {
		margin-bottom: 30px;
	}
	section.youtube .lista .thumb {
		height: 200px;
	}

	section.passos {
		padding: 40px 0px;
	}
	section.passos .col-md-4:not(:last-child) .box {
		margin-bottom: 40px;
	}

	section.titulo-pagina .container h1 {
		font-size: 34px;
		line-height: 34px;
	}
	section.titulo-pagina .container p {
		font-size: 14px;
		line-height: 14px;
	}

	section.servicos .col-md-6 {
		flex: initial;
	}

	section.servico .principal img {
		margin-top: 30px;
	}

	section.pagina-interna {
		padding: 30px 0px;
	}

	section.quem-somos .principal {
		margin-top: 0px;
	}
	#gallery-1 .gallery-item {
		width: 20% !important;
	}

	section.box-ct .box {
		padding: 20px;
		display: block;
	}
	section.box-ct .box img {
		position: static;
		width: 100%;
		margin-bottom: 20px;
	}

	#slider .item .descricao h3 {
		font-size: 18px;
	}
	#slider .item .descricao p {
		font-size: 12px;
	}

	section.produtos .box {
		padding: 10px;
	}

	section.quem-somos {
		background-position: right center;
	}
	section.quem-somos .container {
		padding: 60px 15px;
	}
	section.vantagens .title h3 {
		font-size: 48px;
	}
	section.quem-somos .flutua {
		margin-bottom: 30px;
	}
	section.quem-somos h3 {
		font-size: 42px;
	}

	footer .menu ul li {
		width: 100%;
	}
	footer .menu ul li a {
		background-position: left 12px;
	}
	footer div.social {
		float: none;
		margin: auto;
	}
	footer .right {
		display: table;
		float: none;
		margin: auto;
	}
	footer .right .telefone {
		text-align: center;
		width: 100%;
		margin-right: 0;
	}
	footer .right .whatsapp {
		float: none;
		margin: 10px auto;
	}

	section.produtos.internas,
	section.quem-somos.formularioProdutos .flutua2 {
		display: none;
	}

	section.quem-somos-interna iframe {
		margin-bottom: 30px;
	}

	section.contato .trabalhe-conosco .box {
		margin-top: 0;
	}

	.links-fixo {
		display: table !important;
		position: fixed;
		bottom: 0px;
		left: 0px;
		display: table;
		width: 100%;
		z-index: 99999;
		background: #fff;
		padding: 10px;
		box-shadow: 0px 0px 20px #00000038;
	}
	.links-fixo a {
		padding: 10px;
		font-size: 14px;
		color: #fff;
		display: block;
		text-align: center;
		margin-bottom: 10px;
		background: #2c3874;
		border-radius: 10px;
		border-bottom: 4px #ffffff solid;
		font-weight: bold;
		margin: 0px;
	}
	.links-fixo a i {
		margin-right: 10px;
		font-size: 35px;
		margin: auto;
	}
	.links-fixo p {
		display: none;
	}
	.links-fixo .formulario a {
		background: #2c3874;
		border-color: #fff;
	}
	.pp_expand {
		display: none !important;
	}

	.galeriaFotos {
		width: 100% !important;
		display: table !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.galeriaFotos .col {
		max-width: 100% !important;
		margin-bottom: 15px;
	}

	.telefone-mobile {
		display: table !important;
	}
}

@media all and (max-width: 576px) {
	#slider .item .container .box {
		padding: 5px 30px;
	}

	section.servicos {
		padding: 30px 0px;
	}
	section.servicos h3 strong {
		font-size: 42px;
	}
	section.servicos #modaOwl {
		padding-top: 50px;
	}
	section.servicos .owl-nav {
		margin-top: 0px;
	}

	footer .copyright p {
		float: none;
		text-align: center;
	}
	footer .copyright a {
		display: table;
		margin: 20px auto;
		float: none;
	}
}

@media all and (max-width: 360px) {
	header .menu .box .telefones {
		margin-right: 15px;
	}
	header .servicos .item a,
	footer .servicos .item a {
		padding: 5px;
		line-height: 12px;
	}
}

a[rel~='wp-video-lightbox'] {
	text-align: center;
	background: white;
}

.pp_pic_holder,
.pp_content,
.pp_gallery {
	max-width: 100% !important;
}

/* Telefone Mobile */
.telefone-mobile {
	display: none;
	padding: 5px 0px;
	background: #fff;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 9999999;
}
.telefone-mobile .col-4 {
	padding: 0 2px !important;
	position: relative;
}
.telefone-mobile i {
	position: absolute;
	display: table;
	width: 100%;
	top: 10px;
	left: 0;
}
.telefone-mobile i:before {
	font-size: 30px;
	color: #fff;
	display: table;
	margin: 0 auto;
}
.telefone-mobile a {
	padding: 40px 0px 5px 0px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #2a559f;
	border-radius: 10px;
	font-size: 10px;
	text-transform: uppercase;
	border: 1px #0e1d3b solid;
	border-bottom: 4px #0e1d3b solid;
}
.telefone-mobile .telefone a {
	background: #3d3d3d;
	border-color: #000;
}
.telefone-mobile .whatsapp a {
	background: #1C8500;
	border-color: #000;
}
