body{
    margin: 0px;
    background: #17a2b8;
    font-family: arial;
    font-size : 1em;
}
#mainNav{
  display: flex;
  background: #fff;
  /* height: 45px; */
  justify-content: space-between;
}
#mainNav a{
  display: flex;
  color: black;
  text-decoration: none;
  flex:1;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.7rem;
}

#mainNav a:hover{
  background: rgba(0,0,0,.1);
}
#mainNav a.active{
  background: #17a2b8;

}
#mainNav h2{
  flex-grow: 0.5;
  text-align: center;
  color: #17a2b8;
  font-family:Athiti;
  text-transform: uppercase;

}

#links-importantes {
display: flex;
background: white;
flex-direction: row;
max-width: 50em;
padding-left:1em;
padding-right:1em;
padding-bottom: 4em;
}


.link-util h2 {
  font-family:Advent Pro;
  font-size: 0.7em;
  text-shadow: 2px 2px #ff0000
  text-align: center;
  color: black;
  background-blend-mode: color-burn;

}

.link-util p {
  font-family:helvetica;
  font-size: 0.6em;
  text-transform:none;
  text-align: center;
  color: black;
  margin-right: 2em;
  max-width: 28em;

}
.link-util a {
  font-family:helvetica;
  font-size: 0.6em;
  text-transform:none;
  text-align: center;
  color: black;
}
.linkNav{
  font-family: Advent Pro;
  font-size: 9em;
  margin-top:1em;
  display: flex;
  flex-direction: column;
  padding-bottom: 1em;
  text-align: center;
  align-items: center;


}

.links{
    font-family:Advent Pro;
    font-size: 1.5em;
    text-align: center;
    color: white;
    background-blend-mode: color-burn;
     }

.linkNav img{
  max-width: 24%;
  margin:10% 0 0 0;
  padding-bottom: 0.6em;
}



main {
  display:flex;
  flex-direction: column;
  align-items: center;
  margin:2.5em;
}

main img {
  max-width: 20em;
}
main p{
  color:white;
  text-align:center;
  font-size: 0.8em;
  font-family: advent Pro ;
  text-transform:uppercase;

}
strong {
  color: black;
}

p{
    font-size: 8em;
    text-align: justify;



}
a
{
text-decoration:none;
color: black;
font: verdana;
font-size:14px;
}
h4{
    text-indent: 20px;
    letter-spacing: 3px;
}
footer{
    text-align: center;
    color: black;
    font-size: 11px;
    background-color: white;
    padding: 0.5em 0.5em 1em 1em;
    font-family: helvetica;

}

.boton_alerta {
  width:12em;
  padding-left: 2em;
  padding-right: 2em;
}
.logo {
  width:14em;
  padding-left: 2em;
  padding-right: 2em;
}
/*
  .centrado{
	margin:120px auto;
	display:block;
  .contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: arial;
  font-size: 11px;
  color: aliceblue;
    }


} */
