@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700,900');

*{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
}

body {
  font-family: 'Titillium Web', sans-serif;
  background-color: #2D2928;
  min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   
}

header {
          display: flex;
          justify-content: space-between;
     flex-direction: row;
    align-items: flex-start;
    background-color: #FFAA00;
    background-size: cover;
        padding: 1em;
        box-sizing: border-box;
         flex-shrink: 50%; 
}

header .logoheader img {
    height: 2.2em; 
    z-index:1000;
}

header .menuder img{
    width: 2em; 
    z-index:1000;
    height: :7em;
    justify-content: space-between;   
}

#menudesplegable.collapsable {
    display: block;
    background-color: #2D2928;
    opacity: 0.85;
    transition: all .3s ease;
    position: fixed;
    right: -100vw;
    top: 0;
    bottom: 0;
    min-width: 50%;
    z-index: 9995;
}

#menudesplegable:target {
    position: fixed;
    right: 0;
    transition: all .5s; 
}

#lineas {
    cursor: pointer;
    z-index: 9999;
    padding: .2em;
}

#menudesplegable ul {
    padding: 1rem;
    align-content: center;
    justify-content: center;
    margin-top: 4.3em;
}

#menudesplegable li a {
    background-color: #FFAA00; 
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15em;
    width: auto;
    height: 2em;
    margin-bottom: .3em;
}

#cruz {
    width: 2em;
    height: 2em;
}

main { 
    display: flex;
    flex-direction: column;
    margin: .8em;
    font-family: "titillium web"
}

ul {
    list-style: none;
}

.presiones {
    padding-top: .5em;
    padding-bottom: .5em;
}

.presiones li {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    background-color: white;
    background-size: cover;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: .5em;
}

.presiones li ul li {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0;
}

h1 {
      font-family: 'Titillium Web', sans-serif;
    font-size: 40pt;
    color: #FFAA00;
}

h2 {
    color: white;
    font-size: 1em; }

.presiones img {
    width: 6em;
    height: 6em;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    max-width: 100%;
    height: auto;
}

.actpres {
    margin: auto;
    max-width: 80%;
    font-size: 20pt;
}

.actualizar button {
    background-color: white;
   border-radius: 2em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: .5em;
    margin-top: .5em;
}

.actualizar {
    display: flex;
    justify-content: center;
    align-content: center;
}

 a {
    display: flex;
    color: #2D2928;
    text-decoration: none;
     align-content: center;
}