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

li::marker {
    color: var(--secundario);
    font-size: 1.5rem;
}

.logotipo {
    max-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.logotipo svg {
    max-height: 250px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
}


.contenedor-otras-paginas {
    display: flex;
    gap: 0;
}

.hover-expand {
    flex: 1;
    height: 350px;
    transition: flex 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hover-expand a {
    color: white;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.otra-pagina {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.hover-expand img {
    filter: brightness(80%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hover-expand:hover {
    flex: 2;
}

.contenedor-visible {
    opacity: 1 !important;
}

.contenedor-cuadrado{
    width: fit-content;
}

.contenedor-cuadrado svg{
    height: 18px;
    width: 18px;
    margin-right: 8px;
}

.contenedor-enlace{
    display: flex;
    flex-direction: row;
}

.contenedor-enlace a{
    display: flex;
    flex-direction: row;
}


.seccion-sector-lider {
/*    background-image: linear-gradient(rgba(53, 54, 77, 0.35), rgba(53, 54, 77, 0.75)), url('/imagenes/paginas/anffecc/quienes-somos/lider-mundial.jpg');*/
    background-image: linear-gradient(rgb(20 27 48 / 75%), rgb(73 93 148 / 81%)), url(/imagenes/paginas/anffecc/quienes-somos/lider-mundial.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.icono-lider{
    height: 100px;
    margin-bottom: 0.75rem;
}