/* === OLAstudio — brutalist + Material (navy / maíz / blanco) === */
:root {
  --ola-navy: #00152a;
  --ola-navy-deep: #001d3d;
  --ola-maize: #ffcb05;
  --ola-maize-mid: #ffc72c;
  --ola-white: #ffffff;
  --ola-ink: #0a1628;
  --ola-md-1: 0 2px 1px -1px rgba(0, 0, 0, 0.22), 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  --ola-md-4: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 4px 5px 0 rgba(0, 0, 0, 0.18), 0 1px 10px 0 rgba(0, 0, 0, 0.14);
  --ola-md-8: 0 5px 5px -3px rgba(0, 0, 0, 0.26), 0 8px 10px 1px rgba(0, 0, 0, 0.2), 0 3px 14px 2px rgba(0, 0, 0, 0.16);
  --ola-border: 4px solid var(--ola-navy);
}

body {
  padding-top: 76px;
}

body.ola-front {
  font-family: Inter, system-ui, -apple-system, sans-serif;
  background: var(--ola-navy);
  color: var(--ola-white);
}

body.ola-front a {
  color: var(--ola-maize);
}

body.ola-front a:hover {
  color: var(--ola-white);
}

body.ola-front .ola-header .ola-nav a:hover {
  color: var(--ola-maize) !important;
}

body.ola-front section[id] {
  scroll-margin-top: 5.5rem;
}

/* CTA portada: franja maíz + líneas navy en movimiento */
.ola-cta-strip--promo {
  position: relative;
  background: linear-gradient(
    155deg,
    var(--ola-maize) 0%,
    #ffe566 38%,
    var(--ola-maize-mid) 100%
  );
}

.ola-cta-strip__lines {
  background: repeating-linear-gradient(
    -35deg,
    transparent,
    transparent 16px,
    rgba(0, 29, 61, 0.07) 16px,
    rgba(0, 29, 61, 0.07) 18px
  );
  opacity: 0.95;
  animation: ola-stripes 20s linear infinite;
}

.ola-cta-strip__lines2 {
  background: repeating-linear-gradient(
    52deg,
    transparent,
    transparent 22px,
    rgba(0, 21, 42, 0.055) 22px,
    rgba(0, 21, 42, 0.055) 24px
  );
  opacity: 0.85;
  animation: ola-stripes2 26s linear infinite reverse;
}

.ola-cta-strip__shine {
  background: linear-gradient(
    118deg,
    transparent 35%,
    rgba(255, 255, 255, 0.42) 49%,
    transparent 63%
  );
  background-size: 220% 100%;
  animation: ola-cta-shine 9s ease-in-out infinite;
  opacity: 0.35;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

@keyframes ola-cta-shine {
  0%,
  100% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
}

body.ola-front .ola-cta-strip--promo .ola-cta-strip__btn {
  color: var(--ola-white);
}

body.ola-front .ola-cta-strip--promo .ola-cta-strip__btn:hover {
  color: var(--ola-white);
}

@keyframes ola-stripes {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(36px, 18px, 0);
  }
}

@keyframes ola-stripes2 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-32px, 22px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ola-cta-strip__lines,
  .ola-cta-strip__lines2,
  .ola-cta-strip__shine {
    animation: none;
  }

  .ola-cta-strip__shine {
    opacity: 0.2;
  }
}

.ola-nav-panel .ola-nav > li > a,
.ola-nav-panel .ola-nav .nav-link {
  display: block;
  padding: 0.6rem 0.25rem !important;
}

.ola-header {
  background: rgba(0, 21, 42, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 4px solid var(--ola-maize);
  z-index: 1030;
  box-shadow: var(--ola-md-4);
}

body.ola-front .ola-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(0, 21, 42, 0.52);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

body:not(.ola-front) .ola-header {
  border-bottom: 4px solid var(--ola-maize) !important;
  background: rgba(0, 21, 42, 0.92);
  box-shadow: var(--ola-md-4);
}

/* —— Portada moderna —— */
.ola-hero-modern {
  position: relative;
  min-height: min(92vh, 960px);
  border-bottom: 1px solid rgba(255, 203, 5, 0.18);
}

.ola-hero-modern__bg {
  background: linear-gradient(165deg, #001d3d 0%, #00152a 42%, #021a35 100%);
}

.ola-hero-modern__mesh {
  opacity: 1;
  background-image: radial-gradient(ellipse 90% 60% at 50% -25%, rgba(255, 203, 5, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 45% at 100% 10%, rgba(255, 255, 255, 0.07), transparent 50%),
    radial-gradient(ellipse 45% 40% at 0% 80%, rgba(0, 29, 61, 0.5), transparent 55%);
}

.ola-hero-img {
  transform-origin: center center;
}

/* SVG inline del hero/sobre: ocupar el caja como un <img> */
.ola-hero-modern .ola-hero-img[aria-hidden='true'],
.ola-about-visual .ola-external-img[aria-hidden='true'] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fondo si una imagen externa falla o tarda */
.ola-service-card__media {
  min-height: 12rem;
}

img.ola-external-img {
  background-color: transparent;
}

.ola-service-card-icon svg {
  opacity: 0.92;
}

.ola-glass-card {
  background: rgba(255, 255, 255, 0.06);
}

.ola-btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 9999px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.7rem;
  line-height: 1.2;
  border-width: 2px;
  border-style: solid;
  text-decoration: none !important;
  transition: box-shadow 0.2s ease, transform 0.15s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ola-btn-pill--accent {
  background: var(--ola-maize);
  color: var(--ola-navy-deep) !important;
  border-color: var(--ola-navy-deep);
  box-shadow: var(--ola-md-4);
}

.ola-btn-pill--accent:hover {
  box-shadow: var(--ola-md-8);
  transform: translateY(-2px);
  color: var(--ola-ink) !important;
}

.ola-btn-pill--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ola-white) !important;
  border-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
}

.ola-btn-pill--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--ola-white) !important;
}

.ola-btn-pill--accent-dark {
  background: var(--ola-navy-deep);
  color: var(--ola-white) !important;
  border-color: var(--ola-navy-deep);
  box-shadow: var(--ola-md-4);
}

.ola-btn-pill--accent-dark:hover {
  background: var(--ola-navy);
  box-shadow: var(--ola-md-8);
  transform: translateY(-2px);
}

/* WhatsApp (header): icono + texto */
.ola-header-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.3rem 0.75rem 0.3rem 0.35rem;
  border-radius: 1rem;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.96) !important;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 8px 28px rgba(0, 0, 0, 0.18);
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.18s ease;
}

.ola-header-wa:hover {
  color: #fff !important;
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.45);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 12px 36px rgba(37, 211, 102, 0.15);
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .ola-header-wa,
  .ola-header-wa:hover {
    transform: none;
    transition: background 0.2s ease, border-color 0.2s ease;
  }
}

.ola-header-wa__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  flex-shrink: 0;
  border-radius: 0.65rem;
  color: #fff;
  background: linear-gradient(145deg, #2fe07a 0%, #25d366 42%, #128c7e 100%);
  box-shadow: 0 2px 10px rgba(37, 211, 102, 0.35), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.ola-header-wa__glyph {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}

.ola-header-wa__label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: none;
  padding-right: 0.15rem;
}

.ola-header-wa--block {
  width: 100%;
  justify-content: center;
}

body.ola-front .ola-header .ola-header-wa,
body.ola-front .ola-header .ola-header-wa:hover {
  color: rgba(255, 255, 255, 0.96) !important;
}

.ola-service-strip {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 203, 5, 0.5) rgba(0, 21, 42, 0.3);
}

.ola-service-strip::-webkit-scrollbar {
  height: 6px;
}

.ola-service-strip::-webkit-scrollbar-thumb {
  background: rgba(255, 203, 5, 0.45);
  border-radius: 999px;
}

.ola-brand-mark {
  display: flex;
  align-items: center;
  color: var(--ola-white);
}

.ola-brand-mark .ola-logo-svg {
  height: 36px;
  width: auto;
  max-width: 200px;
}

@media (min-width: 992px) {
  .ola-brand-mark .ola-logo-svg {
    height: 40px;
    max-width: 240px;
  }
}

.ola-nav {
  gap: 0.25rem 1.25rem;
}

.ola-nav > li > a,
.ola-nav .menu-item > a,
.ola-nav .nav-link {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92) !important;
  border: none;
  padding: 0.35rem 0.5rem !important;
  background: transparent;
  transition: color 0.2s ease;
}

.ola-nav > li > a:hover,
.ola-nav .menu-item > a:hover,
.ola-nav .nav-link:hover,
.ola-nav > li.current-menu-item > a,
.ola-nav .current-menu-item > a {
  color: var(--ola-maize) !important;
  background: transparent;
  border: none;
}

.ola-nav-toggle {
  width: 48px;
  height: 48px;
  border: 3px solid var(--ola-maize) !important;
  border-radius: 9999px !important;
  padding: 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: transparent !important;
}

.ola-nav-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: var(--ola-maize);
}

.ola-hero {
  background: var(--ola-navy-deep);
  border-bottom: var(--ola-border);
}

.ola-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(var(--ola-white) 1px, transparent 1px),
    linear-gradient(90deg, var(--ola-white) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.ola-hero__row {
  min-height: calc(100vh - 140px);
}

.ola-kicker {
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  color: var(--ola-maize);
}

.ola-display {
  font-weight: 900;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.ola-display__accent {
  color: var(--ola-white);
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
}

.ola-lead {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 40rem;
}

.ola-btn {
  border-radius: 9999px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.85rem 1.5rem;
  border-width: 3px;
  border-style: solid;
  transition: box-shadow 0.2s ease, transform 0.15s ease, background 0.2s ease, color 0.2s ease;
}

.ola-btn--filled {
  background: var(--ola-maize);
  color: var(--ola-navy-deep) !important;
  border-color: var(--ola-navy-deep);
  box-shadow: var(--ola-md-4);
}

.ola-btn--filled:hover {
  box-shadow: var(--ola-md-8);
  transform: translateY(-2px);
  color: var(--ola-ink) !important;
}

.ola-btn--outline {
  background: transparent;
  color: var(--ola-white) !important;
  border-color: var(--ola-white);
}

.ola-btn--outline:hover {
  background: var(--ola-white);
  color: var(--ola-navy-deep) !important;
  box-shadow: var(--ola-md-4);
}

.ola-surface {
  background: rgba(255, 255, 255, 0.06);
  border: 3px solid rgba(255, 203, 5, 0.45);
  border-radius: 4px;
  box-shadow: var(--ola-md-8);
}

.ola-hero-card {
  padding: 1.5rem;
}

.ola-hero-card__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ola-maize);
  color: var(--ola-navy-deep);
  border: 2px solid var(--ola-navy-deep);
  font-size: 1.25rem;
}

.ola-muted {
  color: rgba(255, 255, 255, 0.65);
}

.ola-section-title {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--ola-white);
}

.ola-services {
  background: var(--ola-navy);
  border-bottom: 4px solid var(--ola-maize);
}

.ola-tile-grid {
  border: 4px solid var(--ola-navy-deep);
}

.ola-tile {
  display: block;
  position: relative;
  min-height: 280px;
  padding: 1.5rem;
  text-decoration: none !important;
  color: inherit !important;
  border: 4px solid var(--ola-navy-deep);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.ola-tile:hover {
  transform: translateY(-6px);
  z-index: 2;
  box-shadow: var(--ola-md-8);
}

.ola-tile--navy {
  background: linear-gradient(145deg, var(--ola-navy-deep), var(--ola-navy));
}

.ola-tile--maize {
  background: linear-gradient(145deg, var(--ola-maize-mid), var(--ola-maize));
  color: var(--ola-navy-deep) !important;
}

.ola-tile--maize .ola-muted,
.ola-tile--maize .ola-tile__sub {
  color: rgba(0, 29, 61, 0.75);
}

.ola-tile__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ola-tile__circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 4px solid currentColor;
  box-shadow: var(--ola-md-4);
}

.ola-tile--navy .ola-tile__circle {
  background: var(--ola-maize);
  color: var(--ola-navy-deep);
}

.ola-tile--maize .ola-tile__circle {
  background: var(--ola-navy-deep);
  color: var(--ola-maize);
}

.ola-tile__circle-text {
  font-weight: 900;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.1;
  padding: 0 0.35rem;
}

.ola-tile__glyph {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 2.5rem;
  opacity: 0.2;
}

.ola-tile__title {
  font-weight: 900;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 0.35rem;
}

.ola-tile__sub {
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0 0 1rem;
  flex: 1 1 auto;
}

.ola-tile__cta {
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ola-tile--navy .ola-tile__cta {
  color: var(--ola-maize);
}

.ola-tile--maize .ola-tile__cta {
  color: var(--ola-navy-deep);
}

/* Base strip (páginas internas). La portada usa .ola-cta-strip--promo (maíz) más arriba. */
.ola-cta-strip:not(.ola-cta-strip--promo) {
  background: var(--ola-white);
  color: var(--ola-navy-deep);
}

.ola-cta-strip__box {
  border: 4px solid var(--ola-navy-deep);
  padding: 2rem;
  box-shadow: var(--ola-md-4);
}

.ola-muted-dark {
  color: rgba(0, 29, 61, 0.72);
}

.ola-btn--filled-dark {
  background: var(--ola-navy-deep);
  color: var(--ola-white) !important;
  border: 3px solid var(--ola-navy-deep);
  box-shadow: var(--ola-md-4);
}

.ola-btn--filled-dark:hover {
  background: var(--ola-navy);
  box-shadow: var(--ola-md-8);
  transform: translateY(-2px);
}

.ola-footer {
  background: var(--ola-navy-deep);
  border-top: 4px solid var(--ola-maize);
  color: var(--ola-white);
}

.ola-footer-brand {
  color: var(--ola-white);
  max-width: 220px;
}

.ola-footer-brand .ola-logo-svg {
  height: 36px;
  width: auto;
}

.ola-footer-text {
  color: rgba(255, 255, 255, 0.72);
}

.ola-footer-icon {
  color: var(--ola-white);
  font-size: 1.5rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ola-footer-icon:hover {
  color: var(--ola-maize);
  transform: translateY(-2px);
}

.ola-footer-meta {
  color: rgba(255, 255, 255, 0.65);
}

.ola-footer-tagline {
  font-weight: 800;
  color: var(--ola-maize);
  letter-spacing: 0.04em;
}

.ola-footer-views {
  width: 100%;
}

.ola-footer-views__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 0.75rem;
  background: rgba(255, 203, 5, 0.07);
  border: 1px solid rgba(255, 203, 5, 0.22);
  color: var(--ola-maize);
}

.ola-footer-views__icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.ola-footer-views__num {
  font-size: 0.95em;
}

.ola-blog-index {
  background: var(--ola-white);
  color: var(--ola-navy-deep);
}

.ola-blog-index a {
  color: var(--ola-navy-deep);
  font-weight: 700;
}

.ola-blog-index a:hover {
  color: #004080;
}

@media (max-width: 991px) {
  .ola-nav {
    padding: 1rem 0;
    gap: 0.5rem;
  }

  .navbar-collapse {
    border: 3px solid var(--ola-maize);
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(0, 21, 42, 0.98);
  }
}

body:not(.ola-front) {
  margin: 0;
  padding: 0;
  padding-top: 76px;
  font-family: "Inter", sans-serif;
  background: #ebebeb;
  color: #515153;
  min-height: 100vh;
  margin: 0;
  text-rendering: optimizeLegibility; /* Improves text rendering for readability */
  -webkit-font-smoothing: antialiased; /* Smooths font edges on webkit browsers (e.g., Chrome, Safari) */
  -moz-osx-font-smoothing: grayscale; /* Smooths font edges on macOS */
}

.category-description {
  margin: -5px 0 0 40px;
}

.category-list {
  display: table;
  clear: both;
  margin: 0 0 20px;
}

.category-list ul li {
  list-style: none;
  float: left;
  margin: 0 8px 16px 0;
}

.category-list ul li a {
  padding: 5px 10px;
  background: #dedede;
  border-radius: 5px;
  color: #515153;
  font-weight: 500;
  font-size: 16px;
}

.navbar-nav .sub-menu {
  display: none;
}

.img-fluid img {
  width: 100%!important;
}

.homeMargin {
  margin: 230px auto 0;
}

a {
  color: #fe2207;
  text-decoration: none;
}

a:hover {
  color: #fc7c38;
}

.iframe-container {
  width: 100%; /* O el ancho que desees */
  height: 500px; /* O la altura que desees */
  overflow: hidden; /* Para manejar cualquier desbordamiento */
}

.page-numbers {
  padding: 0 10px 0 0;
}

.whiteContent a {
  color: #f6522e;
}

.btnDos {
  border: 1px solid white;
  padding: 10px 15px;
  border-radius: 25px;
}

.btnServicios.activo {
  background: rgb(253, 29, 29);
  background: linear-gradient(76deg, rgba(253, 29, 29, 1) 10%, rgba(252, 176, 69, 1) 100%);
  color: #fff;
}

.contenido-servicio {
  display: none; /* Oculta todo el contenido */
}

.contenido-servicio.activo {
  display: block; /* Muestra el contenido activo */
}

.gradianteMain {
  background: rgb(253, 29, 29);
  background: linear-gradient(76deg, rgba(253, 29, 29, 1) 10%, rgba(252, 176, 69, 1) 100%);
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}

h1 {
  color: #f6522e;
  font-weight: bold;
  margin: 0;
}

.ul {
  list-style: none;
}

.kanit-thin {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.kanit-thin-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.kanit-extralight-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kanit-light-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.kanit-regular {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kanit-medium-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.kanit-semibold {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kanit-semibold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kanit-bold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.kanit-extrabold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.kanit-black {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.kanit-black-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.postHome {
  width: 20%;
  float: left;
  overflow: hidden;
}

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

.laptopIMG {
  position: relative;
  z-index: 4;
  margin: 5% auto;
  top: -250px;
  width: 900px;
  animation: mover 2s ease infinite alternate;
  display: table;
}
.categoria a {
  font-size: 8px;
  text-decoration: none;
  margin: -5px 5px 5px 0;
  display: table;
  color: #525254;
  background: #dedede;
  letter-spacing: 1px;
  padding: 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  float: left;
  /* clear: both; */
  border: none;
}

.clear {
  clear: both;
}

.smallFechaSingle {
  display: table;
  margin: 0px 0 10px;
  font-size: 12px;
  color: #373737;
  font-weight: bold;
}

.categorySingle {
  padding: 0px 20px 0 0;
  font-size: 12px;
  color: #f07c0d;
  letter-spacing: 1px;
  font-weight: bold;
}

/*toggle*/

/* Estilo para la transición del navbar */
.collapse {
  transition: height 0.3s ease-in-out;
}

/* Estilo cuando el navbar se muestra */
.collapse.show {
  height: auto !important;
  transition: none;
}

footer {
  background: #25282a;
  padding: 30px;
}

/* Estilo cuando el navbar se oculta */
.collapse:not(.show) {
  height: 0;
  transition: height 0.3s ease-in-out;
}

/**/

.mainMenuContainer {
  position: relative;
}

.menu-menu-1-container {
  position: absolute;
  right: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.videOneOne {
  max-width: 600px;
}

/*Toggle*/

.navbar {
  z-index: 10;
}

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

.navbar-nav a:hover {
  color: #fc7c38;
}

.navbar-nav ul {
  display: block;
  list-style-type: none;
}

.purpleGradient {
  color: white;
}

.btnServicios {
  padding: 30px;
  color: white;
  background: #37393d;
  width: 24%;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 700;
}

#menu-item-56 a {
  font-weight: bold;
  background: #238a00;
  padding: 10px 25px;
  display: table;
  margin: -10px 10px !important;
  border-radius: 20px;
  color: white;
  background: #f07c0d;
  transition: background 0.3s ease, color 0.3s ease;
}

#menu-item-56 a:hover {
  color: white;
  background: #f52020;
}

#menu-menu-1 li {
  margin: 0 20px;
}

.left {
  float: left;
  margin: 12px 0 0 20px;
  color: #ebebeb !important;
}

.right {
  float: right;
  margin: 10px 20px 0 0;
  z-index: 9999;
  position: relative;
}

.description {
  font-size: 14px;
}

.splide__list li {
  padding: 0 10px;
}

.bloqueContenido {
  background: #37393d;
}

.splide__arrow--prev {
  left: -1em;
}

.splide__arrow--next {
  right: -2em;
}

.logo {
  width: 125px;
}

.logoFooter {
  width: 160px;
  margin: 0 0 20px 0;
}

.date {
  font-size: 12px;
}

.homeWorks {
  padding: 15px;
  background: #f1f1f1;
  margin: 0 0 15px 0;
  border-radius: 15px;
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.04), 0 2px 2px hsl(0deg 0% 0% / 0.04), 0 4px 4px hsl(0deg 0% 0% / 0.04), 0 8px 8px hsl(0deg 0% 0% / 0.04), 0 16px 16px hsl(0deg 0% 0% / 0.04);
}

.homeWorks h3 {
  font-size: 20px;
  padding: 0;
}

.homeWorks p {
  font-size: 14px;
  line-height: 18px;
}

.homeWorks .boton {
  padding: 5px 5px;
  margin: 15px 0 0 0;
  display: table;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  color: #fe4729;
  font-weight: 400;
  /* background: #f07c0c; */
}

.grayscale {
  filter: grayscale(100%);
}

.homeWorks .title {
  text-decoration: none;
  color: #515153;
}

.homeWorks img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 1s ease-out;
}

.homeWorks img:hover {
  filter: grayscale(0%);
}

.orangeContainer {
  position: relative;
}

.orangeContainer h1 {
  z-index: 3;
  color: white;
}

@keyframes mover {
  0% {
    transform: translateY(0); /* Estado inicial */
  }
  100% {
    transform: translateY(-10px); /* Estado final (sube y gira) */
  }
}

.menu-menu-1-container {
  width: 100%;
  margin: -20px 0 0 0;
}

.menu-menu-1-container {
  position: relative;
}

#menu-menu-1 {
  position: absolute;
  right: 0;
}

.hero {
  padding: 90px 0;
  width: 100%;
  margin: -8px 0 -70px;
  /* overflow: hidden; */
  height: 340px;
}

.hero h1 {
  font-size: 45px;
  max-width: 470px;
  line-height: 114%;
}

h2 {
  font-size: 32px;
}

/*blog*/

.whiteContent {
  padding: 20px;
  background: #f6f6f6;
  border-radius: 10px;
  color: #373737;
}

.infoRo {
  font-size: 13px;
  margin: -2px 0 0 0;
  display: block;
  padding: 0 0 60px;
  color: whitesmoke;
}

@media (max-width: 575px) {

  p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.75;
  }

  .category-description {
    margin: -5px 0 0 0px;
  }

  .homeMargin {
    margin: 50px auto 0;
  }

  .logo {
    width: 100px;
    padding: 10px;
  }

  .laptopIMG {
    margin: 16% auto;
    top: -90px;
    width: 100%;
  }

  #blog {
    display: none;
  }

  .btnServicios {
    width: 32%;
    line-height: 18px;
    padding: 10px 0;
  }

  #menu-menu-1 {
    padding: 20px;
    background: #0c0f12;
    border-radius: 10px;
    margin: 27px 0;
    width: 120%;
    left: -10%;
    height: 3000px;
  }

  #menu-menu-1 li {
    padding: 11px 22px;
    font-size: 25px;
    text-align: left;
    font-size: 18px;
    border-bottom: 2px solid #252728;
  }

  #menu-menu-1 li:last-child {
    border-bottom: none;
  }

  #menu-item-56 {
    text-align: center;
    margin: 15px !important;
    display: table;
    font-weight: bold;
    height: 30px;
  }

  #menu-item-56:hover {
    color: white !important;
  }

  #menu-item-56 a {
    font-weight: bold;
    background: #238a00;
    padding: 10px 25px;
    display: table;
    margin: -10px 10px !important;
    border-radius: 20px;
    color: white;
    background: #f07c0d;
    transition: background 0.3s ease, color 0.3s ease;
    width: 100%;
    text-align: center;
  }

  .hero {
    padding: 20px 0 160px;
    width: 100%;
    margin: -9px 0 40px;
    height: 200px;
  }

  .hero h1 {
    font-size: 22px !important;
    max-width: 375px !important;
    line-height: 114%;
    padding: 0 30px;
    /* text-align: center; */
  }

  h2 {
    font-size: 20px !important;
  }

  .homeWorks {
    padding: 20px 10px !important;
  }

  .homeWorks h3 {
    font-size: 18px;
  }
}

/* WordPress admin bar + header fijo */
body.admin-bar .ola-header{top:32px}@media screen and (max-width:782px){body.admin-bar .ola-header{top:46px}}body.admin-bar{padding-top:108px!important}@media screen and (max-width:782px){body.admin-bar{padding-top:122px!important}}
