@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400;1,600&family=Spectral+SC:wght@300;500&family=Dosis:wght@400;600&display=swap");
/* ---- MIXINS ---------- */
/* Cuerpo de texto */
/* ---- MEDIA QUERIES --- */
@media (min-width: 980px) and (max-width: 1199px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .content {
    max-width: 1200px;
  }
  .item-page, .blog-item {
    max-width: 85ch;
  }
}

/* ---- ESTRUCTURA ------ */
* {
  box-sizing: content-box;
}

body, html {
  height: 100%;
  margin: 0;
  background-color: #eaeae8;
}

html {
  font-size: 16px;
  /* Cambiar a querys */
}

img {
  max-width: 100%;
  height: auto;
}

header h1 a {
  text-decoration: none;
  color: #eaeae8;
}

header .--logos {
  padding: 1em 0;
}

header .--logos img {
  max-height: 55px;
  margin: 0 1em;
}

/* -- estructurales de columnas -- */
.breakout {
  width: 96%;
  margin: 0 auto;
  max-width: 1200px;
}

.safetyArea {
  padding: 0 2.5%;
}

.flex-row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.flex-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-col {
  display: flex;
  flex-flow: column;
}

.content {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
}

.--component {
  flex-grow: 1;
  max-width: 75%;
}

aside {
  max-width: 23%;
  padding-top: 5rem;
  /* AJUSTAR QUERIES */
}

.col2-1 {
  width: 55%;
}

.col1-2 {
  width: 40%;
}

.cols--3 {
  width: 31%;
}

.cols--4 {
  width: 22%;
}

.colsFull {
  width: 100%;
}

.img-full img {
  height: auto;
  width: 100%;
}

header {
  background-color: #344b6d;
  text-align: center;
}

main {
  padding: 3rem 0;
}

.content {
  margin: 0 auto;
}

footer {
  background-color: #344b6d;
  color: #eaeae8;
  text-align: center;
  font-family: 'Lora', serif;
  font-weight: 400;
  padding: 2em 0 2.5em 0;
}

/* ---- ESTRUCTURA JOOMLA ---- */
#contenido .item-page, #contenido .blog-item {
  margin: 0 auto;
}

/* --------------------------------- ESTILOS -------------------------- */
/* Generales */
header h1 {
  color: #eaeae8;
  font-family: 'Spectral SC', serif;
  font-size: 3.6rem;
  line-height: 0.8em;
}

header h1 span {
  font-size: 0.7em;
}

header .navbar {
  display: flex;
  justify-content: center;
}

header .nav {
  margin: 0;
  list-style: none;
  position: relative;
  border-top: 1px solid #eaeae8;
}

header .nav li {
  margin: 0 2em;
}

header .nav a {
  color: #eaeae8;
  font-family: 'Spectral SC', serif;
  font-size: 1rem;
  text-decoration: none;
  padding-bottom: 2px;
  transition-property: all;
  -moz-transition-property: all;
  /* Firefox 4 */
  -webkit-transition-property: all;
  /* Safari and Chrome */
  -o-transition-property: all;
  /* Opera */
  transition-duration: 0.600s;
  -webkit-transition-duration: 0.600s;
}

header .nav a:hover {
  color: #7f1409;
}

.bg-1 {
  background-color: #344b6d;
  height: 100px;
}

.bg-2 {
  background-color: #7f1409;
  height: 100px;
}

#contenido {
  font-family: 'Dosis',sans-serif;
}

#contenido h1, #contenido h2 {
  font-family: 'Spectral SC', serif;
  color: #7f1409;
  font-size: 2.6rem;
  margin: 1em 0 0.5em 0;
  text-align: center;
  font-weight: 500;
  line-height: 1em;
}

#contenido h3, #contenido h4, #contenido h5, #contenido h6 {
  font-family: 'Lora', serif;
  color: #344b6d;
  margin: 1em 0 0.5em 0;
  font-weight: 600;
}

#contenido h3 {
  font-size: 2rem;
  text-align: center;
}

#contenido h4 {
  font-size: 1.6rem;
  text-align: center;
}

#contenido h5 {
  font-size: 1.4rem;
}

#contenido h6 {
  font-size: 1.4rem;
  font-style: italic;
  color: #7c7c71;
}

#contenido p {
  text-align: justify;
  font-size: 1.3rem;
}

#contenido ul, #contenido ol {
  font-size: 1.3rem;
  text-align: justify;
  padding: 0 2rem;
  margin: 1em 0 1em 1em;
}

#contenido li {
  margin-bottom: 0.5em;
}

#contenido a {
  color: #344b6d;
  font-weight: 600;
}

#contenido a:hover {
  color: #7f1409;
}

#contenido table {
  margin: 1rem auto 2rem auto;
}

#contenido table.ficha {
  min-width: 90%;
  font-size: 0.8rem;
}

#contenido table.ficha P {
  margin: 0;
  text-align: center;
}

#contenido table.ficha th {
  background-color: #344b6d;
  font-family: 'Spectral SC', serif;
  color: #FFF;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  padding: 1em 2em;
}

#contenido table.ficha tr:nth-child(odd) {
  background-color: #c6c6c0;
}

#contenido table.ficha tr > td:first-child p {
  text-align: left;
}

#contenido table.ficha tr.totales {
  background-color: #7c7c71;
  color: #FFF;
  font-weight: 600;
}

#contenido table.ficha td {
  padding: 0.7em 2em;
}

/* Layout Joomla */
#contenido .blog .page-header {
  margin: 0;
  border-bottom: 2px solid #344b6d;
  padding-bottom: 10px;
}

#contenido .blog .page-header h2 {
  margin: 0;
}

#contenido .blog .page-header a {
  text-decoration: none;
}

#contenido .blog figure {
  display: none;
}

#contenido p.readmore {
  text-align: center;
  font-family: 'Spectral SC', serif;
  font-weight: 500;
}

#contenido p.readmore .btn {
  background: none;
  border: none;
}

/* ---- Contenido abajo ---- */
#contAbajo {
  margin-top: 2rem;
}

#contAbajo h3 {
  font-family: 'Spectral SC', serif;
  color: #344b6d;
  text-align: center;
  margin: 0 0 1rem 0;
}

/*# sourceMappingURL=template.css.map */
