h1
{
	font-family: 'bebas';
}

h2,
h3,
h4,
h5,
h6 {
	font-family: 'oswald';
}

blockquote {
	font-family: 'oswald';
}

.footer .back2top {
	font-family: 'oswald';
}

.entry .entry__overlay .entry__overlay__content .title {
	font-family: 'oswald';
}

.filters li {
	font-family: 'oswald';
}

.clients-entry .entry__overlay {
	background: rgba(0, 0, 0, 0.8);
}

.home-bg {
	background-color:#ffc216;
	background-image:url(../../img/ideias.png);
	background-repeat:no-repeat;
	background-position: right 100px;
	
}

@media(max-width: 1099px) {
	.home-bg {
		background-position: center 100px;
	}
}

@media(min-width: 801px) and (max-width: 1100px){
	.home-bg {
		background-image:url(../../img/ideias_opacity.png) !important;
	}
}
@media(max-width: 800px) {
	.home-bg {
		background-image:none !important;
	}
}

/*@media(max-width: 1100px) {
	.home-bg {
		background-image:url(../../img/ideias_opacity.png);
	}
}*/

@media(max-width: 1000px) {
	.home-bg {
		background-size: contain;
	}
}

.home-bg .info-contato {
	color: #FFF;	
}

.home-bg .info-contato a {
	color: #FFF;	
}

.big-title {
	font-family: 'bebas';
	font-size: 55px;
	line-height: 1em;
	font-weight: bold;
	margin-top: 50px;
}

@media (max-width:800px) {
	.big-title {
		margin-top: 0;	
	}
}

.subttitle-home {
	font-family: 'oswald-light';
	line-height: 1.2em;
}

.white {
	color: #FFF;	
}

.container-home {
	min-height: 900px;	
}

@media(max-width:650px) {
	.container-home {
		min-height: 400px;
	}
}

@media(min-width:651px) and (max-width:750px) {
	.container-home {
		min-height: 450px;	
	}
}

@media(min-width:751px) and (max-width:800px) {
	.container-home {
		min-height: 500px;	
	}
}

@media(min-width:801px) and (max-width:899px) {
	.container-home {
		min-height: 550px;	
	}
}

@media(min-width:900px) and (max-width:1000px) {
	.container-home {
		min-height: 650px;	
	}
}

@media(min-width:1001px) and (max-width:1100px) {
	.container-home {
		min-height: 700px;	
	}
}

@media(min-width:1101px) and (max-width:1200px) {
	.container-home {
		min-height: 800px;	
	}
}

.home-bg .footer .copy::before {
	content:none;
}

@media (min-width:950px) and (max-width:1001px) {
	.header .menu li a {
		padding: 0px 20px;
	}
}

@media(min-width:892px) and (max-width: 949px) {
	.header .menu li a {
		padding: 0px 15px;
	}
}

@media(min-width:801px) and (max-width: 891px) {
	.header .menu li a {
		padding: 0px 6px;
	}
}

.loader-mask .loader {
	border-top: 2px solid #ffc216;
}

::selection {
	color: #ffffff;
	background: #d6a213;
}

::-moz-selection {
	color: #ffffff;
	background: #d6a213;
}

.media-boxes-filter {
	text-align:center;
}

.hidden-default {
	display:none;	
}

.text-error {
	color: #ffc216;
	font-weight:700;
	font-style:italic;
}

.enviando-mensagem {
	font-size:18px;
	font-weight:800;
	font-style:italic;
}

.with-small-margin-bottom {
	margin-bottom: 10px !important;
}

.header .menu li a:hover, .header .menu li a.active {
    color: #99861a;
}

.text-color {
    color: #ffc216;
}

.entry .entry__overlay .entry__overlay__content .title {
	line-height: 25px;
}

.media-boxes-filter > li a {
	box-shadow: 1px 1px 1px rgba(34,25,25,0.2);
}

.media-boxes-filter > li a.selected {
    background: #ffc216;
	color: #000;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

.footer {
	padding: 100px 0 50px 0;
}

.home-bg .footer{
	padding: 100px 0 10px 0;
}

.entry:hover .entry__overlay {
    opacity: 0.5;
    visibility: visible;
}

.entry .entry__overlay .entry__overlay__content {    
    background-color: #000;
}

.entry .entry__overlay .entry__overlay__content .subtitle {
    color: rgba(255, 255, 255, 0.6);
}

.entry:hover .entry__image {
	opacity: 0.5;
}

.entry:hover .entry__overlay .entry__overlay__content .title, .entry:hover .entry__overlay .entry__overlay__content .subtitle {   
    opacity: 1;
}

.txt_verde {
	color: #69bf5f !important;
}

.f-29 {
	font-size: 29px !important;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
 
.whatsapp-fixo {
	position: fixed;
	z-index: 10000000;
	right: 25px;
	bottom: 25px;
	font-size: 40px;
}