@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900';

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Source+Sans+Pro', sans-serif;
    background-color: #bcd9da;
}

body {
    min-height: 100vh;
    min-width: 100vw
		flex: 1;
}



img{
    display: block;
    max-width:100%;
    height: auto;
}

.carta { margin-top: 5em;}

h1 {
    margin: 0.4em;
    padding: 0.3em;
    text-align: center;
    font-size:  2.1em;
    font-weight: 400;
    color: white;
        }

h2 {
    margin: 4.9em;
	margin-bottom: 1.em;	
    text-align: center;
    color: black;
}

h3{ margin: 4.9em;
	margin-bottom: 2em;
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    color: black;}





nav { display: flex;
align-content: center;
justify-content: center}

nav ul { display: flex;


}


nav ul li { display: flex;
	

	
	
	
	
}

nav ul li a { 
    color: white;
    font-weight: 400;
    background-color: sandybrown;
    display: flex;
	padding: 0.5em;
    text-decoration: none;


    }


main{ 
flex: 1;

}

nav ul li a:hover {
    color: aquamarine;
    background-color: rgba (255,255,255,11)
    }

p { text-align: center;
	font-size: 0.9em; 
	}


#logo{
    display: block;
    width: 5em;
    height: 2em;
    margin: auto;
	margin-top: 1em;
	
  }


section{ text-align: center;
padding: 3em;
margin-top: -6em;}



.carta { display: flex;
justify-content: center;
flex-direction: column;

}


.contenedor { 	margin: auto;
max-width: 75em;
min-height: 100vh;
width: 100vw;
	display: flex;
	flex-direction: column;
	
}


.destacado { 
    font-weight: 400;
	font-size: 1.4em;
    text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
    color: darkblue;
	}



.pie{
    
    margin-top: 5em;
    max-width: 100%;
    text-align: center;
	font-size: 0.8em;
	padding: 1em;
	background:grey;
    color: white;
	
}



.fuerte{ 
    margin-top:  -2.0em;
    font-weight: 400;
    font-style: italic;
    color: darkblue;
	font-size: 0.9em;
	
}
