 .location-section {
     padding: 80px 0;
     background-image: url(images/fondo5.webp);
 }

 .location-grid {
     display: flex;
     gap: 30px;
     align-items: stretch;
     margin-top: 40px;
 }

 .location-info-card {
     flex: 1;
     background: white;
     padding: 40px;
     border-radius: 15px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     border-left: 6px solid #7d199f;
     min-height: 450px;
 }

 .info-item {
     display: flex;
     align-items: flex-start;
     margin-bottom: 30px;
     text-align: left;
 }

 .info-icon {
     width: 40px;
     height: 40px;
     background-color: rgba(125, 25, 159, 0.1);
     border-radius: 8px;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #7d199f;
     font-size: 1.1em;
     margin-right: 20px;
     flex-shrink: 0;
 }

 .info-text h4 {
     margin: 0 0 8px 0;
     color: #333;
     font-size: 1.15em;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.5px;
 }

 .info-text p {
     margin: 0;
     color: #444;
     font-size: 1em;
     line-height: 1.5;
 }



 .map-container-wrapper {
     flex: 1.5;
     border-radius: 15px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     min-height: 400px;
 }

 .map-container-wrapper iframe {
     width: 100%;
     height: 100%;
     border: 0;
     display: block;
 }


 .btn-location {
     display: inline-block;
     background-color: #F17016;
     color: white;
     padding: 15px 30px;
     border-radius: 50px;
     text-decoration: none;
     font-weight: 700;
     font-size: 0.9em;
     text-align: center;
     margin-top: auto;
     transition: all 0.3s ease;
     box-shadow: 0 4px 15px rgba(241, 112, 22, 0.3);
     align-self: flex-start;
 }

 .btn-location:hover {
     background-color: #7d199f;
     transform: translateY(-3px);
     box-shadow: 0 6px 20px rgba(125, 25, 159, 0.4);
     color: white;
 }

 .location-info-card {
     flex: 1;
     background: white;
     padding: 40px;
     border-radius: 15px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     border-left: 6px solid #7d199f;
     min-height: 450px;
 }

 .info-item {
     display: flex;
     align-items: flex-start;
     margin-bottom: 30px;
     text-align: left;
 }

 .info-icon {
     width: 40px;
     height: 40px;
     background-color: rgba(125, 25, 159, 0.1);
     border-radius: 8px;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #7d199f;
     font-size: 1.1em;
     margin-right: 20px;
     flex-shrink: 0;
 }

 .info-text h4 {
     margin: 0 0 8px 0;
     color: #333;
     font-size: 1.15em;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.5px;
 }

 .info-text p {
     margin: 0;
     color: #444;
     font-size: 1em;
     line-height: 1.5;
 }

 .btn-location {
     display: inline-block;
     background-color: #F17016;
     color: white;
     padding: 15px 30px;
     border-radius: 50px;
     text-decoration: none;
     font-weight: 700;
     font-size: 0.9em;
     text-align: center;
     margin-top: auto;
     transition: all 0.3s ease;
     box-shadow: 0 4px 15px rgba(241, 112, 22, 0.3);
     align-self: flex-start;
 }

 .btn-location:hover {
     background-color: #7d199f;
     transform: translateY(-3px);
     box-shadow: 0 6px 20px rgba(125, 25, 159, 0.4);
     color: white;
 }

 @media (max-width: 992px) {
     .location-grid {
         flex-direction: column;
     }

     .location-info-card {
         padding: 30px 20px;
         min-height: auto;
         order: 1;
     }

     .btn-location {
         align-self: center;
         width: 100%;
         max-width: 300px;
     }

     .map-container-wrapper {
         min-height: 350px;
         order: 2;
         height: 350px;
     }
 }

 .container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 15px;
 }


 .hero-sectionNetplus {
     background-image: url('../public/images/Netplus.jpg');
     background-size: cover;
     background-position: center;
     min-height: 400px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;

     padding: -10px;
 }

 .hero-image-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;

     z-index: 1;
 }

 .breadcrumb-separator {
     display: inline-block;
     width: 6px;
     height: 6px;
     background-color: #9370DB;
     border-radius: 50%;
     margin: 0 10px;
 }


 .section-about {
     padding: 80px 20px;
     background-image: url(../public/images/fondo5.webp);
     background-size: cover;
     background-attachment: fixed;
     overflow: hidden;
 }

 .section-title {
     text-align: center;
     margin-bottom: 60px;
     color: #333;
     font-size: 2.5em;
     font-weight: 700;
     text-transform: uppercase;
 }

 .section-title1 {
     text-align: center;
     margin-bottom: 60px;
     color: #333;
     font-size: 2.5em;
     font-weight: 700;
     text-transform: uppercase;
 }

 .section-title span {
     color: #7d199f;
 }

 .section-title1 span {
     color: #F17016;
 }


 .about-container {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(350px, 500px));
     justify-content: center;
     gap: 40px;
     padding: 20px;
     align-items: stretch;
 }

 .about-card {
     background: #ffffff;
     padding: 40px 25px;
     border-radius: 20px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
     text-align: center;
     border: 3px solid rgba(126, 25, 159, 0.944);
     display: flex;
     flex-direction: column;
     height: 100%;
 }

 .about-card p {
     flex-grow: 1;
     color: #222222;
     font-size: 1.05rem;
     line-height: 1.8;
     text-align: justify;
     text-justify: inter-word;
     margin-bottom: 0;
     padding: 0 10px;
 }


 .about-card p strong {
     color: #7e199f;
     font-weight: 700;
 }

 @media (max-width: 768px) {
     .about-card {
         padding: 30px 15px;
         margin-bottom: 10px;
     }
 }


 .about-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(125, 25, 159, 0.15);
     border-color: #7d199f;
 }

 .card-icon-header {
     width: 70px;
     height: 70px;
     background: #f8f0fb;
     color: #7d199f;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 20px;
     font-size: 1.8em;
     transition: all 0.3s;
 }

 .about-card:hover .card-icon-header {
     background: #7d199f;
     color: white;
     transform: rotateY(180deg);
 }

 .about-card h3 {
     font-size: 1.5em;
     color: #333;
     margin-bottom: 15px;
 }

 .about-card p {
     font-size: 0.95em;
     color: #666;
     line-height: 1.8;
 }

 .card-step {
     margin-top: 20px;
     font-size: 0.75em;
     font-weight: 800;
     color: #f17016;
     text-transform: uppercase;
     letter-spacing: 2px;
 }



 .journey-wrapper {
     padding: 40px 10px;
     text-align: center;
 }

 .journey-grid {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 0;
     margin-top: 30px;
 }

 .journey-node {
     display: flex;
     flex-direction: column;
     align-items: center;
     width: 100%;
     padding: 30px 0;
     position: relative;
 }


 .node-circle {
     width: 85px;
     height: 85px;
     min-width: 85px;
     min-height: 85px;
     border: 3px solid #7d199f;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 20px;
     font-size: 1.3rem;
     font-weight: 900;
     color: #7d199f;
     background: white;
     box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
 }


 .journey-node.active .node-circle {
     background: #7d199f;
     color: #ffffff;
     border: none;
     transform: scale(1.1);
 }


 .glow {
     animation: pulse-purple 2s infinite;
 }

 @keyframes pulse-purple {
     0% {
         box-shadow: 0 0 0 0 rgba(125, 25, 159, 0.4);
     }

     70% {
         box-shadow: 0 0 0 12px rgba(125, 25, 159, 0);
     }

     100% {
         box-shadow: 0 0 0 0 rgba(125, 25, 159, 0);
     }
 }


 .node-title {
     font-size: 1.5rem;
     font-weight: 800;
     color: #000000;
     text-transform: uppercase;
     margin-bottom: 5px;
     line-height: 1.1;
 }

 .node-title span {
     display: block;
     color: #F17016;
     font-size: 1.1rem;
 }

 .node-desc {
     font-size: 1rem;
     color: #444;
     margin-top: 5px;
 }

 .node-desc strong,
 .node-desc b {
     color: #000000 !important;
     font-weight: 800;
     font-size: 1.2rem;
     display: block;
     margin-top: 5px;
     text-transform: uppercase;
 }


 .journey-line {
     width: 3px;
     height: 40px;
     background: #ddd;
     margin: -10px 0;
 }

 @media (min-width: 850px) {
     .journey-grid {
         flex-direction: row;
         justify-content: center;
         gap: 20px;
     }

     .journey-line {
         width: 60px;
         height: 3px;
         margin: 0;
     }

     .journey-node {
         width: auto;
         min-width: 220px;
     }
 }

 @media (max-width: 480px) {
     .section-title {
         font-size: 1.8em;
     }
     .about-container {
        display: flex;
        flex-direction: column;
        align-items: center; 
        padding: 20px 15px; 
        gap: 25px; 
    }
     .about-card {
        width: 100%; 
        max-width: 340px; 
        margin: 0 auto; 
        padding: 50px 50px; 
        box-sizing: border-box; 
    }

    .about-card p {
        text-align: center;
        font-size: 0.95rem; 
        line-height: 1.6;
    }


 }



 .plans-tabs {
     display: flex;
     justify-content: center;
     margin-bottom: 40px;
     border-bottom: 2px solid rgba(255, 255, 255, 0.3);
     max-width: 900px;
     margin-left: auto;
     margin-right: auto;
 }

 .tab-button {
     background-color: transparent;
     border: none;
     color: #ccc;
     padding: 15px 25px;
     cursor: pointer;
     font-size: 1.1em;
     font-weight: 600;
     transition: color 0.3s, background-color 0.3s, border-bottom 0.3s;
     text-transform: uppercase;
     letter-spacing: 0.5px;
 }

 .tab-button:hover {
     color: white;
 }

 .tab-button.active-tab {
     color: white;
     border-bottom: 3px solid #F17016;
     background-color: rgba(0, 0, 0, 0.1);
 }

 .tab-content {
     display: none;
 }


 .tab-content.active-content {
     display: block !important;
 }

 .tab-button {
     cursor: pointer;
     transition: all 0.3s ease;/
 }

 .tab-button.active-tab {
     border-bottom: 3px solid #ff6d00;
     color: #ff6d00;
 }



 .map-only-section {
     padding: 60px 20px;
     background-color: #ffffff;
     text-align: center;
 }

 .map-title-center {
     font-size: 2.5em;
     font-weight: 700;
     color: #7d199f;
     margin-bottom: 30px;
 }

 .map-embed-container-full {
     width: 100%;
     max-width: 900px;
     margin: 0 auto 20px;
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
 }

 .map-embed-container-full iframe {
     width: 100%;
     height: 450px;
     border: 0;
     display: block;
 }

 .map-address-center {
     font-size: 1.1em;
     color: #555;
     margin-top: 10px;
     margin-bottom: 20px;
 }

 .btn-view-map-center {
     display: inline-block;
     background-color: #F17016;
     color: white;
     padding: 12px 30px;
     border-radius: 30px;
     font-weight: 700;
     text-decoration: none;
     transition: background-color 0.3s;
 }

 .btn-view-map-center:hover {
     background-color: #d15c00;
 }



 @media (max-width: 992px) {


     .about-container {
         flex-direction: column;
         align-items: center;
     }

     .about-card {
         margin-bottom: 20px;
         max-width: 90%;
         flex: 1 1 90%;
     }

 }

 @media (max-width: 768px) {


     .plans-tabs {
         flex-direction: column;
     }

     .tab-button {
         padding: 10px 15px;
         font-size: 0.9em;
     }


     .map-title-center {
         font-size: 1.8em;
     }

     .map-embed-container-full iframe {
         height: 300px;
     }

     .map-container-wrapper {
         min-height: 100px;
         height: 300px;
         order: 2;
     }
 }

 @media (max-width: 480px) {
     .hero-sectionNetplus {
         min-height: 300px;
         padding-top: 0;
         display: flex;
         align-items: center;
         justify-content: center;
     }
 }