/* Empresa */
.descricao_empresa {
    color: #ff751a;
}
.wrap_section_empresa{
    padding: 40px 0px 60px;
}
.img_principal_empresa {
    float: left;
    padding-right: 30px;
    display: block;
    width: 50%;
    margin-bottom: 30px;
}
.wrap_section_empresa .descricao_empresa{
    color: #333;
    font-size: 16px;
    display: contents;
    float: right;
    width: 50%;
}
.titulo_section {
    width: 50% !important;;
    font-size: 36px !important;;
    font-weight: bold !important;;
    position: relative !important;;
    margin-bottom: 40px !important;;
    display: block !important;
    float: inherit !important;
}
.titulo_subl_esquerda_preto:after {
    content: '' !important;
    display: block !important;
    margin-top: 10px !important;
    width: 50px !important;
    height: 4px!important;
    position: relative !important;
    left: 0 !important;
}
.btn_saiba_mais_empresa{
    float: left;
    background: #fa858e;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    padding: 11px 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}
.btn_saiba_mais_empresa:hover{
    text-decoration: none;
    background: #ff6f7a;
    color: #FFF;
    transition: 0.5s all;
}
.btn_saiba_mais_empresa:hover .btn_saiba_mais_empresa:focus{
    text-decoration: none;
    background: #ff6f7a;
    color: #FFF;
    transition: 0.5s all;
}
/* End Empresa */

/* Serviços */
.botao_saiba_mais {
    border: 2px solid #cba851;
    padding: 10px;
    border-radius: 7px;
    color: #cba851;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
}
.botao_saiba_mais:hover {
    background-color: #cba851;
    color: #FFF;
    text-decoration: none;
}
.wrap_section_servicos{
    padding: 60px 0px 60px;
}
.box_carousel_servico{
    width: 100%;
    float: left;
}
.nav-portfolio li a{
    color: #000;
}
.box_carousel_servico_img{
    width: 100%;
    display: table;
}
.box_carousel_servico_img img{
    width: 100%;
}
.box_carousel_servico_titulo{
    width: 100%;
    float: left;
    color: #ff751a;
    font-size: 20px;
    text-align: left;
    margin-top: 10px;
}
.box_carousel_servico_descricao{
    width: 100%;
    float: left;
    text-align: left;
    color: #333;
}
/* End Serviços */

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

    /* Serviços */
    /* End Serviços */

}

/* End Celulares atÃ© 240px */

/* Celulares atÃ© 480px */
@media screen and (max-width: 480px) {

    /* Serviços */
    /* End Serviços */

}

/* Tablet em pÃ© */
@media screen and (min-width: 481px) and (max-width: 767px) {

    /* Serviços */
    /* End Serviços */

}

/* End Tablet em pÃ© */

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

    /* Serviços */
    /* End Serviços */

}

/* End Tablet em deitado */

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

    /* Serviços */
    /* End Serviços */

}

/* End Notebook */

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

    /* Serviços */
    /* End Serviços */

}

/* End Computadores */

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

    /* Serviços */
    /* End Serviços */

}

/* End Computadores */

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

    /* Serviços */
    /* End Serviços */

}

/* End Computadores G */