@media (max-width: 450px) {
    .homepage-slider .title h1 {
        font-size: 34px;
    }

    .productpage h1 {
        font-size: 34px;
        padding-top:6px;
    }

    .collspage .coll-area .title h1 {
        right: 10px;
        font-weight: 400;
        font-size: 28px;
        bottom: 10px;
    }
    .productPiece .zoom  {
        max-height:100px;
    }
    .productPiece .piece-header {
        font-size:24px;
    }


  
}

@media (max-width: 767px) {
    .productpage .download-argamassas {
        position: initial;
        right: initial;
        top: initial;
    }

    .c767spacefix {
        margin-bottom:30px;
    }
        .productpage .main-descricao {
    margin-bottom: 0px;
}
    .homepage-slider .title h1 {
        right:15px;
    }
    .collspage .coll-area .title h1 {
        right: 10px;
        font-weight: 400;
        font-size: 32px;
        bottom: 10px;
    }

    .productpage .arrow-left {
        width: 30px;
        height: 30px;
    }

    .productpage .arrow-right {
        width: 30px;
        height: 30px;
    }

     .productpage .banner-control {
        position: absolute;
        top: 50%;
        z-index: 9999;
        display: block;
     
        margin-top: -15px;
    }


    .carousel-inner > .item {
        min-height: 200px;
    }

        .carousel-inner > .item img {
            min-height: 200px;
        }

    nav#homepage {
        display: none;
    }

    .navbar-header img {
        height: 50px;
    }

    #headersep {
        height: 85px;
    }

    header {
        height: 80px;
    }

    .navbar-header {
        height: 70px;
    }

    .navbar-collapse .navbar-nav {
        text-transform: uppercase;
        font-size: 20px;
    }


    .row {
        margin: 0;
        padding: 0;
    }

    /*emotionalsearch homepage disable */
    #emotionalsearch {
        display: none;
    }

    .contacts .contact-form .name {
        text-align: left;
    }

    .recrutamento .contact-form .name {
        text-align: left;
    }

    form {
        padding: 0;
    }

    .login .form .name {
        text-align: left;
    }

    .login .form {
        text-align: center;
        padding: 40px;
        width: 100%;
        right: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .register .contact-form {
        padding: 40px 0;
    }

        .register .contact-form .name {
            text-align: left;
        }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        color: #263052;
        min-width: 183px;
        padding: 0;
        margin: 0;
        font-size: 14px;
        list-style: none;
        background-color: #FFF;
        border: 0;
        border-radius: 0px;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    a.menu:after, .dropdown-toggle:after {
        content: none;
    }

    .news .filter {
        text-align: left;
        padding-left: 20px;
    }

    .news .space {
        display: none;
    }

    .glossary {
        padding: 0 20px;
    }

    .faqs {
        padding: 0 20px;
    }

    .private-page .filter {
        text-align: left;
        padding-left: 20px;
    }

    .private-page .space {
        display: none;
    }

    .private-page .menu {
        border: 0;
    }

    .private-page .container {
        padding-bottom: 30px;
    }

    footer {
        padding: 0 20px;
    }
}

@media (max-width:1000px) and (min-width:768px) {
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        color: #263052;
        min-width: 183px;
        padding: 0;
        margin: 0;
        font-size: 14px;
        list-style: none;
        background-color: #FFF;
        border: 0;
        border-radius: 0;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    a.menu:after, .dropdown-toggle:after {
        content: none;
    }

    form {
        padding: 0;
    }

    header .submenu ul li.sep {
        padding: 0 4px;
    }

    .submenumedia ul li, header .submenumedia ul li a {
        font-size: 12px;
    }

    .contacts .contact-form .name {
        text-align: left;
    }

    .recrutamento .contact-form .name {
        text-align: left;
    }

    .login .form .name {
        text-align: left;
    }

    .login .form {
        text-align: center;
        padding: 40px;
        width: 100%;
        right: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .register .contact-form {
        padding: 40px 0;
    }

        .register .contact-form .name {
            text-align: left;
        }

    .private-page .space {
        display: none;
    }

    .private-page .menu {
        border: 0;
    }

    .private-page .container {
        padding-bottom: 30px;
    }
}
@media (max-width:1270px) {
    header .submenu ul li.sep {
        padding: 0 2px;
    }

    header .submenu ul li, header .submenu ul li a {
        font-size: 12px;
    }
    header .submenu {
       
        margin-left: -30px;
   
    }
}
@media (max-width:1020px) {
    header .menu-space {
        padding: 40px 0 20px 0;
    }

    header .submenu {
        margin-left: initial;
        margin-top: 40px;
    }
    header .center {
        height: 100%;
        margin: 0 0;
        width:100%;
    }
}