/*  ESTILOS GENERALES QUE AFECTAN LA VISUAL DE LOS PSOT FALSOS  */
/*  EN ESTE CASO EL POST-5 ES EL USADO PARA DENTRO DE EL INSERTAR TODO EL CONTENIDO DE POST FALSOS  */

article#post-5 .entry-content {
  width: 80%;
  padding: 2%;
  margin-left: auto;
  margin-right: auto;
}

/* Para dispositivos móviles (tablets y teléfonos) */
@media screen and (max-width: 768px) {
  article#post-5 .entry-content {
    width: 100%;
    padding: 0% 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Para teléfonos muy pequeños */
@media screen and (max-width: 480px) {
  article#post-5 .entry-content {
    width: 100%;
    padding: 0% 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px)
{
  .shopping-cart a::after
  {
    content: "" !important;
  }
}

/* Feb/9/2025 */
@media (max-width: 980px)
{
  .et_mobile_menu
  {
    border-color: #fff !important;
  }

  .mobile_menu_bar::before
  {
    color: #fff !important;
  }
}

@media (max-width: 600px)
{
  h1,
  h2 {
    font-size: 7vh !important;
  }

  p {
    font-size: 2vh !important;
    line-height: 1.6em !important;
    text-align: center;
  }

  li {
    font-size: 2vh !important;
  }
  
  .lists-intern-tags p,
  .lists-intern-tags li {
    font-size: 1.5vh !important;
  }
}