/*
    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: #1b4332ff;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3, h4, h5, h6 {
  color: #74c69dff;
}

h3 {
  font-size: 18.72px;
}

.small {
  font-size: 13px;
}

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

.authorArticle {
  color: #2d6a4fff;
}

.textAlternative {
  color: #40916cff;
}

.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 #081c15ff;
  border-collapse: collapse;
  font-size: 16.5px;
}

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 ensayos academicos
*/

/*
    SCSS HEX
  $nyanza: #d8f3dcff;
  $turquoise-green: #b7e4c7ff;
  $turquoise-green-2: #95d5b2ff;
  $ocean-green: #74c69dff;
  $ocean-green-2: #52b788ff;
  $illuminating-emerald: #40916cff;
  $bottle-green: #2d6a4fff;
  $brunswick-green: #1b4332ff;
  $dark-jungle-green: #081c15ff;

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