*{ margin: 0em;
    padding: 0em;
    box-sizing: border-box;
}
header img{
    display: block;
    margin: auto;
    width: 40%;
    margin-bottom: 1em;
}
body{
    background-color: darkorange;
    padding: 1em;
}
header section h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: black;
}
.naranja {
    display: flex;
    padding: 0.5em;
    color: darkorange;
    font font-weight: bolder;
    text-decoration: none;
    font-family: serif;
    list-style:none;
}
header section nav ul li{
    display: flex
    justify-content: center;
    background-color: black;
    margin: 0.5em;
    padding: 0.5em;
    list-style: none;
     border-radius: 15px;
}
header section nav ul{
    display: flex;
    justify-content: center;
    padding: 0.5em 
}
main{
    padding: 2em;
    margin: 1em;
    background-color: black;
    border-radius: 15px;
}
main h1{
    font-size: 3.5em;
    font-style: italic;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    text-align: center;
    color: darkorange;
    padding-left: 0.7em;
    padding-right: 0.7em;
}
main section {
    display: flex;
    padding: 1em;
}
main section img{
    border-radius: 15px;
}
main section nav ul {
    padding-left: 0em;
    padding-right: 1em;
}
main section nav ul li{
padding: 0.3em;
    margin: 0.2em;
    list-style: none;
    }
main section nav ul li a{
    color:white;
    font-weight: bold;
}
div h3{
    text-align: center;
    align-items: center;
    color: whitesmoke;
    font-size: 2em;
    margin-bottom: 1.5em;
    margin-top: 1em;
}
div p{
    text-align: center;
    align-items: center;
    color:whitesmoke
}
div  li{
    text-align: center;
    list-style: none;
    align-items: center;
    color:whitesmoke;
    font-size: 1em;
    font-weight: bolder;
}
body footer{
    font-family: sans-serif;
    padding: 1.5em;
    font-weight: bold; 
    font-style: italic;
    align-items: center;
    text-align:justify;
}
.destacado{
    text-decoration: underline;
    color: darkorange;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}
.destacado2 {
    text-decoration: underline;
    color: red;
    font-weight: bold;
}
.destacar{
    font-weight:lighter;
    font-size: 0.8em;
}
section img{
    width: 90%;
    border-radius: 15px;
   display: block;
    margin: auto;
}
@media (min-width: 35em) {
   header section h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: black;
       font-size: 3em;
}
    body{
    background-color: darkorange;
    padding: 10em;
 padding-top:2em;
        padding-bottom: 2em;
}
    .naranja {
    display: flex;
    color: darkorange;
    font font-weight: bolder;
    text-decoration: none;
    font-family: serif;
    list-style:none;
        font-size: 1.5em;
}
header section nav ul li{
    display: flex
    justify-content: center;
    background-color: black;
    margin: 1em;
    padding: 2em;
    list-style: none;
     border-radius: 15px;
}
    header section nav ul{
    display: flex;
    justify-content: center;
    padding: 1em; 
}
   main{
    padding: 6em;
    margin: 3em;
    background-color: black;
    border-radius: 15px;
} main h1{
    font-size: 5em;
    font-style: italic;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    text-align: center;
    color: darkorange;
    padding-left: 0.7em;
    padding-right: 0.7em;
}
main section {
    display: flex;
    padding: 4em;
}
main section img{
    border-radius: 15px;
    width: 50%;
    margin-left: 5em;
}
main section nav ul {
    padding-left: 0em;
    padding-right: 3em;
    padding-top: 2.5em;
}
main section nav ul li{
padding: 0.5em;
    margin: 1em;
    list-style: none;
    }
main section nav ul li a{
    color:white;
    font-weight: bold;
    font-size: 2em;
}
div h3{
    text-align: center;
    align-items: center;
    color: whitesmoke;
    font-size: 3em;
    margin-bottom: 1.5em;
    margin-top: 1em;
}
div p{
    text-align: center;
    align-items: center;
    color:whitesmoke;
    font-size: 2em;
}
div  li{
    text-align: center;
    list-style: none;
    align-items: center;
    color:whitesmoke;
    font-size: 2em;
    font-weight: bolder;
}
body footer{
    font-family: sans-serif;
    padding: 1.5em;
    font-weight: bold; 
    font-style: italic;
    align-items: center;
    text-align:justify;
    font-size: 1.5em;
}
.destacado{
    text-decoration: underline;
    color: darkorange;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 2.2em;
}
.destacado2 {
    text-decoration: underline;
    color: red;
    font-weight: bold;
}
.destacar{
    font-weight:lighter;
    font-size: 0.8em;
}
section img{
    width: 90%;
    border-radius: 15px;
   display: block;
    margin: auto;
}
   } 