/* START CUSTOM */

#anatomia-mob {
	display:none;
}

#tartaruga {
	width:100% !important;
	min-height:540px;
}

/** formata elementos que tem backgrounds parallax **/
.bgParallax {
	color:#FFF;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	position: relative;
	height: auto;
	background-position: 50% 0;
	background-attachment: fixed;
}
 
/* Define backgrounds dos divs */
#missao {
	background: url('../img/coral.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#missao-mob {
	display: none;
	background: url('../img/coral.jpg') no-repeat center center;
	-webkit-background-size: 500px;
	-moz-background-size: 500px;
	-o-background-size: 500px;
	background-size: 500px;
}

#missao h3, #missao-mob {
	-webkit-text-shadow: 5px 5px 10px  rgba(0,0,0,1);
	-moz-text-shadow: 5px 5px 10px rgba(0,0,0,1);
	text-shadow: 5px 5px 10px rgba(0,0,0,1);
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
 	#tartaruga .touch-btn-desc, #tartaruga .hire-me.touch-btn, #tartaruga {
 		display: none !important;
 	}
 	
	.icone {
		left: 20px !important;
	}
	#skills img, #work img, #resume img {
		position:relative;
		left:50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		margin:10px 0;
	}
	#tarta-touch-btn, #tarta-touch {
		display:none;
	}
	#anatomia-mob {
		display:block;
	}
	#missao {
		display:none;
	}
	#missao-mob {
		color: #fff;
		display: block;
	}
	.filtro {
		padding:0px !important;
	}
}
 
@media only screen and (max-width: 680px) {
	#main-nav a {
		margin: 120px 0 0 0 !important;
		color: #999 !important;
		background: url('../img/nav-icons-01-dark.png') no-repeat 50% 0% !important;
		background-size: 32px;
	}
	#main-nav a:nth-child(2){
	    background:url('../img/nav-icons-02-dark.png') no-repeat 50% 0% !important;
	    background-size:32px
	}
	#main-nav a:nth-child(3){
	    background:url('../img/nav-icons-03-dark.png') no-repeat 50% 0% !important;
	    background-size:32px
	}
	#main-nav a:nth-child(4){
	    background:url('../img/nav-icons-04-dark.png') no-repeat 50% 0% !important;
	    background-size:32px
	}
	#main-nav a:nth-child(5){
	    background:url('../img/nav-icons-05-dark.png') no-repeat 50% 0% !important;
	    background-size:32px
	}

	#profile {
		margin-top: 30px;
	}
}

/** Formata o article que vai o texto **/
.bgParallax article {
  width: 100%;
  text-align: center;
  margin: 0;
  padding:50px 0;
}

/* centralizar nav */
.navbar .nav.pull-right {
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	min-width: 320px;
}
#siteBar {
  background: #006392;
  width:100%;
  height:31px;
  left: 0px;
  position:absolute;
  top:0;
  z-index:101;
  text-align:center;
  min-width:910px;
}
 #siteBarMobible  {
 	display:none;
 }
/* Menor de desktop */
@media only screen and (max-width : 910px) {

  #siteBarMobible  {
  	position:absolute;
  	background-color: #006392;
  	display:block;
    width:100%;
    height: 31px;
    right: 0;
  }
  #siteBarMobible > a {
    position:absolute;
    background: url(https://www.estadao.com.br/estadao/img/logos/logo-barra.png) 0 0 no-repeat;
    display: block;
    width: 95px;
    height: 31px;
    left:50%;
    margin-left:-45px;
    text-indent: -999px;
    overflow: hidden;
    vertical-align: middle;
  }
  
  #siteBar {
  	display:none;
  }
   	#tartaruga .touch-btn-desc {
 		display: none !important;
 	}
}

/* Redes sociais */
#shareBar{
  float:right;
  margin: 23px 20px 0 0;
  width: 120px; height: 40px;
  position: relative; 
  right: 0 !important;
  z-index: 103;
}
#header #shareBar{
  right:0;
}
#shareBar a{
  display:block; float:left;
  text-decoration: none;
  width: 30px; height: 30px;
  margin-left: 10px;
  color: rgba(255,255,255,0.5);
  background: transparent url('../img/social-icons-round.png') no-repeat center top;
}
#shareBar a span{
  display: block;
  text-decoration: none;
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  font-weight: bold;
  margin-top: 32px;
}
#shareBar a#btFbShare{ background-position: -40px 0; margin-left: 0; }
#shareBar a#btFbShare:hover{ background-position: -40px -40px; }
#shareBar a#btGPlusShare{ background-position: -80px 0; }
#shareBar a#btGPlusShare:hover{ background-position: -80px -40px; }
#shareBar a#btTwitterShare{ background-position: 0 0; }
#shareBar a#btTwitterShare:hover{ background-position: 0 -40px; }

.wave-blue {
	height: 8px;
	width: 100%;
	top: 107px;
	right:0;
	position: absolute;
	background: url("../img/wave-blue.png") repeat-x center top;
}

#tartaruga {
	position: relative;
	width: 100%;
 	height: 600px;
}

#tartaruga img {
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
#tartaruga .touch-btn {
	position: absolute;
	display: inline-block;
	width: 120px;
	height: 120px;
	left: 50%;
	top: 15%;
	padding:0;
	background: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 5px 5px 40px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 5px 5px 40px 0px rgba(0,0,0,0.8);
	box-shadow: 5px 5px 40px 0px rgba(0,0,0,0.8);
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
#tartaruga .touch-btn-desc {
	position: absolute;
	/* display: inline-block; */
	/* width: 120px; */
	/* height: 120px; */
	left: 600px;
	line-height: 1.2;
	font-size: 18px;
	top: 28%;
	color: #fff;
	/* padding: 50px 0 0 300px; */
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-text-shadow: 5px 5px 10px  rgba(0,0,0,0.8);
	-moz-text-shadow: 5px 5px 10px rgba(0,0,0,0.8);
	text-shadow: 5px 5px 10px rgba(0,0,0,0.8);
}
#tartaruga .touch-btn:hover img {
	width: 50px;
	height: auto;
}
#tartaruga .touch-btn:hover{
	-webkit-box-shadow: 0px 0px 0px 2px rgba(55,174,188,1);
	-moz-box-shadow: 0px 0px 0px 2px rgba(55,174,188,1);
	box-shadow: 0px 0px 0px 2px rgba(55,174,188,1);
}
#tartaruga .touch-btn img {
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}




#main-nav a {     
	display: block;
	float: left;
	font-family: 'flamamedium', sans-serif;
	margin: 0;
	margin: 12px 0 0 0;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	width: 64px;
	height: 60px;
	vertical-align: baseline;
	line-height: 88px;
	text-align: center;
	opacity:0.6;
	background: url('../img/nav-icons-01.png') no-repeat 50% 0%;
	background-size: 32px;
}
#main-nav a:nth-child(2){
    background:url('../img/nav-icons-02.png') no-repeat 50% 0%;
    background-size:32px
}
#main-nav a:nth-child(3){
    background:url('../img/nav-icons-03.png') no-repeat 50% 0%;
    background-size:32px
}
#main-nav a:nth-child(4){
    background:url('../img/nav-icons-04.png') no-repeat 50% 0%;
    background-size:32px
}
#main-nav a:nth-child(5){
    background:url('../img/nav-icons-05.png') no-repeat 50% 0%;
    background-size:32px
}
#main-nav a:hover, #main-nav .active
{	
	opacity:1;
}

#tarta-touch-btn > a {
	position:absolute;
	width:44px;
	height:44px;
	background: rgba(0,99,146,0.75);
	border: 2px solid #74f1f7;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	z-index:16;
	cursor: pointer;
}

#tarta-touch-btn > a:hover {
	background: rgba(0,99,146,0.5);
	border: 2px solid #74f1f7;
}

#tarta-touch-btn > a#b1 { top: 24%; left:1%;}
#tarta-touch-btn > a#b2 { top: 22%; left:6%;}
#tarta-touch-btn > a#b3 { top: 31%; left:5%;}
#tarta-touch-btn > a#b4 { top: 17%; left:11%;}
#tarta-touch-btn > a#b5 { top: 26%; left:12%;}
#tarta-touch-btn > a#b6 { top: 38%; left:21%;}
#tarta-touch-btn > a#b7 { top: 70%; left:25%;}
#tarta-touch-btn > a#b8 { top: 83%; left:34%;}
#tarta-touch-btn > a#b9 { top: 31%; left:45%;}
#tarta-touch-btn > a#b10 { top: 3%; left:56%;}
#tarta-touch-btn > a#b11 { top: 24%; left:68%;}
#tarta-touch-btn > a#b12 { top: 39%; left:68%;}
#tarta-touch-btn > a#b13 { top: 44%; left:88%;}
#tarta-touch-btn > a#b14 { top: 30%; left:90%;}

.tarta-infos {
	width: auto;
	height: auto;
	background-color: #fff;
	position: relative;
	margin-top:0;
	-webkit-box-shadow: 5px 5px 40px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 40px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 40px 0px rgba(0,0,0,0.2);
	z-index:15;
}

.filtro {
	display:block; background:rgba(0,67,94,0.85); width:100%; height:auto; padding:20px 0;
	}


/* END CUSTOM */