/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Reset----------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.container {
    max-width: 1370px;
}

.np {
    margin: 0 !important;
}
.np>div {
    padding: 0 !important;
}

a {
	color: unset;
}
a:hover {
	color: unset;
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p {
 	margin: 0;
}

body {
	font-family: 'Ropa Sans', sans-serif;;
}

img {
    max-width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Linhas----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.linha-vertical-1 {
	width: 2px;
    background: #848688;
    margin: 20px -1px;
}
.linha-horizontal-1 {
    height: 6px;
    background: #848688;
    margin-top: 8px;
}
.linha-horizontal-2 {
    max-width: 360px;
    margin: auto;
    height: 6px;
    background: #848688;
    margin-top: 8px;
    margin-bottom: 20px;
}
.linha-horizontal-3 {
    height: 6px;
    background: #848688;
    margin-bottom: 8px;
}

.linha-horizontal-4 {
    max-width: 360px;
    margin: auto;
    height: 6px;
    background: #848688;
    margin-top: 8px;
}
.linha-horizontal-5 {
    max-width: 100px;
    margin: auto;
    height: 2px;
    background: #848688;
    margin-top: 2px;
    margin-bottom: 5px;
}
.linha-footer {
    height: 3px;
    background: #1862a3;
    margin-top: 4px;
}
.linha-ttl-sup {
    height: 6px;
    background: #1862a3;
}
.linha-inf {
    height: 1px;
    display: block;
    background: #fff;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Botões----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.botao1 {
    width: 100%;
    display: block;
    padding: 14px;
    text-align: center;
    margin: 10px 0;
}
.botao1 span {
	display: block;
    line-height: 0;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 4px;
}
.btn-cinza {
    color: #fff;
    background: #848688;
}
.btn-cinza i {
	margin-right: 5px;
}


.botao-2 {
    text-align: center;
    margin-top: 30px;
}
.botao-2 a {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 20px;
    background: #606062;
    color: #fff;
    width: 100%;
    display: block;
}

.botao-3 {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 800;
}
.botao-3 a {
    display: block;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #1862a3;
    line-height: 1.2;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Titulos----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*ttl1*/
.ttl-1-bg {
	background: url(/img/ttl-bg.jpg);
    background-position: center;
    margin-top: 15px;
}
.ttl-1-bg h2 {
    color: #1862a3;
    margin-bottom: 0;
    margin: 16px 0;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 600;
}

.ttl-1-bg h3 {
    color: #1862a3;
    margin-bottom: 0;
    margin: 16px 0;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
}

/*ttl2*/
.ttl-sup .box-sup {
    background: #e6e6e6;
    padding-top: 15px;
    padding-bottom: 3px;
}
.ttl-sup .box-inf {
	background: #1862a3;
    text-align: center;
    color: #fff;
    border-bottom: solid 5px #e6e6e6;
}
.ttl-sup .box-inf h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 5px;
    
}

/*ttl3*/
.ttl-sup-solucao .box-sup {
    background: #e6e6e6;
    padding-top: 15px;
    padding-bottom: 3px;
}
.ttl-sup-solucao .box-inf {
	background: #1862a3;
    text-align: center;
    color: #fff;
    border-bottom: solid 20px #e6e6e6;
}
.ttl-sup-solucao .box-inf h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 5px;
}
.ttl-sup-solucao .nome {
    width: 36%;
    min-width: 220px;
    margin-left: auto;
    padding: 0 10px;
    margin-top: -15px;
    border-style: solid;
    border-color: #1862a3 #fff0;
    border-width: 36px 0px 0px 36px;
}
.ttl-sup-solucao .nome h2 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: -36px;
}

/*ttl4*/
.ttl-color-blue {
    text-align: center;
    background: #1862a3;
    padding: 5px;
}
.ttl-color-blue h2 {
	margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    margin-top: 2px;
}

/*ttl5*/
.ttl-5 {
	width: fit-content;
	margin-bottom: 20px;
    border-bottom: solid 3px #1862a3;
}
.ttl-5 h3 {
	font-size: 22px;
	margin-bottom: 0;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------mapa-----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#svg-map {
	width: 100%;
}
#svg-map path {
	fill: #D2D3D5;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
#svg-map g a text {
    fill: #000;
}
#svg-map a:hover path {
    fill: #1961a3 !important;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------header----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*sup*/
.header-sup {
	background: #1862a3;
}
.header-sup-content {
    color: #fff;
    display: inline-flex;
    float: right;
}
.header-sup-content-mobile {
	color: #fff;
	text-align: center;
    width: 100%;
}
.header-sup-content .item, .header-sup-content-mobile .item {
	display: inline-block;
    padding: 6px 10px;
    border-left: solid 1px;
    font-weight: 100;
}
.header-sup-content .telefone, .header-sup-content .email {
	font-size: 14px;
	line-height: 1;
}
.header-sup-content-mobile .telefone, .header-sup-content-mobile .email {
	font-size: 14px;
	border-left: none;
}
.header-sup-content .telefone img, .header-sup-content-mobile .telefone img {
    max-width: 20px;
    margin-top: -3px;
}
.header-sup-content .telefone span, .header-sup-content-mobile .telefone span {
    padding-top: 3px;
    display: -webkit-inline-box;
}
.header-sup-content .email img, .header-sup-content-mobile .email img {
    max-width: 24px;
}
.header-sup-content .linkedin, .header-sup-content-mobile .linkedin {
    border-right: solid 1px;
}
.header-sup-content-mobile .languages{
    width: max-content;
    margin: auto;
}
.header-sup-content .languages ul, .header-sup-content-mobile .languages ul {
    margin: 0 5px;
    display: flex;
}

.header-sup-content .languages ul li, 
.header-sup-content-mobile .languages ul li {
    margin: 2px 4px;
}

.header-sup-content .languages ul li img{
    height: 18px;
}

/*inf*/
.header-inf-logo img {
    max-width: 100%;
    margin: 10px auto;
    display: block;
}
.header-inf-nav ul li {
    font-size: 16px;
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.header-inf-nav ul li .submenu {
    width: 640px;
    padding-top: 5px;
	position: absolute;
	z-index: 1;
    top: 13px;
    left: 0;
    display: none;
    color: #e6e6e6;
    /*border: solid 1px #e6e6e6;*/
}
.header-inf-nav ul li .submenu .np {
    background: #848688;
    padding: 10px;
    border: 2px solid #1862a3;
}
.header-inf-nav ul li .submenu .row .col {
    display: block;
    min-width: 170px;
    margin: 0 10px;
}
.header-inf-nav ul li .submenu .row .col a {
	padding: 5px 0px;
    text-transform: none;
    display: block;
    font-weight: 500;
}
.header-inf-nav nav ul li .submenu .row .col ul li {
    display: block;
    padding: 0 5px;
}.header-inf-nav nav ul li .submenu .row .col ul li:last-child .linha-inf {
    display: none;
}
.header-inf-nav nav ul li .submenu .row .col ul li a:hover {
    color: #1862a3;
}
.header-inf-nav nav ul li .submenu .row .col ul li a.active {
    color: #1862a3;
}
.header-inf-nav ul li:hover .submenu {
    display: block;
    z-index: 999;
}
.header-inf-nav ul li:hover .submenu .row .col ul {
    display: block;
}
.header-inf-nav ul li .submenu .row .col>a {
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
}
.r-nav {
	border-right: solid 2px #ccc;
    margin: 22px 0 16px;
}
.header-inf-nav #nav-inf {
    margin-top: 8px;
}
.header-inf-nav nav#nav-sup a {
    font-size: 12px;
    margin: 0 5px;
    display: inline-block;
}
.header-inf-nav nav#nav-sup>ul>li>a.active {
    color: #1862a3;
}
.header-inf-nav nav a {
    font-size: 16px;
    margin: 0 5px;
    display: inline-block;
}
.header-inf-nav nav>ul>li>a:hover {
    color: #1862a3;
}
.header-inf-nav nav#nav-inf>ul>li>a.active {
    color: #1862a3;
    border-bottom: solid 3px #bbb;
}
.empresas-homologadas h6{
	margin: 30px 0 0 0;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
}
.header-inf-logo-parceiro {
    padding: 5px 0;
}
.header-inf-logo-parceiro .txt {
    margin: 3px 0;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
}
.header-inf-logo-parceiro img {
    max-width: 130px;
    margin: auto;
    display: block;
    width: unset !important;
    max-width: 100%;
    max-height: 50px;
}

.mobile ul {
    display: grid;
}
.mobile .r-nav {
    position: absolute;
    display: none;
    top: 0;
    background: #2262a2;
    margin: 0;
    color: #fff;
    padding: 15px;
    z-index: 999;
}
.mobile .r-nav.active {
    display: block;
}

.mobile i {
    font-size: 26px;
    margin-top: 22px;
    color: #2262a2;
}
.mobile .close i {
	margin: 0;
    color: #fff;
}

.textMiddle {
    display: table-cell;
    vertical-align: middle;
}
.header-inf.fixed {
	position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fffffff7;
    top: 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Home----------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* banner1 */
#home .banner-1-home {
	min-height: 405px;
    background: url(/tmp/banner1home.jpg);
    background-position: center;
    background-size: cover;
}
#home #slider h1 {
	color: #fff;
	text-shadow: 0 0 0.2em  black;
	margin-top: 80px;
    font-size: 38px;
    font-weight: 600;
}
#home #slider .tp-caption a.btn {
	color: #fff;
    padding: 8px 15px;
    border: solid 1px;
    text-shadow: 0 0 0.2em  black;
    margin-top: 30px;
    display: block;
    width: fit-content;
    font-size: 15px;
    box-shadow: 0px 0px 5px 0.1px #00000091;
    font-weight: 900;
}
#home .banner-1-home a:hover {
	background: #9c9c9c73;
}

/* mercado de atuação */
#home .mercados-sup {
	background: #848688;
	border-bottom: solid 8px #1862a3;
}
#home .mercados-sup h2 {
	color: #fff;
	margin-bottom: 0;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 24px;
}
#home .mercados-inf {
	background: #bdbfc1;
    padding: 20px 0;
}
#home .mercados-inf li {
    display: inline-block;
    margin: 0 10px;
    border-bottom: solid 6px #848688;
    transition: transform .2s;
}
#home .mercados-inf li:hover {
	transform: scale(1.2);
}
#home .mercados-inf .box {
    background: #1862a3;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
}
#home .mercados-inf .box img {
    max-width: 120px;
}
#home .mercados-inf h6 {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
}
#home .mercados-inf ul {
  	display: block;
    margin: auto;
}

/*Soluções Home*/
#home .solucoes-home .aqualift80l img {
    width: 100%;
}
#home .solucoes-home .txt-produto-demo {
    border-bottom: solid 6px #848688;
    margin-bottom: 20px;
}
#home .solucoes-home .txt-produto-demo span {
    display: block;
    margin-left: auto;
    width: fit-content;
    color: fff;
    padding: 0px 10px 0px;
    height: 19px;
    text-transform: uppercase;
    font-weight: 500;
    border-style: solid;
    border-color: #1862a3 #fff;
    border-width: 0 0px 29px 10px;
    font-size: 22px;
}
#home .solucoes-home .box-info {
    margin-top: 9px;
    height: 92%;
}
#home .solucoes-home .box-info .info {
    max-width: 400px;
    margin: auto;
    padding: 35px;
    padding-bottom: 20px;
    background: #1862a3;
    color: #fff;
}
#home .solucoes-home .box-info .info h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}
#home .solucoes-home .box-info .info h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    border-bottom: solid 5px #4693c5;
    padding-bottom: 20px;
}
#home .solucoes-home .box-info .info {
    max-width: 360px;
    height: 100%;
    margin: auto;
    padding: 35px;
    padding-bottom: 20px;
    background: #1862a3;
    color: #fff;
}
#home .solucoes-home .box-info .info span {
    display: block;
    margin-top: 21px;
    text-align: justify;
    font-size: 19px;
    line-height: 28px;
}

/*Qualidade de produtos Home*/
#home .qualidades-produtos-home .item {
	max-width: 170px;
    text-align: center;
    margin: 30px auto;
}
#home .qualidades-produtos-home .item img {
    max-width: 100%;
}
#home .qualidades-produtos-home .item .conteudo {
	line-height: 1;
	margin-top: 20px;
}
#home .qualidades-produtos-home .item .conteudo h3 {
	font-size: 18px;
    font-weight: 600;
    color: #1862a3;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#home .qualidades-produtos-home .item .conteudo p {
    font-size: 16px;
    max-width: 178px;
    margin: auto;
}

/*Benefícios Home*/
#home .beneficios-home .col-xl-2 {
	padding-left: 5px;
	padding-right: 5px;
}
#home .beneficios-home .itens .item {
    text-align: center;
    background: #e6e6e6;
    max-width: 100%;
    min-height: 242px;
    border-top: solid 5px #1862a3;
    margin-top: 10px;
    margin-bottom: -3px;
    padding: 0 6px;
    max-width: 360px;
    margin: auto;
}
#home .beneficios-home .itens .item .img {
	border-bottom: solid 1px #fefefe;
    margin: 10px 10px 22px;
}
#home .beneficios-home .itens .item .conteudo h3 {
    font-size: 17px;
    text-transform: uppercase;
}
#home .beneficios-home .itens .item .conteudo p {
    font-size: 16px;
    line-height: 1.2;
    max-width: 250px;
    margin: auto;
}
#home .tp-caption {
	white-space: unset !important;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------Empresa----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*inovacao tecnologica*/
#empresa .inovacao-tec {
	padding: 40px 0;
}
#empresa .inovacao-tec .img {
	
}
#empresa .inovacao-tec .img img {
    max-width: 180px;
    display: block;
    margin: 16px auto;
}
#empresa .inovacao-tec h2 {
	color: #1862a3;
    text-transform: uppercase;
}
#empresa .inovacao-tec p {
	font-size: 22px;
    line-height: 26px;
}

/*Exelencia*/
#empresa .exelencia {
	padding: 20px 0;
    background: #e6e6e6;
    margin: 15px 0;
}
#empresa .exelencia .itens .item {
    text-align: center;
    background: #fff;
    max-width: 100%;
    min-height: 242px;
    border-top: solid 5px #1862a3;
    margin-top: 10px;
    margin-bottom: -3px;
    padding: 0 6px;
    margin: auto;
}
#empresa .exelencia .itens .item .img {
	border-bottom: solid 1px #fefefe;
    margin: 10px 10px 22px;
}
#empresa .exelencia .itens .item .conteudo h3 {
    font-size: 17px;
    text-transform: uppercase;
}
#empresa .exelencia .itens .item .conteudo p {
    font-size: 16px;
    line-height: 1.2;
    max-width: 250px;
    margin: auto;
}
#empresa .exelencia .box {
    background: #fff;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    max-width: 199px;
}
#empresa .exelencia .box img {
    max-width: 120px;
}
#empresa .exelencia ul {
  	display: inline-block;
    margin: auto;
}
#empresa .exelencia ul li {
    display: inline-flex;
    margin: 0 10px;
    border-bottom: solid 6px #848688;
}
#empresa .exelencia ul li .box {
    background: #fff;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    max-width: 199px;
    border-top: solid 5px #1862a3;
    position: relative;
}
#empresa .exelencia ul li .box img {
    max-width: 120px;
}
#empresa .exelencia ul li .box  h3 {
    margin-bottom: 0;
    margin-top: 10px;
    color: #1862a3;
    font-size: 20px;
    text-transform: uppercase;
}
#empresa .exelencia ul li .box p {
    font-size: 15px;
    text-align: justify;
}
#empresa .exelencia ul li .box .primeiro {
    min-height: 250px;
}
#empresa .exelencia ul li .box .segundo {
	min-height: 270px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
}

/*mais sobre*/
#empresa .mais-sobre {
    margin: 50px;
}
#empresa .mais-sobre h2 {
    text-transform: uppercase;
    color: #1862a3;
    text-align: center;
    margin-bottom: 40px;
}
#empresa .mais-sobre .img {
    margin: 40px 0px;
}
#empresa .mais-sobre .conteudo p {
	color: #848688;
    font-size: 18px;
    margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------produtos--------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*produtos*/
#produtos .produtos {
	padding: 20px 0;
    margin: 15px 0;
}
#produtos .produtos .itens .item {
    text-align: center;
    background: #fff;
    max-width: 100%;
    min-height: 242px;
    border-top: solid 5px #1862a3;
    margin-top: 10px;
    margin-bottom: -3px;
    padding: 0 6px;
    margin: auto;
}
#produtos .produtos .itens .item .img {
	border-bottom: solid 1px #fefefe;
    margin: 10px 10px 22px;
}
#produtos .produtos .itens .item .conteudo h3 {
    font-size: 17px;
    text-transform: uppercase;
}
#produtos .produtos .itens .item .conteudo p {
    font-size: 16px;
    line-height: 1.2;
    max-width: 250px;
    margin: auto;
}
#produtos .produtos .box {
    background: #fff;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    max-width: 199px;
}
#produtos .produtos .box img {
    max-width: 120px;
}
#produtos .produtos ul {
  	display: inline-block;
    margin: auto;
}
#produtos .produtos ul li {
    display: inline-flex;
    margin: 0 10px;
    border-bottom: solid 6px #848688;
}
#produtos .produtos ul li .box {
    background: #e6e6e6;
    padding: 10px;
    margin: 10px auto 5px;
    text-align: center;
    max-width: 199px;
    border-top: solid 5px #1862a3;
    position: relative;
    width: 200px;
}
#produtos .produtos ul li .box:hover {
	background-color: #d4d4d4;
}
#produtos .produtos ul li .box img {
    max-width: 100%;
}
#produtos .produtos ul li .box  h3 {
    margin-bottom: 0;
    margin-top: 10px;
    color: #1862a3;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
}
#produtos .produtos ul li .box  h6 {
    min-height: 60px;
}
#produtos .produtos ul li .box p {
    font-size: 15px;
    text-align: justify;
}
#produtos .produtos ul li .box .primeiro {
    min-height: 150px;
}
#produtos .produtos ul li .box .segundo {
	min-height: 270px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------solucao---------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#solucao .ttl-sup-solucao,
#solucao2 .ttl-sup-solucao{
	margin-bottom: 30px;
}

/*demonstrativo*/
#solucao .demonstrativo {
	margin: 20px 0;
}
#solucao .demonstrativo .info {
    margin: 10px 0;
}
#solucao .demonstrativo .info .sup {
	background: #e6e6e6;
    padding: 10px 0;
}
#solucao .demonstrativo .info .sup .ttl {
	text-align: center;
    background: #1862a3;
}
#solucao .demonstrativo .info .sup .ttl h4 {
	color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 20px;
}
#solucao .demonstrativo .info .sup .corpo {
  	text-align: center;
    padding: 10px;
    min-height: 85px;
}
#solucao .demonstrativo .info .sup .icons {
	padding: 5px 10px;
	margin: 0 5px;
}
#solucao .demonstrativo .info .sup .icons .col-6.col-sm-3.col-md-6.col-lg-3 {
    padding: 0 5px;
}
#solucao .demonstrativo .info .sup .icons .item {
    background: #1862a3;
    text-align: center;
    min-height: 100px;
    max-width: 100px;
    margin: 5px auto 0;
    padding-top: 3px;
}
#solucao .demonstrativo .info .sup .icons .item .img {
    border-top: solid 2px #fff;
}
#solucao .demonstrativo .info .sup .icons .item .img img {
	display: block;
    max-width: 60px;
    margin: auto;
}
#solucao .demonstrativo .info .sup .icons .item .txt p {
	line-height: 1;
    color: #fff;
}
#solucao .demonstrativo .info .inf {
    padding: 20px;
    background: #1862a3;
    margin-top: 20;
    height: 310px;
    display: table;
}
#solucao .demonstrativo .info .inf p {
	color: #fff;
    text-align: justify;
    font-size: 22px;
    text-align: justify;
}
#solucao .demonstrativo .slider {
    margin: 10px 0;
    border: solid 2px #848688;
}
#solucao .demonstrativo .slider .ttl{
	text-align: center;
    width: 200px;
    margin-left: auto;
    text-transform: uppercase;
    color: #fff;
    background: #1862a3;
}
#solucao .demonstrativo .slider .ttl h4{
    padding: 5px;
}
#solucao .demonstrativo .botao-saiba-mais,
#solucao .demonstrativo .botao-ocultar{
	margin-top: 35px;
}
#solucao .demonstrativo .botao-saiba-mais a {
	display: block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #848688;
}
#solucao .demonstrativo .botao-saiba-mais a:hover {
    background: #1961a3;
}
#solucao .demonstrativo .botao-ocultar{
	display: none;
}
#solucao .demonstrativo .botao-ocultar a {
	display: block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #1961a3;
}
#solucao .demonstrativo .botao-ocultar a:hover {
    background: #848688;
}
#solucao .demonstrativo .descricao {
	display: none;
    padding: 0;
    margin-top: 40px;
    text-align: justify;
}
#solucao .demonstrativo .descricao ul{
	list-style-type: circle;
	padding-left: 35px;
}
#solucao .demonstrativo .descricao .bg-gray{
	margin-bottom: 40px;
	padding: 40px;
	color: #1862a3;
	background: #e6e6e6;
}
#solucao .demonstrativo .descricao h2 {
	color: #1961a3;
    margin-bottom: 0;
    margin-top: 20px;
}
#solucao .demonstrativo .descricao h4 {
	color: #1961a3;
    margin-bottom: 5px;
    margin-top: 20px;
}

/*downloads*/
#solucao .menu ul{
	max-width: max-content;
    margin: auto;
}
#solucao .menu ul li{
	padding: 10px;
    background: #b3b3b3;
	display: flex;
    margin: 3px;
    border-right: solid 4px #1862a3;
    min-height: 90px;
}
#solucao .menu ul li a{
	display: flex;
}
#solucao .menu ul li .item.icon{
    font-size: 60px;
    color: #848688;
}
#solucao .menu ul li .item.txt{
	width: 100%;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
#solucao .menu ul li.active, #solucao .menu ul li:hover {
	background: #1862a3;
    border-color: #b3b3b3;
    cursor: pointer;
}
#solucao .menu ul li.active .item, #solucao .menu ul li:hover .item {
	color: #fff;
}
#solucao .menu ul li.all {
    background: #606062;
}
#solucao .menu ul li.all .item{
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
}
#solucao .menu ul li.all .item p {
    margin-top: 7px;
    text-transform: uppercase;
}
#solucao .menu ul li.catalogo .item p,
#solucao .menu ul li.catalogoOnline .item p {
    margin-top: 10px;
}
#solucao .menu ul li.folder .item p {
    margin-top: 24px;
}
#solucao .menu ul li.desenhos .item p {
    margin-top: 10px;
}

/*estudos de caso*/
#solucao .estudos-de-caso .img {
	margin-bottom: 20px;
}
#solucao .estudos-de-caso .conteudo {
    padding: 30px 0;
}
#solucao .estudos-de-caso .conteudo .item {
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #d8d8d8;
}
#solucao .estudos-de-caso .ttl h2 {
	text-align: left;
    font-size: 32px;
    text-transform: uppercase;
}
#solucao .estudos-de-caso .txt p {
    font-size: 20px;
}
#solucao table{
	width: 100%;
}
#solucao table thead tr th{
	border: 1px solid #848688;
	background-color: #d9dbdc;
	text-align: center;
	padding: 10px;
}
#solucao table tbody tr td{
	border: 1px solid #848688;
	background-color: #f7f7f7;
	text-align: center;
	padding: 10px;
}
#solucao table tbody tr td a:link,
#solucao table tbody tr td a:visited{
	
}
#solucao table tbody tr td a:hover{
	color: #1862a3;
}



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------solucao2--------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*demonstrativo*/
#solucao2 .demonstrativo .info {
    background: #848688;
    padding: 20px;
    min-height: 635px;
    display: table;
}
#solucao2 .demonstrativo .info p {
    color: #fff;
    font-size: 18px;
}
#solucao2 .demonstrativo .slider {
    margin: 0;
    border: solid 2px #848688;
}
#solucao2 .demonstrativo .slider .ttl{
	text-align: center;
    width: 200px;
    margin-left: auto;
    text-transform: uppercase;
    color: #fff;
    background: #1862a3;
}
#solucao2 .demonstrativo .slider .ttl h4{
    padding: 5px;
}

/*downloads*/
#solucao2 .menu ul li{
	padding: 10px;
    display: flex;
    background: #b3b3b3;
    margin: 3px;
    border-right: solid 4px #1862a3;
    min-height: 90px;
}
#solucao2 .menu ul li .item.icon{
    font-size: 60px;
    color: #848688;
}
#solucao2 .menu ul li .item.txt{
	width: 100%;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
#solucao2 .menu ul li.active, #solucao .menu ul li:hover {
	background: #1862a3;
    border-color: #b3b3b3;
    cursor: pointer;
}
#solucao2 .menu ul li.active .item, #solucao .menu ul li:hover .item {
	color: #fff;
}
#solucao2 .menu ul li.all {
    background: #606062;
}
#solucao2 .menu ul li.all .item{
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
}
#solucao2 .menu ul li.all .item p {
    margin-top: 20px;
    text-transform: uppercase;
}
#solucao2 .menu ul li.catalogo .item p {
    margin-top: 10px;
}
#solucao2 .menu ul li.folder .item p {
    margin-top: 24px;
}
#solucao2 .menu ul li.desenhos .item p {
    margin-top: 10px;
}



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------servicos---------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*intro*/
#servicos .txt{
	font-size: 22px;
	text-align: justify;
}
#servicos .intro {
    margin: 20px 0;
}
#servicos .intro .box {
	background: #4d4d4d;
	background-color: #1862a3;
    padding: 15px;
}
#servicos .intro .box p {
	color: #e6e6e6;
    font-size: 18px;
}

/*servicos*/
#servicos .servicos {
	margin: 20px 0;
}
#servicos .menu ul li {
	padding: 10px;
    display: flex;
    background: #b3b3b3;
    margin: 3px;
    border-right: solid 4px #1862a3;
    min-height: 90px;
}
#servicos .menu ul li .item.icon {
    font-size: 60px;
    color: #848688;
}
#servicos .menu ul li .item.txt {
	width: 100%;
    margin: 0 20px;
    text-align: center;
}
#servicos .menu ul li .item.txt p {
	text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin-top: 22px;
}
#servicos .menu ul li.active, #servicos .menu ul li:hover {
	background: #1862a3;
    border-color: #b3b3b3;
    cursor: pointer;
}
#servicos .menu ul li.active .item, #servicos .menu ul li:hover .item {
	color: #fff;
}
#servicos .servicos .conteudo {
	background: #e6e6e6;
    padding: 20px;
}

#servicos #conteudos.servicos{
	margin-bottom: 120px;
}

#servicos .conteudo figure {
    margin-top: 50px;
    height: 240px;
	display: flex;
    vertical-align: middle;
}
#servicos .conteudo figure a {
	display: inline-block;
	position: relative;
	margin: 0 auto;
}
#servicos .conteudo figure img {
	display: block;
	position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 240px;
}
#servicos .owl-nav{
	text-align: center;
	font-size: 32px;
}
#servicos .owl-nav button{
	margin: 0 10px;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------mercados------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*mercados de atuacao*/
#mercados .mercados-inf {
    padding: 20px 0;
}
#mercados .mercados-inf li {
    display: inline-block;
    margin: 0 10px;
    border-bottom: solid 6px #848688;
    transition: transform .2s;
}
#mercados .mercados-inf li:hover,
#mercados .mercados-inf li.active{
	transform: scale(1.2);
}
#mercados .mercados-inf .box {
    background: #1862a3;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
}
#mercados .mercados-inf .box img {
    max-width: 120px;
}
#mercados .mercados-inf h6 {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
}
#mercados .mercados-inf ul {
  	display: block;
    margin: auto;
}

/*info*/
#mercados .info .txt {
	background: #e6e6e6;
    padding: 20px 30px;
    margin: 20px auto;
    max-width: 800px;
    font-size: 22px;
    text-align: justify;
}

/*produtos*/
#mercados .produtos {
	padding: 20px 0;
    margin: 15px 0;
}
#mercados .produtos .itens .item {
    text-align: center;
    background: #fff;
    max-width: 100%;
    min-height: 242px;
    border-top: solid 5px #1862a3;
    margin-top: 10px;
    margin-bottom: -3px;
    padding: 0 6px;
    margin: auto;
}
#mercados .produtos .itens .item .img {
	border-bottom: solid 1px #fefefe;
    margin: 10px 10px 22px;
}
#mercados .produtos .itens .item .conteudo h3 {
    font-size: 17px;
    text-transform: uppercase;
}
#mercados .produtos .itens .item .conteudo p {
    font-size: 16px;
    line-height: 1.2;
    max-width: 250px;
    margin: auto;
}
#mercados .produtos .box {
    background: #fff;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    max-width: 199px;
}
#mercados .produtos .box img {
    max-width: 120px;
}
#mercados .produtos ul {
  	display: inline-block;
    margin: auto;
}
#mercados .produtos ul li {
    display: inline-flex;
    margin: 0 10px;
    border-bottom: solid 6px #848688;
}
#mercados .produtos ul li .box {
    background: #e6e6e6;
    padding: 10px;
    margin: 10px auto 5px;
    text-align: center;
    max-width: 199px;
    border-top: solid 5px #1862a3;
    position: relative;
    width: 200px;
}
#mercados .produtos ul li .box:hover {
	background-color: #d4d4d4;
}
#mercados .produtos ul li .box img {
    max-width: 100%;
}
#mercados .produtos ul li .box  h3 {
    margin-bottom: 0;
    margin-top: 10px;
    color: #1862a3;
    font-size: 18px;
    text-transform: uppercase;
    height: 70px;
}
#mercados .produtos ul li .box p {
    font-size: 15px;
    text-align: justify;
}
#mercados .produtos ul li .box .primeiro {
    min-height: 150px;
}
#mercados .produtos ul li .box .segundo {
	min-height: 270px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------contato------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*tipo*/
#contato .tipo {
	margin: 40px 0;
}
#contato .tipo .box {
	max-width: 160px;
    padding: 20px;
    background: #e6e6e6;
    text-align: center;
}
#contato .tipo .row .col-6:nth-child(1) .box {
	margin-left: auto;
}

#contato .tipo .box img {
	max-width: 70px;
}
#contato .tipo .box p {
	text-transform: uppercase;
    margin: 10px auto;
}
#contato .tipo .box input {
    cursor: pointer;
}

/*map*/
#contato .map {
    margin: 5px 0;
}

/*desktop*/
#contato .conteudo-desktop .container {
    position: relative;
}

#contato .conteudo-desktop .botao {
	position: absolute;
    top: -500px;
    right: 20px;
    z-index: 2;
    background: #fff;
    padding: 5px;
    border: solid 1px #848688;
    border-radius: 3px;
}
#contato .conteudo-desktop .botao:hover {
	cursor: pointer;
	color: #1862a3;
}
#contato .conteudo-desktop .botao.maximise {
	display: none;
}

#contato .conteudo-desktop .box {
    width: fit-content;
    margin-left: auto;
    margin-top: -520px;
    z-index: 1;
    position: absolute;
    right: 0px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.77);
    -moz-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.77);
    box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.77);
}
#contato .conteudo-desktop .box .item {
    margin-bottom: 15px;
}
#contato .conteudo-desktop .box .item .conteudo i {
    color: #1862a3;
    margin-right: 5px;
}
#contato .conteudo-desktop .box .item.formulario form input, #contato .conteudo-desktop .box .item form textarea {
    display: block;
    margin: 5px 0;
    width: 100%;
    padding: 3px 10px;
    border: solid 1px #e6e6e6;
    border-radius: 2px;
    background: #f9f9f9;
}
#contato .conteudo-desktop .box .item.formulario form a {
	margin-top: 15px;
    width: 70px;
    padding: 3px 10px;
    border: solid 1px #e6e6e6;
    border-radius: 2px;
    background: #f9f9f9;
    display: block;
    text-align: center;
}

/*mobile*/
#contato .conteudo-mobile .container {
    position: relative;
}
#contato .conteudo-mobile .box {
    width: fit-content;
    margin: auto;
    right: 0px;
    background: #fff;
    padding: 20px;
}
#contato .conteudo-mobile .box .item {
    margin-bottom: 15px;
}
#contato .conteudo-mobile .box .item .conteudo i {
    color: #1862a3;
    margin-right: 5px;
}
#contato .conteudo-mobile .box .item.formulario form input, #contato .conteudo-mobile .box .item form textarea {
    display: block;
    margin: 5px 0;
    width: 100%;
    padding: 3px 10px;
    border: solid 1px #e6e6e6;
    border-radius: 2px;
    background: #f9f9f9;
}
#contato .conteudo-mobile .box .item.formulario form a {
	margin-top: 15px;
    width: 70px;
    padding: 3px 10px;
    border: solid 1px #e6e6e6;
    border-radius: 2px;
    background: #f9f9f9;
    display: block;
    text-align: center;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------clientes------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#clientes .conteudo ul {
	text-align: center;
}
#clientes .conteudo .imagens ul li {
    display: inline-block;
    max-width: 130px;
}

#clientes .conteudo .descricao {
    margin: 30px 0;
}
#clientes .conteudo .descricao .ttl {
    color: #848688;
    text-align: center;
}
#clientes .conteudo .descricao .txt {
    color: #848688;
    text-align: justify;
}
#clientes .conteudo .descricao .rodape {
    text-align: center;
    margin-top: 10px;
}
#clientes .conteudo .descricao .rodape h4 {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#clientes .conteudo .descricao .rodape p {
    font-size: 14px;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------Blog-------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#blog .posts {
	margin: 30px 0;
}
#blog .posts .container .row {
	background: #e6e6e6;
}
#blog .posts .post {
    margin: 30px 10px;
    background: #fff;
}
#blog .posts .post .conteudo {
	padding: 15px;
	color: #848688;
}
#blog .posts .post .ttl {
    
}
#blog .posts .post .ttl h2 {
	margin-bottom: 0;
	font-size: 20px;
    color: #4d4d4d;
}
#blog .posts .post .info {
	margin: 0px 0 10px;
	font-size: 15px;
}
#blog .posts .post .info p {
	
}
#blog .posts .post .info a {
	color: #1862a3;
}
#blog .posts .post .info a:hover {
	text-decoration: underline;
}
#blog .posts .post .intro {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
}
#blog .posts .post .intro p {
    font-size: 15px;
}
#blog .posts .post .botao {
    text-align: center;
    margin-top: 10px;
}
#blog .posts .post .botao a {
	border: solid 1px #e6e6e6;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 15px;
}
#blog .posts .post .botao a:hover {
	color: #fff;
    background: #1862a3;
}
#blog .col-xs-12.text-center {
	width: 100%;
}
#blog .paginacao {
    margin: 10px 0;
}
#blog .paginacao li {
    display: inline-block;
}
#blog .paginacao li a {
	display: block;
    margin: 0 3px;
    border: solid 1px #5f5f61;
    width: 25px;
}
#blog .paginacao li.current a, #blog .paginacao li a:hover {
	background: #1961a3;
    color: #fff;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------post------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*conteudo*/
#post .conteudo {
    margin: 30px 0;
	color: #848688;
}
#post .conteudo .txt p{
	text-align: justify;
}
#post .conteudo a {
    color: #1862a3;
}
#post .conteudo a:hover {
	text-decoration: underline;
}
#post .conteudo .post .subtitulo h2 {
    font-size: 26px;
    margin: 15px 0 5px;
}
#post .conteudo .post .info {
	padding: 5px 0;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    margin: 10px 0;
}
#post .conteudo .post .tags {
	margin: 15px 0;
}
#post .conteudo .post .tags p {
    display: inline;
}
#post .conteudo .post .tags ul {
    display: inline;
}
#post .conteudo .post .tags ul li {
	display: inline-block;
}
#post .conteudo .post .compartilhamento {
	border: solid 1px #e6e6e6;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
#post .conteudo .post .compartilhamento p {
	display: inline;
}
#post .conteudo .post .compartilhamento ul {
	display: inline;
    float: right;
}
#post .conteudo .post .compartilhamento li {
	display: inline;
}
#post .conteudo .post .compartilhamento li a {
    color: #848688;
}
#post .conteudo .post .compartilhamento li a:hover {
    color: #1862a3;
    text-decoration: none;
}
#post .conteudo .post .compartilhamento li a i {
	font-size: 24px;
}

/*sidebar*/
#post .sidebar {
    background: #e6e6e6;
    padding: 20px;
}
#post .sidebar h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}
#post .sidebar ul {
	margin-top: 5px;
}
#post .sidebar ul li {
	border-bottom: solid 1px #d4d4d4;
    padding: 2px;
}
#post .sidebar ul li p{
	color: #aaa;
    font-size: 14px;
}
#post .sidebar .pesquisa {
	position: relative;
}
#post .sidebar .pesquisa form input {
	width: 100%;
    background: none;
    border: solid 1px #d4d4d4;
    border-radius: 2px;
    padding: 2px 10px;
}
#post .sidebar .pesquisa form ::-webkit-input-placeholder {
	color: #aaa;
}
#post .sidebar .pesquisa form :-moz-placeholder {
	color: #aaa; 
}
#post .sidebar .pesquisa form ::-moz-placeholder{
	color: #aaa; 
}
#post .sidebar .pesquisa form :-ms-input-placeholder {  
   color: #aaa; 
}
#post .sidebar .pesquisa form a {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #848688;
}
#post .sidebar .pesquisa form a:hover {
    color: #1862a3;
}
#post .sidebar .tags ul {
	
}
#post .sidebar .tags ul li {
    border: none;
    padding: 0;
    display: inline-block;
    margin: 3px 0;
}
#post .sidebar .tags ul li a {
    font-size: 14px;
    color: #eee;
    background: #555;
    padding: 4px 10px;
    border-radius: 5px;
}
#post .sidebar .tags ul li a:hover {
    text-decoration: none;
    background: none;
    border: solid 1px #848688;
    color: #1862a3;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------Representantes---------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*filtros*/
#representantes .filtros {
	margin: 40px 0;
}
#representantes .filtros .ttl h4 {
    text-align: center;
    color: #1961a3;
    text-transform: uppercase;
}
#representantes .filtros form select {
	width: 100%;
    height: 35px;
    background: none;
    border-color: #e6e6e6;
}
#representantes .filtros form input {
	margin: 15px auto;
    display: block;
    border: none;
    color: #fff;
    background: #1961a3;
    padding: 5px 30px;
    text-transform: uppercase;
}

/*lista*/
#representantes .lista .item {
	display: block;
    padding: 20px;
    background: linear-gradient(45deg, #d2d3d5, #d2d3d557, transparent, transparent);
    margin: 15px 0;
}
#representantes .lista .item .img{
	max-width: 180px;
	margin: auto;
}
#representantes .lista .item .info {
    border-left: solid 4px #1961a3;
    padding-left: 30px;
    color: #000;
}
#representantes .lista .item .info h5 {
	margin-bottom: 0px;
    margin-top: 10px;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------RepresentantesFormulario---------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*intro*/
#representantesFormulario .saiba-mais {
	background: #333;
    margin: 30px 0;
    padding: 20px 0;
    color: #848688;
}
#representantesFormulario .saiba-mais .conteudo .ttl h3 {
	text-align: center;
    color: #00afef;
    text-transform: uppercase;
}
#representantesFormulario .saiba-mais .conteudo .txt p{
    font-size: 18px;
}
#representantesFormulario .saiba-mais .botoes {
	
}
#representantesFormulario .saiba-mais .botoes .ttl h4 {
	color: #fff;
    text-transform: uppercase;
}
#representantesFormulario .saiba-mais .botoes .instalador, #representantesFormulario .saiba-mais .botoes .representantes {
	display: inline-block;
}
#representantesFormulario .saiba-mais .botoes label {
    color: #e0e0e0;
}
#representantesFormulario .saiba-mais .botoes .botao {
	margin-bottom: 15px;
}
#representantesFormulario .saiba-mais .botoes .botao a {
    padding: 10px;
    border: solid 2px;
}
#representantesFormulario .saiba-mais .botoes .botao a:hover {
    color: #00acea;
}

/*formulario*/
#representantesFormulario .formulario {
	
}
#representantesFormulario .formulario form {
	
}
#representantesFormulario .formulario form .row {
	margin-top: 30px;
}
#representantesFormulario .formulario form .ttl h4 {
	color: #1862a3;
	margin-bottom: 0;
}
#representantesFormulario .formulario form label {
	display: block;
    margin-bottom: 0;
    margin-top: 10px;
}
#representantesFormulario .formulario form input{
    width: 100%;
}
#representantesFormulario .formulario form a{
	margin: 20px auto;
    display: block;
    background: #1961a3;
    border: none;
    color: #fff;
    padding: 5px 5px;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
}
#representantesFormulario .formulario form select{
	width: 100%;
    border: 1px solid #ddd;
    height: 35px;
    background: none;
}
#representantesFormulario .formulario form textarea{
    width: 100%;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------Downloads--------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*intro*/
#downloads .intro {
	background: #e6e6e6;
    margin: 10px 0;
    padding: 30px 0;
}
#downloads .intro p {
    font-size: 18px;
}

/*conteudo*/
#downloads .conteudo {
	margin: 30px 0;
}
#downloads .conteudo .item .botao a {
	display: block;
    text-align: center;
    background: #1961a3;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
}
#downloads .conteudo .item .botao a:hover {
	background: #848688;
}

































/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------footer------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer{
	margin-top: 35px;
}
.footer-sup {
    background: #1862a3;
}
.footer-sup img.logo {
    width: 100%;
    max-width: 130px;
    display: block;
    margin: 34px auto;
}
.footer-sup .banner-footer p {
    color: #fff;
    font-size: 16px;
    background-image: url(/img/banner-footer.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 50px 40px;
}
.footer-sup .contatos {
	color: #fff;
    margin: 8px auto;
    width: fit-content;
}
.footer-sup .contatos ul li {
    border-left: solid 1px #fff;
    font-size: 14px;
    line-height: 0.6;
    padding: 5px 10px;
}
.footer-sup .contatos ul li i {
	font-size: 16px;
}
.footer-sup .contatos .redes-sociais {
    margin-top: 10px;
}
.footer-sup .contatos .redes-sociais ul li.item {
    display: inline-block;
}
.footer-sup .contatos .redes-sociais ul li.item.linkedin {
    border-right: solid 1px #fff;
}
.footer-sup .revendedor {
	background: #606062;
    padding: 18px;
    text-align: center;
    color: #fff;
}
.footer-sup .revendedor img {
    width: 140px;
}
.footer-sup .revendedor h6 {
	text-transform: uppercase;
    font-size: 18px;
}
.footer-sup .revendedor p {
	font-size: 11px;
    margin-top: 5px;
}
.footer-sup .revendedor a {
	font-size: 11px;
    text-decoration: underline;
}

/* footer inf */
.footer-inf {
    background: #e6e6e6;
    margin-top: 6px;
    padding: 5px 0;
}
.footer-inf .conteudo img.logo-footer-inf {
    width: 23px;
    display: inline-block;
}
.footer-inf .conteudo p {
    display: inline-block;
}
.footer-inf .position1 {
    float: right;
    margin-top: -18px;
}

.spacer-30{
	display: block;
	height: 30px;
}
.spacer-60{
	display: block;
	height: 60px;
}
.spacer-120{
	display: block;
	height: 120px;
}



#whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
}