.service-article-blockE-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
    color: #fff;
}

.service-article-blockE-text {
    background-color: #DEDDDE;
    width: 600px;
}

#bloc2 {
    background-color: #DEDDDE;
}

#bloc2 h3 {
    color: #29588b;
}

#bloc2 h4 {
    color: #000000;
}

#bloc2 p {
    color: #8a919a;
}

.service-article-blockE-text h3 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #000000;
    margin-bottom: 15px;
}

.service-article-blockE-text h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0167AC;
    margin-bottom: 20px;
    margin-top: 20px;
}

.service-article-blockE-text p {
    font-size: 20px;
    color: #8f8f8f;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Botones */
.btn-b1,
.btn-b2,
.btn-bE {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: black;
    cursor: pointer;
}

.btn-b1::before,
.btn-b2::before,
.btn-bE::before {
    content: "→";
    font-size: 1.2rem;
    color: #ffffff;
    transition: color 0.3s ease;
}

.btn-b1:hover,
.btn-b2:hover,
.btn-bE:hover {
    background-color: #ffffff;
    color: #000000;
}

.btn-b1:hover::before,
.btn-b2:hover::before,
.btn-bE:hover::before {
    color: #000000;
}




.shangai {
    top: 40%;
    left: 69%;
}

.ningbo2 {
    top: 59%;
    left: 78%;
}

.shenzhen {
    top: 79%;
    left: 67%;
}

.industry-article-blockE {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}

.industry-article-blockE {
    background-color: #DEDDDE;
    flex-direction: row;
}

.industry-article-blockE-left {
    display: flex;
    flex-direction: column;
    width: 847px;
    margin-left: 30px;
}

.industry-article-blockE-img {
    overflow: visible;
    position: relative;
    width: 847px;
    height: 716px;
    margin-left: 30px;
    text-align: center;
    padding: 0;
}

.industry-article-blockE-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-article-blockE-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
}

.industry-article-blockE-text {
    width: 600px;
    background-color: #DEDDDE;
}

.industry-article-blockE-text h3 {
    color: rgb(0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: 1.1px;
}

.industry-article-blockE-img {
    position: relative;
    width: 100%;
    height: auto;
}


.mapChina-location {
    position: absolute;
    transform: translate(-50%, -100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: float-horizontal 2s ease-in-out infinite;
    z-index: 10;
    cursor: pointer;
}

.mapChina-location img {
    width: 24px;
    height: 24px;
}

.mapChina-location:hover .info-box {
    display: block;
}

.mapChina-label {
    display: block;
    font-size: 14px;
    color: #0071bc;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;
}


.info-box strong {
    color: #0071bc;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.info-box ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.info-box li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.mapChina-location .card-locatio {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 1em;
    z-index: 10;
    width: 300px;
    top: 100%;
    /* o ajusta según necesidad */
    left: 0;
}

.mapChina-location {
    position: absolute;
    transform: translate(-50%, -100%);
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    animation: float-horizontal 2s ease-in-out infinite;
    transition: top 0.4s ease;
}

.mapChina-location:hover .card-locatio {
    display: block;
}

.mapChina-label {
    display: block;
    font-size: 14px;
    color: #0071bc;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;
}

.info-box {
    display: none;
    position: absolute;
    top: -10px;
    left: 30px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 16px;
    width: 280px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #333;
    z-index: 999;
}

.info-box strong {
    color: #0071bc;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.info-box ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.info-box li {
    margin-bottom: 6px;
    line-height: 1.5;
}

/* ==== CARD DE UBICACIÓN SOBRE MAPA ==== */
.card-locatio {
    display: none;
    position: absolute;
    top: 50%;
    left: -320px;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 1rem;
    width: 300px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    color: #333;
    z-index: 9999;
    text-align: left;
    white-space: normal;
}

.card-locatio strong {
    color: #0071bc;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.card-locatio ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.card-locatio li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.mapChina-location:hover .card-locatio {
    display: block;
}

.mapChina-location {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    z-index: 1000;
    cursor: pointer;
    animation: float-horizontal 2s ease-in-out infinite;
    transform: translate(-50%, -100%);
}

.mapChina-label {
    font-size: 14px;
    color: #0071bc;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
}

@media (max-width: 1024px) {
    .industry-article-blockE {
        padding: 60px 40px;
        gap: 30px;
    }

    .service-article-blockE-text {
        padding: 60px 40px;
    }

    .service-article-blockE-text h3 {
        font-size: 24px;
    }

    .service-article-blockE-text p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .industry-article-blockE {
        flex-direction: column;
        padding: 40px 20px;
    }

    .service-article-blockE-text {
        padding: 30px 20px;
        width: 100%;
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .service-article-blockE-text p,
    .service-article-blockE-text h3,
    .service-article-blockE-text h1 {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .btn-bE {
        width: 100%;
        font-size: 14px;
        padding: 10px 20px;
    }

    .mapChina-location {
        transform: scale(0.8);
    }
}

@media (max-width: 480px) {
    .service-article-blockE-text h3 {
        font-size: 20px;
    }

    .service-article-blockE-text p {
        font-size: 13px;
    }

    .btn-bE {
        font-size: 13px;
        padding: 8px 15px;
    }

    .mapChina-location {
        transform: scale(0.6);
    }
}