/*
@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;
}



nav ul {
    width: 100%;
    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', sans-serif;   
    text-decoration: none;
    color: white;
    margin-top: none;   
   
}
nav ul li a:hover{
    background-color: white;
    padding: 10px;
    border-radius: 15%;
    color:#72D38D;
    transition: all .3s;
}

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



.foto {  
    height: auto;
    padding: 10px;
    width: 50%;
    margin: auto;   
}

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

h4 {   
font-family: 'Roboto', sans-serif;
color: white;
font-size: 18px;
font-weight: 300;
background-color: #72D38D;
border-radius: 30px;
max-width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-top: 15px; 
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
text-align: center;
    
}
h5 {  
font-family: 'Roboto', sans-serif;
color: white;
font-size: 18px;
font-weight: 300;
background-color: #72D38D;
border-radius: 30px;
max-width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-top: 15px; 
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
text-align: center;
}

h6 {  
font-family: 'Roboto', sans-serif;
color: white;
font-size: 18px;
font-weight: 300;
background-color: #72D38D;
border-radius: 30px;
max-width: 100%;
padding-left: 10px;
padding-right: 10px;
margin-top: 15px; 
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
text-align: center;
}
  
header {
    background-color: #72D38D; 
    font-family: 'Roboto', sans-serif;
    position: relative; 
    width: 100%;
    padding: 6px; 
  
}

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

.fijo:hover{
   background-color: #72D38D;
    transition: all .3s;
}
    
footer{
    font-family: 'Roboto ', sans-serif;
    margin-top: 6em;
    background-color:#72D38D;
    color: white;
    font-weight: 300;
    font-size: 10px; 
    margin-bottom: 0em;
    margin-left: 0px;
    margin-right: 6px; 
    padding: 2em;
    width: 100%;
       
}
p {
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
    padding: 10px; 
 
}
.caja1 {
    background-color: white;
    padding:5px;
    padding-top: 0.5px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px; 
}

.caja2 {
    background-color: white;
    padding:5px;
    padding-top: 0.5px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px; 
}

.caja3 {
    background-color: white;
    padding:5px;
    padding-top: 0.5px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;  
}

.inti {
   margin-left: 20px; 
}