
        .strategy-title {
            font-weight: bold;
            margin-top: 20px;
            margin-bottom: 10px;
            color: #1e3a5f;
        }

        .button-row {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 30px;
        }

        .btn-primary {
            background: #1e3a5f;
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            transition: all 0.3s ease;
            width: 48%;
        }

        .btn-primary:hover {
            background: #2c5282;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
        }

        /* Cards Section */
        .cards-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }

        .card {
            background: white;
            padding: 30px;
            border-style : Solid;
            border-color : rgba(20, 62, 101, 1);
            border-width : 0.3px;
            border-radius : 10px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0,0,0,0.09);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex-wrap: nowrap;
            align-items: flex-start;
        }

        .card-head{
            display: flex;
            flex-direction: row;
        }


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

        .card-head img {
            max-width: 100px;
            padding-right: 15px;
        }

        .card-head p{
            font-size: 20px;
            font-weight: 700;
            color: #1e3a5f;
        }

        .card h3 {
            color: #1e3a5f;
            margin-bottom: 15px;
            font-size: 1.3em;
            text-align: left;
        }

        .card p {
            margin-bottom: 25px;
            text-align: left;
        }

        .btn-card {
            background: #1e3a5f;
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 14px;
            width: 100%;
            transition: all 0.3s ease;
            /*max-width: 550px;*/
            margin: 0 auto;
        }

        .btn-card:hover {
            background: #2c5282;
        }

        /* Tabs Section */
        .tabs-containerconsul {
            background: white;
            border-style : Solid;
            border-color : rgba(20, 62, 101, 1);
            border-width : 0.3px;
            border-radius : 10px;
            padding: 30px;
            margin: 40px 0;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }

         .tabs {
            display: flex;
            border-bottom: 2px solid #e0e0e0;
            margin-bottom: 30px;
            overflow-x: auto;
            
        }

        .tab {
            padding: 15px 30px 15px 10px;
            cursor: pointer;
            border: none;
            background: none;
            font-weight: 600;
            position: relative;
            transition: color 0.3s ease;
            white-space: nowrap;
        }

        .tab:hover {
            color: #1e3a5f;
        }

        .tab.active {
            color: #1e3a5f;
        }

        .tab.active::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            right: 0;
            height: 4px;
            background: #1e3a5f;
        }

        .tab-content {
            display: none;
            animation: fadeIn 0.5s;
        }

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

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        } 

        .tab-content p {
            color: #555;
            text-align: justify;
            margin-bottom: 25px;
        }

        .btn-results {
            background: #1e3a5f;
            color: white;
            padding: 15px 40px;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.9em;
            display: block;
            margin: 0 auto;
            transition: all 0.3s ease;
        }

        .btn-results:hover {
            background: #2c5282;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
        }

        /* .w3-padding {
            padding: 8px 0px !important;
            font-size: 17px;
            font-weight: 500;
        }*/



        .w3-row{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding: 0 10px;
            border-bottom: solid 1px #000;
        }

        .w3-row a {
            color: inherit;
            text-decoration: none;
        }

        .w3-row a:hover {
            font-weight: bold;
        }

        .w3-bottombar {
            border-bottom: 3px solid transparent !important;
        }
       .w3-border-red, .w3-hover-border-red:hover {
         border-color: #1e3a5f !important;
        }


        .city p{
            padding-top: 30px;
        }

        .city{
            display: flex;
        }

        .w3-border-red {
            border-bottom: 3px solid #1e3a5f !important;
            color: #1e3a5f !important;
            font-weight: bold !important;
            padding-bottom: 10px ;
        }

        .btn-primary a{
            color: #fff !important;
            text-decoration: none !important;
        }
        .btn-primary a:hover{
            color: #fff !important;
            text-decoration: none !important;
        }      
        .btn-primary a:visited{
            color: #fff !important;
        }  

        .btn-card a:visited{
            color: #fff !important;
        }  

        .btn-card .btn-primary a{
            color: #fff !important;
            text-decoration: none !important;
        }

        .btn-card a:hover{
            color: #fff !important;
            text-decoration: none !important;
        }

        .wrap {
            max-width: 1040px;
            margin: 0 auto;
            padding: 24px
          }
      
          h1 {
            text-align: center;
            margin-bottom: 1rem
          }
      
          .tabs {
            display: flex;
            gap: 20px;
            margin: 30px 0;
            background: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 20px;
            overflow: hidden
          }
      
          .tabs-menu-control {
            width: 350px;
            border-right: 1px solid #e0e0e0;
            border-radius: 20px 0 0 20px;
            background: rgba(19, 62, 101, 0.10);
          }
      
          .content-btn {
            display: flex;
            width: 350px;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            flex-shrink: 0;
            margin: 20px 0 40px 0;
          }
      
          /* .tab-btn-control{display:block;padding:12px 18px;border-left:4px solid transparent;cursor:pointer;color:#333;font-weight:500;transition:.2s} */
          .tab-btn-control {
            display: flex;
            width: 350px;
            height: 63px;
            padding-left: 20px;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
            border-left: 4px solid transparent;
            cursor: pointer;
            color: #333;
            font-weight: 500;
            transition: .2s
          }
      
          .tab-btn-control p {
            color: #133E65;
            font-family: Roboto;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
          }
      
          .tab-btn-control:hover {
            background: #e9ecef;
            color: #007cbd
          }
      
          .tab-btn-control.active {
            background: #fff;
            border-left-color: #007cbd;
            color: #007cbd
          }
      
          .tab-content-control {
            flex: 1;
            padding: 24px
          }
      
          .tab-panel-control-control {
            display: none
          }
      
          .tab-panel-control-control h2 {
            color: #133E65;
            font-family: Roboto;
            font-size: 1.4rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
          }
      
          .tab-panel-control-control p {
            font-size: 1rem;
          }
      
          .tab-panel-control-control li {
            color: #000;
            font-family: Roboto;
            font-size: 1rem;
            font-style: normal;
            font-weight: 700;
            line-height: 1.5rem;
          }
      
          .tab-panel-control-control .btn-tab-control a {
            color: #fff;
          }
      
          .tab-panel-control-control .btn-tab-control a:visited {
            color: #fff !important;
          }
      
          .tab-panel-control-control.active {
            display: block;
            animation: fade .3s
          }
      
          @keyframes fade {
            from {
              opacity: 0;
              transform: translateY(10px)
            }
      
            to {
              opacity: 1;
              transform: translateY(0)
            }
          }
      
       
      
          .tarjetas-control {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 16px;
            margin: 2rem 0
          }
      
          .tab-panel-control-control {
            display: none
          }
      
          .tab-panel-control-control.active {
            display: block
          }
      
          .tab-btn-control.active {
            background: #fff;
            border-left: 4px solid #007cbd;
            color: #007cbd
          }
      
          h1,
          .center {
            text-align: center
          }
      
          .panel-control {
            display: grid;
            grid-template-columns: 260px 1fr;
            gap: 20px;
            background: #f6f9fb;
            border: 1px solid #e3e8ee;
            border-radius: 12px;
            padding: 16px
          }
      
          .menu-control {
            list-style: none;
            margin: 0;
            padding: 0
          }
      
          .menu-control li {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 12px;
            border-radius: 10px
          }
      
          .menu-control li+li {
            margin-top: 6px
          }
      
          .menu-control strong {
            display: block
          }
      
          .tarjetas-control {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin: 18px 0
          }
      
          /* card-controls Section */
          .card-controls-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 40px 0;
          }
      
          .card-control {
            background: white;
            padding: 30px;
            border-style: Solid;
            border-color: rgba(20, 62, 101, 1);
            border-width: 0.3px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.09);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex-wrap: nowrap;
            align-items: flex-start;
          }
      
          .card-control-head {
            display: flex;
            flex-direction: row;
          }
      
      
          .card-control:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
          }
      
          .card-control-head img {
            max-width: 100px;
            padding-right: 15px;
          }
      
          .card-control-head p {
            font-size: 20px;
            font-weight: 700;
            color: #1e3a5f;
          }
      
          .card-control h3 {
            color: #1e3a5f;
            margin-bottom: 15px;
            font-size: 1.3em;
            text-align: left;
          }
      
          .card-control p {
            margin-bottom: 25px;
            text-align: left;
          }
      
          .btn-card-control {
            background: #1e3a5f;
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 14px;
            width: 100%;
            transition: all 0.3s ease;
            /*max-width: 550px;*/
            margin: 0 auto;
          }
      
          .btn-card-control:hover {
            background: #2c5282;
          }
      
          .btn-prim {
            background: #1e3a5f;
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 14px;
            width: 100%;
            transition: all 0.3s  ease;
            margin: 0 auto;
            text-decoration: none;
          }
          a.btn-prim{
            color: #fff;
          }
      
          .btn-tab-control {
        margin: 0;
      }
      
          .cta {
            display: flex;
            justify-content: center;
            margin: 22px 0
          }
      
          details,
          summary {
            background: white;
          }
      
          details {
            padding: 15px;
            color: #02345B;
            cursor: pointer;
            font-size: 16px;
            transition: all .2s;
            border: 2px solid #D6E7ED;
            border-radius: 5px;
            border: 1.5px solid #DEDEDE;
            background: #FFF;
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
            margin: 20px;
          }
      
          summary {
            font-size: 18px;
            line-height: 1.5em;
            font-weight: 600;
          }
      
          details>div {
            padding: 16px
          }
      
          
      
          .acc-mw {
            max-width: 970px;
          }
      
          .botones {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
            margin: 20px 0;
          }
          /* .btn-prim:hover {
        background: #005f91;
        color: #fff;
      } */

        /* Responsive */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 1.8em;
            }

            .button-row {
                flex-direction: column;
            }

            .cards-section {
                grid-template-columns: 1fr;
            }

            .tabs {
                flex-direction: column;
                border-bottom: none;
            }

            /* .tab {
                border-bottom: 1px solid #e0e0e0;
                text-align: left;
            } */

            .tab.active::after {
                height: 100%;
                width: 3px;
                right: auto;
                bottom: 0;
            }
        }
        @media (max-width:600px) {
            .btn-primary {
                width: 99%;
            }    
            .w3-row {
                display: flex;
                flex-direction: column;
                border-bottom: solid 0px #000;
                padding: 0;
            }   
            .w3-bottombar {
                border-bottom: 3px solid #55555543 !important;
                padding: 10px 0;
            }     
        }
        @media (max-width:900px) {
            .panel-control {
              grid-template-columns: 1fr
            }
      
            .tarjetas-control {
              grid-template-columns: 1fr
            }
          }
      
          @media(max-width:900px) {
            .tabs {
              flex-direction: column
            }
      
            .tabs-menu-control {
              width: 100%;
              display: flex;
              overflow-x: auto
            }
          }
