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

body, html {
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000000;
}

h1 strong{
    font-weight: 900;
}
h2 {
    line-height: 30px;
    margin:  0;
}

h3 {
    font-size: 18px;
    font-weight: 900;
}

h5 {
    font-weight: 700;
    line-height: 20px;
}

p {
    font-family: 'Open Sans', sans-serif;
}

p.intro {
    font-size: 16px;
    margin: 12px 0 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}
a {
    color: #FE0C0D;
}

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

.section-title hr {
    border-color: #FE0C0D;
    border-width: 4px;
    width: 60px;
    float: left;
    clear: both;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix { height: 1%; }
.clearfix { display: block; }

ul, ol{
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

/* Navigation */
#tf-menu {
    height: 90px;
    padding: 20px;
    transition: all 0.8s;
}

#tf-menu.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}

#tf-menu a.navbar-brand {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    margin-top: -23px;
}

@media (max-width: 767px) {
    #tf-menu a.navbar-brand {
        margin-top: -13px;
    }
}

#tf-menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #FE0C0D;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}

.on {
    background-color: #ffffff !important;
    padding: 20px 0 !important;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #dedede;
    font-weight: bold;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #121C1A !important;
    background-color: transparent;
    font-weight: bold;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FE0C0D;
    border-color: #FE0C0D;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #FFF;
}

/* Home Style */
#home{
    background: url(../img/01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #cfcfcf;
}

#home .overlay{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.6) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(17%,rgba(0,0,0,0.6)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.6) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 17%,rgba(0,0,0,0.6) 35%,rgba(0,0,0,0.6) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 17%,rgba(0,0,0,0.6) 35%,rgba(0,0,0,0.6) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 17%,rgba(0,0,0,0.6) 35%,rgba(0,0,0,0.6) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height: 750px;
    background-attachment: fixed;
}

#home p.lead {
    padding: 0 200px;
    font-size: 40px;
    line-height: 60px;
    color: #e3e3e3;
    text-shadow: 2px 4px 8px #000000;
}

.content{
    position: relative;
    padding: 14% 0 0;
}

.content h1 {
    font-size: 50px;
    text-shadow: 2px 4px 8px #000000;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.color{
    color: #FE0C0D;
}

a.fa.fa-angle-down {
    padding: 10px 15px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bold;
    margin-top: 40px;
    transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
    background: #FE0C0D;
    color: #ffffff;
    border: 2px solid #FE0C0D;
}

@media (max-width: 767px) {
    #home .overlay{
        height: 680px;
    }

    #home p.lead {
        padding: 20px;
        font-size: 25px;
        line-height: 36px;
    }

    .content {
        padding: 50% 0 0;
    }

    .content h1 {
        font-size: 30px;
    }

    a.fa.fa-angle-down {
        font-size: 24px;
        margin-top: 40px;
    }
}

/* About Section */
#aempresa {
    padding: 80px 0;
}
ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}
ul.about-list li span{
    margin-right: 10px;
}

/* Links Úteis Section */
#links-uteis {
    height: auto;
    background: url(../img/03.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}
#links-uteis .overlay {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height: auto;
    background-attachment: fixed;
    padding: 80px 0;
}
.section-title.center{
    padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
    font-weight: 300;
}
.section-title.center .line{
    border-top: 4px solid #121C1A;
    height: 10px;
    width: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.section-title.center hr {
    border-top: 4px solid rgba(34, 25 , 82, 0.34);
    width: 40px;
    text-align: center;
    margin-top: 10px;
    position: relative;
    left: 17%;
}

/* Services Section */
#servicos{
    background-color: #e8e8e8;
    padding: 80px 0;
}

.space{
    margin-top: 40px;
}

/*Início Box Áreas*/
#areas {
    width: 100%;
    padding: 80px 0;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.single-item {
    position: relative;
    width: 100%;
    height: 480px;
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 3px solid #FE0C0D;
    padding: 10px 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .single-item {
        height: auto;
        padding-bottom: 30px;
    }
}

.single-item:hover {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}

.single-item-text .btn {
    margin: 20px 0;
}

.single-item-text a {
    font-size: 23px;
    font-weight: bold;
    text-align:center;
}

.single-item-text > p {
    color: #222222;
}

.single-item-images img {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 25px 0 40px 0;
    width: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px #FE0C0D;
    box-shadow: 0 0 0 5px #FE0C0D;
}

/*Fim Box Áreas*/

/* Clients Section */
#tf-clients{
    background: url(../img/04.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

#tf-clients .overlay{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    padding: 80px 0;
    background-attachment: fixed;
}

#clients .item{
    padding: 0;
    margin: 35px;
    color: #FFF;
    text-align: center;
}

/* Testimonials Section */
#depoimentos{
    background: url(../img/05.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

#depoimentos .overlay{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    padding: 80px 0;
    background-attachment: fixed;
}
#testimonial {
    padding: 30px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
    font-weight: 400;
    margin: 30px 0;
    color: #d1d1d1;
}

/* Footer */
#footer {
    background: #e1e5e6;
    padding: 0 0 30px 0;
    color: #ffffff;
    font-size: 14px;
}

#footer .footer-top {
    background: #ecf0f1;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.box-titulo-rodape {
    margin-bottom: 20px;
}

.box-titulo-rodape img {
    margin: auto;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #34495e;
}

#footer .footer-top h4 {
    font-size: 22px;
    font-weight: bold;
    color: #34495e;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 4px 0;
}

#footer .footer-top .footer-links ul a {
    color: #34495e;
}

#footer .footer-top .footer-links ul a:hover {
    color: #FE0C0D;
}

#footer .footer-top .footer-links i {
    margin-right: 10px;
}

#footer .footer-top .footer-links ol li {
    padding: 4px 0;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    color: #34495e;
    line-height: 26px;
    font-size: 14px;
    list-style: none;
}

#footer .footer-top .footer-links ol a {
    color: #34495e;
}

#footer .footer-top .footer-links ol a:hover {
    color: #FE0C0D;
}

.social-links > i {
    font-size: 36px;
    color: #ffffff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #34495e;
    color: #ffffff;
    line-height: 1;
    padding: 9px 10px;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #FE0C0D;
    color: #fff;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #34495e;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #34495e;
}

#footer .credits a {
    color: #34495e;
}

#footer .credits a:hover {
    color: #FE0C0D;
}

/*Início Box Noticias*/
#box-noticias-cotacao {
    background: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 140px;
}

#box-noticias-cotacao h3 {
    font-weight: bold;
    padding-top: 30px;
    color: #000;
    font-size: 28px;
    text-align: center;
}

@media (max-width: 767px) {
    #box-noticias-cotacao {
        padding-top: 40px;
        padding-bottom: 80px;
    }

}
/*Fim Box Notícias*/

/*Início Box Contato */

#contato{
    padding: 80px 0;
}

.painel-form {
    height: 720px;
    padding: 10px 30px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.titulo-form {
    margin-bottom: 20px;
}

.painel-form h3{
    padding: 0;
    font-size: 24px;
    text-align: center;
}

.painel-form h5{
    text-align: left;
}

.painel-form a {
    color: #34495e;
}

.painel-form a:hover {
    color: #FE0C0D;
}

.painel-form i{
    font-size: 18px;
    margin-right: 10px;
}

.gmap{
    width: 600px;
    height: 450px;
    border: 5px solid #f6f5f0;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
    list-style: none;
}

.gmap-area .map-content address h5{
    font-weight: 700;
    /* font-size: 16px; */
}

@media (max-width: 767px) {
    #contato{
        padding: 40px 0;
    }

    .painel-form {
        height: auto;
        padding: 15px;
    }

    .gmap{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}

.box-btn-formulario {
    float: left;
}
.box-btn-formulario input {
    background-color: #5CB85C;
    border: 0 none;
    color: #fff;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
}

.box-btn-formulario input:hover {
    background-color: #449D44;
}

.g-recaptcha{
    margin-bottom: 15px;
    margin-left: -15px;
}

/*Fim Box Contato */

/*Início Box Equipe*/

#our-team{
    padding: 80px 0;
    background:#ECF0F3;
}
.team-item img{
    width:100%;
}

.team-item:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}
.team-item{
    background:#fff;
    text-align:center;
}
.team-item h2{
    color:#334852;
    font-size:22px;
    text-transform:uppercase;
    font-weight:300;
}
.team-item h4{
    color:#57bddb;
    text-transform:uppercase;
    font-weight:300;
}
.team-item p{
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    font-size: 13px;
}
.social-profile{
    padding-bottom:20px;
    margin-bottom:20px;
}
.social-profile a{
    color:#86989d;
    margin:0 2px;
    font-size:18px;
}
.social-profile a i{
    /*transition*/
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    -o-transition:all 1s ease 0s;
    transition:all 1s ease 0s;
}
.social-profile a:hover i{
    /*transform*/
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}
.social-profile a:hover{
    opacity:.8;
}
/*Fim Box Equipe*/

/*------------------------------
    19. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
    background: #121C1A none repeat scroll 0 0;
    bottom: 20px;
    -webkit-box-shadow: 0 0 0 7px transparent;
    box-shadow: 0 0 0 7px transparent;
    color: #ffffff;
    display: none;
    font-size: 20px;
    height: 40px;
    padding-top: 5px;
    position: fixed;
    left: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
}

a.scrolltotop:hover {
    -webkit-box-shadow: 0 0 0 0 #261F62;
    box-shadow: 0 0 0 0 #261F62;
    background: #FE0C0D;
}

/* Ícone Flutuante WhatsApp */

.whatsapp-flutuante {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #32BA46;
    color: #fff;
    font-size: 34px;
    right: 15px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    transition: background 0.5s;
    border-radius: 100%;
    z-index: 9999;
}

.whatsapp-flutuante:focus {
    background-color: #32BA46;
    color: #fff;
    outline: none;
}

.whatsapp-flutuante:hover {
    box-shadow: 0px 0px 10px rgba(73, 78, 92, 0.75);
    background-color: #32BA46;
    color: #fff;
    outline: none;
}

/* Cotação de Moedas */
iframe#cotacao {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}