/*
@media screen and (min-width:640px)
  */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #499f8b; 
}

nav ul {
    width: 100%; 
    background-color: orangered; 
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
    list-style: none;
  
}
 

nav ul li a { 
    font-family: 'Roboto Condensed', sans-serif;
    background-color: orangered;    
    text-decoration: none;
    color: white;
    margin-top: none;   
   
}
nav ul li a:hover{
    background-color: white;
    padding: 10px;
    border-radius: 20%;
    color:orangered;
    transition: all .3s;
}

.perfil { 
    font-family: 'Roboto Condensed', sans-serif;
    color: orangered; 
    background-color: white;
    border-radius:10%;
    padding: 10px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px; 
    display: block;
    text-align: center;
    box-sizing: content-box; 
}

.foto {  
    height: auto;
    background-color: orangered;
    border-radius: 50%;
    padding: 6px;
    width: 50%;
    margin: auto; 
    
}

.foto img{
    width: 100%;
    height:auto;
}

h4, h5, h6 {   
font-family: 'Roboto Condensed', sans-serif;
color: white;
font-size: 30px;
font-weight: 300;
background-color: orangered;
border-radius: 10px;
max-width: 80%;
padding-left: 6px;
padding-right: 6px;
margin-top: 10px; 
margin-left: auto;
margin-right: auto;
text-align: center;
    
}

  
header {
    background-color: orangered; 
    font-family: 'Roboto Condensed', sans-serif;
    position: relative; 
    width: 100%;
    padding: 6px; 
  
}

.fijo{
    
    font-family: 'Roboto Condensed', sans-serif;
    background-color:orangered;
    font-size: 15px;
    position: fixed;
    height: 5em;
    width: 5em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1em;
    right: 1em;
   
   
}

.fijo:hover{
   background-color: #499f8b;
    transition: all .3s;
}
    
footer{
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 6em;
    background-color:orangered;
    color: white;
    font-weight: 300;
    font-size: 10px; 
    margin-bottom: 0em;
    margin-left: 0px;
    margin-right: 6px; 
    padding: 1em;
    width: 100%;
       
}
p {
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 15px;
    padding: 6px; 
 
}
.caja1, .caja2, .caja3 {
    background-color: white;
    border-radius:1em;
    padding:5px;
    padding-top: 0.5px;
     padding-bottom: 3em;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px; 
}



.inti {
    margin-top: 1em;
   margin-left: 10px; 
}