/* serviços */
.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;
    padding: 10px;
    background: #f6f6f6;
    height: 40px;
    font-size: 16px;
    color: #b2994d;
}

.box_carousel_servico_descricao {
    width: 100%;
    float: left;
    color: #337ab7;
    font-size: 14px;
    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 serviços */



/* Section empresa ///////////////////////////////////////////////////////////////////*/
.wrap_section_empresa{
    padding: 40px 0px 60px;
    background-color: #f6f6f6;
}
.titulo_section_empresa {
    width: 100%;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}

.img_principal_empresa {
    max-width: 30%;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.wrap_section_empresa .descricao_empresa{
    color: #333;
    font-size: 16px;
}
.btn_saiba_mais_empresa{
    float: left;
    background: #00a74b;
    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: #264e73;
    color: #FFF;
    transition: 0.5s all;
}
.btn_saiba_mais_empresa:hover .btn_saiba_mais_empresa:focus{
    text-decoration: none;
    background: #264e73;
    color: #FFF;
    transition: 0.5s all;
}
/* End section empresa ///////////////////////////////////////////////////////////////*/



/* marcas //////////////////////////////////////////////////////////////////////////*/
.box_img_cliente {
    display: block;
    max-width: 100%;
    height: auto;
}
.box_img_cliente img{
    text-align: center;
    margin: 0px;
    display: block;
    float: left;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* End marcas /////////////////////////////////////////////////////////////////////*/



/* Portfolio ////////////////////////////////////////////////////////////////////////*/
.wrap_section_portfolio{
    padding: 40px 0px 60px;
}
.box_portfolio{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.box_portfolio_img {
    width: 100%;
    float: left;
}
.box_portfolio_img img{
    width: 100%;
    float: left;
}

.box_portifolio_titulo {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    text-align: left;
    margin-top: 5px;
    height: 50px;
}

.btn_ver_todos_portfolio{
    background: #00a74b;
    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:#264e73;
    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:#264e73;
}
/* End Portfolio ////////////////////////////////////////////////////////////////////*/

/* Equipe ///////////////////////////////////////////////////////////////////////////*/
.wrap_section_equipe {
    padding: 40px 0px 60px;
    background: #f6f6f6;
}

.box_carousel_equipe{
    width: 100%;
    float: left;
}
.box_carousel_equipe_img{
    width: 100%;
    float: left;
}
.box_carousel_equipe_img img{
    width: 100%;
    float: left;
}
.box_carousel_equipe_titulo{
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}
.box_carousel_equipe_descricao{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
}
.btn_ver_perfil_equipe{
    background: #00a74b;color: #FFF;padding: 6px 15px;
}
.btn_ver_perfil_equipe:hover{
    text-decoration: none;
    background: #00a74b;
    color: #FFF;
    transition: 0.5s all;
}
.wrap_pessoa_equipe_pgs{
    padding: 40px 0px 60px;
}
.img_pessoa_equipe{
    width: 100%;
    float: left;
}
.titulo_pessoa_equipe{
    margin: 0px 0px 10px;
}
.subtitulo_pessoa_equipe{
    font-size: 16px;
}
.descricao_pessoa_equipe{
    margin-top: 20px;
}
.redes_sociais_pessoa_equipe{
    padding: 0px;
    list-style: none;
    float: left;
}
.redes_sociais_pessoa_equipe li{
    float: left;
    display: inline-block;
    padding: 0px 5px;
}
.redes_sociais_pessoa_equipe li:first-child{
    padding-left: 0px;
}
.redes_sociais_pessoa_equipe li a{
    font-size: 18px;
    border-radius: 3px 2px 2px 3px;
    display: inherit;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: white;
}
.redes_sociais_pessoa_equipe li .facebook{
    background: #3b589e;
}
.redes_sociais_pessoa_equipe li .instagram{
    background: #00a74b;
}
.redes_sociais_pessoa_equipe li .twitter{
    background: #2b97f0;
}
.redes_sociais_pessoa_equipe li .youtube{
    background: #dc4e41;
}
/* End Equipe ///////////////////////////////////////////////////////////////////////*/

/* Depoimentos //////////////////////////////////////////////////////////////////////*/
.wrap_section_depoimentos{
    padding: 40px 0px 60px;

}

.box_carousel_depoimento{
    width: 100%;
    float: left;
}
.box_carousel_depoimento_img{
    width: 160px;
    height: 160px;
    margin: 0px auto;
    border: 2px solid #000;
    border-radius: 100%;
    margin-bottom: 10px;
}
.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 */
    .titulo_section_empresa {
        margin-top: 10px;
        font-size: 20px;
    }
    /* End Home */

}

/* End Celulares ate 240px */

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

    /* Home */
    .titulo_section_empresa {
        margin-top: 10px;
        font-size: 16px;
        width: 100%;
        position: relative;
    }
    .img_principal_empresa{
        max-width: 100%;
        float: left;
    }
    .box_carousel_servico_titulo{
        height: auto;
    }
    /* End Home */

}
/* Customizado ate 600px */
@media screen and (max-width: 600px) {
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto !important;
}

}
/* Customizado ate 600px */

/* Tablet em pe */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .box_carousel_servico_titulo {
        height: auto;
    }
    /* Home */
    .titulo_section_empresa {
        margin-top: 10px;
        font-size: 27px;
    }
    .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) {
    .box_carousel_servico_titulo {
        height: auto;
    }
    /* Home */
    .img_principal_empresa{
        max-width: 55%;
        float: left;
        margin-right: 20px;
    }
    .titulo_section_empresa {
        margin-top: 10px;
        font-size: 30px;
    }

    /* End Home */

}

/* End Tablet em deitado */

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1280px) {
    .box_carousel_servico_titulo {
        font-size: 15px;
    }
    /* 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 */