/* CONTAINERS */
.container-produto{
    width: 50%;
    height: 395px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 54px;
    min-height: inherit;
}
.container-img{
    width: 38%;

    float: left;
    padding-right: 10px;
    padding-left: 10px;

    min-height: 10px;
}
.container-descricao{
    width: 60%;

    float: left;
    padding: 10px;

    min-height: 10px;
    font-size: 14px;

    background-color: rgba(253, 199, 199, 0.5);
    border-radius: 6px;
}

.container-descricao h3{
    text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

/*ESTILO CONTEUDO */
#automaticas{
    width: 100%;
    height: 1405px;
    margin-bottom: 76px;
}
#insumos{
    width: 100%;
    height: 850px;
    padding-top: 50px;
}
.produtos{
    font-size: 16px;
    line-height: 1.2em;
}
.produtos img{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.produtos h1{
    font-size: 30px;
    text-align: center;
    font-family: "biko";
    text-transform: uppercase;
    color: #B3181D;
    margin-bottom: 24px;
}
.produtos p{
    margin-bottom: 20px;
    font-size: 1.2em;
    text-align: center;
    width: 37%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.nome{
    font-size: 24px;
    text-align: center;
    padding: 0 5px 5px 5px;
    line-height: 1.2em;
    font-weight: bold;
    font-family: "biko";
    color: #B3181D;
}
.altura{
    height: 380px;
    margin-bottom: 15px;
}

.insumo{
    width: 16.6666667%;
    height: 300px;
    float: left;
    margin-bottom: 20px;  
}
.insumo img{
    width: auto;
    height: 230px;
    margin-bottom: 5px;
}
.insumo h3{
    font-size: 14px;
    font-family: "biko";
    text-align: center;
    text-transform: uppercase;
    color: #B3181D;
    margin-top: 6px;
}
/* MENU */
#top-menu{
    border: 1px solid #000;
    border-radius: 6px;
    height: 36px;
    width: 724px;
    margin: 0 auto; 
    z-index: 1111;

    background-color: #fff;
}
#top-menu ul{
    list-style: none;
}

#top-menu ul li {
    float: left;
    /*width: 361.6px; */
    width: 50%;
}

#top-menu ul li a {
    display: block;
    padding: 4px 25px 4px 25px;
    font-family: "biko";
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #000;
    margin: 3px 0 3px 0;

    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
}
#top-menu ul li a:hover {
    color: #000;
}

#top-menu ul li.active a {
    color: #B3181D;
}

#top-menu.fixed {
    height: 45px;
    position: fixed;
    width:100%;
    top: 0;
    left:0;
    margin:0;
    border: 0;
    border-radius:0;
    background-color: #B3181D;
}
#top-menu ul.fixed {
    position:relative;
    margin:0 auto;
    padding: 0;
}
#top-menu ul.unfixed {
    width: 100%;
    padding: 0;
    padding: 0;
}
#top-menu ul.fixed li {
    float: left;
    width: 33.33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333%; 
    display: table;
    margin-top: 4px;
    margin-bottom: 4px;
}
#top-menu ul.fixed li a{
    height: 37px;
    width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#top-menu ul.fixed li.active a{
    color: rgba(255, 228, 228, 1);
}
@media screen and (max-width: 1680px) {
    .container-produto{
        height: 370px;
    }
    #automaticas{
        height: 1325px;
    }
    .produtos p{
        width: 40%;
    }
}
@media screen and (max-width: 1600px) {
    .container-produto{
        height: 371px;
    }
    #automaticas{
        height: 1295px;
    }
}
@media screen and (max-width: 1440px) {
    .container-produto{
        height: 385px;
    }
    #automaticas{
        height: 1305px;
    }
    .produtos p{
        width: 45%;
    }
}
@media screen and (max-width: 1366px) {
    .container-produto{
        height: 405px;
    }
    #automaticas{
        height: 1420px;
    }
    #insumos{
        /*height: 570px;*/
    }
}
@media screen and (max-width: 1280px) {
    .container-produto{
        height: 390px;
    }
    .container-img{
        width: 35%;
    }
    .container-descricao{
        width: 65%;
    }
    #automaticas{
        height: 1370px;
    }
    .produtos p{
        width: 50%;
    }
}
@media screen and (max-width: 1136px) {
    .container-produto{
        height: 430px;
    }
    #automaticas{
        height: 1395px;
    }
    #insumos{
        height: 1210px;
    }
    .insumo{
        width: 25%;
    }
    .produtos p{
        width: 65%;
    }
}
@media screen and (max-width: 1024px) {
    .produtos{
        font-size: 14px;
    }
    .container-produto{
        width: 100%;
        height: 390px;
    }
    #automaticas{
        height: 2730px;
    }
}
@media screen and (max-width: 980px) {
    .container-produto{
        height: 380px;
    }
    #automaticas{
        height: 2660px;
    }

    #top-menu ul.fixed{
        width: 100%;
    }
    .insumo{
        text-align: center;
    }
}
@media screen and (max-width: 854px) {
    .produtos p{
        width: 70%;
    }
    .container-produto{
        height: 325px;
    }
    #automaticas{
        height: 2335px;
    }
}
@media screen and (max-width: 800px) {
    .container-produto{
        height: 315px;
    }
    #automaticas{
        height: 2280px;
    }
    #insumos {
        height: 1475px;
    }
    .insumo{
        width: 33.333333%;
    }
}
@media screen and (max-width: 768px) {
    .container-produto{
        height: 330px;
    }
    #automaticas{
        height: 2340px;
    }
}
@media screen and (max-width: 640px) {
    .produtos{
        font-size: 13px;
    }
    .produtos p{
        width: 90%;
    }
    .container-produto{
        height: 340px;
    }
    #automaticas{
        height: 2390px;
    }
    #top-menu{
        width: 611px;
    }
    #top-menu ul.fixed li a{
        font-size: 12px;
    }
}
@media screen and (max-width: 570px) {
    #insumos {
        height: 2120px;
    }
    .insumo{
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    #top-menu{
        width: 459px;
        height: 34px;
    }
    .produtos{
        font-size: 12px;
    }
    .container-produto{
        height: 375px;
    }
    #top-menu ul li a {
        font-size: 13px;
    }
    #top-menu ul.fixed li{
        height: 100%;
    }
    #top-menu ul.fixed li a{
        font-size: 11px;
        padding: 2px 19px 4px 19px
    }
    #automaticas{
        height: 2600px;
    }
    #insumos{
        height: 1860px;
    }
    .insumo{
        height: 255px;
    }
    .insumo img{
        height: 180px;
    }
}

@media only screen and (min-width : 320px) and (max-width: 479px){
    #content{
        height: 6500px;
    }
    #insumos{
        height: 1795px;
    }
    .insumo{
        width: 50%;
    }
    #automaticas{
        height: 4560px;
    }
    .container-img{
        margin: 0 auto;
        width: 100%;
    }
    .container-produto{
        width: 100%;
        height: 700px;
    }
    .container-descricao{
        width: 100%;
    }
    #top-menu{
        width: 100%;
        height: 51px;
    }
    #top-menu ul.unfixed li{
        display: table;
    }
    #top-menu ul.unfixed li a{
        height: 50px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    #top-menu ul.fixed li a{
        font-size: 11px;
    }
}
@media only screen and (min-width : 1px) and (max-width: 320px){
    #top-menu ul.fixed li {
        width: 32.8%;
    }
    #top-menu ul.fixed li a {
        font-size: 10px;
    }
    .container-produto {
        height: 660px;
    }
}