@charset "utf-8";
/* CSS INICIAL */

.full-width-slider{
    margin-top: 50px;
}
/* [BEGIN] ESTILIZAÇÃO HEADER */

/* [END] ESTILIZAÇÃO HEADER */

/* -------- BANNER -------- */

.sec_banner {
    background: url('../imagens/home/banner1.png') no-repeat center;
    background-size: cover;
    position: relative;
    padding-bottom: 340px;
}
.sec_banner h2 {
    font: 50px 'NexaBold';
    line-height: 60px;
    letter-spacing: -0.30px;
    text-align: left;
    padding-top: 120px;
    color: #fff;
    display: block;
}
.sec_banner p {
    max-width: 400px;
    padding: 20px 0 40px;
    color: #fff;
}
.sec_banner a {
    padding: 15px 50px;
    border-radius: 21px;
    text-align: center;
    font: 15px 'Gotham_Bold';
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
    background-color: #2f3f51;
    width: 270px;
}

/*.img_banner {
    position: relative;
    width: 100%;
    height: 877px;
    background-size: cover !important;
}
.img_banner .content {
    max-width: 1100px;
}
.img_banner .content p {
    color: #fff;
}
.img_banner .content p.titulo_banner {
    font: 50px 'Gotham_Medium';
    line-height: 58px;
    letter-spacing: -0.30px;
    text-align: left;
    width: 325px;
    padding-top: 85px;
}
.img_banner .content p.texto_banner {
    max-width: 710px;
    padding: 20px 0 45px;
}
.img_banner .content .flex {
    max-width: 430px;
}
.img_banner .content .flex a {
    padding: 14px 50px;
    border: 2px solid #fff;
    border-radius: 21px;
    text-align: center;
    font: 13px 'Gotham_Medium';
    line-height: 19px;
    letter-spacing: 0;
}
.img_banner .content .flex a.btn_agende {
    background: #fff;
    color: #355074;
    display: flex;
    padding: 9px 30px;
}
.img_banner .content .flex a.btn_agende img {
    padding-right: 10px;
}
.img_banner .content .flex a.btn_agende p {
    color: #355074;
    font: 13px 'Gotham_Medium';
    line-height: 30px;
    letter-spacing: 0;
}*/

/* SOBRE */

.sec_sobre {
    margin-top: -130px;
    position: relative;
    z-index: 999;
}
.sec_sobre p {
    margin: 25px auto;
    max-width: 580px;
    text-align: center;
}
.sec_sobre .slider_show2 .slide img {
    border: 4px solid #2f3f51;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin: auto;
    display: block;
}
.sec_sobre .slider_show2 .slide h3 {
    margin: 20px auto 0;
    text-align: center;
    max-width: 145px;
}
.sec_sobre a.btn {
    margin-top: 60px;
}

.sec_sobre .bx-wrapper {
    margin: 0 auto;
    position: relative;
    margin-top: 60px;
}
.sec_sobre .slider_show2 {
    position: relative;
    z-index: 99;
}
.sec_sobre .slider_show2 .slide {
    margin: 0px auto;
    justify-content: center;
}
.sec_sobre .bx-pager.bx-default-pager {
    display: none;
}
.sec_sobre .bx-controls-direction {
    display: block;
    position: absolute;
    top: 35%;
    z-index: 99999;
    width: 100%;
}
.sec_sobre a.bx-prev {
    background: url(../imagens/geral/seta_slide.png) no-repeat;
    display: block;
    float: right;
    width: 18px;
    height: 42px;
    font-size: 0;
    left: -10%;
    position: absolute;
}
.sec_sobre a.bx-next {
    background: url(../imagens/geral/seta_slide.png) no-repeat;
    transform: rotate(180deg);
    display: block;
    float: right;
    width: 18px;
    height: 42px;
    font-size: 0;
    right: -10%;
    position: absolute;
}
.sec_sobre a.bx-pager-link {
    display: none;
}

/* SERVIÇOS */

.sec_servico {
    margin-top: 150px;
    background: url(../imagens/home/bg_servicos.jpg) no-repeat top center;
}
.sec_servico h2 {
    margin-bottom: 100px;
}
.sec_servico h3 {
    color: #fff;
    padding-top: 40px;
    padding-left: 45px;
    max-width: 200px;
}
.sec_servico .bloco {
    width: 350px;
    height: 370px;
    margin: auto;
}
.sec_servico .bloco1 {
    background: url(../imagens/home/servico_1.png) no-repeat center;
}
.sec_servico .bloco2 {
    background: url(../imagens/home/servico_2.png) no-repeat center;
}
.sec_servico .bloco3 {
    background: url(../imagens/home/servico_3.png) no-repeat center;
}
.sec_servico .bloco4 {
    background: url(../imagens/home/servico_4.png) no-repeat center;
}
.sec_servico .bloco5 {
    background: url(../imagens/home/servico_5.png) no-repeat center;
}
.sec_servico .bloco6 {
    background: url(../imagens/home/servico_6.png) no-repeat center;
}
.sec_servico .btn {
    margin-bottom: 70px;
}