@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }

    .sector-item:hover .sector-cover-hover {
        opacity: 1;
    }

    .contact-panel {
        display: none;
    }

}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    header .navbar-brand img {
        max-height: 45px;
    }
}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .emblem-bg img {
        width: 130px;
    }

    .project-item .logo img {
        width: 50%;
    }

    .project-item .category, .project-item .year {
        padding: 5px 10px;
    }

    .project-item .category {
        font-size: 15px;
    }

    .project-item .year {
        font-size: 19px;
    }

    section.yt-video iframe {
        height: 280px;
    }

    h4.normalidad {
        font-size: 18px;
    }

    .sector-container .sector-item {
        width: 50%;
    }

    body.dark .navbar-nav {
        background-color: var(--color-bg);
    }

    .emblem-bg {
        left: 20px;
        top: 20px;
    }

    .project-banner-meta {
        top: 40%;
    }

    .project-info {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        top: 50%;
        font-size: 20px;
    }

    .project-banner-meta .logo img {
        width: 270px;
    }

    .gallery-item {
        width: 50%;
    }

    header .navbar-brand img {
        max-height: 35px;
    }

    .project-item {
        width: 100%;
    }

    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.wp-btn {
        background-color: #39a91e;
        color: #fff;
    }
}