#sg-panel-container {
	display: none;
}
.sg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 40px;
	background: #000;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Advent Pro", Arial, sans-serif;
}
.sg-wrapper > div {
	position: absolute;
	overflow: hidden;
	z-index: 5;
}
.sg-panel {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.sg-panel h2 {
	color: #fff;
	font-weight: 100;
	font-size: 3em;
	margin: 0 10px;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
	text-shadow: 0 0 1px #fff, 1px 1px 1px rgba(0,0,0,0.2);
}
.sg-panel > div {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.sg-box-1 h2,
.sg-box-2 h2 {
	bottom: 0px;
}
.sg-box-1 h2,
.sg-box-3 h2 {
	right: 0;
}
.sg-box-1,
.sg-box-2{
	top: 0%;
}
.sg-box-1,
.sg-box-3 {
	left: 0%;
}
.sg-wrapper > div.sg-line-hor,
.sg-wrapper > div.sg-line-ver {
	background: #fff;
	position: absolute;
	z-index: 1000;
}
.sg-wrapper > div.sg-line-hor {
	width: 100%;
	height: 1px;
	left: 0;
}
.sg-wrapper > div.sg-line-ver {
	width: 1px;
	height: 100%;
	top: 0;
}
.sg-nav {
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: -40px;
	height: 40px;
	background: #000;
	z-index: 6000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	box-shadow: 0 0px 0 0px #000, 0 0px 5px 0px rgba(0, 0, 0, 0.3);
	font-size:10px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	
	border-color: #FFF;
	border-style: solid;
	border-width: 2px 0 0 0;
}
.sg-nav span{
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index: 2000;
	/* width: 11px; */
	/* height: 11px; */
	/* background: #555; */
	margin: 10px 10px;
	/* border-radius: 50%; */
	/* -webkit-transition: all 0.2s ease-in-out; */
	/* -moz-transition: all 0.2s ease-in-out; */
	/* -o-transition: all 0.2s ease-in-out; */
	/* -ms-transition: all 0.2s ease-in-out; */
	transition: all 0.2s ease-in-out;
	opacity: 0.6;
	
	color: #FFF;
}
.sg-nav span.sg-prev,
.sg-nav span.sg-next {
	width: 20px;
	height: 20px;
	margin: 10px 5px 6px 5px;
	background: transparent url(../images/arrows.png) no-repeat;
	border-top-color: #000000;
	display: none;
}
.sg-nav span.sg-prev {
	background-position: 5px 50%;
}
.sg-nav span.sg-next {
	background-position: -24px 50%;
}
.sg-nav span.sg-prev:hover,
.sg-nav span.sg-next:hover,
.sg-nav span.sg-dot:hover{
	opacity: 1;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-top-color: #003DFF;
}

.sg-nav span.sg-dot-current{
	/* background: #fff;*/
	opacity: 1;
	color: #FFF;
	border-top-color: #003DFF;
	border-width: 1px;
	border-top-style: solid;
}
.sg-loading {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	opacity: 0.9;
	background: transparent url(../images/loader.gif) no-repeat center center;
}

.sg-content {
	padding: 25px 25px 0 25px;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 90000;
}

.sg-columns {
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-moz-column-rule: none;
	-moz-column-width: 50%;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-webkit-column-rule: none;
	-webkit-column-width: 50%;
	column-count: 2;
	column-gap: 30px;
	column-rule: none;
	column-width: 50%;
}

.sg-content h3{
	font-weight: 100;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 0;
	color: #fff;
	font-size: 30px;
	border-bottom: 1px dotted rgba(255,255,255,0.7);
}
.sg-content p {
	font-weight: 500;
	line-height: 20px;
	font-size: 16px;
	margin: 0;
	color: #fff;
	padding: 10px 0;
	text-align: justify;
}

@media screen and (max-width: 770px) {
	.sg-panel h2 {
		font-size: 34px;
	}
	.sg-columns {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-moz-column-rule: none;
		-moz-column-width: auto;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		-webkit-column-rule: none;
		-webkit-column-width: auto;
		column-count: 1;
		column-gap: 0px;
		column-rule: none;
		column-width: auto;
	}
}

@media screen and (max-width: 770px) {
	.sg-panel h2, .sg-content h3{
		font-size: 20px;
	}
}

.codrops-demo-link {
	margin: 0 10px 0 10px;
}



/******* ENVIO DE MAIL *******/  
.formContactenos {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
}
   
.formContactenos input,textarea {
	/*border: thin transparent solid;*/
	border: none;
	background: transparent;
	/*margin: 0 0 0 10px;*/
	color: #FFF;
	width: 80%;
}

.formContactenos .titulo {
	float: left;
	color: #888;
}

.formContactenos .campo {
	border-style: solid;
	border-color: #555;
	border-width: 1px;
	margin: 8px 0 0 0;
	padding: 8px 5px 8px 8px;
	width: 100%;
	font-size:9px;
}

.formContactenos .enviarbtn {
	width: 70px;
	margin: 2px 0px 0px 0px;
	border-width: 0px;
	background-color: #0284FC;
	color: #FFF;
}

.formContactenos input {
	width: 100%;
	font-size: 12px;
}

.comentario-email {
	font-size: 12px;
	resize: none;
	width: 100%;
	height: 70px;
}
/******* /ENVIO DE MAIL *******/  

/******* POPUP PORTFOLIO *******/ 
#popupImagenes {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 5001;
	display: none;
}
/******* /POPUP PORTFOLIO *******/ 

/******* DIV MODAL *******/
#modal-div {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1999;
	opacity: 0.85;
	background: #000;
}
/******* /DIV MODAL *******/


/******* MENU *******/ 
.piquitoPortfolio {
	margin: -15px auto 0 auto;
	width: 10px;
	height: 10px;
	border: solid;
	border-width: 6px;
	border-color: #FFF transparent transparent transparent;
}

.portfolio {
	position: relative;
}


.menu-portfolio {
	position: absolute;
	left: 50%;
	bottom: 26px;
	z-index: 6900;
}

.menu-portfolio-opciones {
	/*position: absolute;*/
	/*top: 0px;*/
    /*bottom: 100px;*/
    /*right: 0px;*/
	/*left: 600px;*/
	/*z-index: 7000;*/
}

.portfolio-opciones-div {
	z-index: 7000;
}

    ul.dropdown {
        background: #FFF;
		padding: 0 0 0 0;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica; 
		color: #003DFF;
		list-style: none;
		text-align: center;
		/*z-index: 7001;*/
    }
	
    ul.dropdown li {  
		padding: 0 10px 0 10px;
        font-size: 14px;
		border-style: solid;
		border-width: 1px 0 0 0;
    }

	ul.dropdown li:first-child { 
		border-width: 0;
	}	
	
    ul.dropdown li a{  
        display: block;  
        text-decoration: none;  
        padding: 2px 2px 2px 2px;
		color: #003DFF;
        /*border-bottom: 1px solid #171717;  */ 
    } 
    
	ul.dropdown li:hover{  
		background: #003DFF;
		/*z-index: 7000;*/
    } 
	ul.dropdown li a:hover{  
		color: #FFF;
    } 
    /******* /MENU *******/ 