@import url("https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@400;700&family=Petrona:ital,wght@0,100..900;1,100..900&display=swap");
/* ---- MIXINS ---------- */
/* Cuerpo de texto */
/* ---- MEDIA QUERIES --- */
@media (max-width: 519px) {
  html {
    font-size: 11.5px;
  }
  .item-page, .blog-item {
    max-width: 50ch;
    min-width: 50ch;
  }
  #contenido .page-header {
    max-width: 50ch;
  }
  header .--logo {
    padding: 0.5em 0 !important;
  }
  header .--logo img {
    max-height: 50px;
    margin: 0 1em;
  }
  header .collapsible-menu label {
    display: block !important;
  }
  header .collapsible-menu .--menu-content {
    max-height: 0;
    overflow: hidden;
  }
  header .collapsible-menu input:checked ~ .--menu-content {
    max-height: 100%;
  }
  header h1 {
    font-size: 1.5rem !important;
  }
  header .navbar {
    justify-content: flex-start !important;
  }
  header .nav {
    flex-flow: column !important;
  }
  header .nav li {
    text-align: left !important;
    line-height: 2em !important;
    border-bottom: 1px dotted #FFF;
  }
  header .nav li:last-child {
    border: none;
  }
  header .nav li:hover .mod-menu__sub {
    display: none !important;
  }
  #pie-logos img {
    max-height: 30px;
  }
}

@media (min-width: 520px) and (max-width: 589px) {
  html {
    font-size: 11px;
  }
  .item-page, .blog-item {
    max-width: 65ch;
    min-width: 65ch;
  }
  #contenido .page-header {
    max-width: 65ch;
  }
  header .--logo img {
    max-height: 50px;
    margin: 0 1em;
  }
  header .collapsible-menu label {
    display: block !important;
  }
  header .collapsible-menu .--menu-content {
    max-height: 0;
    overflow: hidden;
  }
  header .collapsible-menu input:checked ~ .--menu-content {
    max-height: 100%;
  }
  header .navbar {
    justify-content: flex-start !important;
  }
  header .nav {
    flex-flow: column !important;
  }
  header .nav li {
    text-align: left !important;
    line-height: 2em !important;
    border-bottom: 1px dotted #FFF;
  }
  header .nav li:last-child {
    border: none;
  }
  header .nav li:hover .mod-menu__sub {
    display: none !important;
  }
  #pie-logos img {
    max-height: 35px;
  }
}

@media (min-width: 590px) and (max-width: 767px) {
  html {
    font-size: 10px;
  }
  header .--logo img {
    max-height: 50px;
    margin: 0 1em;
  }
  .item-page, .blog-item {
    max-width: 85ch;
    min-width: 85ch;
  }
  #contenido .page-header {
    max-width: 85ch;
  }
  #pie-logos img {
    max-height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  html {
    font-size: 12px;
  }
  .item-page, .blog-item {
    max-width: 85ch;
    min-width: 85ch;
  }
  header .--logo img {
    max-height: 60px;
    margin: 0 1em;
  }
  .navbar {
    max-width: 96%;
  }
  #contenido .page-header {
    max-width: 85ch;
  }
  #pie-logos img {
    max-height: 60px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
  .item-page, .blog-item {
    max-width: 85ch;
    min-width: 85ch;
  }
  header .--logo img {
    max-height: 70px;
    margin: 0 1em;
  }
  .navbar {
    max-width: 96%;
  }
  #contenido .page-header {
    max-width: 85ch;
  }
  #pie-logos img {
    max-height: 70px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  header .--logo img {
    max-height: 80px;
    margin: 0 1em;
  }
  .content {
    max-width: 1200px;
  }
  .item-page, .blog-item {
    max-width: 85ch;
    min-width: 85ch;
  }
  #contenido .page-header {
    max-width: 85ch;
  }
  #pie-logos img {
    max-height: 70px;
  }
}

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

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

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

header {
  background: url("../images/bg-header.jpg") top center no-repeat;
  background-position: cover;
  background-color: #d01112;
  padding: 2em 0 1em 0;
}

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

header .--logo {
  padding: 1rem 0;
}

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

.safetyArea {
  padding: 0 2.5%;
}

.flex-row {
  display: flex;
  flex-flow: row;
}

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

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

.--flex-center {
  justify-content: center;
}

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

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

aside {
  max-width: 23%;
}

.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%;
}

main {
  padding: 3rem 0;
}

.content {
  margin: 0 auto;
}

footer {
  background: url("../images/bg-header.jpg") top center no-repeat;
  background-position: cover;
  background-color: #610101;
  padding: 2em 0 1em 0;
  text-align: center;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 400;
  font-weight: 400;
  padding: 2em 0 2.5em 0;
}

/* ---- ESTRUCTURA JOOMLA ---- */
#contenido {
  /* Vista categoria - Trabajos */
}

#contenido .item-page, #contenido .blog-item, #contenido .blog {
  margin: 0 auto;
}

#contenido .com-content-category-blog .category-desc {
  margin-bottom: 2rem;
}

#contenido .com-content-category-blog .category-desc p {
  text-align: center;
  margin: 0;
}

#contenido .com-content-category-blog .category-desc .nav {
  margin: 0 auto;
  justify-content: center;
}

#contenido .com-content-category-blog .category-desc .nav li {
  padding: 0;
  margin: 0 2rem;
}

#contenido .com-content-category-blog .category-desc .nav li a {
  text-decoration: none;
  font-size: 1.6rem;
}

#contenido .com-content-category-blog .category-desc .nav li a:hover {
  text-decoration: underline;
}

#contenido .blog figure {
  display: none;
}

#contenido .blog-items dl {
  margin: 0;
}

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

#contenido .page-header h1 {
  border-bottom: 2px solid #d01112;
  padding-bottom: 10px;
  color: #d01112;
}

#contenido .page-header h2 {
  margin: 0;
  font-size: 2.3rem;
}

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

#contenido p.readmore {
  text-align: center;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 700;
  font-weight: 500;
}

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

/* --------------------------------- ESTILOS -------------------------- */
/* Generales */
header {
  /* menu colapsable */
}

header h1 {
  color: #d6d3c1;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
}

header h1 span {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 500;
}

header .collapsible-menu label {
  display: none;
  cursor: pointer;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Petrona',serif;
  font-size: 1.2rem;
  font-weight: 700;
}

header .collapsible-menu label::before {
  content: '\f0c9';
  font-family: 'Fontawesome';
  margin-right: 5px;
  font-size: 1rem;
}

header .collapsible-menu input#menu {
  display: none;
}

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

header .nav {
  margin: 0;
  list-style: none;
  position: relative;
  border-top: 1px solid #eaeae8;
  display: flex;
  flex-flow: row;
  padding-top: 0.5rem;
}

header .nav li {
  margin: 0 0.8rem;
  text-align: center;
  line-height: 1.25em;
}

header .nav a {
  color: #eaeae8;
  font-family: 'Petrona',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;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 0.5em;
  line-height: 1em;
}

header .nav a:hover {
  color: #d88a50;
}

header .nav .mod-menu__sub {
  display: none;
  position: absolute;
  text-align: left;
  padding: 10px 1em 1em 1em;
  z-index: 999;
  background-color: rgba(97, 25, 15, 0.8);
}

header .nav .mod-menu__sub li {
  margin: 0;
  padding: 0 0 0.5em 0;
}

header .nav .mod-menu__sub li:last-child {
  padding: 0;
}

header .nav .mod-menu__sub a {
  font-size: 0.9rem;
  text-transform: initial;
}

header .nav li:hover .mod-menu__sub {
  display: block;
}

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

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

#contenido {
  font-family: 'Petrona',serif;
  /* ----Item Page ----- */
}

#contenido h1, #contenido h2 {
  font-family: 'Averia Serif Libre', serif;
  font-weight: 700;
  color: #610101;
  font-size: 2.8rem;
  margin: 0.5em 0 0.5em 0;
  text-align: center;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
}

#contenido h3, #contenido h4, #contenido h5 {
  font-family: 'Averia Serif Libre', serif;
  font-weight: 400;
  color: #610101;
  margin: 1em 0 0.5em 0;
  font-weight: 600;
}

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

#contenido h4 {
  font-size: 1.7rem;
}

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

#contenido h6 {
  font-size: 1.3rem;
  font-style: italic;
  color: #d01112;
  font-weight: 700;
  margin: 0.5em 0 5px 0;
}

#contenido p {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

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

#contenido li {
  margin-bottom: 0.2rem;
}

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

#contenido a:hover {
  color: #610101;
}

#contenido hr {
  margin: 2.5rem 0 1rem 0;
}

#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: #d01112;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 700;
  color: #FFF;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  padding: 1em 2em;
}

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

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

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

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

#contenido .ligas p, #contenido .ligas a {
  text-align: center;
}

#contenido .ligas a {
  text-decoration: none;
  font-size: 1.6rem;
}

#contenido .ligas img {
  margin: 2rem auto 1rem auto;
}

#contenido .--foto-ficha {
  max-width: 30%;
  border-radius: 20px;
  margin: 0 1em 1em 0;
}

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

#contAbajo h3 {
  font-family: 'Averia Serif Libre', serif;
  font-weight: 700;
  color: #d01112;
  text-align: center;
  margin: 0 0 1rem 0;
}

/* ------------- COLUMNA LATERAL ------- */
#contenido .lateral h3 {
  margin: 0 auto 1rem auto;
  font-size: 1.4rem;
  line-height: 1.2em;
  text-transform: uppercase;
}

#contenido .lateral ul.nav {
  margin: 1rem 0 0 0;
  padding: 0 1rem;
}

#contenido .lateral ul.nav li {
  font-size: 1em;
  border-bottom: 1px dotted #610101;
  width: 100%;
  padding: 0 0.5em;
  margin-bottom: 0.6rem;
}

#contenido .lateral ul.nav li:last-child {
  border: none;
}

#contenido .lateral ul.nav li a {
  text-decoration: none;
}

/* ------------ FOOTER ----------------- */
footer #pie {
  color: #FFF;
  justify-content: space-evenly;
  align-items: center;
}

footer #pie-logos {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  flex: 2;
}

footer #pie-logos .--logospie {
  margin-bottom: 2rem;
}

footer .--social {
  margin-bottom: 1rem;
}

footer .--social img {
  max-height: 35px;
}

footer .-pieDatos {
  max-width: 20%;
  margin: 0 auto;
}

footer .-pieDatos p {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-family: 'Petrona';
}

footer .-pieLegal p {
  font-size: 1.1rem;
  line-height: 1.2em;
  font-family: 'Petrona';
  color: #FFF;
}

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