@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

/************************************
* GENERAL STYLES
*************************************/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
  color: #58585A;
}
a:hover, a:focus {
  color: #E20C1A;
  text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
  outline: 0 !important;
}


/************************************
* TOP HEADER
*************************************/

.header-section {
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header-section {
    background: #fff;
    box-shadow: 0 0 2px #999;
}

#header > .container,
.header-section > .container {
	position: relative;
}

.top-header {
    position: relative;
    overflow: hidden;
    background-color: #F5F5F6;
}

.contact-detail2 {
    font-family: 'Open Sans', sans-serif;
    color: #003A6A;
    font-weight: 400;
    margin: 0px;
}

.contact-detail2 li a {
    color: #00192B;
    font-size: 13px;
    font-weight: 400;
}

.contact-detail2 a:hover {
    font-family: 'Open Sans', sans-serif;
    color: #C1001C;
    font-weight: 400;
}

.contact-detail2 i {
    font-size: 16px;
    padding: 12px;
    color: #003A6A;
    width: 30px;
    background-color: #;
    margin-left: 6px;
}

.contact-detail2 li {
    list-style: outside none none;
    float: left;
    padding: 0px;
}

.contact-detail2 li:first-child {
    padding-left: 0;
}

.social-icons ul.social-buttons {
    list-style-type: none;
    margin: 5px auto;
}

.social-icons ul.social-buttons li a {
    display: block;
    background-color: #003A6A;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.social-icons ul.social-buttons li a:hover {
    background-color:#C1001C;
}


/************************************
* Logo
*************************************/

.logo {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    height: auto;
    padding: 8px 0px;
}

.header-logo {
    margin: 0 auto;
    width: 320px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

/************************************
* Navbar
*************************************/

.menu {
  background: #C1001C;
  width: 100%;
}

.wpb-mobile-menu{
	display: none;
}
.navbar-toggle{
	display: none;
}

.slicknav_menu{
	display: none;
}
.slicknav_btn {
  margin-top: 29px;
  margin-right: 0;  
  border-color: #FFF;
}
.slicknav_btn:hover {
  background: #FFC200;
}
.slicknav_menu .slicknav_icon-bar {
  background: #FFF;
}
.slicknav_nav a:hover,
.slicknav_nav .active {
  border-color: #FFF;
  color: #FFF;
}

.navbar {
    margin-bottom: 0;
    background: #C1001C;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.header-shade {
    -webkit-box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
    z-index: 999;
}

.navbar-fixed-top {
    -webkit-box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
    z-index: 999;
    margin-top: 0px !important;
    padding: 0px 0px !important;
    background: #fff !important;
    position: fixed !important;
}

.navbar-fixed-top {
    color: #FFF !important;
    background: transparent !important;
    text-transform: uppercase !important;
}

.navbar-brand {
	position: relative;
	padding: 25px 0;
	margin: 0!important;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav {
        color: #FFF;
	position: relative;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li {
    margin-left: 15px;
    margin-right: 30px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0px;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 0px 15px 10px;
	overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
	border-bottom: 0px solid;
	color:#003A6A;
}

.navbar-default .navbar-nav > li > a:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.navbar-default .navbar-nav > li > a.active:after {
	opacity: 1;
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    visibility: hidden;
    top: 100%;
    width: 250px;
    background-color: #C1001C;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
        visibility: visible;
	opacity: 1;
}

.dropdown li, .sup-dropdown li {
	position: relative;
        border-top: 1px solid rgba(155, 0, 30, 0.3);
}

.dropdown li:first-child, .sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a, .sup-dropdown li a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}

.dropdown li a i {
	margin: 0 0 0 -4px;
}

.dropdown > li:hover > a, .sup-dropdown li:hover > a {
        font-size: 14px;
        color: #FFC200;
        font-weight: 400;
	padding-left: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 80px;
    background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
}

/************************************
* Home slide
*************************************/

#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -30px;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
}

#home-slider .box-slide {
    padding: 0 0 15px;
    margin: auto;
    display: inline-block;

}
#home-slider .box-vermelho {
    display: block;
    max-width: 650px;
}
#home-slider .box-barra {
    margin-left: 50px;
    background-color: rgba(226, 12, 26, 0.0); 
    max-width: 600px;
    padding: 10px;
}
#home-slider .box-branco {
    display: block;
    background-color: rgba(0, 32, 51, 0.8); 
    max-width: 650px;
    padding: 20px;
}

#home-slider .caption h1 {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

#home-slider .caption p {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

.caption .btn-start {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 32, 51, 0.3);
}

.carousel-fade .carousel-inner .item2 {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
  max-height: 645px;
}

.carousel-fade .carousel-inner .item2:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 32, 51, 0.3);
}


.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 61px;
  width: 61px;
  line-height: 58px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.4);
  border: 0px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -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;
}

.left-control {
  left: -61px
} 

.right-control {
  right: -61px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  height: 55px;
  width: 55px;
  line-height: 54px;
  background-color: rgba(0, 32, 51,0.4);
  border-radius: 50%;
  border: 0px solid #fff;  
  font-size: 24px;
  color: #fff;
  text-align: center;
  left: 50%;
  bottom: 10px;
  display: inline-block;
  margin-left: -24px;
  z-index: 998;
  -webkit-animation: bounce 4000ms infinite;
  animation: bounce 4000ms infinite;
}

#home-slider .navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

#home-slider .navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

#home-slider .navbar-brand h1 {
  margin-top: 5px;
}

/************************************
 Empresa
*************************************/

.empresa {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #565D56;
    background: #fff;
}
.empresa h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #003A6A;
    font-size: 26px;
    text-align: center;
    margin-bottom: 0px;
}
.empresa p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
    color: #003A6A;
    margin-top: 35px;
}

.empresa-title .single-border {
    display: inline-block;
    margin-top: 10px;
}

.empresa-title .single-border::before {
    background: #003A6A none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.empresa-title .single-border::before {
    width: 140px;
}

.empresa-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}

/************************************
 Conteudo
*************************************/

.conteudo {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #565D56;
    background: #fff;
}
.conteudo h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #003A6A;
    font-size: 26px;
    text-align: center;
    margin-bottom: 0px;
}
.conteudo h3 {
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #003A6A;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0px;
}
.conteudo p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #003A6A;
}

.conteudo-title .single-border {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 40px;
}

.conteudo-title .single-border::before {
    background: #003A6A none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.conteudo-title .single-border::before {
    width: 140px;
}

.conteudo-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}

.conteudo .single_cont {
  padding: 0px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.conteudo .single_cont i {
    border: 2px solid rgba(0, 58, 106, 0.9);
    padding: 20px;
    color: #003A6A;
    font-size: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

.conteudo .single_cont p {
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #003A6A;
    font-weight: 400;
}

/************************************
* AVISO COLETA DE DADOS
*************************************/

#priv-title { 
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

#priv-texto {
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

#priv-texto a {
  color: #fff;
  font-weight: 700;
}

#priv-texto a:hover {
  color: #C1001C;
  font-weight: 700;
}


/************************************
* Servi�o
*************************************/

.servico {
    background: #002033;
    padding-top: 50px;
    padding-bottom: 50px;
}
.servico h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
	color: #FFF;
	font-size: 26px;
	text-align: center;
	margin-bottom: 0px;
}
.servico p {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        line-height: 22px;
        text-align: justify;
        font-weight: 400;
	color: #FFF;
        margin-top: 35px;
}

.servico-title .single-border {
    display: inline-block;
    margin-top: 10px;
}

.servico-title .single-border::before {
    background: #27CCC0 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.servico-title .single-border::before {
    width: 140px;
}

.servico-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}

.single_servico {
  border: 1px solid rgba(39, 204, 192, 0.9);
  padding: 20px 0;
  margin-top: 40px;
  margin-bottom: 10px;
}

.single_servico i {
    color: #27CCC0;
    font-size: 40px;
    margin-bottom: 10px;
}

.servico .single_servico p {
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

/************************************
 Modalidade de servi�o
*************************************/

.modalidadeserv {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #565D56;
    background: #fff;
}
.modalidadeserv h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
	color: #003A6A;
	font-size: 26px;
	text-align: center;
	margin-bottom: 0px;
}
.modalidadeserv p {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        line-height: 22px;
        text-align: justify;
        font-weight: 400;
	color: #003A6A;
        margin-top: 35px;
}

.modalidadeserv-title .single-border {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 50px;
}

.modalidadeserv-title .single-border::before {
    background: #003A6A none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.modalidadeserv-title .single-border::before {
    width: 140px;
}

.modalidadeserv-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}

.single_modalidadeserv {
  padding: 0px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.single_modalidadeserv i {
    border: 2px solid rgba(0, 58, 106, 0.9);
    padding: 20px;
    color: #003A6A;
    font-size: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

.modalidadeserv .single_modalidadeserv p {
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #003A6A;
    font-weight: 400;
}

/************************************
* Feature
*************************************/

.section-feature {    
    background: url(../images/bg-feature.jpg) no-repeat fixed;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.section-verao {    
    background: url(../images/bg-top.jpg) no-repeat fixed;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #002033;
  opacity: 0.8;
  z-index: -1;
}

.section-box-text-cont {
    text-align: center;
}

.section-box-text-cont h2 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 40px 0 15px 0;
}

.section-box-text-cont p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 40px 0;
}

/************************************
* Clientes
*************************************/

.clientes {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #565D56;
    background: #fff;
}
.clientes h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #003A6A;
    font-size: 26px;
    text-align: center;
    margin-bottom: 0px;
}
.clientes p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
    color: #003A6A;
    margin-top: 35px;
}

.clientes-title .single-border {
    display: inline-block;
    margin-top: 10px;
}

.clientes-title .single-border::before {
    background: #003A6A none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.clientes-title .single-border::before {
    width: 140px;
}

.clientes-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}

.clientes {
    text-align: center;
}
.list-logo {
  text-align: center;
}
.list-logo > li {
  margin: 1em 1em;
}
@media screen and (max-width: 480px) {
  .list-logo > li {
    display: block;
    margin: 1em 0;
  }
}
.clientes a {opacity: 0.7;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;}
.clientes a:hover{opacity: 1;}

/************************************
* CONTATO
*************************************/

.contato{
        text-align: center;
}

.contato p{
        text-align: center;
}

#contato input, select { 
	width: 100%; 
	max-width: ;
	padding: 12.9px; 
        font-size: 14px;
	color: #999; 
	background: #E9E9EA; 
	border: 0px solid #F0F0F0; 
	margin: 7px 0px; 
	-webkit-border-radius:2px; 
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
	border-color: none;
	box-shadow: none;
	outline: 0 none;
}
textarea { 
	width: 100%; 
	max-width:  ;
	height: 145px;
	padding: 13px; 
        font-size: 14px;
	color: #999; 
	background: #E9E9EA; 
	border: 0px solid #F2F2F2; 
	margin-top: 7px;
	margin-left: ;
	margin-right:15px;
	-webkit-border-radius:2px; 
}
#contato input:focus, textarea:focus, select:focus { 
	border: 0px solid #999; 
	background-color: #003A6A; 
	color:#fff; 
}

#contato input.submit { 
	width: 185px;
	margin: 15px 0px;
	cursor: pointer;  
	color:#fff; 
	border-radius: 3px;
	background: #808080;
}
#contato input.submit:hover { 
	background:#003A6A;
	color: #fff;
}
#contato input[type="submit"][disabled] {
	background:#003A6A;
	color: #fff;
}
#contato span.required { 
	font-size: 13px; 
	color: #fff; 
}
#message { 
	margin: 10px 0; 
	padding: 0; 
}
.error_message {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color: #fff;
	-webkit-border-radius: 5px;
	background-color: #083656;
	background-image: url(../img/error.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}
.loader { 
	padding: 0 10px; 
}

/************************************
* GOOGLE MAP
*************************************/

.gmap {
	height: 500;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}  

#map{
	display: block;
	width: 100%;
	height: 500px;
	margin: 0 auto;
}

#map.large{
	height:500px;
}

#map img {
	max-width:none !important;
	height:auto;
}

/************************************
* Rodape
*************************************/

#rodape {
	padding-top: 25px;
	padding-bottom: 20px;
	color: #FFF;
	background: #003A6A;
}
#rodape h4 {
	color: #FFF;
	text-transform: uppercase;
}
#rodape h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
	color: #FFF;
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px;
}
#rodape p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-align: center;
        line-height: 22px;
        font-weight: 400;
	color: #FFF;
}

#rodape .social {
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  width: 100%;
}
#rodape .social li {
  list-style: none;
  margin: 0;
  display: inline-block;
}
#rodape .social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  background: #00192B;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#rodape .social li a i {
  display: table-cell;
  vertical-align: middle;
}
#rodape .social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
#rodape .social li a.social-box {
  background: #C1001C;
  color: #fff;
}
#rodape .social li a.social-circle {
  background: #C1001C;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#rodape .social li a:hover {
  background: #C1001C !important;
  color: #fff;
}
#rodape .social.social-box a {
  background: #52d3aa;
  color: #fff;
}
#rodape .social.social-circle a {
  background: #C1001C;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Footer */

#footer {
	background: #00192B;
	padding: 10px 0 10px 0;
	color: #42626b;
	text-align: center;
}
#footer p {
	color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        margin-top: 10px;
}
#footer a {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
	color: #C4C4C5;
}
#footer a:hover {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: #fff;
        text-decoration: none;
}

/************************************
* Bot�es
*************************************/

#btlink a {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 48px;
    text-decoration: none;
    text-align: center;
    background: #3D3D3F;
    line-height: 36px;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

#btlink a:hover {
    background: #E20C1A;
    color: #fff;
}

/*.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    background-color: rgba(193, 0, 28, 0.8);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
*/

/*================
BOT�O LADING PAGE
================*/

.btn-lading{
    background-color: #be2121;
    text-transform: uppercase;
    margin-top: 50px;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 30px;
    border-radius: 60px;
    margin: 50px 10px 0 0;
    /* outline: none !important; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* transition: all 0.3s; */
}

.btn-lading:hover{
	color:#000;
}

