.logistyka-logo {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.logistyka-logo::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1rem;
    border: 3px solid #12e0c4;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(18, 224, 196, 0.16);
}

.s-hero__bg {
    background-image: linear-gradient(90deg, rgba(5, 18, 32, 0.81), rgba(7, 44, 49, 0.53)), url("../images/Portada.jpg");
    background-position: center;
}

.s-hero__content h1 {
    letter-spacing: 0;
}

.s-hero__content-about p {
    max-width: 940px;
}

.folio-item__cat {
    color: #0f766e;
}

.folio-item__thumb a {
    aspect-ratio: 1561 / 1008;
    overflow: hidden;
}

.folio-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-contact__email {
    font-size: clamp(4.8rem, 7vw, 9.2rem);
    line-height: 1.1;
}

.s-contact__email a {
    word-break: normal;
}

.ss-copyright span:last-child,
.ss-copyright span:last-child a {
    color: rgba(255, 255, 255, 0.28);
    font-size: 1.1rem;
}

@media screen and (max-width: 600px) {
    .logistyka-logo {
        font-size: 1.5rem;
    }

    .s-hero__content-about p {
        font-size: 2.2rem;
        line-height: 1.35;
    }

    .s-contact__email {
        font-size: 3.8rem;
    }
}
