/* Estilos para los Párrafos */
p {
    color: #343434;
    font-feature-settings: 'liga' off;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500; 
    line-height: 170%; 
}
#footer p {
	color:#fff;
}

.menu-close{
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.menu-close:focus-visible{
  outline: 2px solid #5F6F52;
  outline-offset: 4px;
  border-radius: 50%;
}