/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.page-scroll
 */
 
@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('../fonts/bebasneue_regular.eot');
    src: url('../fonts/bebasneue_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_regular.woff2') format('woff2'),
         url('../fonts/bebasneue_regular.woff') format('woff'),
         url('../fonts/bebasneue_regular.ttf') format('truetype'),
         url('../fonts/bebasneue_regular.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    width: 100%;
    height: 100%;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    color: #fff;
    background:url(../img/bg-body.jpg) repeat;
	font-size:12px;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'bebas_neue_regularregular', Arial, Helvetica, sans-serif ;
    letter-spacing: 1px;
	color:#FFFFFF;
}

h1 {
	font-size:45px;
	color:#CE2D2D;
	padding-top:30px;
	transition: all 0.5s;
}

h1:hover {
	color:#E54B4B;
	font-size:48px;
	transition: all 0.5s;
}

h2 {
	font-size:45px;
	color:#CE2D2D;
	padding-top:30px;
	transition: all 0.5s;
}

h2:hover {
	color:#E54B4B;
	font-size:48px;
	transition: all 0.5s;
}

h2.sub_destaque {
	font-size:30px !important;
	margin-top:10px;
}

h2.sub_destaque2 {
	font-size:30px !important;
	margin:0;
	padding:0;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}

h2.sub_destaque2 a{
    color: #CE2D2D;
}

h2.sub_destaque2 a:hover{
    color: #E54B4B;
}

h3 {
	font-size:45px;
	color:#CE2D2D;
	padding-top:30px;
	transition: all 0.5s;
}

h3:hover {
	color:#E54B4B;
	font-size:48px;
	transition: all 0.5s;
}

h3.sub_destaque {
	font-size:30px !important;
	margin-top:10px;
	margin:0;
	margin-bottom:10px;
}

h3.sub_destaque2 {
	font-size:30px !important;
	margin:0;
	padding:0;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}

h4 {
	font-size:45px;
	color:#CE2D2D;
	padding-top:30px;
	transition: all 0.5s;
}

h4:hover {
	color:#E54B4B;
	font-size:48px;
	transition: all 0.5s;
}

h4.servicos {
	font-size:26px;
	color:#fff;
}

p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 1.6;
    }
}

a {
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
	border:0;
	font-family: 'bebas_neue_regularregular', Arial, Helvetica, sans-serif ;
    background: #f2f2f2;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #1B3362;
	font-size: 18px;
}

.navbar-custom .nav li.active {
    background-color: rgba(255,255,255,.2);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color:#B50301;
	color:#fff;
}

@media(min-width:767px) {
    .navbar {
        padding-top:3px;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		background:url(../img/bg-header.png) repeat top;
    }
	
	.navbar .logo-min {
		display:none;
	}

    .top-nav-collapse {
        padding: 0;
        background:#f3f3f3 !important;
		border-bottom:10px solid #B2120D;
    }

    .navbar-custom.top-nav-collapse .logo-max {
		display:none;
    }
	
	.navbar-custom.top-nav-collapse .logo-min {
		display:block;
    }
	
}

@media(max-width:766px) {
	.navbar .logo-min {
		display:none;
		margin-left:10px;
	}
	
	.navbar .logo-max {
		margin:10px;
	}
	.navbar-custom.top-nav-collapse .logo-max {
		display:none;
    }
	
	.navbar-custom.top-nav-collapse .logo-min {
		display:block;
    }
	
	.navbar-custom.top-nav-collapse .navbar-nav {
		margin-top:15px;		
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 0;
	padding-top:127px;
    text-align: center;
    color: #fff;
    background: #EAEAEA;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	overflow:hidden;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
		height:auto;
		overflow:hidden;
		padding-top:127px;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

.btn-circle2 {
    width: 70px;
    height: 70px;
    margin-top: 1px;
	margin-bottom:7px;
    padding: 7px 16px;
    border: 2px solid #034EA1;
    border-radius: 35px;
    font-size: 40px;
    color: #034EA1;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle2:hover,
.btn-circle:focus {
    color: #CE1414;
    background: rgba(255,255,255,.1);
}

.btn-circle2 i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle2:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #FFF;
    border-radius: 35px;
    font-size: 40px;
    color: #FFF;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #CE1414;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.content-section {
    padding-top: 30px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 50px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: 'bebas_neue_regularregular', Arial, Helvetica, sans-serif ;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::-moz-selection {
    background: 0 0;
}

i.fa-bars {
	color:#0f3b65;
}

#topicos_como_funciona {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:1013px;
	border-bottom:solid 1px #FFFFFF;
	margin-bottom:40px;
	padding-bottom:40px;
	overflow:hidden;
}

.como_funciona {
	float:left;
	width:210px;
	height:210px;
	text-align:center;
	font-family: 'bebas_neue_regularregular', Arial, Helvetica, sans-serif ;
	color:#FFF;
	font-size:27px;
	line-height:normal;
}

.como_funciona_seta {
	float:left;
	margin-left:10px;
	margin-right:10px;
	height:210px;
	width:37px;
	background:url("../img/seta_como_funciona.png") no-repeat center;
}

#servicos_left {
	float:left;
	height:auto;
	width:50%;
	border-right:solid 1px #FFFFFF;
	padding-right:5%;
}

.produtos_categoria {
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
}

.produtos_categoria h2 {
	padding:0;
	margin:0;
}

.servicos_detalhes_titulo {
	font-family: 'bebas_neue_regularregular', Arial, Helvetica, sans-serif ;
	font-size:18px;
	line-height:normal;
	float:left;
	width:100%;
	height:60px;
	background:url("../img/titulo_servicos.png") no-repeat bottom left;
	margin-bottom:-16px;
	color:#0f3b65;
	position:relative;
}

.servicos_detalhes {
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	width:226px;
	height:auto;
	text-align:center;
	overflow:hidden;
}

.servicos_detalhes img {
}

#formulario_left {
	width:50%;
	float:left;
	padding-right:5%;
	border-right:solid 1px #FFFFFF;
	background:#0F0;
}

#formulario_contato_dados {
	border-right: 1px solid #ffffff;
    color: #fff;
    float: left;
    font-size: 28px;
    font-weight: normal;
    padding-right: 5%;
    text-transform: uppercase;
    width: 50%;
	font-family: 'bebas_neue_regularregular', Arial, Helvetica, sans-serif ;
}

.formulario_contato_dados_informacoes {
	width:100%;
	height:41px;
	float:left;
	margin-bottom:15px;
}

#formulario_contato_campo {
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:20px;
}

.likebox_link {
	padding:5px;
	background:#FFF;
	float:left;
	overflow:hidden;
	border-radius:10px;
	width:65px;
	height:30px;
	margin-top:5px;
}

a.bt_facebook_suporte {
	height:41px;
	width:100%;
	max-width:310px;
	float:left;
	margin-right:20px;
	padding-left:54px;
	background:url("../img/bt_facebook.png") no-repeat top left;
}

a.bt_facebook_suporte:hover {
	color:#D64240;
	background-position:bottom left;
}

a.bt_twitter_suporte {
	height:41px;
	width:100%;
	max-width:310px;
	float:left;
	margin-right:20px;
	padding-left:54px;
	background:url("../img/bt_twitter.png") no-repeat top left;
}

a.bt_twitter_suporte:hover {
	color:#D64240;
	background-position:bottom left;
}

.telefones_header {
	float:right;
	color:#003967;
	font-size:20px;
	margin-top:28px;
	border-left:solid 1px #003967;
	padding-left:25px;
	margin-left:10px;
}

.telefone_mobile {
	display:none;
	float:right;
	color:#003967;
	font-size:20px;
	margin-top:12px;
	border-right:solid 1px #003967;
	padding-right:25px;
	margin-right:10px;
}

#footer_copyright {
	overflow:hidden;
	width:100%;
	background:#f2f2f2;
	padding-top:10px;
	padding-bottom:10px;
	color:#003967;
}

#footer_copyright_center {
	margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.contenthover {
	padding:5px;
	font-size:13px;
	line-height:15px;
}

.contenthover a.mybutton:hover {
	background:#34742d;
}

h2.accordion{
	cursor: pointer;
	font-size:30px !important;
	margin-top:10px;
	color:#0f3b65;
	background:#B4CA26;
	width:100%;
	padding:10px;
	text-align:center;
}

div.accordion{
	display:none;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.conteudo_accordion {
	overflow:hidden;
}

.campo_forma_pagamento {
	width:100%;
	height:33px;
	float:left;
	background:#FFF;
	color:#333 !important;
	padding-top:5px;
	padding-right:5px;
	border: 1px solid #0f3b65;
}

.campo_forma_pagamento select {
	border:0;
	width:100%;
}

.area_texto_formulario {
	width:100%;
	height:100px;
	padding:6px;
	font-size:14px;
	border: 1px solid #0f3b65;
}

@media(max-width:1030px) {
    .nav > li > a {
        padding-left:5px !important;
        padding-right: 5px !important;
        font-size:16px;
    }
    .navbar-header {
     max-width:200px;   
    }
}

@media(max-width:870px) {
.nav > li > a {
        padding-left:10px !important;
        padding-right: 10px !important;
        font-size:18px;
    }
    .navbar-header {
     max-width:none;   
    }
}
@media(max-width:930px) {

#formulario_contato_dados {
		width:100% !important;
	font-size:18px !important;
	margin-bottom:20px !important;
	}

	.formulario_contato_dados_informacoes {
		height:auto !important;
	}
}

@media(max-width:718px) {
	.copy-responsivo {
		text-align:center;
	}

	.navbar-brand, page-scroll, logo-max img {
		max-width:70% !important;
	}
}


@media(max-width:700px) {
	

	.logo-min img {
		max-width:70% !important;
		height:auto !important;
	}

	.bx-wrapper .bx-controls-direction a {
	display:none;
	}

}

@media(max-width:400px) {
	.video-empresa {
	display:none;
}
}




/*----------------- TAMANHO DA TELA - 651PX ------------*/
@media screen and (max-width: 801px) {

#tabs_icones.desk {
	display:none !important;
}

#tabs_icones.responsivo {
	display:block !important;
}

li.itens { 
display:none !important;
}

.aba div img {
	float:left !important;
}

.servicos_icones3 {
	display:none !important;
}

.seta_selected  {
	display:none !important;
}
.seta_selected2  {
	display:none !important;
}
.seta_selected3  {
	display:none !important;
}

.row img {
	max-width:100% !important;
}

.row img.inseto  {
	max-width:100% !important;
	margin-left:0 !important
}

.tabs-responsivo {
  max-width: none;
  padding: 0;
  color:#123;
  font-size:20px;
  text-align:center;
  position:relative;
  z-index:999 !important;
  display:block !important;
}

li.tabs-responsivo a {
  display: block;
 color:#1D3768 !important;
  padding:5px;
  text-align:center;
   background:#f2f2f2;
  border-radius:2px;
  font-size:15px;
  margin-bottom:5px;
  transition: all 0.4s;
}
 li.tabs-responsivo a:hover { background: #C90808; color:#fff !important; transition: all 0.4s; }



}