/* PAGINAS COMUNIDADES */

  .index.usuarioConectado.esComunidad {  }
  .index.usuarioConectado.esComunidad h1 { font-size: 16px; font-weight: var(--fw-medium); color: #1E1E1E; margin-bottom: 30px; text-transform: uppercase; }
  .index.usuarioConectado.esComunidad .wrap-col { padding: 25px 0 30px 35px; }

  @media (max-width: 767px){
    .index.usuarioConectado.esComunidad .wrap-col { padding: 25px 0 0 0; }
  }

/**/