
/*---------- COLORES COOPORATIVOS*-------------------/

AZUL OSCURO: #0E2C40
VERDE OSCURO PARRAFOS: #036874
TURQUESA:#08a8aa
FONDO ASIDE: #e8e8d9
NARANJA: #e97300
 <p>Envíame un mail a info@juanhernandezedp.com con una o varias fotografías del trabajo
            a realizar y elige la técnica y el formato que deseas. Coméntame también cualquier apreciación que 
            consideres oportuna. Te responderé en la mayor brevedad posible, para confirmarte que he recibido tu correo 
            y en cuanto evalúe el trabajo, te responderé para aclarar cualquier duda y darte el presupuesto. 
            Una vez de acuerdo, se relizará un ingreso del 50% de la cuantía por medio de transferencia bancaria o bizum 
            para confirmar el encargo.
          </p>
*/

body {
	margin: 0;
	padding:0;
	}
	
header {
	display:block;
	width: 100%;
	height: 134px;
	background: #0E2C40;
	position: fixed;
	z-index: 100;
	}
	.logo{
		display: flex;
		background-position:center top;
		justify-content: center;
		max-width: 500px;
		max-height:84px;
		margin:auto;
		position: relative;
		}
		
	.logo img{
		width:100%;
		height:100%;
		}
#btn-menu {
	display: none;
	}
	header label {
	display: none;
	width: 30px;
	height: 30px;
	padding: 10px;
	border-right: 1px solid #fff;
	}
	header label:hover{
	cursor: pointer;
	background: 0% 0% #08a8aa;
	}

.menu ul#ejm5{
	margin: 10px;
	list-style: none;
	padding:0;
	display: flex;
	justify-content: center;
	}

	.menu ul#ejm5 li{
		font-family:Amatic SC, Verdana, Geneva, sans-serif;
		font-size: 24px;
		font-weight:none;
		letter-spacing:1px;
		border-right: 1px solid #08a8aa;
		display: flex;
		}	

ul#ejm5{
    overflow:hidden;
    padding:0px;
	}
ul#ejm5 li a{
	margin: 0;
    position: relative;
    line-height:40px;
    overflow: hidden;
    color:#fff;
    perspective: 1000px;
  	}
ul#ejm5 li a span{
    position: relative;
    display: inline-block;
	padding: 0 20px;
    background: #0E2C40;
    transition: transform 0.3s ease 0s;
    transform-origin: 50% 0px 0px;
    transform-style: preserve-3d;
    }
ul#ejm5 li a span:before{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0 15%;
    background-color:rgba( 10, 201, 203, 0.5) ;
    content: attr(data-title);
    transition: #000 0.3s ease 0s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0px 0px;        
    }
ul#ejm5 li a:hover span {
    transform: rotateX(90deg) translateY(-22px);
   	}
ul#ejm5 li a:hover span::before {
    background:  0% 0% #08a8aa;
    }





.wrapper{
	display:block;
	background-color: #e8e8d9;
	width: 95%;
	margin: auto;
	padding-top: 134px;
	position:relative;
	overflow: hidden;
	}
	
.main{
	display: inline-block;
	width: 65%;
	position: relative;
	margin: auto;
	padding-top: 20px;
	background-color:#fff;
	background-position:  left top;
	}


aside{
	float:right;
	width: 35%;
	background-position-y: top;
	padding-top: 20px;
	}
	
article h3{	
	display: block;
	border-bottom:#e97300 solid 1px;
	margin:0;
	padding-left:20px;
	padding-top: 15px;
	font-family:Amatic SC, Verdana, Geneva, sans-serif;
	font-size:34px;
	color: #08a8aa;
	}

article#academia p{
	font-family: 'Architects Daughter', cursive;
	font-size:18px;
	color: #036874;
	line-height:30px;
	margin:20px;
	}
.Formulario{
	display: flex;
	margin: 10px;
}
	
	
form{
	width: 450px;
	margin: auto;
	background: #e8e8d9;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border-top: #fff solid 2px;
	border-left: #fff solid 2px;
	border-right: #0E2C40 solid 2px;
	border-bottom: #0E2C40 solid 2px;
}

h2{
	display: block;
	background-color: #0E2C40;
	font-family:Amatic SC, Verdana, Geneva, sans-serif;
	color: #08a8aa;
	text-align: center;
	margin: 0;
	font-size: 36px;
	margin-bottom: 20px;
}

input, textarea {
width: 100%;
margin-bottom: 20px;
padding: 5px;
box-sizing: border-box;
font-size: 17px;
border: none;
}

textarea{
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;
}

#boton{
	background: #e97300;
	color: #fff;
	padding: 10px;
	border-radius: 20px;
}
	
#boton:hover {
	cursor: pointer;
	font-size: 19px;
	border-radius: 20px;
}
.Volver{
	display:block;
	font-style:none;
	background: #e97300;
	text-align:center;
	color: #fff;
	padding: 10px;
	margin:10%;
	border-radius: 20px;
}
	
.Volver:hover {
	cursor: pointer;
	font-size: 19px;
	border-radius: 20px;
}
.EstamosTrabajando{
	display:flex;}

@media (max-width:480px){
	form{
		width: 100%;
	}
}

h1{ font-family:Amatic SC, Verdana, Geneva, sans-serif;
	text-align: center;
	color: #036874;
	font-size: 40px;
	margin: 20px;
}

h1 span{ 
	color: #e97300;
	font-size: 48px;
}

footer .Pie{
	display:block;
	width:95%;
	margin:auto;
	margin-top:10px;
	padding-bottom:10px;
	border-top:#e97300 solid 1px;
	}
	
footer .Pie p{
	font-family:Amatic SC, Verdana, Geneva, sans-serif;
	font-size:20px;
	align-content: center;
	text-align:center;
	color:#036874 ;
	}
		
		
		
		
@media(max-width:768px){
	
	header {
		width: 100%;
		height: auto;	
		}
		
	header label {
		display:block;
		float: left;}
				
	.logo{
		display: flex-box;
		margin-left:55px;
		background-position:center;
		padding-top:5px;
		padding-bottom:5px;
		}
		
	.menu {
		position: absolute;
		background:#0E2C40;
		width: 50%;
		margin-left:-50%;
		background-position:top;
		z-index:1;
		}
		
	.menu ul#ejm5 {
		flex-direction: column;
		}
		
	.menu ul#ejm5 li{
		border-right: 1px solid #fff;
		font-size: 22px;
		letter-spacing:2px;
		}
	
	 ul#ejm5 li a{
        line-height:38px;
	 	}
	
	#btn-menu:checked ~ .menu{
		margin:0;
		}

	.wrapper{
		padding-top: 60px;
		}


	.main{
		width:100%;
		}
		
	aside{
	float:none;
	width: 95%;
	margin:auto;
	padding-top: 20px;
	}
	

	}