/* LAYOUT */

@font-face {
  font-family: "Poppins";
  src: url('./fonts/poppins/Poppins-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

/* Fira Sans italic */
@font-face {
  font-family: "Poppins";
  src: url('./fonts/poppins/Poppins-Italic.otf');
  font-weight: normal;
  font-style: italic;
}
/* Fira Sans Bold */
@font-face {
  font-family: "Poppins";
  src: url('./fonts/poppins/Poppins-Bold.otf');
  font-weight: bold;
  font-style: normal;
}



body {
  color: #292929;
  font-size: 125%;
  max-width: 1300px;
  padding: 1rem;
  margin: 0 auto;
  line-height: 1.6;
  font-family:  "Poppins",Calibri, Tahoma, sans-serif;
}

p{
  text-align: justify;
}

iframe{
  border: 0;
}

.content {
  margin-bottom: 2rem;
}

/* NAVIGATION */

.site-nav {
  display: flex;
}

.site-nav a {
  display: block;
  padding: 1rem;
}

.site-nav .logo {
  font-weight: bold;
  padding-left: 0;
}

.main-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 48rem) {
  .site-nav,
  .main-menu {
    flex-direction: column;
  }

  .site-nav a {
    padding: 0.5rem;
    padding-left: 0;
  }
}

/* LISTS */

.post-snippet {
  margin-bottom: 1rem;
}

.post-snippet h3 {
  margin-bottom: 0.25rem;
}


/*components*/

.tabla1{
  width: 100%;
}
