/*
 Guilherme Ferreira
*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans);

html, body { 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	background-color:white;
	font-family: 'PT Sans', sans-serif;
}

h3 {
	font-weight:200;
	font-size:14px;
	padding:5px;
	margin:0px;
}

p {
	font-weight:normal;
	font-size:12px;
	margin:5px;
}

#navbar{
	background:rgba(0,0,0,0);
	width:100%;
	height:100px;
	position: fixed;
	z-index:2;
	
}

.logo{
	float:left;
	margin:20px 0px 0px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	position:fixed;
}

.logo2 {
	float:left;
	margin:30px 0px 0px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	position:fixed;

}

.menu {
	float:right;
	display:inline;
	margin:20px 20px 0px 0px;
	overflow: hidden;

}

.menu2 {
	float:right;
	display:inline;
	margin:20px 20px 0px 0px;
	opacity:0.8;
}


a {
	font-style:none;
	text-decoration:none;
	color:Black;
}

li {
    display: inline-block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	font-style:none;
	padding:10px 20px 0px 0px;
}

li a:hover{
	text-decoration:underline;
}

.projects-content {
    display: none;
    position: absolute;
}

.projects-content a {
    color: rgba(0,0,0,0.4);
    text-decoration: none;
    display: block;
    text-align: left;
	padding: 10px 0px 0px 5px;
}

.projects-content a:hover{
	text-decoration:underline;
	display: inline-block;
	color: rgba(0,0,0,1);


}

.projects:hover .projects-content {
    display: block;
}

.rodape {
	opacity:0.5;
	text-align:center;
	margin:5px 0px 5px 60px;
}

/* o que se Segue é para a Galeria em quadricula */

.galeria {
	padding:90px 30px 0px 30px;
}

div.img {
    cursor: pointer;
    transition: 0.3s;
}

div.img:hover {
	opacity: 0.7;
}

div.img img {
	width:100%;
	height:auto;
}

* {
    box-sizing: border-box;
}

.responsive {
    float: left;
    width: 24.99999%;
	margin:0;
	padding:0;
}

@media only screen and (max-width: 2000px){
    .responsive {
        width: 49.99999%;
    }
}

@media only screen and (max-width: 1000px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}





.bg-slideshow,
.bg-slideshow:after {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:Opx;
	z-index:-1;
}

.bg-slideshow:after {
	content:'';
	background: url(padrao.png);
}

.bg-slideshow li span {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	color:transparent;
	background-size:cover;
	background-position: 50% 50%;
	background-repeat:none;
	opacity:0;
	z-index:-2;
	-webkit-backface-visibility:hidden;
	-webkit-animation: imageAnimation 12s linear infinite 0s;
	-moz-backface-visibility:hidden;
	-moz-animation: imageAnimation 12s linear infinite 0s;
	-ms-backface-visibility:hidden;
	-ms-animation: imageAnimation 12s linear infinite 0s;
	-o-backface-visibility:hidden;
	-o-animation: imageAnimation 12s linear infinite 0s;
	
}

.bg-slideshow li:nth-child(1) span{
	background-image: url(../images/1loopinicial/1.jpg);
}

.bg-slideshow li:nth-child(2) span{
	background-image: url(../images/1loopinicial/2.jpg);
	-webkit-animation-delay:4s;
	-moz-animation-delay:4s;
	-ms-animation-delay:4s;
	-o-animation-delay:4s;
}

.bg-slideshow li:nth-child(3) span{
	background-image: url(../images/1loopinicial/3.jpg);
	-webkit-animation-delay:8s;
	-moz-animation-delay:8s;
	-ms-animation-delay:8s;
	-o-animation-delay:8s;
}

.bg-slideshow li:nth-child(4) span{
	background-image: url(../images/1loopinicial/4.jpg);
	-webkit-animation-delay:12s;
	-moz-animation-delay:12s;
	-ms-animation-delay:12s;
	-o-animation-delay:12s;
	
}



@-webkit-keyframes imageAnimation {
	0% { opacity:0; -webkit-animation-timing-function:ease-in;}
	12% {opacity:1; -webkit-animation-timing-function: ease-out}
	15% {opacity:1; }
	50% {opacity:0; }
	100% {opacity:0; }
	
}

@-moz-keyframes imageAnimation {
	0% { opacity:0; -moz-animation-timing-function:ease-in;}
	12% {opacity:1; -moz-animation-timing-function: ease-out}
	15% {opacity:1; }
	50% {opacity:0; }
	100% {opacity:0; }
	
}
@-ms-keyframes imageAnimation {
	0% { opacity:0; -ms-animation-timing-function:ease-in;}
	12% {opacity:1; -ms-animation-timing-function: ease-out}
	15% {opacity:1; }
	50% {opacity:0; }
	100% {opacity:0; }
	
}

@-o-keyframes imageAnimation {
	0% { opacity:0; -o-animation-timing-function:ease-in;}
	12% {opacity:1; -o-animation-timing-function: ease-out}
	15% {opacity:1; }
	50% {opacity:0; }
	100% {opacity:0; }
	
}

.no-cssanimatons. bg-slideshow li span {
	opacity:1;
}
