@import url("../../assets/css/tema.css");

.wrap_section_servicos{
    padding: 60px 0px 80px;
    background: #fff !important;
}

.box_carousel_servico_img img{
    width: 100%;
    border-radius: 10px;
}

.btn-servicos{
    background: transparent;
    border: 2px solid var(--cor_primaria);
    color: var(--cor_primaria);
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    margin: 20px auto 20px;
    cursor: pointer !important;
    display: block;
    /* font-weight: bold; */
}
.btn-servicos:hover, .btn-servicos:focus{
    text-decoration: none;
    border-color: var(--cor_primaria);
    background: var(--cor_primaria);
    color: #fff;
    transition: 0.5s all;
}

/* Celulares ate 240px */
@media screen and (max-width: 240px) {

    /* Home */
    /* End Home */

}

/* End Celulares ate 240px */

/* Celulares ate 480px */
@media screen and (max-width: 480px) {
    .titulo_section_empresa {
        width: 100%;
    }
    .envolve_servico_mobile{
        display: block;
        float: left;
        width: 100%;
        padding: 0px 15px;
    }
    .box_carousel_servico{
        display: block;
        float: left;
        width: 100%;
        margin: 20px auto 20px auto;
        padding-bottom: 10px;
        /* min-height: 380px; */
    }
    .img_principal_empresa {
        width: 100%;
    }
    /* Home */
    /* End Home */

}

/* Tablet em pe */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .titulo_section_empresa {
        width: 100%;
    }
    .img_principal_empresa {
        width: 100%;
    }
    /* Home */
    /* End Home */

}

/* End Tablet em pe */

/* Tablet em deitado */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Home */
    /* End Home */

}

/* End Tablet em deitado */

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1280px) {

    /* Home */
    /* End Home */

}

/* End Notebook */

/* Computadores */
@media screen and (min-width: 1281px) {

    /* Home */
    /* End Home */

}

/* End Computadores */

/* Computadores M */
@media screen and (min-width: 1345px) and (max-width: 1632px) {

    /* Classes do projeto */
    /* End Classes do projeto */

}

/* End Computadores */

/* Computadores G */
@media screen and (min-width: 1633px) {

    /* Classes do projeto */
    /* End Classes do projeto */

}

/* End Computadores G */