@import url("MeusTrabalhos.css");
@import url("CapaPortifolio.css");
@import url("Abilidades.css");
@import url("Header.css");
@import url("timeline.css");
@import url("contato.css");



body{
	margin:0px!important;
	padding:0px!important;
	width:100%;
	height:100%;
	
}

.works{
	display:block;
	min-height:800px;
	min-width:100%;
	display:inline-block;
}

.works header{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:100px;
	padding-right:100px;
}

.works header hr{
	height:10px;
	background:#666;
}

.works article{
	padding-left:100px;
	padding-right:100px;
}

@media screen and (max-width:800px){
	.works article,.works header{
		padding-left:80px;
		padding-right:80px;
	}
	.works header h1{
		font-size:30px;
	}
}

@media screen and (max-width:600px){
	.works article,.works header{
		padding-left:50px;
		padding-right:50px;
	}
	.works header h1{
		font-size:28px;
	}

}


@media screen and (max-width:400px){
	.works article,.works header{
		padding-left:20px;
		padding-right:20px;
	}
	.works header h1{
		font-size:26px;
	}
}


#SobreMin{
	background:#fff;
	background-image:url("../img/cog.png");
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: left bottom;
	padding-top: 60px;
}

#MinhasHabilidades{
	background:#eee;
}

#MeusTrabalhos{
	background:#ddd;
}

#MeusProjetos{
	background:#fff;
}


.frase{
	color:#555;
	font-size:24px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	padding:10px;
	background:#fff;
}

@media screen and (max-width:1400px){
	.frase{
		font-size:22px;
	}
}

@media screen and (max-width:1200px){
	.frase{
		font-size:20px;
	}
}

@media screen and (max-width:1000px){
	.frase{
		font-size:18px;
	}
}

@media screen and (max-width:800px){
	.frase{
		font-size:16px;
		font-weight:150%;
	}
}

@media screen and (max-width:500px){
	.frase{
		font-size:14px;
	}
}


#skillConteudo{
	height:80%;
}

.corpo{
	position:relative;
	top:150px;
}


.mapa{
	width:200px;
	position:relative;
	top:100px;
}




p{
	text-align:justify;
}


#propet{
	background:#eee;
	color:#000;
	padding:10px;
	height:300px;
    overflow-y: scroll;
	font-family: 'Press Start 2P', cursive;
	size:15px;

}

footer{
	border-top:75px #aaa solid;
	display:block;
	text-align:center;
	background:#888;
	height:200px;
	padding:40px;
	color:#fff;
	line-height:200%;
}

footer a{
	color:#fff;
	margin-left:10px;
}

footer a:hover{
	color:#ccc;
	cursor:pointer;
}

.is-3by2-box{
	padding-right: 0px;
	padding-bottom:5px;
}

.is-3by2{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    text-align: center !important;
	height: 280px;
	background:#fff;
	margin-top:10px;
}

.is-3by2 img{
	 -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	margin:0 auto;
}
.is-3by2 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
    color: #009688;
    padding: 20px;
	
}

.is-3by2 figcaption a{
	padding: 8px;
    background: #009688;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    opacity: 1;
}

.is-3by2  figcaption:hover{
	opacity: 0.9;
	background:#333;
}

.details-small{
	background: #009688;
    color: #fff;
    padding: 10px;
    display: inline-block;
    margin: 8px 0px;
}

#preloader{
	width:100%;
	height:100%;
	padding-top: 20%;
	z-index:106;
	position: fixed;
	top:0px;
	left:0px;
	background: #fff;
	text-align: center;
}

.sk-cube-grid {
  width: 52px;
  height: 52px;
  margin: 0px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}
