@font-face {
    font-family: LemonMilk;
    src: url(../fonts/LemonMilk.otf);
}

html,
body {
   font-family: 'Karla', sans-serif;
   font-size: 18px;
   width: 100vw;
   overflow-x: hidden;
}

canvas {
  width: 100vw;
  height: 100vh;
}

a {
    text-decoration: none;
}


h1 {
  font-family: 'LemonMilk', sans-serif;
  color: #000;
}

iframe {
  height: 360px;
}

@media screen and (max-width: 480px) {
  iframe {
    height: 160px;
  }
}

hr {
  border-top: 3px solid #000;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0;
  height: 6px;
  width: 30px;
  border-radius: 15px;
}

.icon_black, .icon_black:before, .icon_black:after {
  background-color: #000;
}

.icon_white, .icon_white:before, .icon_white:after {
  background-color: #FFF;
}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 10px;
  right: 9px;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  right: -9000px;
}

.bar {
  position: fixed;
  right: 12px;
  top: 24px;
}
.bar:before {
  top: -8px;
}
.bar:after {
  top: 8px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  top: -0px;
}

.box img{
  max-width: 100%!important;
}

.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: auto;
  height: 100vh;
  width: 100%;
  padding-top: 20vh;
  border-radius: 0px;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  right: 0;
  z-index: 2;
  list-style-type: none;
  font-family: "LemonMilk", sans-serif;
}
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  font-size: 2em;
  padding: 5px;
  color: #000;
}
.menu-expanded a:hover {
  transition: all .15s;
  letter-spacing: 2px;
	color: #00dfab;
}
.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}

.menu-expanded span img {
  margin-top: 3em;
  height: 1em;
  margin-right: 0.3em;
}

h1 {
	margin-top: 1em;
  font-size: 1.9em;
  line-height: 1.3em;
}

h2{
  font-size: 1.2em;
}

h3 {
	margin-top: 1em;
  font-size: 1.6em;
  line-height: 1.3em;
  text-align: left;
  font-family: "LemonMilk", sans-serif;
}

h4 {
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.4em;
  text-align: justify;
  font-family: 'Karla', sans-serif;
}

h5 {
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.4em;
  text-align: right;
  font-family: 'Karla', sans-serif;
}

ol, ul {
  list-style: none;
}

p {
  margin: 0 auto;
  text-align: left;
}

a {
  color: #232020;
}

a:hover{
	text-decoration: none;
	color: #00dfab;
}


.titulo {
 color: #FFF;
 position: absolute;
 top: 0.8em;
 left: 0.7em;
 font-size: 2.5em;
}

.box {
  margin-top: 15px;
  margin-bottom: 15px;
}

#intro {
  height: 100vh;
}

#intro {

}

#intro h1 {
  margin-top: 0;
  padding-top: 0.5em;
  padding-left: 0.5em;
}

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

  #bio, #cv, #reel_cine, #fotografia {
    padding-left: 2em;
    padding-right: 2em;
  }
  #reel_cine .logo, #fotografia  .logo{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #reel_cine h1, #fotografia h1{
    font-size: 1.6em!important;
    text-align: center;
  }
  #reel_cine .return, #fotografia .return {
    text-align: left;
  }

  #fotografia .artistica {
    margin-bottom: 4em;
  }
}

#bio {
  color: #000;
  padding-top: 20vh;
  padding-bottom: 22vh;
  overflow: auto;
}

#proyectos {
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

#proyectos .p1 {
  background: url(../img/proyectos/1.jpg) no-repeat center center;
  background-size: cover;
  min-height: 55vh;
}

#proyectos .p2 {
  background: url(../img/proyectos/2.jpg) no-repeat center center;
  background-size: cover;
  min-height: 55vh;
}

#proyectos .p3 {
  background: url(../img/proyectos/3.jpg) no-repeat center center;
  background-size: cover;
  min-height: 55vh;
}

#proyectos .p4 {
  background: url(../img/proyectos/4.jpg) no-repeat center center;
  background-size: cover;
  min-height: 55vh;
}

#proyectos .p5 {
  background: url(../img/proyectos/5.jpg) no-repeat center center;
  background-size: cover;
  min-height: 55vh;
}

#proyectos .p6 {
  background: url(../img/proyectos/6.jpg) no-repeat center center;
  background-size: cover;
  min-height: 55vh;
}

#cv {
  overflow-y: auto;
  padding-top: 6em;
  padding-bottom: 6em;
}

#cv p {
  padding-bottom: 1em;
}

#cv h2 {
  font-family: 'LemonMilk', sans-serif;
}

#contact {
  overflow-y: auto;
  padding-bottom: 80px;
  background-color: #000;
  text-align: center;
  padding-top: 60px;
	border-top: medium solid white;
}

#contact h1{
  color: #fff
}

a[href^=tel] {
text-decoration:inherit;
color: inherit;
}

#contact h2{
  color: #fff!important;
  font-family: "Karla", sans-serif;
  font-weight: 700;
}

#contact span {
  margin-right: 0.5em;
}

#contact span img{
  height: 1.4em;
  margin-top: 2em;
}

#reel_cine {
  min-height: 100vh;
  overflow-y: auto;
  background-color: #000;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 8em;
  color: #FFF
}

#reel_cine p {
  margin-bottom: 1em;
}

#reel_cine hr {
  border-top: 3px solid #FFF;
}

#reel_cine .logo {
  margin-bottom: 4em;
}

#reel_cine .logo h1 {
  font-size: 2em;
}

#reel_cine h1 {
  text-align: left;
  color: #FFF;
}

#reel_cine h2 {
  text-align: left;
  color: #FFF;
}

#reel_cine p {
  font-size: 0.8em;
}

.return{
  text-align: right;
  margin-top: 20px;
}

.return img{
  width: 2em;
  margin-right: 15px;
}

#fotografia {
  background-color: #FFF;
  text-align: left;
  padding-top: 1em;
  padding-bottom: 6em;
  color: #000;
  overflow: auto;

}


#fotografia h2 {
	text-align: right;
}

#fotografia h4 {
	font-style: italic;
}

#fotografia h4:hover {
	color:#00dfab;
}

#fotografia #image-preview {
	min-height: 391px;
	background-image: url("../img/fotografia/hover-docu/hover-mezcal.jpg");
	background-size: cover;
	transition: all 400ms ease
}

#fotografia #image-art {
	min-height: 391px;
	background-image: url("../img/fotografia/hover-art/hover-pliegues.jpg");
	background-size: cover;
	transition: all 400ms ease;
}

#fotografia .titles {
	text-align: right;
	padding-right: 30px;
}

#fotografia .title {
	padding-right: 30px;
}

#fotografia .content {
  padding-top: 2em;
}

#fotografia .documental {
  text-align: right;
}

#fotografia .documental img, .artistica img{
  width: 100%
}

#fotografia .proyecto .title *{
  display: inline-block;
}

#fotografia .proyecto p {
  font-size: 0.8em;
	margin-bottom: 0.8em;
}

#fotografia .galeria{
  margin-top: 2em;
}

#fotografia .galeria img {
  max-width: 100%;
}

.menu-proyecto .bar{
  background-color: #FFF;
}

.menu-proyecto .bar:before{
  background-color: #FFF;
}

.menu-proyecto .bar:after{
  background-color: #FFF;
}
