/**
* Template Name: Arsha - v4.10.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #13338a;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-azul-gradiente);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 85px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--color-dorado-gradiente);
  visibility: hidden;
  opacity: 0;
  z-index: 996;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: var(--color-negro);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--color-dorado-gradiente);
  color: var(--color-negro);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Whatsapp button
--------------------------------------------------------------*/
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 15px;
  bottom: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  object-fit: contain;
}

:root {
  --color-dorado: #fedb6b;
  --color-negro: #1a1a1a;
  --color-azul: #003442;
  --color-blanco: #ffffff;
  --color-azul-claro: #3b82f6;
  --color-gris: #f8f9fa;
  --color-primary: #47b2e4;
  --color-secondary: #31a9e1;

  --color-dorado-gradiente: linear-gradient(45deg,#ab7927, #c68f46, #fedb6b, #d69c47);
  --color-azul-gradiente: linear-gradient(45deg, #003442, #004e8e, #023241);

  /* Nuevas variables para efectos */
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.15);
  --radius: 16px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Header Styles */
#header {
  transition: all 0.5s ease;
  z-index: 997;
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--color-azul-gradiente);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled,
#header.header-inner-pages {
  background: var(--color-azul-gradiente);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

/* Logo Styles */
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
}

#header .logo a {
  color: #fff;
  text-decoration: none;
  background: var(--color-dorado-gradiente);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

#header .logo a:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.5));
}

/* Navigation Styles */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 5px;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.navbar a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.6s ease;
}

.navbar a:hover::before {
  left: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--color-dorado);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(71, 178, 228, 0.2);
}

/* Get Started Button */
.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 10px 25px;
  margin-left: 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(
    45deg,
    var(--color-primary),
    var(--color-secondary)
  );
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}

.navbar .getstarted::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    var(--color-secondary),
    var(--color-primary)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.navbar .getstarted:hover::before {
  opacity: 1;
}

.navbar .getstarted:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(71, 178, 228, 0.4);
}

/* Mobile Navigation */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: none;
  border: none;
  padding: 8px;
  border-radius: 5px;
}

.mobile-nav-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  #header .logo {
    font-size: 28px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.98);
  transition: 0.3s;
  z-index: 999;
  backdrop-filter: blur(20px);
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 80px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 20px 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  overflow-y: auto;
  transition: 0.3s;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 15px 25px;
  font-size: 16px;
  color: var(--color-negro);
  border-radius: 10px;
  margin: 5px 15px;
  transition: all 0.3s ease;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: var(--color-primary);
  background: rgba(71, 178, 228, 0.1);
  transform: translateX(10px);
}

.navbar-mobile .getstarted {
  margin: 20px 15px;
  background: linear-gradient(
    45deg,
    var(--color-primary),
    var(--color-secondary)
  );
  color: white !important;
  text-align: center;
  box-shadow: 0 5px 15px rgba(71, 178, 228, 0.3);
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background: var(--color-azul-gradiente);
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: var(--color-blanco);
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.btn-primary-custom {
  background: var(--color-dorado-gradiente);
  border: 2px solid var(--color-dorado-gradiente);
  color: var(--color-negro) !important;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  background: transparent;
  color: var(--color-dorado) !important;
  transform: translateY(-2px);
}

.btn-outline-custom {
  background: transparent;
  border: 2px solid var(--color-blanco);
  color: var(--color-blanco);
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 2.5rem);
  font-weight: 800;
  color: var(--color-blanco);
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.hero-title .highlight {
  background: var(--color-dorado-gradiente);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  animation: goldShimmer 3s ease-in-out infinite alternate;
}

@keyframes goldShimmer {
  0% {
    filter: brightness(1);
  }

  100% {
    filter: brightness(1.2);
  }
}

.hero-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Botones mejorados */
.btn-primary-custom {
  background: var(--color-dorado-gradiente);
  border: none;
  color: var(--color-negro);
  font-weight: 700;
  padding: 15px 35px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-primary-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s;
}

.btn-primary-custom:hover::before {
  left: 100%;
}

.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
  color: var(--color-negro);
}

.btn-outline-custom {
  border: 2px solid var(--color-blanco);
  color: var(--color-blanco);
  background: transparent;
  font-weight: 600;
  padding: 13px 35px;
  border-radius: 50px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.btn-outline-custom:hover {
  background: var(--color-blanco);
  color: var(--color-azul);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* Stats con animaciones */
.stats-item {
  text-align: center;
  padding: 1rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease forwards;
}

.stats-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.stats-number {
  font-size: 2.5rem;
  font-weight: 900;
  background: var(--color-dorado-gradiente);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  margin-bottom: 0.5rem;
}

.stats-label {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 0.9rem;
}

.carousel-slide {
  display: none;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  padding: 3rem 2rem;
  text-align: center;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.carousel-slide.active {
  display: flex;
}

.course-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--color-azul),
    var(--color-azul-claro)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
  box-shadow: 0 8px 25px rgba(30, 58, 138, 0.3);
}

/* Controles del carousel */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  color: var(--color-azul);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel-nav:hover {
  background: var(--color-dorado-gradiente);
  color: var(--color-negro);
  transform: translateY(-50%) scale(1.1);
}

.carousel-nav.prev {
  left: -25px;
}

.carousel-nav.next {
  right: -25px;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: var(--color-dorado-gradiente);
  transform: scale(1.2);
}

/* Sección Wompi mejorada */
.wompi-section {
  background: rgba(30, 58, 138, 0.5);
  border-radius: 20px;
  padding: 0.8rem;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(30, 58, 138, 0.6);
  animation: wompiGlow 3s ease-in-out infinite alternate;
}

@keyframes wompiGlow {
  0% {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.4);
  }
}

.wompi-badge {
  background: linear-gradient(135deg, #00c851, #00a041);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-weight: 700;
  font-size: 0.9rem;
}

.payment-method {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.payment-method:hover {
  color: var(--color-dorado);
  transform: translateY(-2px);
}

/* Animaciones */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.8s ease forwards;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content {
    padding: 60px 0;
  }

  .stats-item {
    margin-bottom: 1rem;
  }

  .carousel-nav {
    display: none;
  }

  .outstanding-carousel-container {
    margin: 2rem 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 15px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  color: var(--color-negro);
  text-align: center;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--color-negro);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/* about */

.about-section {
  background: linear-gradient(135deg, var(--color-gris) 0%, #e8f0fe 100%);
}

.intro-card {
  background: var(--color-blanco);
  padding: 24px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.1);
  margin-bottom: 50px;
  border-top: 4px solid var(--color-azul);
}

/* Navegación por tabs */
.nav-tabs-custom {
  border: none;
  justify-content: center;
  margin-bottom: 40px;
}

.nav-tabs-custom .nav-link {
  background: var(--color-blanco);
  border: 2px solid var(--color-azul);
  color: var(--color-azul);
  font-weight: 600;
  padding: 15px 30px;
  margin: 5px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.nav-tabs-custom .nav-link:hover,
.nav-tabs-custom .nav-link.active {
  background: var(--color-azul-gradiente);
  color: var(--color-blanco);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(30, 58, 138, 0.3);
  border-color: var(--color-azul);
}

/* Cards de contenido */
.content-card {
  background: var(--color-blanco);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  min-height: 400px;
  opacity: 1;
  visibility: visible;
}

.content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(26, 26, 26, 0.15);
}

.content-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--color-azul),
    var(--color-azul-claro)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.content-icon i {
  font-size: 2rem;
  color: var(--color-blanco);
}

.content-card h4 {
  color: var(--color-negro);
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.content-card p {
  color: var(--color-negro);
  line-height: 1.6;
}

/* Accordion para principios */
.accordion-custom .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-custom .accordion-header button {
  background: var(--color-azul-gradiente);
  color: var(--color-blanco);
  font-weight: 600;
  border: none;
  padding: 20px;
}

.accordion-custom .accordion-header button:not(.collapsed) {
  background: var(--color-negro);
  color: var(--color-dorado);
}

.accordion-custom .accordion-header button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-custom .accordion-body {
  background: var(--color-blanco);
  padding: 25px;
  color: var(--color-negro);
}

/* Principios grid */
.principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.principle-item {
  background: white;
  padding: 25px;
  border-radius: 10px;
  border-left: 4px solid var(--primary-color);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.principle-item:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.principle-item strong {
  color: var(--primary-color);
  font-size: 1.1rem;
}

/* Compromiso final - Compacto */
.commitment-compact {
  margin-top: 40px;
}

.commitment-content {
  background: var(--color-blanco);
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(26, 26, 26, 0.08);
  border-left: 3px solid var(--color-azul);
  text-align: center;
}

.commitment-main {
  font-size: 1.1rem;
  color: var(--color-negro);
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}

.commitment-cta {
  font-size: 1rem;
  color: var(--color-azul);
  margin-bottom: 0;
}

.commitment-cta strong {
  color: var(--color-negro);
}

/* Animaciones */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-tabs-custom .nav-link {
    font-size: 0.9rem;
    padding: 12px 20px;
    margin: 5px;
  }

  .section-title h2 {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)),
    url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic2 {
  overflow: hidden;
  height: 200px;
}

.member .pic3 {
  overflow: hidden;
  height: 80px;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #ffffff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  background: var(--color-blanco);
  padding: 24px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.1);
  border-top: 4px solid var(--color-azul);
  border-bottom: 4px solid var(--color-azul);
  padding: 30px;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: var(--color-azul);
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: var(--color-azul-gradiente);
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: var(--color-azul-gradiente);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: var(--color-blanco);
  padding: 24px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(26, 26, 26, 0.1);
  border-top: 4px solid var(--color-azul);
  border-bottom: 4px solid var(--color-azul);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: var(--color-dorado-gradiente);
  border: 0;
  padding: 12px 34px;
  color: var(--color-negro);
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: var(--color-dorado-gradiente);
  opacity: 0.7;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer IMAVSS - Versión Compacta
--------------------------------------------------------------*/
#footer {
  background: var(--color-azul-gradiente);
  color: var(--color-blanco);
  position: relative;
}

/* Línea dorada superior */
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-dorado),
    transparent
  );
}

/* Contenido principal del footer */
#footer .footer-main {
  padding: 40px 0 20px;
  background: var(--color-azul-gradiente);
}

/* Logo y nombre de la empresa */
#footer .footer-brand {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#footer .footer-brand img {
  height: 40px;
  margin-right: 12px;
}

#footer .footer-brand h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-blanco);
  margin: 0;
}

/* Información de contacto */
/* #footer .contact-info {
  margin-bottom: 20px;
} */

#footer .contact-info p {
  font-size: 14px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  transition: var(--transition);
}

#footer .contact-info p:hover {
  color: var(--color-dorado);
  transform: translateX(5px);
}

#footer .contact-info i {
  color: var(--color-dorado);
  margin-right: 10px;
  font-size: 16px;
  min-width: 18px;
}

/* Enlaces rápidos */
#footer .footer-links h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dorado);
  margin-bottom: 15px;
  position: relative;
}

#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-links ul li {
  margin-bottom: 8px;
}

#footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  transition: var(--transition);
  display: flex;
  align-items: center;
}

#footer .footer-links ul a:hover {
  color: var(--color-dorado);
  transform: translateX(3px);
}

#footer .footer-links ul i {
  color: var(--color-primary);
  font-size: 12px;
  margin-right: 8px;
}

/* Redes sociales */
#footer .social-section h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dorado);
  margin-bottom: 15px;
}

#footer .social-section p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  line-height: 1.5;
}

#footer .social-links {
  display: flex;
  gap: 10px;
}

#footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 8px;
  color: var(--color-blanco);
  text-decoration: none;
  transition: var(--transition);
  font-size: 18px;
}

#footer .social-links a:hover {
  background: var(--color-dorado-gradiente);
  color: var(--color-azul);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

#footer .social-section .btn-primary-custom {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}

/* Footer inferior */
#footer .footer-bottom {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

#footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#footer .copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

#footer .credits {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

#footer .credits img {
  height: 20px;
}

#footer .credits a {
  color: var(--color-dorado);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}

#footer .credits a:hover {
  color: var(--color-blanco);
}

/* Responsive */
@media (max-width: 768px) {
  #footer .footer-main {
    padding: 30px 0 15px;
  }

  #footer .footer-brand {
    justify-content: center;
    text-align: center;
  }

  #footer .footer-brand h3 {
    font-size: 20px;
  }

  #footer .contact-info,
  #footer .footer-links,
  #footer .social-section {
    text-align: center;
    margin-bottom: 25px;
  }

  #footer .social-links {
    justify-content: center;
  }

  #footer .social-section .btn-primary-custom {
    margin-top: 20px;
  }

  #footer .footer-bottom .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  #footer .contact-info p:hover,
  #footer .footer-links ul a:hover {
    transform: none;
  }
}

/* Efectos adicionales */
.pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--color-dorado-gradiente);
  border-radius: 50%;
  animation: pulse 2s infinite;
  margin-left: 8px;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.date_content {
  display: inline-flex;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e8;
  border-top: 1px solid #e9e9e8;
  margin: 10px 0;
}

.date_content i {
  color: #4f5fb8;
  margin-right: 10px;
}

.date_content p {
  margin-right: 20px;
}

.date_content4 p {
  margin-right: 12px;
}

/* About Section */
.about-section {
  background: var(--color-gris);
}

.about-card {
  background: var(--color-blanco);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease;
}

.about-card:hover {
  transform: translateY(-5px);
}

.about-icon {
  width: 50px;
  height: 50px;
  background: var(--color-dorado-gradiente);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  font-size: 2rem;
  color: var(--color-blanco);
  display: none;
}

/* Services Section */
.service-card {
  background: var(--color-blanco);
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  border-top: 4px solid var(--color-dorado-gradiente);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-icon {
  width: 100px;
  height: 100px;
  background: var(--color-dorado-gradiente);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 2.5rem;
  color: var(--color-blanco);
}

/* Courses Section */
.courses-section {
  background: var(--color-gris);
}

.course-card {
  height: auto;
  background: var(--color-blanco);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.course-image {
  height: 200px;
  background: var(--color-dorado-gradiente);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--color-blanco);
}

.course-content {
  padding: 30px;
}

.course-price {
  background: var(--color-dorado-gradiente);
  color: var(--color-negro) !important;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

/* Payment Section */
.payment-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 0;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
}

.process-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 180px;
  position: relative;
}

.step-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, #00d4aa, #00b894);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 212, 170, 0.3);
}

.step-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}

.step-desc {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.4;
}

.arrow {
  font-size: 1.5rem;
  color: #00d4aa;
  margin: 0 10px;
  align-self: center;
}

.cta-section {
  text-align: center;
  margin-top: 50px;
}

.payment-info {
  background: white;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
  text-align: center;
}

.payment-methods {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.payment-method:hover {
  opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .process-steps {
    flex-direction: column;
    gap: 30px;
  }

  .arrow {
    transform: rotate(90deg);
    margin: 10px 0;
  }

  .section-title h3 {
    font-size: 1.8rem;
  }

  .payment-section {
    padding: 60px 0;
  }

  .payment-methods {
    gap: 15px;
  }

  .payment-method {
    font-size: 1.5rem;
  }
}

/* Contact Section */
.contact-section {
  background: var(--color-gris);
}

.contact-form {
  background: var(--color-blanco);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: var(--color-dorado-gradiente);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 1.5rem;
  color: var(--color-negro);
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 8px;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Footer */
.footer {
  background: var(--color-negro);
  color: var(--color-blanco);
  padding: 60px 0 20px;
}

.footer h5 {
  color: var(--color-dorado);
  margin-bottom: 20px;
}

.footer a {
  color: var(--color-blanco);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--color-dorado);
}

/* Custom Form Styles */
.form-control:focus {
  border-color: var(--color-dorado-gradiente);
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
}

/* Utility Classes */
.text-dorado {
  color: var(--color-dorado) !important;
}

.bg-dorado {
  background-color: var(--color-dorado-gradiente) !important;
}

.text-azul {
  color: var(--color-azul) !important;
}

.bg-azul {
  background-color: var(--color-azul-gradiente) !important;
}

/* Animation Classes */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
}

/** css personalizado*/

.card-image-container {
  position: relative;
  height: 160px;
  overflow: hidden;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.carousel-card:hover .card-image {
  transform: scale(1.05);
}

.card-overlay {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.card-price {
  background: var(--color-dorado-gradiente);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.875rem;
  box-shadow: var(--shadow-md);
}

.card-content {
  padding: 1rem;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--text-secondary);
  font-size: 0.875rem;
}

.info-item i {
  font-size: 0.75rem;
}

.badge {
  background: linear-gradient(135deg, var(--warning-color), #f59e0b);
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.card-button {
  width: 100%;
  background: var(--color-dorado-gradiente);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  cursor: pointer;
}

.card-button:hover {
  background: var(--color-dorado-gradiente);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.card-button:active {
  transform: translateY(0);
}

/* Course Cards Only */
/* Carta principal de curso */
.course-card {
  background: var(--color-blanco);
  border-radius: var(--radius);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.course-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-primary);
}

/* Contenedor de imagen */
.course-image-container {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--color-secondary)
  );
}

.course-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.course-card:hover .course-image {
  transform: scale(1.05);
}

/* Badge de precio */
.course-price-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--color-dorado-gradiente);
  color: var(--color-negro);
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
  z-index: 2;
}

/* Contenido de la carta */
.course-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Meta información */
.course-meta {
  margin-bottom: 0.75rem;
}

.course-hours {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-primary);
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(71, 178, 228, 0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
}

.course-hours i {
  font-size: 0.75rem;
}

/* Título del curso */
.course-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-azul);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Descripción */
.course-description {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

/* Footer de la carta */
.course-footer {
  margin-top: auto;
}

/* Botón principal */
.btn-primary-custom02 {
  width: 100%;
  background: var(--color-azul-gradiente);
  color: var(--color-blanco);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--transition);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 2px 8px rgba(71, 178, 228, 0.3);
}

.btn-primary-custom02:focus {
  background: var(--color-azul-gradiente);
  border-color: var(--color-azul);
  color: var(--color-blanco);
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
}

.btn-primary-custom02:hover {
  background: var(--color-azul-gradiente);
  color: var(--color-blanco);
  opacity: 0.7;
  transform: translateY(-2px);
}

.stars {
  color: var(--color-dorado);
}

/* Responsive design */
@media (max-width: 768px) {
  .course-content {
    padding: 1.25rem;
  }

  .course-title {
    font-size: 1rem;
  }

  .course-description {
    font-size: 0.8rem;
  }

  .btn-primary-custom {
    padding: 0.625rem 1.25rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .course-image-container {
    height: 150px;
  }

  .course-content {
    padding: 1rem;
  }

  .course-title {
    font-size: 0.95rem;
    min-height: 2.5rem;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .card-info {
    gap: 0.75rem;
  }

  .course-footer {
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
  }

  .btn-primary-custom {
    width: 100%;
  }
}

/* Estilos para el carrusel con scroll horizontal */

.general-carousel-container {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  display: flex;
  gap: 20px;
  padding: 10px 0;
  flex: 1;
  position: relative;

  /* Scrollbar personalizada */
  scrollbar-width: thin;
  scrollbar-color: var(--color-dorado-gradiente);
}

/* Indicador de progreso de scroll */
.scroll-progress {
  width: 100%;
  height: 4px;
  background: #e9ecef;
  border-radius: 2px;
  margin-top: 10px;
  overflow: hidden;
}

.scroll-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 2px;
  transition: width 0.3s ease;
  width: 0%;
}

/* Indicadores de posición */
.scroll-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.scroll-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.scroll-dot.active {
  background: #007bff;
  transform: scale(1.2);
}

.scroll-dot:hover {
  background: #0056b3;
}

/* Información de scroll */
.scroll-info {
  text-align: center;
  margin-top: 10px;
  font-size: 0.85rem;
  color: #6c757d;
}

/* Responsive */
@media (max-width: 768px) {
  .course-card {
    min-width: 250px;
    max-width: 100%;
  }

  .courses-carousel {
    gap: 10px;
  }

  .carousel-nav {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 576px) {
  .course-card {
    min-width: 220px;
    max-width: 100%;
  }
}

/** modal pago */
/* Estilos mínimos para las transiciones */
.content-section {
  display: none;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-section.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

.modal-content {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Estilos para la barra de búsqueda */
.search-container {
  position: relative;
  margin-bottom: 1.5rem;
}

.search-input-group {
  background: var(--color-blanco);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  border: 2px solid transparent;
  overflow: hidden;
  transition: var(--transition);
}

.search-input-group:focus-within {
  border-color: var(--color-azul);
  box-shadow: var(--shadow-lg), 0 0 0 3px rgba(71, 178, 228, 0.1);
}

.search-input-group .input-group-text {
  background: var(--color-azul-gradiente);
  border: none;
  color: var(--color-blanco);
  padding: 0.75rem 1rem;
}

.search-input-group input {
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  background: transparent;
}

.search-input-group input:focus {
  outline: none;
  box-shadow: none;
}

/* Estilos para los filtros de categoría */
.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.category-btn {
  padding: 0.625rem 1.25rem;
  border-radius: 50px;
  border: 2px solid transparent;
  background: var(--color-gris);
  color: var(--color-negro);
  font-weight: 600;
  font-size: 0.875rem;
  transition: var(--transition);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
}

.category-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  color: var(--color-azul);
  border-color: var(--color-azul);
}

.category-btn.active {
  background: var(--color-azul-gradiente);
  color: var(--color-blanco);
  border-color: var(--color-azul);
  box-shadow: var(--shadow-md);
}

.category-btn i {
  font-size: 1rem;
}

/* Estilos para el dropdown de ordenamiento */
.sort-dropdown {
  position: relative;
}

.sort-toggle {
  background: var(--color-blanco);
  border: 2px solid var(--color-gris);
  border-radius: var(--radius);
  padding: 0.75rem 1.25rem;
  color: var(--color-negro);
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 200px;
}

.sort-toggle:hover {
  border-color: var(--color-azul);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.sort-toggle.show {
  border-color: var(--color-azul);
  box-shadow: var(--shadow-lg);
}

.sort-dropdown-menu {
  background: var(--color-blanco);
  border: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 0.5rem;
  min-width: 220px;
  margin-top: 0.5rem;
}

.sort-option {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  color: var(--color-negro);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: var(--transition);
  margin-bottom: 0.25rem;
}

.sort-option:hover {
  background: var(--color-gris);
  color: var(--color-primary);
  transform: translateX(4px);
}

.sort-option.active {
  background: var(--color-azul-gradiente);
  color: var(--color-blanco);
}

.sort-option i {
  width: 18px;
  text-align: center;
}

/* Estilos para la paginación */
.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding: 1.5rem 0;
}

.results-info {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
}

.results-info .highlight {
  color: var(--color-primary);
  font-weight: 700;
}

.pagination-nav {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.pagination-btn {
  padding: 0.5rem 0.75rem;
  border: 2px solid transparent;
  background: var(--color-blanco);
  color: var(--color-negro);
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.875rem;
  transition: var(--transition);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-btn:hover:not(.disabled) {
  background: var(--color-azul-gradiente);
  color: var(--color-blanco);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.pagination-btn.active {
  background: var(--color-azul-gradiente);
  color: var(--color-blanco);
  border-color: var(--color-azul);
  box-shadow: var(--shadow-md);
}

.pagination-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  color: #9ca3af;
}

.pagination-ellipsis {
  padding: 0.5rem;
  color: #9ca3af;
  font-weight: 600;
}

/* Estilos para móviles */
@media (max-width: 768px) {
  .category-filters {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .category-filters::-webkit-scrollbar {
    display: none;
  }

  .category-btn {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }

  .sort-toggle {
    width: 100%;
    justify-content: center;
  }

  .pagination-container {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .pagination-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* Estados de carga y vacío */
.loading-state {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--color-primary);
}

.loading-spinner {
  width: 3rem;
  height: 3rem;
  border: 3px solid var(--color-gris);
  border-top: 3px solid var(--color-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: #6b7280;
}

.empty-state i {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}

.empty-state h4 {
  margin-bottom: 0.5rem;
  color: var(--color-negro);
}

.reset-btn {
  background: var(--color-primary);
  color: var(--color-blanco);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  font-weight: 600;
  transition: var(--transition);
  margin-top: 1rem;
}

.reset-btn:hover {
  background: var(--color-secondary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Animaciones de entrada */
.fade-in {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
