/* CONTAINERS */
.equipamento{
    width: 20%;
    height: 350px;
    float: left;
    margin-bottom: 20px;  
}
.equipamento img{
    width: auto;
    height: 300px;
    max-width: 100%;
    margin-bottom: 5px;
}
.equipamento h3{
    font-size: 14px;
    font-family: "biko";
    text-align: center;
    text-transform: uppercase;
    color: #B3181D;
    margin-top: 6px;
}

/*ESTILO CONTEUDO */
#equipamentos{
    width: 100%;
    height: 2265px;
    margin-bottom: 76px;
}
.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;
}
@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {
    .equipamento img{
        height: 285px;
    }
}
@media screen and (max-width: 1366px) {
    .equipamento img{
        height: 270px;
    }
}
@media screen and (max-width: 1280px) {
    .equipamento img{
        height: 255px;
    }
}
@media screen and (max-width: 1136px) {
    #equipamentos{
        height: 2620px;
    }
    .equipamento{
        width: 25%;
    }
    .equipamento img{
        height: 275px;
    }
}
@media screen and (max-width: 1024px) {
    .equipamento img{
        height: 255px;
    }
}
@media screen and (max-width: 980px) {
    .equipamento{
        text-align: center;
    }
    .equipamento img{
        height: 240px;
    }
}
@media screen and (max-width: 854px) {
    .equipamento img{
        height: 210px;
    }
}
@media screen and (max-width: 800px) {
    #equipamentos{
        height: 2900px;
    }
    .equipamento{
        width: 33.333333%;
    }
    .equipamento img{
        height: 250px;
    }
}
@media screen and (max-width: 640px) {
    .equipamento{
        height: 300px;
    }
    .equipamento img{
        height: 212px;
    }
}
@media screen and (max-width: 480px) {
    #equipamentos{
        height: 4175px;
    }
    .equipamento{
        width: 50%;
        height: 250px;
    }
    .equipamento img {
        height: 220px;
    }
    .equipamento h3 {
        font-size: 12px;
    }
}

@media only screen and (min-width : 320px) and (max-width: 479px){
    #equipamentos{
        height: 3600px;
    }
    .equipamento img {
        height: auto;
        width: 100%;
    }
}