/*
    Estilo basico de los articulos
    para la Revista de Adminitraciónote
    perteneciente a la Universidad Estatal
    a Distancia (UNED)

    Creado por: José Andrés Parajeles Chavarria
    Contacto:  j.and.p.x6@gmail.com
*/

h1, h2 {
  color: #240046ff;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3, h4, h5, h6 {
  color: #7b2cbfff;
}

h3 {
  font-size: 18.72px;
}

.small {
  font-size: 13px;
}

p {
  font-size: 16.5px;
  word-wrap: break-word;
}

.authorArticle {
  color: #3c096cff;
}

.textAlternative {
  color: #5a189aff;
}

.textJustify {
  text-align: justify;
}

/* Imagenes */

.responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.imageCaption {
  text-align: center;
  font-size: 13px;
}

.creativeCommons {
  width: 160px;
  height: 56.12px;
}

.orcid {
  margin-right: 5px;
}

/* Tablas */

table, th, td {
  border: 1px solid #10002bff;
  border-collapse: collapse;
  font-size: 16.5px;
}

table {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

th {
  text-align: center;
  background-color: #dedede;
}

.table {
  overflow-x: auto;
}

.source {
  text-align: center;
}

/* Contenido extraido del plugin generico de ojs "htmlArticleGalley"
  creditos al autor */

@media (min-width: 992px) {
	body {
		max-width: 768px;
		margin: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		max-width: 600px;
		margin: auto;
	}
}

@media (max-width: 767px) {
	body {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/*
  Paleta de colores utilizada para sistematizacion de experiencias
*/

/*
     SCSS HEX
  $russian-violet: #10002bff;
  $russian-violet-2: #240046ff;
  $persian-indigo: #3c096cff;
  $purple: #5a189aff;
  $french-violet: #7b2cbfff;
  $dark-orchid: #9d4eddff;
  $heliotrope: #c77dffff;
  $mauve: #e0aaffff;

  fuente: https://coolors.co/000000-586f7c-b8dbd9-f4f4f9-04724d
*/
