

/* -----------------------------------------------------------
CONTENTS:
=Resets & General
=Links
=Header
=Wrapper
=Main Content
=Lists
=Navigation
=Comments
=Aside
=Footer
------------------------------------------------------------*/

/* 
   Reset
------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

.container-fluid, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse, .row, .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, h1, .h1, h2, .h2, h3, .h3, h4, .h4, p, ul, li {
	margin: 0;
}

ul {
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;

}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
	overflow-y: scroll !important;
	scroll-behavior: smooth;
}

body {
	background: #f9f9f9f9;
	font-size: 18px;
	font-weight: 300;
	transition: background-color 1s ease;
}

strong, b {
	font-weight: 500;
}

a {
	text-decoration: none !important;
}

a:hover {

}

strong {
	font-weight: 600;
}

a {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;

}

ul {
	padding: 0;
}

ul li {
	list-style-type: none;
}

.flex-center {
	display: flex;
	align-items: center;
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.overfow_hidden {
	overflow: hidden;
}

.text-center {
	text-align: center;
}
.espacio_top{
    padding-top: 7.5vh;
}




::selection {
	background: #d7e4e7; 
  	color: #7ea6ac;
}
::-moz-selection {
  background: #d7e4e7; 
  color: #7ea6ac;
}




/* 
   1520 width
------------------------------------------------------------------------------------------*/

@media (min-width: 1600px) {
	.container {
		width: 1200px;
		max-width: 1200px;
	}

	.img_big {

		width: 120%;
	}
}



/* 
   img index
------------------------------------------------------------------------------------------*/







.contenedor_img {
	
	width: 650px;
	height: 2300px;
	position: relative;
	justify-content: center;
	transition: all 200ms ease-in-out;
	margin-bottom: 9rem;
}

.img_1 {

	position: absolute;
	top:0 ;
	left: 0 ;
	} 

.img_2 {

position: absolute;
top: 3% ;
left: 300px ;
} 


.img_3 {

	position: absolute;
	top: 450px ;
	left: 45px ;
	} 
	
	.img_4 {

		position: absolute;
		top: 700px;
		left: 300px ;
		z-index: 9;
		} 

		.img_5 {

			position: absolute;
			top:1200px;
			left: 0;
			} 
	

		.img_6 {

			position: absolute;
			top: 1500px;
			left: 350px  ;
		} 

		.img_7 {

			position: absolute;
			top: 1410px;
			left: 30px  ;
		} 






 .aparece {

	opacity: 0;
	transition: all .2s ease-in-out;
	
	
} 









.lvt {

	animation: lvt 1s ease-in-out ;
}



.animacion {
	//animation: lvt 1s ease-in-out ;
	
	
}

@keyframes lvt {
    
   0% {
        
		
		opacity: 0;   
		transform: translateY(25%);
		
	}

	50% {
		opacity: .5; 
		
		
	}

	100% {
		
		opacity: 1; 
		
	
	}
}



/* 
   Generales
------------------------------------------------------------------------------------------*/





h1 {
	color: #222;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: 500;
	line-height: 2rem;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.3rem;
	transition: all .5s;
	
}


.grande {

	position: relative;
}


 .grande h1{

	font-size: 30px;
	line-height: 3.5rem;
	margin-top: 5rem;
	}


	.grande h1::before{
		content:"";
		background-color: #222;
		height: 2px;
		width: 30%;
		position: absolute;
		bottom: -50px;

		}
	
.texto_cabecera a:hover h1 {

	opacity: .9 ;
	transform:rotate(0deg) scale(1.1,1.1); 
	}

	

h2 {
	color:#222;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	line-height: 1.5rem;
    
}


	
.texto_cabecera  h2 {

	font-size: 25px;
	color: #333;

	}





h3 {
	color: #004650;
	font-size: 22px;
	font-weight: 200;
	font-family: 'Merriweather', serif;
    font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}

h4 {
	color: #92bda5;
	font-size: 18px;
	margin: 20px 0 40px;
	font-weight: 200;
	font-family: 'Merriweather', serif;
    text-align: center;
}

h5 {
	font-size: 15px;
	font-weight: 400;
	color: #004650;
	font-family: 'Merriweather', serif;
	margin-bottom: 15px;
}

p, span {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 21px;
	font-weight: 400;
	color: #000;
	letter-spacing: 2px;
	

	
}

button{
	border: .5px solid transparent;
	outline:none;
	background-color: transparent;
	border-color: transparent;
	color: transparent;
	
	}


.scroll {

height: 50px;
width: .5px;
background: #555;
position: absolute;
mix-blend-mode: color-burn;
bottom: 0%;
left: 50%;
transform:translate(-50%, -100%);
animation: abajo .5s infinite ease-in-out alternate;
}


@keyframes abajo {
    
    100% {
		-webkit-transform: translate(-50%, -120%);
	  -ms-transform: translate(-50%, -120%);
		transform:translate(-50%, -120%);
     
    }
}







 
.nombre {

	font-size: 16px;
	line-height: 0.5rem;
	display: none;
}





.center_justify {
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
}



.Site-content {
	display: inline-block;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
}







.margen_title h1, .margen_title_about h1{
	
	padding: 350px 200px 100px 200px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 80px;
	font-weight: 300;
	text-transform: none;
	line-height:5.5rem;
	text-align: center;
	letter-spacing: 0.1rem;
	}


	.margen_title span, .margen_title_about span{

		color: #222;
		font-size: 13px;
		
		margin-top: 20px;
		font-weight: 500;
		line-height: 2rem;
		font-family: 'Josefin Sans', sans-serif;
		text-transform: uppercase;
		text-align: center;
		position: relative;
		}



		.margen_title_about h1  {

				font-size: 80px;
				color: #FFF7EA;
		}

		.margen_title_about span {

			color: #FFF7EA;
			position: relative;
		}



	
	

.subtitle {
	width: 100%;
	background-color: thistle;
	
	text-align: center;
	margin-bottom: 3rem;

}


.subtitle  h3{

	margin: 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0.1rem;
	transform: rotate(90deg);
	color: teal;
	background-color:rebeccapurple ;
	}	
	
	
	.scroll_img {

		width: 120px;
		height: 120px;
		display:block;
		margin: 2rem;	
		opacity: 1;
		transition: all linear .3s;
		animation: rotateIn 3s infinite ease-in-out alternate;
		opacity: 1;

	}






/* 
   Header
------------------------------------------------------------------------------------------*/



/* 
   Navbar
------------------------------------------------------------------------------------------*/
header{
	position: fixed;
    z-index: 9999999;
	width: 100vw;
	height: auto;
	padding: 0 0 0 0;

}
nav{

	

	
}

.menu{

 padding-right: 20px;   

}



.menu ul {
	padding: 0 0 0 0;
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
}




.big_link{

	height: 50px;
	line-height: 50px;
	display: inline;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	backface-visibility: hidden;
	mix-blend-mode: difference;
	mix-blend-mode: initial;
	padding: 20px;
	position: relative;
	
	 
}


.big_link:hover {

	color: #222;
}

.big_link::after{

	content: "";
	width: 100%;
	height: 2px;
	background-color: #222;
	position: absolute;
	left: 0;
	bottom: 5px;
    transform-origin: center ;
    transform: scaleX(0);
	z-index: 2 ;
	transition: all .4s;
	opacity: 0 ;

}




.big_link:hover::after {

    transform: scaleX(1);
	opacity: 1;
}	





.logo img {

	height: 70px ;
	width: 70px;
	border-radius: 200px;
	background-color: transparent;
	position: fixed;
	top: 45px;
	left: 50px;
	display: block;
	transition: all .3s ease-out;
	z-index: 999999999999999999999999999999999999999999999999999999999999;
}


.logo:hover img {

	transform: scale(1.2, 1.2) rotate(180deg);
	transform-origin: center;
	background-color:rgba(127, 255, 0, .3);
	
}


/*.smile {

	transform: scale(1.2, 1.2) rotate(180deg);
	transform-origin: center;
	background-color:rgba(127, 255, 0, .3);
	height: 70px ;
	width: 70px;
	border-radius: 200px;
	transition: all .3s ease-out;
}*/



.active {

	position: relative;
}


.active a{

 color:#778899;
 color: rgba(100, 104, 96, 0.7);

	

}	

   










/* SOCIAL ----------------------- */

.navbar .social {
	display: none;
}

.nav-item.social a img {
	width: 30px;
	height: 30px;
	margin: 0 0 0 5px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.nav-item.social a:hover img {
	opacity: 0.5;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}



/* 
   Mouse icon para hacer SCROLL
------------------------------------------------------------------------------------------*/

.scroll-down {
	position: relative;
	top: 20px;
	text-align: center;
}

.mouse {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 26px;
	position: relative;
	border: 2px solid #d9d4af;
	border-radius: 12px;
}

.mouse:before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 6px;
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #d9d4af;
	-webkit-animation: mouse-animation 3s ease-in-out infinite;
	animation: mouse-animation 3s ease-in-out infinite;
}

@-webkit-keyframes mouse-animation {
	0% {
		-webkit-transform: scale(1, 0) translatey(-10px);
		transform: scale(1, 0) translatey(-10px);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		opacity: 0;
	}

	30%, 70% {
		-webkit-transform: scale(1, 1) translatey(1px);
		transform: scale(1, 1) translatey(1px);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1, 0) translatey(1px);
		transform: scale(1, 0) translatey(1px);
		-webkit-transform-origin: 50% 150%;
		transform-origin: 50% 150%;
		opacity: 0;
	}
}

@keyframes mouse-animation {
	0% {
		-webkit-transform: scale(1, 0) translatey(-10px);
		transform: scale(1, 0) translatey(-10px);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		opacity: 0;
	}

	30%, 70% {
		-webkit-transform: scale(1, 1) translatey(1px);
		transform: scale(1, 1) translatey(1px);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1, 0) translatey(1px);
		transform: scale(1, 0) translatey(1px);
		-webkit-transform-origin: 50% 150%;
		transform-origin: 50% 150%;
		opacity: 0;
	}
}



/* Link arrow up
   
------------------------------------------------------------------------------------------*/
.arrow_up {
	width: 80px;
	height: 80px;
	display: inline-block;
	position: relative;
	top: -50% ;
	background-color: transparent;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#top {
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#top.none_arrow {
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#top:hover .arrow_up {
	top: -80%;
	background-color: rgba(214, 209, 200, 0.1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}



.arrow_up:after {
	content: url(../img/svg/icon_arrow.svg);
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	
}

/*.arrow_up.up:after {
	content: url(img/svg/icon_arrow.svg);
	width: 100%;
	height: 100%;

	transform: translate(-1px, -14px);
}*/

#top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.0);
	width: 80px;
	height: 80px;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#top:hover {
	
}






/* 
   Galeria
------------------------------------------------------------------------------------------*/
.gallery {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-width: 33%;
	-moz-column-width: 33%;
	column-width: 33%;
	padding:  50px 200px 200px 200px;
	max-width: 1200px ;

	
}

.gallery2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.gallery .pics {
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.gallery .animation {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 450px) {
	.gallery {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-width: 33%;
		-moz-column-width: 33%;
		column-width: 33%;
		padding: 0;
	
	}
}

@media (max-width: 1200px) {
	.btn.filter {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}


}



.fancybox-container {
	z-index: 999999999999999999999999999999999999999999999999 !important;
}

.container-galeria {
	margin-top: 0;
	padding: 100px;

}

.container-galeria h1 {
	margin-bottom:0;
}

.gallery img {
	opacity: 1;
	margin: 2rem 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	
}

.gallery img:hover {
	opacity: 0.6;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.box_form {
	position: relative;
	padding: 15px 20px;
	background: white;
}






/* 
   Footer
------------------------------------------------------------------------------------------*/

footer {
	padding: 10px 0;
	margin-top: 0;
    z-index: 9999;
	width: 100%;
	background-color: transparent;
	
}

footer p {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	line-height: 14px;
	display: inline-block;
	vertical-align: center;
	//margin: 0 5px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 1px;
}



.ico svg{

	display: inline-block;
	height: 17px;
	width: 17px;
	vertical-align: middle;
	margin-right: 4px;
	color: inherit;

}












   /* cursor
------------------------------------------------------------------------------------------*/




.cursor {
	
    position: fixed;
    height: 20px;
    width: 20px;
    margin: -200px;
	opacity: 0;
}






.btn_left_1:hover  .cursor {

	z-index: 0;
	opacity: .8;
	height: 300px;
	width: 300px;
	background-image: url("../img_design/fotos/breeze_p.jpg");
	background-repeat: no-repeat;
	background-position: :center;
	background-size: 100%;
	overflow: hidden;
	transition: all .3s ease-in-out ;
}



.btn_right_1:hover  .cursor {

	z-index: 0;
	opacity: .8;
	height: 300px;
	width: 300px;
	background-image: url("../img_design/fotos/balmes_p.jpg");
	background-repeat: no-repeat;
	background-position: :center;
	background-size: 100%;
	overflow: hidden;
	transition: all .3s ease-in-out ;
	
}




.btn_left_2:hover  .cursor {

	z-index: 0;
	opacity: .8;
	height: 300px;
	width: 300px;
	background-image: url("../img_design/fotos/chritsmas_p.jpg");
	background-repeat: no-repeat;
	background-position: :center;
	background-size: 100%;

	transition: all .3s ease-in-out ;
	
	}




	.btn_left_3:hover  .cursor {

		z-index: 0;
		opacity: .8;
		height: 300px;
		width: 300px;
		background-image: url("../img_design/fotos/evah_p.jpg");
		background-repeat: no-repeat;
		background-position: :center;
		background-size: 100%;
	
		transition: all .3s ease-in-out ;
	
		}


		
	.btn_left_4:hover  .cursor {

		z-index: 0;
		opacity: .8;
		height: 300px;
		width: 300px;
		background-image: url("../img_design/fotos/infinity_p.jpg");
		background-repeat: no-repeat;
		background-position: :center;
		background-size: 100%;
		transition: all .3s ease-in-out ;
	
		}


		.btn_left_5:hover  .cursor {

			z-index:0;
			opacity: .8;
			height: 300px;
			width: 300px;
			background-image: url("../img_design/fotos/logos_p.jpg");
			background-repeat: no-repeat;
			background-position: :center;
			background-size: 100%;
			transition: all .3s ease-in-out ;
		
		}
	

		.btn_left_6:hover .cursor {

			z-index:0;
			opacity: .8;
			height: 300px;
			width: 300px;
			background-image: url("../img_design/fotos/collage_p.png");
			background-repeat: no-repeat;
			background-position: :center;
			background-size: 100%;
			transition: all .3s ease-in-out ;
		
		}
	
		
		
		.btn_mail:hover  {

		
			opacity: .5;
	
			transition: all .3s ease-in-out ;
		
		}


			
		.titulo h2{
			
			color: #222;
			opacity: 0;
			font-family: 'Josefin Sans', sans-serif;
			font-size: 20px;
			font-weight: 200;
			transition: all .3s ease-in-out ;
		}


		.descubrir:hover {
			cursor: cursor;
		z-index: 999999999999999999999999999999;
		}
	
		
		article:hover .titulo h2{

			opacity: 1;

		}







/*   social icons share
------------------------------------------------------------------------------------------*/

.share_button{
    display: inline-block;
    margin: 0;
    opacity: 0.5;
}
.share_button:hover{
    opacity: 1;
}


.share_button img{
    width: 30px;
}
.share_box a{
    padding: 5px 0 0 0;
}





.logo_paginas{
	
    z-index: -88;
}
.logo_paginas .hojas{
	
	position: fixed;
	top: 20px;
	left: 20px;
}

.logo_paginas .hojas img{
    width:40px;
	max-width: 40px;
	margin-left: 0;
	position: absolute;
	left: 50% ;
	top: 50%;
	opacity: .5;

}
.logo_paginas .titulo {
    position: fixed;
    top:50%;
    left: -34px;
}
.logo_paginas .titulo img{

    width: 40px;

}


.titulo_d {

	text-align: right;
	transform: translateX(-80px);
	
}







/* 
   foto cabecera
------------------------------------------------------------------------------------------*/


.margenes_contenido{
	height: auto;
	overflow: hidden;
	margin: 2rem;

	
}
.margenes_contenido_normalscroll{
    padding: 7em 1.5em;
}

.a_sangre{
	padding: 0;
}

.margen{

padding: 10px 10%;




}

.margenes_contenido_cabecera {

	height: auto;
	overflow: hidden;
	
}











.foto_cabecera img{

	transition: all .3s;
	transition-timing-function: ease-in-out;
	overflow: hidden;
	//animation: lvtimg 1s ease-in-out ;
}


@keyframes lvtimg {
    
   0% {
        
		transform: translateY(-100%);
	
		 opacity: 0;    
	          
	}
	
}




	.texto_proyecto {

		position: absolute ;
		top: 0;
	left: 25%;
	}
		
		





		.foto_proyecto img{

			display:block ;
			max-width: 100% ;
			
		
		}

		.foto_proyecto {

			height: 100%;
			
		}




		.container {

			padding-top: 0rem;
			width: 100%;
			}

		.btn_web {
			position: relative;
		}
		



		.btn_web a::after{

			content: "";
			width: 100%;
			height: 2px;
			background-color: #222;
			position: absolute;
			left: 0;
			bottom: -10px;
			transform-origin: center ;
			transform: scaleX(0);
			z-index: 2 ;
			transition: all .4s;
			opacity: 0 ;
		
		}

		.btn_web a:hover::after {

			transform: scaleX(1);
			opacity: 1;
		}	
		
		
		.btn_web a {

			font-size: 60px;
			margin: 3rem 0 5rem 0;
			position: relative;
		}

		.btn_web:hover a{

			
			opacity: .8;
			
		
		}


		.btn_mail {
			padding:0 ;
			
		}

		.btn_cv{

			padding-left: 8rem;

		}



		.btn_mail a h1 {
			font-size: 15px;
			color: #fff7ea;
			
		}


		.btn_left a, .btn_right a {
	
		
		font-weight: 400;
		line-height: 2rem;
		font-family: 'Josefin Sans', sans-serif;
		color: #222;
		font-size: 20px;
		position: relative;
		padding: 100px;
		}


		.btn_left a::before {

			content: ">";
			color: #222;
			font-size: 30px;
			font-weight: 300;
			font-family: 'Josefin Sans', sans-serif;
			text-transform: uppercase;
			position: absolute ;
			top: 40%;
			right: 50px;
			transform: translateY(-30%);
			transition: all .3s ease-in-out;
			}

			.btn_mail a::before{

				left: 220px;
			}

			.btn_mail:hover a::before{

				left: 240px;
			}
		

			
	 .btn_right a::before {

			content: "<";
			color: #222;
			font-size: 30px;
			font-weight: 300;
			font-family: 'Josefin Sans', sans-serif;
			text-transform: uppercase;
			position: absolute ;
			top: 40%;
			left:50px;
			transform: translateY(-30%);
			transition: all .3s ease-in-out;
			}



		.btn_left:hover a, .btn_right:hover a{

			opacity: 1px;
		}

		
		.btn_left:hover a::before{

			right:-1px;
			
		}

		
		.btn_right:hover a::before{

			left:-1px;
			
		}

	
		.seguir_nav {

			//margin: 150px 0 150px 0;
}



.panel {
	min-height: 100vh;
  
  
	//background-color: #956a6a;

	z-index: -999999999999999999999999999;
}


.color-red {
	background-color:#956a6a;
  }



.reticula{
	display:none;
	width: 500px;
	background-color: #bcdcfc;
}


.fondo_2 {

	background-color:#f9f9f9f9;
}



.ilustracion_2 {

	height: 100vh;
}

.ilustracion_2  div{

	padding: 3rem 0 0 3rem ;



	
}


.ilustracion_2 div img{

	
	mix-blend-mode: exclusion;


	
}



.color {

	background-color: tomato;
}


 .title_1 {

	text-transform: lowercase;
}


.fondo_3 {

	background-color: #000;
}



.margen_2 {

    margin: 6rem 0;
   

}


/* 
   1260 width
------------------------------------------------------------------------------------------*/

@media  (min-width: 1260px) {
	


	.foto_proyecto img{

		max-width: 100% ;
		
	
	}
}