@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .details ul li {
        font-size: 16px;
    }
}

@media (max-width: 1279px) {
    .empreses-entitats-sec {
        padding-bottom: 80px;
    }

    .empreses-entitats-sec .table-company td {
        padding: 18px 24px;
    }

    .empreses-entitats-sec .acc-summary {
        padding: 24px 26px;
    }

    .empreses-entitats-sec .acc-title {
        font-size: 24px;
        line-height: 30px;
    }

    .empreses-entitats-sec .acc-name {
        font-size: 21px;
        line-height: 27px;
    }

    .descubre-sec {
        padding: 72px 0 60px;
    }

    .descubre-inner {
        column-gap: 40px;
    }

    .descubre-img {
        flex-basis: 32%;
        max-width: 340px;
    }

    .descubre-cnt .tit-h4 {
        font-size: 40px;
        line-height: 44px;
    }
}

@media screen and (max-width: 1023px) {

    .contact-left,
    .contact-right {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .empreses-entitats-sec .page-intro {
        margin-bottom: 28px;
    }

    .empreses-entitats-sec .table-company,
    .empreses-entitats-sec .table-company tbody,
    .empreses-entitats-sec .table-company tr,
    .empreses-entitats-sec .table-company td {
        display: block;
        width: 100%;
    }

    .empreses-entitats-sec .table-company tbody tr {
        padding: 18px 24px;
    }

    .empreses-entitats-sec .table-company td {
        padding: 0;
        margin: 0 0 12px;
    }

    .empreses-entitats-sec .table-company td:last-child {
        margin-bottom: 0;
    }

    .empreses-entitats-sec .acc-link,
    .empreses-entitats-sec .acc-phone-link {
        min-height: 34px;
    }

    .empreses-entitats-sec .phone-flex {
        gap: 10px;
    }

    .descubre-sec {
        padding: 60px 0 52px;
    }

    .descubre-inner {
        flex-direction: column;
    }

    .descubre-img,
    .descubre-cnt {
        width: 100%;
        max-width: none;
    }

    .descubre-img {
        max-width: 580px;
    }
}

@media (max-width: 767px) {

    .empreses-entitats-sec {
        padding-bottom: 50px;
    }

    .empreses-entitats-sec .page-intro p,
    .empreses-entitats-sec .page-intro li {
        font-size: 16px;
        line-height: 27px;
    }

    .empreses-entitats-sec .acc.item-list {
        gap: 14px;
    }

    .empreses-entitats-sec .acc-summary {
        padding: 20px 18px;
        gap: 12px;
    }

    .empreses-entitats-sec .acc-title {
        font-size: 21px;
        line-height: 27px;
    }

    .empreses-entitats-sec .table-company tbody tr {
        padding: 16px 18px;
    }

    .empreses-entitats-sec .acc-name {
        font-size: 19px;
        line-height: 25px;
    }

    .empreses-entitats-sec .table-company td:first-child p,
    .empreses-entitats-sec .acc-link,
    .empreses-entitats-sec .acc-phone-link {
        font-size: 14px;
        line-height: 21px;
    }

    .empreses-entitats-sec .acc-link::before,
    .empreses-entitats-sec .acc-phone-link::before {
        width: 32px;
        height: 32px;
        background-size: 14px 14px;
    }

    .empreses-entitats-sec .acc-phone-link::before {
        background-size: 12px 12px;
    }

    .contact-form .form-box .frm-input>label:not(.floating-label),
    .contact-form .form-box .frm-input>.form-section-title,
    .contact-form .form-box .frm-input.checkbox p {
        font-size: 14px;
    }

    .contact-form .form-box .frm-input.checkbox {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .contact-form .form-box .frm-input.checkbox label {
        font-size: 14px;
        line-height: 1.4;
    }

    .contact-form .form-box input[type="date"].form-control,
    .contact-form .form-box select.form-control,
    .contact-form .form-box input[type="file"].form-control {
        min-height: 50px;
        font-size: 15px;
    }

    .contact-form .form-box input[type="file"].form-control::file-selector-button {
        width: 100%;
        margin: 0 0 10px;
    }

    .inner-banner .inner-banner-logo {
        right: 15px;
        bottom: 15px;
    }

    .inner-banner .inner-banner-logo img {
        max-width: 140px;
        max-height: 60px;
    }

    .descubre-sec {
        padding: 48px 0 40px;
    }

    .descubre-inner {
        row-gap: 22px;
    }

    .descubre-img::after {
        inset: auto -10px -10px 18px;
        border-radius: 20px;
    }

    .descubre-img img {
        border-radius: 18px;
    }

    .descubre-cnt .tit-h4 {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.3px;
    }

    .descubre-list {
        margin-bottom: 18px;
    }

    .descubre-list p,
    .descubre-list li,
    .descubre-list a {
        font-size: 16px;
        line-height: 27px;
    }

    .descubre-list li {
        padding: 16px 16px 16px 18px;
        border-radius: 18px;
    }

    .descubre-list li>span,
    .descubre-list .tit-h5>span {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .descubre-list .tit-h5 {
        column-gap: 10px;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 1px;
    }
}


@media screen and (max-width: 479px) {
    .details ul li {
        font-size: 16px;
        flex-wrap: wrap;
    }

    .wikiloc-embed-block {
        margin: 32px 0;
    }

    .wikiloc-embed-frame iframe {
        min-height: 420px;
    }
}