@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #F0F0F0 !important;
	overflow-x: hidden;
}

@font-face{
    font-family: 'maria-rafecas';
    src: url('./fonts/Poppins-Regular.ttf');
}
@font-face{
    font-family: 'maria-rafecas-bold';
    src: url('./fonts/Poppins-Bold.ttf');
}

@font-face{
    font-family: 'maria-rafecas-black';
    src: url('./fonts/Poppins-Black.ttf');
}

@font-face{
	font-family: 'maria-rafecas-cuerpo';
	src: url("fonts/Lusitana-Regular.ttf");
}

@font-face{
	font-family: 'quentin';
	src: url("fonts/Quentin.otf");
}

@font-face{
	font-family: 'montserrat';
	src: url("fonts/Montserrat-Regular.ttf");
}

@font-face{
	font-family: 'hand';
	src: url("fonts/Kristi-Regular.ttf");
}


.menu-movil-portada .menu-movil{
	background-color: inherit!important;
}

.menu-movil{
	background-color: #F0F0F0;
	 
}

.menu-movil img{
	width: 80px;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #070E25;
  overflow-x: hidden;
  transition: 0.4s;
	 display: flex;
  justify-content: center;
  align-items: center;
	margin: auto;
	height: 100%;
	
}



.sidenav a {
  padding: 10px 10px 10px 32px;
  text-decoration: none;
  font-size: 50px;
  color: #F0F0F0;
  display: block;
  transition: 0.3s;
	font-family: 'maria-rafecas-bold';
	
	
}


.menu-movil a:hover{
	text-decoration: none;
		color: #F0F0F0;
}





.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 80px;
  margin-left: 50px;
	color: #F0F0F0;
}

#main {
  transition: margin-left .5s;
  padding: 20px 0 20px 25px;

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}




*, *:before, *:after{
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
}

.contenedor_carga{
	background-color: #070E25;
	height: 100%;
	width: 100%;
	position: fixed;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carga{
	background: url("../img/logo-loading-3.gif") no-repeat center center;
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	margin: auto;

}
.diseno-grafico{
	/*background-image: url("../img/background.png");*/
	background-repeat: no-repeat;
  	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	scroll-behavior: smooth;
}

/*MENU*/
.head{
	font-family: 'maria-rafecas'!important;
	letter-spacing: 3px;
	color: #070E25;
	font-size: 22px;
	text-align: right;
	
}


.head a{
	color: #070E25;
	text-decoration: none;
    position: relative;
	overflow: hidden;
}

.head li a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background: #070E25;
	transition: .8s;

}

.head li a:hover{
	text-decoration: none;
		color: #070E25;
}
.head li a:hover:after{
	width: 98%;
}
	
.head .navbar-text a:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0%;
	height: 2px;
	background: #070E25;
	transition: .8s;
}

.head .navbar-text a:hover{
	text-decoration: none;
		color: #070E25;
}
.head .navbar-text a:hover:after{
	width: 98%;
}
	

.navbar{
	border: none;
    /*background: none;*/
	background-color: #F0F0F0;
    min-height: auto;
    margin-bottom: 0;
}




.navbar-text{
	display: inline-block;
	float: right;
	margin-right: 4%;
	
}

.navbar-text a{
	font-family: 'maria-rafecas';
}

.navbar-brand{
	margin-left: 4%!important;
	width: 60px!important;
}


.navbar-title{
	font-family: 'maria-rafecas-bold';
}

.menu-portada .navbar{
	background-color: inherit;
	top: 2%;
	
}


.menu-portada .navbar-nav a{
	color: #070E25;
	
}

/*--------------------------------MOBILE--------------------------------*/

.head{
	display: none;
	
}

.menu-movil{
	display: block;
}
.navbar-brand{
	width: 60px!important;
}



/*--------------------INDEX--------*/
	
	.index{
		height: 100%;
		width: 100%;
		margin: auto;
		background: url("../img/portada_index_mobil2.jpg") no-repeat 50% 50%;
		background-size: cover;
		
	}
.index .container-fluid{
	height: 100%;
}

.index .container{
	height: 100%;
}

.index .index-container{
	 display: flex;
  justify-content: center;
  align-items: center;
	height: 100%;
	margin: auto;

}
	
	.index .portada h1{
		text-align: center;
		font-family: 'maria-rafecas-bold';
		letter-spacing: 4px;
		font-size: 130px;
		color: #fff;

	}
	.index .portada p{
		text-align: center;
		font-family: 'maria-rafecas';
		letter-spacing: 3px;
		color: #fff;
		font-size: 40px;
}
	
	.index .portada .linea{
		width: 50px;
		height: 5px;
		background: #F0F0F0;
		margin-left: 42%;
		float: left;
		margin-top: 3%;
    opacity: 0;
    animation-name: lineaindex;
    animation-timing-function:ease;
    animation-duration: 1s;
		animation-delay: 2.5s;
		animation-fill-mode: forwards;

}

@keyframes lineaindex {
    0% {
      width: 0;
      opacity: 0;
      
  }
	50%{
		 width: 50px;
      opacity: 1;
	}
	
	100%{
		width: 50px;
		opacity: 1;
	}
	
}


.index .portada-apartados{
	margin-top: -25%;
}
	
	
	.index .portada-apartados h2{
		font-family: 'maria-rafecas-bold';
		letter-spacing: 5px;
		font-size: 35px;
		padding: 3% 0;
	}
	
	.index .portada-apartados a{
		text-decoration: none;
		color: #070E25;
		position: relative;
		display: block;
   		 opacity: 0;
    	animation-name: apartadosindex;
    	animation-duration: 1.7s;
		animation-delay: 3.2s;
		animation-fill-mode: forwards;
	}

@keyframes apartadosindex {
    0% {
      transform: translateY(-30px);
      opacity: 0
      
  }
	50%{
		 transform: translateY(0px);
      opacity: 1;
      
	}
	
	100%{
		transform: translateY(0px);
      opacity: 1;
      
	}
	
}
	
	.index .portada-apartados .text-left a:after{
		position: absolute;
        bottom: 0px;
        left: 0px;
        width: 0%;
        height: 4px;
        background-color: #070E25;
        content: "";
        transition: width 0.6s;
	}
	
	.index .portada-apartados .text-left a:hover:after{
		width: 28%;
	}
	
	.index .portada-apartados .text-right a:after{
		position: absolute;
        bottom: 0px;
        right: 0px;
        width: 0%;
        height: 4px;
        background-color: #070E25;
        content: "";
        transition: width 0.6s;
	}
	
	.index .portada-apartados .text-right a:hover:after{
		width: 40%;
	}

.index span{
	width: 100%;
    float: left;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    transform: translateY(-50px);
    opacity: 0;
    animation-name: tituloindex;
    animation-timing-function:ease;
    animation-duration: 3s;
}

.index h1 span{
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
}
 .index h1 span:first-child{
    animation-delay: 0.7s;

  }

  .index h1 span:last-child{
    animation-delay: 1s;
}

.index p span{
	animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
}

@keyframes tituloindex {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 90%);
      clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 90%);
  }
  40% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
       transform: translateY(0);
       opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  
}

	
	
	.sobre-mi{
		padding: 10% 0;

	}
	
	.sobre-mi h2{
		text-align: left;
		font-family: 'maria-rafecas-bold';
		letter-spacing: 4px;
		font-size: 48px;
		color: #070E25;
		padding-bottom: 3%;
	}
	
	.sobre-mi p{
		font-family: 'maria-rafecas';
		font-size: 35px;
		color: #2B2B2B;
		padding-top: 5%;
	}

.sobre-mi .cv{
	font-size: 35px;
	padding-top: 2%;
}
	
.sobre-mi img{
	width: 100%;
	padding-top: 3%;
	
	
}

.sobre-mi-movil{
	display: inline;
}

.sobre-mi-desktop{
	display: none;
}

	/*--------------------------skills---------*/
    
	.habilidades{
		padding: 4% 0;
		
	}
	.habilidades h2{
		font-family: 'maria-rafecas-bold';
		letter-spacing: 4px;
		font-size: 48px;
		color: #070E25;
		padding-bottom: 3%;
		text-align: center;
	}
	
	.habilidades p{
		font-family: 'maria-rafecas';
		font-size: 25px;
		color: #2B2B2B;
	}
    .skill {
        margin-bottom: 35px;
        position: relative;
      overflow-x:hidden;
      
    }
    
    .skill:before{
        width: 100%;
        height: 12px;
        content: "";
		border-radius: 20px;
        display: block;
        position: absolute;
        background: #959595;
        bottom: 0;
    }
    .skill-bar {
        width: 100%;
        height: 12px;
		border-radius: 20px;
        background:#070E25;
        display: block;
        position: relative;

    }

    /* SKILL 1 */
    .skill1{
        width: 98%;
      
    }
    .skill-bar span{
        position: absolute;
        top: -30px;
        padding: 0;
        font-size: 18px;
        padding: 3px 0;
        font-weight: 500;
    }
    .skill-bar {
        position: relative;
      
    }

    .skill1 .skill-count1 {
        right: 0;
    }
    /* SKILL 2 */
    .skill2{
        width: 98%;
    }

    .skill2 .skill-count2 {
        right: 0;
    }
    /* SKILL 3 */
    .skill3{
        width: 80%;
    }
    .skill3 .skill-count3 {
        right: 0;
    }

    /* SKILL 4 */
    .skill4{
        width: 70%
    }

    .skill4 .skill-count4 {
        right: 0;
    }

    /* SKILL 5 */
    .skill5{
        width: 85%;
    }

    .skill5 .skill-count5 {
        right: 0;
    }

    /* SKILL 6 */
    .skill6{
        width: 90%
    }

    .skill6 .skill-count6 {
        right: 0;
    }
	
	 /* SKILL 7 */
    .skill7{
        width: 93%
    }

    .skill7 .skill-count7 {
        right: 0;
    }
	
	 /* SKILL 8 */
    .skill8{
        width: 55%
    }

    .skill8 .skill-count8 {
        right: 0;
    }
	
	 /* SKILL 9 */
    .skill9{
        width: 90%
    }

    .skill9 .skill-count9 {
        right: 0;
    }
	
	 /* SKILL 10 */
    .skill10{
        width: 93%
    }

    .skill10 .skill-count10 {
        right: 0;
    }

 /* SKILL 11 */
    .skill11{
        width: 93%
    }

    .skill11 .skill-count11 {
        right: 0;
    }
/* SKILL 12 */
    .skill12{
        width: 93%
    }

    .skill11 .skill-count12 {
        right: 0;
    }
	
	
	.empresas{
		padding: 4% 0;
	}
	
/* GITHUB SOURCE STYLE  */
.github-source{
  float:right;
  display:block;
  color:#fff;
  margin:0 20px;
  position: relative;
  z-index:999999;
  top:0;
}
.github-source i{
  font-size:50px;
  color:#000
}
	
	
	.empresas img{
		width: 100%;
		padding: 8%;
		opacity: 0.7;
		
	}
	
	.portfolio-bottom{
		color: #070E25;
		padding-top: 5%;
		margin-bottom: 3%;
	}
	
	.portfolio-bottom h2{
		font-family: 'maria-rafecas-bold';
		letter-spacing: 5px;
		font-size: 25px;
		padding: 3% 0;
	}
	

.portfolio-bottom a{
		text-decoration: none;
		color: #070E25;
		position: relative;
		display: block;
	}
.portfolio-bottom a:hover{
	text-decoration: none;
	color: #070E25; 
}
	
	.portfolio-bottom .text-left a:after{
		position: absolute;
        bottom: 0px;
        left: 0px;
        width: 0%;
        height: 4px;
        background-color: #070E25;
        content: "";
        transition: width 0.6s;
	}
	
	.portfolio-bottom .text-left a:hover:after{
		width: 28%;
	}
	
	.portfolio-bottom .text-right a:after{
		position: absolute;
        bottom: 0px;
        right: 0px;
        width: 0%;
        height: 4px;
        background-color: #070E25;
        content: "";
        transition: width 0.6s;
	}
	
	.portfolio-bottom .text-right a:hover:after{
		width: 40%;
	}

.cv a{
	font-family: 'maria-rafecas-bold';
	text-decoration: none;
	color: #070E25;
	position: relative;
	display: block;
}

.cv a:hover{
	text-decoration: none;
	color: #070E25; 
}
	
	.cv a:after{
		position: absolute;
        bottom: -5px;
        left: 35%;
        width: 0%;
        height: 4px;
        background-color: #070E25;
        content: "";
        transition: width 0.6s;
	}
	
	.cv a:hover:after{
		width: 35%;
	}
	
	/*--------------DISEÑO GRÁFICO HOME-------*/
.design{
	height: 100%;
	width: 100%;
	display: table;
	background-size: cover;
	margin: auto;
}
	.design .title{
	margin-top: 10%;
	display: block;
	vertical-align: middle;
	font-family: 'maria-rafecas-bold';
	letter-spacing: 3px;
	color: #070E25;
	text-align: center;
}
	.title h1{
	font-size: 48px;
}

.design .title span{
	width: 100%;
    float: left;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    transform: translateY(-50px);
    opacity: 0;
    animation-name: titulodiseno;
    animation-timing-function:ease;
    animation-duration: 3s;
}

.design .title h1 span{
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
}
 .design .title h1 span:first-child{
    animation-delay: 0.7s;

  }

  .design .title h1 span:last-child{
    animation-delay: 1s;
}


@keyframes titulodiseno {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 80%);
  }
  40% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
  }
  100% {
       transform: translateY(0);
       opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
  }
  
}


.design .linea{
		width: 50px;
		height: 5px;
		background: #070E25;
		margin-left: 47%;
		float: left;
		margin-top: 1%;
    opacity: 0;
    animation-name: lineadiseno;
    animation-timing-function:ease;
    animation-duration: 1s;
		animation-delay: 2s;
		animation-fill-mode: forwards;
	vertical-align: middle;

}

@keyframes lineadiseno {
    0% {
      width: 0;
      opacity: 0;
      
  }
	50%{
		 width: 50px;
      opacity: 1;
	}
	
	100%{
		width: 50px;
		opacity: 1;
	}
	
}

	.design .proyects{
	margin-bottom: 3%;
}

.design .galeria{
	margin: 1rem auto;
    width:60%;
    column-count: 1;
	margin-bottom: 12%;
}

.design .galeria img{
	width: 100%;
	position: relative;
}
	
	.design .galeria article{
	margin-top: 10%;
}
.design .galeria .imagenes{
	width: 100%;
	overflow:hidden;
	position: relative;
}

.design .galeria .overlay{
	position: absolute;
	width: 100%;
	opacity: 1;
	height: 100%;
	color: #F0F0F0;
	font-family: 'maria-rafecas-bold';
	font-size: 40px;
	z-index: 100;
	overflow:hidden;
	padding-top: 55%;
	letter-spacing: 3px;
	background-color: rgba(0,0,0,0.50);
	text-shadow: 2px 2px 4px #000000;
}


/*-----------------------ARTE Y FOTOGRAFIA HOME-------------------------*/

	.arte{
	height: 100%;
	width: 100%;
	display: table;
	background-size: cover;
	margin: auto;
}
	.arte .title{
	margin-top: 10%;
	display: block;
	vertical-align: middle;
	font-family: 'maria-rafecas-bold';
	letter-spacing: 3px;
	color: #070E25;
	text-align: center;
}
	.arte h1{
	font-size: 48px;
}

.arte .title span{
	width: 100%;
    float: left;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    transform: translateY(-50px);
    opacity: 0;
    animation-name: tituloarte;
    animation-timing-function:ease;
    animation-duration: 3s;
}

.arte .title h1 span{
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
}
 .arte .title h1 span:first-child{
    animation-delay: 0.7s;

  }

  .arte .title h1 span:last-child{
    animation-delay: 1s;
}


@keyframes tituloarte {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 80%);
  }
  40% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
  }
  100% {
       transform: translateY(0);
       opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
  }
  
}


.arte .linea{
		width: 50px;
		height: 5px;
		background: #070E25;
		margin-left: 47%;
		float: left;
		margin-top: 1%;
    opacity: 0;
    animation-name: lineaarte;
    animation-timing-function:ease;
    animation-duration: 1s;
		animation-delay: 2s;
		animation-fill-mode: forwards;
	vertical-align: middle;

}

@keyframes lineaarte {
    0% {
      width: 0;
      opacity: 0;
      
  }
	50%{
		 width: 50px;
      opacity: 1;
	}
	
	100%{
		width: 50px;
		opacity: 1;
	}
	
}



	.arte .proyects{
	margin-bottom: 3%;
}

.arte .galeria{
	margin: 1rem auto;
    width:60%;
    column-count: 1;
	margin-bottom: 12%;
}

.arte .galeria img{
	width: 100%;
	position: relative;
}
	
	.arte .galeria article{
	margin-top: 10%;
}
.arte .galeria .imagenes{
	width: 100%;
	overflow:hidden;
	position: relative;
}

.arte .galeria .overlay{
	position: absolute;
	width: 100%;
	opacity: 1;
	height: 100%;
	color: #F0F0F0;
	font-family: 'maria-rafecas-bold';
	font-size: 40px;
	z-index: 100;
	overflow:hidden;
	padding-top: 55%;
	letter-spacing: 3px;
	background-color: rgba(0,0,0,0.50);
	text-shadow: 2px 2px 4px #000000;
}

/*-----------------CONTENIDOS-----------*/
	.portada-disenos{
		padding-top: 120px;
		position: relative;
	}
	
	.portada-video-movil{
		display: inline-block;
		
	}
	.portada-video-movil video{
		width: 100%;
		
	}
	.portada-video{
		display: none;
	}
	
	.titulo-disenos{
		color: #2B2B2B;
		
	}
	.titulo-disenos h1{
		font-family: 'maria-rafecas-bold';
		font-size: 60px;
		letter-spacing: 7px;
	}
	.titulo-disenos h2{
		font-family: 'maria-rafecas';
		font-size: 28px;
		letter-spacing: 5px;
	}
	
	.portada-disenos .linea0{
		background: #2B2B2B;
		height: 80px;
		width: 2px;
		align-content: center;
		margin: -40px auto 0;
		position: relative;
		
	}

	.portada-disenos .linea1{
		background: #2B2B2B;
		height: 100px;
		width: 2px;
		align-content: center;
		margin: 40% auto 0;
	}
	.portada-disenos p{
		font-family: 'maria-rafecas';
		letter-spacing: 3px;
		color: #2B2B2B;
		font-size: 30px;
		margin: 0!important;
	}

	#more-arrows {
	width: 75px;
  height: 65px;
		margin-top: 20px;
		transform: rotate(-90deg);
	-ms-transform: rotate (90deg);

}


 
	 
	/*------ADIF---*/
	
	
	.adif-contenido p{
		font-family: "maria-rafecas";
		font-size: 35px;
	}
	
	.adif-contenido h1{
		font-family: 'maria-rafecas-bold';
		letter-spacing: 5px;
		
	}
	.adif-contenido video{
		width: 100%;
		margin: auto;

	}
	
	.adif-contenido .row{
		margin-bottom: 5%;
	}
	
	.adif-contenido .carousel-inner{
		box-shadow: 0px 0px 20px 10px #BEBEBE;
		height: 390px!important;
	}
	
	.carousel-inner video{
		width: 100%!important;
	}
	
	
	/*--VIAJERAS--*/
	.viajeras-contenido .row{
		padding: 6% 0;
		
	}
	
	.viajeras-contenido p{
		font-family: 'maria-rafecas';
		font-size: 35px;
	}
	
	.viajeras-contenido h1{
		font-family: 'maria-rafecas-bold';
		letter-spacing: 5px;
		padding-top: 3%;
	}
	
	.viajeras-contenido img{
		width: 100%;
	}
	
	.viajeras-contenido .img-covers img{
		padding-bottom: 2%;
		width: 100%;
	}
		.viajeras-contenido video{
		width: 90%;
		margin: auto;

	}
	
	.viajeras-creditos{
		font-family: 'maria-rafecas';
		font-size: 20px;
		text-align: center;
	}
	
	.parallax-viajeras{
		background-image: url("../img/../img/viajeras-parallax.png");
		min-height: 800px;
		background-attachment: fixed;
  		background-position: center;
  		background-repeat: no-repeat;
 		background-size: cover;
		margin: 3% 0;
		
	}
	
	/**.viajeras-contenido-color{
		background: linear-gradient(180deg, #3E79E0 0%, #25A3C1 25%, #00E094 40%, #F0F0F0 75%);
	}**/
/*-----VIEWIN---*/
	.viewin-contenido img{
		width: 100%;
	}
	
	.viewin-contenido p{
		font-family: 'maria-rafecas';
		font-size: 35px;
	}
	
	.viewin-contenido h1{
		font-family: 'maria-rafecas-bold';
		letter-spacing: 5px;
		
	}
	.viewin-contenido .row{
		margin-bottom: 8%;
	}
	.viewin-contenido .infografia{
		background-color: #0F7CB7;
	}
	.viewin-contenido .infografia img{
		margin-top: 4%;
		margin-bottom: 4%;
	}
	.viewin-contenido .covers {
		text-align: center;
	}
	.viewin-contenido .covers p{
		font-family: 'maria-rafecas';
		font-size: 20px;
		letter-spacing: 5px;
	}
	
/*-------CAIXABANK------*/
	.caixabank-contenido img{
		width: 100%;
	}
	
	.caixabank-contenido p{
		font-family: 'maria-rafecas';
		font-size: 35px;
	}
	
	.caixabank-contenido h1{
		font-family: 'maria-rafecas-bold';
		letter-spacing: 5px;
	}
	
	.caixabank-contenido .row{
		margin-bottom: 8%;
	}
	.caixabank-contenido .infografia{
		background-color: #D4E1E8;
		padding-top: 4%;
		padding-bottom: 1%;
	}
	
	.caixabank-contenido .infografia video{
		width: 100%;
	}
	
	/*-----JCDECAUX-------*/
	.jcdecaux-contenido img{
		width: 100%;
		padding-bottom: 3%;
	}
	
	.jcdecaux-contenido p{
		font-family: 'maria-rafecas';
		font-size: 35px;
	}
	
	.jcdecaux-contenido h1{
		font-family: 'maria-rafecas-bold';
		letter-spacing: 5px;
		
	}
	.jcdecaux-contenido .row{
		margin-bottom: 7%;
	}

	/*------EL PROFETA----*/
	
	.elprofeta-contenido p{
		font-family: 'maria-rafecas';
		font-size: 35px;
	}
	
	.elprofeta-contenido h1{
		font-family: 'maria-rafecas-bold';
		letter-spacing: 5px;
	}
	
	.elprofeta-contenido img{
		width: 100%;
	}
	
	.elprofeta-contenido .row{
		padding-bottom: 8%;
		
	}
	
	.elprofeta-contenido video{
		width: 100%;
	}
	.parallax-elprofeta{
		background-image: url("../img/parallax-elprofeta.jpg");
		min-height: 800px;
		background-attachment: fixed;
  		background-position: center;
  		background-repeat: no-repeat;
 		background-size: cover;
		
	}
	
	/*-----ÁLVARO---*/
	.alvaro-contenido img{
		width: 100%;
	}
	
	.alvaro-contenido p{
		font-family: 'maria-rafecas';
		font-size: 35px;
	}
	
	.alvaro-contenido h1{
		font-family: 'maria-rafecas-bold';
		letter-spacing: 5px;
		
	}
	.alvaro-contenido .row{
		margin-bottom: 8%;
	}
	
	.alvaro-logo{
		background-color:#131313;
		color: #F4F4F4;
		padding-bottom: 1%;
		font-family: 'maria-rafecas-bold';
		font-size: 17px;
		padding-top: 2%;
	}
	.alvaro-logo row{
		margin-bottom: 1%;
	}
	
	.alvaro-logo .quentin h2{
		font-family: 'quentin';
		font-size: 150px;
		letter-spacing: 10px;
	}
	
	.alvaro-logo p{
		font-size: 15px;
	
	}
	
	.alvaro-logo .montserrat h2{
		font-family: 'montserrat';
		font-size: 150px;
		letter-spacing: 5px;
	}
	
	.alvaro-contenido a{
		text-decoration: none;
		color: #2B2B2B;
	}
	
	.alvaro-contenido a:hover{
		text-decoration: none;
		color: #3E3E3E;
		transition: all 0.4s linear;
		-webkit-transition: all 0.4s linear;
	}


.arte-proyectos{
	height: 100%;
	width: 100%;
	display: table;
	background-size: cover;
	margin: auto;
	padding-top: 10%;
}

.arte-proyectos .texto{
	display: inline-block;
	font-family: 'maria-rafecas';
	text-align: center;
	color: #2B2B2B;
	position: relative;
}

.arte-proyectos h1{
	font-family: 'maria-rafecas-bold';
	font-size: 60px;
	letter-spacing: 7px;
		color: #070E25;

}
.arte-proyectos h2{
	font-family: 'maria-rafecas';
		font-size: 28px;
		letter-spacing: 5px;
}

.arte-proyectos p{
	font-size: 25px;
}

.arte-proyectos .galeria{
    width:100%;
	position: relative;
	
}

.arte-proyectos .mockup{
	margin-top: -20px;
}


.arte-proyectos .imagenes{
	width: 100%;
	padding-bottom: 15%;
}

.arte-proyectos img{
	width: 100%;
}

.arte-movil{
	display: inline-block;
	padding-top: 10%;
	position: relative;
}

.arte-proyectos .linea2{
	background: #2B2B2B;
		height: 120px;
		width: 2px;
		margin: auto;
	z-index: 1100;
	position: relative;
}



.arrow-icon {
		position: relative;
		top: -1px;
		-webkit-transition: -webkit-transform 0.5s ease;
		transition: -webkit-transform 0.5s ease;
		transition: transform 0.5s ease;
		transition: transform 0.5s ease, -webkit-transform 0.5s ease;
		vertical-align: middle;
	}

.siguiente-proyecto a:hover .arrow-icon{
	transform: translate3d(15px, 0, 0);
	
}

.siguiente-proyecto{
	text-align: center;
	font-family: 'maria-rafecas';
	letter-spacing: 2px;
	font-size: 30px;
	padding: 5% 0;
	color: #2B2B2B;
}

.siguiente-proyecto a{
	text-decoration: none!important;
	color: #2B2B2B;
}

.siguiente-proyecto a:hover{
	color: #2B2B2B;
}


.siguiente-proyecto p{
	display: inline-block;
}

/*FOOTER*/
.footer{
	bottom: 0;
	width: 100%;
	height: auto;
	color: #2B2B2B;
	font-family: 'maria-rafecas';
	padding: 4% 3% 3%!important;
	background-color: #D6D6D6;
}


.footer h1{
	font-size: 14px;
	letter-spacing: 3px;
	margin-bottom: 0px;
}

.footer p{
	font-size: 14px;
	letter-spacing: 2px;
	text-align: left;
}

	.rrss{
		padding: 0;
	}
.rrss li{
	width: 25px;
}

.rrss li img{
	width: 100%;
}


/*-----------------------TABLET---------------------------------------*/
@media (min-width: 768px) {
	@media (min-height:1000px){
		
	.head{
	font-size: 18px;
}
		
	
		
		.index .portada h1{
		font-size: 130px;
		
	}
	
	.index .portada .linea{
		width: 40px;
		height: 4px;
	}
	
	
	
	.index .portada-apartados h2{
		font-size: 35px;
	}
		
		.index .portada p{
			font-size: 35px;
		}
		
		.sobre-mi p{
		font-size: 30px;
	}
	
	}
	
	.head{
	
	font-size: 22px;
}

.navbar-brand{
	width: 65px!important;
}
	
		.sobre-mi p{
		font-size: 35px;
	}
	
	
	.index .portada h1{
		font-size: 120px;
	}
	
	.index .portada .linea{
		width: 50px;
		height: 5px;
	}
	
	.index .portada p{
		font-size: 30px;
	}
	
	.index .portada-apartados h2{
		font-size: 35px;
	}
	
	.index .portada-apartados a{
		text-decoration: none;
		color: #070E25;
		position: relative;
		display: block;
	}
	
	.index .portada-apartados .text-left a:after{
		position: absolute;
        bottom: 0px;
        left: 0px;
        width: 0%;
        height: 4px;
        background-color: #070E25;
        content: "";
        transition: width 0.6s;
	}
	
	.index .portada-apartados .text-left a:hover:after{
		width: 28%;
	}
	
	.index .portada-apartados .text-right a:after{
		position: absolute;
        bottom: 0px;
        right: 0px;
        width: 0%;
        height: 4px;
        background-color: #070E25;
        content: "";
        transition: width 0.6s;
	}
	
	.index .portada-apartados .text-right a:hover:after{
		width: 40%;
	}
	
	
	
}

/*--------------------------DESKTOP--------------------------------*/

@media (min-width: 992px) {
	


.menu-movil{
	display: none;
}
	
		.head{
	font-size: 15px;
			display: block;
}
	.navbar-brand{
	margin-left: 3%!important;
	width: 55px!important;
}
	
/*DISEÑO GRÁFICO HOME*/
	
	.index{
		background: url("../img/portada_index_desktop2.jpg") no-repeat 50% 50%;
		height: 100%;
		width: 100%;
		margin: auto;
		background-size: cover;
	}
	
.index-container{
		padding: 0 7%;
	}
	
	.index .portada-apartados{
		padding: 0 7%;
	}

.design .title{
	position: fixed;
	position: -webkit-fixed;
	top: 40%;
	margin-top: auto;
	vertical-align: middle;
	letter-spacing: 3px;
	text-align: right;
}

.title h1{
	font-size: 55px;
}

	.design .linea{
		right: 0;
		position: relative;
		width: 70px;
		float: right;
		height: 5px;
	}
	
.design .proyects{
	top: 56px;
	padding-right: 10%;
}

.design .galeria{
    width:100%;
    column-count: 2;
}

.design .galeria img{
	width: 100%;
	transition: all 0.5s linear;
	position: relative;
	

}
.design .galeria .imagenes{
	width: 100%;
	overflow:hidden;
	position: relative;
}

.design .galeria .overlay{
	opacity: 0;
	font-size: 25px;
	font-family: 'maria-rafecas-bold';
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	overflow:hidden;
	text-shadow: none;
	padding-top: 55%;
}

	

.design .galeria article a:hover .overlay{
	display: inline-block;
	background-color: rgba(0,0,0,0.70);
	opacity: 1;
}

.design .galeria article a:hover img{
	transition: all 0.4s linear;
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
}
	
	
	.arte .title{
	position: fixed;
	position: -webkit-fixed;
	top: 40%;
	margin-top: auto;
	vertical-align: middle;
	letter-spacing: 3px;
	text-align: right;
		padding-right: 5%;
}

.arte h1{
	font-size: 55px;
}

	.arte .linea{
		right: 0;
		position: relative;
		width: 70px;
		float: right;
		height: 5px;
	}
	
.arte .proyects{
	top: 56px;
	padding-right: 10%;
}

.arte .galeria{
    width:100%;
    column-count: 2;
}

.arte .galeria img{
	width: 100%;
	transition: all 0.5s linear;
	position: relative;
	

}
.arte .galeria .imagenes{
	width: 100%;
	overflow:hidden;
	position: relative;
}

.arte .galeria .overlay{
	opacity: 0;
	font-size: 25px;
	font-family: 'maria-rafecas-bold';
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	overflow:hidden;
	text-shadow: none;
	padding-top: 55%;
}

	

.arte .galeria article a:hover .overlay{
	display: inline-block;
	background-color: rgba(0,0,0,0.70);
	opacity: 1;
}

.arte .galeria article a:hover img{
	transition: all 0.4s linear;
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
}
	
	.arte-proyectos{
		padding-top: 5%;
	}

	.arte-proyectos p{
	font-size: 18px;
}
	
	.index .index-container{
	 display: flex;
  justify-content: left;
  align-items: center;
	height: 100%;

}
	
	.index .portada h1{
		font-size: 70px;
		text-align: left;
		color: #070E25;
	
	}
	
	.index .portada p{
		text-align: left;
		color: #070E25;
		font-size: 20px;
	}
	
	.index .portada .linea{
		width: 40px;
		height: 5px;
		margin: 0px;
		background-color: #070E25;
		margin-top: 4%;

	}
	
	.index .portada-apartados{
		margin-top: -10%;
	}
	
	.index .portada-apartados h2{
		font-size: 20px;
		color: #070E25;
	}
	
	.index .portada-apartados a{
		text-decoration: none;
		color: #070E25;
		position: relative;
		display: block;
	}
	
	.index .portada-apartados .text-left a:after{
		position: absolute;
        bottom: 0px;
        left: 0px;
        width: 0%;
        height: 4px;
        background-color: #070E25;
        content: "";
        transition: width 0.6s;
	}
	
	.index .portada-apartados .text-left a:hover:after{
		width: 28%;
	}
	
	.index .portada-apartados .text-right a:after{
		position: absolute;
        bottom: 0px;
        right: 0px;
        width: 0%;
        height: 4px;
        background-color: #070E25;
        content: "";
        transition: width 0.6s;
	}
	
	.index .portada-apartados .text-right a:hover:after{
		width: 40%;
	}

	
	.index .portada .col-3{
		vertical-align: middle;
		
	}
	
	
	
	
 
/*--@keyframes mouse-bola {
  0% {
    height: 0px;
  }
  100% {
    height: 10px;
  }
}
 
@keyframes mouse {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, calc(-50% + 20px));
    transform: translate(-50%, calc(-50% + 20px));
  }
}
--*/
	
	.sobre-mi{
		padding: 8% 0;

	}
	
	.sobre-mi img{
		padding: 0;
	}
	
	.sobre-mi h2{
		font-size: 40px;
		padding-bottom: 3%;
	}
	
	.sobre-mi p{
		padding-top: 0;
		font-size: 18px;
	}
	
	
	.cv{
		font-size: 22px!important;
	}
	
	.cv a:hover:after{
		width: 30%;
	}
	
	.sobre-mi-movil{
	display: none!important;
}

.sobre-mi-desktop{
	display: inline-block!important;
}
	
	.habilidades h2{
		text-align: right;
	}
	
	.habilidades p{
		font-size: 18px;
	}
	
/*-----------------DISEÑOS PÁGINAS------------------*/
	.portada-disenos{
		padding-top: 20px;
	}
	
	
	.portada-disenos p{
		font-size: 20px;
	}
	
	.portada-video video{
		min-width: 100%;
		height: 680px;
		
	}
	
	.portada-video-movil{
		display: none;
	}
	
	.portada-video{
		margin: auto;
		padding: 0!important;
		display: inline-block;
		
	}
	
	.titulo-disenos{
		margin-top: 2%;
		margin-bottom: 2%;
		color: #2B2B2B;
		
	}
	.titulo-disenos h1{
		font-family: 'maria-rafecas-bold';
		font-size: 50px;
		letter-spacing: 8px;
	}
	.titulo-disenos h2{
		font-family: 'maria-rafecas';
		font-size: 25px;
		letter-spacing: 5px;
	}
	
	.descripcion-diseno p{
		font-size: 20px;
	}
	/*----------ADIF-----------*/
	.adif-contenido{
		margin-top: 0%;
	}
	.adif-contenido video{
		width: 100%;
		margin: auto;
		margin-bottom: 10%;
	}
	
	.adif-contenido h1{
		font-size: 30px;
	}
	
	.adif-contenido p{
		font-size: 17px;
	}
	
	.adif-contenido .row{
		margin-bottom: 5%;
	}
	.adif-contenido .carousel-inner{
		box-shadow: 0px 0px 20px 10px #BEBEBE;
		height: 800px!important;
	}

	/*------VIAJERAS------*/
	.viajeras-contenido img{
		width: 100%;
	}
	.viajeras-contenido p{
		font-size: 17px;
	}
	
	.viajeras-contenido h1{
		font-size: 30px;
		padding-top: 0;
	}
	
	.viajeras-contenido .row{
		padding: 10% 0;
		
	}
	
	.viajeras-contenido .mackbook{
		padding-left: 5%;
	}
	
	.viajeras-contenido .img-covers img{
		width: 90%;
	}
	/*------VIEWIN-----*/
	.viewin-contenido p{
		font-size: 17px;
	}
	
	
	.viewin-contenido h1{
		font-size: 30px;
	}
	
	/*-----CAIXABANK------*/
	.caixabank-contenido p{
		font-size: 20px;
	}
	
	.caixabank-contenido h1{
		font-size: 30px;
	}
	
	/*------JCDECAUX-----*/
	.jcdecaux-contenido p{
		font-size: 20px;
	}
	
	.jcdecaux-contenido h1{
		font-size: 30px;
	}
	

	
	/*----EL PROFETA----*/
	.elprofeta-contenido p{
		font-size: 20px;
	}
	
	.elprofeta-contenido h1{
		font-size: 30px;
	}
	/*----ALVARO----*/
	.alvaro-contenido p{
		font-size: 20px;
	}
	
	.alvaro-contenido h1{
		font-size: 30px;
	}
	
	
	.arte-proyectos{
	height: 100%;
	width: 100%;
	display: table;
	background-size: cover;
	margin: auto;
	position: relative;
		z-index: 1000;
}

.arte-proyectos .texto{
	z-index: 11000;
	margin-top: auto;
	vertical-align: middle;
	
	}
	
	.arte-proyectos .obras{
		position: relative;
		margin: 2%;
	}
	

	
.arte-proyectos .linea2{
	
		margin: auto;

}
	
	.arte-movil{
	padding-top: 3%;
	}
	
	
	.siguiente-proyecto{
	font-size: 20px;

}
	
.footer{
	padding: 2% 3% 1%!important;
}
	
	.footer h1{
	font-size: 12px;
	letter-spacing: 3px;
	margin-bottom: 0px;
}

.footer p{
	font-size: 12px;
	letter-spacing: 2px;
	text-align: left;
}
	
	
}

/*----------------------DESKTOP GRANDE-------------------------*/
@media (min-width: 1200px) {


	.index-container{
		padding: 0 5%;
	}
	
	.index .portada h1{
		font-size: 80px;

	}
	
	.index .portada .linea{
		width: 40px;
		height: 5px;
	}
	
	.index .portada-apartados{
	margin-top: -10%;
}
	
	.index .portada-apartados h2{
		font-size: 23px;
	}
	
	.index .portada-apartados a{
		text-decoration: none;
		color: #EDE8E9;
		position: relative;
		display: block;
	}
	
	.index .portada-apartados a{
		text-decoration: none;
		color: #070E25;
		position: relative;
		display: block;
	}
	
	.index .portada-apartados .text-left a:after{
		position: absolute;
        bottom: 0px;
        left: 0px;
        width: 0%;
        height: 5px;
        background-color: #070E25;
        content: "";
        transition: width 0.6s;
	}
	
	.index .portada-apartados .text-left a:hover:after{
		width: 38%;
	}
	
	.index .portada-apartados .text-right a:after{
		position: absolute;
        bottom: 0px;
        right: 0px;
        width: 0%;
        height: 5px;
        background-color: #070E25;
        content: "";
        transition: width 0.6s;
	}
	
	.index .portada-apartados .text-right a:hover:after{
		width: 52%;
	}
	
	
}

@media (min-width: 1400px) {
	
	
	.index-container{
		padding: 0 2%;
	}
	
	.index .portada-apartados{
		padding: 0 2%;
	}
	
	.index .portada h1{
		font-size: 140px;

	}
	
	
	
	.index .portada .linea{
		width: 40px;
		height: 5px;
	}
	
	
	.index .portada-apartados{
		margin-top: -12%;
	}
	
	.index .portada-apartados h2{
		font-size: 25px;
	}
	
	.index .portada-apartados a{
		text-decoration: none;
		color: #EDE8E9;
		position: relative;
		display: block;
	}
	
	
	/*--------------------DISEÑO GRAFICO-----------------*/
	
	.design .title{
	top: 37%;
}
	
	
	.title h1{
	font-size: 100px;
		
}
	
	@keyframes titulodiseno {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 80%);
  }
  40% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  100% {
       transform: translateY(0);
       opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  
}
	
	.design .linea{
		height: 8px;
	}
	
	@keyframes lineadiseno {
    0% {
      width: 0;
      opacity: 0;
      
  }
	50%{
		 width: 100px;
      opacity: 1;
	}
	
	100%{
		width: 100px;
		opacity: 1;
	}
	
}
	
	/*----ARTE Y FOTOGRAFIA--*/
	
	.arte .title{
	top: 37%;
}
	
	
	.arte h1{
	font-size: 92px;
		
}
	
	@keyframes titulodarte {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 80%);
  }
  40% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  100% {
       transform: translateY(0);
       opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  
}
	
	.arte .linea{
		
		height: 8px;
	}
	
	@keyframes lineaarte {
    0% {
      width: 0;
      opacity: 0;
      
  }
	50%{
		 width: 100px;
      opacity: 1;
	}
	
	100%{
		width: 100px;
		opacity: 1;
	}
	
}
/*-----------------DISEÑOS PÁGINAS------------------*/
	.portada-disenos{
		padding-top: 56px;
	}
	
	.portada-video video{
		min-width: 100%;
		height: 730px;
		
	}
	
	
	
	
	.titulo-disenos{
		text-align: right;
		margin-top: 1%;
		margin-bottom: 1%;
		color: #2B2B2B;
		
	}
	.titulo-disenos h1{
		font-family: 'maria-rafecas-bold';
		font-size: 60px;
		letter-spacing: 8px;
	}
	.titulo-disenos h2{
		font-family: 'maria-rafecas';
		
		font-size: 28px;
		letter-spacing: 5px;
	}
	
	.portada-disenos .linea0{
		height: 100px;
	}
	
	.portada-disenos .linea1{
		height: 150px;
	}
	
	/*----------ADIF-----------*/
	.adif-contenido{
		margin-top: 0%;
	}
	.adif-contenido video{
		width: 100%;
		margin: auto;
		margin-bottom: 10%;
	
	}
	
	.adif-contenido h1{
		font-size: 40px;
	}
	
	.adif-contenido p{
		font-size: 20px;
	}
	
	.adif-contenido .row{
		margin-bottom: 5%;
	}
	.adif-contenido .carousel-inner{
		box-shadow: 0px 0px 20px 10px #BEBEBE;
		height: 800px!important;
	}

	/*------VIAJERAS------*/
	.viajeras-contenido img{
		width: 100%;
	}
	.viajeras-contenido p{
		font-size: 20px;
	}
	
	.viajeras-contenido h1{
		font-size: 40px;
	}
	
	/*------VIEWIN-----*/
	.viewin-contenido p{
		font-size: 20px;
	}
	
	.viewin-contenido h1{
		font-size: 40px;
	}
	
	/*-----CAIXABANK------*/
	.caixabank-contenido p{
		font-size: 20px;
	}
	
	.caixabank-contenido h1{
		font-size: 40px;
	}
	
	/*------JCDECAUX-----*/
	.jcdecaux-contenido p{
		font-size: 20px;
	}
	
	
	.jcdeacux-contenido h1{
		font-size: 40px;
	}
		
	/*----EL PROFETA----*/
	.elprofeta-contenido p{
		font-size: 20px;
	}
	
	.elprofeta-contenido h1{
		font-size: 40px;
	}
	
	
	/*----ALVARO----*/
	.alvaro-contenido p{
		font-size: 20px;
	}
	
	.alvaro-contenido h1{
		font-size: 40px;
	}	
	
	.arte-proyectos h1{
	font-size: 80px;

}
.arte-proyectos h2{
		font-size: 25px;
		
}
	
	.arte-proyectos p{
		font-size: 18px;
	}
}