body{background: #ffffff; font-family: Arial; }
h2{ color: #E5A3A1; font-size: 1,5rem; border-bottom-style: double; border-bottom: 1rem; border-bottom-color:bisque}
a{ color:#E5A3A1; text-decoration: none; }
.destacado{ color: #E5A3A1; font-size: 2rem}
footer{ font-size: 0.8rem; color: #E5A3A1; text-align: center;}



/* Menu Principal*/
header h1 {background: #E5A3A1; display: flex; text-align: center; justify-content: center; padding:0; color: #E5A3A1; font-size: 4rem;display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;align-content: center; text-align: center}

header h1 p {background-color: #ffffff; padding: 0rem 1rem 0rem 1rem; border: 1px ;border-style: solid; border-color:#ffffff; border-radius: 70px; text-align: center}


header nav {background-color: none;}
header nav ul {display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;align-content: center; padding: 0; justify-content: space-around; text-align: center}

header nav ul li {list-style-type: none;}

header nav ul li a{ padding: 1rem 1rem 1rem 1rem; background: #E5A3A1; margin: 1rem 1rem 1rem 0rem;border: 1px ;border-style: solid; border-color:#E5A3A1; border-radius: 70px; text-align: center; color: #ffffff}

header nav ul li a:hover{ background: #ffffff; color:#F9EF98;border: 1px ;border-style: solid; border-color:#F9EF98; border-radius: 50px}


section {display: flex; justify-content: center; text-align: center; padding: 0; margin-bottom: auto}

section article img { margin-top: 60px;margin-bottom: 12px;border-radius: 50%;max-width: 15%;border: 1px solid #F9EF98;}

section article li a {list-style-type: none}
section article li a:hover{ background: #ffffff; color:#F9EF98;border: 1px ;border-style: solid; border-color:#F9EF98; border-radius: 50px}

section article h4 {width: 93%; display: flex;background-color: none;margin: 0rem 10%rem 2rem 10%rem; padding:3rem 3rem 3rem 3rem; text-align: center; color: #000000; flex-direction: column; justify-content: center; align-items: center;font-size: 1rem}

section article h4 .titulo{background-color:#E5A3A1 ; border-style: solid; border-color:#E5A3A1; border-radius: 50px; color: #ffffff; padding: 0rem 2rem 0rem 2rem}



 