@charset "utf-8";

/* reglas generales */

h2 {
    color: white;
    font size: 3em; 
    font-family: 'Roboto Slab', serif;
    background-color: none;
    display: block;
    text-align: left;
    margin: 2em 0.3em 0.3em 3em;
}

body {
    background-color: coral
}

ul {
    list-style: none;
    margin: 0 0 2em 3.5em;
    padding: 1em;
    text-align: left;
    font-family: 'Roboto Slab', serif;
}

a{
    text-decoration: none;
    outline-color: white;
}

img {
    width:25%;
    height: auto;
    text-align: left;
    margin: 0 0 1em 5em;
    vertical-align: middle;
    outline-color: white;
    outline-width: 0.5em;
    outline-style:solid;
    padding: 3 0 0 3em;
    
}

figure {
    margin: 0 0 2em 0;
    padding: 1em;
    max-width: 30em;
    vertical-align: middle;
    shape-margin: circle; 
}

/* mobile first */

#isologotipo header {
    display: inline-block;
    max-width: 12em;
    vertical-align: middle;
}
h3 {
    color: white;
    font size: 1em; 
    font-family: 'Roboto Slab', serif;
    background-color: none;
    display: block;
    text-align: left;
    margin: 2em 0.3em 0.3em 3.8em;
  }

header nav ul li a {
    color: white;
    font-family: 'Roboto Slab', serif;
    font size: 1em;
    text-align: left;
    margin: 0 0 7em 0em;
}

p {
    color: white;
    font size: 0.1em;
    font-family: 'Roboto Slab', serif;
    line-height: 3em;
    text-align: left;
    margin: 0 0 0 4.5em;
}

h5 {
    color: white;
    font-style:italic;
    font size: 0.1em;
    line-height: 1.5em;
    text-align:justify;
    margin: 3em 5em 0 5em;
}







