@charset "UTF-8";
.blog-hero-content .post-category {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 15px;
}
.blog-hero-content .post-category i {
  margin-right: 5px;
}
.blog-hero-content h1::after {
  display: none !important;
}
.blog-hero-content .post-meta-info {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.blog-hero-content .post-meta-info span:not(:first-child) {
  margin-left: 20px;
}
.blog-hero-content .post-meta-info span i {
  margin-right: 5px;
}

.blog-hero .post-category {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 15px;
}
.blog-hero .post-category i {
  margin-right: 5px;
}
.blog-hero .post-meta {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 15px;
  font-size: 16px;
}
.blog-hero .post-meta span:not(:first-child) {
  margin-left: 20px;
}
.blog-hero .post-meta span i {
  margin-right: 5px;
}

.blog-post-card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.blog-post-card .blog-img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.blog-post-card .blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-post-card .blog-img:hover img {
  transform: scale(1.05);
}
.blog-post-card .post-date {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 600;
}
.blog-post-card .post-date i {
  margin-right: 5px;
}
.blog-post-card .blog-info {
  padding: 25px;
}
.blog-post-card .post-meta-tag {
  display: inline-block;
  padding: 5px 12px;
  background: #fff3e0;
  color: #d32f2f;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-post-card .post-meta-tag i {
  margin-right: 5px;
}
.blog-post-card h3 {
  margin-bottom: 15px;
  line-height: 1.4;
}
.blog-post-card h3 a {
  color: #333;
  font-size: 20px;
  transition: color 0.3s ease;
}
.blog-post-card h3 a:hover {
  color: #d32f2f;
}
.blog-post-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}
.blog-post-card .theme-btn {
  display: inline-block;
  padding: 12px 25px;
}

.blog-content .emergency-alert {
  background: #fff3e0;
  border-left: 5px solid #d32f2f;
  padding: 25px;
  margin-bottom: 40px;
  border-radius: 5px;
}
.blog-content .emergency-alert .alert-title {
  color: #d32f2f;
  margin-bottom: 10px;
}
.blog-content .emergency-alert .alert-title i {
  margin-right: 10px;
}
.blog-content .emergency-alert .alert-text {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.blog-content .emergency-alert .alert-text strong {
  color: #d32f2f;
}
.blog-content .emergency-alert.warning {
  background: #fff3e0;
  border-color: #ffc107;
}
.blog-content .emergency-alert.danger {
  background: #ffe5e5;
  border-color: #dc3545;
}
.blog-content .intro-text {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
}
.blog-content .intro-text strong {
  color: #d32f2f;
  font-weight: 600;
}
.blog-content .intro-text em {
  font-style: italic;
  color: #666;
}
.blog-content .featured-image {
  margin: 40px 0;
  border-radius: 10px;
  overflow: hidden;
}
.blog-content .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-content .featured-image .image-caption {
  background: #f5f5f5;
  padding: 15px;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.blog-content .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .blog-content .stats-grid {
    grid-template-columns: 1fr;
  }
}
.blog-content .stats-grid .stat-card {
  background: #fff3e0;
  padding: 25px;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.blog-content .stats-grid .stat-card:hover {
  transform: translateY(-5px);
}
.blog-content .stats-grid .stat-card .stat-icon {
  font-size: 40px;
  color: #d32f2f;
  margin-bottom: 15px;
  display: block;
}
.blog-content .stats-grid .stat-card .stat-number {
  color: #d32f2f;
  margin: 0;
  font-size: 32px;
}
.blog-content .stats-grid .stat-card .stat-label {
  margin: 5px 0 0 0;
  color: #666;
}
.blog-content .coordination-section {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  margin: 30px 0;
}
.blog-content .coordination-section .coordination-title {
  color: #333;
  margin-bottom: 20px;
}
.blog-content .coordination-section .coordination-title i {
  margin-right: 10px;
  color: #d32f2f;
}
.blog-content .coordination-section .coordination-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-content .coordination-section .coordination-list .coordination-item {
  padding: 12px 0;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
}
.blog-content .coordination-section .coordination-list .coordination-item:last-child {
  border-bottom: none;
}
.blog-content .coordination-section .coordination-list .coordination-item i {
  margin-right: 15px;
  font-size: 20px;
  color: #d32f2f;
}
.blog-content .coordination-section .coordination-list .coordination-item strong {
  color: #333;
}
.blog-content .blog-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .blog-content .blog-gallery {
    grid-template-columns: 1fr;
  }
}
.blog-content .blog-gallery .gallery-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.blog-content .blog-gallery .gallery-item:hover {
  transform: scale(1.02);
}
.blog-content .blog-gallery .gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog-content .commander-quote {
  border-left: 4px solid #d32f2f;
  padding: 20px 30px;
  margin: 30px 0;
  background: #f8f9fa;
  font-style: italic;
  color: #555;
}
.blog-content .commander-quote .quote-author {
  margin-top: 15px;
  font-style: normal;
  color: #888;
  font-size: 14px;
}
.blog-content .safety-recommendations {
  background: #fff3cd;
  border: 2px solid #ffc107;
  padding: 25px;
  border-radius: 8px;
  margin: 30px 0;
}
.blog-content .safety-recommendations h4 {
  color: #856404;
  margin-bottom: 15px;
}
.blog-content .safety-recommendations h4 i {
  margin-right: 10px;
}
.blog-content .safety-recommendations p {
  margin: 0;
  color: #856404;
  line-height: 1.6;
}
.blog-content .closing-reflection {
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  color: white;
  padding: 40px;
  border-radius: 10px;
  margin: 50px 0;
  text-align: center;
}
.blog-content .closing-reflection h3 {
  color: white;
  margin-bottom: 15px;
}
.blog-content .closing-reflection p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.6;
  color: white;
}
.blog-content p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}
.blog-content .section-title, .blog-content h2 {
  color: #d32f2f;
  margin-top: 50px;
  margin-bottom: 25px;
}

.blog-navigation {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .blog-navigation {
    flex-direction: column;
    gap: 15px;
  }
  .blog-navigation .nav-button {
    width: 100%;
    text-align: center;
  }
}
.blog-navigation .nav-button {
  display: inline-block;
  padding: 12px 30px;
  background: #d32f2f;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.blog-navigation .nav-button:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  color: white;
}
.blog-navigation .nav-button.prev i {
  margin-right: 8px;
}
.blog-navigation .nav-button.next i {
  margin-left: 8px;
}

.sidebar .widget {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sidebar .widget .widget-title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #d32f2f;
}
.sidebar .related-posts-widget {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sidebar .related-posts-widget .widget-title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #d32f2f;
}
.sidebar .related-post-card {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
.sidebar .related-post-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .related-post-card .post-link {
  display: flex;
  gap: 15px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.sidebar .related-post-card .post-link:hover {
  opacity: 0.8;
}
.sidebar .related-post-card .post-link .post-thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}
.sidebar .related-post-card .post-link .post-info {
  flex: 1;
}
.sidebar .related-post-card .post-link .post-info .post-title-small {
  color: #333;
  margin-bottom: 5px;
  font-size: 16px;
}
.sidebar .related-post-card .post-link .post-info .post-date {
  color: #999;
  font-size: 13px;
}
.sidebar .related-post-card .post-link .post-info .post-date i {
  margin-right: 5px;
}
.sidebar .cta-box {
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  padding: 35px;
  border-radius: 10px;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}
.sidebar .cta-box .cta-icon {
  font-size: 50px;
  margin-bottom: 20px;
  opacity: 0.9;
  display: block;
}
.sidebar .cta-box .cta-title {
  color: white;
  margin-bottom: 15px;
}
.sidebar .cta-box .cta-text {
  margin-bottom: 25px;
  line-height: 1.6;
  color: white;
}
.sidebar .cta-box .cta-button {
  display: inline-block;
  background: white;
  color: #d32f2f;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.sidebar .cta-box .cta-button:hover {
  transform: translateY(-2px);
  color: #d32f2f;
}
.sidebar .social-share-widget .social-share-buttons .btn {
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sidebar .social-share-widget .social-share-buttons .btn i {
  font-size: 18px;
}
.sidebar .social-share-widget .social-share-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.sidebar .social-share-widget .social-share-buttons .btn.btn-primary {
  background: #1877f2;
  border-color: #1877f2;
  color: white;
}
.sidebar .social-share-widget .social-share-buttons .btn.btn-primary:hover {
  background: #145dbf;
  border-color: #145dbf;
}
.sidebar .social-share-widget .social-share-buttons .btn.btn-info {
  background: #1da1f2;
  border-color: #1da1f2;
  color: white;
}
.sidebar .social-share-widget .social-share-buttons .btn.btn-info:hover {
  background: #1a8cd8;
  border-color: #1a8cd8;
}
.sidebar .social-share-widget .social-share-buttons .btn.btn-success {
  background: #25d366;
  border-color: #25d366;
  color: white;
}
.sidebar .social-share-widget .social-share-buttons .btn.btn-success:hover {
  background: #20ba5a;
  border-color: #20ba5a;
}

.support-cta {
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  padding: 50px 40px;
  border-radius: 10px;
  text-align: center;
  color: white;
}
.support-cta h3 {
  color: white;
  margin-bottom: 15px;
}
.support-cta p {
  font-size: 18px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.95);
}
.support-cta .theme-btn {
  background: white;
  color: #d32f2f;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
}
.support-cta .theme-btn:hover {
  background: #f5f5f5;
}

.content-section {
  margin-bottom: 40px;
}
.content-section h2 {
  color: #d32f2f;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
}
.content-section p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.invitation-section {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
  padding: 40px;
  border-radius: 10px;
  color: white;
  margin: 40px 0;
  box-shadow: 0 10px 30px rgba(255, 152, 0, 0.3);
}
.invitation-section h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: white;
}
.invitation-section p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: center;
  color: white;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 30px;
}
.schedule-grid .schedule-item {
  background: rgba(255, 255, 255, 0.15);
  padding: 20px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
.schedule-grid .schedule-item .schedule-day {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}
.schedule-grid .schedule-item .schedule-time {
  font-size: 15px;
  opacity: 0.95;
}
@media (max-width: 768px) {
  .schedule-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .schedule-grid {
    grid-template-columns: 1fr;
  }
}

.invitation-footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.invitation-footer p {
  font-size: 17px;
  margin-bottom: 0;
  color: white;
}
.invitation-footer span {
  font-size: 15px;
  opacity: 0.9;
}

.leadership-section {
  background: #fff9e6;
  border-left: 5px solid #ff9800;
  padding: 35px;
  border-radius: 8px;
  margin: 50px 0;
}
.leadership-section h3 {
  color: #f57c00;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.leadership-section p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}
.leadership-section p.recognition {
  color: #d32f2f;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}

.community-invitation {
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  padding: 40px;
  border-radius: 10px;
  color: white;
  margin: 50px 0;
  text-align: center;
  box-shadow: 0 10px 30px rgba(211, 47, 47, 0.3);
}
.community-invitation h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}
.community-invitation p {
  font-size: 18px;
  line-height: 1.7;
  color: white;
  margin-bottom: 20px;
}
.community-invitation p:last-child {
  margin-bottom: 0;
}

.cultural-reflection {
  margin: 50px 0;
  padding: 40px;
  background: #fafafa;
  border-radius: 10px;
  border-left: 5px solid #ff9800;
}
.cultural-reflection h3 {
  color: #d32f2f;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cultural-reflection p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}
.cultural-reflection p:last-of-type {
  font-size: 19px;
  color: #d32f2f;
  margin-bottom: 0;
  font-weight: 600;
}

.pg-tp-wrp p {
  color: white;
  font-size: 18px;
  margin-top: 15px;
}

.blog-post {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.blog-post .blog-img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.blog-post .blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-post .blog-img:hover img {
  transform: scale(1.05);
}
.blog-post .post-date {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 600;
}
.blog-post .blog-info {
  padding: 25px;
}
.blog-post .blog-info .post-meta {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-post .blog-info .post-meta.post-meta-gifts {
  background: #ffebee;
  color: #d32f2f;
}
.blog-post .blog-info .post-meta.post-meta-tradition {
  background: #fff3e0;
  color: #ff9800;
}
.blog-post .blog-info .post-meta.post-meta-fire {
  background: #fff3e0;
  color: #d32f2f;
}
.blog-post .blog-info .post-meta.post-meta-commercial {
  background: #fff3e0;
  color: #d32f2f;
}
.blog-post .blog-info .post-meta.post-meta-rescue {
  background: #fff3e0;
  color: #d32f2f;
}
.blog-post .blog-info .post-meta.post-meta-hazmat {
  background: #fff3e0;
  color: #d32f2f;
}
.blog-post .blog-info .post-meta.post-meta-explosion {
  background: #ffebee;
  color: #d32f2f;
}
.blog-post .blog-info .post-meta.post-meta-alliance {
  background: #e8f5e9;
  color: #2e7d32;
}
.blog-post .blog-info .post-meta.post-meta-graduation {
  background: #e3f2fd;
  color: #1976d2;
}
.blog-post .blog-info .post-meta.post-meta-humanitarian {
  background: #f3e5f5;
  color: #7b1fa2;
}
.blog-post .blog-info .post-meta.post-meta-donation {
  background: #fff9c4;
  color: #f57c00;
}
.blog-post .blog-info .post-meta.post-meta-equipment {
  background: #e0f2f1;
  color: #00796b;
}
.blog-post .blog-info .post-meta.post-meta-infrastructure {
  background: #fce4ec;
  color: #c2185b;
}
.blog-post .blog-info .post-meta.post-meta-residential {
  background: #ffebee;
  color: #d32f2f;
}
.blog-post .blog-info h3 {
  margin-bottom: 15px;
}
.blog-post .blog-info h3 a {
  color: #333;
  font-size: 20px;
  transition: color 0.3s ease;
}
.blog-post .blog-info h3 a:hover {
  color: #d32f2f;
}
.blog-post .blog-info p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}
.blog-post .blog-info .theme-btn {
  display: inline-block;
  padding: 12px 25px;
}

.support-cta {
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  padding: 50px 40px;
  border-radius: 10px;
  text-align: center;
  color: white;
}
.support-cta h3 {
  color: white;
  margin-bottom: 15px;
}
.support-cta p {
  font-size: 18px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.95);
}
.support-cta .theme-btn {
  background: white;
  color: #d32f2f;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
}
.support-cta .theme-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}

.breadcrumb-section {
  position: relative;
  margin-bottom: 0;
}

.breadcrumb-title {
  animation: fadeInDown 0.6s ease-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.breadcrumb-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  margin: 25px 0 0;
  animation: fadeInUp 0.8s ease-out;
}

.breadcrumb-modern .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  position: relative;
}

.breadcrumb-link {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.breadcrumb-link:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}

.breadcrumb-icon {
  margin-right: 6px;
  font-size: 16px;
}

.breadcrumb-current {
  color: #fff;
  font-weight: 400;
}

.breadcrumb-item.active {
  color: #fff;
}

/* Animaciones */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Responsive */
@media (max-width: 768px) {
  .breadcrumb-modern {
    flex-wrap: wrap;
  }
  .breadcrumb-modern .breadcrumb-item {
    font-size: 20px;
  }
  .breadcrumb-icon {
    display: none;
  }
  .breadcrumb-title {
    font-size: 36px !important;
  }
}
@media (max-width: 480px) {
  .breadcrumb-modern .breadcrumb-item {
    font-size: 18px;
  }
}
/* Modo de alto contraste para accesibilidad */
@media (prefers-contrast: high) {
  .breadcrumb-link,
  .breadcrumb-current {
    color: #fff;
  }
}
/* Modo de movimiento reducido para accesibilidad */
@media (prefers-reduced-motion: reduce) {
  .breadcrumb-title,
  .breadcrumb-modern {
    animation: none;
  }
}
/* Print styles */
@media print {
  .breadcrumb-section {
    background: none !important;
    color: #000 !important;
  }
  .breadcrumb-link,
  .breadcrumb-current {
    color: #000 !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

header .logo {
  max-width: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .logo a {
  display: flex;
  align-items: center;
}
header .logo img {
  width: 100%;
  height: auto;
}

.lg-mnu-sec .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lg-mnu-sec .logo {
  flex-shrink: 0;
  margin-right: 20px;
}
.lg-mnu-sec nav {
  margin-top: 0 !important;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.lg-mnu-sec nav > div > ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lg-mnu-sec nav > div > ul > li {
  margin-left: 8px;
}
.lg-mnu-sec nav > div > ul > li a {
  padding: 12px 15px;
  white-space: nowrap;
  font-size: 15px;
}
.lg-mnu-sec nav > div > ul > li.menu-item-has-children > ul {
  min-width: 220px;
}

nav > div > ul > li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

@media (max-width: 1200px) {
  .lg-mnu-sec nav > div > ul > li a {
    padding: 10px 12px;
    font-size: 14px;
  }
  header .logo {
    max-width: 110px;
  }
}
@media (max-width: 1100px) {
  .lg-mnu-sec nav > div > ul > li {
    margin-left: 4px;
  }
  .lg-mnu-sec nav > div > ul > li a {
    padding: 8px 10px;
    font-size: 13.5px;
  }
  header .logo {
    max-width: 100px;
  }
}
@media (max-width: 1024px) {
  .lg-mnu-sec nav > div > ul > li {
    margin-left: 3px;
  }
  .lg-mnu-sec nav > div > ul > li a {
    padding: 8px 8px;
    font-size: 13px;
  }
  header .logo {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  header .logo {
    max-width: 70px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .lg-mnu-sec {
    display: none;
  }
}
@media (max-width: 768px) {
  .tb-br .tp-lst li {
    font-size: 12px;
  }
  .tb-br .tp-lst li a {
    font-size: 12px;
  }
}
.loc-mp {
  overflow: hidden;
  height: 200px;
}
.loc-mp iframe {
  height: 100%;
}

.services img {
  width: 250px;
  height: 200px;
  object-fit: cover;
}

/* Botón flotante WhatsApp */
.wa-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #25D366;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.wa-btn:hover,
.wa-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18), 0 8px 8px rgba(0, 0, 0, 0.12);
  outline: none;
}

.wa-btn:active {
  transform: translateY(0);
}

@media (prefers-reduced-motion: no-preference) {
  .wa-btn {
    animation: wa-pulse 2s infinite;
  }
  @keyframes wa-pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
      box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
  }
}
@media (max-width: 360px) {
  .wa-btn {
    right: 12px;
    bottom: 12px;
    width: 52px;
    height: 52px;
  }
}
.wa-btn i::before {
  font-size: 30px;
}

.campaigns img {
  height: 500px;
  object-fit: cover;
}

.operations img {
  height: 200px;
  object-fit: cover;
}

.team img {
  height: 600px;
  object-fit: cover;
}

.visually-hidden {
  display: none;
}

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

.about-img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.section-subtitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.custom-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}

.custom-list li::before {
  content: "🔥";
  position: absolute;
  left: 0;
  color: #e63946;
  font-size: 16px;
}

footer .wrk-gal-mn img {
  height: 400px;
  object-fit: cover;
}
footer .wrk-gal-nv img {
  height: 100px;
  object-fit: cover;
}

.sponsors-section {
  background: #f9f9f9;
}
.sponsors-section .sponsors-intro {
  max-width: 900px;
  margin: 0 auto 50px;
}
.sponsors-section .sponsors-intro p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}
.sponsors-section .sponsors-intro p strong {
  color: #d32f2f;
  font-weight: 600;
}
.sponsors-section .sponsors-slider-wrap {
  margin: 0 auto 40px;
}
.sponsors-section .sponsors-slider-wrap .sponsors-car .owl-stage-outer {
  padding: 20px 0;
}
.sponsors-section .sponsor-item {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}
.sponsors-section .sponsor-item:hover {
  transform: translateY(-5px);
}
.sponsors-section .sponsor-item .sponsor-logo {
  background: white;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsors-section .sponsor-item .sponsor-logo:hover {
  box-shadow: 0 5px 25px rgba(211, 47, 47, 0.15);
}
.sponsors-section .sponsor-item .sponsor-logo img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}
.sponsors-section .sponsor-item .sponsor-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sponsors-section .sponsors-cta {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.sponsors-section .sponsors-cta p {
  font-size: 18px;
  color: #666;
  margin: 0;
}
.sponsors-section .sponsors-cta p a {
  text-decoration: none;
  transition: color 0.3s;
}
.sponsors-section .sponsors-cta p a:hover {
  color: #b71c1c;
}

.faq-category {
  color: #e74c3c;
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e74c3c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.faq-category:first-of-type {
  margin-top: 0;
}

.faq-wrp {
  margin-top: 50px;
}
.faq-wrp .toggle-item {
  margin-bottom: 20px;
}
.faq-wrp .toggle-item h6 {
  padding: 20px 60px 20px 25px;
  line-height: 1.6;
  font-size: 16px;
}
.faq-wrp .toggle-item h6 i {
  line-height: 1.6;
  top: 50%;
  transform: translateY(-50%);
}
.faq-wrp .toggle-item .toggle-content {
  padding: 25px 25px 20px;
}
.faq-wrp .toggle-item .toggle-content p {
  margin-bottom: 15px;
  line-height: 1.8;
}
.faq-wrp .toggle-item .toggle-content p:last-child {
  margin-bottom: 0;
}

.sec-tl p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.call-to-action {
  padding: 50px 0;
}
.call-to-action h2 {
  margin-bottom: 15px;
  font-size: 32px;
}
.call-to-action p {
  font-size: 18px;
  line-height: 1.6;
}

.cta-buttons {
  margin-top: 30px;
}
.cta-buttons a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.donation-step {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-left: 5px solid #d32f2f;
}
.donation-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.donation-step h3 {
  color: #d32f2f;
  margin-bottom: 15px;
  font-size: 24px;
}
.donation-step p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}
.donation-step ul {
  color: #555;
  line-height: 2;
  margin-left: 20px;
}
.donation-step .screenshot {
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.donation-step .screenshot img {
  width: 100%;
  height: auto;
}

.campaign-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.campaign-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.campaign-card .campaign-image {
  height: 200px;
  overflow: hidden;
}
.campaign-card .campaign-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-card .campaign-content {
  padding: 25px;
}
.campaign-card .campaign-title {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.campaign-card .campaign-goal {
  background: #fff3e0;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.campaign-card .campaign-goal strong {
  color: #d32f2f;
  font-size: 18px;
}
.campaign-card p {
  color: #666;
  line-height: 1.7;
}
.campaign-card a:not(.paypal-btn) {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #d32f2f;
  text-decoration: none;
}

.paypal-btn {
  display: inline-block;
  background: #0070ba;
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  width: 100%;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: inherit;
}
.paypal-btn:hover {
  background: #005a92;
  color: #fff !important;
}
.paypal-btn i {
  margin-right: 10px;
}

form button.paypal-btn {
  display: block;
  width: 100%;
}

.how-to-donate-section {
  background: #fff3e0;
  padding: 25px;
  border-radius: 5px;
  margin: 30px 0;
  border-left: 4px solid #ff9800;
}
.how-to-donate-section h4 {
  margin-top: 0;
}
.how-to-donate-section h4 i {
  margin-right: 8px;
}
.how-to-donate-section p {
  color: #666;
  margin-bottom: 15px;
}
.how-to-donate-section a.theme-btn {
  display: inline-block;
  padding: 12px 30px;
  margin-top: 10px;
}
.how-to-donate-section a.theme-btn i {
  margin-right: 8px;
}

.info-box {
  background: #e3f2fd;
  border-left: 5px solid #2196f3;
  padding: 20px;
  border-radius: 5px;
  margin: 30px 0;
}
.info-box i {
  color: #2196f3;
  font-size: 24px;
  margin-right: 15px;
}
.info-box p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}
.info-box a {
  color: #2196f3;
  text-decoration: none;
}
.info-box a:hover {
  text-decoration: underline;
}

.alternative-methods + .info-box {
  margin-top: 50px;
}

.warning-box {
  background: #fff3cd;
  border-left: 5px solid #ffc107;
  padding: 20px;
  border-radius: 5px;
  margin: 30px 0;
}
.warning-box i {
  color: #ffc107;
  font-size: 24px;
  margin-right: 15px;
}
.warning-box p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

.alternative-methods {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
}
.alternative-methods h3 {
  color: #d32f2f;
  margin-bottom: 30px;
  text-align: center;
}

.method-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.method-card h4 {
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.method-card h4 i {
  margin-right: 15px;
  color: #d32f2f;
  font-size: 28px;
}
.method-card p {
  color: #666;
  line-height: 1.7;
  margin: 0;
}
.method-card p:not(:last-child) {
  margin-bottom: 15px;
}
.method-card p strong {
  color: #333;
}
.method-card p a {
  color: #d32f2f;
  text-decoration: none;
}
.method-card p a:hover {
  text-decoration: underline;
}
.method-card .bank-info {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
  font-family: monospace;
}
.method-card .bank-info strong {
  display: block;
  margin-bottom: 10px;
}

.donation-campaigns-section {
  margin: 60px 0;
}
.donation-campaigns-section h2 {
  text-align: center;
  color: #d32f2f;
  margin-bottom: 40px;
}

.donation-tutorial-section {
  margin-top: 80px;
}
.donation-tutorial-section h2 {
  text-align: center;
  color: #d32f2f;
  margin-bottom: 50px;
}

.donation-intro {
  max-width: 800px;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}

.corporate-intro {
  max-width: 900px;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  color: #555;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #d32f2f;
  margin: 60px 0 40px 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #d32f2f;
}
.section-title i {
  margin-right: 15px;
  color: #d32f2f;
}

.benefits-section {
  margin: 60px 0;
}

.benefit-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}
.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(211, 47, 47, 0.2);
}
.benefit-card .benefit-icon {
  font-size: 48px;
  color: #d32f2f;
  margin-bottom: 20px;
}
.benefit-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
.benefit-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.sponsorship-levels {
  margin: 80px 0;
  background: #f8f8f8;
  padding: 60px 0;
}

.levels-intro {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sponsorship-tier {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  transition: transform 0.3s;
}
.sponsorship-tier:hover {
  transform: translateY(-10px);
}
.sponsorship-tier .tier-badge {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}
.sponsorship-tier h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0 15px 0;
}
.sponsorship-tier .tier-amount {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 5px;
}
.sponsorship-tier .tier-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.sponsorship-tier .tier-benefits li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.sponsorship-tier .tier-benefits li:last-child {
  border-bottom: none;
}
.sponsorship-tier .tier-benefits li i {
  color: #4caf50;
  margin-right: 10px;
  font-size: 14px;
}

.tier-platinum {
  border: 3px solid #9e9e9e;
}
.tier-platinum .tier-badge {
  background: linear-gradient(135deg, #b8b8b8, #e8e8e8);
}
.tier-platinum h3 {
  color: #616161;
}
.tier-platinum .tier-amount {
  background: #f5f5f5;
  color: #424242;
}

.tier-gold {
  border: 3px solid #ffc107;
}
.tier-gold .tier-badge {
  background: linear-gradient(135deg, #ffa000, #ffc107);
}
.tier-gold h3 {
  color: #f57c00;
}
.tier-gold .tier-amount {
  background: #fff3e0;
  color: #e65100;
}

.tier-silver {
  border: 3px solid #9e9e9e;
}
.tier-silver .tier-badge {
  background: linear-gradient(135deg, #757575, #9e9e9e);
}
.tier-silver h3 {
  color: #616161;
}
.tier-silver .tier-amount {
  background: #f5f5f5;
  color: #424242;
}

.in-kind-sponsorship {
  margin-top: 50px;
  background: #e3f2fd;
  padding: 30px;
  border-radius: 10px;
  border-left: 5px solid #2196f3;
}
.in-kind-sponsorship h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1976d2;
  margin-bottom: 15px;
}
.in-kind-sponsorship h4 i {
  margin-right: 10px;
}
.in-kind-sponsorship p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.current-sponsors {
  margin: 80px 0;
}

.sponsors-grid {
  margin-top: 40px;
}

.sponsor-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
  transition: transform 0.3s;
}
.sponsor-card:hover {
  transform: translateY(-5px);
}
.sponsor-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.sponsor-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.sponsor-placeholder {
  border: 2px dashed #ddd;
  background: #fafafa;
}
.sponsor-placeholder .placeholder-content {
  padding: 40px 20px;
}
.sponsor-placeholder .placeholder-content i {
  font-size: 48px;
  color: #bbb;
  margin-bottom: 15px;
}
.sponsor-placeholder .placeholder-content h5 {
  color: #999;
}

.success-stories {
  margin: 80px 0;
  background: #f8f8f8;
  padding: 60px 0;
}

.success-case {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.success-case .case-icon {
  font-size: 42px;
  color: #d32f2f;
  margin-bottom: 20px;
}
.success-case h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
.success-case p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}
.success-case .case-impact {
  background: #e8f5e9;
  padding: 15px;
  border-radius: 5px;
  border-left: 4px solid #4caf50;
  font-size: 15px;
}
.success-case .case-impact strong {
  color: #2e7d32;
}

.rse-value-proposition {
  margin: 80px 0;
}

.value-point {
  margin-bottom: 30px;
}
.value-point h4 {
  font-size: 20px;
  font-weight: 700;
  color: #d32f2f;
  margin-bottom: 10px;
}
.value-point h4 i {
  margin-right: 10px;
  font-size: 18px;
}
.value-point p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  padding-left: 32px;
}

.corporate-contact-form {
  margin: 80px 0;
  background: #fff;
  padding: 60px 0;
  border-top: 3px solid #d32f2f;
}
.corporate-contact-form .contact-form {
  margin-top: 40px;
}
.corporate-contact-form .contact-form input,
.corporate-contact-form .contact-form textarea,
.corporate-contact-form .contact-form select {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  font-family: inherit;
  transition: border-color 0.3s;
}
.corporate-contact-form .contact-form input:focus,
.corporate-contact-form .contact-form textarea:focus,
.corporate-contact-form .contact-form select:focus {
  outline: none;
  border-color: #d32f2f;
}
.corporate-contact-form .contact-form textarea {
  min-height: 150px;
  resize: vertical;
}
.corporate-contact-form .contact-form select {
  cursor: pointer;
  color: #666;
}
.corporate-contact-form .contact-form button {
  width: 100%;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 600;
}
.corporate-contact-form .contact-form button i {
  margin-right: 10px;
}

.final-cta {
  background: linear-gradient(135deg, #d32f2f, #b71c1c);
  color: #fff;
  padding: 60px 40px;
  border-radius: 15px;
  text-align: center;
  margin: 80px 0;
}
.final-cta .cta-content {
  max-width: 800px;
  margin: 0 auto;
}
.final-cta .cta-content h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.final-cta .cta-content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #fff;
}
.final-cta .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.final-cta .cta-buttons .theme-btn {
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
}
.final-cta .cta-buttons .theme-btn.secondary {
  background: #fff;
  color: #d32f2f;
}
.final-cta .cta-buttons .theme-btn.secondary:hover {
  background: #f5f5f5;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
  .corporate-intro {
    font-size: 16px;
  }
  .benefit-card {
    padding: 20px;
  }
  .sponsorship-tier {
    margin-bottom: 50px;
  }
  .final-cta {
    padding: 40px 20px;
  }
  .final-cta .cta-content h3 {
    font-size: 28px;
  }
  .final-cta .cta-content p {
    font-size: 16px;
  }
  .final-cta .cta-buttons {
    flex-direction: column;
  }
  .final-cta .cta-buttons .theme-btn {
    width: 100%;
  }
}
.secure-input {
  border-left: 3px solid #4caf50 !important;
  position: relative;
}
.secure-input:focus {
  border-left-color: #2e7d32 !important;
}
.secure-input::before {
  content: "🔒";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 0.5;
}

.console-warning-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Courier New", monospace;
  padding: 20px;
}
.console-warning-overlay .warning-content {
  max-width: 800px;
  text-align: center;
}
.console-warning-overlay .warning-content h1 {
  color: #d32f2f;
  font-size: 72px;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(211, 47, 47, 0.5);
}
.console-warning-overlay .warning-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.console-warning-overlay .warning-content .warning-icon {
  font-size: 100px;
  margin-bottom: 20px;
  animation: pulse 2s infinite;
}
.console-warning-overlay .warning-content button {
  background: #d32f2f;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 20px;
  transition: all 0.3s;
}
.console-warning-overlay .warning-content button:hover {
  background: #b71c1c;
  transform: scale(1.05);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.stat-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  transition: transform 0.3s, box-shadow 0.3s;
}
.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #e74c3c;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.stat-number span {
  display: inline-block;
}

.stat-label {
  font-size: 1.1rem;
  color: #666;
  font-weight: 500;
  margin-bottom: 0;
}

.metric-description {
  margin-top: 1rem;
  color: #666;
  font-size: 0.9rem;
}

.chart-container {
  position: relative;
  height: 400px;
  margin: 2rem 0;
}
.chart-container.chart-monthly {
  height: 350px;
}

.chart-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}

.chart-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #e74c3c;
}

.top5-services {
  padding: 1rem 0;
}

.service-item {
  margin-bottom: 1.5rem;
}
.service-item .service-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.service-item .service-header .service-name {
  font-weight: 600;
}
.service-item .service-header .service-count {
  color: #e74c3c;
  font-weight: 700;
}
.service-item .progress-bar-bg {
  background: #f0f0f0;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.service-item .progress-bar-bg .progress-bar-fill {
  height: 8px;
  border-radius: 4px;
  transition: width 0.3s;
}
.service-item .progress-bar-bg .progress-bar-fill.primary {
  background: #e74c3c;
}
.service-item .progress-bar-bg .progress-bar-fill.secondary {
  background: #3498db;
}
.service-item .progress-bar-bg .progress-bar-fill.w-100 {
  width: 100%;
}
.service-item .progress-bar-bg .progress-bar-fill.w-79 {
  width: 79%;
}
.service-item .progress-bar-bg .progress-bar-fill.w-75 {
  width: 75%;
}
.service-item .progress-bar-bg .progress-bar-fill.w-57 {
  width: 57%;
}
.service-item .progress-bar-bg .progress-bar-fill.w-39 {
  width: 39%;
}

.impact-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}
.impact-section h2 {
  color: white;
  margin-bottom: 2rem;
}

.impact-stat {
  text-align: center;
  padding: 1.5rem;
}
.impact-stat .number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.impact-stat .number span {
  display: inline-block;
}
.impact-stat .label {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 0;
}

.special-operations {
  padding: 1rem;
}
.special-operations .operation-card {
  text-align: center;
  color: white;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  transition: transform 0.3s, box-shadow 0.3s;
}
.special-operations .operation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.special-operations .operation-card.carnival {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.special-operations .operation-card.easter {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.special-operations .operation-card.christmas {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.special-operations .operation-card .operation-number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.special-operations .operation-card .operation-number span {
  display: inline-block;
}
.special-operations .operation-card .operation-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: white;
}
.special-operations .operation-card .operation-month {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.special-operations .operation-card .operation-description {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.85rem;
  opacity: 0.9;
}

.operations-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .chart-container {
    height: 300px;
  }
  .stat-number {
    font-size: 2rem;
  }
  .stats-hero h1 {
    font-size: 1.8rem;
  }
  .operation-card .operation-number {
    font-size: 2rem;
  }
  .operation-card .operation-name {
    font-size: 1.1rem;
  }
}
.legal-contact-box {
  background: linear-gradient(135deg, #0b52e4 0%, #0940b8 100%);
  color: #ffffff;
  padding: 25px 30px;
  border-radius: 12px;
  margin-bottom: 35px;
  box-shadow: 0 8px 24px rgba(11, 82, 228, 0.15);
}
.legal-contact-box h3 {
  color: #ffffff;
  margin-top: 0;
  font-size: 1.4em;
  font-weight: 600;
}
.legal-contact-box p {
  margin-bottom: 10px;
  font-size: 1.05em;
}
.legal-contact-box p:last-of-type {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 0.95em;
  opacity: 0.9;
}
.legal-contact-box p strong {
  font-weight: 600;
}
.legal-contact-box a {
  color: #ffffff;
  text-decoration: underline;
}
.legal-contact-box a:hover {
  opacity: 0.9;
}

.providers-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.providers-table thead tr {
  background: linear-gradient(135deg, #0b52e4 0%, #0940b8 100%);
  color: #ffffff;
}
.providers-table thead th {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
  font-weight: 600;
}
.providers-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.providers-table tbody tr:hover {
  background-color: #f0f0f0;
}
.providers-table tbody td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}
.providers-table tbody td strong {
  font-weight: 600;
}
.providers-table tbody td a {
  color: #0b52e4;
  text-decoration: none;
}
.providers-table tbody td a:hover {
  text-decoration: underline;
}

.legal-version-box {
  margin-top: 40px;
  padding: 20px;
  background-color: #f8f9fa;
  border-left: 4px solid #0b52e4;
  border-radius: 4px;
}
.legal-version-box p {
  margin: 0;
  font-size: 0.95em;
  color: #333;
}
.legal-version-box p strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  .legal-contact-box {
    padding: 20px;
  }
  .legal-contact-box h3 {
    font-size: 1.2em;
  }
  .legal-contact-box p {
    font-size: 1em;
  }
  .providers-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .providers-table thead, .providers-table tbody, .providers-table tr, .providers-table th, .providers-table td {
    display: block;
  }
  .providers-table thead {
    display: none;
  }
  .providers-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
  }
  .providers-table tr:nth-child(odd) {
    background-color: #f9f9f9;
  }
  .providers-table td {
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: left;
  }
  .providers-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: 600;
    color: #0b52e4;
  }
  .providers-table td:first-child {
    border-top: 2px solid #0b52e4;
    padding-top: 10px;
  }
}
/* ============================================
   DEVELOPER EASTER EGG STYLES
   ============================================ */
.developer-easter-egg-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.developer-easter-egg-modal.active {
  opacity: 1;
}

.developer-easter-egg-content {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  padding: 40px;
  max-width: 600px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  position: relative;
  transform: scale(0.7);
  animation: easterEggPop 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes easterEggPop {
  0% {
    transform: scale(0.7) rotate(-5deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.05) rotate(2deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

.easter-egg-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 35px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
  font-weight: 300;
}
.easter-egg-close:hover {
  color: #fff;
  transform: rotate(90deg) scale(1.2);
}

.easter-egg-header {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.easter-egg-header h2 {
  color: #fff;
  font-size: 28px;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}

.easter-egg-fire {
  font-size: 35px;
  animation: fireFlicker 1.5s infinite alternate;
}
@keyframes fireFlicker {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.1) rotate(-5deg);
  }
  50% {
    transform: scale(0.95) rotate(5deg);
  }
  75% {
    transform: scale(1.05) rotate(-3deg);
  }
}

.easter-egg-body {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.developer-badge {
  text-align: center;
}
.developer-badge .badge-icon {
  font-size: 80px;
  margin-bottom: 15px;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.developer-badge h3 {
  color: #666;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: 400;
}
.developer-badge h2 {
  color: #333;
  font-size: 36px;
  margin: 0 0 10px 0;
  font-weight: 700;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.developer-badge .developer-title {
  color: #0b52e4;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.developer-badge .developer-quote {
  color: #666;
  font-style: italic;
  font-size: 14px;
  margin: 0 0 25px 0;
  padding: 0 20px;
}

.developer-stats {
  display: flex;
  justify-content: space-around;
  margin: 25px 0;
  padding: 20px 0;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}
.developer-stats .stat {
  text-align: center;
}
.developer-stats .stat .stat-value {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #667eea;
  margin-bottom: 5px;
}
.developer-stats .stat .stat-label {
  display: block;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.linkedin-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0077b5;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 119, 181, 0.3);
  margin-top: 20px;
}
.linkedin-button svg {
  transition: transform 0.3s ease;
}
.linkedin-button:hover {
  background: #005885;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 119, 181, 0.4);
  color: #fff;
}
.linkedin-button:hover svg {
  transform: scale(1.1);
}

.easter-egg-hint {
  text-align: center;
  color: #999;
  font-size: 13px;
  margin: 25px 0 0 0;
  font-style: italic;
}

.confetti {
  position: fixed;
  width: 10px;
  height: 10px;
  top: -10px;
  z-index: 9999999;
  animation: confettiFall linear forwards;
}
@keyframes confettiFall {
  to {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .developer-easter-egg-content {
    padding: 30px 20px;
  }
  .developer-easter-egg-content .easter-egg-header h2 {
    font-size: 22px;
  }
  .developer-easter-egg-content .easter-egg-fire {
    font-size: 25px;
  }
  .easter-egg-body {
    padding: 25px 20px;
  }
  .developer-badge .badge-icon {
    font-size: 60px;
  }
  .developer-badge h2 {
    font-size: 28px;
  }
  .developer-badge .developer-title {
    font-size: 16px;
  }
  .developer-badge .developer-quote {
    font-size: 13px;
    padding: 0 10px;
  }
  .developer-stats {
    flex-direction: column;
    gap: 15px;
  }
  .developer-stats .stat .stat-value {
    font-size: 24px;
  }
  .linkedin-button {
    padding: 12px 25px;
    font-size: 14px;
  }
}
.capacitaciones-cta {
  background: linear-gradient(135deg, #e30613, #8b0000);
  padding: 80px 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.capacitaciones-cta .cta-decoration-top {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
  border-radius: 50%;
}
.capacitaciones-cta .cta-decoration-bottom {
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent);
  border-radius: 50%;
}
.capacitaciones-cta .container {
  position: relative;
  z-index: 2;
}
.capacitaciones-cta .cta-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.capacitaciones-cta .cta-badge i {
  margin-right: 8px;
}
.capacitaciones-cta .cta-heading {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}
.capacitaciones-cta .cta-heading .highlight {
  color: #ffd700;
}
.capacitaciones-cta .cta-description {
  font-size: 1.2rem;
  margin-bottom: 15px;
  line-height: 1.7;
  opacity: 0.95;
}
.capacitaciones-cta .cta-benefits {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  font-size: 1.05rem;
}
.capacitaciones-cta .cta-benefits li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.capacitaciones-cta .cta-benefits li i {
  color: #ffd700;
  margin-right: 12px;
  font-size: 1.3rem;
}
.capacitaciones-cta .cta-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.capacitaciones-cta .cta-card .cta-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e30613, #ff4500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 10px 30px rgba(227, 6, 19, 0.4);
}
.capacitaciones-cta .cta-card .cta-icon i {
  font-size: 2.2rem;
  color: #ffffff;
}
.capacitaciones-cta .cta-card h3 {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 15px;
  font-weight: 700;
}
.capacitaciones-cta .cta-card .cta-subtitle {
  color: #555555;
  margin-bottom: 25px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.capacitaciones-cta .cta-card .cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #e30613, #ff4500);
  color: #ffffff;
  padding: 16px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 8px 25px rgba(227, 6, 19, 0.4);
  transition: all 0.3s ease;
  border: none;
}
.capacitaciones-cta .cta-card .cta-button i {
  margin-right: 10px;
}
.capacitaciones-cta .cta-card .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(227, 6, 19, 0.5);
  color: #ffffff;
  text-decoration: none;
}
.capacitaciones-cta .cta-card .cta-footer-note {
  font-size: 0.85rem;
  color: #777777;
  margin-top: 15px;
  line-height: 1.5;
}
.capacitaciones-cta .cta-card .cta-footer-note i {
  color: #e30613;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .capacitaciones-cta {
    padding: 60px 0;
  }
  .capacitaciones-cta .cta-heading {
    font-size: 2rem;
  }
  .capacitaciones-cta .cta-description {
    font-size: 1rem;
  }
  .capacitaciones-cta .cta-benefits {
    font-size: 0.95rem;
  }
  .capacitaciones-cta .cta-card {
    padding: 30px 20px;
    margin-top: 30px;
  }
}

/* Grid de Capacitaciones */
.capacitaciones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-bottom: 80px;
  align-items: start;
}

/* Cards Mejoradas con Mejor Contraste */
.capacitacion-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.capacitacion-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #e30613, #ff4500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.capacitacion-card:focus-within {
  outline: 3px solid #e30613;
  outline-offset: 4px;
}
.capacitacion-card h3 {
  font-size: 1.6rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3;
}

/* Iconos Mejorados */
.card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e30613, #ff4500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 8px 20px rgba(227, 6, 19, 0.25);
  transition: transform 0.3s ease;
}
.card-icon i {
  font-size: 2.2rem;
  color: #ffffff;
}

.card-description {
  font-size: 1rem;
  color: #555555;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 25px;
  min-height: 60px;
}

/* Contenido Temático Mejorado */
.contenido-tematico {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
  margin: 25px 0;
  border-left: 4px solid #e30613;
  flex-grow: 1;
}
.contenido-tematico h4 {
  font-size: 1.1rem;
  color: #e30613;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contenido-tematico ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.contenido-tematico ol > li {
  counter-increment: item;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.6;
}
.contenido-tematico ol > li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #e30613;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  font-size: 0.85rem;
  font-weight: 700;
}
.contenido-tematico ol > li strong {
  color: #1a1a1a;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.contenido-tematico ul {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
}
.contenido-tematico ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
  color: #555555;
  font-size: 0.9rem;
}
.contenido-tematico ul li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #ff4500;
  font-weight: 700;
}

/* Contenido Oculto y Botón Ver Más */
.contenido-list .hidden-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, margin 0.5s ease;
  margin-bottom: 0 !important;
}
.contenido-list.expanded .hidden-content {
  max-height: 500px;
  opacity: 1;
  margin-bottom: 15px !important;
}

.ver-mas-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #e30613, #ff4500);
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 20px auto 0;
  box-shadow: 0 4px 12px rgba(227, 6, 19, 0.3);
}
.ver-mas-btn:hover {
  background: linear-gradient(135deg, #c4050f, #e63e00);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(227, 6, 19, 0.4);
}
.ver-mas-btn:active {
  transform: translateY(0);
}
.ver-mas-btn i {
  transition: transform 0.3s ease;
}
.ver-mas-btn.expanded i {
  transform: rotate(180deg);
}
.ver-mas-btn.expanded .ver-mas-text::after {
  content: " menos";
}

/* Badge de Certificación Mejorado */
.certificacion-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #28a745, #20c997);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
  margin-top: auto;
}
.certificacion-badge i {
  font-size: 1rem;
}

/* Sección de Beneficios */
.beneficios-section {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
  color: #ffffff;
  padding: 60px 0;
  margin: 60px 0;
  position: relative;
  overflow: hidden;
}
.beneficios-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(227, 6, 19, 0.2), transparent);
  border-radius: 50%;
}
.beneficios-section h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 50px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.beneficios-section h4 {
  color: #ffffff;
}
.beneficios-section p {
  color: rgba(255, 255, 255, 0.8);
}
.beneficios-section i {
  font-size: 48px;
  color: #d32f2f;
  margin-bottom: 15px;
}

.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 2;
}

.beneficio-item {
  text-align: center;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.beneficio-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}
.beneficio-item i {
  font-size: 2.5rem;
  color: #e30613;
  margin-bottom: 15px;
}
.beneficio-item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #ffffff;
}
.beneficio-item p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

/* Formulario de Solicitud Mejorado */
.form-section {
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}
.form-section h3 {
  margin-bottom: 25px;
  color: #1a1a1a;
  font-size: 1.5rem;
}
.form-section hr {
  margin: 40px 0;
  border: none;
  border-top: 2px solid #e0e0e0;
}

.info-box {
  background: linear-gradient(135deg, #fff8e1, #fffbf0);
  border-left: 5px solid #ffc107;
  padding: 25px;
  margin: 30px 0;
  border-radius: 12px;
  display: flex;
  align-items: start;
  gap: 15px;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.15);
}
.info-box i {
  color: #f57c00;
  font-size: 2rem;
  flex-shrink: 0;
  margin-top: 3px;
}
.info-box div {
  flex: 1;
}
.info-box strong {
  color: #1a1a1a;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.info-box p {
  color: #555555;
  margin: 0;
  line-height: 1.6;
}

/* Grupos de Formulario */
.form-group {
  margin-bottom: 25px;
}
.form-group label {
  display: block;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.form-group label .required {
  color: #e30613;
  font-weight: 700;
  margin-left: 3px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 1rem;
  color: #333333;
  transition: all 0.3s ease;
  background: #ffffff;
  font-family: inherit;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #e30613;
  box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.1);
  background: #ffffff;
}
.form-group input:hover:not(:focus),
.form-group select:hover:not(:focus),
.form-group textarea:hover:not(:focus) {
  border-color: #c0c0c0;
}
.form-group input.error,
.form-group select.error,
.form-group textarea.error {
  border-color: #dc3545;
  background: #fff5f5;
}
.form-group input.success,
.form-group select.success,
.form-group textarea.success {
  border-color: #28a745;
  background: #f0fff4;
}
.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}
.form-group textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}
.form-group small {
  display: block;
  margin-top: 8px;
  color: #777777;
  font-size: 0.875rem;
  line-height: 1.5;
}

.error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
.error-message i {
  font-size: 0.9rem;
}

/* Grupos de Fechas */
.date-input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.date-input-group > div {
  flex: 1;
}

/* Botón de Envío Mejorado */
.submit-button {
  background: linear-gradient(135deg, #e30613, #ff4500);
  color: #ffffff;
  border: none;
  padding: 16px 50px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(227, 6, 19, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 30px auto 0;
}
.submit-button i {
  margin-right: 10px;
}
.submit-button:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(227, 6, 19, 0.4);
  background: linear-gradient(135deg, #c00510, #e63e00);
}
.submit-button:active:not(:disabled) {
  transform: translateY(-1px);
}
.submit-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #cccccc;
}
.submit-button:focus {
  outline: 3px solid #e30613;
  outline-offset: 4px;
}

/* Mensajes de Éxito/Error */
.alert {
  padding: 20px 25px;
  border-radius: 12px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  animation: slideIn 0.4s ease;
}
.alert i {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.alert.alert-success {
  background: linear-gradient(135deg, #d4edda, #c3e6cb);
  color: #155724;
  border: 2px solid #28a745;
}
.alert.alert-error {
  background: linear-gradient(135deg, #f8d7da, #f5c6cb);
  color: #721c24;
  border: 2px solid #dc3545;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Sección de información adicional */
.capacitaciones-info-section {
  background: #f8f9fa;
}
.capacitaciones-info-section h3 i {
  color: #d32f2f;
}
.capacitaciones-info-section strong {
  color: #1a1a1a;
}

/* Clases adicionales para elementos específicos */
.date-option-label {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 5px;
  color: #555555;
}

.recaptcha-notice {
  font-size: 0.85rem;
  color: #777777;
  margin-top: 20px;
  text-align: center;
  line-height: 1.6;
}
.recaptcha-notice a {
  color: #e30613;
  text-decoration: none;
}
.recaptcha-notice a:hover {
  text-decoration: underline;
}

/* RESPONSIVE - Capacitaciones */
@media (max-width: 768px) {
  .capacitaciones-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .form-section {
    padding: 30px 20px;
  }
  .date-input-group {
    grid-template-columns: 1fr;
  }
  .capacitacion-card {
    padding: 30px 20px;
  }
  .card-icon {
    width: 70px;
    height: 70px;
  }
  .card-icon i {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .capacitacion-card h3 {
    font-size: 1.4rem;
  }
  .submit-button {
    padding: 14px 30px;
    font-size: 1rem;
  }
}
/* ACCESIBILIDAD */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* Alto Contraste para Accesibilidad */
@media (prefers-contrast: high) {
  .capacitacion-card,
  .form-group input,
  .form-group select,
  .form-group textarea,
  .submit-button {
    border: 3px solid #000000;
  }
}
/* Print Styles */
@media print {
  .capacitacion-card {
    page-break-inside: avoid;
    border: 2px solid #000000;
  }
  .form-section {
    display: none;
  }
}
.error-section {
  padding: 220px 0 100px 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(211, 47, 47, 0.05) 0%, rgba(183, 28, 28, 0.05) 100%);
}
.error-section .error-content {
  padding: 60px 40px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.error-section .error-content:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.error-section .error-icon {
  margin-bottom: 30px;
  animation: pulse 2s ease-in-out infinite;
}
.error-section .error-icon i {
  display: inline-block;
}
.error-section .error-title {
  font-size: 120px;
  font-weight: 900;
  color: #d32f2f;
  margin-bottom: 20px;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.error-section .error-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}
.error-section .error-text {
  font-size: 18px;
  color: #666666;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.error-section .error-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.error-section .error-actions .btn {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.error-section .error-actions .btn.btn-primary {
  background: #d32f2f;
  color: #ffffff;
  border: 2px solid #d32f2f;
}
.error-section .error-actions .btn.btn-primary:hover {
  background: #b71c1c;
  border-color: #b71c1c;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(211, 47, 47, 0.4);
}
.error-section .error-actions .btn.btn-outline-primary {
  background: transparent;
  color: #d32f2f;
  border: 2px solid #d32f2f;
}
.error-section .error-actions .btn.btn-outline-primary:hover {
  background: #d32f2f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(211, 47, 47, 0.3);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}
@media (max-width: 991px) {
  .error-section {
    padding: 10px 0 80px 0;
  }
  .error-section .error-title {
    font-size: 100px;
  }
  .error-section .error-subtitle {
    font-size: 28px;
  }
  .error-section .error-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .error-section {
    padding: 130px 0 60px 0;
  }
  .error-section .error-content {
    padding: 40px 25px;
  }
  .error-section .error-icon i {
    font-size: 80px !important;
  }
  .error-section .error-title {
    font-size: 80px;
  }
  .error-section .error-subtitle {
    font-size: 24px;
  }
  .error-section .error-text {
    font-size: 15px;
  }
  .error-section .error-actions {
    flex-direction: column;
  }
  .error-section .error-actions .btn {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .error-section .error-icon i {
    font-size: 60px !important;
  }
  .error-section .error-title {
    font-size: 60px;
  }
  .error-section .error-subtitle {
    font-size: 20px;
  }
  .error-section .error-actions .btn {
    padding: 12px 30px;
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .error-section .error-content:hover {
    transform: none;
  }
  .error-section .error-icon {
    animation: none;
  }
}
@media (prefers-contrast: high) {
  .error-section .error-content {
    border: 3px solid #000000;
  }
  .error-section .error-title {
    text-shadow: none;
  }
}
@media print {
  .error-section .error-actions {
    display: none;
  }
}
.academia-hero-badge {
  display: inline-block;
  background: rgba(211, 47, 47, 0.9);
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 50px;
  margin-bottom: 20px;
  font-weight: 600;
}
.academia-hero-badge i {
  margin-right: 8px;
}

.hero-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 15px;
  font-weight: 500;
}

.academia-alert-section {
  padding: 40px 0;
  background: #f8f9fa;
}

.academia-alert {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.academia-alert .alert-icon {
  font-size: 50px;
  color: #1877f2;
  flex-shrink: 0;
}
.academia-alert .alert-content {
  flex-grow: 1;
}
.academia-alert .alert-content h4 {
  color: #0d47a1;
  margin-bottom: 10px;
  font-size: 22px;
}
.academia-alert .alert-content p {
  color: #1565c0;
  font-size: 16px;
}
.academia-alert .alert-action {
  flex-shrink: 0;
}
.academia-alert .alert-action .btn {
  padding: 12px 30px;
  font-weight: 600;
  white-space: nowrap;
}

.section-tag {
  display: inline-block;
  color: #d32f2f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.servicios-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.servicios-list li {
  padding: 12px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}
.servicios-list li i {
  margin-right: 15px;
  font-size: 20px;
}
.servicios-list li:last-child {
  border-bottom: none;
}

.objetivo-box {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  padding: 25px;
  border-radius: 10px;
  border-left: 5px solid #ff9800;
  margin-top: 30px;
}
.objetivo-box h4 {
  color: #e65100;
  margin-bottom: 15px;
  font-size: 20px;
}
.objetivo-box h4 i {
  margin-right: 10px;
}
.objetivo-box p {
  margin: 0;
  color: #5d4037;
  font-size: 16px;
  line-height: 1.7;
}

.academia-image-grid {
  position: relative;
}
.academia-image-grid img {
  width: 100%;
  border-radius: 15px;
}
.academia-image-grid .image-overlay-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(211, 47, 47, 0.95);
  color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.academia-image-grid .image-overlay-badge i {
  font-size: 30px;
  display: block;
  margin-bottom: 8px;
}
.academia-image-grid .image-overlay-badge span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}

.programa-specs {
  padding: 80px 0;
  background: #ffffff;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.spec-card {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
}
.spec-card .spec-icon {
  font-size: 60px;
  color: #d32f2f;
  margin-bottom: 20px;
}
.spec-card h3 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}
.spec-card .spec-number {
  font-size: 48px;
  font-weight: 900;
  color: #d32f2f;
  margin: 15px 0;
}
.spec-card .spec-tag {
  display: inline-block;
  background: #d32f2f;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0;
}
.spec-card .spec-details {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.spec-card .spec-details li {
  padding: 8px 0;
  font-size: 16px;
  color: #666666;
}
.spec-card .spec-description {
  color: #666666;
  line-height: 1.7;
  font-size: 16px;
}

.perfil-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.perfil-card .perfil-header {
  padding: 30px;
  text-align: center;
}
.perfil-card .perfil-header i {
  font-size: 50px;
  margin-bottom: 15px;
}
.perfil-card .perfil-header h3 {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}
.perfil-card .perfil-content {
  padding: 30px;
}

.perfil-ingreso .perfil-header {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  color: #0d47a1;
}

.perfil-egreso .perfil-header {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  color: #1b5e20;
}

.perfil-section {
  margin-bottom: 25px;
}
.perfil-section h4 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
  font-weight: 600;
}
.perfil-section h4 i {
  margin-right: 10px;
  color: #d32f2f;
}
.perfil-section ul {
  list-style: none;
  padding-left: 0;
}
.perfil-section ul li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
  color: #666666;
}
.perfil-section ul li:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #d32f2f;
  font-weight: bold;
}
.perfil-section p {
  color: #666666;
  margin: 0;
}

.perfil-intro {
  font-weight: 600;
  color: #333333;
  margin-bottom: 25px;
  font-size: 16px;
}

.competencia-item {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
}
.competencia-item .competencia-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #d32f2f;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}
.competencia-item p {
  margin: 0;
  color: #666666;
  line-height: 1.7;
  flex-grow: 1;
  align-self: center;
}

.egreso-badge {
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border-radius: 10px;
  margin-top: 25px;
}
.egreso-badge i {
  font-size: 30px;
  color: #ff9800;
  margin-right: 10px;
}
.egreso-badge span {
  font-weight: 600;
  color: #e65100;
  font-size: 16px;
}

.plan-estudios-section {
  background: #f8f9fa;
}

.asignaturas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 50px;
}

.asignatura-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}
.asignatura-card .asignatura-number {
  position: absolute;
  top: -15px;
  left: 20px;
  background: #d32f2f;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(211, 47, 47, 0.3);
}
.asignatura-card .asignatura-icon {
  font-size: 40px;
  color: #d32f2f;
  margin: 20px 0;
}
.asignatura-card h4 {
  font-size: 19px;
  color: #333333;
  margin-bottom: 12px;
  font-weight: 700;
}
.asignatura-card p {
  color: #666666;
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}

.primera-generacion-section {
  background: #ffffff;
}

.generacion-content .badge-success {
  display: inline-block;
  background: #4caf50;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
}
.generacion-content h2 {
  font-size: 36px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 700;
}

.stats-row {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}

.stat-item {
  text-align: center;
}
.stat-item .stat-number {
  font-size: 48px;
  font-weight: 900;
  color: #d32f2f;
  line-height: 1;
}
.stat-item .stat-label {
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
}

.academia-quote {
  background: #f8f9fa;
  padding: 25px;
  border-left: 5px solid #d32f2f;
  margin: 30px 0;
  position: relative;
}
.academia-quote i {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 30px;
  color: #d32f2f;
  opacity: 0.3;
}
.academia-quote p {
  margin: 0;
  padding-left: 30px;
  font-style: italic;
  color: #666666;
  line-height: 1.8;
  font-size: 16px;
}

.igualdad-genero-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
}

.igualdad-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.igualdad-card .igualdad-icon {
  font-size: 80px;
  color: #e91e63;
}
.igualdad-card h3 {
  font-size: 26px;
  color: #333333;
  margin-bottom: 15px;
}
.igualdad-card p {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.cta-academia-section {
  background: #f8f9fa;
}

.cta-academia-box {
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  padding: 60px 40px;
  border-radius: 20px;
  color: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.cta-academia-box .cta-icon {
  font-size: 80px;
  margin-bottom: 25px;
  opacity: 0.9;
}
.cta-academia-box h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}
.cta-academia-box .lead {
  font-size: 20px;
  margin-bottom: 35px;
  opacity: 0.95;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cta-buttons .btn {
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
}
.cta-buttons .btn.btn-outline-primary {
  background: #ffffff;
  color: #d32f2f;
  border: 2px solid #ffffff;
}
.cta-buttons .btn.btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.9);
}

.cta-note {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
}
.cta-note i {
  margin-right: 10px;
}
.cta-note p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 991px) {
  .academia-alert {
    flex-direction: column;
    text-align: center;
  }
  .specs-grid {
    grid-template-columns: 1fr;
  }
  .stats-row {
    justify-content: center;
  }
  .generacion-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 16px;
  }
  .academia-alert {
    padding: 20px;
  }
  .academia-alert .alert-icon {
    font-size: 40px;
  }
  .academia-alert .alert-content h4 {
    font-size: 18px;
  }
  .asignaturas-grid {
    grid-template-columns: 1fr;
  }
  .stats-row {
    flex-direction: column;
    gap: 20px;
  }
  .cta-academia-box {
    padding: 40px 25px;
  }
  .cta-academia-box h2 {
    font-size: 28px;
  }
  .cta-academia-box .lead {
    font-size: 18px;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .spec-card {
    padding: 30px 20px;
  }
  .spec-card .spec-number {
    font-size: 36px;
  }
  .perfil-card .perfil-header {
    padding: 20px;
  }
  .perfil-card .perfil-header i {
    font-size: 40px;
  }
  .perfil-card .perfil-header h3 {
    font-size: 22px;
  }
  .perfil-card .perfil-content {
    padding: 20px;
  }
  .competencia-item {
    gap: 15px;
    padding: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spec-card,
  .asignatura-card,
  .perfil-card {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .spec-card,
  .asignatura-card,
  .perfil-card {
    border: 3px solid #000000;
  }
}
@media print {
  .academia-alert-section,
  .cta-academia-section {
    display: none;
  }
}
.contacto .info-box {
  background: #d43838;
  color: white;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.8;
}
.contacto .info-box i {
  font-size: 28px;
  flex-shrink: 0;
}
.contacto .info-box strong {
  font-size: 18px;
  font-weight: 700;
}
.contacto .info-box .phone-number {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .contacto .info-box {
    padding: 25px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .contacto .info-box i {
    font-size: 24px;
  }
  .contacto .info-box strong {
    font-size: 16px;
  }
  .contacto .info-box .phone-number {
    font-size: 18px;
    display: block;
    margin-top: 10px;
  }
}
.contacto .cnt-inf-wrp {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  border: 1px solid #e0e0e0;
}
.contacto .cnt-inf-wrp h3 {
  color: #2c3e50;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 3px solid #d43838;
}
.contacto .cnt-inf-wrp h3 i {
  font-size: 24px;
  color: #d43838;
}
.contacto .cnt-inf-wrp .cnt-inf-lst {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contacto .cnt-inf-wrp .cnt-inf-lst li {
  margin-bottom: 25px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  display: flex;
  gap: 20px;
}
.contacto .cnt-inf-wrp .cnt-inf-lst li:last-child {
  margin-bottom: 0;
}
.contacto .cnt-inf-wrp .cnt-inf-lst li i {
  color: #d43838;
  font-size: 22px;
  flex-shrink: 0;
  width: 28px;
  text-align: center;
  margin-top: 2px;
}
.contacto .cnt-inf-wrp .cnt-inf-lst li > div {
  flex: 1;
}
.contacto .cnt-inf-wrp .cnt-inf-lst li > div strong {
  display: block;
  color: #2c3e50;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
}
.contacto .cnt-inf-wrp .cnt-inf-lst li > div a,
.contacto .cnt-inf-wrp .cnt-inf-lst li > div span {
  color: #495057;
  line-height: 1.7;
  word-break: break-word;
  font-size: 15px;
}
.contacto .cnt-inf-wrp .cnt-inf-lst li > div a {
  text-decoration: underline;
}
.contacto .cnt-inf-wrp .cnt-inf-lst li > div a:hover {
  color: #d43838;
}
.contacto .cnt-inf-wrp .cnt-inf-lst li > div a:focus {
  outline: 2px solid #d43838;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .contacto .cnt-inf-wrp {
    padding: 30px;
    margin-top: 30px;
  }
  .contacto .cnt-inf-wrp h3 {
    font-size: 22px;
  }
  .contacto .cnt-inf-wrp .cnt-inf-lst li {
    padding: 20px;
    gap: 15px;
  }
  .contacto .cnt-inf-wrp .cnt-inf-lst li i {
    font-size: 20px;
    width: 24px;
  }
}
.contacto .form-section {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}
.contacto .form-section h3 {
  color: #2c3e50;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 3px solid #d43838;
}
.contacto .form-section h3 i {
  font-size: 24px;
  color: #d43838;
}
.contacto .form-section .form-group {
  margin-bottom: 25px;
}
.contacto .form-section .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #2c3e50;
  font-weight: 600;
  font-size: 15px;
}
.contacto .form-section .form-group label .required {
  color: #d43838;
  font-size: 16px;
  font-weight: 700;
}
.contacto .form-section .form-group input,
.contacto .form-section .form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #ced4da;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.2s ease;
  font-family: inherit;
  background: white;
  color: #2c3e50;
}
.contacto .form-section .form-group input:focus,
.contacto .form-section .form-group textarea:focus {
  border-color: #d43838;
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 56, 56, 0.15);
}
.contacto .form-section .form-group input::placeholder,
.contacto .form-section .form-group textarea::placeholder {
  color: #6c757d;
}
.contacto .form-section .form-group textarea {
  resize: vertical;
  min-height: 150px;
  line-height: 1.6;
}
.contacto .form-section .theme-btn {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background: #d43838;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.contacto .form-section .theme-btn:hover {
  background: #b82e2e;
}
.contacto .form-section .theme-btn:focus {
  outline: 3px solid rgba(212, 56, 56, 0.4);
  outline-offset: 2px;
}
.contacto .form-section .theme-btn:active {
  background: #a02626;
}
.contacto .form-section .theme-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: #6c757d;
}
.contacto .form-section .theme-btn i {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .contacto .form-section {
    padding: 30px;
  }
}
.contacto .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.contacto .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}
.contacto .section-header p {
  font-size: 18px;
  color: #495057;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .contacto .section-header {
    margin-bottom: 40px;
  }
  .contacto .section-header h2 {
    font-size: 28px;
  }
  .contacto .section-header p {
    font-size: 16px;
  }
}

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