/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Tema hijo de Astra
 Author:       RNC
 Template:     astra
 Version:      1.0.0
*/
/* Enlaces generales del contenido */
.pp-home a,
.pp-home a:visited {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

/* Hover y foco */
.pp-home a:hover,
.pp-home a:focus {
  font-weight: 700;
  text-decoration: none;
}
/* Ocultar cabecera y pie del tema en la portada */
body.home header,
body.home footer#colophon {
  display: none;
}
body.home .site-header,
body.home .site-footer {
  display: none;
}
/* Quitar márgenes */
body.home .site-content {
  margin-top: 0;
  padding-top: 0;
}