/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #fff;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}

a:link {
	color: #f68f67;
	text-decoration: none;
}
a:hover {
	color: #bde2df;
	text-decoration: none;
}
a:visited {
	color: #f68f67;
	text-decoration: none;
}


.user_blocked
{
	border-bottom: 5px solid red;
}


/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#ffffff;
	z-index:100;
}
#logo {
	text-align: center;
	margin: 10px 0;
}
#nav {
	text-align: right;
	margin: 55px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 30px;
	color: #91a5a7;
}
.navigation li:hover{
	cursor:pointer;
	color: #cf2129;
}

.navigation .active{
	cursor:pointer;
	color: #cf2129;
	font-weight:bold;
}


#fbLoginTop.invisivel{
	display: none;
}




/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:25px 0 1px 0;
}



/* Slide 1 */ 

h1,h2,h3,h4,h5{
	font-family: 'aileronlight';
}

#slide1{
	background-color:#121212;
	text-align: right;
}
h1 {
	font-size: 3.5em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#fff;
}
h2 {
	font-size: 2em;
	color: #fff;
	line-height: 31px;
}



p{
	/*font-family: 'aileronlight';*/
}




/* Slide 2 */ 

#slide2{
	background-color:#F7F7F7;
	color:#000;
}
#slide2 h1{
	color:#818181;
	text-align: center;
}
#slide2 h2{
	text-align: center;
	color: #818181;
	padding-bottom:20px;
}

#slide2 p{
	text-align: center;
	color: #818181;
}

#slide5 h1{
	color:#818181;
	text-align: center;
}
#slide5 h2{
	text-align: center;
	color: #818181;
	padding-bottom:20px;
}

#slide5 #content.entrada p{
	text-align: center;
	color: #818181;
}

#slide5 .test p{
	text-align: left;
	color: #818181;
}

#slide5 .titulo{
	color: #818181;
}



#test{
	text-align: center;
}

#test p{
	font-size: 1em;
}
.interior{
	position: relative;
	margin: 0;
	width: 100%;
}

.interior h3{
	color: #818181;
	margin: 10px 20px 10px 20px;
}
.interior p{
	/*font-size: 0.8em;*/
	margin: 10px 20px 0 20px;
	font-size: 0.9em;
	line-height: 1.2em;
	letter-spacing: 0.01em;
}
.titulo{
	width: 100%;
	height: auto;
	text-align: left;
}

#slide3{
	background-color:#ccc;
	/*background-image: url(/images/bg/bgImage02.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	height: 500px;
	color:#fff;
}

#slide5, #slide6, #slide7{
	/*background-image:url(/images/bg/bgAbout.png);*/
	background-color:#fff;
	color:#fff;
	/*margin-top: -61px;*/
}

#slide6 .team{
	width: 100%; 
	margin: 0; 
	text-align: center; 
	background-size: cover;
}
#slide6 .team .person{
	margin: 0; 
	width: 20%; 
	float:left; 
	padding: 0;
	color: #818181;
}

#slide7{
	color: #818181;
}
#slide7 h2{
	text-align: center;
}
footer{
	position: fixed;
	margin:0;
	width: 100%;
	height: 37px;
	bottom: 0;
	background-color: #cf2129;
	z-index: 1001;
}
footer p{
	position: relative; 
	font-size: 0.7em; 
	
}

footer a p{
	margin-top: 10px;
	margin-left: 20px; 
	text-decoration: none;
	color: #333;
}


footer p.textL{
	float:left;
	left: 50px;
}
footer p.textR{
	float:right;
	right: 10px;
}

footer ul{
	
	margin: 0 auto; 
	
	position: relative; 
	float:right; 
	font-size: 0.5em; 
	right: : 10px;
	width: 80px;
	padding: 0;
	list-style: none;
}
footer ul li{
	margin: 0;
	padding: 0;
	height: 38px;
	width: 38px;
	margin-right: -6px;
	float: left;
}
footer ul li.last{
	margin: 0;
	padding: 0;
	height: 38px;
	width: 38px;
	margin-right: 0;
	float: left;
}

.popup
{
	width: 100%;
	height: 100%;
	position:absolute;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

.popup_content
{
	position: relative;
	margin: 0px auto;
	margin-top: 30px;
	width: 60%;
	min-width: 250px;
	max-width: 500px;
	height: 200px;
	background-color: #F2DEDE;
	border: 1px solid #EBCCD1;
	color: #A94442;
	border-radius: 5px;
	padding: 5px;
	word-break: break-all;
}

.popup_title
{
	height: 30px;
	line-height: 30px;
}

.popup_title h3
{
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.popup_close
{
	float: right;
	background: none;
    border: none;
	background-image: url('../images/icon-close-128.png');
	background-size: 20px 20px;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

/* Tablet */
@media screen and (max-width: 1024px) {

	#slide1{
		background-color:#000;
		background-image: url(/img/bgImage01_480_.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		text-align: right;
	}
	#slide3{
		background-color:#000;
		background-image: url(/img/bgImage02_.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
		height: 300px;
	}

	#slide4{
		background-color:#000;
		background-image: url(/img/bgImage03_.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
		height: 300px;
	}

	.menu {
		position:relative;
		top:0px;
		width:100%; 
		height:auto; 
		background-color:#ffffff;
		z-index:100;
	}

	#logo {
		width: 100%;
		text-align: center;
	}

	#nav {
		width:100%;
		text-align:center;
		margin:10px 0;
	}

	.navigation{
		width: 100%;
		float: center;
		list-style: none;
		margin: 0;
		padding:0;
	}

	.navigation li{
		float: left;
		width:33%;
		padding:0;
	}

	.slide{
		background-attachment: fixed;
		width:100%;
		position: relative;
		padding:150px 0;
	}

	#decorative {
		display:none;
	}

	#content {
		text-align:center;
		width:100%;
	}

	h1 {
		line-height: 1em;
	}
	h2 {
		line-height: 1em;
	}

	footer{
		margin-top: -20px;
		position: relative;
		height: 90px;
	}

	footer p{
		position: relative; 
		font-size: 0.7em; 
		top:10px;
	
	}
	footer p.textL{
		width: 100%;
		float:none;
		text-align: center;
		margin: 30px auto;
		left: 0;
	}
	footer p.textL{
		width: 100%;
		float:none;
		text-align: center;
		margin: 20px auto;
		left: 0;
	}

}

/* Mobile */
@media screen and (max-width: 480px) {

	#slide1{
		background-color:#333;
		background-image: url(/img/bgImage01_480_.jpg);

	}
	#slide3{
		background-color:#333;
		background-image: url(/img/bgImage02_.jpg);

		height: 300px;
	}

	#slide4{
		background-color:#333;
		background-image: url(/img/bgImage03_.jpg);

		height: 300px;
	}

	#logo {
		width: 100%;
		text-align: center;
	}

	#nav {
		width:100%;
		margin:5px 0;
	}

	.navigation{
		width: 100%;
		float: left;
		list-style: none;
		margin: 0;
		padding:0;
	}

	.navigation li{
		float: left;
		width:33%;
	}

	.slide{
		background-attachment: fixed;
		width:100%;
		position: relative;
		padding:150px 0;
	}
	.grid_2{
		width: 100%;
	}


	#slide1 h1 {
		line-height: 1em;
	}
	#slide1 h2 {
		line-height: 1em;
	}
	#slide2 h1 {
		line-height: 1em;
	}
	#slide2 h2 {
		line-height: 1em;
	}
	#slide3 h1 {
		line-height: 1em;
	}
	#slide3 h2 {
		line-height: 1em;
	}
	#slide4 h1 {
		line-height: 1em;
	}
	#slide4 h2 {
		line-height: 1em;
	}



	footer{
		margin-top: -20px;
		position: relative;
		height: 90px;
	}

	footer p{
		position: relative; 
		font-size: 0.7em; 
	
	}
	footer p.textL{
		width: 100%;
		float:none;
		text-align: center;
		margin: 30px auto;
		left: 0;
	}
	footer p.textL{
		width: 100%;
		float:none;
		text-align: center;
		margin: 20px auto;
		left: 0;
	}


}


/* upload pictures */
div.buttons button.btn {
    float: left;
    margin-right: 10px;
    background-color: lightseagreen;
    border: 0;
    color: white;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 1s;
	margin-bottom: 20px;
}
div.buttons button.btn:hover {
    background-color: black;
}
div.droppable {
    background-color: #eee;
    height: 200px;
    width: 100%;
    position: relative;
    padding: 50px;
	margin-bottom: 20px;
}
div.droppable:after {
    content: "Drop your files here";
    font-family: "Times New Roman", serif;
    color: darkgray;
    font-size: 14px;
    font-style: italic;
    position: absolute;
    top: 20px;
    left: 20px;
}
div.droppable div.file {
    width: 100px;
    height: 100px;
    background-color: white;
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
    z-index: 20001;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    transition: all .45s;
    -o-transition: all .45s;
    -moz-transition: all .45s;
    -webkit-transition: all .45s;
}
div.droppable div.file:nth-of-type(5n+5) {
    margin-right: 0;
}
div.droppable div.file:after {
    content: "";
    position: absolute;
    width: 100px;
    box-sizing: border-box;
    z-index: 20001;
    height: 100px;
    border: 3px solid rgba(0, 0, 0, .25);
    left: 0;
    top: 0;
}
div.droppable div.file img {
    width: 100px;
    height: 100px;
}
div.droppable div.file a.remove {
    position: absolute;
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: white;
    font-family: "Lato", sans-serif;
    padding: 0 6px;
    font-weight: 100;
    z-index: 30001;
    cursor: pointer;
}
div.droppable input.files {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-family: "Times New Roman", serif;
    font-style: italic;
    color: darkgray;
}
div.droppable div.error {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 20005;
    background-color: crimson;
    color: white;
    padding: 5px 10px;
    font-family: "Lato", sans-serif;
	font-size: 12px;
    text-transform: uppercase;
}
div.droppable:hover div.file:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}