/* General */
html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Lato', Arial, sans-serif !important;
	color: #7a7a7a !important;
	margin-bottom: 0;
}
body a, body a:hover, body a:active, body a:focus{
	color: inherit;
	text-decoration: none;
}

p {margin: 1em 0;}

/* Header */
#header{
	background: #334350;
	transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
#header .header-top{
	color: #FFFFFF;
	font-weight:600;
	font-size:15px;
	padding: 12px 10px;
	background-color: #9bba40;
	transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
#header .header-top p{
	margin-bottom: 0;
}
#header .header-top .contact-info a i{
	margin-right: 5px;
}
.social-network ul li a{
	display: inline-block;
	text-align: center;
	width: 26px;
	height: 26px;
	line-height: 21px;
	border: 2px solid #cecece;
	border-radius: 50%;	
	transition: all 400ms linear;
}
.contact-info ul li a{
	padding: 10px;
}
.contact-info ul li a:hover{
	color: #334350;
}
.social-network ul li a:hover{
	border-color: #334350;
}
.social-network ul li a i{
	color: #b0b0b0;
	transition: all 400ms linear;
}
.social-network ul li a:hover i{
	color: #334350;
}
#header .page-header{
	border-bottom: 0;
	margin: 10px 0;
	padding: 20px 0px;
	transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
	text-align: center;
}

#header .page-header .site-title, #header .page-header .site-description{
	display: none;
}
#header .page-header .header-phones{
	display: inline-block;
	float: right;
	text-transform: uppercase;
	color: #777;
	padding-top: 20px;
}
#header .page-header .header-phones li{
	margin-right: 15px;
	text-align: right;
}
#header .page-header .header-phones li:last-child{
	margin-right: 0;
}
#header .page-header .header-phones h4{
	font-size: 13px;
}
#header .page-header .header-phones a{
	color: inherit;
	font-size: 18px;
	font-weight: bold;
}
#header .page-header .header-phones a i{
	font-size: 15px;
	font-weight: normal;
	margin-right: 5px;
	color: #25d366;
}

#header #main-navigation{
	background-color: transparent;
	border: 0;
	margin: 0px 0;
	transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
.navbar-default .navbar-nav > li > a{
	font-family: 'Lato', Arial, sans-serif !important;
	font-size: .9em;
	color: #FFF !important;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 13px;
	padding-right: 13px;
	border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #bfc531 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	color: #FFF;
	background-color: transparent !important;
}
.navbar-nav > li > .dropdown-menu{
	background-color: #bfc531;
	color: #fff;
	border: 0;
}

.navbar-nav > li > .dropdown-menu > li > a:focus, .navbar-nav > li > .dropdown-menu > li > a:hover{
	color: #bfc531 !important;
}
#header #main-navigation .navbar-nav > li.horizontal-submenu .dropdown-menu{
	width: 1140px;
	position: absolute;
	left: 0;
	max-width: 100%;
	text-align: center;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color:#334350 !important;
}
#header #main-navigation .nav .open > a, #header #main-navigation .nav .open > a:focus, #header #main-navigation .nav .open > a:hover{
	border-color: #bfc531;
}

@media (max-width: 979px){
	#header #main-navigation .navbar-nav > li.horizontal-submenu .dropdown-menu{
		background-color: #bfc531;
	}
}
.horizontal-submenu .dropdown-menu li{
	display: inline-block;
}

#header #main-navigation .navbar-form{
	display: flex;
}
#header #main-navigation .navbar-form .form-control, #header #main-navigation .navbar-form .btn{
	box-shadow: none;
	border: 1px solid #eaeaea;
	background-color: #fff;
}
@media (min-width: 980px){
	#header #main-navigation .navbar-nav > li{
		position: initial;
	}
}
#header #main-navigation .dropdown-menu{
	text-align: center;
}
#header #main-navigation .dropdown-menu > li > a{
	padding: 3px 15px;
	color: #fff;
}

#header #main-navigation .nav .open > a, #header #main-navigation .nav .open > a:focus, #header #main-navigation .nav .open > a:hover{
	border-color: #bfc531;
	
}

/* Header Sticky */
#header.sticky{
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header.sticky > .container{
	display: flex;
	justify-content: left;
	align-items: center;
}
#header.sticky .header-top, #header.sticky .page-header .header-phones{
	display: none;
}
#header.sticky .page-header .custom-logo{
	max-height: 40px;
	width: auto;
}
#header.sticky .navbar-default .navbar-nav > li > a{
	font-size: .7em;
	padding: 10px 15px;
}
#header.sticky .navbar-default .navbar-nav > .active > a, #header.sticky .navbar-default .navbar-nav > li > a:hover, #header.sticky .navbar-default .navbar-nav > li > a:focus, #header.sticky .navbar-default .navbar-nav > .active > a:hover{
	border-bottom: 2px solid #bfc531;
}
#header.sticky #main-navigation{
	margin-left: auto;
}
#header.sticky #main-navigation .navbar-form .form-control{
	width: 120px;
}
#header.sticky #main-navigation .navbar-collapse{
	display: flex !important;
	align-items: center;
}
#header.sticky #main-navigation .navbar-form{
	margin: 0;
}
#header.sticky #main-navigation .navbar-nav > li.horizontal-submenu .dropdown-menu{
	width: 965px;
	top: 42px;
}
#header.sticky #main-navigation .dropdown-menu > li > a{
	padding: 3px 12px;
}

/* Header Pages */
article.hentry header.entry-header{
	padding: 10px 0 20px;
}

/* Footer */
#footer{
	background-color: #1e8bc2;
	color: #FFF;
	font-size: 13px;
	position: initial;
	clear: both;
	height: auto;
}
#footer a{
	color: inherit;
}
#header #main-navigation .navbar-form .form-control{
	border-top-right-radius: 0;	
	border-bottom-right-radius: 0;	
}
#header #main-navigation .navbar-form .btn{
	border-top-left-radius: 0;	
	border-bottom-left-radius: 0;	
}

/* Essential Addons KingComposer */
.masonry .post-details .post-media{
	margin-bottom: 15px !important;
}
.masonry .post-details .post-media img{
	border-radius: 0 !important;
}
.masonry .post-content, .grid .post-content{
	text-align: left !important;
	width: 100% !important;
}
.masonry .post-content .meta-group{
	display: none;
}
.masonry .btn{
	color: #ffffff !important;
	background-color: #b80000;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 2px 2px 2px 2px;
	padding: 10px 35px 10px 35px;
}
.masonry .btn:hover{
	color: #b80000 !important;
	background-color: #ffffff;
}

/* Bootstrap */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
.btn-primary{
	color: #fff !important;
	background-color: #334350 !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	border-radius: 2px 2px 2px 2px !important;
	padding: 10px 35px !important;
	border-color: #334350 !important
}

 /* WhatsApp Chat */
.fa-whatsapp-color  {
  color:#fff;
  background:
  linear-gradient(#25d366,#25d366)10px 84%/15px 15px no-repeat,
  radial-gradient(#25d366 59%,transparent 0);
  text-shadow: 0 0 5px rgba(0,0,1,.3);
  font-size: 1.2em
}
.whatsapp{
 	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
}
.whatsapp > a{
 	position: fixed;
	right: 12px;
	bottom: 7px;
	z-index: 999;
	color: #25d366;
	font-size: 50px;
}
.whatsapp .whatsapp-content {
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: opacity .5s linear;
    position: relative;
    right: 70px;
    bottom: 18px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0,0,1,.1);
    overflow: hidden;
}
.whatsapp:hover .whatsapp-content {
    visibility: visible;
    opacity: 1;
    display: block;
}
.whatsapp-header {
    background: #25d366;
    color: #fff;
    padding: 20px;
}
.whatsapp-header h2 {
    color: #fff;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.whatsapp-header p {
    font-size: 12px;
    margin: 0;
}
.whatsapp-content span {
    font-size: 12px;
    padding: 6px 12px 0;
    display: block;
    color: #8a8a8a;
}
.whatsapp-card a {
    display: flex;
    margin: 10px;
    border-radius: 10px;
    background: #f5f5f5;
    border-left: 2px solid #25d366;
}
.whatsapp-card a:hover {
    background: #CCC;
}
.whatsapp-card i {
    color: #25d366;
    font-size: 28px;
    margin: 10px 5px 10px;
	padding: 5px 5px 5px;
}
.whatsapp-info {
    padding: 12px 0 0;
}
.whatsapp-info h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #6f6f6f;
    font-size: 16px;
}
.whatsapp-info p {
    font-size: 12px;
    color: #8e8e8e;
}
/* Slides */
.slide-text-autogeradora{
  font-family: 'Lato', Arial, sans-serif !important;
  font-weight:800;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
/* Posts */
.blog #wrapper, .single-post #wrapper{
	padding: 0 0 20px;
}
article.post header.entry-header h2, article.post header.entry-header h1{
	font-size: 24px;
	margin: 10px 0;
}
article.post .entry-summary{
	margin-bottom: 15px;
}
article.post .entry-summary .btn{
	margin-top: 15px;
}
article.post .entry-content p, article.post .entry-summary p{
	margin: 0 0 10px;
	line-height: 26px;
}
article.post .entry-meta .entry-date, article.post .entry-meta .cat-links, article.post .entry-meta .tag-links{
	margin-right: 10px;
}
article.post .entry-meta i{
	margin-right: 3px;
}

.blog article.post{
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
}
.blog article.post .entry-header .entry-title, .single-post article.post .entry-header .entry-title{
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.blog article.post .entry-header .entry-title a{
	color: inherit;
}
.blog article.post .entry-meta, .single-post article.post .entry-meta{
	color: #b0b0b0;
}
.single-post article.post footer.entry-meta{
	margin-top: 10px;
	margin-bottom: 20px;
}
.blog article.post .entry-meta i, .single-post article.post .entry-meta i{
	color: #878787;
}
.pagination > li > a, ul.page-numbers > li > a, .pagination > li > span, ul.page-numbers > li > span{
	color: #333;	
	border-color: #333;	
}
ul.page-numbers > li > span.current, ul.page-numbers > li > span.current:hover, ul.page-numbers > li > span.current:focus{
	background-color: #666;
	border-color: #666;
	color: #fff;
}
.pagination > li > a:hover, ul.page-numbers > li > a:hover, .pagination > li > a:focus, ul.page-numbers > li > a:focus, .pagination > li > span:hover, ul.page-numbers > li > span:hover, .pagination > li > span:focus, ul.page-numbers > li > span:focus{
	color: #FFF;
	background-color: #334350;
	border-color: #334350;
}

#sidebar .widget .widget-title, #comments .comment-respond .comment-reply-title{
	color: #bfc531;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#sidebar .widget .widget-title:after, #comments .comment-respond .comment-reply-title:after{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background-color: #334350;
}
.widget_recent_entries ul li, .widget_categories ul li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f5f5;
}
.widget_recent_entries ul li:last-child, .widget_categories ul li:last-child{
	border-bottom: 0;
}
.widget_recent_entries ul li a, .widget_categories ul li a{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}
#comments .comment-respond .comment-form .logged-in-as{
	margin-bottom: 15px;
}
/* Media Query - Max Width 980px */
@media (max-width: 980px){
	#header{
		padding: 10px 0;
	}
	#header .header-top{
		display: none;
	}
	#header .custom-logo{
		max-height: 50px;
		width: auto;
	}
}

/* Contact Form 7 */
.wpcf7-form input.wpcf7-form-control[type="date"].form-control, .wpcf7-form input.wpcf7-form-control[type="date"][name="post_password"], .wpcf7-form input.wpcf7-form-control[type="time"].form-control, .wpcf7-form input.wpcf7-form-control[type="time"][name="post_password"], .wpcf7-form input.wpcf7-form-control[type="datetime-local"].form-control, .wpcf7-form input.wpcf7-form-control[type="datetime-local"][name="post_password"], .wpcf7-form input.wpcf7-form-control[type="month"].form-control, .wpcf7-form input.wpcf7-form-control[type="month"][name="post_password"]{
	line-height: 15px;
}

@media (min-width: 980px){
.wpcf7-form .form-group{ position: relative; }
.wpcf7-form .form-group label{ position: absolute; top: -23px; }
}

/* Deverá ser passado para SASS */
/* Header */
@media (min-width: 992px){
	.header-inner{
		display: flex;
		align-items: center;
		justify-content: space-between;
	} 
}

@media (max-width: 991px){
	body .navbar-header{
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	body .navbar-default .navbar-toggle{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
		border-color: #bfc531;
	}

	body .navbar-default .navbar-toggle:hover, body .navbar-default .navbar-toggle:active, body .navbar-default .navbar-toggle:focus{
		background-color: #bfc531;
	}

	body .navbar-default .navbar-toggle .icon-bar{
		background-color: #bfc531;
	}

	body .navbar-default .navbar-toggle:hover .icon-bar, body .navbar-default .navbar-toggle:active .icon-bar, body .navbar-default .navbar-toggle:focus .icon-bar{
		background-color: #334350;
	}
}

@media (min-width: 992px){
	body #header .custom-logo{
		max-width: 220px;
		height: auto;
	}
}

body #header #main-navigation .navbar-nav > li{
	position: relative;
}

body #header #main-navigation .dropdown-menu{
	text-align: left;
}

body #header.sticky > .container{
	display: block;
}

/*
// Bootstrap Menu Breakpoint
*/
@media (max-width: 991px) {
    body .navbar-header {
        float: none;
    }
    body .navbar-left, body .navbar-right {
        float: none !important;
    }
    body .navbar-toggle {
        display: block;
    }
    body .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    body .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    body .navbar-collapse.collapse {
        display: none!important;
    }
    body .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    body .navbar-nav>li {
        float: none;
    }
    body .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body .collapse.in{
        display:block !important;
    }
}

