:root {
    --organizaciones-afines: rgb(0,100,100);
    --organizaciones-afines: rgb(0, 150, 165);
    --organizaciones-afines-transparente: rgba(0,100,100,0.15);
}

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


.logo-empresa {
    height: 120px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-empresa img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.img-zona {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    height: 180px;
}

.img-zona img {
    height: 150px;
    width: auto;
}

.header-organizaciones {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 172px;
}

.text-zona {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-zona p {
    margin: 0;
    font-weight: bold;
    font-size: 2rem;
}

.contendor-empresa {
    margin-bottom: 4rem;
}

.nombre-empresa {
    text-align: center;
    font-size: 1rem;
    color: #554e4e;
    font-weight: 600;
}

.rotate-icon {
    transition: transform 0.3s ease;
}

.rotated {
    transform: rotate(180deg);
}

.section-organizaciones-afines {
    margin: 0 2rem;
    margin-bottom: 2rem;
    border-radius: 12px;
    background-color: var(--organizaciones-afines-transparente);
    color: var(--organizaciones-afines);
}

.section-organizaciones-afines a {
    color: var(--organizaciones-afines);
}

.bb-principal {
    border-bottom: 3px solid var(--organizaciones-afines);
}

.pagina-organizaciones {
/*    background-image: url('/imagenes/recursos/fondo-cielo01.jpg');*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.st0 {
    fill: var(--organizaciones-afines);
}

.st1 {
    fill: var(--secundario);
}

@media (max-width: 991.5px) {
    .img-zona{
        left: -7%;
    }
}

@media (max-width: 767.5px) {
    .img-zona{
        display: none;
    }
}

@media (max-width: 567.5px) {
    .img-zona{
        display: none;
    }
}
