@media(max-width: 1025px) {
    body {
        font-size: 11px;
    }
    
    /*.item-content {*/
    /*    bottom: 0;*/
    /*}*/
    /**/
    /*.item-content h2, .item-content p {*/
    /*    padding: 0 4%;*/
    /*}*/
    /**/
    /*.item-content button {*/
    /*    margin-left: 0;*/
    /*}*/
    
    .item-content {
        top: 47%;
    }
    
    .owl-theme .owl-controls {
        bottom: 10px;
    }
    
    .portfolio-list .owl-controls {
        bottom: -30px;
    }
    
    .info {
        bottom: -75%;
    }
    
    .portfolio-item:first-child .info {
        bottom: -40%;
    }
    footer div.footer-block {
        width: 28.5%;
    }
    
    footer div.footer-block:first-child {
        width: 25%;
        margin-right: 5%;
    }
}

@media(max-width: 767px) {
    .tab-content>.tab-pane {
        padding: 1.8em 0;
    }

    .info {
        bottom: -112%;
    }
    
    .home .portfolio-item:first-child .info {
        bottom: -60%;
    }
    
    .home .portfolio-item:first-child .image:hover .info {
        bottom: 0;
    }

    #clientes-slider img {
        width: 27%;
    }
    
    footer div.footer-block, footer div.footer-block:last-child {
        width: 100%;
    }
    
    footer div.footer-block:first-child {
        display: none;
    }
    
    .footer-block > div {
        width: 49.5%;
        display: inline-block;
        vertical-align: top;
        padding: 0 5%;
    }
    
    footer div.footer-block:last-child {
        padding: 0 5%;
    }
    
    section#sec-portfolio {
        margin-top: 0;
    }
    
    h4.fw_3 {
        font-size: 1.8em;
    }
    
    .tab-pane h2 {
        font-size: 1.5em;
        margin-top: 10px;
    }
    
    .nav-tabs>li {
        padding: 0;
    }
    
    .nav-tabs li span {
        display: none;
    }
    
    #header-slider .item-content p {
        display: none;
    }
    
    #header-slider .item-content h2 {
        font-size: 2em;
    }
    
    #header-slider .item-content button {
        font-size: 1em;
        padding: 0.7em 1.5em;
    }
    
    .navbar-brand .header-logo {
        margin-left: 5%;
    }
    
    .navbar-nav {
        width: 100%;
        margin: auto;
    }
    
    .navbar-nav>li {
        width: 100%;
        text-align: center;
    }
    
    .navbar-default .navbar-nav>li>a {
        padding: 1.5em 0;
    }
    
    .pantalla {
        width: 90%;
        padding: 0 5% 0 10%;
    }
    
    .pantalla .owl-controls {
        left: 0;
        top: 150%;
        width: 100%;
    }
    
    .texto {
        text-align: center;
        width: 100%;
        padding: 0 5%;
    }
    
    .texto h2+p, .texto h5+p, .texto div {
        margin: 10px 0;
        width: 100%;
    }
    
    .owl-pagination {
        text-align: center;
    }
    
    .trabajos .section-title {
        padding-bottom: 0;
    }
    
    .trabajos .portfolio-list {
        margin: 0;
    }
    
    .trabajos .portfolio-item:first-child .info {
        bottom: -175%;
    }
    
    .trabajos .portfolio-item:first-child .image:hover .info {
        bottom: 0;
    }
    
    .trabajos #sec-portfolio .section-title {
        padding-bottom: 40px;
    }
    
    footer .footer-block > div > a {
        margin: 4px 0.5em;
    }
    
    .trabajos .info {
        bottom: -126%;
    }
}