@media only screen and (max-width: 1410px) {
    h1.qui-som {
        font-size: 4rem;
        line-height:4rem;
    }
}

@media only screen and (max-width: 1200px) {
    .cover-background.qui-som {
        background-position: 35% !important;
    }
}

@media only screen and (max-width: 1080px) {
    .tab-style-01 .nav-tabs > li.nav-item {
        margin-bottom: 20px;
    }

    .inici h1 {
        font-size: 80px;
        line-height: 86px;
    }
}

@media only screen and (max-width: 991px) {

    .padding-section,
    section.big-section.padding-section {
        padding: 60px 0px;
    }

    .padding-section-2 {
        padding: 60px 0px 0px;
    }

    .nav-item.dropdown.simple-dropdown .dropdown-menu .dropdown-menu {
        padding-left: 15px;
    }

    .padding-five-tb {
        padding-top: 6%;
        padding-bottom: 4%;
    }

    .inici h1 {
        font-size: 70px;
        line-height: 76px;
    }

    .flex-direction-column-reverse {
        flex-direction: column-reverse;
    }

    .navbar-collapse:not(.show) {
        display: none !important;
    }
}

@media only screen and (max-width: 840px) {
    h1.qui-som {
        font-size: 3.5rem;
        line-height:3.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .padding-section {
        padding: 40px 0px;
    }

    section.big-section.padding-section {
        padding-bottom: 80px;
    }

    .nav-item.dropdown.simple-dropdown .dropdown-menu .dropdown-menu {
        padding-left: 15px;
    }

    .padding-five-tb {
        padding-top: 10%;
        padding-bottom: 5%;
    }

    .inici h1 {
        font-size: 45px;
        line-height: 51px;
    }
}

@media screen and (max-width: 675px) {
    h1.qui-som {
        font-size: 2.5rem;
        line-height:2.5rem;
    }

    span.text-black {
        display: none !important;
    }
}

@media screen and (max-width: 576px) {
    .small-screen {
        height: 380px;
    }

    h1.title-breadcrumb {
        font-size: 3.6rem;
        line-height: 3.9rem;
        color: #252525;
    }

    .cover-background.qui-som .container .h-100 {
        justify-content: center !important;
    }

    .cover-background.qui-som .container .h-100 .text-sm-start {
        text-align: center !important;
    }

    .cover-background.qui-som {
        background-image:url('../images/content/qui-som/qui-som-1-3.jpg');
        background-position: 0% !important;
    }

    h1.qui-som {
        font-size: 3rem;
        line-height:3rem;
    }

    .inici h1.xs-w-65 {
        width: 100% !important;
    }
}

@media screen and (max-width: 575px) {
    .more-number{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .width-mood {
        width: auto !important;
    }
}

@media screen and (max-width: 510px) {
    .col-8 {
        width: 75%;
    }
}

@media screen and (max-width: 460px) {
    h1.title-breadcrumb {
        font-size: 2.8rem;
        line-height: 3.1rem;
        color: #252525;
    }

    .inici h1 {
        font-size: 35px;
        line-height: 41px;
    }
}

@media only screen and (max-width: 1205px) and (min-width: 991px) {
    .navbar .navbar-nav .nav-link {
        font-size: 12px;
        margin: 0 12px;
    }

    footer .footer-logo .footer-logo-espacio img {
        max-width: 80%;
    }
}

@media only screen and (min-width: 575px) {
    .container-flex{
        display: flex;
        flex-direction: row;
    }
}

@media only screen and (min-width: 991px) {
    .navbar.navbar-boxed {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 1440px) {
    .padding-gestio-publi-inici {
        padding: 0 50px;
    }
}