/*=============================
=            HOME            =
=============================*/

#header{
	nav {
		 width: 100%;
		 position: relative;
		 top: 48px;
		 left: 0;
		 z-index: 1000;
	}
	#banner{
		.bg{
			&.home{
				height:970px;
				background: url("../images/banners/bg-home.jpg") no-repeat top center;
			}
		}
		
		.text{
			width: 400px;
			position: absolute;
			top: 477px;
			right: 30px;
			text-align: right;
			
			h2{
				font-size:20px;
				color:$blue;
				text-transform:uppercase;
				margin-bottom:10px;
			}
			
			p{
				font-size:16px;
				color:$white;
				margin-bottom:25px;
			}
			
			.btn-link{
				float:right;
				color:$blue;
				border: 2px solid $white;

				&:hover{
					color:$blue;
					border: 2px solid $blue;
				}
			}
		}
	}
}


#conteudo{
	width:100%;
	float:left;
	background: url("../images/bg-home.jpg") no-repeat top 114px center;

	.parallax {
		top: 170px;
		left: 50%;
		width: 2100px;
		position: absolute;
		z-index: 9999;
		margin-left: -1050px;

		img {
			position: absolute;
		}

		.px1 {
			top: 425px;
			left: 1624px;
		}

		.px2 {
			top: 1058px;
			left: 328px;
		}

		.px3 {
			top: 1010px;
			right: 0px;
		}

		.px4 {
			top: 1995px;
			left: 0px;
		}

		.px5 {
			top: 1857px;
			left: 1511px;
		}
	}

	/*====================================
	=            Box Home            =
	====================================*/

	.box {
		-webkit-transform: skewY(-8.5deg);
	    -moz-transform: skewY(-8.5deg);
	    -ms-transform: skewY(-8.5deg);
	    -o-transform: skewY(-8.5deg);
	    transform: skewY(-8.5deg);
	    width:100%;
	    float:left;
	    margin-top:-40px;
	    height:390px;
	    margin-bottom:150px;
	    
	    .slide-fotos{
	    	width:700px;
	    	overflow:hidden;
	    	float:left;
	    	height:390px;
	    	
	    	img {
	    		width: 952px;
				margin-top: -43px;
				-webkit-transform: skewY(8.5deg);
			    -moz-transform: skewY(8.5deg);
			    -ms-transform: skewY(8.5deg);
			    -o-transform: skewY(8.5deg);
			    transform: skewY(8.5deg);
	    	}
	    }
	    
	    .text{
		    float:right;
		    width:300px;
		    height:400px;
		    position:relative;
		    margin-right:50px;
		    
		    p{
			   	font-size:16px;
			   	margin-top:45px;
			   	color:$blue;
			   	width:100%;
			   	position:relative;
			   	margin-bottom:60px;
			}
			
			h3{
				width:100%;
				background: url("../images/titles/esportes.png") no-repeat ;
				margin-top:-15px;
				float:left;
				height:66px;
				text-indent:-9999px;
				overflow:hidden;
				margin-bottom:20px;
			}
			
			&.esportes{
				h3{
					background: url("../images/titles/esportes.png") no-repeat ;
				}
				
				.btn-link{
					float:left;
				}
			}	
			
			&.saude{
				h3{
					background: url("../images/titles/saude.png") no-repeat ;
					margin-top:-21px;
				}
				
				.btn-link{
					float:right;
				}
			}	
			
			&.beleza{
				h3{
					margin-top:-21px;
					background: url("../images/titles/beleza.png") no-repeat ;
				}
				
				.btn-link{
					float:left;
				}
			}	
	   }
	   
	    .no-skew{
	    	-webkit-transform: skewY(8.5deg);
		    -moz-transform: skewY(8.5deg);
		    -ms-transform: skewY(8.5deg);
		    -o-transform: skewY(8.5deg);
		    transform: skewY(8.5deg);
	    }

	    .btn-link{
	    	position:absolute;
	    	bottom:35px;
			color:$blue;
			border: 2px solid $white;

			&:hover{
				color:$blue;
				border: 2px solid $blue;
			}
		}
		
		&.esportes{
			margin-top:125px; 
			background:$yellow;
		}
		
		&.saude{
			margin-top:15px; 
			margin-bottom:220px; 
			background:$green;
			
			.slide-fotos{
				float:right;
				
				img{
					float:right;
					margin-top:-73px;
					margin-left:-180px;
				}
			}
			
			.text{
				float:left;
				margin-left:50px;
			}
		}
		
		&.beleza{
			background:$pink; 
			margin-bottom:90px;
		}
	}
	
	&.internas {
		background:none;
	    	margin-top:-110px;
	    
	    h1 {
	    	text-align:right;
	    	color:$blue;
	    	font-size:40px;
	    	padding-right: 30px;
	    	font-weight:normal;
	    	font-family: 'Lobster', cursive;
	    }
	    
	    .acordion {
	    	// width: 1090px;
	    	width: 97%;
	    	padding: 0 3%;
	    	float:left;	    	
	    	h2 {
	    		width:98%;
	    		font-size:18px;
	    		padding: 20px 1%;
	    		float:left;
	    		// margin-bottom:15px;
    			cursor:pointer;
    			transition(.4s);
	    		color: #1d2847;
	    		i {
	    			float:right;
	    			width:28px;
	    			margin-top:2px;
	    			height:16px;
	    			background:url("../images/arrow-acordion.png") left center;
	    		}
		    	&:hover {
		    		// background:#ebebeb;
		    	}
		    	&.active {
		    		// background:#ebebeb;
		    		i {
	    				background:url("../images/arrow-acordion.png") right center;
				}
		    	}
	    	}	    	
	    	.content {
	    		display:none;
	    		float:left;
	    		width: 100%;
	    		margin-bottom:30px;	    		
		    	.image {
		    		&.left {
		    			float:left;
		    			margin:0 15px 15px 0;
		    		}
		    		
		    		&.right {
		    			float:right;
		    			margin:0 0px 15px 15px;
		    		}
		    		
		    		&.full {
		    			width:100%;
		    			float:left;
		    			margin:15px 0px 15px 0;
		    		}
		    	}
		    	
		    	p { 
		    		font-size:15px;
		    		margin-bottom:15px;
		    		color: $blue;
		    		line-height:18px;
		    		text-align:justify;
		    		
		    		&.destaque {
		    			background:#ebebeb;
		    			padding:10px;
		    		}
		    	}
	    	}
	    }

	    &.beleza{
	    	.prol{
	    		width: 100%;
	    		height: 360px;
	    		padding-top: 30px;
	    		background:url("../images/prol-beleza.jpg") center center no-repeat;

	    		p {
	    			width: 50%;
	    			margin-right: 100px;
	    			text-align: justify;
	    		}
	    	}
	    }

	    &.o-que-sao-aminoacidos {
	    	.destaque-areas {
	    		width: 100%;
	    		background:url("../images/bg-destaque-areas.jpg") center center no-repeat;
	    		height: 600px;
	    		float: left;
	    		position: relative;
	    		margin-left: -30px;

	    		.box-destaque {
	    			position: absolute;
	    			h3 {
	    				font-size: 16px;
	    				margin-bottom: 5px;
	    			}

	    			p {
	    				font-size: 14px;
	    				/*text-align: left;*/
	    			}

	    			&.box-1 {
	    				left: 80px;
						top: 110px;
						width: 337px;
	    			}

	    			&.box-2 {
		    			left: 680px;
						top: 33px;
						width: 397px;
	    			}

	    			&.box-3 {
	    				left: 80px;
						top: 470px;
						width: 347px;
	    			}

	    			&.box-4 {
	    				left: 720px;
						top: 417px;
						width: 367px;
	    			}
	    		}
	    	}

		    .proteinas {

		    	h3 {
		    		font-size: 14px;
		    	}



		    	.box-proteinas {
		    		width: 100%;
		    		background: #f3f3f3;
		    		border:1px solid #7ad1f1;
		    		border-radius:(20px);
		    		float: left;
		    		padding: 15px 0;
		    		margin-top: 25px;

		    		h4 {
		    			font-size: 14px;
		    			font-weight: normal;
		    			text-align: center;
		    			font-weight: bold;
		    			margin-bottom: 15px;
		    		}

		    		ul {
		    			width: 100%;
		    			li {
		    				float: left;
		    				list-style: none;
		    				font-size: 12px;
		    				margin-bottom: 8px;

		    				&:before {
							  content: "• ";
							  color: #7ad1f1;
							}
		    			}
		    		}

		    		&.box-1 {
		    			width: 39%;
		    			margin-right:5%; 
		    			ul {
		    				li {
		    					width: 30%;
		    					margin-left: 3%;
		    				}
		    			}
		    		}

		    		&.box-2 {
		    			width: 55%;
		    			ul {
		    				li {
		    					width: 22%;
		    					margin-left: 3%;
		    				}
		    			}
		    		}
		    	}
		    }

		    .fonte{
		    	.bg{
		    		width: 2100px;
		    		background:url("../images/bg-fonte.jpg") center center no-repeat;
		    		background-size: 85%;
		    		height: 728px;
		    		position: absolute;
		    		z-index: -1;
		    		margin-left: -1150px;
		    		left: 50%;
		    		top: 100px;
		    	}

		    	.align-top{
		    		width: 100%;
		    		float: left;
		    		text-align: justify;
		    		margin-top: 25px;
		    	}

					img {	
						height: 600px;
						display: flex;
						align-content: center;
					}

		    	.align-bottom{
		    		width: 100%;
		    		float: left;
						margin-top: 20px;
		    		text-align: justify;
		    	}
		    }
	    }
	}
}

.icon-branco {
  float: right;
  width: 28px;
  margin-top: 20px;
  height: 16px;
  background: url('../images/arrow-acordion-branco.png') left center !important;
  margin-right: 10px;
	cursor:pointer;
}
.icon-normal {
  float: right;
  width: 32px;
  margin-top: 2px;
  height: 21px;
  background: url('../images/arrow-acordion.png') left center;
  margin-right: 10px;
  margin-top: 20px;
	cursor:pointer;
}
.branco {
  color: #fff !important;
}