@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);

@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,400italic,700,700italic);

* {
    box-sizing:border-box;
    list-style: none;
}

a{
    text-decoration: none;
    font-family: "quicksand";
}

body {
    background-color: white;
    margin: 0;
    padding: 0;
}

.menu {
    max-width: 960px;
    margin: auto;
    
}
.menu ul {
    display: flex;
    font-family: "roboto";
    font-weight: 600;
    font-size: 15px;
    justify-content: center;
    }

.menu li {
    margin: 1em;
    border-left-color: white;
    
}

.menu li a {
    color: black;
    padding: 1em;
    position: relative;
}

.menu li a img {
    position: absolute;
    left: -5px;
    
    
}

.menu li a:hover {
    color: red;
    
}



main {
    ;
    position: static;
    height: 710px;
    display: flex;
    
    
}


.contenedor {
    max-width: 700px;
    max-height: 400px;
    margin: auto;
    background-color: red;
    display: flex;
    align-items: center;
    
    

}

.contenedor img{
    width: 200px;
    height: 200px;
    margin-left: 50px;
    
}

.contenido {
    margin-top: 5em;
    margin-left: 4em;
    margin-right: 4em;
    margin-bottom: 5em;
}

.contenido h1 {
    font-family: "quicksand";
    color: white;
    font-size: 40px;
    margin: 0;
}

.contenido p {
    font-family: "quicksand";
    text-align: justify;
    color: white;
    margin-top: 30px
    
}




.pie {
    max-width: 820px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pie h2 a {
    margin: 0;
    margin-top: 1em;
    font-family: "quicksand";
    color: black;
    font-size: 20px;
}

.pie h2 a:hover {
    color: red;
}

.pie p {
    margin: 0;
    font-family: "quicksand";
    color: black;
    font-size: 13px;
    padding: 0 5em;
    
}