/* Section empresa ///////////////////////////////////////////////////////////////////*/
.wrap_section_empresa{
    padding: 40px 0px 60px;
    background-color: #fff;
}
.img_principal_empresa {
    max-width: 37%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.titulo_section_empresa {
    width: 100%;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.subtitulo_section_empresa {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.wrap_section_empresa .descricao_empresa{

    color: #333;
    font-size: 16px;
}
.btn_saiba_mais_empresa{
    float: left;
    background: #e41b22;
    color: #FFF;
    text-align: center;
    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: #4d4d4d;
    color: #FFF;
    transition: 0.5s all;
}
.btn_saiba_mais_empresa:hover .btn_saiba_mais_empresa:focus{
    text-decoration: none;
    background: #4d4d4d;
    color: #FFF;
    transition: 0.5s all;
}
/* End section empresa ///////////////////////////////////////////////////////////////*/

/* conteudos cursos */
.conteudos_cursos1 {
     margin-top: 1px;
     padding: 0px;
     height: 120px;
     margin: 0 0 0px;
     display: block;
     padding: 2px 5px;
     background: #f6f6f6;
 }

.conteudos_cursos2 {
    margin-top: 1px;
    padding: 0px;
    height: 120px;
    margin: 0 0 0px;
    display: block;
    padding: 2px 5px;
    background: #fff;
}
/* conteudos cursos */


/* cursos online */
.wrap_section_cursoonline{
    padding: 60px 0px 60px;
}
.box_carousel_servico{
    width: 100%;
    float: left;
}
.box_carousel_servico_img{
    width: 100%;
    display: table;
}
.box_carousel_servico_img img{
    width: 100%;
}
.box_carousel_servico_titulo {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    text-align: left;
    height: 65px;
}

.box_carousel_servico_descricao {
    width: 100%;
    float: left;
    color: #337ab7;
    font-size: 16px;
    text-align: left;
}

.nav-portifolio {
    float: initial;
    margin: 0px auto;
    display: table;
}

.btn_saiba_mais_cursoonline {
    float: left;
    background: #0c2e75;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    padding: 11px 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}
/* End cursos online */

/* cursos presenciais */
.wrap_section_cursopresencial{
    padding: 60px 0px 60px;
    background: #f6f6f6;
}
.box_carousel_servico{
    width: 100%;
    float: left;
}
.box_carousel_servico_img{
    width: 100%;
    display: table;
}
.box_carousel_servico_img img{
    width: 100%;
}
.box_carousel_servico_titulo {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    text-align: left;
    height: 65px;

}

.box_carousel_servico_descricao {
    width: 100%;
    float: left;
    color: #337ab7;
    font-size: 16px;
    text-align: left;
}

.nav-portifolio {
    float: initial;
    margin: 0px auto;
    display: table;
}

.btn_saiba_mais_cursopresencial{
    float: left;
    background: #e41b22;
    color: #FFF;
    /* text-align: center; */
    text-align: center;
    font-size: 22px;
    padding: 11px 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

.publicacao_destaque3{
    width: 50%;
    float: left;
    display: inline-block;
}

.div_imagem_publicacao{
    width: 30%;
    height: 150px;
    background-size: cover;
    background-position: bottom center;
}

/* End cursos presenciais */

/* Chamada conversao */
.wrap_chamada_conversao{
    padding: 100px 0px 100px;
    background-image: url(/../../public/assets/static/img/chamada.png)!important;
    background-size: cover;
}
.wrap_chamada_conversao p{
    font-size: 20px;
    margin-bottom: 40px;
}
.btn_call_action{
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    background:#e41b22;
    color: #000;
    border: 0;
    padding: 0px 40px;
    margin-top: 10px;
    font-weight: bold;
    float: left;
}
.btn_call_action:hover{
    text-decoration: none;
    background: #e41b22;
    color: #FFF;
    transition: 0.5s all;
}

.bt_cta{
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    background:  #e41b22; !important;
    color: #FFF;
    border: 0;
    padding: 15px 40px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.bt_cta:hover{
    background: #4d4d4d !important;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

/* End Chamada conversao */

/* Portfolio ////////////////////////////////////////////////////////////////////////*/
.wrap_section_portfolio{
    padding: 40px 0px 60px;
}
.box_portfolio{
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.box_portfolio_img {
    width: 100%;
    float: left;
}
.box_portfolio_img img{
    width: 100%;
    float: left;
}
.btn_ver_todos_portfolio{
    background: #e41b22;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    padding: 11px 50px;
    text-transform: uppercase;
    font-weight: bold;
    display: table;
    margin: 0px auto;
}
.btn_ver_todos_portfolio:hover{
    text-decoration: none;
    background: #4d4d4d;
    color: #FFF;
    transition: 0.5s all;
}
.nav-portfolio>li>a {
    color: #000;
}
.nav-portfolio>li.active>a, .nav-portfolio>li.active>a:focus, .nav-portfolio>li.active>a:hover {
    color: #fff;
    background-color: #e41b22;
}
/* End Portfolio ////////////////////////////////////////////////////////////////////*/


/* Depoimentos //////////////////////////////////////////////////////////////////////*/
.wrap_section_depoimentos{
    padding: 40px 0px 60px;
    background: #f6f6f6;
}

.box_carousel_depoimento{
    width: 100%;
    float: left;
}
.box_carousel_depoimento_img{
    width: 160px;
    height: 160px;
    margin: 0px auto;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
.box_carousel_depoimento_img:hover {
    transition: 0.5s all;
    padding: 3px;
    -webkit-box-shadow: 0px 0px 6px 0px #e41b22;
    -moz-box-shadow: 0px 0px 6px 0px #e41b22;
    box-shadow: 0px 0px 6px 0px #e41b22;
}

.box_carousel_depoimento_img img{
    width: 100%;
    float: left;
    border-radius: 100%;
}
.box_carousel_depoimento_titulo{
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}
.box_carousel_depoimento_descricao{
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}
/* End Depoimentos //////////////////////////////////////////////////////////////////*/



/* 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) {

    /* Home */
    .btn_saiba_mais_empresa{
        text-align: center !important;
    }

    .img_principal_empresa {
        max-width: 100%;
        float: left;
        margin-right: 20px;
    }
    /* End Home */

}

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

    /* Home */
    .img_principal_empresa {
        max-width: 55%;
        float: left;
        margin-right: 20px;
    }
    /* End Home */

}

/* End Tablet em pe */

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

    /* Home */
    .img_principal_empresa {
        max-width: 55%;
        float: left;
        margin-right: 20px;
    }
    /* End Home */

}

/* End Tablet em deitado */

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

    /* Home */
    .img_principal_empresa {
        max-width: 45%;
        float: left;
        margin-right: 20px;
    }
    /* 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 */