.row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.news-block-two{
    border-radius: 10px;
}
.post-info.mb_30{
    margin-bottom: 10px;
}
.author-box{
    margin-bottom: 40px;
}
.sub-blog{
    padding-top: 130px;
    padding-bottom: 0;
}
.reliability-text h4{
    padding-top: 40px;
}
.reliability-list li{
    padding: 10px 0px;
    padding-left: 35px;
}
.reliability-list li i{
    top: 10px;
}
.category-list li a{
    padding-left: 25px;
}
.category-list li a i{
    left: 0;
}
.pagination{
    margin-top: 0;
}
.pagination li a{
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
}
.about-content-colmun .featured-button{
    max-width: 325px;
}
.newsletter-popup{
    padding-bottom: 150px;
}
.tab-buttons .tab-btn{
    padding: 33px 20px;
}
.tab-buttons .tab-btn .icon-one{
    margin-right: 10px;
}
.why-choose-us-section .section-title{
    margin-right: -15px;
}
.feature-block-one{
    padding: 75px 45px;
}
.our-specialties.inner-page {
    padding-bottom: 120px;
    background-color: #C4C4C4;
}
.pricing-item{
    margin-bottom: 40px;
}
.news-block-two .inner-box .blog-info li{
    margin-right: 25px;
}
.news-block-two .inner-box{
    padding: 33px;
}
.news-block-two .inner-box .blog-info{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.news-block-two .inner-box .read-more-btn{
    left: 34px;
}
.project-block-one .content-box{
    padding: 25px 40px;
}
.project-block-one .overley-content{
    padding: 40px;
}
.our-features .feature-block-three{
    padding: 72px 73px;
}
.why-choose-us-section .inner-page{
    padding: 85px 50px 85px 50px;
}
.team-block-one .content-box{
    padding: 25px 40px;
}
.team-block-one .overley-content{
    padding: 25px 40px;
}
.service-list-area.padd-60,
.helpus-area.padd-60,
.brochure-area.padd-60{
    padding: 40px;
}
.brochure-inner p{
    margin-bottom: 30px;
}
.service-text-one .title-text{
    margin-bottom: 40px;
}
.project-info{
    padding: 60px 25px 250px;
}
.featured-tab .tab-buttons .tab-btn{
    margin: 20px 15px;
}
.page-banner-section{
    background-attachment: local;
}
.news-block-two:hover .inner-box{
    padding-bottom: 33px;
}
.comments-form-area{
    padding: 50px;
}
.service-video-box .overly-box a{
    font-size: 35px;
}
.company-feature.style-02 .feature-block:hover{
    border-color: var(--secondary-color);
}
.about-image-colmun{
    padding-right: 80px;
}
.service-section{
    padding-bottom: 0px;
}
.service-section .service-text{
    border: 1px solid var(--grey-color-five);
}
.feature-list{
    margin-bottom: 40px;
}
.individual-approach .overly-box a{
    font-size: 35px;
    line-height: 100px;
}
.feature-block-one .icon-box img{
    transform: scale(1.0);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.feature-block-one .icon-box img{
    transition: 1s;
}
.feature-block-one:hover .icon-box img{
    transform: scale(1.1);
}
.feature-block-three .icon-box img{
    transition: 1s;
}
.feature-block-three:hover .icon-box img{
    transform: scale(1.1);
}
.quote-section .map-shape{
    bottom: 0;
}
.quote-form .nice-select{
    font-size: 10px;
    height: 45px;
    line-height: 45px;
}
.quote-section .quote-form .form-group{
    margin-bottom: 15px;
}
.quote-form .form-group i{
    bottom: 20px;
}
.quote-form label{
    font-size: 12px;
    line-height: 20px;
}
.quote-form .sub-title{
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 15px;
}
.quote-form .form-group .button-style-three{
    padding: 15px 45px;
    line-height: 28px;
}
.news-block-two .inner-box .blog-title a:hover{
    color: var(--secondary-color);
}
.news-block-two:hover .inner-box{
    padding-bottom: 60px;
}
.service-seven-content .row{
    --bs-gutter-x: 1.5rem;
}
.service-seven-block .inner-text{
    z-index: 1;
}
.feature-block-area{
    padding: 50px;
    padding-right: 0px;
    background-color: var(--white-color);
}
.feature-block-area .feature-block-one{
    position: relative;
    box-shadow: none;
    padding: 0px;
}
.feature-block-area .feature-block-one:before{
    position: absolute;
    height: 100%;
    width: 1px;
    content: '';
    right: 0;
    bottom: 0;
    background-color: #E8E8E8;
}
.feature-block-area .feature-block-one.border-none:before{
    display: none;
}
.feature-block-area .feature-block-one .icon-box{
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
}
.feature-block-area .feature-block-one h5{
    margin-bottom: 10px;
}
.feature-block-area .feature-block-one p{
    line-height: 29px;
    color: var(--block-color-three);
}
.how-to-work-section-two .row{
    --bs-gutter-x: 1.5rem;
}
.video-section .row{
    --bs-gutter-x: 1.5rem;
}
.protfolio-text-one p{
    font-size: 16px;
}
.protfolio-text-three p{
    font-size: 16px;
}
.post-share-option .social-list li .share-icon{
    position: absolute;
    right: -35px;
    bottom: -30px;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.post-share-option .social-list li:hover .share-icon{
    bottom: 25px;
    opacity: 1;
    visibility: visible;
}
.post-share-option .social-list .share-icon li{
    display: block;
}
.post-share-option .social-list .share-icon li a{
    position: relative;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
    color: var(--white-color);
    background-color: var(--primary-color);
    display: inline-block;
}
.post-share-option .social-list .share-icon li a:hover{
    color: var(--white-color);
    background-color: var(--secondary-color);
}
.feature-block{
    position: relative;
    z-index: 1;
}
.feature-block:before{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    content: '';
    z-index: 2;
    background-color: var(--white-color);
    transition: 0.35s;
}
.feature-block:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    z-index: 2;
    background-color: var(--white-color);
    transition: 0.35s;
}
.feature-block:hover:before,
.feature-block:hover:after{
    width: 0;
}
.feature-block .feature-inner{
    position: relative;
    z-index: 1;
    border: 5px solid var(--secondary-color);
}
.feature-block .feature-inner:before{
    position: absolute;
    width: 5px;
    height: 100%;
    content: '';
    bottom: 0;
    right: -5px;
    transition: 0.25s;
    background-color: var(--white-color);
}
.feature-block .feature-inner:after{
    position: absolute;
    width: 5px;
    height: 100%;
    content: '';
    top: 0;
    left: -5px;
    transition: 0.25s;
    background-color: var(--white-color);
}
.feature-block:hover .feature-inner:before,
.feature-block:hover .feature-inner:after{
    height: 0;
}
.service-block-004 .service-inner .lower-content .icon-box{
    position: relative;
    z-index: 1;
    width: 106px;
    height: 106px;
    font-size: 60px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    transition: .25s;
    overflow: hidden;
    color: var(--secondary-color);
}
.service-block-004 .service-inner:hover .lower-content .icon-box{
    color: var(--white-color);
    margin-bottom: 20px;
}
.service-block-004 .service-inner .lower-content .icon-box:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: '';
    z-index: -1;    
    transition: 1s;
    background: linear-gradient(0deg, #0069C5 0%, #FFBE2E 83.37%);
}
.service-block-004 .service-inner:hover .lower-content .icon-box:before{
    height: 100%;
}
.service-block-004 .lower-content h4 a{
    color: var(--white-color);
}
.service-block-004 .lower-content h4 a:hover{
    color: var(--secondary-color);
}
.project-info{
    padding: 35px 35px 200px;
}
.service-text-one .title-text{
    font-size: 16px;
}
.service-list li.current a:after{
    width: 100%;
}
/*  Team Section*/
.team-block-one{
    border-radius: 10px;
    overflow: hidden;
}
.team-block-one .team-image{
    position: relative;
    overflow: hidden;
}
.team-block-one .team-image .social-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 54px;
    padding: 10px;
    transform: translateY(-120%);
    background: var(--secondary-color);
    border-radius: 0px 10px 50px 50px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.team-block-one:hover .team-image .social-icon{
    transform: translateY(0);
}
.team-block-one .team-image .social-icon li{
    text-align: center;
    display: block;    
}
.team-block-one .team-image .social-icon li a{
    display: inline-block;
    text-align: center;
    padding: 5px;
    color: var(--white-color);
}
.team-block-one .team-image .share-box{
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 110px;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    transform: translateY(0);
    border-radius: 0px 10px 50px 50px;
    background-color: var(--primary-color);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.team-block-one:hover .team-image .share-box{
    transform: translateY(-120%);
}
.team-block-one .team-image .share-box i{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 44px;
    height: 44px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: var(--paragraph-color);
    background-color: var(--white-color);
}
.team-block-one .team-image .share-box .title-text{
    transform: rotate(-90deg);
    transform-origin: bottom right;
    padding-left: 25px;
    line-height: 35px;
    color: var(--white-color);
}
.team-block-one .team-image{
    border-radius: 5px 5px 0px 0px;
}
.team-block-one .team-image img{
    width: 100%;
}
.team-block-one .team-info{
    position: relative;
    padding: 28px 50px;
    z-index: 1;
    overflow: hidden;
    border-radius: 0px 0px 5px 5px;
}
.team-block-one .team-info:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: '';
    z-index: -1;    
    background-color: var(--secondary-color);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.team-block-one:hover .team-info:before{
    height: 100%;
}
.team-block-one .team-info h5 a{
    font-weight: 700;
    color: var(--title-color);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.team-block-one:hover .team-info h5 a{
    color: var(--white-color);
}
.team-block-one .team-info span{
    font-weight: 700;
    font-family: var(--manjari);
    color: var(--paragraph-color);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.team-block-one:hover .team-info span{
    color: var(--white-color);
}
.banner-style-seven .quote-form .form-group i{
    bottom: 12px;
}
.banner-style-seven .quote-form .form-group button i{
    bottom: 0;
}
#historia .section-title .title {
  font-size: 46px;
  line-height: 1.2em;
  margin-bottom: 22px;
}

#historia .section-title .title-text {
  font-size: 18px;
  line-height: 1.9em;
  max-width: 92%;
  margin-bottom: 28px;
}

#historia .sub-title {
  font-size: 18px;
  margin-bottom: 12px;
}

#historia .company-feature {
  margin-top: 20px;
}

@media (max-width: 991px) {
  #historia .section-title .title {
    font-size: 34px;
  }

  #historia .section-title .title-text {
    font-size: 16px;
  }

  #historia .sub-title {
    font-size: 15px;
  }
}

.mc-history-detail {
  padding: 70px 0 90px;
  background: #ffffff;
}

.mc-history-box {
  background: #f8f8f8;
  border-radius: 14px;
  padding: 35px 28px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  margin-bottom: 25px;
}

.mc-history-box h4 {
  font-size: 26px;
  line-height: 1.3em;
  margin-bottom: 16px;
  color: #111;
}

.mc-history-box p {
  font-size: 17px;
  line-height: 1.9em;
  color: #555;
  margin: 0;
}

.company-about .shape-seven {
  bottom: -0px;
}

.mc-history-box {
  position: relative;
}

.mc-history-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 60px;
  height: 4px;
  background: #f7931e;
  border-radius: 10px;
}

.mc-history-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.mc-history-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.10);
}

.mc-history-box h4 {
  font-size: 22px;
  line-height: 1.4em;
  margin-bottom: 18px;
  color: #111;
  font-weight: 700;
}

.mc-history-box p {
  font-size: 17px;
  line-height: 1.9em;
  color: #555;
  margin: 0;
}

.mc-history-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 25px;
  transition: all 0.30s ease;
}

.mc-history-box::before {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  background: #f7931e;
  border-radius: 10px;
  margin-bottom: 22px;
  transition: all 0.30s ease;
}

.mc-history-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
  border-color: rgba(247,147,30,0.25);
}

.mc-history-box:hover::before {
  width: 80px;
}

.mc-history-box h4 {
  font-size: 22px;
  line-height: 1.4em;
  margin-bottom: 18px;
  color: #111;
  font-weight: 700;
  transition: color 0.30s ease;
}

.mc-history-box:hover h4 {
  color: #f7931e;
}

.mc-history-box p {
  font-size: 17px;
  line-height: 1.9em;
  color: #555;
  margin: 0;
}

.mc-values-visual {
  padding: 95px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.mc-value-visual-box {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 38px 34px;
  min-height: 240px;
  margin-bottom: 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.07);
  border: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
  transition: all 0.35s ease;
}

.mc-value-visual-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  width: 72px;
  height: 4px;
  background: #f7931e;
  border-radius: 10px;
  transition: all 0.35s ease;
}

.mc-value-visual-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(0,0,0,0.11);
  background: #fffaf5;
}

.mc-value-visual-box:hover::before {
  width: 110px;
}

.mc-value-number {
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  color: rgba(247, 147, 30, 0.14);
  margin-bottom: 20px;
  transition: all 0.35s ease;
}

.mc-value-visual-box:hover .mc-value-number {
  color: rgba(247, 147, 30, 0.28);
}

.mc-value-visual-box h4 {
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 14px;
  color: #111;
  font-weight: 700;
  transition: color 0.35s ease;
}

.mc-value-visual-box:hover h4 {
  color: #f7931e;
}

.mc-value-visual-box p {
  font-size: 18px;
  line-height: 1.9em;
  color: #555;
  margin: 0;
  max-width: 92%;
}

@media (max-width: 991px) {
  .mc-values-visual {
    padding: 75px 0;
  }

  .mc-value-visual-box {
    padding: 32px 24px;
    min-height: auto;
  }

  .mc-value-number {
    font-size: 42px;
  }

  .mc-value-visual-box h4 {
    font-size: 25px;
  }

  .mc-value-visual-box p {
    font-size: 16px;
    max-width: 100%;
  }
}

.hidden-sidebar .wrapper-box {
    background: #e9eef4;
}

.hidden-sidebar .text-widget .text,
.hidden-sidebar .contact-widget .text,
.hidden-sidebar .contact-widget .text a,
.hidden-sidebar .pdf-widget h6 {
    color: #243447;
}

.hidden-sidebar .contact-widget .text strong {
    color: #10233a;
}

.hidden-sidebar .pdf-widget .content {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(16, 35, 58, 0.08);
    padding: 25px 20px;
}

.hidden-sidebar .link-btn .button-style-three {
    background: #f7941d;
    border-radius: 6px;
}

.normativas-banner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.normativas-banner .banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.normativas-banner .container {
    position: relative;
    z-index: 2;
}

.normativas-banner .page-banner-title,
.normativas-banner .breadcrumb li,
.normativas-banner .breadcrumb li a,
.normativas-banner .breadcrumb li i {
    color: #ffffff !important;
}

.normativas-proceso{
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    padding-top: 110px;
    padding-bottom: 110px;
}

.normativas-proceso .section-title .sub-title{
    color: #f28c28;
    font-weight: 700;
    letter-spacing: .5px;
}

.normativas-proceso .section-title .title{
    font-size: 50px;
    line-height: 1.15;
    font-weight: 800;
    color: #1d1d1d;
}

.normativas-proceso .section-title .title span{
    color: #f28c28;
}

.normativas-proceso .section-title .title-text{
    font-size: 18px;
    line-height: 1.9;
    color: #5b5b5b;
}

.normativas-proceso .work-block-one .icon-box{
    background: #fff8f1;
    border: 2px solid #fde2c2;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.normativas-proceso .work-block-one .icon-box i{
    color: #f28c28;
}

.normativas-proceso .work-block-one .content-box h6{
    font-size: 28px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 10px;
}

.normativas-proceso .work-block-one .content-box p{
    font-size: 17px;
    line-height: 1.85;
    color: #555;
}

.normativas-proceso .work-block-one .step{
    color: #f28c28 !important;
    font-weight: 800;
    letter-spacing: 1px;
}

.normativas-proceso .border-shape img,
.normativas-proceso .border-shape-1 img,
.normativas-proceso .border-shape-2 img{
    opacity: .75;
}

.normativas-cover{
    padding: 55px 0 45px;
    background: #f5f7fb;
    border-top: 1px solid #eceff4;
    border-bottom: 1px solid #eceff4;
}

.normativas-cover-wrap{
    display: grid;
    grid-template-columns: 280px 1fr;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.normativas-cover-side{
    background: linear-gradient(180deg, #163c97 0%, #0f2f7d 100%);
    color: #ffffff;
    padding: 42px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.normativas-cover-label{
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 16px;
}

.normativas-cover-side h2{
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.normativas-cover-side p{
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.88);
    margin: 0;
}

.normativas-cover-main{
    padding: 38px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.normativas-cover-breadcrumb{
    margin: 0 0 16px 0;
    padding: 0;
}

.normativas-cover-breadcrumb li,
.normativas-cover-breadcrumb li a,
.normativas-cover-breadcrumb li i{
    color: #666 !important;
    font-size: 14px;
    font-weight: 500;
}

.normativas-cover-main h1{
    font-size: 54px;
    line-height: 1.06;
    font-weight: 800;
    color: #1d1d1d;
    margin-bottom: 16px;
}

.normativas-cover-text{
    max-width: 760px;
    font-size: 18px;
    line-height: 1.9;
    color: #5a5a5a;
    margin-bottom: 24px;
}

.normativas-cover-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.normativas-cover-tags span{
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff3e7;
    color: #c56f14;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 991px){
    .normativas-cover-wrap{
        grid-template-columns: 1fr;
    }

    .normativas-cover-side{
        padding: 28px 24px;
    }

    .normativas-cover-main{
        padding: 30px 24px;
    }

    .normativas-cover-main h1{
        font-size: 40px;
    }
}

@media (max-width: 575px){
    .normativas-cover{
        padding: 40px 0 35px;
    }

    .normativas-cover-main h1{
        font-size: 32px;
    }

    .normativas-cover-text{
        font-size: 16px;
    }
}

.mc-tech-hero{
    position: relative;
    overflow: hidden;
    padding: 110px 0 90px;
    background: #07111f;
}

.mc-tech-grid{
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.75), transparent 95%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.75), transparent 95%);
    pointer-events: none;
}

.mc-tech-hero::before{
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(245,130,32,0.18) 0%, rgba(245,130,32,0) 70%);
    pointer-events: none;
}

.mc-tech-hero::after{
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(35,92,255,0.18) 0%, rgba(35,92,255,0) 72%);
    pointer-events: none;
}

.mc-tech-copy,
.mc-tech-visual{
    position: relative;
    z-index: 2;
}

.mc-tech-copy{
    max-width: 690px;
    padding-right: 30px;
}

.mc-tech-kicker{
    display: inline-block;
    margin-bottom: 18px;
    color: #f58220;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.mc-tech-copy h1{
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 58px;
    line-height: 1.05em;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.mc-tech-copy p{
    margin: 0 0 30px;
    max-width: 610px;
    color: rgba(255,255,255,0.78);
    font-size: 18px;
    line-height: 1.9em;
}

.mc-tech-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.mc-tech-btn{
    min-height: 54px;
    padding: 0 28px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mc-tech-btn-primary{
    background: #f58220;
    color: #ffffff;
    border: 1px solid #f58220;
    box-shadow: 0 12px 28px rgba(245,130,32,0.26);
}

.mc-tech-btn-primary:hover{
    background: #db7117;
    border-color: #db7117;
    color: #ffffff;
    transform: translateY(-2px);
}

.mc-tech-btn-secondary{
    background: rgba(255,255,255,0.06);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
}

.mc-tech-btn-secondary:hover{
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    transform: translateY(-2px);
}

.mc-tech-tags{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.mc-tech-tags li{
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.88);
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

/* Panel derecho */
.mc-tech-visual{
    min-height: 470px;
}

.mc-tech-panel{
    position: relative;
    z-index: 2;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(12,22,40,0.92) 0%, rgba(8,16,30,0.92) 100%);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 30px 70px rgba(0,0,0,0.35);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.mc-tech-panel-top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 26px 28px 22px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mc-panel-label{
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.58);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.mc-tech-panel-top h4{
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 700;
}

.mc-panel-status{
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    color: #d7e6ff;
    font-size: 13px;
    font-weight: 600;
}

.mc-status-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #29d17d;
    box-shadow: 0 0 12px #29d17d;
}

.mc-tech-panel-body{
    padding: 10px 24px 18px;
}

.mc-tech-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 4px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mc-tech-row:last-child{
    border-bottom: none;
}

.mc-tech-row strong{
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3em;
    font-weight: 600;
}

.mc-tech-row span{
    display: block;
    color: rgba(255,255,255,0.60);
    font-size: 14px;
    line-height: 1.6em;
}

.mc-tech-row b{
    min-width: 62px;
    text-align: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(245,130,32,0.12);
    border: 1px solid rgba(245,130,32,0.25);
    color: #ffb46f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.mc-tech-panel-bottom{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.08);
    margin-top: 6px;
}

.mc-tech-metric{
    padding: 18px 14px;
    text-align: center;
    background: rgba(255,255,255,0.03);
}

.mc-tech-metric strong{
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.mc-tech-metric span{
    display: block;
    color: rgba(255,255,255,0.58);
    font-size: 13px;
}

/* Brillos */
.mc-tech-glow{
    position: absolute;
    border-radius: 50%;
    filter: blur(30px);
    pointer-events: none;
}

.mc-tech-glow-one{
    width: 120px;
    height: 120px;
    top: 30px;
    right: -10px;
    background: rgba(245,130,32,0.20);
}

.mc-tech-glow-two{
    width: 140px;
    height: 140px;
    bottom: 10px;
    left: -20px;
    background: rgba(35,92,255,0.18);
}

/* Responsive */
@media (max-width: 1199px){
    .mc-tech-copy h1{
        font-size: 48px;
    }
}

@media (max-width: 991px){
    .mc-tech-hero{
        padding: 90px 0 70px;
    }

    .mc-tech-copy{
        padding-right: 0;
        margin-bottom: 40px;
    }

    .mc-tech-copy h1{
        font-size: 40px;
    }

    .mc-tech-copy p{
        font-size: 16px;
    }

    .mc-tech-visual{
        min-height: auto;
    }
}

@media (max-width: 767px){
    .mc-tech-copy h1{
        font-size: 32px;
    }

    .mc-tech-actions{
        flex-direction: column;
        align-items: flex-start;
    }

    .mc-tech-btn{
        width: 100%;
        max-width: 280px;
    }

    .mc-tech-panel-top{
        flex-direction: column;
        align-items: flex-start;
    }

    .mc-tech-panel-bottom{
        grid-template-columns: 1fr;
    }

    .mc-tech-row{
        flex-direction: column;
        align-items: flex-start;
    }
}

/* === Animaciones sutiles para el hero tecnológico === */

.mc-tech-copy{
    animation: mcFadeUpLeft 0.9s ease-out both;
}

.mc-tech-panel{
    animation: mcFadeUpRight 1s ease-out both;
}

.mc-tech-tags li{
    animation: mcFadeUpTags 0.8s ease-out both;
}

.mc-tech-tags li:nth-child(1){
    animation-delay: 0.15s;
}
.mc-tech-tags li:nth-child(2){
    animation-delay: 0.3s;
}
.mc-tech-tags li:nth-child(3){
    animation-delay: 0.45s;
}

.mc-status-dot{
    animation: mcPulseDot 1.8s ease-in-out infinite;
}

.mc-tech-glow-one{
    animation: mcGlowFloatOne 6s ease-in-out infinite;
}

.mc-tech-glow-two{
    animation: mcGlowFloatTwo 7s ease-in-out infinite;
}

.mc-tech-panel:hover{
    transform: translateY(-4px);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 34px 80px rgba(0,0,0,0.42);
}

.mc-tech-row{
    transition: background 0.3s ease, transform 0.3s ease;
}

.mc-tech-row:hover{
    background: rgba(255,255,255,0.03);
    transform: translateX(4px);
}

.mc-tech-btn{
    transition: all 0.3s ease;
}

.mc-tech-tags li{
    transition: all 0.3s ease;
}

.mc-tech-tags li:hover{
    transform: translateY(-2px);
    border-color: rgba(245,130,32,0.35);
    color: #ffffff;
}

/* Keyframes */
@keyframes mcFadeUpLeft{
    from{
        opacity: 0;
        transform: translateY(28px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mcFadeUpRight{
    from{
        opacity: 0;
        transform: translateY(30px) scale(0.98);
    }
    to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes mcFadeUpTags{
    from{
        opacity: 0;
        transform: translateY(18px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mcPulseDot{
    0%{
        box-shadow: 0 0 0 0 rgba(41, 209, 125, 0.55);
        transform: scale(1);
    }
    50%{
        box-shadow: 0 0 0 8px rgba(41, 209, 125, 0);
        transform: scale(1.08);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(41, 209, 125, 0);
        transform: scale(1);
    }
}

@keyframes mcGlowFloatOne{
    0%{
        transform: translateY(0px) translateX(0px);
    }
    50%{
        transform: translateY(-10px) translateX(6px);
    }
    100%{
        transform: translateY(0px) translateX(0px);
    }
}

@keyframes mcGlowFloatTwo{
    0%{
        transform: translateY(0px) translateX(0px);
    }
    50%{
        transform: translateY(8px) translateX(-8px);
    }
    100%{
        transform: translateY(0px) translateX(0px);
    }
}

.mc-featured-services{
    padding: 100px 0;
    background: #f7f9fc;
}

.mc-featured-head{
    max-width: 840px;
    margin: 0 auto 60px;
    text-align: center;
}

.mc-section-kicker{
    display: inline-block;
    margin-bottom: 14px;
    color: #f58220;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.mc-featured-head h2{
    margin: 0 0 18px;
    color: #0f172a;
    font-size: 44px;
    line-height: 1.15em;
    font-weight: 800;
}

.mc-featured-head p{
    margin: 0 auto;
    max-width: 720px;
    color: #5b6878;
    font-size: 17px;
    line-height: 1.85em;
}

.mc-service-row{
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 46px;
    align-items: center;
    margin-bottom: 42px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #e7edf4;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.mc-service-row.reverse{
    grid-template-columns: 1fr 1.1fr;
}

.mc-service-row.reverse .mc-service-image{
    order: 2;
}

.mc-service-row.reverse .mc-service-content{
    order: 1;
}

.mc-service-image{
    position: relative;
    min-height: 360px;
    border-radius: 18px;
    overflow: hidden;
}

.mc-service-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.mc-service-row:hover .mc-service-image img{
    transform: scale(1.04);
}

.mc-service-content{
    max-width: 520px;
}

.mc-service-label{
    display: inline-block;
    margin-bottom: 14px;
    color: #12347b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.mc-service-content h3{
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 800;
}

.mc-service-content p{
    margin: 0 0 20px;
    color: #5b6878;
    font-size: 16px;
    line-height: 1.85em;
}

.mc-service-content ul{
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.mc-service-content ul li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    color: #243244;
    font-size: 15.5px;
    line-height: 1.75em;
}

.mc-service-content ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f58220;
}

.mc-service-link{
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 10px;
    background: #12347b;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mc-service-link:hover{
    background: #0e2961;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 1199px){
    .mc-featured-head h2{
        font-size: 38px;
    }

    .mc-service-content h3{
        font-size: 30px;
    }
}

@media (max-width: 991px){
    .mc-featured-services{
        padding: 80px 0;
    }

    .mc-service-row,
    .mc-service-row.reverse{
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 24px;
    }

    .mc-service-row.reverse .mc-service-image,
    .mc-service-row.reverse .mc-service-content{
        order: initial;
    }

    .mc-service-image{
        min-height: 280px;
    }

    .mc-featured-head h2{
        font-size: 34px;
    }
}

@media (max-width: 767px){
    .mc-featured-head h2{
        font-size: 30px;
    }

    .mc-featured-head p{
        font-size: 16px;
    }

    .mc-service-content h3{
        font-size: 27px;
    }

    .mc-service-row{
        border-radius: 18px;
    }

    .mc-service-image{
        min-height: 240px;
    }
}
/* =========================================================
   SERVICIOS PREMIUM - NUEVA SECCIÓN COMPLETA
   ========================================================= */

.mc-services-premium{
    padding: 95px 0 100px;
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.mc-services-premium-head{
    max-width: 900px;
    margin: 0 auto 52px;
    text-align: center;
}

.mc-section-kicker{
    display: inline-block;
    margin-bottom: 14px;
    color: #f58220;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mc-services-premium-head h2{
    margin: 0 0 18px;
    color: #0f172a;
    font-size: 42px;
    line-height: 1.15em;
    font-weight: 800;
}

.mc-services-premium-head p{
    margin: 0 auto;
    max-width: 760px;
    color: #5b6878;
    font-size: 17px;
    line-height: 1.85em;
}

.mc-services-premium-grid{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.mc-allies-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:24px;
}

.mc-allies-grid .mc-service-premium-card{
    grid-column: auto;
}

.mc-service-premium-card{
    grid-column: span 3;
    background: #ffffff;
    border: 1px solid #e3eaf2;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.mc-service-premium-card:nth-child(n+5){
    grid-column: span 4;
}

.mc-service-premium-card:hover{
    transform: translateY(-8px);
    border-color: #d2dfeb;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.10);
}

.mc-service-premium-media{
    position: relative;
    height: 180px;
    background-size: cover;
    background-position: center;
}

.mc-service-premium-media::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,17,31,0.08) 0%, rgba(7,17,31,0.28) 100%);
}

.mc-service-number{
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    color: #12347b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.8px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.10);
}

.mc-service-premium-body{
    padding: 24px 24px 22px;
}

.mc-service-premium-body h3{
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 800;
}

.mc-service-premium-body p{
    margin: 0 0 18px;
    color: #586678;
    font-size: 15.5px;
    line-height: 1.8em;
    min-height: 84px;
}

.mc-service-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.mc-service-tags span{
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f2f6fb;
    border: 1px solid #dde7f1;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

/* details */
.mc-service-expand{
    border-top: 1px solid #e8eef5;
    padding-top: 16px;
}

.mc-service-expand summary{
    list-style: none;
    cursor: pointer;
    user-select: none;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 12px;
    background: #12347b;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 12px 24px rgba(18, 52, 123, 0.16);
}

.mc-service-expand summary::-webkit-details-marker{
    display: none;
}

.mc-service-expand summary::after{
    content: "+";
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.mc-service-expand summary:hover{
    background: #0e2961;
    transform: translateY(-2px);
}

.mc-service-expand[open] summary{
    background: #f58220;
    box-shadow: 0 12px 24px rgba(245, 130, 32, 0.18);
}

.mc-service-expand[open] summary::after{
    content: "–";
}

.mc-service-expand-content{
    padding-top: 16px;
}

.mc-service-expand-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.mc-service-expand-content ul li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #334155;
    font-size: 15px;
    line-height: 1.7em;
}

.mc-service-expand-content ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f58220;
}

/* responsive */
@media (max-width: 1399px){
    .mc-service-premium-body h3{
        font-size: 22px;
    }
}

@media (max-width: 1199px){
    .mc-services-premium-head h2{
        font-size: 36px;
    }

    .mc-service-premium-card{
        grid-column: span 6;
    }

    .mc-service-premium-card:nth-child(n+5){
        grid-column: span 6;
    }
}

@media (max-width: 767px){
    .mc-services-premium{
        padding: 75px 0 80px;
    }

    .mc-services-premium-head h2{
        font-size: 30px;
    }

    .mc-services-premium-head p{
        font-size: 16px;
    }

    .mc-service-premium-card{
        grid-column: span 12;
        border-radius: 18px;
    }

    .mc-service-premium-card:nth-child(n+5){
        grid-column: span 12;
    }

    .mc-service-premium-media{
        height: 190px;
    }

    .mc-service-premium-body{
        padding: 22px 20px 20px;
    }

    .mc-service-premium-body h3{
        font-size: 22px;
    }

    .mc-service-premium-body p{
        min-height: auto;
    }

    .mc-service-expand summary{
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================
   PORTALES MC HUB
   ========================================================= */

.mc-portals-scroll .ms-section{
    position: relative;
}

.mc-portal-visual{
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.mc-portal-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,17,31,0.12) 0%, rgba(7,17,31,0.72) 100%);
}

.mc-portal-visual-content{
    position: absolute;
    left: 60px;
    bottom: 70px;
    z-index: 2;
    max-width: 520px;
}

.mc-portal-visual-number{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 52px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    color: #12347b;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 18px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.mc-portal-visual-content h2{
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.08em;
    font-weight: 800;
}

.mc-portal-visual-content p{
    margin: 0;
    color: rgba(255,255,255,0.82);
    font-size: 18px;
    line-height: 1.8em;
}

.mc-portal-panel-wrap{
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 70px;
}

.mc-portal-panel{
    max-width: 560px;
    width: 100%;
}

.mc-portal-kicker{
    display: inline-block;
    margin-bottom: 16px;
    color: #f58220;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mc-portal-panel h3{
    margin: 0 0 18px;
    color: #0f172a;
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 800;
}

.mc-portal-panel p{
    margin: 0 0 26px;
    color: #556274;
    font-size: 17px;
    line-height: 1.9em;
}

.mc-portal-list{
    list-style: none;
    margin: 0 0 34px;
    padding: 0;
}

.mc-portal-list li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #1f2d3d;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
}

.mc-portal-list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f58220;
}

.mc-portal-metrics{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.mc-portal-metric{
    padding: 18px 16px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e3ebf3;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.mc-portal-metric strong{
    display: block;
    margin-bottom: 6px;
    color: #12347b;
    font-size: 18px;
    font-weight: 800;
}

.mc-portal-metric span{
    display: block;
    color: #627083;
    font-size: 13px;
    line-height: 1.5em;
}

/* navegación lateral más fina */
#multiscroll-nav ul li a span{
    background: #12347b !important;
}

/* responsive */
@media (max-width: 1199px){
    .mc-portal-visual-content{
        left: 40px;
        bottom: 50px;
    }

    .mc-portal-visual-content h2{
        font-size: 38px;
    }

    .mc-portal-panel h3{
        font-size: 38px;
    }

    .mc-portal-panel-wrap{
        padding: 60px 40px;
    }
}

@media (max-width: 991px){
    .mc-portal-visual-content h2{
        font-size: 30px;
    }

    .mc-portal-panel h3{
        font-size: 32px;
    }

    .mc-portal-panel-wrap{
        padding: 40px 24px;
    }

    .mc-portal-metrics{
        grid-template-columns: 1fr;
    }
}

/* ===== PORTALES MC HUB - ACCESOS LIMPIOS Y HORIZONTALES ===== */

.mc-portal-panel{
    width: 100% !important;
    max-width: 720px !important;
}

.mc-portal-panel-wrap{
    padding: 56px 54px !important;
}

.mc-portal-links{
    margin-top: 28px !important;
    padding-top: 22px !important;
    border-top: 1px solid #e5ecf3 !important;
}

.mc-portal-links h5{
    margin: 0 0 14px !important;
    color: #0f172a !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2em !important;
}

.mc-portal-links-row{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
}

.mc-portal-link-card{
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: 96px !important;
    width: 100% !important;
    padding: 14px 16px !important;
    border-radius: 16px !important;
    text-decoration: none !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.mc-portal-link-card .mc-link-top{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: flex-start !important;
    min-height: 24px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
}

.mc-portal-link-card strong{
    display: block !important;
    margin: 0 0 4px !important;
    font-size: 18px !important;
    line-height: 1.2em !important;
    font-weight: 800 !important;
}

.mc-portal-link-card small{
    display: block !important;
    font-size: 12px !important;
    line-height: 1.45em !important;
    font-weight: 500 !important;
}

/* Principal */
.mc-portal-link-card.primary{
    background: linear-gradient(135deg, #12347b 0%, #0b1f4f 100%) !important;
    border: 1px solid rgba(18, 52, 123, 0.95) !important;
    box-shadow: 0 80px 26px rgba(18, 52, 123, 0.18) !important;
    color: #ffffff !important;
}

.mc-portal-link-card.primary .mc-link-top{
    background: rgba(255,255,255,0.14) !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    color: #ffffff !important;
}

.mc-portal-link-card.primary small{
    color: rgba(255,255,255,0.82) !important;
}

.mc-portal-link-card.primary::after{
    content: "↗" !important;
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.12) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

/* Secundario */
.mc-portal-link-card.secondary{
    background: #ffffff !important;
    border: 1px solid #dce5ef !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08) !important;
    color: #12347b !important;
}

.mc-portal-link-card.secondary .mc-link-top{
    background: #f58220 !important;
    color: #ffffff !important;
}

.mc-portal-link-card.secondary small{
    color: #627083 !important;
}

.mc-portal-link-card.secondary::after{
    content: "↗" !important;
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: #f3f7fb !important;
    color: #12347b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

/* Hover */
.mc-portal-link-card:hover{
    transform: translateY(-3px) !important;
}

.mc-portal-link-card.primary:hover{
    color: #ffffff !important;
    box-shadow: 0 18px 32px rgba(18, 52, 123, 0.24) !important;
}

.mc-portal-link-card.secondary:hover{
    color: #12347b !important;
    border-color: #ccd8e4 !important;
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.11) !important;
}

/* Responsive */
@media (max-width: 10000px){
    .mc-portal-links-row{
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767px){
    .mc-portal-panel-wrap{
        padding: 40px 22px !important;
    }

    .mc-portal-link-card{
        min-height: 88px !important;
    }

    .mc-portal-link-card strong{
        font-size: 16px !important;
    }
}




.mc-portal-top-btn:hover{
    background: #12347b;
    color: #ffffff;
}

.mc-portal-top-actions{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    gap: 12px;
}

.mc-portal-top-btn{
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(15,23,42,0.10);
    color: #12347b;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(15,23,42,0.10);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.mc-portal-top-btn:hover{
    background: #12347b;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 767px){
    .mc-portal-top-actions{
        top: 14px;
        right: 14px;
        flex-direction: column;
    }
}

/* =========================================================
   NAVEGACIÓN SUPERIOR PREMIUM - PORTALES
   ========================================================= */

.mc-portal-nav{
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px;
    border-radius: 20px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(15,23,42,0.08);
    box-shadow: 0 18px 40px rgba(15,23,42,0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mc-portal-nav-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #12347b 0%, #0b1f4f 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(18,52,123,0.18);
    white-space: nowrap;
}

.mc-portal-nav-links{
    display: flex;
    align-items: center;
    gap: 10px;
}

.mc-portal-nav-link{
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e3ebf3;
    color: #12347b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(15,23,42,0.06);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.mc-portal-nav-link i{
    font-size: 14px;
}

.mc-portal-nav-link:hover{
    background: #12347b;
    border-color: #12347b;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(18,52,123,0.18);
}

@media (max-width: 991px){
    .mc-portal-nav{
        width: calc(100% - 24px);
        max-width: 760px;
        justify-content: space-between;
    }

    .mc-portal-nav-links{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

@media (max-width: 767px){
    .mc-portal-nav{
        top: 12px;
        padding: 10px;
        border-radius: 18px;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .mc-portal-nav-badge{
        width: 100%;
    }

    .mc-portal-nav-links{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
    }

    .mc-portal-nav-link{
        min-height: 42px;
        padding: 0 10px;
        font-size: 13px;
        gap: 6px;
    }

    .mc-portal-nav-link span{
        display: none;
    }
}

.jobs-hero {
    padding: 110px 0 90px;
    background: linear-gradient(135deg, #f7f9fc 0%, #eef3f8 100%);
    border-bottom: 1px solid #e5e7eb;
}

.jobs-hero-content {
    max-width: 760px;
}

.jobs-label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 30px;
}

.jobs-hero h1 {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #0f172a;
}

.jobs-hero p {
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 30px;
    max-width: 680px;
}

.jobs-hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.jobs-section {
    background: #ffffff;
}

.job-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: 0.3s ease;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.job-card-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.job-badge {
    background: #fff3e8;
    color: #f97316;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.job-location {
    font-size: 14px;
    color: #64748b;
}

.job-card h3 {
    font-size: 24px;
    margin-bottom: 14px;
    color: #0f172a;
}

.job-card p {
    color: #475569;
    margin-bottom: 18px;
}

.job-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.job-meta li {
    font-size: 14px;
    color: #334155;
    margin-bottom: 8px;
}

.job-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.job-link {
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}

.general-apply-section {
    padding: 40px 0 120px;
    background: #f8fafc;
}

.general-apply-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 45px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
}

.job-form .form-group {
    margin-bottom: 20px;
}

.job-form input,
.job-form textarea,
.job-form select {
    width: 100%;
    height: 58px;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 15px;
    color: #0f172a;
    background: #fff;
}

.job-form textarea {
    min-height: 140px;
    height: auto;
    resize: vertical;
    padding-top: 16px;
}

.upload-label {
    display: block;
    margin-bottom: 10px;
    color: #334155;
    font-weight: 600;
}

@media (max-width: 767px) {
    .jobs-hero h1 {
        font-size: 38px;
    }

    .general-apply-box {
        padding: 25px;
    }
}

/* ==========================
   BOLSA DE TRABAJO - HERO
========================== */

.jobs-hero-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0 110px;
    background:
        linear-gradient(135deg, rgba(8, 25, 53, 0.96) 0%, rgba(16, 38, 74, 0.94) 45%, rgba(247, 126, 27, 0.92) 100%);
}

.jobs-hero-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.10), transparent 30%),
        radial-gradient(circle at 85% 30%, rgba(255,255,255,0.08), transparent 28%),
        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.06), transparent 24%);
    pointer-events: none;
}

.jobs-hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.25;
}

.jobs-hero-shape.shape-one {
    width: 260px;
    height: 260px;
    background: #ffffff;
    top: -80px;
    right: 8%;
}

.jobs-hero-shape.shape-two {
    width: 220px;
    height: 220px;
    background: #ff8a1d;
    bottom: -70px;
    left: 4%;
}

.jobs-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: center;
}

.jobs-hero-content {
    color: #ffffff;
}

.jobs-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 30px;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(8px);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.jobs-hero-content h1 {
    font-size: 58px;
    line-height: 1.08;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 22px;
    max-width: 760px;
}

.jobs-hero-content p {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255,255,255,0.84);
    margin-bottom: 34px;
    max-width: 700px;
}

.jobs-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px;
}

.jobs-hero-buttons .btn-style-two {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.20);
}

.jobs-hero-buttons .btn-style-two:hover {
    background: #ffffff;
    color: #0d2343;
}

.jobs-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.jobs-stat-box {
    min-width: 160px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(10px);
}

.jobs-stat-box strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
}

.jobs-stat-box span {
    font-size: 14px;
    color: rgba(255,255,255,0.78);
}

.jobs-hero-panel {
    position: relative;
}

.jobs-panel-card {
    border-radius: 24px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.16);
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.18);
}

.jobs-panel-card.main-card {
    padding: 28px;
    position: relative;
    z-index: 2;
}

.panel-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.panel-badge {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 20px;
    background: rgba(255,255,255,0.16);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.panel-small-text {
    color: rgba(255,255,255,0.72);
    font-size: 13px;
}

.jobs-panel-card h3 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
}

.job-mini-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,0.12);
}

.job-mini-item:first-of-type {
    border-top: none;
}

.job-mini-item h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 6px;
}

.job-mini-item p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    line-height: 1.6;
}

.job-mini-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.jobs-panel-card.floating-card {
    position: absolute;
    right: -20px;
    bottom: -35px;
    max-width: 280px;
    padding: 22px;
    background: #ffffff;
    border: none;
    z-index: 3;
}

.floating-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 20px;
    background: rgba(247, 126, 27, 0.12);
    color: #f77e1b;
    font-size: 13px;
    font-weight: 700;
}

.jobs-panel-card.floating-card h4 {
    font-size: 20px;
    line-height: 1.4;
    color: #10264a;
    margin-bottom: 10px;
}

.jobs-panel-card.floating-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #5d6b82;
}

@media (max-width: 1199px) {
    .jobs-hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .jobs-hero-grid {
        grid-template-columns: 1fr;
    }

    .jobs-hero-panel {
        margin-top: 10px;
    }

    .jobs-panel-card.floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .jobs-hero-section {
        padding: 90px 0 80px;
    }

    .jobs-hero-content h1 {
        font-size: 38px;
    }

    .jobs-hero-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .jobs-hero-stats {
        flex-direction: column;
    }

    .jobs-stat-box {
        width: 100%;
    }
}

/* =========================================
   BOLSA DE TRABAJO - ESTILO FORMAL
========================================= */

.careers-page {
    padding: 90px 0 110px;
    background: #f7f8fa;
}

.careers-hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: stretch;
    margin-bottom: 50px;
}

.careers-hero-left {
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-radius: 24px;
    padding: 55px 50px;
    box-shadow: 0 12px 35px rgba(16, 38, 74, 0.05);
}

.careers-tag {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 30px;
    background: #eef3f8;
    color: #10264a;
    font-size: 14px;
    font-weight: 600;
}

.careers-hero-left h1 {
    font-size: 52px;
    line-height: 1.1;
    color: #10264a;
    margin-bottom: 22px;
}

.careers-intro {
    font-size: 18px;
    line-height: 1.9;
    color: #5e6b80;
    margin-bottom: 28px;
    max-width: 760px;
}

.careers-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.careers-hero-right {
    display: flex;
}

.careers-highlight-box {
    width: 100%;
    background: linear-gradient(180deg, #10264a 0%, #17345f 100%);
    color: #ffffff;
    border-radius: 24px;
    padding: 40px 35px;
    box-shadow: 0 16px 40px rgba(16, 38, 74, 0.14);
}

.careers-highlight-box h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 16px;
}

.careers-highlight-box p {
    color: rgba(255,255,255,0.84);
    line-height: 1.8;
    margin-bottom: 24px;
}

.careers-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.careers-points li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
    color: rgba(255,255,255,0.88);
}

.careers-points li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f77e1b;
}

.careers-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 55px;
}

.careers-info-card {
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 10px 28px rgba(16, 38, 74, 0.04);
}

.careers-card-number {
    display: inline-block;
    margin-bottom: 16px;
    color: #f77e1b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.careers-info-card h4 {
    font-size: 22px;
    color: #10264a;
    margin-bottom: 14px;
}

.careers-info-card p {
    color: #66758c;
    line-height: 1.8;
    margin: 0;
}

.careers-areas-section {
    margin-bottom: 55px;
}

.career-area-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-radius: 20px;
    padding: 30px 28px;
    margin-bottom: 24px;
    box-shadow: 0 10px 28px rgba(16, 38, 74, 0.04);
}

.career-area-card h4 {
    font-size: 22px;
    color: #10264a;
    margin-bottom: 14px;
}

.career-area-card p {
    color: #66758c;
    line-height: 1.8;
    margin: 0;
}

.career-form-wrapper {
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-radius: 24px;
    padding: 45px 40px;
    box-shadow: 0 14px 35px rgba(16, 38, 74, 0.05);
}

.career-form-header {
    margin-bottom: 28px;
}

.career-form-header h2 {
    font-size: 38px;
    color: #10264a;
    margin-bottom: 10px;
}

.career-form-header p {
    color: #66758c;
    margin: 0;
}

.career-form .form-group {
    margin-bottom: 22px;
}

.career-form label {
    display: block;
    margin-bottom: 10px;
    color: #10264a;
    font-weight: 600;
    font-size: 15px;
}

.career-form input,
.career-form select,
.career-form textarea {
    width: 100%;
    border: 1px solid #d7deea;
    border-radius: 14px;
    background: #ffffff;
    color: #10264a;
    padding: 14px 16px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.career-form input,
.career-form select {
    height: 56px;
}

.career-form textarea {
    resize: vertical;
    min-height: 150px;
}

.career-form input:focus,
.career-form select:focus,
.career-form textarea:focus {
    border-color: #f77e1b;
    box-shadow: 0 0 0 4px rgba(247, 126, 27, 0.10);
}

@media (max-width: 991px) {
    .careers-hero {
        grid-template-columns: 1fr;
    }

    .careers-info-grid {
        grid-template-columns: 1fr;
    }

    .careers-hero-left {
        padding: 40px 30px;
    }

    .career-form-wrapper {
        padding: 35px 25px;
    }

    .careers-hero-left h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .careers-page {
        padding: 70px 0 85px;
    }

    .careers-hero-left h1 {
        font-size: 34px;
    }

    .careers-intro {
        font-size: 16px;
    }

    .career-form-header h2 {
        font-size: 30px;
    }
}

/* =========================
   BOLSA DE TRABAJO - PASO 1
========================= */

.jobs-page-clean {
    padding: 90px 0 100px;
    background: #f5f7fb;
}

.jobs-top-intro {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.jobs-section-tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(247, 126, 27, 0.10);
    color: #f77e1b;
    font-size: 14px;
    font-weight: 600;
}

.jobs-top-intro h1 {
    font-size: 52px;
    line-height: 1.1;
    color: #10264a;
    margin-bottom: 18px;
}

.jobs-top-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #66758c;
    margin: 0;
}

.jobs-block {
    margin-bottom: 55px;
}

.jobs-block-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.jobs-block-head h2 {
    font-size: 34px;
    color: #10264a;
    margin: 6px 0 0;
}

.jobs-simple-link {
    color: #10264a;
    font-weight: 600;
    text-decoration: none;
}

.jobs-simple-link:hover {
    color: #f77e1b;
}

.job-card-clean {
    background: #ffffff;
    border: 1px solid #e5eaf2;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px rgba(16, 38, 74, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.job-card-clean:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(16, 38, 74, 0.08);
}

.job-card-image {
    height: 210px;
    overflow: hidden;
    background: #dde4ee;
}

.job-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-card-content {
    padding: 26px 24px 24px;
}

.job-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 20px;
    background: #eef3f8;
    color: #10264a;
    font-size: 13px;
    font-weight: 600;
}

.job-card-content h3 {
    font-size: 24px;
    line-height: 1.3;
    color: #10264a;
    margin-bottom: 14px;
}

.job-mini-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.job-mini-meta li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 6px;
    color: #66758c;
    font-size: 14px;
}

.job-mini-meta li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f77e1b;
}

.job-card-content p {
    color: #66758c;
    line-height: 1.8;
    margin-bottom: 20px;
}

.job-card-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.job-main-btn,
.job-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.job-main-btn {
    background: #f77e1b;
    color: #ffffff;
}

.job-main-btn:hover {
    background: #10264a;
    color: #ffffff;
}

.job-outline-btn {
    border: 1px solid #d8e0eb;
    color: #10264a;
    background: #ffffff;
}

.job-outline-btn:hover {
    border-color: #10264a;
    color: #10264a;
}

.jobs-cv-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 34px 36px;
    background: linear-gradient(135deg, #10264a 0%, #193862 100%);
    border-radius: 24px;
    flex-wrap: wrap;
}

.jobs-cv-content h2 {
    font-size: 34px;
    color: #ffffff;
    margin: 8px 0 12px;
}

.jobs-cv-content p {
    margin: 0;
    color: rgba(255,255,255,0.82);
    line-height: 1.8;
}

.jobs-cv-box .sub-title {
    color: #f9b06f;
}

.jobs-cv-box .job-main-btn {
    background: #ffffff;
    color: #10264a;
}

.jobs-cv-box .job-main-btn:hover {
    background: #f77e1b;
    color: #ffffff;
}

@media (max-width: 991px) {
    .jobs-top-intro h1 {
        font-size: 42px;
    }

    .jobs-block-head h2,
    .jobs-cv-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .jobs-page-clean {
        padding: 70px 0 80px;
    }

    .jobs-top-intro h1 {
        font-size: 34px;
    }

    .jobs-top-intro p {
        font-size: 16px;
    }

    .job-card-image {
        height: 190px;
    }

    .jobs-cv-box {
        padding: 28px 22px;
    }
}

/* =========================
   BOLSA DE TRABAJO - PASO 1
========================= */

.jobs-page-clean {
    padding: 90px 0 100px;
    background: #f5f7fb;
}

.jobs-top-intro {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.jobs-section-tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 30px;
    background: rgba(247, 126, 27, 0.10);
    color: #f77e1b;
    font-size: 14px;
    font-weight: 600;
}

.jobs-top-intro h1 {
    font-size: 52px;
    line-height: 1.1;
    color: #10264a;
    margin-bottom: 18px;
}

.jobs-top-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #66758c;
    margin: 0;
}

.jobs-block {
    margin-bottom: 55px;
}

.jobs-block-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.jobs-block-head h2 {
    font-size: 34px;
    color: #10264a;
    margin: 6px 0 0;
}

.jobs-simple-link {
    background: transparent;
    border: none;
    color: #10264a;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
    cursor: pointer;
}

.jobs-simple-link:hover {
    color: #f77e1b;
}

.job-card-clean {
    background: #ffffff;
    border: 1px solid #e5eaf2;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px rgba(16, 38, 74, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.job-card-clean:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(16, 38, 74, 0.08);
}

.job-card-image {
    height: 210px;
    overflow: hidden;
    background: #dde4ee;
}

.job-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-card-content {
    padding: 26px 24px 24px;
}

.job-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 20px;
    background: #eef3f8;
    color: #10264a;
    font-size: 13px;
    font-weight: 600;
}

.job-card-content h3 {
    font-size: 24px;
    line-height: 1.3;
    color: #10264a;
    margin-bottom: 14px;
}

.job-mini-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.job-mini-meta li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 6px;
    color: #66758c;
    font-size: 14px;
}

.job-mini-meta li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f77e1b;
}

.job-card-content p {
    color: #66758c;
    line-height: 1.8;
    margin-bottom: 20px;
}

.job-card-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.job-main-btn,
.job-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.job-main-btn {
    background: #f77e1b;
    color: #ffffff;
    border: 1px solid #f77e1b;
}

.job-main-btn:hover {
    background: #10264a;
    border-color: #10264a;
    color: #ffffff;
}

.job-outline-btn {
    border: 1px solid #d8e0eb;
    color: #10264a;
    background: #ffffff;
}

.job-outline-btn:hover {
    border-color: #10264a;
    color: #10264a;
}

.jobs-cv-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 34px 36px;
    background: linear-gradient(135deg, #10264a 0%, #193862 100%);
    border-radius: 24px;
    flex-wrap: wrap;
}

.jobs-cv-content h2 {
    font-size: 34px;
    color: #ffffff;
    margin: 8px 0 12px;
}

.jobs-cv-content p {
    margin: 0;
    color: rgba(255,255,255,0.82);
    line-height: 1.8;
}

.jobs-cv-box .sub-title {
    color: #f9b06f;
}

.jobs-cv-box .job-main-btn {
    background: #ffffff;
    color: #10264a;
    border-color: #ffffff;
}

.jobs-cv-box .job-main-btn:hover {
    background: #f77e1b;
    border-color: #f77e1b;
    color: #ffffff;
}

/* MODALES */

.job-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 18, 32, 0.62);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999;
}

.job-modal-overlay.is-active {
    display: flex;
}

.job-modal-box {
    position: relative;
    width: 100%;
    max-width: 980px;
    max-height: 90vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.20);
    padding: 30px;
}

.job-modal-form-box {
    max-width: 760px;
}

.job-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #f3f5f9;
    color: #10264a;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.job-detail-layout {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 28px;
    align-items: start;
}

.job-detail-image {
    overflow: hidden;
    border-radius: 18px;
    background: #e9eef5;
}

.job-detail-image img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.job-detail-tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 20px;
    background: rgba(247, 126, 27, 0.12);
    color: #f77e1b;
    font-size: 13px;
    font-weight: 700;
}

.job-detail-content h3,
.job-form-head h3 {
    font-size: 34px;
    color: #10264a;
    margin-bottom: 18px;
}

.job-detail-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.job-detail-meta li {
    margin-bottom: 10px;
    color: #5f6e84;
    line-height: 1.7;
}

.job-detail-text h4 {
    font-size: 18px;
    color: #10264a;
    margin-bottom: 8px;
}

.job-detail-text p {
    color: #66758c;
    line-height: 1.8;
    margin-bottom: 18px;
}

.job-detail-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.job-form-head {
    margin-bottom: 24px;
}

.job-form-head p {
    color: #66758c;
    line-height: 1.8;
    margin: 0;
}

.job-apply-form .form-group {
    margin-bottom: 20px;
}

.job-apply-form label {
    display: block;
    margin-bottom: 8px;
    color: #10264a;
    font-weight: 600;
    font-size: 15px;
}

.job-apply-form input,
.job-apply-form textarea {
    width: 100%;
    border: 1px solid #d8e0eb;
    border-radius: 14px;
    background: #ffffff;
    color: #10264a;
    padding: 14px 16px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.job-apply-form input {
    height: 56px;
}

.job-apply-form textarea {
    min-height: 140px;
    resize: vertical;
}

.job-apply-form input:focus,
.job-apply-form textarea:focus {
    border-color: #f77e1b;
    box-shadow: 0 0 0 4px rgba(247, 126, 27, 0.10);
}

#puestoVisible {
    background: #f7f9fc;
    font-weight: 600;
}

body.modal-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .jobs-top-intro h1 {
        font-size: 42px;
    }

    .jobs-block-head h2,
    .jobs-cv-content h2,
    .job-detail-content h3,
    .job-form-head h3 {
        font-size: 28px;
    }

    .job-detail-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .jobs-page-clean {
        padding: 70px 0 80px;
    }

    .jobs-top-intro h1 {
        font-size: 34px;
    }

    .jobs-top-intro p {
        font-size: 16px;
    }

    .job-card-image {
        height: 190px;
    }

    .jobs-cv-box,
    .job-modal-box {
        padding: 22px;
    }
}

.cliente-section {
  padding: 90px 0;
  background: #f7f9fc;
}

.cliente-wrap {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.cliente-info h2 {
  font-size: 42px;
  line-height: 1.15;
  color: #0f172a;
  margin-bottom: 18px;
  font-weight: 700;
}

.cliente-info p {
  font-size: 17px;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 25px;
  max-width: 650px;
}

.cliente-etiqueta {
  display: inline-block;
  background: #e8f0ff;
  color: #1746a2;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 30px;
  margin-bottom: 18px;
}

.cliente-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.cliente-badges span {
  background: #ffffff;
  border: 1px solid #dbe4ee;
  color: #334155;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}

.cliente-beneficios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.beneficio-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}

.beneficio-card h4 {
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 10px;
  font-weight: 600;
}

.beneficio-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

.cliente-panel .panel-box {
  background: #ffffff;
  border-radius: 22px;
  padding: 35px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid #e2e8f0;
}

.cliente-panel h3 {
  font-size: 28px;
  color: #0f172a;
  margin-bottom: 25px;
  font-weight: 700;
}

.paso-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #edf2f7;
}

.paso-item:last-of-type {
  border-bottom: none;
}

.paso-numero {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.paso-item h5 {
  font-size: 17px;
  margin: 0 0 6px;
  color: #0f172a;
  font-weight: 600;
}

.paso-item p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.cliente-botones {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn-principal,
.btn-secundario {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-principal {
  background: #1746a2;
  color: #ffffff;
}

.btn-principal:hover {
  background: #10367f;
  color: #ffffff;
}

.btn-secundario {
  background: #f8fafc;
  color: #0f172a;
  border: 1px solid #dbe4ee;
}

.btn-secundario:hover {
  background: #eef2f7;
  color: #0f172a;
}

.cliente-nota {
  display: block;
  margin-top: 18px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .cliente-wrap {
    grid-template-columns: 1fr;
  }

  .cliente-beneficios {
    grid-template-columns: 1fr;
  }

  .cliente-info h2 {
    font-size: 34px;
  }
}

.cliente-hero-section {
    padding: 110px 0 70px;
    background: #f7f9fc;
}

.cliente-hero-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

.cliente-hero-info {
    flex: 1 1 55%;
}

.cliente-hero-card {
    flex: 1 1 40%;
}

.cliente-label {
    display: inline-block;
    padding: 8px 16px;
    background: #eaf1ff;
    color: #1746a2;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.cliente-hero-info h1 {
    font-size: 48px;
    line-height: 1.15;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 20px;
}

.cliente-hero-info p {
    font-size: 17px;
    line-height: 1.8;
    color: #475569;
    max-width: 650px;
    margin-bottom: 28px;
}

.cliente-puntos {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.cliente-punto {
    padding: 12px 18px;
    background: #ffffff;
    border: 1px solid #dbe4ee;
    border-radius: 30px;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
}

.cliente-acciones {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cliente-btn-principal,
.cliente-btn-secundario {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cliente-btn-principal {
    background: #1746a2;
    color: #ffffff;
}

.cliente-btn-principal:hover {
    background: #10367f;
    color: #ffffff;
}

.cliente-btn-secundario {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #dbe4ee;
}

.cliente-btn-secundario:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.cliente-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.cliente-card h3 {
    font-size: 28px;
    color: #0f172a;
    margin-bottom: 24px;
    font-weight: 700;
}

.cliente-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #edf2f7;
}

.cliente-step:last-child {
    border-bottom: none;
}

.cliente-step-num {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #0f172a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.cliente-step-text h5 {
    font-size: 17px;
    color: #0f172a;
    margin: 0 0 6px;
    font-weight: 600;
}

.cliente-step-text p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

.cliente-card-note {
    margin-top: 24px;
    padding: 16px 18px;
    background: #f8fafc;
    border-radius: 14px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.7;
}

.cliente-apoyo-section {
    padding: 0 0 90px;
    background: #f7f9fc;
}

.cliente-apoyo-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.cliente-apoyo-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.cliente-apoyo-item h4 {
    font-size: 20px;
    color: #0f172a;
    margin-bottom: 12px;
    font-weight: 600;
}

.cliente-apoyo-item p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 991px) {
    .cliente-hero-info h1 {
        font-size: 36px;
    }

    .cliente-apoyo-wrap {
        grid-template-columns: 1fr;
    }

    .cliente-hero-wrap {
        gap: 30px;
    }
}

.cs-cliente-hero{
    padding: 110px 0 90px;
    background: #ffffff;
}

.cs-cliente-grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    flex-wrap: wrap;
}

.cs-cliente-copy{
    flex: 1 1 56%;
    max-width: 620px;
}

.cs-cliente-tag{
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    background: #eef4ff;
    color: #1746a2;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.cs-cliente-copy h1{
    font-size: 54px;
    line-height: 1.08;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 20px;
}

.cs-cliente-copy p{
    max-width: 560px;
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 28px;
}

.cs-cliente-actions{
    margin-bottom: 16px;
}

.cs-btn-primary{
    display: inline-block;
    padding: 15px 28px;
    border-radius: 12px;
    background: #1746a2;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cs-btn-primary:hover{
    background: #10367f;
    color: #ffffff;
}

.cs-cliente-mini{
    font-size: 14px;
    color: #64748b;
}

.cs-cliente-side{
    flex: 1 1 36%;
    max-width: 430px;
    width: 100%;
}

.cs-proceso-card{
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.07);
}

.cs-proceso-card h3{
    font-size: 28px;
    color: #0f172a;
    margin-bottom: 24px;
    font-weight: 700;
}

.cs-step{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #edf2f7;
}

.cs-step:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.cs-step span{
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #0f172a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.cs-step h5{
    font-size: 17px;
    color: #0f172a;
    margin: 0 0 6px;
    font-weight: 600;
}

.cs-step p{
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
}

@media (max-width: 991px){
    .cs-cliente-hero{
        padding: 85px 0 70px;
    }

    .cs-cliente-copy h1{
        font-size: 38px;
    }

    .cs-cliente-copy p{
        font-size: 16px;
    }

    .cs-cliente-grid{
        gap: 30px;
    }

    .cs-cliente-side,
    .cs-cliente-copy{
        max-width: 100%;
    }
}

.alta-banner .page-banner-title{
    text-transform: none;
}

.alta-cliente-section{
    background: #f8fafc;
}

.alta-cliente-wrapper{
    max-width: 1080px;
    margin: 0 auto;
}

.alta-cliente-head{
    text-align: center;
    margin-bottom: 35px;
}

.alta-mini-title{
    display: inline-block;
    padding: 7px 16px;
    background: #eef4ff;
    color: #1746a2;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
}

.alta-cliente-head h2{
    font-size: 42px;
    line-height: 1.15;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 12px;
}

.alta-cliente-head p{
    font-size: 16px;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

.alta-steps{
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.alta-step-item{
    flex: 1 1 180px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.alta-step-item span{
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.alta-step-item p{
    margin: 0;
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.alta-step-item.active{
    border-color: #1746a2;
    box-shadow: 0 12px 30px rgba(23, 70, 162, 0.08);
}

.alta-step-item.active span{
    background: #1746a2;
    color: #ffffff;
}

.alta-step-item.active p{
    color: #0f172a;
}

.alta-form-card{
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.alta-form-title{
    margin-bottom: 28px;
}

.alta-form-title h3{
    font-size: 30px;
    color: #0f172a;
    margin-bottom: 10px;
    font-weight: 700;
}

.alta-form-title p{
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

.alta-cliente-options{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.alta-option-card{
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}

.alta-option-card input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.alta-option-content{
    background: #ffffff;
    border: 1px solid #dbe4ee;
    border-radius: 20px;
    padding: 28px;
    min-height: 180px;
    transition: all 0.3s ease;
}

.alta-option-content h4{
    font-size: 22px;
    color: #0f172a;
    margin-bottom: 10px;
    font-weight: 600;
}

.alta-option-content p{
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

.alta-option-card input:checked + .alta-option-content{
    border-color: #1746a2;
    box-shadow: 0 18px 35px rgba(23, 70, 162, 0.12);
    background: #f8fbff;
}

.alta-form-actions{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 15px;
    flex-wrap: wrap;
}

.alta-btn-primary,
.alta-btn-secondary{
    display: inline-block;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

.alta-btn-primary{
    background: #1746a2;
    color: #ffffff;
}

.alta-btn-primary:hover{
    background: #10367f;
    color: #ffffff;
}

.alta-btn-primary:disabled{
    background: #94a3b8;
    cursor: not-allowed;
}

.alta-btn-secondary{
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #dbe4ee;
}

.alta-btn-secondary:hover{
    background: #f1f5f9;
    color: #0f172a;
}

@media (max-width: 991px){
    .alta-cliente-head h2{
        font-size: 34px;
    }

    .alta-cliente-options{
        grid-template-columns: 1fr;
    }

    .alta-form-card{
        padding: 28px;
    }
}

.alta-form-step{
    display: none;
}

.alta-form-step.active{
    display: block;
}

.alta-selected-type{
    margin-bottom: 24px;
    padding: 14px 18px;
    border-radius: 14px;
    background: #f8fbff;
    border: 1px solid #dbe4ee;
    color: #475569;
    font-size: 14px;
}

.alta-selected-type strong{
    color: #1746a2;
}

.alta-form-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.alta-field{
    display: flex;
    flex-direction: column;
}

.alta-field-full{
    grid-column: 1 / -1;
}

.alta-field label{
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}

.alta-field input{
    height: 54px;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 14px;
    color: #0f172a;
    background: #ffffff;
    transition: all 0.3s ease;
}

.alta-field input:focus{
    outline: none;
    border-color: #1746a2;
    box-shadow: 0 0 0 3px rgba(23, 70, 162, 0.08);
}

@media (max-width: 991px){
    .alta-form-grid{
        grid-template-columns: 1fr;
    }

    .alta-field-full{
        grid-column: auto;
    }
}

.alta-dynamic-block{
    display: none;
}

.alta-dynamic-block.active{
    display: block;
}

input[type="date"].alta-date,
.alta-field input[type="date"]{
    height: 54px;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 14px;
    color: #0f172a;
    background: #ffffff;
    transition: all 0.3s ease;
}

.alta-field input[type="date"]:focus{
    outline: none;
    border-color: #1746a2;
    box-shadow: 0 0 0 3px rgba(23, 70, 162, 0.08);
}

.alta-required-note{
    margin: 0 0 18px;
    font-size: 13px;
    color: #64748b;
}

.alta-field.error input{
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08);
}

.alta-error-text{
    margin-top: 6px;
    font-size: 12px;
    color: #dc2626;
    line-height: 1.5;
}

.alta-docs-group{
    margin-bottom: 28px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
}

.alta-docs-group h4{
    font-size: 20px;
    color: #0f172a;
    margin-bottom: 18px;
    font-weight: 600;
}

.alta-field input[type="file"]{
    min-height: 54px;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    color: #0f172a;
    background: #ffffff;
    transition: all 0.3s ease;
}

.alta-field input[type="file"]:focus{
    outline: none;
    border-color: #1746a2;
    box-shadow: 0 0 0 3px rgba(23, 70, 162, 0.08);
}

.alta-docs-group{
    margin-bottom: 28px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
}

.alta-docs-group h4{
    font-size: 20px;
    color: #0f172a;
    margin-bottom: 18px;
    font-weight: 600;
}

.alta-field input[type="file"]{
    min-height: 54px;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    color: #0f172a;
    background: #ffffff;
    transition: all 0.3s ease;
}

.alta-field input[type="file"]:focus{
    outline: none;
    border-color: #1746a2;
    box-shadow: 0 0 0 3px rgba(23, 70, 162, 0.08);
}

.alta-review-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.alta-review-card{
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
}

.alta-review-card h4{
    font-size: 20px;
    color: #0f172a;
    margin-bottom: 16px;
    font-weight: 600;
}

.alta-review-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.alta-review-list li{
    padding: 10px 0;
    border-bottom: 1px solid #edf2f7;
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

.alta-review-list li:last-child{
    border-bottom: none;
}

.alta-review-list strong{
    display: block;
    color: #0f172a;
    font-weight: 600;
    margin-bottom: 2px;
}

.alta-docs-group{
    margin-bottom: 28px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
}

.alta-docs-group h4{
    font-size: 20px;
    color: #0f172a;
    margin-bottom: 18px;
    font-weight: 600;
}

.alta-field input[type="file"]{
    min-height: 54px;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    color: #0f172a;
    background: #ffffff;
    transition: all 0.3s ease;
}

.alta-field input[type="file"]:focus{
    outline: none;
    border-color: #1746a2;
    box-shadow: 0 0 0 3px rgba(23, 70, 162, 0.08);
}

@media (max-width: 991px){
    .alta-review-grid{
        grid-template-columns: 1fr;
    }
}


.contacto-banner{
    background: linear-gradient(135deg, #f5f7fb 0%, #e9eef7 100%);
    padding: 90px 0 70px;
    position: relative;
}

.contacto-banner .page-banner-title{
    color: #1f1f1f;
    margin-bottom: 12px;
}

.contacto-banner .contacto-banner-text{
    font-size: 18px;
    line-height: 30px;
    color: #5f5f5f;
    margin-bottom: 18px;
    max-width: 650px;
}

.contacto-banner .breadcrumb li,
.contacto-banner .breadcrumb li a,
.contacto-banner .breadcrumb li i{
    color: #6b6b6b;
}

.mc-sucursales-mapa{
    background: #f7f8fb;
    padding: 60px 0 0;
}

.mc-sucursales-head{
    text-align: center;
    margin-bottom: 25px;
}

.mc-sucursales-head .mc-mini{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #f5861f;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mc-sucursales-head h1{
    font-size: 48px;
    line-height: 1.1em;
    margin-bottom: 10px;
    color: #1f1f1f;
}

.mc-sucursales-head p{
    font-size: 17px;
    line-height: 28px;
    color: #666;
    margin-bottom: 0;
}

.mc-mapa-botones{
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 15px;
}

.mc-mapa-btn{
    border: 1px solid #d9dce4;
    background: #fff;
    color: #1f1f1f;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.mc-mapa-btn.active,
.mc-mapa-btn:hover{
    background: #f5861f;
    border-color: #f5861f;
    color: #fff;
}

.mc-mapa-contenido{
    width: 100%;
}

.mc-mapa-panel{
    display: none;
}

.mc-mapa-panel.active{
    display: block;
}

.mc-mapa-panel iframe{
    width: 100%;
    height: 470px;
    border: 0;
    display: block;
}

@media (max-width: 767px){
    .mc-sucursales-head h1{
        font-size: 34px;
    }

    .mc-mapa-btn{
        width: 100%;
        max-width: 320px;
    }

    .mc-mapa-panel iframe{
        height: 340px;
    }
}

.feature-block-two p{
    color:#ffffff;
    font-size:15px;
    line-height:1.6;
    margin-top:15px;
}

.feature-block-two h5{
    color:#ffffff;
    margin-top:20px;
    margin-bottom:15px;
}

.mc-mini-card{
    background:#fff;
    border-radius:16px;
    padding:30px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.mc-mini-card h4{
    color:#123EC9;
    font-size:22px;
    margin-bottom:15px;
}

.mc-mini-card p{
    margin:0;
    line-height:1.7;
}

.mc-services-highlight{
    padding: 90px 0;
    background: #f7f8fa;
}

.mc-service-card{
    background:#fff;
    border-radius:18px;
    padding:50px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.3s;
}

.mc-service-card:hover{
    transform:translateY(-6px);
}

.mc-service-card span{
    color:#f28c28;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.mc-service-card h3{
    margin-top:15px;
    margin-bottom:20px;
}

.mc-service-card p{
    margin-bottom:30px;
}

.contact-form .nice-select{
    width:100%;
    height:54px;
    line-height:54px;
    border:1px solid #d9d9d9;
    background:#f5f5f5;
    color:#1f2937;
    border-radius:4px;
}

.contact-form .nice-select .list{
    width:100%;
    background:#ffffff;
    border:1px solid #e5e7eb;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.contact-form .nice-select .option{
    color:#1f2937;
    background:#ffffff;
}

.contact-form .nice-select .option:hover,
.contact-form .nice-select .option.focus,
.contact-form .nice-select .option.selected{
    background:#f28c28;
    color:#ffffff;
}

.contact-form label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.contact-page .form-group{
    margin-bottom:25px;
}

.contact-page label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#1f2937;
}

.contact-page select,
.contact-page input,
.contact-page textarea{
    width:100%;
}

.contact-card{
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
    height: 100%;
    transition: all .3s ease;
}

.contact-card:hover{
    transform: translateY(-3px);
}

.contact-card h5{
    margin-bottom: 15px;
    color: #1b2c48;
}

.contact-card p{
    margin-bottom: 15px;
}

.contact-card a{
    color: #f7931e;
    font-weight: 600;
}
/* End Team Section*/