@charset "UTF-8";
:root {
  --body-bg: #FFFFFF;
  --body-color: #000;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  /*
  :root {
      --body-bg: #333;
      --body-color: #FFF;

      --gris-bajada: #FFF;
      --azul-titulo: #00afef;
  }
  */
}
body {
  margin: 0;
  color: var(--body-color);
  background: var(--body-bg);
}

body, td, th {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

*:focus {
  outline: none;
}

a:link, a:hover, a:visited, a:active {
  outline: none;
  text-decoration: none;
}

.main {
  min-height: 100vh;
}

.esp-top {
  height: 85px;
}

@media (max-width: 996px) {
  .esp-top {
    height: 60px;
  }
}
.boton-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 25px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
}
.boton-whatsapp:focus {
  background-color: #21ae56;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.boton-whatsapp:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  background-color: #21ae56;
}

/*
.btn-primary {
    --bs-btn-bg: #fbb03b;
    --bs-btn-border-color: #fbb03b;
    --bs-btn-hover-bg: #333;
    --bs-btn-hover-border-color: #333;
}

.pagination {
    --bs-pagination-active-bg: #fbb03b;
    --bs-pagination-active-border-color: #fbb03b;
    --bs-link-hover-color: #333;
    --bs-link-color: #fbb03b;
}
*/
header.site-header {
  padding: 1rem 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: 0.2s linear all;
  background: #000;
}
header.site-header .logo {
  width: 150px;
  max-width: 100%;
  display: block;
  transition: 0.2s linear all;
}
header.site-header .cara {
  width: 70px;
  max-width: 100%;
  margin: 0 0 0 auto;
  transition: 0.2s linear all;
}

.with--header .site-header .logo {
  width: 110px;
}

.menu-principal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.menu-principal ul li {
  margin-left: 2rem;
  position: relative;
}
.menu-principal ul li a {
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.2s linear all;
}
.menu-principal ul li a:hover {
  border-bottom: 1px solid #f14624;
}
.menu-principal ul li.current-menu-parent a {
  border-bottom: 1px solid #f14624;
}
.menu-principal ul li.current-menu-parent ul li a {
  border: none;
}
.menu-principal ul li.current-menu-item a {
  border-bottom: 1px solid #f14624;
}

@media (max-width: 996px) {
  header.site-header {
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
  }
}
/*

.esp-top{
    height: 186px;
}




*/
footer.site-footer {
  margin-top: 3rem;
  padding: 30px 0;
  color: #FFF;
  background-color: #000;
}
footer.site-footer a {
  color: #FFF;
  text-decoration: none;
}
footer.site-footer a:hover {
  text-decoration: underline;
}
footer.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  gap: 1rem;
}
footer.site-footer ul li a img {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
footer.site-footer ul li a img:hover {
  filter: drop-shadow(0 2px 6px rgba(255, 255, 255, 0.5));
}

@media (max-width: 996px) {
  footer.site-footer {
    text-align: center;
  }
  footer.site-footer ul {
    justify-content: center;
  }
}
:root {
  --slider-w: 100%;
  --slider-h: 60vh;
  --slice-gap: 0;
  --columns: 18;
}

.swiper {
  width: var(--slider-w);
  height: var(--slider-h);
  overflow: hidden;
  position: relative;
}
.swiper .overlay-logo {
  position: absolute;
  inset: 16px auto auto 16px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  top: 0;
  z-index: 5;
  width: 170px;
  display: flex;
  align-items: flex-end;
}
.swiper .overlay-logo img {
  filter: drop-shadow(0 1px 3px rgba(255, 255, 255, 0.75));
}
.swiper .tapa {
  position: absolute;
  z-index: 2;
  height: 200px;
  width: 100%;
  bottom: 0;
  background: url(./images/tapa.svg) no-repeat center bottom;
  background-size: contain;
  pointer-events: none;
}
.swiper .cortina {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.swiper .cortina .cortina-izquierda, .swiper .cortina .cortina-derecha {
  width: 50%;
  height: 100%;
  background: #fff;
}
.swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.swiper .slide-inner {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.swiper .slicer {
  background-color: #222;
}
.swiper .slicer .slice {
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: calc(var(--columns, 16) * 100%) 100%;
  will-change: transform, opacity;
  counter-increment: slice;
}
.swiper .slicer .slice::after {
  content: counter(slice);
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5333333333);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
}

@media screen and (max-width: 1400px) {
  .swiper {
    --slider-h: 80vh;
    --columns: 10;
  }
}
@media (max-width: 768px) {
  .swiper {
    --slider-h: 80vh;
    --columns: 5;
  }
  .swiper .tapa {
    height: 300px;
    background: url(./images/tapa-resp.svg) no-repeat center top;
    background-size: cover;
  }
}
.seccion-intro ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.seccion-intro ul li a img {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
.seccion-intro ul li a img:hover {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

.seccion-introduccion {
  margin-top: 2rem;
}
.seccion-introduccion .texto1 h2 {
  font-size: 4.5rem;
  font-weight: 700;
}
.seccion-introduccion p {
  font-size: 1.06rem;
  line-height: 1.65;
  color: #222;
  margin-bottom: 1.2rem;
}
.seccion-introduccion ul {
  margin-top: 0.5rem;
  padding-left: 1.1rem;
}
.seccion-introduccion ul li {
  margin-bottom: 0.7rem;
}
.seccion-introduccion .caja {
  background: #fffaf1;
  border: 1px solid #f3d39c;
  border-radius: 12px;
  padding: 1.2rem 1.1rem;
}
.seccion-introduccion .caja h2 {
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}
.seccion-introduccion {
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .seccion-introduccion .texto1 h2 {
    font-size: 2.5rem;
  }
}
.content-wrapper {
  --bs-gutter-x: 1.5rem;
  grid-column-gap: 200px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.seccion-cursos .project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}
.seccion-cursos .floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  max-height: 95vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.seccion-cursos .floating-image-wrapper .floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: relative;
  overflow: clip;
}
.seccion-cursos .floating-image-wrapper .image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  will-change: transform, opacity;
  background: linear-gradient(90deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
}
.seccion-cursos .text-wrapper {
  backdrop-filter: blur(5px);
  background-color: rgba(251, 176, 59, 0.8509803922);
  min-width: 250px;
  max-width: 40vw;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.seccion-cursos .btn-primary {
  background-color: #fff1af;
  border-color: #fff1af;
  color: #000;
  font-weight: 600;
}
.seccion-cursos .btn-primary:hover {
  background-color: #ff914d;
  border-color: #ff914d;
}
.seccion-cursos .btn-secondary {
  background-color: #222;
  border-color: #222;
}
.seccion-cursos .btn-secondary:hover {
  background-color: #444;
  border-color: #444;
}

@media (max-width: 768px) {
  .seccion-cursos .text-wrapper {
    position: relative;
    inset: auto;
    transform: none;
    max-width: 100%;
    margin-top: 15px;
  }
  .seccion-cursos .floating-image-wrapper {
    max-width: 100vw;
    max-height: 30vh;
  }
}
/* Accesibilidad: si el usuario prefiere menos animación, no mostramos overlay */
@media (prefers-reduced-motion: reduce) {
  .seccion-cursos .floating-image-wrapper .image-overlay {
    display: none !important;
  }
}
/* Fallback si GSAP no carga por algún motivo */
html.no-gsap .reveal {
  opacity: 1;
  transform: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-r {
  position: fixed;
  left: 0;
  top: 63px;
  bottom: 0;
  background-color: #000;
  width: 300px;
  transform: translateX(-300px);
  overflow-y: hidden;
  z-index: 998;
  transition: 0.2s linear all;
  padding: 25px 1rem 0 1rem;
  background-image: url(./images/cara_blanco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
}
.menu-r .menu-responsive {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-r .menu-responsive li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff1af;
}
.menu-r .menu-responsive li a {
  color: #fbb03b;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
.menu-r .menu-responsive li ul {
  list-style: none;
  display: none;
}
.menu-r .menu-responsive li ul.activo {
  display: block;
}
.menu-r .menu-responsive li.menu-item-has-children a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.menu-r .menu-responsive li.menu-item-has-children li a::after {
  content: none;
}

.with--sidebar .menu-r {
  transform: translateX(0);
}

.menu-flotante-container {
  display: none;
}

.with--sidebar .menu-flotante-container {
  display: flex;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 997;
  background: rgba(0, 0, 0, 0.7);
}

.espacio-blog {
  background: url(./images/v-rulos.gif) no-repeat #fbb03b;
  background-size: contain;
}

.espacio-comunidad {
  background: url(./images/v-flecha.gif) no-repeat right #fff1af;
  background-size: contain;
}

.nota-inicio {
  background: #f2f2f2;
  padding: 4px;
  height: 100%;
}
.nota-inicio .not-header {
  padding: 0 12px 12px 12px;
}
.nota-inicio .not-header h2 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
  transition: 0.2s linear all;
}
.nota-inicio .not-header .bajada, .nota-inicio .not-header .fecha {
  font-family: Arial, Helvetica, sans-serif;
  color: #4d4d4d;
  font-size: 0.9rem;
}
.nota-inicio .not-header .fecha {
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
  display: block;
}
.nota-inicio a:hover header h3 {
  color: #fbb03b;
}

.entry-header {
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 0;
  margin: 0 0 18px;
  padding-bottom: 12px;
}
.entry-header .nota-title {
  font-size: 48px;
  line-height: 120%;
  color: #fbb03b;
  margin: 8px 0 13px;
  font-weight: 500;
}
.entry-header .archive-description {
  font-size: 1.5rem;
}
.entry-header .bajada {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 22px;
  line-height: 150%;
  color: var(--gris-bajada);
}
.entry-header .fecha-nota {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #6b6b6b;
  display: none;
}
.entry-header .btn-volver {
  display: flex;
  margin: 0 0 0 auto;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  width: 100%;
  color: #FFF;
  background-color: #fbb03b;
  border-radius: 3px;
  transition: 0.2s linear all;
}
.entry-header .btn-volver .fas {
  margin-right: 5px;
}
.entry-header .btn-volver:hover {
  background-color: #fbb03b;
}

.entry-content {
  position: relative;
}
.entry-content figure {
  position: relative;
}
.entry-content figure img {
  width: 100%;
}
.entry-content figure .sombra {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 86, 130, 0) 0%, rgba(245, 130, 31, 0.5) 100%);
  height: 30%;
}
.entry-content .texto {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.entry-content .texto .contenido {
  background: #FFF;
  font-size: 1.1rem;
  line-height: 150%;
  margin-bottom: 30px;
  font-family: Arial, Helvetica, sans-serif;
}
.entry-content .texto .contenido .instagram-media, .entry-content .texto .contenido .twitter-tweet {
  margin: 50px auto !important;
}
.entry-content .texto .contenido .line {
  background: #FF8700;
  width: 50px;
  height: 1px;
  display: block;
  margin-top: 30px;
  margin-bottom: 8px;
}
.entry-content .texto .contenido .fuente {
  font-size: 15px;
  color: #1E252C;
  font-family: "Open Sans", sans-serif;
}
.entry-content .texto .contenido .columnas {
  display: flex;
  justify-content: space-between;
}
.entry-content .texto .contenido .columnas .columna-izquierda {
  flex-basis: 60%;
}
.entry-content .texto .contenido .columnas .columna-derecha {
  flex-basis: 30%;
  padding-left: 20px;
}
.entry-content .texto .contenido .nota-interior {
  display: flex;
  margin-bottom: 25px;
}
.entry-content .texto .contenido .nota-interior figure {
  max-width: 150px;
  width: 100%;
  border-bottom: 1px solid #FF8600;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.entry-content .texto .contenido .nota-interior figure img {
  border: none;
  margin: 0;
}
.entry-content .texto .contenido .nota-interior .datos {
  flex-grow: 1;
  padding-left: 15px;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
}
.entry-content .texto .contenido .nota-interior .datos a h3 {
  color: #1E252C;
  font-size: 18px;
}
.entry-content .texto .contenido .nota-interior .datos a p {
  font-size: 12px;
  color: #555;
  margin: 0;
}

.has-post-thumbnail .entry-content .texto {
  margin-top: -100px;
  padding: 20px 0 12px;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.has-post-thumbnail .entry-content .texto .contenido {
  background: #FFF;
  margin-bottom: 30px;
  padding: 8px 0 12px 20px;
}

.redes-interior {
  border-bottom: 1px dotted #d5d5d5;
  padding: 15px 8px;
  margin-bottom: 1rem;
  line-height: 10px;
}
.redes-interior .whats-app {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #25D366;
  color: #FFF;
  border-radius: 3px;
  padding: 1px 8px 1px 6px;
  margin-left: 15px;
  margin-right: 15px;
  font: normal normal normal 11px/18px "Helvetica Neue", Arial, sans-serif;
}
.redes-interior .whats-app img {
  max-width: 16px;
  width: 100%;
  border: none !important;
  margin: 0 6px 0 0 !important;
}
.redes-interior div {
  margin-right: 15px;
}

@media screen and (max-width: 996px) {
  .lado2 {
    display: none;
  }
  .entry-header .etiqueta {
    font-size: 0.8rem;
  }
  .entry-header .nota-title {
    font-size: 1.4rem;
  }
  .entry-header .archive-description {
    font-size: 1.1rem;
  }
  .entry-header .bajada {
    font-size: 1rem;
  }
  .entry-header .fecha-nota {
    font-size: 14px;
  }
  .entry-content figure .sombra {
    display: none;
  }
  .entry-content .texto {
    margin-top: 0;
    padding: 0;
    padding-left: 0;
  }
  .entry-content .texto .contenido {
    padding: 0;
    font-size: 1rem;
    background: transparent;
  }
  .entry-content .texto .contenido .columnas {
    flex-direction: column;
  }
  .entry-content .texto .contenido .columnas .columna-izquierda, .entry-content .texto .contenido .columnas .columna-derecha {
    flex-basis: 100%;
    padding: 0;
  }
  .entry-content .texto .contenido .columnas .columna-derecha {
    margin-top: 20px;
  }
  .has-post-thumbnail .entry-content figure .sombra {
    display: none;
  }
  .has-post-thumbnail .entry-content .texto {
    margin-top: 0;
    padding: 0;
    padding-left: 0;
  }
  .has-post-thumbnail .entry-content .texto .contenido {
    padding: 0;
    font-size: 1rem;
    background: transparent;
  }
}
/*

@import "videos";
@import "publicidades";
*/