/* begin SEARCH */

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .resultas-filter-list h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .resultas-filter-list h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

/* end SEARCH */

/* begin JIRA GDRSG-18 */

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .home-slide-sec .home-slider .swiper-wrapper .swiper-slide .flex-caption .flex-cont h2 {
        font-size: 38px;
        line-height: 42px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .home-slide-sec .home-slider .swiper-wrapper .swiper-slide .flex-caption .flex-cont h2 {
        font-size: 32px;
        line-height: 38px;
        max-width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .home-slide-sec .home-slider .swiper-wrapper .swiper-slide .flex-caption .flex-cont h2 {
        font-size: 22px;
        line-height: 35px;
        width: 100%;
        max-width: calc(100vw - 110px);
    }

    .plataforma ul li .button {
        width: 100%;
    }

    .taula ul:not(.doc-lst) {
        font-size: 15px;
        line-height: 24px;
    }
}

/* end JIRA GDRSG-18 */