@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://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;
	overflow-x: hidden;
	max-width: 100vw;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	margin:  0;
}
h3{
font-size: 18px;
font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	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;
}
a{ color: #F3CE6C;}
a:hover,
a:focus{
	text-decoration: none;
	color: #F3CE6C;
}

.sucess
{
	color: #F3CE6C;
}

.section-title hr{
	border-color: #F3CE6C;
	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;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #FFFFFF;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #F3CE6C;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #F3CE6C;
}
.section-title.center{
	padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 300;
}
.section-title.center .line{
	border-top: 4px solid #F3CE6C;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.section-title.center hr {
	border-top: 4px solid rgba(243, 206, 108, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
/* Navigation */
#tf-menu {
	padding: 20px;
	/*transition: all 0.8s;*/
	margin-bottom: -40px;
}
#tf-menu .nav
{
	margin: 0 auto;
	display: table;
	float: none !important;
}

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

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 1em;
	letter-spacing: 1px;
}
.on {
	background-color: rgba(34,34,34, 0.8) !important;
	padding: 5px !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #F3CE6C !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-default a:hover {
	color: #F3CE6C !important;
	transition: all 0.8s !important;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #F3CE6C;
	border-color: #F3CE6C;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}

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

#tf-home .logo{
	background: url(../img/logotipo.png) no-repeat center center;
	background-size: contain;
	width: 90vw;
	max-width: 700px;
	min-width: 200px;
	height: 38vw;
	max-height: 265px;
	min-height: 100px;
	height: 265px;
	margin: -200px auto 0 auto;
}

#tf-home .logo *
{
	display: none;
}
#tf-home .overlay{
	background: -moz-linear-gradient(top,  rgba(15,41,58,0.8) 10%, rgba(15,41,58,0.73) 28%, rgba(15,41,58,0.66) 48%, rgba(15,41,58,0.55) 78%, rgba(15,41,58,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,41,58,0.8)), color-stop(28%,rgba(15,41,58,0.73)), color-stop(48%,rgba(15,41,58,0.66)), color-stop(78%,rgba(15,41,58,0.55)), color-stop(100%,rgba(15,41,58,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(15,41,58,0.8) 10%,rgba(15,41,58,0.73) 28%,rgba(15,41,58,0.66) 48%,rgba(15,41,58,0.55) 78%,rgba(15,41,58,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(15,41,58,0.8) 10%,rgba(15,41,58,0.73) 28%,rgba(15,41,58,0.66) 48%,rgba(15,41,58,0.55) 78%,rgba(15,41,58,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(15,41,58,0.8) 10%,rgba(15,41,58,0.73) 28%,rgba(15,41,58,0.66) 48%,rgba(15,41,58,0.55) 78%,rgba(15,41,58,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(15,41,58,0.8) 10%,rgba(15,41,58,0.73) 28%,rgba(15,41,58,0.66) 48%,rgba(15,41,58,0.55) 78%,rgba(15,41,58,0.4) 100%); /* W3C */
	height: 750px;
	background-attachment: fixed;
}
#tf-home p.lead{
	color: #e3e3e3;
}

#tf-home hr
{
	width: 100px;
	border: none;
	border-top: solid 1px #fff;
	margin: 20px auto 0 auto;
	display: table;
}

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

.color{
	color: #F3CE6C;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #F3CE6C;
	color: #ffffff;
	border: 2px solid #F3CE6C;
}

/* About Section */

#tf-about .sub-menu
{
	margin: -40px auto 30px auto;
	padding: 20px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#tf-about .sub-menu span
{
    background-color: #9b692c;
    display: flex;
    width: 15%;
    height: 1px;
    margin: 0 50px;
}

#tf-about .sub-menu li
{
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}
#tf-about .sub-menu li a{
	color: #9b692c;
	font-weight: 700;
	font-size: 0.9em;
	text-transform: uppercase;
	border: solid 1px #F3CE6C;
	padding: 15px;
	border-radius: 5px;
}

#tf-about .sub-menu li a:hover, 
#tf-about .sub-menu li a:active
{
	border-color: #9b692c;
	color: #9b692c;
}

#tf-about{
	padding: 80px 0;
}

.google-maps {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.about-text
{
	margin-left: 20px;
}

.about-text .nav-tabs {
	margin-bottom: 20px;
}

.about-text .nav-tabs li.active a{
	border: none;
	border-bottom: 1px solid rgba(243, 206, 108, 0.34);
	color: #9b692c;
}

.about-text .tab-content ol {
	padding-left: 20px !important;
}

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;
}
ul.about-list li span{ 
	margin-right: 10px;
}

/* Services Section */
#tf-services{
	/*padding: 80px 0;*/
	background: url(../img/tabelionato-falcao-6.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-services .overlay{
	background: -moz-linear-gradient(top,  rgba(15,41,58,0.8) 20%, rgba(15,41,58,0.73) 30%, rgba(15,41,58,0.66) 45%, rgba(15,41,58,0.55) 80%, rgba(15,41,58,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,41,58,0.8)), color-stop(30%,rgba(15,41,58,0.73)), color-stop(45%,rgba(15,41,58,0.66)), color-stop(80%,rgba(15,41,58,0.55)), color-stop(100%,rgba(15,41,58,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(15,41,58,0.8) 20%,rgba(15,41,58,0.73) 30%,rgba(15,41,58,0.66) 45%,rgba(15,41,58,0.55) 80%,rgba(15,41,58,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(15,41,58,0.8) 20%,rgba(15,41,58,0.73) 30%,rgba(15,41,58,0.66) 45%,rgba(15,41,58,0.55) 80%,rgba(15,41,58,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(15,41,58,0.8) 20%,rgba(15,41,58,0.73) 30%,rgba(15,41,58,0.66) 45%,rgba(15,41,58,0.55) 80%,rgba(15,41,58,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(15,41,58,0.8) 20%,rgba(15,41,58,0.73) 30%,rgba(15,41,58,0.66) 45%,rgba(15,41,58,0.55) 80%,rgba(15,41,58,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;
}

#tf-services  .sub-menu
{
	margin: 40px auto 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#tf-services  .sub-menu span
{
    background-color: #fff;
    display: flex;
    width: 15%;
    height: 1px;
    margin: 0 50px;
}

#tf-services  .sub-menu li
{
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}
#tf-services  .sub-menu li a{
	color: #fff;
	font-weight: 600;
	font-size: 0.9em;
	text-transform: uppercase;
	background: rgba(15,41,58,0.3);
	border: solid 1px rgba(243, 206, 108, 0.34);
	padding: 15px;
	border-radius: 5px;
}

#tf-services  .sub-menu li a:hover, 
#tf-services  .sub-menu li a:active
{
	border-color: #F3CE6C;
}

.space{
	margin-top: 40px;
}

#tf-services .thumbnail {
	background: rgba(15,41,58,0.3);
	border: solid 1px rgba(243, 206, 108, 0.34);
	margin: 5px;
	padding: 20px;
	height: 340px;
}

#tf-services .thumbnail:hover {
	border-color: #F3CE6C;
}

#tf-services .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}

#tf-services i.fa {
	font-size: 20px;
	border: 2px solid #F3CE6C;
	color: #F3CE6C;
	width: 65px;
	height: 65px;
	padding: 22px 11px;
	margin-bottom: 6px;
	border-radius: 50%;
	transition: all 0.5s;
}

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

#tf-services .service{
	margin-bottom: 15px;
}

#tf-services .service:hover>i.fa{
	background: #F3CE6C;
	color: #ffffff;
}

/* Links Section */
#tf-links{
	padding: 80px 0;
}

#tf-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	list-style: none;
}

#tf-links ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	transition: box-shadow 0.2s, border-color 0.2s;
	text-align: center;
}

#tf-links ul li:hover {
	border-color: #F3CE6C;
	box-shadow: 0 4px 16px rgba(243,206,108,0.08);
}

#tf-links ul li strong {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	color: #333;
}

#tf-links ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #555;
	text-decoration: none;
}

#tf-links ul li a
{
	color: #555;
}

#tf-links ul li a:hover,
#tf-links ul li a:focus
{
}

/* Police Section */
#tf-police{
	padding: 80px 0;
}

/* Contact Section */
#tf-contact{
	padding: 80px 0;
}

label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
#tf-contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#tf-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #F3CE6C;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

button.btn.tf-btn.btn-default:hover
{
	background-color: #9b692c;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
/* Footer */
nav#footer{
	background: rgba(15,41,58,1);
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #F3CE6C;
	border-color: #F3CE6C;
	color: #ffffff;
}

#footer .pull-right
{
	margin-top: 60px;
}

#footer .pull-right small
{
	color: #FFF;
}

#footer #WhatsAppButton {
	display:block;
	background-color:#25d366;
	color:#fff;
	border-radius:50%;
	width:58px;
	height:58px;
	text-align:center;
	line-height:58px;
	font-size:29px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: -100px;
	margin-bottom: 50px;
}	
#footer #WhatsAppButton i.fa 
{
	border: none;
	color: #fff;
	padding: 0;
	font-size: 24px;
	padding-top: 2px;
}

#footer #WhatsAppButton i.fa:hover
{
	background: none;
	border-color: none;
	color: #ffffff;
}

@media (max-width: 1024px) {
	.logo
	{
		/* Remove negative margin to prevent overflow */
		margin: 0 auto !important;
	}
}
@media (max-width: 767px) {
	.navbar
	{
		position: fixed !important;
		top: 0 !important;
		right: 0 !important;
		width: 100%;
		overflow-x: hidden;
	}

	.navbar-collapse
	{
		margin-right: 0px !important;
		background-color: rgba(15,41,58, 0.6) !important;
		transition: all 0.8s !important;
	}

	.navbar-header
	{
		margin-right: 0px !important;
	}

	.logo
	{
		margin: 0 auto !important;
		/* Remove negative margin to prevent overflow */
		margin-left: 0 !important;
		max-width: 100vw;
		overflow-x: hidden;
	}
}
