/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a {
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Antic Slab', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #000;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
h2 {
	font-size: 1.9em;
	margin-bottom:30px;
}
p {
    font-size: 20px;
    font-weight: 100;
    line-height: 36px;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}


/* Opções na tela
 * --------------------------------------- */

 #contato {
	color: #000;
 }


 .placeholder {
 	background-color: #f6f6f6;
 	background-size: cover;
 	background-repeat: no-repeat;
 	position: relative;
 	overflow: hidden;
 }

 .placeholder img {
 	position: absolute;
 	opacity: 0;
 	top: 0;
 	left: 0;
 	width: 100%;
 	transition: opacity 1s linear;
 }

 .placeholder img.loaded {
 	opacity: 1;
 }

 .img-small {
 	filter: blur(50px);
 	/* this is needed so Safari keeps sharp edges */
 	transform: scale(1);
 }

.link-nossos-trabalhos a {
	color: #FFF;
	border: 2px solid #FFF;
	padding: 10px 20px;
}

 .link-nossos-trabalhos a:hover {
 	text-decoration: none;
 }


 /* Style for our header texts
	* --------------------------------------- */

 h1 {
 	font-size: 5em;
 	margin: 0;
 }

 .intro p {
 	color: #000;
 }

 .sectionWhite {
 	color: #000;
 	margin: 0 150px;
 	font-size: 20px;
 }

 .sectionWhite h1,
 h2 {
 	color: #000;
 }

 .sectionWhite p {
 	margin-bottom: 30px;
 }

 .sectionBlack {
 	color: #fff;
 	margin: 0 150px;
 	font-size: 20px;
 }

 .sectionBlack p {
 	margin-bottom: 30px;
 }

 .sectionBlack h1 {
 	color: #fff;
 	margin-bottom: 30px;
 }

 /* Centered texts in each section
	* --------------------------------------- */

 .section {
 	text-align: center;
 }

 /* Overwriting styles for control arrows for slides
	* --------------------------------------- */

 .controlArrow.fp-prev {
 	left: 150px;
 	margin-left: 150px;
 }

 .controlArrow.fp-next {
 	right: 150px;
 }



 #fp-nav span.prev {
	 left: 150px;
 }

 #fp-nav span.next {
 	right: 150px;
 }

 .fp-controlArrow {
	margin:-38px 30px 0 30px;
 }

/*
 * Backgrounds
 */
#home {
	background-image: url(../img/bg-site-servicos.jpg);
	background-size: cover;
}