
@media (max-width:993px) {
    .produtos {
        margin-top: 100px;
    }
    
     .box_conteudo_produtos .col-sm-12{
       margin-top: 30px;;
    }
}

.box-itens {
    top: -100px;
}


.title-service {
    font-size: 2.5em;
    text-align: left;
}

@media (max-width:480px) {
    .title-service {
        font-size: 2.3em;
        width: 100%;
        padding: 20px 0px !important;
    }
}

.container.produtos .row .col-sm-12 {
    padding: 10px 15px;
}

.item-produto {
    /*    border: 1px solid #EE1D23;*/
    padding: 10px;
}

.item-produto h2 {
    bottom: 0px !important;
    position: absolute !important;
    max-height: 50px;
    margin-bottom: 15px;
    font-size: 20px;
    padding: 5px;
    color: white;
    text-align: center;


    background: rgb(254, 32, 1);
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(254, 32, 1, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(254, 32, 1, 1) 35%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe2001", endColorstr="#ffffff", GradientType=1);
}

.button-produtos {
    border: 1px solid #EE1D23;
    background-color: white;
    color: #EE1D23;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    width: 100%;

}

.line-button {
    height: 1px;
    background-color: #EE1D23;
    margin: 80px auto;
}

/*texto icone header*/

.texto {
    margin: 10px 0px;
    font-size: 18px;
    /* padding: 0px; */
    /* margin: 0px; */
    font-weight: 600;
    padding-top: 5px;
    font-size: 19px;
}

.produtos .default .box {
    padding: 29px 0px;
}

.slick-prev,
.slick-next {
    display: block !important;
}

.produtos .center {
   position: relative;
}

@media(max-width:768px) and (min-width:390px){
    .container.box_conteudo_produtos {
            width: 80%;
            margin: 0 auto;
    }
}
@media(max-width:767px)and (min-width:550px){
    .container.box_conteudo_produtos {
            width: 60%;
            margin: 0 auto;
    }
}
@media(max-width:389px){
    .container.box_conteudo_produtos {
            width: 95%;
            margin: 0 auto;
            padding: 0;
    }

    .titulo_seccao_produtos h1 {
        padding: 0px 10px;
    }
}
@media(max-width:300px){
    .container.box_conteudo_produtos {
            width: 100%;
            margin: 0;
            padding: 0;
    }
    
    .box_conteudo_produtos .col-sm-12{
           
            padding: 0;
    }

    .titulo_seccao_produtos h1 {
        padding: 0px 10px;
    }
}

