/* SOLUÇÕES HOME */
.total-solucoes-home{
	padding-top: 122px;
	min-height: 777px;
	position: relative;
	background: #559a31; /* Old browsers */
	background: -webkit-linear-gradient(left, #559a31 0%, #57a131 5%, #61c132 20%, #64c132 20%, #62c333 21%, #66cc33 27%, #66ca33 74%, #569f32 96%, #559a31 100%, #272727 100%);
	background: -o-linear-gradient(left, #559a31 0%, #57a131 5%, #61c132 20%, #64c132 20%, #62c333 21%, #66cc33 27%, #66ca33 74%, #569f32 96%, #559a31 100%, #272727 100%);
	background: linear-gradient(to right, #559a31 0%, #57a131 5%, #61c132 20%, #64c132 20%, #62c333 21%, #66cc33 27%, #66ca33 74%, #569f32 96%, #559a31 100%, #272727 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#559a31', endColorstr='#272727',GradientType=1 ); /* IE6-9 */
}
.sombra-solucoes-home{
	width: 100%;
	height: 9px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../../imagens/sombra-solucoes.png') repeat;
}
.total-solucoes-home h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 36px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}
.total-solucoes-home h1 span{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 31px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 2px;
}
.total-solucoes-home .borda-titulo-branco{
	width: 43px;
	height: 4px;
	background: #FFFFFF;
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}
.total-solucoes-home .texto-titulo{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 300;
	margin-top: 18px;
}
.borda-solucoes-home-top,
.borda-solucoes-home-bottom{
	width: 100%;
	height: 2px;
	background: #83D35A;
	position: absolute;
}
.borda-solucoes-home-top{
	top: 13px;
}
.borda-solucoes-home-bottom{
	bottom: 13px;
}
.total-solucoes-consagradas{
	margin-top: 100px;
}
.total-campos-solucoes{
	padding-left: 41px;
	padding-right: 41px;
	margin-top: 73px;
	position: relative;
}
.contorno-campo-solucoes{
	float: left;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}
.foto-campo-solucoes{
	border: 1px solid #FFF;
	border-radius: 100px;
	border-radius: 100%;
	padding: 7px;
}
.campo-solucoes{
	padding-top: 4px;
}
.campo-solucoes img{
	display: block;
	width: 100%;
	border-radius: 100px;
	border-radius: 100%;
}
.titulo-campo-solucoes{
	width: 100%;
	text-align: center;
	color: #FFF;
	height: 48px;
	overflow: hidden;
	font-weight: 700;
	font-size: 20px;
	margin-top: 20px;
	text-transform: uppercase;
}
.btt-ver-solucao{
	height: 41px;
	line-height: 41px;
	display: table;
	margin: 0 auto;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 27px;
}
.flecha-prev,
.flecha-next{
	width: 21px;
	height: 35px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	cursor: pointer;
}
.flecha-prev{
	left: 0px;
	background: url('../../imagens/seta-prev.svg') center top no-repeat;
}
.flecha-next{
	right: 0px;
	background: url('../../imagens/seta-next.svg') center top no-repeat;
}
.swiper-container-solucoes {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    z-index: 1;
}
.swiper-button-disabled {
    opacity: 0.35;
}
.categoria-campo-solucoes{
	width: 52px;
	height: 52px;
	position: absolute;
	top: 0px;
	right: 20px;
}

/* PRODUTOS */
.total-produtos-home{
	padding-top: 127px;
	padding-bottom: 108px;
}
.total-produtos-home h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 36px;
	color: #444;
	width: 100%;
	text-align: center;
}
.total-produtos-home h1 span{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 31px;
	color: #444;
	display: block;
	margin-bottom: 2px;
}
.total-produtos-home .borda-titulo-verde{
	width: 43px;
	height: 4px;
	background: #66CC34;
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}
.total-produtos-home .texto-titulo{
	width: 100%;
	text-align: center;
	color: #444;
	font-size: 18px;
	font-weight: 300;
	margin-top: 18px;
}
.total-contorno-listagem-produtos{
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 71px;
}
.contorno-campo-produtos{
	width: 33.333%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 45px;
}
.campo-produto{
	width: 100%;
	position: relative;
}
.campo-produto img{
	display: block;
	width: 100%;
	border-radius: 5px;
}
.campo-produto:hover .hover-campo-produto,
.campo-produto:hover .btt-ver-produto{
	opacity: 10;
}
.titulo-campo-produto{
	font-size: 32px;
	color: #FFF;
	font-weight: 300;
	position: absolute;
	top: 27px;
	left: 0px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
.titulo-campo-produto span{
	font-weight: 900;
	display: block;
	margin-top: -5px;
	font-family: 'Raleway', sans-serif;
}
.hover-campo-produto{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 5px;
	opacity: 0;
	background: url('../../imagens/hover-produto.svg') repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btt-ver-produto{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 41px;
	margin-left: -76px;
	margin-top: -22.555px;
	line-height: 41px;
	padding-left: 25px;
	padding-right: 25px;
	opacity: 0;
}
.btt-ver-mais-produtos{
	display: table;
	padding-left: 19px;
	padding-right: 19px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	margin-top: 22px;
}

/* REPRESENTANTES AUTORIZADOS */
.total-representantes-autorizados{
	width: 100%;
	min-height: 1107px;
	padding-top: 123px;
	background: url('../../imagens/fundo-autorizados.jpg') center top no-repeat #010204;
}
.total-representantes-autorizados h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 36px;
	color: #68CC34;
	width: 100%;
	text-align: center;
}
.total-representantes-autorizados h1 span{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 31px;
	color: #68CC34;
	display: block;
	margin-bottom: 2px;
}
.total-representantes-autorizados .borda-titulo-verde{
	width: 43px;
	height: 4px;
	background: #66CC34;
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}
.total-representantes-autorizados .texto-titulo{
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	margin-top: 18px;
}
.total-contono-campos-representantes {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 80px;
}
.contorno-campo-representantes {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333%;
    margin: 0 auto;
}
.conteudo-campo-representantes {
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    padding-bottom: 63px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.foto-postagem-representantes img {
    width: 100%;
    display: block;
    border-radius: 5px 5px 0px 0px;
}
.contorno-informacoes-postagem-representantes {
    padding-right: 27px;
    padding-left: 27px;
    position: relative;
    padding-top: 52px;
}
.titulo-postagem-representantes {
    font-size: 26px;
    color: #444;
    font-weight: 900;
    height: 30px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
}
.categoria-postagem-representantes{
	color: #444;
	font-size: 18px;
	font-weight: 300;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 24px;
    font-family: 'Raleway', sans-serif;
}
.descricao-postagem-representantes {
    font-size: 14px;
    color: #525252;
    text-align: center;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 37px;
    height: 109px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
.btt-ler-mais-representantes {
    padding-left: 28px;
    padding-right: 28px;
    height: 46px;
    line-height: 46px;
    display: table;
    margin: 0 auto;
}