/* Add font files for Sarabun */
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/* --- MIXINS -------*/
/* colores */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ----- ENCABEZADO ------ */
.encabezado-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 0px 15px 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  max-width: 1000px;
}

.logo-negro {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

/* ------ NAVBAR ------- */
.navegacion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  background-color: #114168;
}

.--nav-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  width: 100%;
  max-width: 1000px;
}

.--nav_link {
  color: white;
  text-transform: uppercase;
  font-family: 'Inter';
}

.--nav_link a {
  text-decoration: none;
  color: white;
}

.--nav_link a:hover {
  color: #68b0e2;
}

/* ------- PRINCIPAL ---------*/
.contenedor-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px 30px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  max-width: 1170px;
}

.main-content {
  margin: 2rem auto;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  flex-basis: auto;
}

.--titulo h3 {
  font-family: 'Sarabun';
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  color: #114168;
  margin: 0 0 1rem 0;
}

.--subtitulo h3 {
  font-family: 'Sarabun';
  font-weight: 500;
  text-align: left;
  font-size: 1.6rem;
  color: #114168;
  margin: 0;
  text-transform: uppercase;
}

.--contenido {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-flow: column;
  font-family: 'Inter';
}

.--contenido p {
  font-family: 'Inter';
  font-size: 1.05rem;
  line-height: 1.3em;
  margin-bottom: 0.6em;
}

.--contenido ul, .--contenido ol {
  margin: 0.6em 1.5em;
}

.--contenido li {
  margin-bottom: 0.4em;
}

/* ------ SIDEBAR -----*/
sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0 0 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 40%;
}

sidebar .-menu-lateral {
  border-bottom: 2px solid #808080;
  padding-bottom: 2px;
}

sidebar .-menu-lateral a {
  font-family: 'Inter';
  color: #808080;
  font-weight: 600;
  text-decoration: none;
}

/* ----- CARDS -----*/
.bloque-cards, .bloque-libros {
  font-family: 'Inter';
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  max-width: 1170px;
  margin: 1em 0;
}

.bloque-cards .card, .bloque-libros .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 0px 20px 0px 20px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 300px;
}

.bloque-cards .--card-titulo, .bloque-libros .--card-titulo {
  color: #114168;
  text-align: center;
}

.bloque-cards .--card-titulo h4, .bloque-libros .--card-titulo h4 {
  font-weight: 700;
  font-size: 1.4rem;
  font-family: 'Inter';
  line-height: 1.6rem;
}

.bloque-cards .--card-titulo h4 a, .bloque-libros .--card-titulo h4 a {
  text-decoration: none;
}

.bloque-cards .--card-titulo h4 a:hover, .bloque-libros .--card-titulo h4 a:hover {
  text-decoration: underline;
  color: #68b0e2;
}

.bloque-cards .--card-cuerpo, .bloque-libros .--card-cuerpo {
  text-align: left;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.bloque-cards .--card-cuerpo p, .bloque-libros .--card-cuerpo p {
  font-size: 1rem;
  line-height: 1.4rem;
}

.bloque-cards .--card-readmore, .bloque-libros .--card-readmore {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.bloque-cards .--card-readmore a, .bloque-libros .--card-readmore a {
  color: #68b0e2;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-family: 'Sarabun';
  font-weight: 600;
  font-size: 1.2rem;
}

.bloque-cards .--card-readmore a:hover, .bloque-libros .--card-readmore a:hover {
  color: #114168;
}

.bloque-cards .--card-img, .bloque-libros .--card-img {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  height: auto;
}

.bloque-cards .--card-img img, .bloque-libros .--card-img img {
  max-height: 380px;
}

.bloque-conceptos .concepto {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.bloque-conceptos .--concep-texto {
  color: #808080;
}

.bloque-conceptos .--concep-texto p {
  font-family: 'Inter';
  text-align: center;
  font-size: 1.3rem;
}

.bloque-conceptos .--concep-titulo {
  text-align: center;
}

.bloque-conceptos .--concep-titulo h4 {
  font-family: 'Sarabun';
  font-weight: 700;
  color: #114168;
  font-size: 1.6rem;
  line-height: 1.1em;
}

/* ----- BANNERS ----- */
.slider {
  width: 100%;
  overflow: hidden;
  height: 100% !important;
}

.slides {
  display: flex;
  width: 300%;
  animation: slide 6s infinite;
  height: 100%;
}

.slides img {
  width: 100%;
  height: auto;
}

@keyframes slide {
  0% {
    margin-left: -100%;
  }
  33% {
    margin-left: -100%;
  }
  66% {
    margin-left: -200%;
  }
  100% {
    margin-left: 0;
  }
}

/* ---- PUBLICACIONES ----- */
.slider-pubs {
  width: 100%;
  overflow: hidden;
}

.-subtitulo {
  flex: 1;
  color: white;
  font-family: 'Inter';
  padding: 0 2rem 1rem 0;
  align-content: end;
  position: relative;
  width: 40%;
}

.-subtitulo p {
  font-size: 2em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 600;
  text-align: right;
  width: 60%;
  position: absolute;
  bottom: 1em;
  right: 1.5em;
}

.--pubs {
  max-width: 100%;
  object-fit: contain;
}

.contenedor-slides {
  flex: 1;
  width: 40%;
}

.bloque-pubs {
  max-height: 400px;
  display: flex;
  justify-content: space-around;
}

/* ----- COUNTDOWN ----- */
#countdown {
  font-family: 'Sarabun';
  font-size: 1.5rem;
  line-height: 1rem;
  color: white;
}

/* ----- Bloque BENEFICIOS ----- */
.beneficios {
  color: white;
}

.beneficios h3 {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-size: 2rem;
}

.pic-fullh {
  width: 40%;
  max-width: 450px;
}

/* --- GENERICOS --- */
.imagen {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ------ FOOTER ------ */
footer {
  background-color: #114168;
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 1.5rem 0;
}

footer .--footer-elementos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  max-width: 1000px;
}

footer .--footer-datos {
  color: white;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

footer .--footer-datos h5 {
  color: white;
  font-family: 'Sarabun';
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.1em;
}

footer .--footer-datos .---direccion {
  font-family: 'Inter';
  line-height: 1.2em;
}

.pagina-publicaciones-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  max-width: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: white;
}

@media (max-width: 1440px) {
  .pagina-publicaciones-1 .pagina-publicaciones-1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .pagina-publicaciones-1 .pagina-publicaciones-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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