/* Section empresa ///////////////////////////////////////////////////////////////////*/
.wrap_section_empresa{
    padding: 40px 0px 60px;
    background-color: var(--back_contraste_home);
}
.img_principal_empresa{
    width: 40%;
    float: left;
    margin: 0px 20px 20px 0px;
}
.wrap_section_empresa .descricao_empresa{
    color: #333;
    font-size: 16px;
}
.btn_saiba_mais_empresa{
    float: left;
    border-radius: 40px;
    border-color: var(--cor_primaria);
    background: var(--cor_primaria);
    color: #fff;
    border: 2px solid;
    text-align: center;
    font-size: 20px;
    padding: 11px 50px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 20px;
}
.btn_saiba_mais_empresa:hover, .btn_saiba_mais_empresa:focus{
    text-decoration: none;
    background: var(--cor_primaria_hover);
    color: var(--text_secundario);
    transition: 0.5s all;
    border-color: var(--cor_primaria_hover);
}
.titulo_section_empresa{
    width: 57%;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
    display: block;
    float: left;
}
.img_principal_empresa{
    width: 40%;
    float: left;
    margin: 0px 14px 10px 0px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.botao_mais_informacoes{
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    display: block;
    float: initial;
    margin: 0 auto 20px;
    background: transparent;
    text-transform: uppercase;
}
.botao_mais_informacoes:hover{
    text-decoration: none;
    background: #fff;
    color: var(--cor_primaria);
    transition: 0.5s all;
}
/* End section empresa ///////////////////////////////////////////////////////////////*/

/* ServiÃ§os //////////////////////////////////////////////////////////////////////////*/
.wrap_section_servicos{
    padding: 20px 0px 40px;
}
.img_servico_listagem{
    display: block;
    max-width: 210px !important;
    height: 215px;
    width: auto;
    border-radius: 100%;
    margin: 10px auto;
    float: initial;
    background-size: cover;
    padding: 6px;
    border: 1px solid #dddddd;
}
.img_servico {
    display: block;
    float: left;
    background-position: center;
    width: 100%;
    height: 201px;
    background-size: cover;
    z-index: 1;
    position: relative;
    border-radius: 108px;
}
.img_servico:hover{
    height: 201px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 6px 0px var(--cor_primaria);
    -moz-box-shadow: 0px 0px 6px 0px var(--cor_primaria);
    box-shadow: 0px 0px 6px 0px var(--cor_primaria);
}
.img_servico_listagem:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 6px 0px var(--cor_primaria);
    -moz-box-shadow: 0px 0px 6px 0px var(--cor_primaria);
    box-shadow: 0px 0px 6px 0px var(--cor_primaria);
}
.text-local{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding: 15px 0px;
}
.box_carousel_servico{
    width: 100%;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #a7a7a7;
    margin: 10px 0px;
}
.box_carousel_servico_img{
    width: 100%;
    display: table;
    min-height: 350px;
    padding-top: 235px;
    border-radius: 7px;
    background-size: cover;
}
.box_carousel_servico_img img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.box_carousel_servico_titulo{
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}
.box_carousel_servico_descricao{
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 15px;
}
/* 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 */