
@media (min-width: 992px) {
    
    /* HEADER */
    header {
        text-align: left;
    }
    
    nav ul {
        margin: 90px 0 0 0;
    }
    
    nav ul li a  {
        font-size: 21px;
    }
    
    .logo-container img {
        padding: 0;
    }
    
    /* TABS */
    .tabs .tab ul li {
        font-size: 34px;
    }
    
    .tabs .tab ul li img {
        max-width: 100%;
    }
    
    /* SLIDE */
    .sliders .slick-dots {
        display: block;
    }
    .sliders .slick-dots li button{
        background: #fff;
    }
    .sliders .slick-dots li.slick-active button{
        border: 2px solid #fff;
        background: #737f65;
    }
    .sliders .slick-dots {
        width: 66.66666667%;
        bottom: 0;
    }
    
    /* MÁQUINAS */
    #maquinas .text-column {
     padding: 50px 15px 0 0;   
    }
    
    #maquinas .link-list li {
        width: auto;
        margin-left: 15px;
    }
    #maquinas .link-list li:first-child {
        margin-left: 0;
    }
    #maquinas .link-list li a {
        font-size: 39px;
        width: 155px;
        height: 155px;
        line-height: 155px;
    }
    #maquinas .main-title {
        float: left;
        clear: right;
        position: relative;
        margin-bottom: 40px;
    }
    
    /* CAFES */
    #cafes h2 {
        background: url(../images/cafes-h2-bg.png) top center no-repeat;
    }
    
    .cafe-slider .slick-prev:before,
    .cafe-slider .slick-next:before
    {
        content: '';
    }
    
    .cafe-slider .slick-prev {
        background: url(../images/arrow-left.png) no-repeat;
        left: -55px;
    }
    
    .cafe-slider .slick-next{
        background: url(../images/arrow-right.png) no-repeat;
        right: -65px;
    }
    
    .cafe-slider .slick-arrow {
        display: block !important;
        width: 55px;
        height: 104px;
    }
    
    /* CONTATO */
    #contato .footer {
        font-size: 23px;
    }
    #contato address strong {
        font-size:50px;  
    }
    
    #contato .list-social img {
        max-width: none;
    }
    
    #contato form > div textarea {
        min-height: 345px;
    }
    
    #contato .last-line {
        text-align: right;
        margin-top: -10px;
    }
    #contato .last-line span {
        position: relative;
        top: -15px;
        right: 15px;
        display: inline-block;
    }
    
    /* PRODUTOS */
    .produto {
        min-height: 305px;
    }
    .produto strong {
        position: initial;
    }

    /* AZEITE */
    #azeite h2 {
        background: url(../images/azeite-h2-bg.png) top center no-repeat;
    }
}


@media (min-width: 1200px) {
    
    /* HEADER */
    
    nav ul {
        margin: 112px 0 0 0;
    }
    nav ul li a  {
        font-size: 26px;
    }
    
    /* TABS */
    .tabs .tab ul li {
        font-size: 36px;
    }
    
    /* MAQUINAS */
    #maquinas .main-title {
        margin-bottom: 40px;
    }
    #maquinas .link-list {
        margin-bottom: 40px;
    }
    #maquinas .text-column {
        padding: 90px 15px 0 0; 
        position: relative;
        left: -60px;
    }
    
    /* CONTATO */
    #contato form > div textarea {
        min-height: 400px;
    }
}

