/* --- Fuentes --- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Melbourne Font */
@font-face {
  font-family: "Melbourne";
  src: url(../assets/fonts/Melbourne.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Melbourne";
  src: url(../assets/fonts/Melbourne-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Melbourne";
  src: url(../assets/fonts/Melbourne-Medium-Italic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Melbourne";
  src: url(../assets/fonts/Melbourne-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Melbourne";
  src: url(../assets/fonts/Melbourne-SemiBold-Italic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Melbourne";
  src: url(../assets/fonts/Melbourne-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Melbourne";
  src: url(../assets/fonts/Melbourne-Bold-Italic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ---- MIXINS ---------- */
/* 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--3 {
    width: 80%;
    margin: 0 auto;
  }
  header .logo {
    margin: 1.5rem auto 1rem auto;
  }
  header .logo img {
    max-width: 140px;
  }
  .botonera {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  }
  footer {
    padding: 2rem 1rem 2.5rem 1rem;
  }
  footer p {
    font-size: 1.3rem;
  }
  footer .flex-rw {
    flex-flow: row;
    flex-wrap: wrap;
  }
  footer .cols--3 {
    width: 40%;
  }
  footer .logo img {
    max-width: 200px;
  }
}

@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--3 {
    width: 80%;
    margin: 0 auto;
  }
  #contenido {
    align-content: center !important;
  }
  .--component {
    max-width: 90%;
    align-self: center;
  }
  header {
    position: relative;
  }
  header .logo {
    margin: 1.5rem auto 1rem auto;
  }
  header .logo img {
    max-width: 140px;
  }
  header .navbar {
    justify-content: center;
  }
  header .navbar.home {
    margin-top: 1.5rem;
  }
  header .navbar .nav {
    font-size: 0.8rem;
  }
  .botonera {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  }
  main.interiores {
    margin-top: 3em;
  }
  aside {
    display: none;
  }
  footer {
    padding: 2rem 1rem 2.5rem 1rem;
  }
  footer .flex-rw {
    flex-flow: row;
    flex-wrap: wrap;
  }
  footer p {
    font-size: 1.2rem;
  }
  footer .flex-rw {
    flex-flow: row;
    flex-wrap: wrap;
  }
  footer .cols--3 {
    width: 40%;
  }
  footer .logo img {
    max-width: 250px;
  }
}

@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: 70%;
  }
  header .logo {
    margin: 0;
  }
  header .logo img {
    max-width: 150px;
  }
  header .flex-rw {
    flex-flow: row;
  }
  header .nav a {
    font-size: 0.8rem;
  }
  .botonera {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
  main.interiores {
    margin-top: 4em;
  }
  footer {
    padding: 2rem 0 2rem 0;
  }
  footer .flex-rw {
    flex-flow: row;
    flex-wrap: wrap;
  }
  footer .col2-1 {
    width: 50%;
  }
  footer .cols--3 {
    width: 31%;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  html {
    font-size: 16px;
  }
  /* 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: 70%;
  }
  header .logo {
    margin: 0;
  }
  header .logo img {
    max-width: 190px;
  }
  header .nav a {
    font-size: 0.8rem;
  }
  .botonera {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }
  main.interiores {
    margin-top: 4em;
  }
  #contAbajo.flex-rw {
    align-items: top;
  }
  footer {
    padding: 2.5rem 2rem 1.5rem 2rem;
  }
  footer .logo img {
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  /* Estructurales layout */
  .content {
    max-width: 1200px;
  }
  .item-page, .blog-item {
    max-width: 85ch;
  }
  .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: 72%;
  }
  header {
    padding: 1rem 0;
  }
  header .logo {
    margin: 0;
  }
  header .logo img {
    max-width: 230px;
  }
  header .nav {
    font-size: 0.9rem;
  }
  .botonera {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  main.interiores {
    padding-top: 1.5rem;
  }
  #contAbajo .flex-rw {
    align-items: top;
  }
  footer {
    padding: 3rem 0 1.5rem 0;
  }
  footer p {
    font-size: 0.9rem;
  }
  footer .logo img {
    max-width: 300px;
  }
}

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

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

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

header {
  text-align: center;
}

header .logo {
  text-align: left;
}

#wrapper {
  background-image: url("../images/bg-body.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
}

/* -- 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;
}

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

.colsFull {
  width: 100%;
}

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

/* Estilos bloques */
header {
  background-color: #F2F7FF;
}

.bloque--modulos {
  text-align: center;
}

.bloque--modulos h2 {
  font-family: 'Melbourne',sans-serif;
  font-weight: 600;
  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;
}

#hero {
  background-color: #FFF;
  justify-content: center;
}

#contenido .lateral .-submenu {
  background-color: #46A9F0;
  border-radius: 0.8rem;
  padding: 1.5rem 1rem 1.5rem 1rem;
}

#contenido .lateral .-submenu ul.nav {
  display: flex;
  flex-flow: column;
  margin: 0;
  text-align: center;
  padding: 0;
  gap: 1rem;
}

#contenido .lateral .-submenu ul.nav a {
  font-family: 'Melbourne', sans-serif;
  font-size: 1rem;
  color: #074D9D;
  text-decoration: none;
  font-weight: 400;
}

#contenido .lateral .-submenu ul.nav a:hover {
  color: #46A9F0;
}

#contenido .lateral .-submenu ul.nav li {
  margin: 0;
  background-color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}

#contenido .lateral .-submenu ul.nav li.current {
  background-color: #074D9D;
}

#contenido .lateral .-submenu ul.nav li.current a {
  color: white;
}

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

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

#social-home {
  padding-bottom: 3em;
}

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

footer {
  background-color: #46A9F0;
  color: #FFF;
  background-image: url("../images/footer-pattern.svg");
  background-repeat: repeat;
  background-size: 300px 300px;
}

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

footer #legal {
  text-align: center;
  margin-top: 1.5em;
}

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

/* ---- ESTILOS --------- */
/* Encabezado */
header .navbar {
  padding: 0;
}

header .navbar .mod-menu > .nav-item {
  border-bottom: 3px solid #F2F7FF;
  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;
  padding: 0 6px 2px 0;
}

header .navbar .mod-menu > .nav-item:hover {
  border-color: #074D9D;
}

header h1 {
  display: none;
}

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

header .nav .nav-item {
  color: #565656;
  font-family: 'Melbourne', sans-serif;
  font-weight: 400;
  line-height: 1em;
}

header .nav a {
  color: #565656;
  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;
  font-weight: 400;
  text-decoration: none;
}

header .nav a:hover {
  color: #074D9D;
}

header .nav .mod-menu__sub {
  display: none;
  position: absolute;
  text-align: left;
  background-color: #074D9D;
  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;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

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

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

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

#hero {
  align-items: baseline !important;
}

#hero h3 {
  font-family: 'Poppins',sans-serif;
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
  color: #FFF;
}

#banners h3 {
  font-family: 'Melbourne',sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin: 1.5em 0 1em 0;
  text-align: center;
}

main {
  padding: 0 1rem 7rem 1rem;
  background: white url(../images/fondo-bottom.png) bottom center no-repeat;
  background-size: contain;
}

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

#contenido h1, #contenido .pageheader h1 {
  font-family: 'Melbourne',sans-serif;
  font-weight: 600;
  color: #074D9D;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 1rem 0 1.2rem 0;
  text-align: center;
  font-weight: 500;
}

#contenido h2, #contenido h3, #contenido h4 {
  font-family: 'Melbourne',sans-serif;
  font-weight: 600;
  color: #46A9F0;
  margin: 1em 0 0.5em 0;
  line-height: 1.2em;
}

#contenido h5, #contenido h6 {
  font-family: 'Melbourne', sans-serif;
  color: #565656;
  line-height: 1.2em;
}

#contenido h2 {
  font-size: 2rem;
}

#contenido h3 {
  font-size: 1.6rem;
}

#contenido h4 {
  font-size: 1.4rem;
  margin-top: 1.2em;
}

#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: 0 2em 1em 2em;
  font-weight: 300;
}

#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: #46A9F0;
  font-weight: 500;
}

#contenido a:hover {
  color: #074D9D;
}

#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;
}

/* vistas Joomla */
.com-content {
  max-width: 80ch;
}

/* <------- MQS */
.blog-featured .blog-item {
  max-width: 110ch;
}

.blog-featured .page-header h1 {
  display: none;
}

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

.blog-featured p {
  text-align: center;
  font-size: 1.1rem;
}

/* Category blog */
.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;
  color: purple;
}

.blog .page-header a:hover {
  color: green;
  text-decoration: underline;
}

.blog .blog-item {
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.blog .blog-item:last-child {
  border: none;
}

.blog .blog-item h2 {
  font-size: 1.6rem;
  margin: 0 0 1em 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
}

.blog .blog-item h2 a {
  font-weight: 500;
}

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

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

/* Article-item */
.com-content-article .page-header h2 {
  font-size: 2.3rem;
  text-align: center;
  margin: 0 0 1em 0;
}

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

footer p {
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0.5rem;
}

footer #pie .contacto p {
  margin-left: 2rem;
}

footer #pie .-icono {
  display: inline-block;
  width: 2rem;
  margin-left: -2rem;
}

footer #pie .-icono img {
  max-width: 1.6rem;
}

footer #legal .--legal-pie {
  display: flex;
  text-align: center;
  justify-content: space-around;
}

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

footer #legal .--legal-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 #legal .--legal-pie .nav li {
  margin: 0 1em;
}

/* -- Elementos interfaz Joomla -- */
a.btn {
  background-color: #FFF;
  padding: 0.3em 0.8em;
  border: 2px solid #565656;
  font-weight: 500;
}

a.btn:hover {
  color: #565656 !important;
  background-color: #F2F7FF;
  border-color: #F2F7FF;
}

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

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

.secciones #bloques-3 .moduletable h3 {
  font-family: 'Melbourne', sans-serif;
  color: #46A9F0;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 0 0.5em 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;
}

/* Publicaciones */
#contenido .grid-publicaciones {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

#contenido .grid-publicaciones .--item-publicacion {
  flex-basis: 22%;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

#contenido .grid-publicaciones .--item-publicacion img {
  box-shadow: 0 0 7px rgba(66, 66, 66, 0.7);
}

#contenido .grid-publicaciones .--item-publicacion h4 {
  font-size: 1em;
  margin: 1.5rem auto 0.5rem auto;
  color: green;
}

#contenido .grid-publicaciones .--item-publicacion p {
  text-align: center;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 0.5rem;
}

#contenido .grid-publicaciones .--item-publicacion a {
  font-size: 0.8em;
}

/* -- Botonera HOME -- */
.botonera {
  display: grid;
  grid-gap: 15px;
  overflow: hidden;
  justify-content: space-evenly;
  max-width: 800px;
  margin: 1rem auto 0 auto;
}

.botonera .botonera-item a img, .botonera .--item-boton a img {
  max-height: 100px;
  width: auto;
}

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

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

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

/* -- GRID 1: DOS COLUMNAS --*/
.grid1 #contenido .blog .items-leading {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}

.grid1 #contenido .blog .items-leading .blog-item {
  display: flex;
  justify-content: flex-start;
  flex-shrink: 1;
  flex-basis: 45%;
  flex-grow: 1;
  gap: 15px;
  flex-flow: column;
  max-width: 49%;
  overflow: hidden;
}

.grid1 #contenido .blog .items-leading .blog-item figure {
  margin: 0;
  text-align: center;
  padding-top: 10px;
}

.grid1 #contenido .blog .items-leading .blog-item figure img {
  width: 96%;
  box-shadow: 0 0 7px rgba(66, 66, 66, 0.7);
}

.grid1 #contenido .blog .items-leading .blog-item .item-content .page-header h2 {
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 1.4rem;
  margin: 0 0 0.5em;
}

.grid1 #contenido .blog .items-leading .blog-item .item-content .readmore {
  text-align: center;
}

.grid1 #contenido .blog .items-leading .blog-item .item-content .readmore a {
  font-size: 0.8rem;
}

.grid1 #contenido .blog .items-leading .blog-item .item-content p {
  font-size: 0.9rem;
}

/* -- GRID 2: LIBROS -- */
.grid2 #contenido .blog .items-leading {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.grid2 #contenido .blog .items-leading .blog-item {
  display: flex;
  justify-content: flex-start;
  flex-shrink: 1;
  flex-basis: 22%;
  flex-grow: 1;
  gap: 10px;
  flex-flow: column;
  max-width: 22%;
}

.grid2 #contenido .blog .items-leading .blog-item figure {
  margin: 0;
  text-align: center;
}

.grid2 #contenido .blog .items-leading .blog-item figure img {
  width: 96%;
  box-shadow: 0 0 7px rgba(66, 66, 66, 0.7);
}

.grid2 #contenido .blog .items-leading .blog-item .item-content .page-header h2 {
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 0.9rem;
  margin: 0 0 0.5em;
  line-height: 1.1rem;
}

.grid2 #contenido .blog .items-leading .blog-item .item-content .page-header h2 a {
  font-weight: 600;
}

.grid2 #contenido .blog .items-leading .blog-item .item-content .readmore {
  text-align: center;
  margin-bottom: 0;
}

.grid2 #contenido .blog .items-leading .blog-item .item-content .readmore a {
  font-size: 0.8rem;
}

.grid2 #contenido .item-pagegrid2 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.grid2 #contenido .item-pagegrid2 .page-header {
  width: 100%;
}

.grid2 #contenido .item-pagegrid2 .page-header h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1rem 0;
  line-height: 1em;
}

.grid2 #contenido .item-pagegrid2 figure {
  flex-basis: 30%;
  margin-right: 1.5rem;
}

.grid2 #contenido .item-pagegrid2 figure img {
  box-shadow: 0 0 7px rgba(66, 66, 66, 0.7);
}

.grid2 #contenido .item-pagegrid2 .com-content-article__body {
  flex-basis: 50%;
  flex-grow: 1;
}

.grid2 #contenido .item-pagegrid2 .com-content-article__body blockquote {
  margin: 0 2rem 1rem 1rem;
  font-style: italic;
}

.grid2 #contenido .item-pagegrid2 .com-content-article__body blockquote p {
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.1em;
}

.grid2 #contenido .item-pagegrid2 .com-content-article__body blockquote strong {
  color: #565656;
  font-weight: 600;
}

/* -- GRID 3: CARDS -- */
.-grid3 {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  margin: 1em auto;
}

.-grid3 .--card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 26%;
}

.-grid3 .--card .---card-titulo {
  text-align: center;
}

.-grid3 .--card .---card-titulo h4 {
  font-family: 'Melbourne', sans-serif;
  color: #074D9D;
  font-size: 1.1em;
}

.-grid3 .--card .---card-img {
  text-align: center;
}

.-grid3 .--card .---card-texto p {
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 0.8rem;
  text-align: center;
  margin: 0;
}

/* -- Consejo Directivo -- */
#contenido .-directorio {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
  max-width: 80%;
}

#contenido .-directorio .--fichaDirectorio {
  background-color: #e3e9f3;
  display: flex;
  flex-flow: row;
  border-radius: 0 1.5rem 1.5rem 0;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1.5rem;
}

#contenido .-directorio .--fichaDirectorio .---imagenFicha p {
  margin: 0;
}

#contenido .-directorio .--fichaDirectorio .---imagenFicha img {
  max-width: 180px;
  overflow: hidden;
  border: 6px solid white;
  border-radius: 20px;
}

#contenido .-directorio .--fichaDirectorio .---datosFicha {
  color: #074D9D;
}

#contenido .-directorio .--fichaDirectorio .---datosFicha h4 {
  text-transform: uppercase;
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #074D9D;
  margin: 0 0 5px 0;
  font-size: 1.2rem;
}

#contenido .-directorio .--fichaDirectorio .---datosFicha p {
  text-align: left;
}

#contenido #exPresidentes {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 1rem;
}

#contenido #exPresidentes .-fichaExp {
  display: flex;
  flex-flow: column;
  background-color: #e3e9f3;
  flex-basis: 22%;
}

#contenido #exPresidentes .-fichaExp .--datosExp {
  text-align: center;
  padding: 10px;
}

#contenido #exPresidentes .-fichaExp .--datosExp h5 {
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: 1.1em;
}

#contenido #exPresidentes .-fichaExp .--datosExp p {
  font-size: 0.8rem;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.2em;
}

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

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