@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: #5a5a5a;
}

i {
    margin-right: 5px;
}

h1{
    text-transform: uppercase;
}
h1 strong{
    font-weight: 900;
}
h2{
    text-transform: uppercase;
    line-height: 30px;
    margin:  0;
}
h3{
    font-size: 18px;
    font-weight: 900;
}
h4{
    text-transform: uppercase;
}
h5{
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    line-height: 20px;
}
p{
    font-family: 'Open Sans', sans-serif;
}
p.intro{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    color: #5a5a5a;
    text-align: justify;
    margin: 12px 0 0;
}

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

.section-title hr{
    border-color: #FCAC45;
    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 {
    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.navbar-default .navbar-nav > li > a {
    margin-top: 6px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
}

.on {
    height: 70px;
    background-color: #000 !important;
    padding: 5px 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: #FCAC45 !important;
    background-color: transparent;
    font-weight: bold;
}

.navbar-toggle {
    border-radius: 0;
    margin-bottom: 20px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FCAC45;
    border-color: #FCAC45;
}

/* 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.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: 750px;
    background-attachment: fixed;
}

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

.content h1 {
    font-size: 48px;
    text-shadow: 3px 4px 8px #000000;
}

.content p.lead {
    color: #e3e3e3;
    text-shadow: 3px 4px 8px #000000;
    font-size: 26px;
    margin-top: 50px;
}

.color{
    color: #FCAC45;
}

a.fa.fa-angle-down {
    padding: 13px 15px;
    color: #fff;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 100px;
    transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
    background: #FCAC45;
    color: #ffffff;
    border: 2px solid #FCAC45;
}
/* About Section */
#empresa{
    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;
    font-weight: 400;
    font-style: normal;
    color: #5a5a5a;
}

ul.about-list li span{
    margin-right: 10px;
}

/* Links Úteis Section */
#linksuteis{
    height: auto;
    background: url(../img/03.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}
#linksuteis .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 #FCAC45;
    height: 10px;
    width: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.section-title.center hr {
    border-top: 4px solid rgba(192, 147, 124, 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;
}

#servicos i.fa {
    font-size: 40px;
    border: 4px solid #FCAC45;
    width: 100px;
    height: 100px;
    padding: 27px 25px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
}

#servicos i.fa.fa-mobile{
    font-size: 50px;
    padding: 20px 25px;
}

#servicos .service:hover>i.fa{
    background: #FCAC45;
    color: #ffffff;
}

#servicos .service p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    color: #5a5a5a;
}

/* 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: #FCAC45;
}

#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: #FCAC45;
}

.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: #FCAC45;
    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: #FCAC45;
}

/*Início Box Calendário de Obrigaçoes*/
#box-calendario {
    background-color: #DDDDDD;
    width: 100%;
    max-height: auto;
    margin: 0 auto;
    padding: 120px 0;
}

#box-calendario h2 {
    color: #000000;
}

iframe#calendario {
    display: block;
    width: 300px;
    height: 300px;
    border: none;
    overflow: hidden;
    margin: auto;
}

iframe#obrigacoes {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
    overflow: hidden;
    margin: -9px auto 0;
}
/*Fim Box Calendário de Obrigaçoes*/

/*Início Box Noticias*/
#box-noticias-cotacao {
    background: #F2F2F2;
    padding: 120px 0;
}

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

iframe#cotacao {
    width: 100%;
    height: 400px;
    border: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
/*Fim Box Notícias*/

/*Início Box Contato */

#contato {
    padding: 80px 0;
}

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

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

.contact-form i {
    color: #FCAC45;
}
.contact-form a {
    color: #5a5a5a;
    font-size: 14px;
}

.contact-form a:hover {
    color: #FCAC45;
}

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

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

.painel-mapa {
    padding: 30px 30px 30px 30px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

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

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

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

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

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

.contact-form input {
    font-size: 16px;
    padding: 20px;
    border-radius: 20px;
    font-weight: 400;
    font-style: normal;
}

.contact-form textarea {
    font-size: 16px;
    padding: 20px;
    border-radius: 20px;
    font-weight: 400;
    font-style: normal;
}

.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

.contact-form button[type=submit]:hover {
    color: #fff;
    border: 1px solid #5CB85C;;
    background: #5CB85C;;
}

.contact-form  #sendmessage {
    color: #5CB85C;;
    border: 1px solid #5CB85C;;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
    display: block;
}

#contato .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

/*Fim Box Contato */

/* Ícone Flutuante WhatsApp */
#whatsapp-button {
    display: flex;
    position: fixed;
    background: #25d366;
    bottom: 25px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    box-shadow: 2px 2px 12px rgba(22, 124, 60, 0.2);
    transition: 0.4s;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    z-index: 2;
}
#whatsapp-button > .rwb-tooltip {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
    color: #2d2d2d;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
    background-color: #ffffff;
}
#whatsapp-button > .rwb-tooltip:after {
    display: block;
    content: "";
    position: absolute;
    top: 85%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    transition: 0.4s;
}
#whatsapp-button.left {
    left: 25px;
}
#whatsapp-button.left > .rwb-tooltip {
    left: 0;
    transform: translateX(-10%);
}
#whatsapp-button.left > .rwb-tooltip:after {
    left: 23px;
}
#whatsapp-button:not(.left) {
    right: 25px;
}
#whatsapp-button:not(.left) > .rwb-tooltip {
    right: 0;
    transform: translateX(10%);
}
#whatsapp-button:not(.left) > .rwb-tooltip:after {
    right: 23px;
}
#whatsapp-button:hover {
    background: #21bd5c;
    box-shadow: 3px 3px 12px rgba(14, 81, 39, 0.4);
}
#whatsapp-button:hover > .rwb-tooltip {
    opacity: 1;
    transform: translateX(0);
}
#whatsapp-button:hover > .rwb-tooltip:after {
    top: 100%;
    transition-delay: 0.4s;
}
