/* Desktops */

@media(max-width: 1500px) {
        #footer-social-media {
        display: none;
    }

    #responsive-social-media {
        display: block;
    }
}

@media (max-width: 1200px) {
    nav#categories-menu {
        margin-left: 0 !important;
        margin-right: 0 !important;
        left: 20px;
        right: 20px;
    }

}

@media (min-width: 1081px) {
    /* #header-content {
        display: flex;
        align-items: center;
    } */
    #toggle-menu {
        display: none;
    }

    .adm-title-mobile {
        display: none !important;
    }

    .dropdown {
        display: none;
    }
}
/* Tablets and small monitors */
@media (min-width: 811px) and (max-width: 1080px) {
    #nav-home img {
        height: 100px;
        width: 220px;
    }

    #header-content {
        font-size: 1rem;
    }

    #toggle-menu {
        display: none;
    }

    .adm-title-mobile {
        display: none !important;
    }

    .dropdown {
        display: none;
    }

    .content-block-images img {
        margin: 20px auto;
        width: 100%;
        max-width: 400px;
    }
}
/* Small Tablets and big Smartphones*/
@media (min-width: 541px) and (max-width: 810px) {

    #empresa-content {
        top: 300px;
        height: 1900px !important;
        background: linear-gradient(
            180deg,
            rgba(50, 50, 50, 0.8561799719887955) 0%,
            rgba(48, 48, 48, 1) 10%,
            rgba(50, 50, 50, 0.8533788515406162) 100%
        );
    }

    #empresa-2 {
        top: 490px;
        height: 1710px !important;
    }
}

/* Menu */
@media (max-width: 810px) {
    .half-page {
        top: 300px;
        height: 1320px;
        background: linear-gradient(
            180deg,
            rgba(50, 50, 50, 0.8561799719887955) 0%,
            rgba(48, 48, 48, 1) 23%,
            rgba(50, 50, 50, 0.8533788515406162) 100%
        );
    }

    .half-page-contact {
        top: 300px;
        height: 508px;
        background: linear-gradient(
            180deg,
            rgba(50, 50, 50, 0.8) 0%,
            rgba(48, 48, 48, 1) 80%,
            rgba(50, 50, 50, 0.9) 100%
        );
    }

    #contato {
        height: 50vh;
    }

    * {
        margin: 0 auto;
    }

    header {
        height: 100px;
    }

    #nav-home {
        display: inline !important;
        z-index: 9999;
    }

    #responsive-home {
        display: block;
        position: absolute;
        width: 180px;
    }

    #obras {
        top: 120px;
    }

    #menu .item,
    #menu .estimate {
        display: none;
    }

    #menu a {
        display: block;
        color: #fff;
        flex-grow: 0;
    }

    #nav-home {
        display: none !important;
    }

    .bordered-link {
        border: none;
        padding: 0;
        text-align: left;
    }

    body.menu-open .menu-bg {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 100;
    }
    body.menu-open header {
        height: auto;
        overflow: visible;
    }

    #menu {
        /* transition: transform 0.1s linear; */
        height: 0;
        overflow: hidden;
    }
    body.menu-open #menu {
        position: absolute;
        display: block;
        z-index: 11;
        top: 0;
        left: 0;
        width: 60vw;
        height: 100vh;
        overflow: visible;
        padding: 90px 20px 20px 20px;
        background-color: #3e4144;
        transform: translateX(0%);
    }

    #toggle-menu {
        color: #252525;
        font-size: 1.6rem;
        cursor: pointer;
        padding: 10px;
    }

    #toggle-menu:hover {
        color: #ccc;
    }

    #footer-social-media {
        display: none;
    }

    #footer-dots {
        display: none;
    }

    body.menu-open #toggle-menu {
        position: fixed;
        top: 20px;
        left: 20px;
        z-index: 12;
    }

    body.menu-open #menu .item {
        margin: 0px 20px 20px;
    }

    body.menu-open #menu .estimate {
        display: block;
        margin: 30px 20px 20px;
    }

    .adm-title {
        display: none !important;
    }

    .account {
        display: none !important;
    }

    .page-title {
        text-align: center;
        margin-bottom: 10px;
    }

    .font-huge {
        font-size: 1.2rem;
    }

    #red-line,
    #black-line {
        display: none;
    }

    .faded-line {
        margin: 10px 0;
    }

    .content-block {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .content-item {
        margin: 10px 0;
    }

    .content-item img {
        height: 100px;
    }

    .content-item span {
        font-size: 1.1rem;
    }

    .content-block-images {
        flex-direction: column;
    }

    .content-block-images img {
        margin: 20px auto;
        width: 100%;
        max-width: 400px;
    }
}

/* mobile */
@media (max-width: 540px) {
    #header .address,
    #header .contact {
        display: none;
    }

    body.menu-open #menu {
        display: block;
        width: 100vw;
        height: 100vh;
    }

    #toggle-menu {
        margin-left: -10px;
    }

    .footer-map {
        display: none;
    }

    #empresa-content {
        top: 300px;
        height: 1900px !important;
        background: linear-gradient(
            180deg,
            rgba(50, 50, 50, 0.8561799719887955) 0%,
            rgba(48, 48, 48, 1) 10%,
            rgba(50, 50, 50, 0.8533788515406162) 100%
        );
    }

    #empresa-2 {
        top: 490px;
        height: 1710px !important;
    }

    #footer {
        display: block;
        text-align: center;
    }

    #footer > * {
        margin-bottom: 10px;
    }

    .site-content {
        display: block;
    }

    .add-button {
        text-align: center !important;
    }
}