/* --- Fuentes --- */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Quicksand:wght@300..700&display=swap");
/* ---- MIXINS ---------- */
/* Esquema de color principal */
/* barra de encabezado, titulos, etc*/
/* logos, etc */
/* Colores AMFEM 2025 */
/* Cuerpo de texto */
/* ---- MEDIA QUERIES --- */
@media (max-width: 524px) {
  html {
    font-size: 10px;
  }
  /* Estructurales layout */
  .flex-rw {
    flex-flow: column;
  }
  .col2-1 {
    width: 92%;
    margin: 0 auto;
  }
  .col1-2 {
    width: 92%;
    margin: 0 auto;
  }
  .cols--2 {
    width: 92%;
    margin: 0 auto;
  }
  .cols--3 {
    width: 80%;
    margin: 0 auto;
  }
  header #identidad {
    margin: 5rem auto 1rem auto;
  }
  header .nav {
    font-size: 0.95rem;
  }
  header .cols--3 {
    width: fit-content !important;
  }
  header .cols--3 img {
    max-height: 80px;
  }
  main {
    padding: 1.5rem 1rem 2.5rem 1rem;
  }
  footer {
    padding: 2rem 1rem;
  }
  footer .--logosPie img {
    max-height: 40px;
  }
}

@media (min-width: 525px) and (max-width: 767px) {
  html {
    font-size: 12px;
  }
  /* Estructurales layout */
  .flex-rw {
    flex-flow: column;
  }
  .col2-1 {
    width: 92%;
    margin: 0 auto;
  }
  .col1-2 {
    width: 92%;
    margin: 0 auto;
  }
  .cols--2 {
    width: 92%;
    margin: 0 auto;
  }
  .cols--3 {
    width: 80%;
    margin: 0 auto;
  }
  #contenido {
    align-content: center !important;
  }
  .--component {
    max-width: 90%;
    align-self: center;
  }
  /* mosaicos */
  body.view-featured #wrapper::before {
    height: 160px;
    /* revisar alturas */
  }
  header #identidad {
    align-items: flex-start !important;
    padding-right: 1rem;
    margin: 5rem auto 1rem auto;
  }
  header .flex-rw {
    flex-flow: row;
  }
  header .nav {
    font-size: 0.85rem;
  }
  header .titulo h1 {
    font-size: 1.55rem;
    line-height: 1.1em;
    margin: 0;
  }
  header .titulo .--foro {
    font-size: 0.95rem;
  }
  header .titulo .--bibmacro {
    font-size: 1.1rem;
    font-weight: 500;
  }
  header .cols--3 {
    width: fit-content !important;
    max-width: 265px;
  }
  main {
    padding: 1.5rem 1rem 2.5rem 1rem;
  }
  footer {
    padding: 2rem 1rem;
  }
  footer .--logosPie img {
    max-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  html {
    font-size: 14px;
  }
  /* Estructurales layout */
  .flex-rw {
    flex-flow: row;
  }
  .col2-1 {
    width: 62%;
    margin: 0 auto 1rem auto;
  }
  .col1-2 {
    width: 62%;
    margin: 0 auto 1rem auto;
  }
  .cols--2 {
    width: 46%;
  }
  .cols--3 {
    width: 30%;
  }
  .cols--4 {
    width: 22%;
  }
  .--component {
    max-width: 90%;
  }
  /* mosaicos */
  body.view-featured #wrapper::before {
    height: 220px;
    /* revisar alturas */
  }
  body:not(.view-featured)::before {
    width: 380px;
  }
  body:not(.view-featured) #wrapper {
    padding-left: 120px;
  }
  header #identidad {
    align-items: flex-start !important;
    padding-right: 1rem;
    margin: 5rem auto 1rem auto;
  }
  header .flex-rw {
    flex-flow: row;
  }
  header .nav {
    font-size: 0.95rem;
  }
  header .titulo h1 {
    font-size: 1.55rem;
    line-height: 1.1em;
    margin: 0;
  }
  header .titulo .--foro {
    font-size: 0.95rem;
  }
  header .titulo .--bibmacro {
    font-size: 1.1rem;
    font-weight: 500;
  }
  header .cols--3 {
    width: fit-content !important;
    max-width: 265px;
  }
  main {
    padding: 1.5rem 1rem 2.5rem 1rem;
  }
  footer {
    padding: 2rem 0 2rem 0;
  }
  footer .flex-rw {
    flex-flow: row;
    flex-wrap: wrap;
  }
  footer .--logosPie img {
    max-height: 50px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  html {
    font-size: 15px;
  }
  /* Estructurales layout */
  .content {
    max-width: 1200px;
  }
  .item-page, .blog-item {
    max-width: 85ch;
  }
  .flex-rw {
    flex-flow: row;
  }
  .col2-1 {
    width: 55%;
  }
  .col1-2 {
    width: 40%;
  }
  .cols--2 {
    width: 46%;
  }
  .cols--3 {
    width: 31%;
    flex-grow: 1;
  }
  .cols--4 {
    width: 22%;
  }
  .--component {
    max-width: 90%;
  }
  /* mosaicos */
  body.view-featured #wrapper::before {
    height: 313px;
    /* revisar alturas */
  }
  body:not(.view-featured)::before {
    width: 380px;
  }
  body:not(.view-featured) #wrapper {
    padding-left: 120px;
  }
  header #identidad {
    align-items: flex-start !important;
    padding-right: 1rem;
    margin: 5rem auto 1rem auto;
  }
  header .nav {
    font-size: 0.95rem;
  }
  header .titulo h1 {
    font-size: 1.85rem;
    line-height: 1.1em;
    margin: 0;
  }
  header .titulo .--foro {
    font-size: 1.1rem;
  }
  header .titulo .--bibmacro {
    font-size: 1rem;
    font-weight: 500;
  }
  main {
    padding: 1.5rem 1rem 2.5rem 1rem;
  }
  footer {
    padding: 2rem 1rem;
  }
  footer .--logosPie img {
    max-height: 70px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  /* Estructurales layout */
  .content {
    max-width: 1200px;
  }
  .flex-rw {
    align-items: center;
  }
  .col2-1 {
    width: 55%;
  }
  .col1-2 {
    width: 40%;
  }
  .cols--2 {
    width: 46%;
  }
  .cols--3 {
    width: 31%;
  }
  .cols--4 {
    width: 22%;
  }
  .--component {
    max-width: 100ch;
  }
  /* mosaicos */
  body.view-featured #wrapper::before {
    height: 313px;
  }
  body.view-featured main.home {
    margin-top: 5vh;
  }
  body:not(.view-featured)::before {
    width: 380px;
  }
  body:not(.view-featured) #wrapper {
    padding-left: 120px;
  }
  header #identidad {
    margin: 5rem auto 2rem auto;
  }
  header #menuMain .nav {
    font-size: 1.05rem;
  }
  header #menuSec .nav {
    font-size: 0.95rem;
  }
  header .titulo h1 {
    font-size: 2rem;
    line-height: 1.1em;
  }
  header .titulo .--foro {
    font-size: 1.1rem;
  }
  header .titulo .--bibmacro {
    font-size: 1.3rem;
  }
  main {
    padding: 2.5rem 1rem 4rem 1rem;
  }
  footer {
    padding: 2rem 0 1.5rem 0;
    z-index: 1;
  }
  footer p {
    font-size: 0.9rem;
  }
  footer .--logosPie img {
    max-height: 80px;
  }
}

/* ---- ESTRUCTURALES ------ */
*, *::before, *::after {
  box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
}

body {
  background-image: url("../images/bg_full.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* mosaico lateral */
body:not(.view-featured) {
  position: relative;
}

body:not(.view-featured)::before {
  content: '';
  display: block;
  position: fixed;
  top: 40px;
  left: 0;
  bottom: 0;
  background-image: url("../images/mosaico-Side.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

body:not(.view-featured) #wrapper {
  position: relative;
  z-index: 1;
}

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

header .logo {
  text-align: left;
}

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

.full-width {
  width: 100%;
  flex-basis: 100%;
}

.safetyArea {
  padding: 0 2.5%;
}

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

.flex-rw {
  display: flex;
  justify-content: space-evenly;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

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

.flex-right {
  justify-content: flex-end;
}

.flex-left {
  justify-content: flex-start;
}

.flex-top {
  align-items: flex-start;
  align-content: flex-start;
}

.flex-item {
  display: flex;
}

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

.--component {
  flex-grow: 1;
  margin: 0 auto;
}

.contHome {
  margin-bottom: 3rem;
}

.contCuerpo {
  margin-bottom: 3rem;
}

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

.colsFull {
  width: 100%;
}

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

/* Estilos bloques */
.bloque--modulos {
  text-align: center;
}

.bloque--modulos h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  margin: 1.5em 0 1em 0;
}

.bloque--modulos h2 span {
  color: purple;
}

.bloque--modulos img {
  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;
}

.bloque--modulos img:hover {
  background-color: red;
  opacity: 0.6;
}

#contArriba {
  align-items: flex-start;
  padding-top: 2em;
}

#contAbajo.flex-row {
  align-items: flex-start;
}

footer {
  background-color: #1e0b89;
  color: #f9ebde;
  position: relative;
}

footer #pie {
  align-items: flex-start;
}

/* ---- ESTRUCTURA JOOMLA ---- */
body.view-featured {
  position: relative;
}

body.view-featured::before {
  content: '';
  display: block;
  position: absolute;
  top: -6rem;
  left: 0;
  width: 100%;
  height: 310px;
  background-image: url("../images/mosaico-Home.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  z-index: 0;
  pointer-events: none;
  opacity: 0.3;
}

body.view-featured header #identidad, body.view-featured main.content.home {
  position: relative;
  z-index: 1;
}

/* ---- ESTILOS --------- */
/* Encabezado */
header .navbar {
  padding: 0.5rem 2rem 0.5rem 2rem;
  background-color: #1e0b89;
  justify-content: space-between !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

header #menuMain .nav {
  text-transform: uppercase;
}

header #menuMain .nav .nav-item {
  color: #f9ebde;
  font-weight: 400;
}

header #menuMain .nav a {
  color: #f9ebde;
  font-weight: 400;
}

header #menuMain .nav a:hover {
  color: #FFF;
}

header #menuSec {
  align-self: flex-end;
}

header #menuSec .nav {
  text-align: right;
}

header #menuSec .nav .nav-item {
  font-weight: 500;
}

header #menuSec .nav a {
  color: white;
}

header #menuSec .btnProg p {
  margin: 0;
}

header #menuSec .btnProg a {
  line-height: 1em;
  border: none;
}

header #menuSec .btnProg .btn {
  background-color: #f9ebde;
  padding: 6px 12px;
  color: #1e0b89;
  font-weight: 500;
  border-radius: 5px;
}

header #menuSec .btnProg .btn .-icono {
  height: 1em;
  filter: invert(17%) sepia(78%) saturate(2105%) hue-rotate(237deg) brightness(83%) contrast(132%);
}

header #menuSec .btnProg .btn:hover {
  background-color: #e5aa72;
  color: white;
}

header #menuSec .btnProg .btn:hover .-icono {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(222deg) brightness(108%) contrast(101%);
}

header .nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  position: relative;
}

header .nav .nav-item {
  font-family: 'Outfit', sans-serif;
  line-height: 1em;
}

header .nav a {
  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-decoration: none;
}

header .nav .mod-menu__sub {
  display: none;
  position: absolute;
  text-align: left;
  background-color: #1e0b89;
  padding: 10px 1rem 5px 1rem;
  z-index: 999;
  text-transform: none;
  top: 18px;
}

header .nav .mod-menu__sub li {
  margin: 0 0 6px 0;
}

header .nav .mod-menu__sub a {
  font-size: 0.8rem;
  padding: 0;
  line-height: 1.2em;
  color: #FFF;
}

header .nav .mod-menu__sub a:hover {
  text-decoration: none;
  border: none;
  color: #f9ebde;
}

header .nav li + li {
  margin-left: 1em;
}

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

header #modulos-top {
  align-items: flex-end;
  flex-wrap: wrap;
}

header #modulos-top .search {
  margin: 0.5rem 0;
}

header .titulo {
  text-align: right;
  color: #1e0b89;
  font-family: 'Outfit', sans-serif;
}

header .titulo h1 {
  font-style: italic;
  font-weight: 600;
}

header .titulo .--foro {
  font-weight: 400;
  line-height: 1em;
}

header .titulo .--bibmacro {
  line-height: 1.1em;
}

#contArriba h3, #contAbajo h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  color: green;
  border-bottom: 1px solid green;
  padding-bottom: 6px;
  margin-bottom: 1em;
}

main {
  background-color: rgba(255, 255, 255, 0.45);
}

/* ----- Estilos contenido ----- */
#contenido {
  font-family: 'Quicksand',sans-serif;
  line-height: 1.2em;
  /* imagenes contenido */
}

#contenido h1 {
  font-family: 'Outfit', sans-serif;
  color: #1e0b89;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 1rem 0 1.2rem 0;
  text-align: center;
  font-weight: 500;
}

#contenido h2 {
  font-family: 'Outfit', sans-serif;
  color: #1e0b89;
  margin: 1rem 0 0.5rem 0;
  line-height: 1.2em;
  font-size: 2rem;
}

#contenido h5, #contenido h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  color: #1e0b89;
  line-height: 1.2em;
}

#contenido h3 {
  font-size: 1.4rem;
  font-family: 'Outfit', sans-serif;
  color: #1e0b89;
  margin: 1.5rem 0 0.5rem 0;
  line-height: 1.2em;
  font-weight: 400;
}

#contenido h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  margin-top: 1.2em;
  font-weight: 500;
  color: #1e0b89;
}

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

#contenido h6 {
  font-size: 1.2rem;
  font-style: italic;
}

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

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

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

#contenido blockquote {
  margin: 1.5rem 2rem 1.5rem 2rem;
  font-weight: 500;
  padding: 1rem 3rem 1em 1.2rem;
  background-color: #afafaf;
  width: fit-content;
  border-radius: 5px;
  color: white;
  clear: both;
}

#contenido blockquote p {
  margin: 0;
}

#contenido blockquote a {
  color: white;
  text-decoration: none;
}

#contenido blockquote a:hover {
  text-decoration: underline;
}

#contenido a {
  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;
  color: #1e0b89;
  font-weight: 500;
}

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

#contenido table {
  width: 90%;
  margin: 1em auto;
}

#contenido table.programa p {
  text-align: left;
  line-height: 1.2em;
  font-size: 1rem;
}

#contenido table.programa ul, #contenido table.programa ol {
  font-size: 1rem;
  text-align: left;
  margin: 0.5em 0 0.5em 1em;
}

#contenido table.programa ul li, #contenido table.programa ol li {
  margin: 0;
  line-height: 1.4rem;
}

#contenido table.programa strong {
  color: #232323;
}

#contenido table.programa h4 {
  color: purple;
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
  font-weight: 500;
}

#contenido table.programa h5 {
  color: green;
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
}

#contenido table.programa td {
  padding: 1.5em 1em 0 1em;
  vertical-align: top;
}

#contenido table.programa tr {
  vertical-align: top;
}

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

#contenido table.programa tr > td:first-child {
  font-weight: bold;
  vertical-align: middle;
  max-width: 35%;
  background-color: purple;
  color: #FFF;
}

#contenido table.programa tr > td:first-child p {
  text-align: center;
  font-size: 0.95rem;
}

#contenido table.programa th {
  background-color: green;
  vertical-align: middle;
  padding: 1rem;
}

#contenido table.programa th p {
  text-align: center;
  color: #FFF;
  margin: 0;
  font-size: 1.2em;
}

#contenido table.profesores td {
  vertical-align: top;
}

#contenido table.profesores ul, #contenido table.profesores ol {
  font-size: 1rem;
  text-align: left;
  margin: 0.5em 0 0.5em 1em;
}

#contenido table.profesores ul li, #contenido table.profesores ol li {
  margin: 0;
  line-height: 1.4rem;
}

#contenido form legend {
  font-size: 1.1rem;
  font-weight: 500;
}

#contenido form label {
  margin-right: 0.5em;
  font-size: 1rem;
}

#contenido form input {
  border: 1px solid #565656;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.9rem;
}

#contenido form ul, #contenido form ol {
  font-size: 1rem;
}

#contenido form ul li, #contenido form ol li {
  margin-bottom: 0.2em;
}

#contenido form optgroup {
  padding: 3px 5px;
  font-size: 1rem;
}

#contenido form textarea {
  padding: 3px 5px;
  font-size: 0.9rem;
}

#contenido form select {
  padding: 3px 5px;
  font-size: 1rem;
}

#contenido figure {
  margin: 0 0 0.5rem 0;
}

#contenido .btn {
  background-color: white;
  border: 2px solid #1e0b89;
  padding: 0.3em 0.8em;
  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;
  display: block;
  width: fit-content;
  margin: 0 auto 1rem auto;
}

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

#contenido .btn:hover {
  background-color: #1e0b89;
  border-color: #1e0b89;
}

#contenido .btn:hover a {
  color: white;
}

#contenido .pagination__wrapper {
  margin: 2.5rem 0 0 0;
}

#contenido .pagination__wrapper .pagination {
  margin: 0 auto !important;
  justify-content: center;
}

#contenido .pagination__wrapper .pagination .page-item {
  font-weight: 500;
  margin: 0;
}

#contenido .pagination__wrapper .pagination .page-item [class^="icon-"] {
  display: inline-block;
  width: 1em;
  height: 0.8rem;
  padding: 0.375rem 0.5rem;
  background-color: currentColor;
}

#contenido .pagination__wrapper .pagination .page-item .icon-angle-double-left {
  -webkit-mask: url("../images/icons/backward.svg") no-repeat center;
  mask: url "../images/icons/backward.svg" no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#contenido .pagination__wrapper .pagination .page-item .icon-angle-left {
  -webkit-mask: url("../images/icons/back.svg") no-repeat center;
  mask: url "../images/icons/back.svg" no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#contenido .pagination__wrapper .pagination .page-item .icon-angle-right {
  -webkit-mask: url("../images/icons/next.svg") no-repeat center;
  mask: url "../images/icons/next.svg" no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#contenido .pagination__wrapper .pagination .page-item .icon-angle-double-right {
  -webkit-mask: url("../images/icons/forward.svg") no-repeat center;
  mask: url "../images/icons/forward.svg" no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#contenido .pagination__wrapper .pagination .page-item a {
  font-size: 0.8rem;
  color: #1e0b89;
}

#contenido .pagination__wrapper .pagination .active {
  background-color: #1e0b89 !important;
}

#contenido .pagination__wrapper .pagination .active .page-link {
  background-color: #e3e9f3 !important;
  border-color: #9cb1d4 !important;
}

#contenido .pagination__wrapper .pagination .active a {
  color: #9cb1d4;
}

#contenido .--fotosContDer {
  float: right;
  max-width: 35%;
  margin-left: 1rem;
}

/* FIN seccion contenido */
/* vistas Joomla */
#contenido .blog-featured .blog-item {
  max-width: 110ch;
}

#contenido .blog-featured h2 {
  font-size: 1.8rem;
  line-height: 1em;
  margin: 1em 0 1rem 0;
  text-align: center;
  font-weight: 600;
}

#contenido .blog-featured h3 {
  text-align: center;
  font-weight: 600;
}

#contenido .blog-featured h4 {
  text-align: center;
}

#contenido .blog-featured h5 {
  color: #1e0b89;
  font-weight: 600;
  font-style: italic;
}

#contenido .blog-featured p, #contenido .blog-featured ul {
  font-size: 1.25rem;
  line-height: 1.2em;
}

/* Category blog */
#contenido .blog .page-header h1 {
  margin: 0 0 1.2rem 0;
  text-align: center;
  font-weight: 600;
}

#contenido .blog .page-header a {
  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-decoration: none;
}

#contenido .blog .page-header a:hover {
  color: #727ed6;
}

#contenido .blog .blog-item {
  margin: 1rem auto 2rem auto;
}

#contenido .blog .blog-item::after {
  content: "";
  display: block;
  clear: both;
}

#contenido .blog .blog-item .page-header h2 {
  font-size: 1.8rem;
  margin: 0 0 0.5em 0;
  text-align: left;
  line-height: 1.2em;
}

#contenido .blog .blog-item h4 {
  font-size: 1.2rem;
  line-height: 1.2em;
}

#contenido .blog .blog-item .readmore {
  text-align: center;
  margin-bottom: 1em;
}

#contenido .blog .blog-item .create {
  font-style: italic;
  font-size: 0.9rem;
}

#contenido .blog figure {
  margin: 0 0 1rem 1.5rem;
  float: right;
  max-width: 35%;
}

#contenido .blog figure img {
  box-shadow: 0 0 7px rgba(66, 66, 66, 0.7);
  border-radius: 2rem;
}

/* Article-item */
#contenido .com-content-article .page-header h1 {
  display: none;
}

#contenido .com-content-article .page-header h2 {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 1.2rem 0;
  font-weight: 600;
}

#contenido .com-content-article .article-info {
  margin: 0;
}

#contenido .com-content-article .create {
  font-style: italic;
  font-size: 0.9rem;
  margin: 0 0 2rem 0;
}

#contenido .com-content-article figure {
  margin: 0 0 1rem 1.5rem;
  float: right;
  max-width: 35%;
}

#contenido .com-content-article figure img {
  box-shadow: 0 0 7px rgba(66, 66, 66, 0.7);
  border-radius: 2rem;
}

footer h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

footer p {
  font-family: 'Quicksand',sans-serif;
  line-height: 1.2em;
  margin-bottom: 0;
}

footer #pie .--menu-pie {
  display: flex;
  text-align: center;
  justify-content: space-around;
  margin: 0 auto;
}

footer #pie .--menu-pie p {
  font-size: 0.9rem;
}

footer #pie .--menu-pie a {
  color: #FFF;
  text-decoration: none;
  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;
}

footer #pie .--menu-pie .nav li {
  margin: 0 1em;
}

footer #pie .--logosPie {
  margin: 0 auto 1rem auto;
}

footer #pie .contacto {
  margin: 0 auto 0.5rem auto;
  text-align: center;
}

/* -- Elementos interfaz Joomla -- */
/* Modulos */
.secciones #bloques-1 .moduletable h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  color: #565656;
  text-align: center;
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1em 0 0 0;
}

.secciones #bloques-2 .moduletable h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  color: #1e0b89;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 0 0.5em 0;
}

.secciones #bloques-2 h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  color: #1e0b89;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 0 0.5em 0;
}

/* ----- VISTAS PAGINA - PAGE CLASS ----- */
body.programa #contenido h4 {
  margin: 0 0 1rem 0;
  line-height: 1em;
}

body.programa #contenido h5 {
  margin: 10px 0 0 0;
  font-style: italic;
}

body.programa #contenido h6 {
  font-weight: 700;
  color: #565656;
  margin: 1.5rem 0 2px 0;
  font-style: normal;
  line-height: 1em;
}

body.programa #contenido .blog-item .page-header h2 {
  text-align: center;
}

#contenido .creditos h5 {
  margin: 10px 0 0 0;
}

/* ------ MODULOS ESPECIFICOS ------ */
/* ---TOP ---*/
/* Buscador top */
#modulos-top .search label {
  display: none;
}

#modulos-top .search input {
  border-radius: 2em;
  border: 1px solid #FFF;
  line-height: 1.6em;
  font-size: 0.9rem;
  color: #565656;
  padding: 0 0.5em 2px 1em;
}

/* -- Bloques HOME -- */
.home .secciones {
  /* estilos generales contenido modulos */
  /* modulos especificos */
}

.home .secciones h4 {
  font-size: 1rem;
  color: #565656;
  font-family: 'Quicksand',sans-serif;
  line-height: 1.2em;
  text-align: center;
}

.home .secciones .videos p {
  margin: 0;
}

/* --- MODULOS LATERALES --- */
/* ----- ESTILOS SUPERPUESTOS VARIOS ----*/
.--cuerpoDest {
  font-weight: 600;
}

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