:root {
  --macg-blue: #00478f;
  --macg-blue-2: #0b63ce;
  --macg-cyan: #20b6da;
  --macg-dark: #071b36;
  --macg-ink: #101828;
}

body.body-wrapper {
  color: var(--macg-ink);
}

.preloader .txt-loading .letters-loading,
.section__title_3 h6,
.header-5 .top-header .header-cta ul li a i,
.header-5 .top-header .header-right-cta .social-profile a:hover,
.main-menu ul > li:hover > a,
.footer-bottom-content a {
  color: var(--macg-blue) !important;
}

.macg-logo {
  max-width: 185px;
  height: auto;
}

.logo-2 .macg-logo,
.footer-macg-logo {
  background: transparent;
}

.theme-btn,
.header-5 .main-header-wraper .theme-btn,
.contact__element form input[type=submit],
.project__items .box a,
.video-play-btn a {
  background: var(--macg-blue) !important;
  border-color: var(--macg-blue) !important;
}

.theme-btn:hover,
.header-5 .main-header-wraper .theme-btn:hover,
.contact__element form input[type=submit]:hover {
  background: var(--macg-dark) !important;
  border-color: var(--macg-dark) !important;
  color: #fff !important;
}

.hero-6 .banner-content h1 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 80px;
  color: #211e3b;
}

.theme-btn.btn-white {
  color: var(--macg-blue) !important;
  background: #fff !important;
  border-color: #fff !important;
}

.single-client.macg-client-logo {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 14px;
}

.single-client.macg-client-logo img {
  max-width: 100%;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.page-clientes .macg-client-logo {
  min-height: 112px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
}

.page-clientes .macg-client-logo img {
  max-width: 84%;
  max-height: 66px;
}

.page-clientes .macg-clientes-sector-icon {
  font-size: 26px;
  line-height: 1;
}

.page-clientes .macg-clientes-sector-icon i {
  display: block;
  line-height: 1;
}

.page-clientes .macg-clientes-sectores {
  padding-bottom: 110px;
}

.about-content .text p::before,
.plan-features li::before {
  color: var(--macg-blue) !important;
}

.service-element {
  min-height: 100%;
  border: 1px solid #e8eef6;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.07);
}

.service-element .icon {
  min-height: 92px;
}

.service-element h4 a,
.project__content h4 a {
  color: inherit;
}

.analytics-wrapper.macg-services {
  background-color: #f5f9ff;
}

.macg-aura-band {
  background:
    radial-gradient(circle at 12% 18%, rgba(32, 182, 218, 0.14), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f6faff 100%);
}

.macg-aura-logo {
  width: min(100%, 310px);
  margin-bottom: 24px;
}

.macg-aura-shot {
  width: 100%;
  border-radius: 24px;
  border: 1px solid #e4edf7;
  box-shadow: 0 24px 70px rgba(0, 71, 143, 0.13);
}

.funfact-wrapper_2.macg-facts {
  background-color: var(--macg-dark);
}

.contact__element form select.form-control {
  height: 58px;
  border: 1px solid #e6eef7;
  color: #64748b;
  margin-bottom: 20px;
}

.contact__element form textarea.form-control {
  min-height: 136px;
}

.macg-form-alert {
  width: 100%;
  margin: 0 15px 24px;
  padding: 16px 18px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.macg-form-alert.success {
  color: #0f5132;
  background: #d1e7dd;
  border: 1px solid #badbcc;
}

.macg-form-alert.error {
  color: #842029;
  background: #f8d7da;
  border: 1px solid #f5c2c7;
}

.macg-hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.agent-item {
  min-height: 310px;
}

.price__element {
  overflow: hidden;
}

.price__element.featured-plan {
  border: 2px solid var(--macg-blue);
  box-shadow: 0 28px 70px rgba(0, 71, 143, 0.14);
}

.page-aura .macg-aura-featured {
  background-color: var(--macg-dark);
}

.page-aura .macg-aura-featured .section-title h2,
.page-aura .cta-banner h2 {
  color: #fff;
}

.page-aura .macg-aura-dark-card {
  min-height: 365px;
}

.page-aura .macg-aura-dark-card h4 {
  line-height: 1.25;
}

.page-aura .macg-aura-dark-card p {
  min-height: 112px;
}

.page-aura .macg-aura-frame img {
  max-height: 640px;
  object-fit: cover;
}

.page-aura .macg-aura-pricing {
  background:
    radial-gradient(circle at top left, rgba(8, 106, 215, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}

.macg-home-aura-pricing {
  background:
    radial-gradient(circle at top left, rgba(8, 106, 215, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f6f9ff 100%);
}

.page-aura .macg-aura-pricing .price__element {
  height: 100%;
}

.page-aura .macg-aura-pricing .macg-aura-plan-card {
  border: 1px solid #dbe8f7;
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-aura .macg-aura-pricing .macg-aura-plan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 71, 143, 0.38);
  box-shadow: 0 26px 65px rgba(0, 71, 143, 0.14);
}

.page-aura .macg-aura-pricing .macg-aura-plan-card .price__head {
  background: linear-gradient(135deg, #07111f 0%, #00478f 100%);
}

.page-aura .macg-aura-pricing .macg-aura-plan-card:nth-child(3n + 2) .price__head {
  background: linear-gradient(135deg, #0b1f3a 0%, #086ad7 100%);
}

.page-aura .macg-aura-pricing .macg-aura-plan-card.featured-plan {
  position: relative;
  border-color: var(--macg-blue);
  box-shadow: 0 28px 70px rgba(0, 71, 143, 0.18);
}

.page-aura .macg-aura-pricing .macg-aura-plan-card.featured-plan .price__head {
  background: linear-gradient(135deg, #00478f 0%, #086ad7 70%, #00b5d8 100%);
}

.page-aura .macg-plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 6;
  padding: 7px 12px;
  color: #fff;
  background: rgba(7, 17, 31, 0.9);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.page-aura .macg-aura-pricing .preice__body {
  display: flex;
  flex-direction: column;
  min-height: 455px;
}

.page-aura .macg-aura-pricing .preice__body .theme-btn {
  width: fit-content;
}

.page-aura .macg-aura-pricing .plan-features {
  margin-top: auto;
}

.page-aura .macg-aura-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
  margin-top: 18px;
}

.page-aura .macg-aura-plan-card-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid #dbe8f7;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-aura .macg-aura-plan-card-v2::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #00478f, #00b5d8);
  border-radius: 14px 14px 0 0;
}

.page-aura .macg-aura-plan-card-v2:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 71, 143, 0.36);
  box-shadow: 0 26px 65px rgba(0, 71, 143, 0.14);
}

.page-aura .macg-aura-plan-card-v2.featured {
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(0, 181, 216, 0.34), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #00478f 64%, #086ad7 100%);
  border-color: transparent;
}

.page-aura .macg-aura-plan-card-v2.custom {
  background:
    linear-gradient(180deg, #fff 0%, #f5fbff 100%);
  border-color: rgba(0, 181, 216, 0.28);
}

.page-aura .macg-aura-plan-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.page-aura .macg-aura-plan-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--macg-blue);
  background: #fff;
  border: 1px solid #dbe8f7;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 14px 30px rgba(0, 71, 143, 0.12);
}

.page-aura .macg-aura-plan-card-v2.featured .macg-aura-plan-icon {
  color: var(--macg-blue);
  background: #fff;
  border-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.page-aura .macg-aura-plan-kicker {
  display: block;
  margin-bottom: 3px;
  color: var(--macg-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-aura .macg-aura-plan-card-v2 h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
}

.page-aura .macg-aura-plan-summary {
  min-height: 76px;
  margin-bottom: 22px;
  color: #526276;
  line-height: 1.65;
}

.page-aura .macg-aura-plan-list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.page-aura .macg-aura-plan-list li {
  position: relative;
  padding-left: 30px;
  color: #26364a;
  font-weight: 700;
  line-height: 1.4;
}

.page-aura .macg-aura-plan-list li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--macg-blue);
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 900;
}

.page-aura .macg-aura-plan-card-v2 .theme-btn {
  width: 100%;
  justify-content: center;
  margin-top: auto;
  text-align: center;
}

.page-aura .macg-aura-plan-card-v2.featured h3,
.page-aura .macg-aura-plan-card-v2.featured .macg-aura-plan-kicker,
.page-aura .macg-aura-plan-card-v2.featured .macg-aura-plan-summary,
.page-aura .macg-aura-plan-card-v2.featured .macg-aura-plan-list li {
  color: #fff;
}

.page-aura .macg-aura-plan-card-v2.featured .macg-aura-plan-list li::before {
  color: var(--macg-blue);
  background: #fff;
}

.page-aura .macg-aura-plan-card-v2.featured .theme-btn {
  color: var(--macg-blue) !important;
  background: #fff !important;
  border-color: #fff !important;
}

.page-aura .macg-aura-plan-extras {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.page-aura .macg-aura-plan-extras > div {
  padding: 22px 24px;
  color: #43546c;
  background: #fff;
  border: 1px solid #dbe8f7;
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.page-aura .macg-aura-plan-extras strong {
  color: var(--macg-blue);
}

.page-aura .macg-aura-plan-note {
  max-width: 900px;
  margin: 34px auto 0;
  padding: 18px 24px;
  color: #475569;
  text-align: center;
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.page-aura .macg-aura-flow .macg-page-card {
  min-height: 100%;
}

.page-aura .macg-aura-module-icon {
  font-size: 26px;
  line-height: 1;
}

.page-aura .macg-aura-module-icon i {
  display: block;
  line-height: 1;
}

.page-aura .macg-aura-process-icon {
  font-size: 24px;
  line-height: 1;
}

.page-aura .macg-aura-process-icon i {
  display: block;
  line-height: 1;
}

.page-aura .macg-aura-faq-mini {
  padding-top: 95px;
  padding-bottom: 95px;
}

.page-nosotros main + .footer-4.footer-wrap {
  margin-top: 0;
  padding-top: 0;
}

.page-nosotros .macg-nosotros-capabilities {
  padding-bottom: 120px;
}

.page-nosotros .macg-about-icon-boxes {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.page-nosotros .macg-icon-tile {
  width: auto;
  height: auto;
  min-width: 46px;
  display: inline-block !important;
  flex: 0 0 46px;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #086ad7 !important;
  background: transparent !important;
  border-radius: 0 !important;
  font-size: 46px !important;
  line-height: 1 !important;
  text-align: left !important;
  box-sizing: border-box;
  box-shadow: none !important;
  overflow: visible !important;
}

.page-nosotros .macg-icon-tile i {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-nosotros .about-icon-box.style-2,
.page-nosotros .macg-unified-card {
  height: 100%;
  margin-top: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.page-nosotros .macg-unified-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.page-nosotros .about-icon-box.style-2 .icon {
  color: var(--macg-blue);
}

.page-nosotros .about-icon-box.style-2 .macg-icon-tile {
  float: none !important;
  margin-right: 0 !important;
}

.page-nosotros .macg-unified-card .content {
  overflow: visible;
}

.page-nosotros .macg-unified-card .content h3 {
  font-size: 21px;
  margin-bottom: 8px;
}

.page-nosotros .macg-unified-card .content p {
  margin-bottom: 0;
  color: #64748b;
  line-height: 1.55;
}

.page-nosotros .macg-about-facts {
  background: linear-gradient(180deg, #f6f9ff 0%, #fff 100%);
}

.page-nosotros .macg-about-facts .funfact-content-grid {
  background-color: var(--macg-blue);
}

.page-nosotros .macg-about-facts .single-funfact-item h3 {
  font-size: 34px;
  letter-spacing: 0;
  text-transform: none;
}

.page-nosotros .macg-about-facts .single-funfact-item p {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.macg-mvv-card {
  height: 100%;
  padding: 38px;
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
}

.macg-mvv-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.macg-mvv-heading .macg-mvv-icon {
  margin-bottom: 0;
}

.macg-mvv-icon {
  width: auto;
  height: auto;
  min-width: 46px;
  display: inline-block;
  margin-bottom: 22px;
  color: #086ad7;
  background: transparent;
  border-radius: 0;
  font-size: 46px;
  line-height: 1;
}

.macg-mvv-icon i {
  display: inline-block;
  line-height: 1;
}

.macg-mvv-card h3 {
  margin-bottom: 0;
}

.macg-mvv-card p {
  margin-bottom: 0;
  color: #526276;
}

.macg-value-card h3 {
  font-size: 22px;
}

.macg-faq-card {
  padding: 30px;
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
  height: 100%;
}

.macg-faq-card h4 {
  margin-bottom: 12px;
}

.cta-banner.style-3 .section-bg {
  background-color: var(--macg-blue) !important;
}

.footer-4.footer-wrap {
  background: #07111f;
  clear: both;
}

.footer-4 .single-footer-wid p,
.footer-4 .single-footer-wid ul li a,
.footer-bottom-content {
  color: rgba(255, 255, 255, 0.74) !important;
}

.footer-4 .wid-title h4,
.footer-4 .single-footer-wid h5 {
  color: #fff !important;
}

.footer-4 .social-link a {
  background: rgba(255, 255, 255, 0.08);
}

.page-banner-wrap .banner-text {
  opacity: 0.12;
}

.page-banner-wrap h1 {
  text-transform: none;
}

.page-internal .header-gutter {
  top: 0;
  min-height: 0;
  height: 0;
}

.page-internal .page-banner-wrap {
  padding-top: 180px;
  padding-bottom: 78px;
}

.page-internal .page-banner-wrap .banner-text {
  top: 62%;
  font-size: 110px;
  line-height: 1;
}

.page-internal .page-banner-wrap h1 {
  font-size: 56px;
  line-height: 1.12;
}

.page-internal .page-heading p {
  max-width: 760px;
  margin-top: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.page-internal .page-banner-wrap .breadcrumb {
  margin-top: 18px;
}

.page-internal .page-banner-wrap .breadcrumb li,
.page-internal .page-banner-wrap .breadcrumb li a {
  font-size: 16px;
}

.macg-page-section {
  padding: 110px 0;
}

.macg-page-section.section-bg-soft {
  background: #f6f9ff;
}

.faq-section.macg-faq-template {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}

.faq-section.macg-faq-template .faq-content {
  height: auto;
  margin-bottom: 30px;
}

.faq-section.macg-faq-template .faq-accordion .card {
  overflow: visible;
}

.faq-section.macg-faq-template .faq-accordion .card-header a {
  line-height: 1.35;
}

.macg-faq-contact {
  position: relative;
  z-index: 3;
  padding-bottom: 155px !important;
}

.macg-faq-contact h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.macg-faq-contact .consultations-form h2 {
  color: #fff;
  margin-bottom: 30px;
}

.macg-faq-contact .consultations-form select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  margin-bottom: 20px;
  border: 0;
  color: #6b7280;
  background: #fff;
  font: inherit;
}

.page-faq main + .footer-4.footer-wrap {
  margin-top: 0;
  padding-top: 0;
}

.page-software .servces-wrapper .section-title h2,
.page-software .services-wrapper .section-title h2,
.page-software .our-skill-wrapper .section-title h2 {
  font-size: 48px;
  line-height: 1.18;
  font-weight: 900;
}

.page-software .services-wrapper .section-title h2,
.page-software .cta-banner h2 {
  color: #fff;
}

.page-software .servces-wrapper .single-service {
  padding-right: 18px;
}

.page-software .servces-wrapper .single-service h3 {
  font-size: 22px;
  line-height: 1.25;
}

.page-software .macg-software-promise {
  margin-top: 80px;
}

.page-software .macg-software-promise .section-title h2 {
  font-size: 42px;
  line-height: 1.18;
  font-weight: 900;
}

.page-software .services-wrapper.service-1 {
  background-color: var(--macg-dark);
}

.page-software .macg-section-white-text {
  max-width: 820px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.72);
}

.page-software .single-service-item {
  min-height: 350px;
}

.page-software .single-service-item h4 {
  line-height: 1.25;
}

.page-software .macg-software-process {
  background: #f6f9fd;
}

.page-software .macg-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.page-software .macg-process-card {
  position: relative;
  height: 100%;
  padding: 34px 28px 32px;
  background: #fff;
  border: 1px solid #e5edf7;
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-software .macg-process-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 71, 143, 0.2);
  box-shadow: 0 28px 64px rgba(0, 71, 143, 0.12);
}

.page-software .macg-process-icon {
  display: inline-block;
  margin-bottom: 15px;
  color: #086ad7;
  font-size: 46px;
  line-height: 1;
}

.page-software .macg-process-icon i {
  display: inline-block;
  line-height: 1;
}

.page-software .macg-process-card span {
  position: absolute;
  top: 28px;
  right: 28px;
  color: rgba(0, 71, 143, 0.12);
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
}

.page-software .macg-process-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.25;
}

.page-software .macg-process-card p {
  margin-bottom: 0;
  color: #64748b;
}

.page-software .macg-software-facts {
  background-color: #061224;
}

.page-software .macg-software-facts .single-funfact-item h3 {
  font-size: 44px;
  letter-spacing: 0;
}

.page-software .macg-software-facts .single-funfact-item p {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.page-software .our-skill-wrapper .skill-banner img {
  width: 100%;
  height: auto;
}

.page-software .macg-skill-callout {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: rgba(0, 71, 143, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.24);
}

.page-software .macg-skill-callout span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.page-software .macg-skill-callout strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.page-software .macg-deliverables .macg-page-card {
  min-height: 100%;
}

.page-software .macg-software-quality p {
  margin-bottom: 22px;
}

.page-software .macg-tech-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-software .macg-tech-pill-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  color: var(--macg-dark);
  background: #eef5ff;
  border: 1px solid #dceaff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.page-software .macg-software-faq {
  background: var(--macg-dark);
}

.page-software .macg-software-faq .section-title h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 900;
}

.page-software .macg-faq-mini {
  height: 100%;
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.page-software .macg-faq-mini h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.page-software .macg-faq-mini p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.page-software .cta-banner.style-3 h2 {
  font-size: 42px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .page-software .servces-wrapper .section-title h2,
  .page-software .services-wrapper .section-title h2,
  .page-software .our-skill-wrapper .section-title h2,
  .page-software .macg-software-promise .section-title h2,
  .page-software .macg-software-faq .section-title h2,
  .page-software .cta-banner.style-3 h2 {
    font-size: 34px;
    line-height: 1.22;
  }

  .page-software .macg-software-promise {
    margin-top: 52px;
  }

  .page-software .macg-process-grid {
    grid-template-columns: 1fr;
  }

  .page-aura .macg-aura-plan-grid,
  .page-aura .macg-aura-plan-extras {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-software .macg-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-web .page-banner-wrap .page-heading p {
  max-width: 900px;
}

.page-web .macg-web-hero .section-title h2,
.page-web .macg-web-types .section-title h2,
.page-web .macg-web-process .section-title h2,
.page-web .macg-web-faq .section-title h2 {
  font-size: 46px;
  line-height: 1.18;
  font-weight: 900;
}

.page-web .macg-web-visual {
  position: relative;
  padding: 22px;
  background: linear-gradient(135deg, #f6fbff 0%, #ffffff 55%, #eef6ff 100%);
  border: 1px solid #e4edf8;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
}

.page-web .macg-web-visual img {
  width: 100%;
  border-radius: 14px;
}

.page-web .macg-web-floating-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 12px 18px;
  color: var(--macg-dark);
  background: #fff;
  border: 1px solid #e3edf9;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 71, 143, 0.14);
  font-weight: 900;
}

.page-web .macg-web-floating-card i {
  color: #086ad7;
  font-size: 34px;
  line-height: 1;
}

.page-web .macg-web-floating-card-one {
  left: 10px;
  bottom: 38px;
}

.page-web .macg-web-floating-card-two {
  right: 8px;
  top: 46px;
}

.page-web .macg-web-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.page-web .macg-web-actions .minimal-btn {
  color: var(--macg-blue);
  border-color: rgba(0, 71, 143, 0.22);
}

.page-web .macg-web-type-card {
  height: 100%;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid #e7eff9;
  border-radius: 14px;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-web .macg-web-type-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 71, 143, 0.22);
  box-shadow: 0 28px 64px rgba(0, 71, 143, 0.12);
}

.page-web .macg-web-type-card.featured {
  color: #fff;
  background: linear-gradient(135deg, var(--macg-blue), #06224d);
  border-color: transparent;
}

.page-web .macg-web-type-card.featured h3,
.page-web .macg-web-type-card.featured p,
.page-web .macg-web-type-card.featured .macg-web-icon {
  color: #fff;
}

.page-web .macg-web-icon {
  margin-bottom: 20px;
  color: #086ad7;
  font-size: 46px;
  line-height: 1;
}

.page-web .macg-web-type-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.25;
}

.page-web .macg-web-type-card p {
  margin-bottom: 0;
  color: #64748b;
}

.page-web .macg-web-type-card.featured p {
  color: rgba(255, 255, 255, 0.78);
}

.page-web .macg-web-capabilities {
  background-color: var(--macg-dark);
}

.page-web .macg-web-capabilities .section-title h2,
.page-web .cta-banner h2 {
  color: #fff;
}

.page-web .macg-web-capabilities .single-service-item {
  min-height: 350px;
}

.page-web .macg-web-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.page-web .macg-web-process-card {
  position: relative;
  min-height: 235px;
  padding: 30px 26px;
  background: #fff;
  border: 1px solid #e7eff9;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.page-web .macg-web-process-card span {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(0, 71, 143, 0.1);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.page-web .macg-web-process-card i {
  display: inline-block;
  margin-bottom: 18px;
  color: #086ad7;
  font-size: 46px;
  line-height: 1;
}

.page-web .macg-web-process-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.25;
}

.page-web .macg-web-process-card p {
  margin-bottom: 0;
  color: #64748b;
}

.page-web .macg-web-stack .macg-card-icon {
  color: #086ad7;
  background: transparent;
  border-radius: 0;
  font-size: 46px;
  line-height: 1;
  width: auto;
  height: auto;
}

.page-web .macg-web-stack.dark {
  color: #fff;
  background: var(--macg-dark);
  border-color: transparent;
}

.page-web .macg-web-stack.dark h3,
.page-web .macg-web-stack.dark .macg-card-icon {
  color: #fff;
}

.page-web .macg-web-stack.dark p {
  color: rgba(255, 255, 255, 0.76);
}

.page-web .macg-web-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.page-web .macg-web-pill-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.page-web .macg-web-faq {
  background: #fff;
}

.page-web .macg-web-faq-card {
  height: 100%;
  padding: 30px 28px;
  background: #f6f9fd;
  border: 1px solid #e7eff9;
  border-radius: 14px;
}

.page-web .macg-web-faq-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.25;
}

.page-web .macg-web-faq-card p {
  margin-bottom: 0;
  color: #64748b;
}

@media (max-width: 767px) {
  .page-web .macg-web-hero .section-title h2,
  .page-web .macg-web-types .section-title h2,
  .page-web .macg-web-process .section-title h2,
  .page-web .macg-web-faq .section-title h2,
  .page-web .cta-banner.style-3 h2 {
    font-size: 34px;
    line-height: 1.22;
  }

  .page-web .macg-web-floating-card {
    position: static;
    margin-top: 12px;
    margin-right: 10px;
  }

  .page-web .macg-web-process-grid {
    grid-template-columns: 1fr;
  }
}

.page-infra .page-banner-wrap .page-heading p {
  max-width: 900px;
}

.page-infra .macg-infra-intro .section-title h2,
.page-infra .macg-infra-services .section-title h2,
.page-infra .macg-infra-process .section-title h2,
.page-infra .macg-infra-faq .section-title h2 {
  font-size: 46px;
  line-height: 1.18;
  font-weight: 900;
}

.page-infra .macg-infra-image {
  overflow: visible;
}

.page-infra .macg-infra-status {
  position: absolute;
  right: -12px;
  bottom: 34px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 290px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e3edf9;
  border-radius: 14px;
  box-shadow: 0 20px 46px rgba(0, 71, 143, 0.14);
}

.page-infra .macg-infra-status i {
  color: #086ad7;
  font-size: 42px;
  line-height: 1;
}

.page-infra .macg-infra-status strong,
.page-infra .macg-infra-status span {
  display: block;
}

.page-infra .macg-infra-status strong {
  color: var(--macg-dark);
  font-size: 16px;
  line-height: 1.2;
}

.page-infra .macg-infra-status span {
  color: #64748b;
  font-size: 14px;
}

.page-infra .macg-infra-card {
  height: 100%;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid #e7eff9;
  border-radius: 14px;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-infra .macg-infra-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 71, 143, 0.22);
  box-shadow: 0 28px 64px rgba(0, 71, 143, 0.12);
}

.page-infra .macg-infra-card.featured {
  color: #fff;
  background: linear-gradient(135deg, var(--macg-blue), #061b3a);
  border-color: transparent;
}

.page-infra .macg-infra-icon {
  margin-bottom: 20px;
  color: #086ad7;
  font-size: 46px;
  line-height: 1;
}

.page-infra .macg-infra-card.featured .macg-infra-icon,
.page-infra .macg-infra-card.featured h3 {
  color: #fff;
}

.page-infra .macg-infra-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.25;
}

.page-infra .macg-infra-card p {
  margin-bottom: 0;
  color: #64748b;
}

.page-infra .macg-infra-card.featured p {
  color: rgba(255, 255, 255, 0.78);
}

.page-infra .macg-infra-dark {
  background-color: var(--macg-dark);
}

.page-infra .macg-infra-dark .section-title h2,
.page-infra .cta-banner h2 {
  color: #fff;
}

.page-infra .macg-infra-dark .single-service-item {
  min-height: 350px;
}

.page-infra .macg-infra-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.page-infra .macg-infra-process-card {
  position: relative;
  min-height: 235px;
  padding: 30px 26px;
  background: #fff;
  border: 1px solid #e7eff9;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.page-infra .macg-infra-process-card span {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(0, 71, 143, 0.1);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.page-infra .macg-infra-process-card i {
  display: inline-block;
  margin-bottom: 18px;
  color: #086ad7;
  font-size: 46px;
  line-height: 1;
}

.page-infra .macg-infra-process-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.25;
}

.page-infra .macg-infra-process-card p {
  margin-bottom: 0;
  color: #64748b;
}

.page-infra .macg-infra-stack .macg-card-icon {
  color: #086ad7;
  background: transparent;
  border-radius: 0;
  font-size: 46px;
  line-height: 1;
  width: auto;
  height: auto;
}

.page-infra .macg-infra-stack.dark {
  color: #fff;
  background: var(--macg-dark);
  border-color: transparent;
}

.page-infra .macg-infra-stack.dark h3,
.page-infra .macg-infra-stack.dark .macg-card-icon {
  color: #fff;
}

.page-infra .macg-infra-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.page-infra .macg-infra-pill-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.page-infra .macg-infra-faq {
  background: #fff;
}

.page-infra .macg-infra-faq-card {
  height: 100%;
  padding: 30px 28px;
  background: #f6f9fd;
  border: 1px solid #e7eff9;
  border-radius: 14px;
}

.page-infra .macg-infra-faq-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.25;
}

.page-infra .macg-infra-faq-card p {
  margin-bottom: 0;
  color: #64748b;
}

@media (max-width: 767px) {
  .page-infra .macg-infra-intro .section-title h2,
  .page-infra .macg-infra-services .section-title h2,
  .page-infra .macg-infra-process .section-title h2,
  .page-infra .macg-infra-faq .section-title h2,
  .page-infra .cta-banner.style-3 h2 {
    font-size: 34px;
    line-height: 1.22;
  }

  .page-infra .macg-infra-status {
    position: static;
    margin-top: 14px;
  }

  .page-infra .macg-infra-process-grid {
    grid-template-columns: 1fr;
  }
}

.macg-page-card {
  height: 100%;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 14px;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.macg-page-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 60px rgba(0, 71, 143, 0.12);
}

.macg-card-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #fff;
  background: var(--macg-blue);
  border-radius: 50%;
  font-weight: 900;
}

.page-nosotros .macg-page-card .macg-card-icon.macg-icon-tile {
  margin-bottom: 22px;
}

.page-api .macg-api-feature-icon {
  font-size: 26px;
  line-height: 1;
}

.page-api .macg-api-feature-icon i {
  display: block;
  line-height: 1;
}

.page-water .macg-water-feature-icon {
  font-size: 26px;
  line-height: 1;
}

.page-water .macg-water-feature-icon i {
  display: block;
  line-height: 1;
}

.page-design .macg-design-feature-icon {
  font-size: 26px;
  line-height: 1;
}

.page-design .macg-design-feature-icon i {
  display: block;
  line-height: 1;
}

.macg-page-card h3,
.macg-page-card h4 {
  margin-bottom: 14px;
}

.macg-page-card p {
  margin-bottom: 0;
  color: #64748b;
}

.macg-check-list {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.macg-check-list li {
  position: relative;
  padding-left: 30px;
  color: #475569;
}

.macg-check-list li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--macg-blue);
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.macg-image-frame {
  position: relative;
  padding: 14px;
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.macg-image-frame img {
  width: 100%;
  border-radius: 14px;
}

.macg-process-number {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
  background: var(--macg-dark);
  border-radius: 50%;
  font-weight: 900;
}

.page-api .macg-api-process-icon {
  font-size: 24px;
  line-height: 1;
}

.page-api .macg-api-process-icon i {
  display: block;
  line-height: 1;
}

.page-water .macg-water-process-icon {
  font-size: 24px;
  line-height: 1;
}

.page-water .macg-water-process-icon i {
  display: block;
  line-height: 1;
}

.page-design .macg-design-process-icon {
  font-size: 24px;
  line-height: 1;
}

.page-design .macg-design-process-icon i {
  display: block;
  line-height: 1;
}

.macg-sidebar-box {
  padding: 34px;
  background: var(--macg-dark);
  border-radius: 16px;
  color: #fff;
}

.macg-sidebar-box p,
.macg-sidebar-box li {
  color: rgba(255, 255, 255, 0.78);
}

.macg-sidebar-box .theme-btn {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--macg-blue) !important;
}

.macg-form .form-control {
  height: 58px;
  margin-bottom: 18px;
  border: 1px solid #e6eef7;
  border-radius: 6px;
}

.macg-form textarea.form-control {
  min-height: 150px;
}

.contact-form .single-personal-info select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #ebedf2;
  color: #6b7280;
  background: #fff;
  border-radius: 0;
  font: inherit;
}

.macg-contact-list {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 26px 0;
  list-style: none;
}

.macg-contact-list li {
  display: flex;
  gap: 14px;
  color: #475569;
}

.macg-contact-list i {
  color: var(--macg-blue);
  margin-top: 4px;
}

@media (max-width: 1199px) {
  .header-btn-cta {
    display: none;
  }

  .page-internal .page-banner-wrap {
    padding-top: 135px;
    padding-bottom: 62px;
  }

  .page-internal .page-banner-wrap h1 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .hero-6 .banner-content h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .page-internal .page-banner-wrap {
    padding-top: 112px;
    padding-bottom: 42px;
  }

  .page-internal .page-banner-wrap h1 {
    font-size: 34px;
  }

  .page-internal .page-heading p {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 500px) {
  .hero-6 .banner-content h1 {
    text-align: center !important;
    font-size: 40px;
    line-height: 40px;
  }
}
