@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    background-color: #FFEEC5;
    font-family: 'Roboto', sans-serif;
}

header {
    display: flex;
    justify-content: center
    align-content: center;
    flex-direction: column;
    margin-top: .5em;
}

footer {
    background-color: #EA9D76;
}

#logo {
    width: 5em;
}

header ul {
    list-style: none;
    display: flex;
}

header ul li {
    width: 100%;
    height: 2em;
    margin: .1em;
    display: flex;

}

header ul li a {
    width: 100%;
    height: 140%;
    text-decoration: none;
    background-color: #971B1C;
    color: antiquewhite;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    font-weight: bold;
    font-size: 75%;
    border-radius: 20px;
    margin-top: 0.5rem;
}

main {
    padding: 1em;
}

.logo {
    max-width: 45%;
    display: flex;
    justify-content: center;
    width: 50vw;
    height: 50vw;
    max-width: 15em;
    max-height: 15em;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

.datos li {
    list-style: none;
}

.datos section a {
    text-decoration: none;
    color: #68AE6A;
}
.inti{
    background-color: rgba(206,107,0,0.2);
    padding: 1rem;
    margin-top: 1rem;
}

h1 {
    margin-top: 15px;
    margin-bottom: 5px;
    color:#971B1C ;
}

h3 {
    color: #971B1C;
    margin-top: 15px;
}

h4,
h2 {
    color: #CE6B00 ;
}

h2 {
    margin-top: .5em;
}

#plan p {
    margin-top: .2em;
    border-bottom: 2px solid #DA664C;
    padding-bottom: 0.3em;
}

#plan h4 {
    color: #DA664C;
    padding-top: 5px;

}

footer {
    color: antiquewhite;
    padding: 1rem;
    font-size: .8em;
    margin-top: 2rem;
}
.mapai{
    margin-top: 1rem;
    max-width: 100%;
    width: 100%;
}
.panel{
    margin-top: 1rem;
    max-width: 100%;    
}