.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#A19A9A;--e-global-color-accent:#61CE70;--e-global-color-1936c52:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:4rem;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;	
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
.container {
    max-width: 1200px;
    margin: 50px auto;
}
.site-content {
    padding: 40px 0;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  background-color: #111827;
  
}

.elementor-icon {
  color: #2B60A1 !important;
}

.text-green-400 {
  color: #00E676 !important;
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

/* Botones de filtro */
.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto 3rem auto;
  max-width: 100%;
  text-align: center;
}

.filter-buttons .filter-btn {
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  font-weight: 500;
  background-color: #1f2937;
  color: #d1d5db;
  transition: all 0.2s;
  cursor: pointer;
}
.filter-buttons .filter-btn:hover {
  background-color: #374151;
  color: #fff;
}
.filter-buttons .filter-btn.active {
  background: linear-gradient(to right, #00D4FF, #0099CC);
  color: #000;
}

/* Cards */
.card {
  background: rgba(17, 24, 39, 0.5);
  border: 1px solid #1f2937;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.card:hover {
  transform: scale(1.05);
  border-color: rgba(0, 212, 255, 0.5);
}
.card-image {
  position: relative;
  height: 12rem;
  overflow: hidden;
  border-radius: 0;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.5s ease;
}
.card:hover .card-image img {
  transform: scale(1.1);
}
.card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.tag {
  position: absolute;
  background-color: #00D4FF;
  color: #000;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}

/* Card content */
.card-content {
  padding: 1.5rem;
  color: #fff;
}
.card-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.75rem;
  color: #9ca3af;
  margin-bottom: 0.75rem;
}
.card-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  transition: color 0.3s;
}
.card:hover .card-title {
  color: #00D4FF;
}
.card-excerpt {
  font-size: 0.875rem;
  color: #9ca3af;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.card-label {
  display: inline-block;
  background-color: #1f2937;
  color: #00D4FF;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}
.card-link {
  color: #00D4FF;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.card-link:hover {
  color: #0099CC;
}

/* Grid de tarjetas */
.card-grid {
  display: grid;
  padding-top: 20px;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.ht-ctc-chat {
  right: 0 !important;
  bottom: 1rem !important;
  max-width: 64px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  z-index: 9999999 !important;
}

/* Ajusta la imagen */
.ht-ctc-chat img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .e-font-icon-svg.e-fas-align-justify {
      color: #ffffff !important;
      fill: #ffffff !important;
  }
}

.recent-posts li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.recent-posts li img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.375rem;
  margin-right: 0.75rem;
}

.recent-posts li span {
  font-size: 0.875rem;
  color: #d1d5db;
  transition: color 0.3s;
}

.recent-posts li a:hover span {
  color: #00D4FF;
}

.main-content {
    flex: 1; /* ocupa el espacio disponible */
}

/* Barra lateral */
.sidebar {
    width: 300px; /* ancho fijo de la barra lateral */
}

/* Ajuste para pantallas pequeñas */
@media (max-width: 768px) {
    .content-with-sidebar {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }
}
.content-with-sidebar {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}

h1
{
	padding: 20px 0;
}

h2{
	padding: 20px 0px;
}

h3{
	padding:20px 0px;
}

ul{
	padding: 0px 50px;
}/* End custom CSS */