.sidebar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
}

@media (min-width: 992px) {
    .main-content {
        padding-left: 295px;
    }

    footer#footer.fixed {
        width: calc(100% - 280px);
        z-index: 100;
    }
}

#main .content {
    position: relative !important;
}


.lang-item {
    margin-top: 1.5rem;
}

.lang-item .nav-link {
    color: #2f2f2f !important;
}

.navigation {
    text-align: center;
}

header .fa-times {
    font-size: 2rem;
    color: #c7893e;
}

.navbar-toggler[aria-expanded="false"] .fa-bars {
    display: block;
}

.navbar-toggler[aria-expanded="true"] .fa-bars {
    display: none;
}

.navbar-toggler[aria-expanded="false"] .fa-times {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .fa-times {
    display: block;
}

@media (max-width: 575px) {
    #home {
        height: calc(100vh - 46px);
    }
}

@media (max-width: 991px) {
    .form-gradient:after {
        content: ' ';
        display: block;
        height: 100px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url('http://theprintco.mx/assets/img/layout/contact/degradado.png');
        background-repeat: repeat-x;
        background-position: right top;
        background-size: 100% 100%;
    }
}

@media (min-width: 576px) {
    header .navbar-brand img {
        width: auto;
        height: 30px;
    }
}

@media (min-width: 992px) {
    #about .monkey .row .content1 .imageFloat {
        right: -70px;
        width: 70%;
    }
}

#portfolio figure img:hover {
    opacity: 1;
    filter: brightness(70%);
}