@import url('util.css');


::-webkit-scrollbar {
width:10px;
height: 10px;
}
 
::-webkit-scrollbar-track {
background:#2460A9;
}
 
::-webkit-scrollbar-thumb {
background:#EEF1F6;
}

body, html {
    height: 100%;
}

* {
	margin:0px;
	padding:0px;
	outline: none;
	font-family: 'Rubik', sans-serif;
}
a:hover {
	text-decoration: none;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	display:flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
}
.loader {
	display: inline-block;
	width: 200px;
	height: 200px;
	position: relative;
	border: 0px solid #2460A9;
	animation: loader 2s infinite ease;

}


.espacador-header {
	background: transparent;
    height: 146px;
}

.bar-black {
background: #000000;
padding-top: 10px;
    padding-bottom: 10px;
}


.bar-black:before {
	
	content: "";
	position: absolute;
	top: 0px;
	left: -100px;
	width: 1000px;
	height: 52px;
	background: #2460A9;

	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;

	border-left: 15px solid #fff;
}

.slick-slide img {
	    display: block;
    width: 100%;
}


.slick-slider a {
display: block;
border: 1px solid #EEF1F6;
}

.slick-slider .active {
	
	border: 1px solid #F38533;
}


.full-bg-header {
	padding: 0px 0px 23px 0px;
}

.full-bg-header .barra-telefones {
font-size: 16px;

}

.full-bg-header .barra-midias {
font-size: 16px;

}

.full-bg-header .barra-telefones .box {
color: #fff;
    font-weight: bold;
    float: left;
    margin-right: 30px;
    margin-top: 5px;
}

.full-bg-header .barra-midias .box {
color: #fff;
}

.full-bg-header .barra-telefones .box .icon {
color: #2460A9;
    margin-right: 4px;
}

.full-bg-header .barra-midias .box .icon {
color: #2460A9;
}

.full-bg-header .barra-midias {
color: #fff;
}

.full-bg-header .barra-midias .lista {
    list-style: none;
    margin-block: 0px;
}

.full-bg-header .barra-midias .lista li {
float: left;
}

.full-bg-header .barra-midias .lista li a {
	display: block;
	width: 32px;
	height: 32px;
	background: #fff;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	color: #2460A9;
	line-height: 35px;
	margin-right: 13px;
}

.full-bg-header .barra-midias .lista li a .icon {
font-size: 18px;
}

.full-bg-header .barra-midias .lista li a:hover {
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;

	background: #000000;
	color: #fff;
}



.navbar-fixed-top-p {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 999999;
}

.navbar-shrink {

		-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;



	padding: 0px;
	background-color: #fff;
	border-bottom: 1px solid #EEEEEE;
}
.navbar-shrink .logo-principal .logo-principal-img {
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navbar-shrink .menu-principal .navbar-nav li a {
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;

	color: #3F3F3F;
	padding: 7px 0px 0px 15px;
}

.navbar-shrink .barra-midias {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;

width: 0%;
	display: none;
}
.navbar-shrink .bar-black {
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;

	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-shrink .bar-black:before {
	width: 0%;
	border-left:0px;
}





.logo-principal {  }

.logo-principal .logo-principal-img {
	width: 231px;
	margin-top: 18px;
}

.menu-principal {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

	background-color: transparent; !important;
	border:0px;
	margin-bottom: 0px;
	margin-top: 20px;
}

.menu-principal .navbar-nav li a {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
    padding: 12px 0px 0px 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
}





.menu-principal .navbar-nav li a:before {
	width: 0px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

	content: "";
	display: block;
	
	height: 3px;
	background: #2460A9;
	left: 14px;
	position: absolute;
	bottom: -15px;
}

.menu-principal .navbar-nav li a:hover:before {
	width: 100%;
}

.menu-principal .navbar-nav li .active:before {
	width: 100%;	
}








.navbar-shrink .menu-principal {
	margin-top: 0px;
}
.navbar-shrink .menu-principal .navbar-nav li a:hover,
.navbar-shrink .menu-principal .navbar-nav li .active,
.menu-principal .navbar-nav li a:hover, 
.menu-principal .navbar-nav li .active {
	color:#9A0201;
}

.menu-principal .navbar-nav > li {
	margin-left: 9px;
}

.bg-white {
	background-color: #fff;
	border-bottom: 1px solid #EEEEEE;
}

.bg-white .menu-principal .navbar-nav li a {
	color: #000000;
}


.bg-white .navbar-shrink .menu-principal .navbar-nav li a:hover,
.bg-white .navbar-shrink .menu-principal .navbar-nav li .active,
.bg-white .menu-principal .navbar-nav li a:hover, 
.bg-white .menu-principal .navbar-nav li .active {
	color: #000000;
}


/*.bg-white .menu-principal {
margin-top: 20px;
}
.navbar-shrink .bg-white .menu-principal {
	margin-top: 0px;
}*/


/*
banner
*/
.banner-full .btn-saiba-mais {
	width: 156px;
	height: 54px;
	background-color: #2460A9;
	text-shadow:0px 0px 0px #000000; 
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 41px;
	position: relative;
	margin-top: 55px;
	/*background:url("../../upload/sprite-btns.png") no-repeat 0px 0px;*/
	text-transform: uppercase;

-webkit-border-radius: 0px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 0px;
-moz-border-radius-bottomleft: 15px;
border-radius: 0px;
border-bottom-left-radius: 15px;
}

.banner-full .btn-saiba-mais:hover {
	/*background:url("../../upload/sprite-btns.png") no-repeat 0px -56px;*/
	color: #fff;

background-color: #2460A9;

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

}

.banner-full .titulo-banner {
	width: 755px;
	height: 265px;
	display: block;

	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	text-shadow:2px 4px 5px #000000; 
	margin-top: -131px;
	line-height: 64px;
	margin-left: -378px;
}

.banner-full .titulo-banner span {
	display: block;
}

.banner-full .glyphicon {
	color: #fff;
}

.banner-full .titulo-banner .titulo {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 48px;
}

.banner-full .titulo-banner .legenda {
	font-size: 24px;
	text-transform: uppercase;
}

.modulo {
	padding: 125px 0px;
	display: block;
	position: relative;
	overflow: hidden;
}

.modulo-servico-home {
	/*background: url('../../upload/bg-esq-block.jpg') no-repeat left bottom;
	display: block;*/
}

.modulo-servico-home .legenda {
	margin: 0 auto;
	color: #747F94;
	font-size: 16px;
	max-width: 565px;
	display: block;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.no-bg {
	background:transparent !important;
}

.modulo-servico-home .titulo {
	color: #000000;
	font-size: 46px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.modulo-servico-home .btn-ver-todos {
	width: 156px;
	height: 51px;

	text-shadow:0px 0px 0px #000000; 
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;

	margin-top: 35px;

	/*background:url("../../upload/sprite-btns.png") no-repeat -197px 0px;*/
	font-weight: bold;
	text-transform: uppercase;


-webkit-border-radius: 0px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 0px;
-moz-border-radius-bottomleft: 15px;
border-radius: 0px;
border-bottom-left-radius: 15px;

background-color: #2460A9;

}
.modulo-servico-home .btn-ver-todos:hover {
	/*background:url("../../upload/sprite-btns.png") no-repeat -197px -53px;*/
	color: #fff;

	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.modulo-portfolio-home {
	/*background: url('../../upload/bg-dir-block.jpg') no-repeat right bottom;*/
	display: block;
}

.bg-dir {
	/*background: url('../../upload/bg-dir-block.jpg') no-repeat right bottom;*/
	display: block;	
}

.modulo-portfolio-home .titulo {
	color: #9A0201;
	font-size: 46px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}



.modulo-portfolio-home .btn-ver-todos {
	display: block;
	margin:0 auto;
	width: 160px;
	height: 48px;
	text-shadow:0px 0px 0px #000000; 
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;

	margin-top: 35px;
background-color: #2460A9;
	/*background:url("../../upload/sprite-btns.png") no-repeat -197px 0px;*/

	-webkit-border-radius: 0px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 0px;
-moz-border-radius-bottomleft: 15px;
border-radius: 0px;
border-bottom-left-radius: 15px;
}
.modulo-portfolio-home .btn-ver-todos:hover {
	color: #fff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

	/*background:url("../../upload/sprite-btns.png") no-repeat -197px -53px;*/
}


section.services {
    display: block;
    width: 100%;
}

section.services {
    width: 100%;
    margin: 0 auto;
}
section.services .title {
    font-size: 46px;
    font-weight: 800;
    color: #f9b100;
    text-transform: uppercase;
}
section.services .service-list {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
}

section.services .service-list article {
    width: 100%;
    height: 378px;
    background: #000;
    position: relative;
    overflow: hidden;
    cursor: default;
    -webkit-border-top-right-radius: 48px;
    -moz-border-radius-topright: 48px;
    border-top-right-radius: 48px;
}

section.portfolios .service-list article {
height: 303px;
}

section.services .service-list article a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.services .service-list article:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #9A0201;
    opacity: 0;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

section.services .service-list article a .text {
    position: absolute;
    bottom: 52px;
    left: 22px;
    right: 22px;
}

section.services .service-list article a .text .title {
    bottom: 100%;
    left: 0;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

section.services .service-list article a .text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #FFFFFF;
    padding-top: 15px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s;
}

section.services .service-list article a .text .button {
    height: 0;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    background: #3F3F3F;
    overflow: hidden;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: bold;

	width: 160px;

	-webkit-border-top-right-radius: 20px !important;
	-moz-border-radius-topright: 20px !important;
	border-top-right-radius: 20px !important;

}

section.services .service-list article a .text .button:hover {
    background: #9A0201;
    color: #fff;
}

section.services .service-list article:hover:before {
    left: 0;
    opacity: .85;
}

section.services .service-list article:hover a .text p {
    opacity: 1;
    max-height: 300px;
}

section.services .service-list article:hover a .text .button {
    height: 45px;
    margin-top: 15px;
}







.banner-parallax-fixed {
    height: auto;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.banner-separador-home-01 .box {
	
	color: #fff;
	text-align: left;
	
	padding-top: 50px;
	padding-bottom: 118px;
}

.banner-separador-home-01 .box .titulo {
    font-size: 32px;
    font-weight: bold;
    text-shadow: 4px 3px 4px #393738;
    margin-bottom: 15px;
}

.banner-separador-home-01 .box .titulo .circle-map {
	background: #2460A9;
	width: 78px;
	height: 78px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	border: 11px solid #CBDDF5;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

.banner-separador-home-01 .box .titulo .circle-map .icon {
text-shadow: 0px 0px 0px #393738;
font-size: 36px;
line-height: 55px;
margin-left: 7px;
}

.banner-separador-home-01 .box .chamada {
	font-size: 24px;
	text-shadow: 3px 3px 4px #393738;
}

.banner-separador-home-01 .texto-padrao {
	line-height: 33px;
	font-size: 18px;
	color: #fff;
	padding-top: 335px;
	padding-bottom: 335px;
	font-family: arial;
	font-weight: inherit;
}

.banner-separador-home-01 .btn-ver-todos {
	width: 160px;
	height: 48px;
	background-color: #9A0201;
	text-shadow:0px 0px 0px #000000; 
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;

	display: block;

	margin-top: 30px;

	-webkit-border-top-right-radius: 20px !important;
	-moz-border-radius-topright: 20px !important;
	border-top-right-radius: 20px !important;
}


.banner-separador-home-01 .btn-ver-todos:hover {
	background-color: #3F3F3F;
	color: #fff;
}




.banner-separador-home-01 .btn-saiba-mais {
	width: 180px;
	height: 53px;
	background-color: #2460A9;
	text-shadow:0px 0px 0px #000000; 
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 41px;
	position: relative;
	margin-top: 0px;
-webkit-border-radius: 0px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 0px;
-moz-border-radius-bottomleft: 15px;
border-radius: 0px;
border-bottom-left-radius: 15px;
	text-transform: uppercase;
}

.banner-separador-home-01 .btn-saiba-mais:hover {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	color: #fff;
}


.box-todo-brasil {
	margin-top: 118px;
	background: #fff;
	position: relative;
}


.box-todo-brasil .legenda {
	font-size: 32px;
	color: #747F94;
	font-weight: bold;
}




.pagina-interna .titulo {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000;
}

.pagina-interna .titulo .orange {
color: #2460A9;
}

.breadcrumb {
text-align: center;
background-color:transparent;
font-weight: bold;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 0px;
padding-bottom: 50px;
}

.breadcrumb > li {
text-transform: uppercase;

font-size: 14px;
}

.breadcrumb > li a {
color: #3F3F3F;
}

.breadcrumb > li a:hover {
color: #2460A9;
}

.breadcrumb > li + li:before {
		color:#3F3F3F;
		padding: 0 2px;
}

.breadcrumb > .active {
	color: #2460A9;	
}


.lista-categorias {
	list-style: none;
}

.lista-categorias .active a {
color: #2460A9;
}

.lista-categorias li {
	float: left;
	margin-bottom: 10px;
}

.lista-categorias li .barra {
    width: 2px;
    height: 30px;
    background: #EEEEEE;
    display: block;
    float: right;
    margin-top: -5px;
    margin-right: 10px;
    margin-left: 10px;
}

.lista-categorias li a {
	color: #393738;
	font-size:17px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin-left: 4px;
}

.lista-categorias li a:hover {
	color: #9A0201;
}

.flexslider {
	border: 0px;
	margin-bottom: 20px;
}

.flex-direction-nav a:before {
	font-size: 24px;
	background-color: #2460A9;
	width: 35px;
	height: 35px;.modulo-portfolio-home .btn-ver-todos
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.txt-descricao {
	line-height: 33px;
	font-size: 18px;
	color: #1F2C39;
	text-align: center;
}

.img-slide {
	-webkit-border-top-right-radius: 48px;
	-moz-border-radius-topright: 48px;
	border-top-right-radius: 48px;

	width: 100%;
}

.img-default {
	width: 100%;	
}

.modulo-destaque-servico {

padding-bottom: 20px;
}

.modulo-destaque-servico .titulo {
	
}

.modulo-destaque-servico .services .service-list {
	padding-top: 0px;
}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}

.espaco-100 {
	height: 100px;
	display: block;
	width: 100%;
}

.subtitulo, .subtitulo2 {
	color: #2460A9;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.subtitulo2 {
	margin-top: 30px;
}

.modal-dialog {
	margin: 135px auto;
}

.alert-danger {

}

.alert {
    padding: 20px 30px;
}

.alert ul {

}

.alert ul li {
	padding-bottom: 6px;
	padding-top: 6px;
}

.separador-home {
	height: 144px;
}

.url-foto {
display: block;
}

.img-detalhes {
margin-bottom: 15px;	
}








.box-compartilhamento {
    width: 264px;
    float: left;
    height: 35px;
    margin-bottom: 22px;
    margin-top: 15px;
}
.box-compartilhamento .info {
	color: #2460A9;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-top: 7px;
	text-transform: uppercase;
}
.box-compartilhamento .redes {
    list-style: none;
    float: right;
}
.box-compartilhamento .redes li {
    float: left;
}
.box-compartilhamento .redes li a {
    display: block;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    text-shadow: 2px 4px 4px #000;
}


.box-compartilhamento .redes li a img {
	/*border-radius: 50%;*/
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}

.box-compartilhamento .redes li a img:hover {
  /*-webkit-transform: rotate(360deg);
          transform: rotate(360deg);*/
    /* animacao */
    animation: tremer .2s;
    animation-iteration-count: 4;
}


@keyframes tremer {
    0% {margin-left: 0;}
    25% {margin-left: 3px;}
    50% {margin-left: 0;}
    75% {margin-left: -3px;}
    100% {margin-left: 0;}
}


.area-central-relacionamento .link {
    display: block;
    text-decoration: none;
    width: 189px;
    color: #fff;
    border: 0 solid #fff;
    background: #0dc143;
    text-align: center;
    padding: 10px 0 3px 23px;
    margin-bottom: 0;

    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;

    font-family: arial;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999
}

.area-central-relacionamento .link .telefone {
    font-size: 17px;
    float: left;
    display: block
}

.area-central-relacionamento .link .fa-whatsapp {
    font-size: 26px;
    color: #fff;
    float: left;
    margin-right: 6px
}

.area-central-relacionamento .link .aviso {
    display: block;
    font-size: 14px;
    margin-top: -3px;
    text-align: center;
    float: left;
    width: 149px;
    margin-left: -13px
}






.carousel-indicators li {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	width: 16px;
	height: 16px;
	background: #fff;
	border: 0px;
}

.carousel-indicators .active {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	width: 20px;
	height: 20px;
	background: #2460A9;
	border: 0px;
}



.titulo-left {
font-size: 46px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -2px;
}


.heading-divider{
	display:inline-block;
	position:relative;
	height:4px;
	background-color:#2460A9;
	width:90px;
	overflow:hidden;

    margin-bottom: 23px;
    margin-top: 9px;

}

.heading-divider:after{
	content:'';
	position:absolute;
	left:0;
	top:-1.1px;
	height:7px;
	width:8px;
	background-color:#fff;
	-webkit-animation:heading-move 5s infinite linear;
	animation:heading-move 5s infinite linear
}

@-webkit-keyframes heading-move{0%{transform:translateX(-1px)}50%{transform:translateX(85px)}100%{transform:translateX(-1px)}}



.texto-sobre {
	font-size: 16px;
	color: #747F94;
	font-weight: bold;
}


.foto-fachada {
display: block;
position: relative;
}

.foto-fachada img {
	width: 83%;
}

.foto-fachada .video-fachada {
position: absolute;
    bottom: -75px;
    right: 0px;
}


.lista-redes-sobre {
    list-style: none;
    margin-block: 0px;
    margin-top: 30px;
}

.lista-redes-sobre li {
float: left;
}

.lista-redes-sobre li a {
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;

	display: block;
	width: 63px;
	height: 63px;
	background: #2460A9;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	line-height: 78px;
	margin-right: 13px;
}

.lista-redes-sobre li a .icon {
font-size: 32px;
}

.lista-redes-sobre li a:hover {
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;

	background: #000000;
	color: #fff;
}



.shape-2 {
    position: absolute;
    width: 255px;
    height: 255px;
    right: -120px;
    bottom: -120px;
    border-radius: 50%;
    border: 25px solid #2460A9;
}

.shape-3 {
	right: none;
	left: -120px;
	bottom: unset;
	top: -80px;
}

.bounce-animate {
	animation-name: float-bob;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear; 
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
}

@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
}

@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
}

@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
}

@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}



.bg-cinza {
	background: #EEF1F6;
}

.heading-divider-center {
	margin: 0 auto;
    display: block;
        margin-bottom: 23px;
    margin-top: 9px;
}








.box-aplicacao-home {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	position: relative;
	background: #2460A9;
	display: block;
	text-decoration: none;
}

.box-aplicacao-home article {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	width: 100%;
	height: 299px;
	position: relative;
	overflow: hidden;
	
}

.box-aplicacao-home .img {
	width: 100%;
	display: block;
}

.box-aplicacao-home article .text {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

    display: block;
    position: absolute;
    bottom: -85px;
    left: 15px;
    width: 92%;

}

.box-aplicacao-home article .text .barra {
	width: 30px;
	height: 4px;
	background: #FFFFFF;
	display: block;
	margin-bottom: 24px;
}


.box-aplicacao-home article .text .title {
	margin-top: 0px;
	color: #fff;
	font-size: 26px;
}
.box-aplicacao-home article .text p {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	color: #fff;
	font-size: 16px;

	opacity: 0;
}

.box-aplicacao-home article .text .button {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	opacity: 0;

	border: 0px;
	width: 156px;
	height: 51px;
	background-color: #2460A9;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;

	-webkit-border-radius: 0px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 0px;
-moz-border-radius-bottomleft: 15px;
border-radius: 0px;
border-bottom-left-radius: 15px;
}


.box-aplicacao-home:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	background: #000000;


	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}


.box-aplicacao-home:hover article .text p {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	opacity: 1;
}

.box-aplicacao-home:hover article .text .button {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	opacity: 1;
}

.box-aplicacao-home:hover article .text {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	opacity: 1;
	bottom: 85px;
    left: 15px;
}




.box-sem-padding {
	padding: 0px 0px;
}



.box-produto {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;

	-webkit-box-shadow: 5px 5px 9px -6px #DDDDDD; 
	box-shadow: 5px 5px 9px -6px #DDDDDD;

	border: 1px solid #EEEEEE;
	padding: 20px;
	min-height: 490px;
}


.box-produto:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	-webkit-box-shadow: 5px 5px 9px -6px #000; 
	box-shadow: 5px 5px 9px -6px #000;
}

.box-produto article {
	display: block;
}

.box-produto article img {
	width: 100%;
	margin-bottom: 22px;
	display: block;
}

.box-produto article .text {
	display: block;
}

.box-produto article .text .title {
color: #000000;
text-transform: uppercase;
font-size: 34px;
text-align: left;
margin-top: 0px;
}

.box-produto article .text .codigo {
color: #000000;
font-size: 18px;
text-align: left;
margin-bottom: 50px;
}

.box-produto article .text .marca {
color: #000000;
font-size: 18px;
text-align: left;
margin-bottom: 50px;
display: none;
}

.box-produto article .button {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	border: 0px;
	width: 156px;
	height: 51px;
	background-color: #2460A9;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	float: right;


-webkit-border-radius: 0px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 0px;
-moz-border-radius-bottomleft: 15px;
border-radius: 0px;
border-bottom-left-radius: 15px;

}

.box-produto article .button:hover {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	color: #fff;
}



.modulo-modelos-home {
	padding-top: 60px;
	padding-bottom: 60px;
}



.slick-prev, .slick-next {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	width: 54px;
	height: 54px;
	background: #EEF1F6;
	z-index: 1;
	
	border: 1px solid #000000;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

    outline: none;
    background: transparent;
    background: #2460A9;
    color: #fff;
    border: 1px solid #2460A9;

}

.slick-prev:before, .slick-next:before {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	color: #000000;
	font-size: 26px;
	font-weight: bold;
}

.slick-prev:hover:before, .slick-next:hover:before {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}










.box-servico {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	display: block;
	-webkit-box-shadow: 5px 5px 9px -6px #DDDDDD; 
	box-shadow: 5px 5px 9px -6px #DDDDDD;
	border: 1px solid #EEEEEE;
	
}


.box-servico:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	-webkit-box-shadow: 5px 5px 9px -6px #000; 
	box-shadow: 5px 5px 9px -6px #000;
}

.box-servico article {
	display: block;
}

.box-servico article img {
	width: 100%;
	margin-bottom: 22px;
	display: block;
}

.box-servico article .text {
	display: block;
	padding: 0px 20px 20px 20px;
	min-height: 145px;
}

.box-servico article .text .title {
color: #000000;
text-transform: uppercase;
font-size: 26px;
text-align: left;
margin-top: 0px;
}

.box-servico article .text .codigo {
color: #000000;
font-size: 18px;
text-align: left;
margin-bottom: 50px;
}

.box-servico article .button {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	border: 0px;
	width: 156px;
	height: 51px;
	background-color: #2460A9;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	margin: 0px 20px 20px 0px;

	-webkit-border-radius: 0px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 0px;
-moz-border-radius-bottomleft: 15px;
border-radius: 0px;
border-bottom-left-radius: 15px;

}

.box-servico article .button:hover {

	color: #fff;


	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.box-servico article .text .barra {
background: #000000;
width: 30px;
height: 4px;
}





.box-info-entrega-home {
	margin: 0 auto;
	background: #fff;

	display: block;
	-webkit-box-shadow: 5px -7px 9px -6px #DDDDDD; 
	box-shadow: 5px -7px 9px -6px #DDDDDD;
	border: 1px solid #EEEEEE;
	margin-top: -135px;
	padding: 20px 35px;

	max-width: 1078px;
}


.box-info-entrega-home .slick-prev {
    left: -66px;

}

.box-info-entrega-home .slick-next {
right: -66px;
}

.box-info-entrega-home .slick-prev, .box-info-entrega-home .slick-next {
background-color: #fff;
}



.box-info-entrega-home .slick-prev:hover, 
.box-info-entrega-home .slick-prev:focus, 
.box-info-entrega-home .slick-next:hover, 
.box-info-entrega-home .slick-next:focus {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

    outline: none;
    background: transparent;
    background: #2460A9;
    color: #fff;
    border: 1px solid #2460A9;

}

.box-info-entrega-home .slick-prev:before, 
.box-info-entrega-home .slick-next:before {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	color: #000000;
	font-size: 26px;
	font-weight: bold;
}


.box-info-entrega-home .slick-prev:hover:before, 
.box-info-entrega-home .slick-prev:focus:before, 
.box-info-entrega-home .slick-next:hover:before, 
.box-info-entrega-home .slick-next:focus:before {

    color: #fff;


}







.box-formulario {
	padding: 75px 49px;
	background-color: #fff;
}


.box-formulario .btn-enviar {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
background-color: #2460A9;
	border: 0px;
	width: 180px;
	height: 51px;
	/*background:url("../../upload/sprite-btns.png") no-repeat 0px 0px;*/
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin: 0px 20px 20px 0px;

	-webkit-border-radius: 0px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 0px;
-moz-border-radius-bottomleft: 15px;
border-radius: 0px;
border-bottom-left-radius: 15px;
}

.box-formulario .btn-enviar:hover {
	/*background:url("../../upload/sprite-btns.png") no-repeat 0px -55px;*/
	color: #fff;

	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.box-formulario .legenda {
	color: #737F93;
	text-align: left;
	font-size: 28px;
	display: block;
	width: 460px;
	margin:0 auto;
	margin-top: -8px;
	margin-bottom: 35px;
}
.box-formulario .barra-telefones {
	width: 460px;
	margin:0 auto;
}

.box-formulario .barra-telefones .box {
	display: block;
	margin-bottom: 11px;
	font-size: 19px;
	font-weight: bold;
}

.box-formulario .barra-telefones .box .icon {
color: #2460A9;
}














.footer {
	border-top: 0px solid #EEEEEE;
	display: block;
	position: relative;
	background-color: #000000;
	padding-top: 85px;
	padding-bottom: 85px;
}

.info-footer {
display: block;
}

.info-footer .lista {
	list-style: none;
	margin-bottom: 0px;
}

.info-footer .titulo {
color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.info-footer .titulo .barra {
    position: relative;
    width: 30px;
    height: 4px;
    background: #2460A9;
    margin-top: 7px;
}

.info-footer .telefone {
	margin-top: 41px;
	margin-bottom: 40px;
	color: #3F3F3F;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;	
}

.info-footer .links .info {
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}



.info-footer .links .icon {
	text-align: left;
	margin-right: 4px;
	color: #2460A9;
}

.info-footer .links a {
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}


.info-footer .links a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	color: #2460A9 !important;
}

.info-footer .endereco {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	display: block;
	margin-bottom: 35px;
}

.info-footer .endereco .icon-map {
	font-size: 32px;
	float: left;
	height: 80px;
	margin-right: 15px;
	margin-top: 4px;
}


.info-footer .titulo-fale-conosco {
	font-size: 14px;
	color: #fff;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bg-red {
	background-color: #9A0201;
}

.info-footer .form-control {
	color: #3F3F3F;
	font-size: 14px;
	font-family: arial;
	font-weight: bolder;
}

.info-footer .obrigatorio {
	font-size: 14px;
	color: #fff;
	display: block;
	margin-top: -10px;
}

.info-footer .img .logo {
    display: block;
    margin-top: 45px;
}

.info-footer .btn-enviar {
	width: 160px;
	margin-block: 180px;
	height: 48px;
	background-color: #292929;
	text-shadow:0px 0px 0px #000000; 
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;

	margin-top: 35px;

	-webkit-border-top-right-radius: 20px !important;
	-moz-border-radius-topright: 20px !important;
	border-top-right-radius: 20px !important;
}

.info-footer .btn-enviar:hover {
	background-color: #3F3F3F;
}


.info-footer .box-car {
	width: 100%;
}


.info-footer .box-car .box {
	width: 33%;
	float: left;
}

.info-footer .box-car .box .img-card {
	width: 100%;
	border: 1px solid #000000;
}


.info-footer .lista-redes-sobre {
margin-bottom: 55px;

}

.info-footer .lista-redes-sobre li {

}

.info-footer .lista-redes-sobre li a {
width: 40px;
height: 40px;
line-height: 45px;
background-color: #000000;
border: 1px solid #2460A9;
}

.info-footer .lista-redes-sobre li a .icon {
	font-size: 20px;
	width: 28px;
    height: 40px;
}


.info-footer .lista-redes-sobre li a:hover {
background-color: #2460A9;
}



.info-footer .legenda-seguranca {
	font-size: 16px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.footer .box-map {
    padding: 0px;
}

.footer .box-map .map-footer {
	display: block;
	width: 100%;
	height: 909px;
	border: none;
	padding-right: -15px !important;
	padding-left: -15px !important;
} 


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #2460A9;
}








.box-formulario .form-control {
	height: 60px;
	background: #F5F5F5;
	border: 0px;
	color: #747F94;
	font-size: 16px;
}

.box-formulario .form-textarea {
	height: 148px;
}

.box-tabs {
	width: 95%;
    display: block;
    margin: 0 auto;
}

.box-cinza {
	background: #EEF1F6;
	padding: 17px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.box-tabs .nav-tabs > li.active > a, 
.box-tabs .nav-tabs > li.active > a:hover, 
.box-tabs .nav-tabs > li.active > a:focus {
	background-color: #EEF1F6;
	border: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #2460A9;
	font-size: 14px;

	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
}

.box-tabs .nav-tabs {
	border-bottom: 0px;
}

.nav-tabs > li {
	margin-bottom: -2px;
}

.nav-tabs > li > a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;'
    transition: all 0.3s ease;

	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3F3F3F;

	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;


	-webkit-border-top-right-radius: 15px !important;
	-moz-border-radius-topright: 15px !important;
	border-top-right-radius: 15px !important;


	-webkit-border-top-left-radius: 15px !important;
	-moz-border-radius-topleft: 15px !important;
	border-top-left-radius: 15px !important;
}



.txt-descricao-item {
	display: block;
	max-width: 723px;
	color: #757F95;
	margin:0px auto;
	margin-bottom: 20px;
}


.imagem-full {
	display: block;
	width: 100%;
}

.txt-detalhes {
	display: block;
    color: #757F95;
    font-size: 16px;
    color: #3F3F3F;
        line-height: 33px;
}

.mini-separador {
	display: block;
	height: 95px;
}

.modulo-portfolio-home .btn-detalhes-interno {
	margin: inherit;
	margin-top: 35px;
}


.box-modelos-relacionados {
	display: block;
	background-color: #EEF1F6;
	padding: 22px 18px;


	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
	margin-bottom: 40px;
}

.box-modelos-relacionados .modelo {
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
}

.box-modelos-relacionados .modelo img {
	display: block;
	width: 100%;
}



.box-modelos-relacionados .text {
    display: block;
    margin-bottom: 10px;
}

.box-modelos-relacionados .text .title {
	color: #000000;
	text-transform: uppercase;
	font-size: 26px;
	text-align: left;
	margin-top: 0px;
}

.box-modelos-relacionados .text .barra {
	background: #2460A9;
	width: 30px;
	height: 4px;
}


.area-atendiment-lateral {
display: block;
}

.area-atendiment-lateral .titulo {
	font-size: 21px;
	font-weight: bold;
	text-shadow: 4px 3px 4px #393738;
	margin-bottom: 15px;
	text-align: left;
	text-transform: none;
	text-shadow: 0px 0px 0px;
}

.area-atendiment-lateral .titulo .circle-map {
    background: #2460A9;
    width: 78px;
    height: 78px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 11px solid #CBDDF5;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    color: #fff;
}

.area-atendiment-lateral .titulo .circle-map .icon {
    text-shadow: 0px 0px 0px #393738;
    font-size: 36px;
    line-height: 55px;
    margin-left: 7px;
}

.area-atendiment-lateral .btn-saiba-mais {
	width: 180px;
	height: 53px;
	background-color: #2460A9;
	text-shadow:0px 0px 0px #000000; 
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 41px;
	position: relative;
	margin-top: 0px;
	-webkit-border-radius: 0px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius: 0px;
-moz-border-radius-bottomleft: 15px;
border-radius: 0px;
border-bottom-left-radius: 15px;
	text-transform: uppercase;
}

.area-atendiment-lateral .btn-saiba-mais:hover {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	color: #fff;
}





.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	border-color: #fff;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.pagination > li > a,
.pagination > li > span {
	background-color: #000000;
	font-size: 18px;
	color: #fff;
	padding: 12px 22px;
	border: 7px solid #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus {
	background-color: #000000;
	border-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.pagination > li {
    display: inline;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #2460A9;
	border-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #2460A9;
	border-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.legenda-modelos {
    color: #727F92;
    font-size: 32px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    margin-left: 13px;
}

.legenda-modelos .mini {
font-size: 18px;
}



.box-cinza-modelos {
	background-color: #EEF1F6;
	padding: 15px 18px;
	margin-bottom: 30px;
	border:1px solid #EEEEEE;


	-webkit-box-shadow: 5px -8px 8px -5px #dddddd; 
	box-shadow: 5px -8px 8px -5px #dddddd;
}


.box-produto-interno {
	margin-bottom: 30px;
}



.slider-produtos a {
	-webkit-box-shadow: 5px 5px 9px -6px #DDDDDD; 
	box-shadow: 5px 5px 9px -6px #DDDDDD;
}

.slider-produtos a img {
	display: block;
	width: 100%;
}


.slider-produtos .slick-prev {
    left: 30px;
}


.slider-produtos .slick-next {
	right: 30px;
}




.info-produto {
	display: block;
	position: relative;
}

.info-produto .text {
	display: block;
}
.info-produto .text .title {
	color: #000000;
	text-transform: uppercase;
	font-size: 34px;
	margin-top: 0px;
	font-weight: bold;
	width: 68%;
}

.info-produto .text .barra {
	width: 30px;
	height: 4px;
	background-color: #2460A9;
	margin-bottom: 15px;
}

.info-produto .text .cod {
color: #000000;
font-weight: bold;
font-size: 18px;
	margin-bottom: 20px;
}

.info-produto .lista-atributos {
	list-style: none;
}

.info-produto .lista-atributos li {
	font-size: 16px;
	color: #000000;
}

.info-produto .lista-atributos li .box {
	padding-top: 2px;
	padding-bottom: 2px;


	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	background-color: #EEF1F6;

	display: inline-block;
	padding: 5px 7px;
	font-weight: bold;
}

.info-produto .lista-atributos li .white {
background: #fff;
}

.info-produto .imagem-modelo {
	width: 174px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.slider-produtos .box-produto-slider {
	display: block;
}

.info-produto-informacoes {

}

.info-produto-informacoes .mais-informacoes {
	color: #737F93;
	font-size: 32px;
	display: block;
	font-weight: bold;
}

.info-produto-informacoes .informacoes{
	color: #3F3F3F;
	display: block;
	font-size: 16px;
	line-height: 33px;
}

.form-produto .area-atendiment-lateral {
	width: 454px;
	margin:0 auto;
}

.form-produto .area-atendiment-lateral .legenda {
margin-top: 0px;
    width: 100%;
}

.form-produto .area-atendiment-lateral .titulo {
font-size: 32px;
}

.form-produto .area-atendiment-lateral .btn-saiba-mais {
margin-top: 15px;
}




.box-servico-interno {
    margin-bottom: 25px;
}




.info-servico {
    color: #3F3F3F;
    display: block;
    font-size: 16px;
    line-height: 33px;
}

.outros-servicos .box-servico {
background-color: #fff;
}


.txt-atendimento {
	font-size: 16px;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
}


.box-atendimento {
	
}



.box-cidade-atendimento {
background-color: #EEF1F6;
padding: 15px;
min-height: 329px;
margin-bottom: 15px;
}

.box-cidade-atendimento article .text {
	display: block;
	padding: initial !important;
	min-height: auto !important;
	margin-top: 20px;
}

.box-cidade-atendimento article .button {
	margin: 0px;
}

.box-cidade-atendimento article .local {
font-size: 28px;
color: #2460A9;
}


.box-cidade-atendimento article .circle {
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;

	display: block;
	width: 59px;
	height: 59px;
	background: #2460A9;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	line-height: 78px;
	margin-right: 13px;
	float: left;
}


.box-cidade-atendimento article .circle .icon {
    font-size: 32px;
}

.box-cidade-atendimento article .text .title {
text-transform: none;
font-size: 30px;
margin-bottom: 65px;
}


.box-busca-local {
	padding: 0px 15px;
}





.box-detalhes-local {
	background-color: #EEF1F6;
	border: 1px solid #EEEEEE;
	padding: 15px;
}


.box-detalhes-local .circle {
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;

	display: block;
	width: 59px;
	height: 59px;
	background: #2460A9;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	line-height: 78px;
	margin-right: 13px;
	float: left;
}

.box-detalhes-local .circle .icon {
    font-size: 32px;
}


.box-detalhes-local .local {
font-size: 28px;
    color: #2460A9;
}

.box-detalhes-local .text .title {
	color: #000000;
	font-size: 38px;
	display: block;
	margin-bottom: 0px;
}

.box-detalhes-local .box-compartilhamento-local {
display: block;
}

.box-detalhes-local .detalhes {
    color: #3F3F3F;
    font-size: 16px;
    display: block;
    line-height: 26px;
}

.box-detalhes-local .box-compartilhamento {
	    margin-bottom: 30px;
}

.box-detalhes-local .title-contato {
color: #2460A9;
text-transform: uppercase;
font-weight: bold;
display: block;
font-size: 26px;
margin-top: 30px;
}



.box-detalhes-local .barra {
    position: relative;
    width: 30px;
    height: 4px;
    background: #2460A9;
    margin-top: 7px;
}



.box-detalhes-local .box-formulario-atendimento {
	padding: 20px 15px 0px 15px;
	background: transparent;
}

.box-detalhes-local .btn-enviar {
	    margin-bottom: 0px;
}



.box-detalhes-local .form-control {
	background-color: #fff;
}



.btn-compra-online {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;'
    transition: all 0.3s ease;
    	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 290px;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #000000;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}

.btn-compra-online .faa-vertical {
margin-left: 10px;
}

.btn-compra-online:hover {
background-color: #2460A9;
	color: #fff;
}

.area-compra-loja .link {
bottom: 60px;
padding-right: 10px;

    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;

    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #000000;

    padding-right: 10px;
    padding-left: 15px;

    border:1px solid #fff;
}

.area-compra-loja .link .fa-shopping-cart {
font-size: 26px;
    margin-right: 10px;
}

.area-compra-loja .link .telefone {
float: right;
}


@media (min-width: 1679px) {

}

@media (min-width: 1200px) {


	.bar-black:before {
		left: 72%;
		transform: skew(-31deg);

	}

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
	
}

@media (max-width: 662px) {
	.navbar-shrink .logo-principal .logo-principal-img {
	    width: 215px;
	}

	.separador-home {
		height: 215px;
	}

	.logo-principal .logo-principal-img {
		margin: 0 auto;
		width: 215px;
		margin-top: 25px;
	}

	.banner-full .titulo-banner .legenda {
		font-size: 15px;
		text-transform: uppercase;
		line-height: 22px;
	}

	.banner-full .titulo-banner .titulo {
		font-size: 24px;
		line-height: 24px;
	}

	.banner-full .titulo-banner {
		width: 300px;
		height: 188px;
		left: 100px;
		top: 50%;
		left: 10%;
		margin-top: -86px;
		line-height: 64px;
	}

	.banner-full .btn-saiba-mais {
		margin-top: 20px;
	}

	.full-bg-header {
		background-color: #fff;
		padding-bottom: 0px;
	}

	.menu-principal .navbar-nav li a {
		color: #3F3F3F;
	}

	.modulo-servico-home .titulo {
		font-size: 28px;
	}

	section.services .service-list {
		display: block;
	}

	section.services .service-list article {
		margin-bottom: 15px;
	}

	.banner-separador-home-01 .box .titulo {
		font-size: 26px;
		line-height: 28px;
	}

	.banner-separador-home-01 .box .chamada {
		font-size: 15px;
	}

	.banner-separador-home-01 .box {
		padding-bottom: 80px;
	}

	.banner-separador-home-01 .texto-padrao {
		padding-top: 80px;		
	}

	.modulo-portfolio-home .titulo {
		font-size: 26px;
	}

	section.services .service-list article a .text .button {
		background: #9A0201;
		color: #fff;
		display: block;
		height: 49px;
		line-height: 50px;
	}

	.info-footer .campo-email {
		margin-bottom: 15px;
	}

	.info-footer .img .logo {
		margin-bottom: 180px;
	}

	.info-footer {
		display: block;
		margin-top: 0px;
		margin-bottom: 95px;
	}

	.bar-black:before {
		width: 0px;

			-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.full-bg-header .barra-midias {
		background-color: #2460A9;
		    padding: 10px 25px;

		    	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.full-bg-header .barra-telefones {
	    font-size: 16px;
	    padding: 10px 25px;

	    	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.bar-black {
	    background: #000000;
	    padding-top: 0px;
	    padding-bottom: 0px;

	    	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.menu-principal .navbar-nav li a, .navbar-shrink .menu-principal .navbar-nav li a {
	    padding: 10px 0px 10px 0px;
	}

	.menu-principal .navbar-nav li a:before {
		left: 0px;
		bottom: -4px;
	}

	.menu-principal .navbar-nav > li {
		margin-left: 0px;
		margin-bottom: 15px;
	}

	.slick-prev{
		left: 0px;
	}
	.slick-next {
	    right: 0px;
	}

	.foto-fachada {
	    display: block;
	    position: relative;
	    margin-bottom: 15px;
	}

	.foto-fachada img {
		width: 100%;
	}

	.modulo {
		padding: 165px 0px;
	}

	.titulo-left {
	font-size: 28px;
	text-align: center;
	}

	.heading-divider {
	    margin: 0 auto;
	    display: block;
	    margin-bottom: 23px;
	    margin-top: 9px;
	}

	.slick-slide img {
	    display: block;
	    width: 80%;
	    margin: 0 auto;
	}

	.modulo-modelos-home {
	    padding: 60px 0px;
	}

	.box-info-entrega-home .slick-next {
	    right: 0px;
	}

	.box-info-entrega-home .slick-prev {
	    left: 0px;
	}

	.box-aplicacao-home {
	    margin-bottom: 10px;
	}

	.box-produto, .box-servico {
		margin-bottom: 10px;
	}

	.box-todo-brasil .legenda {
	    font-size: 24px;
	    margin-bottom: 10px;
	}

	.box-formulario .legenda {
		width: 100%;
		font-size: 21px;
	}

	.box-formulario .barra-telefones .box {
		font-size: 15px;
	}

	.box-formulario .padding-bottom {
		margin-bottom: 15px;
	}

	.area-contato-home {
		background: #fff !important;
	}

	.banner-full .titulo-banner {
		width: 100%;
		height: 188px;
		left: 100px;
		top: 0px;
		left: 0px;
		margin-top: 145px;
		line-height: 0px;
		margin-left: 0px;
	}

	.separador-home {
	    height: 244px;
	}
	
	.box-tabs .nav-tabs > li.active > a, 
	.box-tabs .nav-tabs > li.active > a:hover, 
	.box-tabs .nav-tabs > li.active > a:focus {
		padding-left: 14px;
		padding-right: 14px;
	}

	.nav-tabs > li > a {
		padding-left: 14px;
		padding-right: 14px;		
	}

	.box-modelos-relacionados {
		margin-top: 80px;
	}

	.legenda-modelos {
		margin-left: 0px;
		font-size: 22px;
	}

	.info-produto .imagem-modelo {
		position: relative;
		margin-top: 10px;
	}

	.info-produto .text .title {
		width: 100%;
	}

	.info-produto .text .cod{
		margin-bottom: 30px;
	}

	.form-produto .area-atendiment-lateral {
		width: 100%;
	}

	.box-formulario {
		padding: 40px 25px;
		background-color: #fff;
	}

	.form-produto .area-atendiment-lateral .titulo {
		font-size: 22px;
	}

	.info-footer .box-car .box {
		width: 25%;
	}

	.area-atendiment-lateral {
	    display: block;
	    margin-top: 80px;
	}

}

@media (max-width: 599px) {
		.navbar-shrink .logo-principal .logo-principal-img {
	    width: 215px;
	}

	.separador-home {
		height: 215px;
	}

	.logo-principal .logo-principal-img {
		margin: 0 auto;
		width: 215px;
		margin-top: 25px;
	}

	.banner-full .titulo-banner .legenda {
		font-size: 15px;
		text-transform: uppercase;
		line-height: 22px;
	}

	.banner-full .titulo-banner .titulo {
		font-size: 24px;
		line-height: 24px;
	}

	.banner-full .titulo-banner {
		width: 300px;
		height: 188px;
		left: 100px;
		top: 50%;
		left: 10%;
		margin-top: -86px;
		line-height: 64px;
	}

	.banner-full .btn-saiba-mais {
		margin-top: 20px;
	}

	.full-bg-header {
		background-color: #fff;
		padding-bottom: 0px;
	}

	.menu-principal .navbar-nav li a {
		color: #3F3F3F;
	}

	.modulo-servico-home .titulo {
		font-size: 28px;
	}

	section.services .service-list {
		display: block;
	}

	section.services .service-list article {
		margin-bottom: 15px;
	}

	.banner-separador-home-01 .box .titulo {
		font-size: 26px;
		line-height: 28px;
	}

	.banner-separador-home-01 .box .chamada {
		font-size: 15px;
	}

	.banner-separador-home-01 .box {
		padding-bottom: 80px;
	}

	.banner-separador-home-01 .texto-padrao {
		padding-top: 80px;		
	}

	.modulo-portfolio-home .titulo {
		font-size: 26px;
	}

	section.services .service-list article a .text .button {
		background: #9A0201;
		color: #fff;
		display: block;
		height: 49px;
		line-height: 50px;
	}

	.info-footer .campo-email {
		margin-bottom: 15px;
	}

	.info-footer .img .logo {
		margin-bottom: 180px;
	}

	.info-footer {
		display: block;
		margin-top: 0px;
		margin-bottom: 95px;
	}

	.bar-black:before {
		width: 0px;

			-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.full-bg-header .barra-midias {
		background-color: #2460A9;
		    padding: 10px 25px;

		    	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.full-bg-header .barra-telefones {
	    font-size: 16px;
	    padding: 10px 25px;

	    	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.bar-black {
	    background: #000000;
	    padding-top: 0px;
	    padding-bottom: 0px;

	    	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.menu-principal .navbar-nav li a, .navbar-shrink .menu-principal .navbar-nav li a {
	    padding: 10px 0px 10px 0px;
	}

	.menu-principal .navbar-nav li a:before {
		left: 0px;
		bottom: -4px;
	}

	.menu-principal .navbar-nav > li {
		margin-left: 0px;
		margin-bottom: 15px;
	}

	.slick-prev{
		left: 0px;
	}
	.slick-next {
	    right: 0px;
	}

	.foto-fachada {
	    display: block;
	    position: relative;
	    margin-bottom: 15px;
	}

	.foto-fachada img {
		width: 100%;
	}

	.modulo {
		padding: 165px 0px;
	}

	.titulo-left {
	font-size: 28px;
	text-align: center;
	}

	.heading-divider {
	    margin: 0 auto;
	    display: block;
	    margin-bottom: 23px;
	    margin-top: 9px;
	}

	.slick-slide img {
	    display: block;
	    width: 80%;
	    margin: 0 auto;
	}

	.modulo-modelos-home {
	    padding: 60px 0px;
	}

	.box-info-entrega-home .slick-next {
	    right: 0px;
	}

	.box-info-entrega-home .slick-prev {
	    left: 0px;
	}

	.box-aplicacao-home {
	    margin-bottom: 10px;
	}

	.box-produto, .box-servico {
		margin-bottom: 10px;
	}

	.box-todo-brasil .legenda {
	    font-size: 24px;
	    margin-bottom: 10px;
	}

	.box-formulario .legenda {
		width: 100%;
		font-size: 21px;
	}

	.box-formulario .barra-telefones .box {
		font-size: 15px;
	}

	.box-formulario .padding-bottom {
		margin-bottom: 15px;
	}

	.area-contato-home {
		background: #fff !important;
	}

	.banner-full .titulo-banner {
		width: 100%;
		height: 188px;
		left: 100px;
		top: 0px;
		left: 0px;
		margin-top: 145px;
		line-height: 0px;
		margin-left: 0px;
	}

	.separador-home {
	    height: 244px;
	}
	
	.box-tabs .nav-tabs > li.active > a, 
	.box-tabs .nav-tabs > li.active > a:hover, 
	.box-tabs .nav-tabs > li.active > a:focus {
		padding-left: 14px;
		padding-right: 14px;
	}

	.nav-tabs > li > a {
		padding-left: 14px;
		padding-right: 14px;		
	}

	.box-modelos-relacionados {
		margin-top: 80px;
	}

	.legenda-modelos {
		margin-left: 0px;
		font-size: 22px;
	}

	.info-produto .imagem-modelo {
		position: relative;
		margin-top: 10px;
	}

	.info-produto .text .title {
		width: 100%;
	}

	.info-produto .text .cod{
		margin-bottom: 30px;
	}

	.form-produto .area-atendiment-lateral {
		width: 100%;
	}

	.box-formulario {
		padding: 40px 25px;
		background-color: #fff;
	}

	.form-produto .area-atendiment-lateral .titulo {
		font-size: 22px;
	}

	.info-footer .box-car .box {
		width: 25%;
	}

	.area-atendiment-lateral {
    display: block;
    margin-top: 80px;
	}

}

@media (max-width: 361px) {
	
	.navbar-shrink .logo-principal .logo-principal-img {
	    width: 215px;
	}

	.separador-home {
		height: 215px;
	}

	.logo-principal .logo-principal-img {
		margin: 0 auto;
		width: 215px;
		margin-top: 25px;
	}

	.banner-full .titulo-banner .legenda {
		font-size: 15px;
		text-transform: uppercase;
		line-height: 22px;
	}

	.banner-full .titulo-banner .titulo {
		font-size: 24px;
		line-height: 24px;
	}

	.banner-full .titulo-banner {
		width: 300px;
		height: 188px;
		left: 100px;
		top: 50%;
		left: 10%;
		margin-top: -86px;
		line-height: 64px;
	}

	.banner-full .btn-saiba-mais {
		margin-top: 20px;
	}

	.full-bg-header {
		background-color: #fff;
		padding-bottom: 0px;
	}

	.menu-principal .navbar-nav li a {
		color: #3F3F3F;
	}

	.modulo-servico-home .titulo {
		font-size: 28px;
	}

	section.services .service-list {
		display: block;
	}

	section.services .service-list article {
		margin-bottom: 15px;
	}

	.banner-separador-home-01 .box .titulo {
		font-size: 26px;
		line-height: 28px;
	}

	.banner-separador-home-01 .box .chamada {
		font-size: 15px;
	}

	.banner-separador-home-01 .box {
		padding-bottom: 80px;
	}

	.banner-separador-home-01 .texto-padrao {
		padding-top: 80px;		
	}

	.modulo-portfolio-home .titulo {
		font-size: 26px;
	}

	section.services .service-list article a .text .button {
		background: #9A0201;
		color: #fff;
		display: block;
		height: 49px;
		line-height: 50px;
	}

	.info-footer .campo-email {
		margin-bottom: 15px;
	}

	.info-footer .img .logo {
		margin-bottom: 180px;
	}

	.info-footer {
		display: block;
		margin-top: 0px;
		margin-bottom: 95px;
	}

	.bar-black:before {
		width: 0px;

			-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.full-bg-header .barra-midias {
		background-color: #2460A9;
		    padding: 10px 25px;

		    	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.full-bg-header .barra-telefones {
	    font-size: 16px;
	    padding: 10px 25px;

	    	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.bar-black {
	    background: #000000;
	    padding-top: 0px;
	    padding-bottom: 0px;

	    	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.menu-principal .navbar-nav li a, .navbar-shrink .menu-principal .navbar-nav li a {
	    padding: 10px 0px 10px 0px;
	}

	.menu-principal .navbar-nav li a:before {
		left: 0px;
		bottom: -4px;
	}

	.menu-principal .navbar-nav > li {
		margin-left: 0px;
		margin-bottom: 15px;
	}

	.slick-prev{
		left: 0px;
	}
	.slick-next {
	    right: 0px;
	}

	.foto-fachada {
	    display: block;
	    position: relative;
	    margin-bottom: 15px;
	}

	.foto-fachada img {
		width: 100%;
	}

	.modulo {
		padding: 165px 0px;
	}

	.titulo-left {
	font-size: 28px;
	text-align: center;
	}

	.heading-divider {
	    margin: 0 auto;
	    display: block;
	    margin-bottom: 23px;
	    margin-top: 9px;
	}

	.slick-slide img {
	    display: block;
	    width: 80%;
	    margin: 0 auto;
	}

	.modulo-modelos-home {
	    padding: 60px 0px;
	}

	.box-info-entrega-home .slick-next {
	    right: 0px;
	}

	.box-info-entrega-home .slick-prev {
	    left: 0px;
	}

	.box-aplicacao-home {
	    margin-bottom: 10px;
	}

	.box-produto, .box-servico {
		margin-bottom: 10px;
	}

	.box-todo-brasil .legenda {
	    font-size: 24px;
	    margin-bottom: 10px;
	}

	.box-formulario .legenda {
		width: 100%;
		font-size: 21px;
	}

	.box-formulario .barra-telefones .box {
		font-size: 15px;
	}

	.box-formulario .padding-bottom {
		margin-bottom: 15px;
	}

	.area-contato-home {
		background: #fff !important;
	}

	.banner-full .titulo-banner {
		width: 100%;
		height: 188px;
		left: 100px;
		top: 0px;
		left: 0px;
		margin-top: 145px;
		line-height: 0px;
		margin-left: 0px;
	}

	.separador-home {
	    height: 244px;
	}

	.box-tabs .nav-tabs > li.active > a, 
	.box-tabs .nav-tabs > li.active > a:hover, 
	.box-tabs .nav-tabs > li.active > a:focus {
		padding-left: 14px;
		padding-right: 14px;
	}

	.nav-tabs > li > a {
		padding-left: 14px;
		padding-right: 14px;		
	}

	.box-modelos-relacionados {
		margin-top: 80px;
	}

	.legenda-modelos {
		margin-left: 0px;
		font-size: 22px;
	}

	.info-produto .imagem-modelo {
		position: relative;
		margin-top: 10px;
	}

	.info-produto .text .title {
		width: 100%;
	}

	.info-produto .text .cod{
		margin-bottom: 30px;
	}

	.form-produto .area-atendiment-lateral {
		width: 100%;
	}

	.box-formulario {
		padding: 40px 25px;
		background-color: #fff;
	}

	.form-produto .area-atendiment-lateral .titulo {
		font-size: 22px;
	}
	.info-footer .box-car .box {
		width: 25%;
	}

	.area-atendiment-lateral {
	    display: block;
	    margin-top: 80px;
	}

}

@media (max-width: 320px) {
	.navbar-shrink .logo-principal .logo-principal-img {
	    width: 215px;
	}

	.separador-home {
		height: 215px;
	}

	.logo-principal .logo-principal-img {
		margin: 0 auto;
		width: 215px;
		margin-top: 25px;
	}

	.banner-full .titulo-banner .legenda {
		font-size: 15px;
		text-transform: uppercase;
		line-height: 22px;
	}

	.banner-full .titulo-banner .titulo {
		font-size: 24px;
		line-height: 24px;
	}

	.banner-full .titulo-banner {
		width: 300px;
		height: 188px;
		left: 100px;
		top: 50%;
		left: 10%;
		margin-top: -86px;
		line-height: 64px;
	}

	.banner-full .btn-saiba-mais {
		margin-top: 20px;
	}

	.full-bg-header {
		background-color: #fff;
		padding-bottom: 0px;
	}

	.menu-principal .navbar-nav li a {
		color: #3F3F3F;
	}

	.modulo-servico-home .titulo {
		font-size: 28px;
	}

	section.services .service-list {
		display: block;
	}

	section.services .service-list article {
		margin-bottom: 15px;
	}

	.banner-separador-home-01 .box .titulo {
		font-size: 26px;
		line-height: 28px;
	}

	.banner-separador-home-01 .box .chamada {
		font-size: 15px;
	}

	.banner-separador-home-01 .box {
		padding-bottom: 80px;
	}

	.banner-separador-home-01 .texto-padrao {
		padding-top: 80px;		
	}

	.modulo-portfolio-home .titulo {
		font-size: 26px;
	}

	section.services .service-list article a .text .button {
		background: #9A0201;
		color: #fff;
		display: block;
		height: 49px;
		line-height: 50px;
	}

	.info-footer .campo-email {
		margin-bottom: 15px;
	}

	.info-footer .img .logo {
		margin-bottom: 180px;
	}

	.info-footer {
		display: block;
		margin-top: 0px;
		margin-bottom: 95px;
	}

	.bar-black:before {
		width: 0px;

			-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.full-bg-header .barra-midias {
		background-color: #2460A9;
		    padding: 10px 25px;

		    	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.full-bg-header .barra-telefones {
	    font-size: 16px;
	    padding: 10px 25px;

	    	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.bar-black {
	    background: #000000;
	    padding-top: 0px;
	    padding-bottom: 0px;

	    	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.menu-principal .navbar-nav li a, .navbar-shrink .menu-principal .navbar-nav li a {
	    padding: 10px 0px 10px 0px;
	}

	.menu-principal .navbar-nav li a:before {
		left: 0px;
		bottom: -4px;
	}

	.menu-principal .navbar-nav > li {
		margin-left: 0px;
		margin-bottom: 15px;
	}

	.slick-prev{
		left: 0px;
	}
	.slick-next {
	    right: 0px;
	}

	.foto-fachada {
	    display: block;
	    position: relative;
	    margin-bottom: 15px;
	}

	.foto-fachada img {
		width: 100%;
	}

	.modulo {
		padding: 165px 0px;
	}

	.titulo-left {
	font-size: 28px;
	text-align: center;
	}

	.heading-divider {
	    margin: 0 auto;
	    display: block;
	    margin-bottom: 23px;
	    margin-top: 9px;
	}

	.slick-slide img {
	    display: block;
	    width: 80%;
	    margin: 0 auto;
	}

	.modulo-modelos-home {
	    padding: 60px 0px;
	}

	.box-info-entrega-home .slick-next {
	    right: 0px;
	}

	.box-info-entrega-home .slick-prev {
	    left: 0px;
	}

	.box-aplicacao-home {
	    margin-bottom: 10px;
	}

	.box-produto, .box-servico {
		margin-bottom: 10px;
	}

	.box-todo-brasil .legenda {
	    font-size: 24px;
	    margin-bottom: 10px;
	}

	.box-formulario .legenda {
		width: 100%;
		font-size: 21px;
	}

	.box-formulario .barra-telefones .box {
		font-size: 15px;
	}

	.box-formulario .padding-bottom {
		margin-bottom: 15px;
	}

	.area-contato-home {
		background: #fff !important;
	}

	.banner-full .titulo-banner {
		width: 100%;
		height: 188px;
		left: 100px;
		top: 0px;
		left: 0px;
		margin-top: 145px;
		line-height: 0px;
		margin-left: 0px;
	}

	.separador-home {
	    height: 244px;
	}
	
	.box-tabs .nav-tabs > li.active > a, 
	.box-tabs .nav-tabs > li.active > a:hover, 
	.box-tabs .nav-tabs > li.active > a:focus {
		padding-left: 14px;
		padding-right: 14px;
	}

	.nav-tabs > li > a {
		padding-left: 14px;
		padding-right: 14px;		
	}

	.box-modelos-relacionados {
		margin-top: 80px;
	}

	.legenda-modelos {
		margin-left: 0px;
		font-size: 22px;
	}

	.info-produto .imagem-modelo {
		position: relative;
		margin-top: 10px;
	}

	.info-produto .text .title {
		width: 100%;
	}

	.info-produto .text .cod{
		margin-bottom: 30px;
	}

	.form-produto .area-atendiment-lateral {
		width: 100%;
	}

	.box-formulario {
		padding: 40px 25px;
		background-color: #fff;
	}

	.form-produto .area-atendiment-lateral .titulo {
		font-size: 22px;
	}

	.info-footer .box-car .box {
		width: 25%;
	}

	.area-atendiment-lateral {
	    display: block;
	    margin-top: 80px;
	}
}