@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,400;1,600&display=swap");
/* ---- MIXINS ---------- */
/* Colores v. 2024 */
/* Cuerpo de texto */
/* ----- ESQUEMA DE COLOR ------ */
/* barra de encabezado, titulos */
/* links, elementos secundarios interfaz */
/* ---- 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;
  }
  footer .flex-rw {
    flex-flow: row;
    flex-wrap: wrap;
  }
  footer .cols--4 {
    width: 40%;
    margin: 0 auto 1.5rem auto;
  }
}
@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 .telefono {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  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;
  }
  #hero .logo.home {
    margin: 0 auto 1rem auto;
    text-align: center;
  }
  #hero .logo.home img {
    max-width: 300px;
  }
  main.interiores {
    margin-top: 3em;
  }
  aside {
    display: none;
  }
  footer .flex-rw {
    flex-flow: row;
    flex-wrap: wrap;
  }
  footer .cols--4 {
    width: 40%;
    margin: 0 auto 1.5rem auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  html {
    font-size: 14px;
  }
  /* Estructurales layout */
  .flex-rw {
    flex-flow: row;
  }
  .col2-1 {
    width: 92%;
    margin: 0 auto 1rem auto;
  }
  .col1-2 {
    width: 92%;
    margin: 0 auto 1rem auto;
  }
  .cols--2 {
    width: 46%;
  }
  .cols--3 {
    width: 80%;
  }
  .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;
  }
  #hero .logo.home {
    margin: 0 auto 1rem auto;
    text-align: center;
  }
  #hero .logo.home img {
    max-width: 330px;
  }
  main.interiores {
    margin-top: 4em;
  }
  footer .flex-rw {
    flex-flow: row;
    flex-wrap: wrap;
  }
  footer .cols--4 {
    width: 40%;
    margin: 0 auto 1.5rem auto;
  }
}
@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%;
  }
  .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;
  }
  main.interiores {
    margin-top: 4em;
  }
  #contAbajo.flex-rw {
    align-items: top;
  }
}
@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 .logo {
    margin: 0;
  }
  header .logo img {
    max-width: 220px;
  }
  header .nav a {
    font-size: 0.9rem;
  }
  main.interiores {
    margin-top: 5em;
  }
  #contAbajo .flex-rw {
    align-items: top;
  }
}
/* ---- ESTRUCTURALES ------ */
*, *::before, *::after {
  box-sizing: border-box;
}

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

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

header {
  background-color: #081C42;
  padding: 1em 0;
  color: #FFF;
  text-align: center;
}
header .logo {
  text-align: left;
}

#wrapper {
  background: linear-gradient(180deg, #057283 0%, #dbe7eb 38%, rgb(255, 255, 255) 73%);
}

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

.full-width {
  width: 100%;
}

.safetyArea {
  padding: 0 2.5%;
}

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

.flex-rw {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-flow: row;
}

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

.bloques-home h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #E05D13;
  padding-bottom: 6px;
  margin-bottom: 0.3em;
  text-align: center;
}

.bloque--modulos {
  text-align: center;
}
.bloque--modulos h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin: 1.5em 0 1em 0;
}
.bloque--modulos h2 span {
  color: #E05D13;
}
.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.6s;
  -webkit-transition-duration: 0.6s;
}
.bloque--modulos img:hover {
  background-color: red;
  opacity: 0.6;
}

#hero {
  padding: 1.5em 0 3.5em 0;
}

#contenido .lateral ul.nav {
  display: flex;
  flex-flow: column;
  margin: 2rem 0 0 0;
  text-align: left;
  padding: 0 1em 0 0;
}
#contenido .lateral ul.nav a {
  font-family: "Kanit", sans-serif;
  font-size: 1rem;
  color: #298BDC;
  text-decoration: none;
  font-weight: 400;
}
#contenido .lateral ul.nav a:hover {
  color: #081C42;
}
#contenido .lateral ul.nav li {
  border-bottom: 1px dotted #777777;
}
#contenido .lateral ul.nav li:last-child {
  border: none;
}

#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-image: linear-gradient(216deg, #057283 25%, #dbe7eb 88%);
  color: #FFF;
  padding: 3em 0 1em 0;
}
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 h1 {
  display: none;
}
header .nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  position: relative;
  text-transform: uppercase;
}
header .nav a {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  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.6s;
  -webkit-transition-duration: 0.6s;
  font-weight: 300;
}
header .nav a:hover {
  color: #E05D13;
  border-bottom: 1px solid #E05D13;
}
header .nav .mod-menu__sub {
  display: none;
  position: absolute;
  text-align: left;
  background-color: #081C42;
  padding: 10px 2.5em 1em 1em;
  z-index: 999;
  text-transform: none;
}
header .nav .mod-menu__sub li {
  margin: 5px 0;
}
header .nav .mod-menu__sub a {
  font-size: 0.8rem;
  padding: 0;
  line-height: 1rem;
}
header .nav .mod-menu__sub a:hover {
  text-decoration: none;
  border: none;
}
header .nav li + li {
  margin-left: 1em;
}
header .nav li:hover .mod-menu__sub {
  display: block;
}
header .nav li.parent::after {
  content: "\f0d7";
  font-family: "Fontawesome";
  margin-left: 5px;
}
header #modulos-top {
  align-items: flex-end;
  flex-wrap: wrap;
}
header #modulos-top .search {
  margin: 0.5rem 0;
}
header #modulos-top .--menuSocios {
  border-top: 1px dotted white;
  padding-top: 5px;
  margin-top: 5px;
}
header #modulos-top .--menuSocios li {
  line-height: 1rem;
}
header #modulos-top .--menuSocios a {
  font-size: 0.8rem;
}

#contArriba h3, #contAbajo h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #E05D13;
  border-bottom: 1px solid #E05D13;
  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: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin: 1.5em 0 1em 0;
  text-align: center;
}

main {
  padding: 1rem 1rem 7rem 1rem;
  background: white url(../images/fondo-bottom.png) bottom center no-repeat;
  background-size: contain;
}
/* ----- Estilos contenido ----- */
#contenido {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  /* vistas Joomla */
  /* <------- MQS */
  /* Category blog */
  /* Article-item */
  /* RS Events */
}
#contenido h1, #contenido .pageheader h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #081C42;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 2.6rem 0 2rem 0;
  text-align: center;
}
#contenido h2, #contenido h3, #contenido h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #081C42;
  margin: 1em 0 0.5em 0;
  line-height: 1.2em;
}
#contenido h5, #contenido h6 {
  font-family: "Kanit", sans-serif;
  color: #E05D13;
  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.6s;
  -webkit-transition-duration: 0.6s;
  color: #E05D13;
  font-weight: 600;
}
#contenido a:hover {
  color: #0590a4;
}
#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: #444444;
}
#contenido table.programa h4 {
  color: #081C42;
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
  font-weight: 500;
}
#contenido table.programa h5 {
  color: #0590a4;
  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: #081C42;
  color: #FFF;
}
#contenido table.programa tr > td:first-child p {
  text-align: center;
  font-size: 0.95rem;
}
#contenido table.programa th {
  background-color: #0590a4;
  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 #777777;
  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 .com-content {
  max-width: 80ch;
}
#contenido .blog-featured .blog-item {
  max-width: 110ch;
}
#contenido .blog-featured h2 {
  font-size: 1.8rem;
  line-height: 1.1em;
  margin: 1em 0 1rem 0;
  text-align: center;
  font-weight: 600;
}
#contenido .blog-featured p {
  text-align: center;
  font-size: 1.1rem;
}
#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.6s;
  -webkit-transition-duration: 0.6s;
  text-decoration: none;
  color: #081C42;
}
#contenido .blog .page-header a:hover {
  color: #0590a4;
  text-decoration: underline;
}
#contenido .blog .blog-items.guias .blog-item {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-around;
}
#contenido .blog .blog-items.guias .blog-item figure {
  flex-basis: 20%;
}
#contenido .blog .blog-items.guias .blog-item .item-content {
  flex-basis: 73%;
}
#contenido .blog .blog-item {
  border-bottom: 2px dotted #777777;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
#contenido .blog .blog-item:last-child {
  border: none;
}
#contenido .blog .blog-item h2 {
  font-size: 1.6rem;
  margin: 0 0 1em 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
}
#contenido .blog .blog-item h2 a {
  font-weight: 500;
}
#contenido .blog .blog-item h4 {
  font-size: 1.2rem;
  line-height: 1.2em;
}
#contenido .blog .blog-item figure img {
  width: 100%;
}
#contenido .blog .blog-item .readmore {
  text-align: center;
  margin-bottom: 1em;
}
#contenido .com-content-article {
  /* Vista para acceso a socios */
}
#contenido .com-content-article .page-header h2 {
  font-size: 2.3rem;
  text-align: center;
  margin: 0 0 1em 0;
}
#contenido .com-content-article.accesoSocios .moduletable h3 {
  display: none;
}
#contenido .com-content-article.accesoSocios .moduletable .pretext p {
  text-align: center;
  font-size: 1.2rem;
}
#contenido .rsEvents.--registros {
  width: 90%;
  margin: 0 auto;
}
#contenido .rsEvents.--registros .card {
  border: none;
}
#contenido .rsEvents.--registros .card-body p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5em;
}
#contenido .rsEvents.--registros .input-group {
  flex-flow: column;
}
#contenido .rsEvents.--registros .input-group .form-control {
  display: block;
  width: 65%;
  margin: 0 auto;
}
#contenido .rsEvents.--registros .input-group button {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 1em auto 0 auto;
  border-radius: 5px;
  padding: 5px 15px;
}

#social-home h3 span {
  color: #E05D13;
}

footer h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
footer p {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
footer i {
  color: #E05D13;
  margin-right: 0.5em;
  font-size: 1em;
}
footer .logo {
  max-width: 80%;
}
footer #legal .--legal-pie {
  display: flex;
  text-align: center;
  justify-content: space-around;
  padding-bottom: 1rem;
}
footer #legal .--legal-pie a {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.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.6s;
  -webkit-transition-duration: 0.6s;
}
footer #legal .--legal-pie a:hover {
  color: #E05D13;
  border-bottom: 1px solid #E05D13;
}
footer #legal .--legal-pie .nav li {
  margin: 0 1em;
}

/* Elementos interfaz Joomla */
a.btn {
  background-color: #FFF;
  padding: 0.6em 1.2em;
  border: 2px solid #E05D13;
  font-weight: 500;
}
a.btn:hover {
  color: #FFF !important;
  background-color: #0590a4;
  border-color: #0590a4;
}

/* ------ MODULOS ESPECIFICOS ------ */
/* ---TOP ---*/
/* Redes sociales-top */
.menu__Social {
  display: flex;
  justify-content: flex-end;
}
.menu__Social li {
  display: inline-block;
  margin: 0 !important;
}
.menu__Social a {
  visibility: hidden;
}
.menu__Social a.social__FB .i::after {
  font-family: "Fontawesome";
  content: "\f39e";
  visibility: visible;
  color: #E05D13;
  font-size: 1.7rem;
  font-weight: 400;
}
.menu__Social a.social__TW .i::after {
  font-family: "Fontawesome";
  content: "\e61b";
  visibility: visible;
  color: #E05D13;
  font-size: 1.7rem;
  font-weight: 400;
}
.menu__Social a.social__TK .i::after {
  font-family: "Fontawesome";
  content: "\e07b";
  visibility: visible;
  color: #E05D13;
  font-size: 1.7rem;
  font-weight: 400;
}
.menu__Social a.social__IG .i::after {
  font-family: "Fontawesome";
  content: "\f16d";
  visibility: visible;
  color: #E05D13;
  font-size: 1.7rem;
  font-weight: 400;
}
.menu__Social a.social__YT .i::after {
  font-family: "Fontawesome";
  content: "\f167";
  visibility: visible;
  color: #E05D13;
  font-size: 1.7rem;
  font-weight: 400;
}
.menu__Social a.i::after:hover {
  color: #0590a4;
}

/* 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: #777777;
  padding: 0 0.5em 2px 1em;
}

/* -Telefonos */
header .telefono {
  font-size: 0.9rem;
}
header .telefono p {
  margin: 0;
}
header .telefono i {
  color: #E05D13;
  margin-left: 5px;
}

/* Patrocinadores */
.patrocinios h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  color: #E05D13;
}
.patrocinios .__patrocinadores .mod-custom {
  display: flex;
  justify-content: space-around;
}
.patrocinios .__patrocinadores .mod-custom img {
  max-height: 150px;
  width:auto;
}

/* Modulo Login */
#contenido .mod-login ul {
  margin: 0;
  padding: 0;
}
#contenido .mod-login ul li {
  margin-bottom: 0;
}
#contenido .mod-login a {
  font-weight: 400;
  font-size: 0.9rem;
}
#contenido .mod-login .pretext p {
  font-size: 0.95rem;
  margin-bottom: 0.5em;
}
#contenido .mod-login .form-group {
  margin-bottom: 10px;
}
#contenido .mod-login label {
  font-size: 1.05rem;
  font-weight: 500;
}
#contenido .mod-login label.form-check-label {
  font-size: 0.9rem;
  font-weight: 400;
}

/* Registro */
#contenido .registration legend {
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #081C42;
  margin: 1em 0 0.5em 0;
  text-align: center;
}

/* Video de la Semana - HOME */
#contAbajo .-videoSemana .avPlayerBlock video {
  max-width: 100%;
  height: auto !important;
}

/* Asociaciones relacionadas */
#contenido .weblink-category .category {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
}
#contenido .weblink-category .category li {
  flex-basis: 22%;
  text-align: center;
  line-height: 1em;
  font-size: 0.9rem;
  max-width: 22%;
  min-width: 110px;
}
#contenido .weblink-category .category li img {
  display: block;
  margin: 1rem auto 10px auto;
  max-height: 100px;
  width: auto;
}
#contenido .weblink-category .category li a {
  text-decoration: none;
  font-weight: 500;
}

/* 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 3px 7px rgba(66, 66, 66, 0.8);
}
#contenido .grid-publicaciones .--item-publicacion h4 {
  font-size: 1em;
  margin: 1.5rem auto 0.5rem auto;
  color: #0590a4;
}
#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;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.botonera .botonera-item {
  color: #081C42;
  background-color: #f4f4f4;
  border-radius: 10px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Kanit", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2em;
  transition-property: all;
  -moz-transition-property: all; /* Firefox 4 */
  -webkit-transition-property: all; /* Safari and Chrome */
  -o-transition-property: all; /* Opera */
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
}
.botonera .botonera-item span {
  width: 92%;
  margin: 10px auto;
}
.botonera .botonera-item:hover {
  background-color: #dcdcdc;
}
.botonera .botonera-item img {
  max-height: 100px;
}

/* -- CALENDARIO -- */
#contenido .cal {
  display: flex;
  flex-flow: row;
  background-color: #FFF;
  width: 94%;
  align-items: flex-start;
  margin: 0 auto 2rem auto;
}
#contenido .cal .--fecha {
  border: 0.1px solid #CCCAC5;
  position: relative;
  flex: 1;
  flex-grow: 0;
  flex-basis: 5%;
  margin-right: 20px;
  min-width: 55px;
}
#contenido .cal .--fecha :after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#contenido .cal .--fecha .---fechaCont {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
#contenido .cal .--fecha .--mes {
  font-size: 1.1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  background-color: #E75951;
  height: 1.5rem;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#contenido .cal .--fecha .--dia {
  font-size: 1.8rem;
  color: #585858;
  line-height: 1.2em;
  font-family: "Kanit", sans-serif;
}
#contenido .cal .--actividad {
  flex: 1;
  padding-bottom: 1rem;
  border-bottom: 1px dotted gray;
}
#contenido .cal h4 {
  font-size: 1.2rem;
  line-height: 1.1em;
  margin: 0 0 5px 0;
  font-weight: 500;
}
#contenido .cal h5 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
#contenido .cal p {
  margin-bottom: 5px;
  line-height: 1.1em;
  text-align: left;
}/*# sourceMappingURL=template.css.map */