*{
    padding: 0;
    margin: 0;
}
@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto+Condensed|Roboto:300,400';

ul {
    list-style:none;
    display: inline-flex;
}
body {
    font-family: 'Roboto', arial, sans-serif;
    margin: auto;
        width: 100%;

}

a {
  text-decoration: none;
  color: #fff;
}

nav {
    display: inline-flex;
}

.container { 
  width: 100%;
    height: 10%;
    padding: 15px 15px 5px 1px;
    background: #000;
    align-content: center;

}

.boton{
    width: 100%;
  max-width: 100%;    
  padding: 0em 1em 0em 1em;
  margin: 0px 1px 5px 20px;    
  border: 2px solid #CF0990;
  text-align: center;
}
.logo{
  margin: 0px 0px 0px 20px;    
}

.espacio {
     width: 2.5em;
    height: 2.5em;
    display: block;
	margin-left: auto;
	margin-right: auto 
}


.avatar {
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
    margin: 20px
}

.flor {
    width: 100%;
    }
.florencia {
    width: 100%;
    height: 10%;
    padding: 5px 5px 5px 5px;
    background: #ffd46d;
  
}
.margen
{
    width: 100%;
  margin-top: 4px;
    margin-left: 700px;
    
}

.texto {

position: relative;
width: 100%;
}

h2 {
    width: 50%;
    position: center;
left: 100px;
width: 40%;
margin: 10px 0px 0px 100px;
color: azure;
font-family: sans-serif ligth;
    line-height: 140%;
    font-size: 100%;
    letter-spacing: 2px;
}
h3 {
    width: 50%;
   
    top: 49%;
left: 190px;
width: 100%;
margin: 10px 10px 10px 10px;
color: azure;
font-family: sans-serif ligth;
    line-height: 140%;
    font-size: 70%;
    letter-spacing: 4.5px;
}

h4 {
      width: 50%;

    top: 54%;
left: 115px;
width: 100%;
margin: 0px 20px 20px 20px;
color: azure;
font-family: sans-serif;
    line-height: 160%;
    font-size: 80%;
    word-spacing: 2px;
   
    
}
h5 {
    width: 100%;
position: absolute;
top: 350px;
left: 180px;
width: 40%;
margin: 0px 1px 5px 1240px;
color:111;
font-family: sans-serif strong;
    line-height: 140%;
    font-size: 180%;
    letter-spacing: 20px;
    font-weight:lighter;
}
h6 {
    width: 100%;
position: absolute;
top: 430px;
left: 180px;
width: 40%;
margin: 0px 1px 5px 1240px;
color:111;
font-family: sans-serif;
    line-height: 140%;
    font-size: 130%;
    font-weight:lighter; 
    
}
h7 {
    width: 100%;
position: absolute;
top: 470px;
left: 180px;
width: 40%;
margin: 0px 1px 5px 1240px;
color:111;
font-family: sans-serif;
    line-height: 140%;
    font-size: 130%;
    font-weight:lighter; 

}


.texto2{
    width: 100%;
    color:antiquewhite;
    word-spacing: 10px;
    
}

footer { 
    width: 100%;
    height: 5rem;
    margin-top: 50rem;
    padding: 1em 43rem 1em 4em;
    font-family: sans-serif;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
    line-height: 160%;
    background-color: 111;
    color: #ebedec;
}