@charset "utf-8";
/* CSS Document */

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;
}



body{
	font-family: 'Open Sans Condensed', sans-serif;
}

nav{
	background-color: darkgrey;
	padding-top: 1.5em;
	padding-bottom: 1.5em;

}

ul {
	text-align:  center;
}

ul li {
	list-style-type: none;
	display: inline;
	padding:0 1em 0 1em;
}

ul li a{
	text-decoration: none;
	color: black;
	font-size: 1.5em;
}
ul li a:hover{
	background-color: whitesmoke;
	transition: 1s linear;
	
}

h1{
	font-family: 'Liu Jian Mao Cao', cursive;
	font-size: 8em;
	font-weight: 700;
	text-align: center;
	padding: 2em 0;
	color:lightgrey;
}

h2{
	background-color: darkgrey;
	font-size: 2em;
	padding-left: 1em;
	color: black;
}

h3{
	font-size: 1.5em;
	font-weight: bold;
	
	
}

h4{
	font-size: 2em;
	line-height: 2.5em;
}

h5{
	font-family: 'Liu Jian Mao Cao', cursive;
	font-size: 2em;
	padding-left: 1em;
	color:black;
	
}

p{
	font-size: 1em;
	text-align: justify;
	
}

header{
	background-image: url(img/nouvellevague.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: black;
}

img{
	width: 100%;
}

div{
	box-sizing: border-box;
}

.flotar{
	float: left;
}

.dos-columnas{
	width: 50%
}

.tres-columnas{
	width: 33%

}

.limpiar-float{
	clear: both;
}

.margen-dos-columnas{
	margin-left: 50%;
	
}

.margen-tres-columnas{
	margin-left: 33%;
		
}

.flex{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	
}

.gris{
	background-color: lightgrey;}
	

footer{
	background-color: darkgrey;
	color: black;
	text-align: center;
}

.padding-textos{
	padding: 2em;
}

footer h4{
	font-size: 1.5em;
	padding: 2em 0;
	text-align: center;
	
}

footer{
	font-size: 1em;
	text-align: center;
		
}

aside{
	background-color: darkgrey;
	position: fixed;
	top: 5%;
}

aside a{
	font-size: 3em;
	font-weight: bold;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	
}

form{text-align: center;
}

.paddingform{padding: 0.5em;
}

@media screen and (orientation:portrait){
	.dos-columnas,.tres-columnas {
		width: 100%;
	}
	.flex{
	display: flex;
	flex-direction: column;
	
	}
		
	.container {
  align-items: flex-start;
}
	
	.margen-dos-columnas{
		margin-left: 0;
	}
	
	ul li {
	display: block;
	}
	
	ul li a{
	text-decoration: none;
	color: black;
		font-size: 3em;}

form {
    margin: 0 auto;
    padding: 1em;
	font-size: 2em;
	  
}
	
form div + div {
    margin-top: 1em;
	
}



input, textarea {
  
    font: 1em sans-serif;
	width: 300px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
}

input:focus, textarea:focus {
    border-color: #000;
}

textarea {
   	vertical-align: top;
    height: 5em;
    resize: vertical;
}


.button {
    padding-left: 90px; 
}
button {
    margin-left: .5em;
	font-size: 0.85em;
}
		
h5{
	font-family: 'Liu Jian Mao Cao', cursive;
	font-size: 4.5em;
	text-align: center;
	color:black;

}
	
	aside a{
	font-size: 4.5em;
	font-weight: bold;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
		
	}

