strong {
    color: var(--dark1);
}

.img-sector,
img-sector-vertical {
    max-width: 80%;
    height: auto;
}

.banner-destacados {
    /* background: radial-gradient( #e6959d, #c9626d 30%, #a53540);*/
    /*    background: linear-gradient(45deg, #8c2222eb, #d96d6d78);*/
    height: auto;
    /*    color: #fff;*/
    color: var(--dark1);
}

.imagen-destacada {
    margin-bottom: 0.7rem;
}

.titulo-destacado {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    /*    text-transform: uppercase;*/
}

.imagen-destacada img {
    height: 350px;
    width: 350px;
}

#img-datos-propios {
    height: 600px;
    width: auto;
}

.contenedor-bandera-nombre-pais {
    display: flex;
    align-items: center;
    flex-direction: row;
    /* justify-content: space-between; */
    gap: 12px;
    padding: 1rem 0;
    width: 150px;
    overflow: visible;
}

.contenedor-continentes .contenedor-bandera-nombre-pais:not(:last-child) {
    border-bottom: 2px solid #ccc;
}

.contenedor-bandera-nombre-pais p {
    margin: 0;
}

.img-bandera {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
}

.lista-empresas {
    font-size: 0.8rem;
}

.lista-empresas {
    list-style: none;
    counter-reset: item;
}

.lista-empresas li {
    counter-increment: item;
    margin-bottom: 5px;
}

.lista-empresas li::marker {
    display: none;
}

.lista-empresas li:before {
    margin-right: 10px;
    content: counter(item);
    background: var(--principal);
    border-radius: 100%;
    color: white;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    display: inline-block;
}

/* Cluster */

.imagen-asociacion img {
    width: 250px;
    height: auto;
}

/* SECCION HORIZONTAL DATOS */
.seccion-cifras-sector {
    background: linear-gradient(45deg, #8e87b9, #382e79);
}

.data-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    color: white;
    height: 180px;
    backdrop-filter: blur(20px);
    padding: 0.5rem;
    border-radius: 1rem;
    width: 100%;
}

.data-card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 120px;
    max-height: 120px;
}

.icono-cifras {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 1000px;
    color: #70699b;
    margin: 0;
    padding: 0.25rem;
}

.icono-cifras i {
    font-size: 1.75rem;
}

.icono-cifras img {
    max-height: 120px;
    width: auto;
    padding: 1rem;
}

.dato-numerico-cifras {
    width: 90%;
    text-align: center;
}

.count-up {
    transition: all 0.5s ease-out;
}

.contenedor-items-datos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1400px;
}

.titulo-items-datos {
    width: 100%;
    font-size: 3rem;
    font-weight: 900;
    height: fit-content;
    text-align: center;
    padding: 1rem 0;
}

.items-datos {
    width: 100%;
}

.infografia-img {
    width: 100%; /* Todas las imágenes ocupan el 100% del contenedor */
    height: 300px; /* Altura fija para mantener uniformidad */
    object-fit: cover; /* Recorta las imágenes sin deformarlas */
    transition: box-shadow 0.3s ease-in-out;
}

.infografia-img:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.nombre-pais {
    white-space: nowrap;
}

@media (max-width: 1399px) {
    .titulo-destacado {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .img-sector-vertical {
        width: auto;
        height: auto;
        max-width: 80%;
        max-height: 150px;
        object-fit: contain;
        display: block;
        margin: 0;
        object-position: top;
    }

    .titulo-destacado {
        font-size: 1.75rem;
    }
}
