body {
    width: 90%;
    margin: 1em auto;
    font-family: "Verdana";
}

header {
}
header > div {
    display: flex;
}

.logo {
    justify-content: center;
}
.logo > img {
    width: 300px;
}

.menu {
    margin-top: 1em;
    flex-direction: row;
    font-size: 1.2em;
    font-family: "Lucida Grande";
    font-weight: bold;
    justify-content: center;
    padding: 0 0;
    /* background-color: #eee; */
}
.menu a {
    text-decoration: none;
    color: #333;
}
.menu a:hover {
    color: #777;
}

.menu > div {
    min-width: 2em;
    padding: 1em 10%;
    /* background-color: #eee; */
}

header > div:last-child {
    border-bottom: 2px solid #222a26;
    border-radius: 1em;
    margin: 0 auto;
    width:80%;
}

footer {
    style: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 100px;
    width: 80%;
    text-align: center;
}

footer > p.social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* background-color: red; */
}
footer > p.social img {
    width: 2em;
    margin: 0 0.5em;
}

p.contacto {
    font-size: 0.8em;
}
p.derechos {
    font-size: 0.8em;
    font-weight: bold;
}
p.fda {
    font-style: italic;
    display: none;
}
div.hero {
    padding: 1em 0;
    margin: 2em auto;
    width:80%;
    background-color: #fafafa;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    border-radius: 1em;
}
div.hero > div:first-child {
    width: 50%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin-left:1em
}
div.hero > div:last-child {
    width: 50%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: red; */
}
div.hero > div:first-child button {
    width: 60%;
    border: 1px solid black;
    border-radius: 1em;
    padding: 0.5em 1em;
    font-size: 1.1em;
    margin-top: 1em;
    background-color: #fff;
    color: black;
}
div.hero > div:first-child button:hover {
    cursor: pointer;
    background-color: black;
    color: white;
}
div.hero > div:last-child img {
    align-self: flex-end;
    width: 75%;
    clip-path: circle(45% at center);
    filter: grayscale(1);
    margin-right: 1em;
}
.title {
    font-size: 2.5em;
}

div.services {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    /* border: 1px solid blue; */
}
div.services > div {
    margin: 1em 0;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* border: 1px solid black; */
}
div.services > div > h4 {
    margin: 1em;
    padding: 1em;
    border-bottom: 1px solid #222a26;
}
div.services ul li {
    margin: 1em;
    margin-left: -1.5em;
    padding: 1em;
    list-style: none;
    list-style-position: inside;
    font-size: 0.85em;
}
div.services div.price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 1em;
    padding: 1em;
}
div.services a {
    max-width: 10em;
    border: 1px solid black;
    font-size: 1em;
    margin: 0.5em 1em;
    padding: .5em;
    text-decoration: none;
    text-align: center;
    background-color: black;
    color: white;
}
div.services a:hover {
    cursor: pointer;
    color: black;
    background-color: #fff;
}

@media screen and (min-width: 1200px) {
    .menu > div {
        min-width: 2em;
    }
    .title {
        font-size: 4em;
    }
    div.hero > div:first-child button {
        padding: 0.7em 1em;
        font-size: 1.2em;
        /* color: red; */
    }
}
@media screen and (max-width: 600px) {
    /* body {  background-color: red; } */
    body {
        font-size: .9em;
        width: 90%;
    }
    .menu {
        font-size: 0.8em;
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
        /* background-color: #eee; */
    }
    .menu > div {
        padding: 1em 2em;
        margin: 0 1em;
        /* background-color: #eee; */
        /* border: 1px solid #222a26; */

    }
    .menu a {
        /* margin: 0; */
        /* padding: 1em .5em; */
        /* border: 1px solid #222a26; */
    }
    .logo > img {
        width: 250px;

    }
    footer {
        margin: 10em auto;
        font-size: 0.9em;
    }
    footer .fda {
        font-size: 0.4em;
        display: none;
    }
    header > div:last-child {
        margin: 0.3em auto;
    }
    .title {
        font-size: 1em;
    }
    div.hero > div:first-child button {
        width: 80%;
        font-size: .5em;
    }
    div.services {
        flex-direction: column;
    }
}

@media screen and (max-width: 350px) {
    body {
        font-size: .8em;
        width: 90%;
    }
    .logo > img {
        width: 250px;
    }
    .menu {
        text-align: center;
        flex-direction: column;
        /* background-color: #eee; */
    }
    .menu a {
        /* border: 1px solid #222a26; */
        padding: 1em 0.5em;
    }
    footer {
        font-size: 0.8em;
    }
    footer .fda {
        font-size: 0.5em;
    }
    header > div:last-child {
        margin: 0.3em auto;
    }
    .title {
        font-size: 1.2em;
    }
}

div.about {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: flex-end; */
    width: 100%;
    text-align: justify;
}
div.about img {
    margin-top: -3em;
    width: 50%;
    max-width: 20em;
    clip-path: circle(40% at center);
    filter: grayscale(1);
    text-align: center;
}
