
body {overflow-x: hidden; color:#FFF; font-family: 'Open Sans', sans-serif; background-color: #0C0C0C;}

p { font-size: 1em; }
p.small { font-size: 0.9em; }

a,
a:hover,
a:focus,
a:active,
a.active { outline: 0; color: #FFF;
}

section h2.titu { margin-bottom:1em; font-size:2em; }

/* NAV */

.navbar { text-transform: uppercase; font-family: 'Open Sans', sans-serif,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 200;  }

.navbar li.menu { font-size:0.8em; margin-right:15px; }

.navbar-default .navbar-nav>li>a:focus { color:#999; }
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand a:hover { color: #CCC; margin-left:2px; }

.navbar li.menu a:hover, .navbar li.menu a:active, navbar li.menu a:focus { color:#CCC; background-color: rgba(39,39,39,1.00);}

.navbar-default .navbar-nav>.active>a { background-color: rgba(39,39,39,1.00)}

.navbar a:focus { outline: 0; color:#CCC; background-color: rgba(39,39,39,1.00)}

.navbar .navbar-nav { letter-spacing: 1px; }

.navbar .navbar-nav li a:focus { outline: 0; }

.navbar li.menu img { opacity: .8;}

.navbar-default,
.navbar-inverse {
    border: 0;
	background-color: transparent;
}

#myCarousel2 { display: none;}

@media(max-width:768px) {
	#myCarousel { display: none;}
	#myCarousel2 { display: block;}
}

/* slide */

.section {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0; }
		
.sTop { height:auto; padding:0; margin:0; }

.sTop img { border: none; }

/* GRAL */

section { padding: 100px 0 0; }
section h2 { margin: 0; text-transform:uppercase; font-size:2em; margin-bottom:2em; text-align:center; font-weight: 300; opacity: 0.8;}


/* PORTFOLIO */

#portfolio { width:100%; height:auto; background-color: #0F0E0E; text-align:center;}

#portfolio h2 { font-size:2em; margin-bottom:2em; }

.portfolio-inner { width:100%; height:auto; margin:0 auto; display:flex; justify-content:center; align-items:flex-start; overflow: hidden;}

.portfolio-inner .img-portfolio { width:33%; height:auto; min-height: 100%; max-height:600px; position:relative; }
 
.portfolio-inner img { height:auto; }

.portfolio-inner .caption 
	{ position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  height: 100%;
	  width: 100%;
	  opacity: 0;
	  transition: .5s ease;
	  background-color: #616161; }
	  
.portfolio-inner a:hover .caption { opacity:0.6; }

.portfolio-inner .caption p { text-transform:uppercase; 
	  color: white;
	  font-size: 20px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  text-align: center;}

@media(max-width:768px) {
	.portfolio-inner {display:block;}
	.portfolio-inner .img-portfolio { width:100%;  }
	.portfolio-inner .caption { opacity: 0.8; background-color: transparent;  }
}


/* ABOUT */

#about { background-color: #252525; font-size:1em; font-weight: 300; padding-bottom:100px; }

#about h3 { font-family: 'Open Sans', sans-serif; font-weight: 300; font-size:1em; line-height:18px;}

#about .bio-int { width:35%; margin: 0 0 3% 10%; }

#about .bio-titulo { font-weight:400; text-transform:uppercase;  color: #898282;}

#about li { list-style:none;}
#about ul.publicaciones { margin-top:60px;}

#about .datos { width:90%; margin-left: 10%; display: flex; font-size:14px; }
#about .muestras, #about .premios { width:40%; align-items:flex-start;  }
#about .premios { margin-left:5%; }

#about .descarga {  margin-left: 13%;
	margin-top: 30px; }

#about .descarga button { border: none;
background-color: rgba(124,124,124,.70);
padding: 8px;
border-radius: 5px;}

#about .descarga button a { font-size: .95em; color: #000000; font-weight: 600;
transition: all 1s ease;}

#about .descarga button a:hover { text-decoration: none; color: #F1F1F1;}

@media(max-width:1680px) {
	#about .bio-int { width:80%; }
}

@media(max-width:1024px) {
	#about .bio-int { width:80%; margin: 0 0 3% 10%; }
}

@media(max-width:768px) {
	#about .bio-int { margin-left: 5%; }
	#about .datos { display:block; margin-left: 5%;}
	#about .muestras, #about .premios { width:80%; }
	#about .premios { margin: 5% 0 0; }
}


/* galeria */

section#galerias { text-align: center; margin: 0 auto; }

section#galerias ul.galeria { width: 80%; max-width: 1500px; height: auto; margin: 0 auto; padding-left: 0; }

section#galerias li { list-style: none; margin-bottom: 20px;}

section#galerias img { margin: 0 auto;}

section#galerias .texto-galeria { width: 75%; max-width: 900px; margin: 50px auto; opacity: 0.8; font-weight: 300}

section#galerias .video-proxemia { width: 80%; max-width: 900px; margin: 0 auto; }


/* MAQUINAL */

.maquinal .text-intro { width: 70%; margin: 0 auto 40px; }
.maquinal .text-intro p.pmaq { font-size: 1.2em; line-height: 1.4em;}

.maquinal .text-intro ul.creditos { padding: 0; margin-top: 30px; color: #D4D3D3;}
.maquinal .text-intro ul.creditos li p { margin-bottom:2px;}

section#galerias ul.creditos li { margin-bottom:0;}


@media(max-width:1280px) {
	.maquinal .text-intro p.pmaq { font-size: 1em; }
	.maquinal .text-intro ul.creditos { margin-top: 20px; font-size: .9em;}
}


/* Contacto */

section#contact { background-color:#000; color:#FFF; padding: 80px 0 20px; }

/* Footer */

footer { color: #fff;}

footer .footer-above { padding-top: 30px; background-color: #000;}

footer .footer-above p.datos { font-size:1.2em; font-weight:100; margin:3em 0;}

footer .footer-above a { text-decoration:none; }
footer .footer-above a:hover { color:#666; }

footer .footer-col { margin-bottom: 50px;}

footer .footer-col .data-list {margin:3em 0; }

footer .footer-below { padding: 15px 0; background-color: #1A1919;
	font-size:0.8em; font-weight:100; color:#545050; }
	
footer .footer-below a { color: #545050; text-decoration:none; }
footer .footer-below a:hover { color: #5E5E5E; text-decoration: line-through; }

.btn-social { -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;}
	
.btn-social:hover { opacity:0.6; }

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
	color: #666666;
	background-color: #252525;
	border-color: #000;
	
}

.scroll-top .btn:focus { outline: 0; }

/* mediaquerys */
@media(min-width:1600px) {
	#portfolioModal5 .container { width:1600px; height:auto;} 
	}
	
@media(min-width:1400px) {
	#portfolioModal5 .container { width:1400px; height:auto;} }	

@media(min-width:768px) {
	header .container { padding-top: 200px; padding-bottom: 100px; }

    header .intro-text .name { font-size: 4.75em; }
    header .intro-text .skills { font-size: 1.75em; }
	
    .navbar-fixed-top { padding: 15px 0; -webkit-transition: padding .3s; -moz-transition: padding .3s; transition: padding .3s;  }

    .navbar-fixed-top .navbar-brand {
        font-size: 1.2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		font-weight:100; }

    .navbar-fixed-top.navbar-shrink { padding: 10px 0; background-color: rgba(27,27,27,0.8) }
    .navbar-fixed-top.navbar-shrink .navbar-brand { font-size: 1em;}
	
	.portfolio-modal button.galeria-cerrar { margin-top:4em; }
}

@media(max-width:780px) {
	.navbar { background-color:#000; }
    section#contact .container .formu { padding:0 20px;}
	
	.portfolio-modal .close-modal { display:none; }
	.portfolio-modal button.galeria-cerrar { margin-top:4em; }
	
}

@media(max-width:767px) {
    section {padding: 75px 0;}
    section.first { padding-top: 75px;}
	#portfolio .portfolio-item { margin: 0 0 30px; }
}

