/* FONTES */

/*@font-face {
	font-family: 'Century Gothic';
	src: url('CenturyGothic.eot');
	src: url('CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('CenturyGothic.woff') format('woff'),
		url('CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('CenturyGothic-Italic.eot');
	src: url('CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
		url('CenturyGothic-Italic.woff') format('woff'),
		url('CenturyGothic-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('CenturyGothic-Bold.eot');
	src: url('CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('CenturyGothic-Bold.woff') format('woff'),
		url('CenturyGothic-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('CenturyGothic-BoldItalic.eot');
	src: url('CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('CenturyGothic-BoldItalic.woff') format('woff'),
		url('CenturyGothic-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}*/

body{
	font-family: 'Century Gothic', sans-serif;
}

/*HEADER*/
#header{
	background: #F1F1F1;
	padding: 10px;
	color: #333;
	display: none;
}
.info-header{
	width: 60%;
	float: right;
	margin-top: 20px;
}
.info-header .icon{
	display: block;
	float: left;
	font-size: 60px;
	margin-right: 20px;
	color: #EB995C;
}
.info-header .title{
	color: #6C262A;
}
.navbar-wrapper{
    /*position: absolute;*/
    width: 100%;
    z-index: 1;
    background: #fff;
    border:0;
    margin-top: 0px;
    padding-bottom: 10px;
}

#header,#header a,#header a:hover,#header li,#header p{
	color: #333;
}
#header span{
	margin-left: 10px;
	font-size: 16px;
}
#header .fa-phone-square{
	color: #EB995C;
	font-size: 24px;
}
#header .fa-facebook-square{
	color: #465994;
	font-size: 24px;
}
#header .fa-instagram{
	color: #C42B71;
	font-size: 24px;
}
#header .fa-linkedin-square{
	color: #0077B5;
	font-size: 24px;
}
#header .fa-envelope{
	color: #D32E2A;
	font-size: 24px;
}
header{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 100% !important;
}
.navbar-nav>li>a{
	padding-left: 15px;
	padding-right: 15px;
	color: #6C262A;
}
header .navbar-nav{
	margin-top: 10px;
	margin-bottom: 10px;
}
header .nav>li>a:not(.btn),
header .nav>li>a:not(.btn):hover,
header .nav>li>a:not(.btn):focus,
.dropdown-menu>li>a:not(.btn):focus,
.dropdown-menu>li>a:not(.btn){
	color: #6C262A;
	background: transparent;
	letter-spacing: 0.1em;
}
header .navbar-nav>li>a:hover,header .navbar-nav>li>a.active{
	text-decoration: none;
	border-bottom: 3px solid #E6883E;
}
header .navbar-nav>li>a.active{
	margin: 0 5px;
}
header.scroll-to-fixed-fixed{
    padding-bottom: 0;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    margin-top: 0px;
}
header.scroll-to-fixed-fixed .navbar-brand,header.scroll-to-fixed-fixed .info-header{
	/*height: 90px;*/
	padding-top: 15px;
	margin-top: 0;
}
header.scroll-to-fixed-fixed .navbar-brand img{
	height: 70px;
}
#main-menu{
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: rgb(233, 227, 218);
	border: 0;
}
.dropdown-menu{
	background: rgb(233, 227, 218);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background: transparent;
}
.navbar-nav>li>.dropdown-menu{
	border: 0;
}
.navbar-brand{
	min-height: 100px;
	margin-right: 20px;
	max-width: 380px;
}
.navbar-brand img{
	/*height: 90px;*/
}
.icon-bar{
	background: #fff;
}
.navbar-toggle{
	z-index: 1;
	background: #6C262A;
}

section{
	margin-bottom: 20px;
}
img{
	max-width:100%;
}

input,select,textarea{
	font-size: 12pt !important;
}
p{
	margin: 10px 0;
}
a{
	color: #6C262A;
}
strong{
	color: #6C262A;
}
.alert{
	margin-top: 20px;
}

.btn-custom{
	background: #6C262A;
	color: #fff;
}
.btn-custom:hover{
	background: #6C262A;
    color: #fff;
}
.read-more{
	margin: 15px 0;
}

.header-title{
	background-color: #eee;
    margin-top: -10px;
    padding: 55px 0px 15px;
}

.header-title .page-title{
	font-size: 2.3em;
	font-weight: bold;
	color: #6C262A;
	margin-bottom: 20px;
	text-align: left;
	display: inline-block;
}
.header-title .page-title:after{
    content: "";
    width: 70%;
    height: 2px;
    background: #6C262A;
    display: block;
    margin-top: 10px;
}
.header-title .page-title a{
	color: #6C262A;
}

.title-section{
	font-size: 1.3em;
	font-weight: bold;
	color: #6C262A;
	margin-bottom: 20px;
	text-align: left;
	display: inline-block;
	border-left: 5px solid #E6883E;
	padding-left: 5px;
}
.title-section a{
	color: #6C262A;
}

/*FOOTER*/
footer .contact{
    background: #6C262A;
    line-height: 1.7em;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 0px;
}
footer .contact h1{
	font-size: 1.5em;
	font-weight: bold;
}
footer .contact a{
	color: #fff;
}
footer .contact ul{
	padding: 0;
	list-style: none;
}
footer .title-section{
	color: #fff;
}
#copyright{
	color: #fff;
	padding: 10px 9px;
	margin-bottom: 0px;
	font-size: 14px;
	background: #581F22;
}
#copyright a{
	color: #fff;
}
.map{
	height: 150px;
	margin-bottom: 0;
	border: 5px solid #FFF;
}
#map iframe{
  width: 100%;
  height: 100%;
}
#whatsapp{
	position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: green;
    font-size: 30px;
    padding: 15px;
    border-radius: 50%;
}
#whatsapp a{
    color: #fff;
}
footer .socials{
	font-size: 7rem;
    text-align: center;
    padding-top: 70px;
}

footer .endereco{
	font-size: 14px;
}

footer .title-contato{
	font-size:22px;
	margin-bottom: 20px;
	font-weight: bold;
}

footer .telefone-destaque{
	font-size: 18px;
}

#jssor_1{
		margin: 0 auto !important;
	}


@media (max-width: 768px){
	header.scroll-to-fixed-fixed .navbar-brand img{
		height: auto;
	}
	.navbar-brand{
		max-width: 75%;
	}
	footer .socials{
		font-size: 5rem;
	    text-align: center;
	    padding-top: 0px;
	    margin-bottom: 20px;
	}
}

@media (min-width: 768px){
    .navbar-wrapper {
        position: relative;
        top: 0px;
    }
    header .nav> li > a{
		font-size: 12px;
	}

	header .navbar-header{
	    margin: 0 auto !important;
	    display: block;
	    width: 100%;
	    float: none;
	}

	#main-menu{
		padding-top: 10px;
	}
}

@media (min-width: 992px){

	header{
		margin-top: 10px;
	}
	#header{
		display: block;
	    width: 100%;
	    z-index: 1001;
	    top: 0;
	}
	#jssor_1{
		margin: 0 auto !important;
	}

	header .navbar-nav> li > a{
		font-size: 15px;
	}

}

@media (min-width: 1200px){
	.header-title{
    padding: 15px 0px;
	}

}
