/* @media (min-width: 320px) { */

  * {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
  }

  body {
    min-height: 100vh;
    position: relative;
  }

  header {
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 16px rgba(15, 12, 10, 0.25);
    z-index: 100;
    flex-direction: row;
    padding: 1% 2.5%;
    align-items: center;
    height: 100%;
  }

  .divLogo {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .subDivLogo {
    display: flex;
    width: 100%;
  }

  .dibujoLogo {
    width: 50px;
    height: 30px;
    top: -4px;
    position: relative;
    transform: rotate(-15deg);
  }

  .divDibujoLogo1 {
    width: 28px;
    height: 50px;
    margin-top: 8px;
    margin-left: 13px;
    background-color: yellow;
    box-shadow: black 0px 0px 2px;
    border-radius: 10% 16px 6px 6px;
    position: absolute;
  }

  .divDibujoLogo2 {
    background-color: yellow;
    width: 8px;
    height: 6px;
    margin-top: 4px;
    margin-left: 14px;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0px -1px 1px black;
    position: absolute;
  }

  .divDibujoLogo3 {
    background-color: rgb(240, 224, 0);
    width: 28px;
    border-radius: 1px;
    height: 18px;
    margin-left: 13px;
    margin-top: 33px;
    position: absolute;
  }

  .divDibujoLogo4 {
    background-color: blue;
    width: 8px;
    height: 4px;
    margin-top: 2px;
    margin-left: 14px;
    border-radius: 2px 2px 1px 1px;
    box-shadow: black 0px 0px 1px;
    position: absolute;
  }

  .divDibujoLogo5 {
    background-color: white;
    width: 14px;
    height: 13px;
    margin-top: 14px;
    margin-left: 23px;
    border-radius: 14px 50px 25px 50px;
    position: absolute;
    box-shadow: inset 0px 0px 2px black;
  }

  #menu-btn {
    border: none;
    background-color: white;
    font-size: 20px;
  }

  .titulo-pagina {}

  .titulo-pagina a {
    text-decoration: none;
    color: black;
  }

  .palabraClaveTextoH2 {
    font-size: medium;
    font-style: oblique;
    color: grey;
  }

  nav {
    width: 100%;
    position: absolute;
    background-color: white;
    transition: 0.4s ease;
    left: -100%;
    top: 3.8em;
    z-index: 1000;
  }

  .nav.active {
    display: flex;
    left: 0%;
    box-shadow: 0 10px 8px rgba(15, 12, 10, 0.25);
  }

  nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  nav ul li {
    display: flex;
    width: 80%;
    margin-left: 10%;
  }

  main {
    min-height: 75vh;
  }

  article {
    width: 96%;
    margin-left: 2%;
    margin-top: 2%;
  }

  article p {
    font-size: medium;
  }

  article p,
  article h1,
  article h2,
  article h3,
  article ul {
    text-align: justify;
    margin-top: 8px;
  }

  article h1 {
    margin-top: 16px;
    font-size: 28px;
  }
  
  article h2 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 26px;
  }

  article h3 {
    margin-top: 50px;
    margin-bottom: 16px;
    font-size: 24px;
  }

  footer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    height: 8em;
    margin-top: 50px;
    background-color: #2e2e2e;
    color: white;
    font-size: 12px;
  }

  footer p a {
    color: white;
    text-decoration: none;
  }

  .bandera-arg {
    width: 13px;
  }

  .menu {
    display: flex;
    font-size: 16px;
  }

  .menu a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    width: 150px;
  }

  .menu .item {
    position: relative;
  }

  .menu .link {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    padding: 20px 0;
    border-radius: 12px;
    transition: transform 0.3s ease;
  }

  .menu .link svg {
    height: 14px;
    transition: transform 0.3s ease;
  }

  .menu .item:hover .link svg {
    transform: rotate(-180deg);
  }

  .menu .submenu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 0 0 12px 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
    box-shadow: 0 14px 22px rgba(15, 12, 10, 0.25);
    width: 280px;
  }

  .menu .item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu .submenu a {
    padding: 10px 10px;
    white-space: nowrap;
    transition: background 0.2s ease;
    width: 260px;
  }

  .menu .submenu a.lastItem {
    border-radius: 0 0 12px 12px;
  }

  .menu .submenu a:hover {
    background: #eee;
  }

  .lista-de-articulos {
    display: flex;
    flex-direction: column;
  }

  .lista-de-articulos div {
    margin-left: 5%;
    width: 90%;
    position: relative;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-bottom: 1px black solid;
    margin-top: 20px;
  }

  .lista-de-articulos div h2 {
    margin: 0;
    text-align: left;
  }

  .lista-de-articulos div p {
    margin: 5px;
  }

  .lista-de-articulos div a {
    text-decoration: none;
    width: 80px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 10px 70%;
    border: 1px solid black;
    border-radius: 30px;
    text-align: center;
    background-color: black;
    box-shadow: 0px 0px 1px black;
    color: white;
    font-size: 12px;
    transition: 0.2s ease;
  }

  .lista-de-articulos div a:hover{
    box-shadow: 0px 0px 10px gray;
  }

/* } */


@media (min-width: 360px) {

}



@media (min-width: 480px) {

  nav {
    margin-top: 6px;
  }

  nav ul {
    width: 55%;
    flex-direction: row;
  }

  article {
    width: 80%;
    margin-left: 10%;
  }

  article h1 {
    margin-top: 30px;
  }
  
  article h2 {
    margin-top: 50px;
  }

}


@media (min-width: 999px) {

  .divLogo {
    width: 30%;
  }

  #menu-btn {
    display: none;
  }

  nav {
    width: 45%;
    left: 0;
    position: static;
    font-size: large;
  }

  nav ul {
    justify-content: space-between;
    width: 100%;
  }

  article {
    width: 60%;
  }

  article p {
    font-size: large;
  }

  article p,
  article h1,
  article h2,
  article h3,
  article ul {
    text-align: justify;
    margin-top: 8px;
  }
  
  article h1 {
    margin-top: 16px;
    font-size: 42px;
  }
  
  article h2 {
    margin-top: 30px;
    margin-bottom: 16px;
    font-size: 33px;
  }

  article h3 {
    margin-top: 30px;
    margin-bottom: 16px;
    font-size: 30px;
  }
  
  .menu .link {
    align-items: center;
    gap: 8px;
    padding: 12px 12px;
  }

  .menu .link svg {
    width: 14px;
  }

  .menu .submenu {
    width: max-content;
    min-width: 100%;
  }

  .menu .submenu a {
    padding: 10px 20px;
  }

  .menu .submenu.lastSubMenu a {
    width: 158px;
  }

  .lista-de-articulos div {
    width: 85%;
  }

  .lista-de-articulos div a {
    width: 20%;
    margin: 30px 0 10px 78%;
  }

}