* {
    font-family: 'Josefin Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}


/* MENU */

.menu-contato {
    background: #2C3D4B;
    min-height: 53px;
    display: flex;
    align-items: center;
}

.menu-contato .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-contato p {
    margin-bottom: 0;
}

.menu-contato .fale {
    color: #759EB8;
    font-weight: 600;
}

.menu-contato .fale span {
    font-size: 25px;
    font-weight: 300;
    margin: 0 18px;
}

.menu-contato .tel {
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}

.menu-contato .tel span {
    font-weight: 600;
    color: #759EB8;
    font-size: 14px;
    margin-right: 10px;
}

.menu {
    background: #ffffff;
}

.menu.small {
    height: 70px;
}

.menu.small .navbar {
    padding: 0;
    height: 70px;
}

.menu.small .navbar .navbar-brand img {
    height: 55px;
}

.menu .navbar .navbar-brand img {
    height: 75px;
}

.menu .fale-conosco-mobile {
    display: none;
}

.menu .fale {
    color: #759EB8;
    font-weight: 600;
}

.menu .fale span {
    font-size: 25px;
    font-weight: 300;
    margin: 0 18px;
}

.menu .tel {
    font-weight: 600;
    color: #5F5F5F;
    text-decoration: none
}

.menu .navbar .navbar-nav .nav-item {
    font-weight: 600;
    color: #5F5F5F;
    position: relative;
    font-size: 18px;
}

.menu .navbar .navbar-nav .nav-item:hover {
    color: #2E5077;
}

.menu .navbar .navbar-nav .nav-item:hover::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    height: 3px;
    background: #2E5077;
    width: 45px;
}

.menu .navbar .navbar-nav .nav-item.area-restrita {
    border-left: 1px solid #B9B9B9;
    color: #333333;
    margin-left: 40px;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.menu .navbar .navbar-nav .nav-item.area-restrita:hover {
    color: #759EB8;
}

.menu .navbar .navbar-nav .nav-item.area-restrita:hover::after {
    display: none;
}


/* BANNER HOME */

.banner-home {
    min-height: 940px;
    background: url(../images/home_banner.jpg) center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-home .container {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.banner-home .highlight {
    color: #8CB5D0;
    font-size: 18px;
    font-weight: 600;
}

.banner-home .title {
    font-weight: 700;
    font-size: 45px;
    position: relative;
    color: #ffffff;
    line-height: 67px;
}

.banner-home .title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    height: 4px;
    background: #8CB5D0;
    width: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-home .descricao {
    color: #FFFFFF;
    margin-top: 50px;
    font-size: 18px;
}

.banner-home .scroll {
    position: absolute;
    bottom: 22px;
    color: rgba(255, 255, 255, .5);
    left: 50%;
    transform: translateX(-50%);
}


/* SESSÃO ASSESSORIA */

.assessoria {
    background: url('../images/home_assessoria_bg.jpg');
}

.assessoria .box-title {
    background: url("../images/home_assessoria_title.jpg");
    min-height: 300px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
}

.assessoria .box-title .highlight {
    color: #8CB5D0;
    font-size: 19px;
    margin-bottom: 0;
}

.assessoria .box-title .title {
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}

.assessoria .subtitle {
    color: #5F5F5F;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    margin: 20px 0;
}

.assessoria .subtitle::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    height: 3px;
    background: #759EB8;
    width: 35px;
}

.assessoria .text {
    color: #5F5F5F;
    margin: 10px 0;
}

.assessoria .btn-sobre {
    background: #00638E;
    border-radius: 4px;
    display: block;
    max-width: 178px;
    width: 100%;
    padding: 12px;
    color: #EBF5F6;
    font-weight: 600;
    text-align: center;
    margin: 50px auto;
    text-decoration: none;
}

.assessoria .btn-sobre:hover {
    background: #333333;
}

.home-servicos {
    background: url(../images/home_servicos_bg.jpg) no-repeat #2C3D4B center top;
    ;
}

.home-servicos .title {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    text-align: right;
    position: relative;
    padding: 0 2rem;
}

.home-servicos .title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    height: 3px;
    background: #8CB5D0;
    width: 45px;
    right: 33px;
}

.home-servicos .text {
    color: #EBF5F6;
    font-size: 18px;
    text-align: right;
    max-width: 414px;
    width: 100%;
    margin: 30px;
    padding: 0 2rem;
}

.home-servicos .subtitle {
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 700;
    position: relative;
    margin: 20px 0;
}

.home-servicos .subtitle::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    height: 3px;
    background: #B3D1E5;
    width: 35px;
}

.home-servicos .descricao {
    color: #B3D1E5;
    margin: 15px 0;
}

.home-servicos .btn-servicos {
    background: #B3D1E5;
    border-radius: 4px;
    color: #2C3D4B;
    font-weight: 600;
    padding: 12px;
    display: block;
    max-width: 208px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin: 60px 0 0;
}

.home-servicos .btn-servicos:hover {
    background: #00638E;
    color: #ffffff;
}

.botoes {
    text-align: center;
}

.botoes .btn-clientes {
    background: #B3D1E5;
    border-radius: 4px;
    color: #2C3D4B;
    font-weight: 600;
    padding: 12px 28px;
    text-decoration: none;
    margin-right: 26px;
    display: inline-block;
}

.botoes .btn-empresa {
    background: #ffffff;
    border: 1px solid #00638E;
    border-radius: 4px;
    color: #00638E;
    font-weight: 600;
    padding: 11px 53px;
    text-decoration: none;
    display: inline-block;
}


/* DEPOIMENTOS */

.depoimentos .title {
    color: #2C3D4B;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.depoimentos .title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    height: 3px;
    background: #B3D1E5;
    width: 35px;
    left: 50%;
    transform: translate(-50%);
}

.depoimentos .subtitle {
    color: #5F5F5F;
    font-size: 19px;
    text-align: center;
    margin-top: 25px;
    padding: 0 15px;
}

.depoimentos .slick-slide {
    margin: 0 23px;
    width: unset !important;
}

.depoimentos .slider .slick-dots {
    left: 30%;
    text-align: left;
    width: unset;
    bottom: -45px;
}

.depoimentos .slider .slick-dots li.slick-active button:before {
    color: #224870;
    opacity: 1;
}

.depoimentos .slider .slick-dots li button:before {
    font-size: 9px;
    color: #5F5F5F;
    opacity: 1;
}

.depoimentos .slider .slick-prev,
.depoimentos .slider .slick-next {
    top: unset;
    bottom: -65px;
}

.depoimentos .slider .slick-prev {
    left: 65%;
    content: '';
    background: url("../images/icones/arrows_depoimentos_left.svg");
    width: 34px;
    height: 34px;
    background-position-y: 34px;
}

.depoimentos .slider .slick-next {
    right: 30%;
    content: '';
    background: url("../images/icones/arrows_depoimentos_right.svg");
    width: 34px;
    height: 34px;
    background-position-y: 34px;
}

.depoimentos .slider .slick-prev:before,
.depoimentos .slider .slick-next:before {
    color: #000;
}

.depoimentos .slick-next:hover,
.depoimentos .slick-prev:hover {
    background-position-y: 68px;
}

.depoimentos .slick-prev:before,
.depoimentos .slick-next:before {
    color: unset;
    content: unset;
}

.depoimentos .slider .item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 863px;
    max-width: 863px;
    width: 100%;
    min-height: 271px;
}

.depoimentos .slider .item .box-text {
    background: #2C3D4B;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    max-width: 616px;
    width: 100%;
    padding: 54px 35px 53px;
    min-height: 353px
}

.depoimentos .slider .item .box-text .descricao {
    color: #B3D1E5;
    font-size: 17px;
}

.depoimentos .slider .item .box-text .nome {
    color: #ffffff;
    margin-bottom: 0;
}

.depoimentos .slider .item .logo {
    background: #EBF5F6;
    max-width: 247px;
    width: 100%;
    min-height: 353px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}


/* BOX EXISTENTES EM TODAS AS PÁGINAS ANTES DO FOOTER */

.help .container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.help .box-help {
    position: absolute;
    color: #ffffff;
    max-width: 615px;
    width: 100%;
    left: 37%;
}

.help .box-help .title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.help .box-help .title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -11px;
    width: 32px;
    height: 3px;
    background: rgba(153, 204, 205, .56);
}

.help .box-help .text {
    margin: 25px 0 30px;
    font-size: 16px;
}

.help .box-help .link-help {
    border: 1px solid #8CB5D0;
    border-radius: 4px;
    padding: 10px;
    color: #8CB5D0;
    font-weight: 600;
    text-decoration: none;
}

.help .box-help .link-help:hover {
    background: #8CB5D0;
    color: #ffffff;
}


/* FOOTER */

.voltar-topo {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    background: #2C3D4B;
    display: block;
    max-width: 206px;
    width: 100%;
    margin: 0 auto 110px;
}

.voltar-topo:hover {
    text-decoration: none;
    color: #B3D1E5;
}

.footer {
    background: url("../images/footer_bg.jpg");
}

.footer .text-copy {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.footer .title {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
}

.footer .item {
    display: block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    margin: 5px 0;
    font-weight: 600;
}

.footer .item:hover {
    color: #8CB5D0;
}

.footer .text {
    color: rgba(255, 255, 255, .6);
    margin-top: 12px;
    font-size: 15px;
}

.footer .info-contato {
    display: block;
    color: #ffffff;
    font-weight: 600;
}

.footer-politica {
    background: #2C3D4B;
    padding: 10px 0 60px;
}

.footer-politica .politica-privacidade {
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}


/* FOOTER FIXO */

.footer-fixo {
    background: #475B6C;
    position: fixed;
    bottom: 0;
    z-index: 20;
    height: 48px;
}

.footer-fixo .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.footer-fixo .item {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 63px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    padding: 20px 20px 20px 72px;
    margin: 0 20px;
}

.footer-fixo .item p {
    font-size: 18px;
}

.footer-fixo .item:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-fixo .item.orcamento {
    background: url("../images/footer_orcamento.jpg");
}

.footer-fixo .item.contabilidade {
    background: url("../images/footer_contabilidade.jpg");
}

.footer-fixo .item.contato-whats {
    background: url("../images/footer_tel.jpg");
}

.footer-fixo .item p {
    margin-bottom: 0;
}


/* PÁGINA SOBRE A EMPRESA */

.empresa {
    background: url("../images/empresa_banner.jpg") bottom no-repeat;
    min-height: 450px;
    position: relative;
}

.empresa h1 {
    font-size: 45px;
    font-weight: 700;
    position: relative;
    color: #B3D1E5;
}

.empresa h1::after {
    content: '';
    width: 45px;
    height: 2px;
    position: absolute;
    display: block;
    background: #B3D1E5;
    bottom: -24px;
}

.empresa .descricao {
    max-width: 758px;
    width: 100%;
    margin: 60px 0 89px;
    font-size: 18px;
    color: #ffffff;
}

.missao {
    background: url('../images/empresa_bg.jpg') 100% 100% no-repeat;
}

.missao .box-title {
    background: url("../images/empresa_sobre_title.jpg");
    min-height: 273px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: center;
}

.missao .box-title .highlight {
    color: #8CB5D0;
    font-size: 19px;
    margin-bottom: 0;
}

.missao .box-title .title {
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}

.missao .subtitle {
    color: #2C3D4B;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    max-width: 642px;
    width: 100%;
    margin: 62px 0 0;
}

.missao .subtitle::after {
    content: '';
    width: 35px;
    height: 3px;
    position: absolute;
    display: block;
    background: #759EB8;
    bottom: -11px;
}

.missao .subtitle span {
    color: #759EB8;
}

.missao .text {
    color: #5F5F5F;
    margin: 25px 0;
}

.missao .text span {
    color: #224870;
    font-weight: 700;
}

.estrutura {
    /*background: #193B50;*/
    background: url("../images/empresa_galeria_bg.jpg");
}

.estrutura h1 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    margin-top: 30px;
}

.estrutura h1::after {
    content: '';
    width: 28px;
    height: 3px;
    position: absolute;
    display: block;
    background: #759EB8;
    bottom: -11px;
}

.estrutura h2 {
    color: #8CB5D0;
    font-weight: 700;
    font-size: 19px;
    margin-top: 30px;
}

.estrutura .slider {
    margin: 35px;
}

.estrutura .slider .slick-dots li {
    width: 8px;
    height: 8px;
}

.estrutura .slider .slick-dots li.slick-active button:before {
    background: #FFFFFF;
    opacity: 1;
}

.estrutura .slider .slick-dots li button:before {
    background: #759EB8;
    opacity: 1;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.estrutura .slider .slick-prev {
    content: '';
    background: url("../images/icones/arrows_depoimentos_left.svg");
    width: 34px;
    height: 34px;
    background-position-y: 34px;
}

.estrutura .slider .slick-next {
    content: '';
    background: url("../images/icones/arrows_depoimentos_right.svg");
    width: 34px;
    height: 34px;
    background-position-y: 34px;
}

.estrutura .slider .slick-prev:before,
.estrutura .slider .slick-next:before {
    color: #000;
}

.estrutura .slick-next:hover,
.estrutura .slick-prev:hover {
    background-position-y: 68px;
}

.estrutura .slick-prev:before,
.estrutura .slick-next:before {
    color: unset;
    content: unset;
}

.cliente {
    border-bottom: 5px solid #EBF5F6;
}

.cliente h1 {
    color: #2C3D4B;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-top: 70px;
}

.cliente h1::after {
    content: '';
    width: 28px;
    height: 3px;
    position: absolute;
    display: block;
    background: #759EB8;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%);
}

.cliente .box-cliente {
    border: 2px solid #759EB8;
    border-radius: 8px;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center
}


/* PÁGINA DE SERVIÇOS */

.servicos {
    background: url("../images/sevicos_banner.jpg") bottom no-repeat;
    min-height: 450px;
    position: relative;
}

.servicos .container {
    margin-bottom: 50px;
}

.servicos h1 {
    font-size: 45px;
    font-weight: 700;
    position: relative;
    color: #B3D1E5;
}

.servicos h1::after {
    content: '';
    width: 45px;
    height: 2px;
    position: absolute;
    display: block;
    background: #B3D1E5;
    bottom: -24px;
}

.servicos .descricao {
    max-width: 758px;
    width: 100%;
    margin: 60px 0 40px;
    font-size: 18px;
    color: #ffffff;
}

.servicos a {
    color: #B3D1E5;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.tipos-servicos {
    background: url('../images/servicos_bg.jpg') no-repeat;
}

.tipos-servicos .box-title {
    /*background: #26405D;*/
    background: url("../images/servicos_title.jpg");
    min-height: 350px;
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.tipos-servicos .box-title h1 {
    color: #ffffff;
    font-size: 62px;
    font-weight: 700;
    text-transform: uppercase;
}

.tipos-servicos .nav-tabs {
    border-bottom: 3px solid rgba(51, 51, 51, .09);
}

.tipos-servicos .nav-tabs .nav-link {
    color: #B9B9B9;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.tipos-servicos .nav-tabs .nav-item.show .nav-link,
.tipos-servicos .nav-tabs .nav-link.active,
.tipos-servicos .nav-tabs .nav-link:focus,
.tipos-servicos .nav-tabs .nav-link:hover {
    color: #224870;
    border: 0;
}

.tipos-servicos .nav-tabs .nav-item.show .nav-link::after,
.tipos-servicos .nav-tabs .nav-link.active::after,
.tipos-servicos .nav-tabs .nav-link:hover::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    width: 35px;
    height: 3px;
    background: #224870;
}

.tipos-servicos .item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 20px 0;
}

.tipos-servicos .item img {
    border: 1px solid #99CCCD;
    border-radius: 5px;
    padding: 7px 10px;
}

.tipos-servicos .text {
    color: #5F5F5F;
    margin: 0 0 0 23px;
}


/* FAQ */

.faq .box-title {
    background: url("../images/faq_banner.jpg");
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq .box-title h1 {
    color: #ffffff;
    font-size: 62px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0 15px;
}

.faq .filtros {
    text-align: center;
    border-bottom: 3px solid rgba(51, 51, 51, .09);
}

.faq .filtros .filter-button {
    padding: 30px 30px 25px;
    color: #B9B9B9;
    font-weight: 700;
    font-size: 17px;
    position: relative;
}

.faq .filtros .filter-button.active {
    color: #224870;
    box-shadow: unset
}

.faq .filtros .filter-button.active::after {
    content: '';
    width: 35px;
    height: 3px;
    position: absolute;
    display: block;
    background: #224870;
    bottom: -4px;
}

.faq .accordion {
    max-width: 770px;
    width: 100%;
    margin: auto;
}

.faq .accordion .card {
    margin: 20px;
    border: 1px solid #759EB8;
    border-radius: 5px;
}

.faq .accordion .card .card-header {
    background: #FAFAFA;
    border: 0;
    border-radius: 5px;
    position: relative;
    padding: 0;
}

.faq .accordion .card .card-header h5 .btn {
    font-size: 16px;
    color: #333333;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 85%;
    padding: 10px 20px;
}

.faq .accordion .card .btn-link .seta {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 59px;
    display: flex;
    justify-content: center;
    margin: 0;
    background: #759EB8;
}

.faq .accordion .card .card-body,
.faq .accordion .card .card-body table {
    border-top: 1px solid #759EB8;
    color: #626262;
}

.faq .accordion .card .card-body span {
    font-weight: 700;
}

.faq .accordion .card .card-body ul,
.faq .accordion .card .card-body ol {
    padding-left: 20px;
}

.faq .accordion .card .card-body ul.romanos {
    list-style-type: upper-roman;
}


/* PÁGINA DE CONTATO */

.contato {
    background: url("../images/contato_banner.jpg") 100% 100% no-repeat;
}

.contato .container {
    margin-top: 150px;
    margin-bottom: 150px;
}

.contato h1 {
    font-size: 45px;
    font-weight: 700;
    position: relative;
    color: #B3D1E5;
}

.contato h1::after {
    content: '';
    width: 45px;
    height: 2px;
    position: absolute;
    display: block;
    background: #B3D1E5;
    bottom: -10px;
}

.contato .descricao {
    max-width: 485px;
    width: 100%;
    margin: 30px 0;
    font-size: 18px;
    color: #ffffff;
}

.contato h2 {
    color: #B3D1E5;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.contato h2::after {
    content: '';
    width: 23px;
    height: 2px;
    position: absolute;
    display: block;
    background: #B3D1E5;
    bottom: -14px;
}

.contato .item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 30px 0;
}

.contato .item p {
    margin: 0 0 0 20px;
    color: #ffffff;
    font-size: 17px;
}

.contato .item .whatsapp span {
    font-size: 18px;
    color: #18DC58;
}

.contato .item .whatsapp a {
    font-size: 18px;
    color: #ffffff;
}

.contato .line {
    border-top: 1px solid #B3D1E5;
}

.contato .form-control {
    border-radius: 4px;
    color: #2C3D4B;
    font-weight: 600;
}

.contato .form-control::-webkit-input-placeholder {
    color: rgba(44, 61, 75, .8);
    font-weight: 600;
}

.contato .form-control:-moz-placeholder {
    color: rgba(44, 61, 75, .8);
    font-weight: 600;
}

.contato .form-control:focus {
    color: #2C3D4B;
}

.contato .form-control:focus::-webkit-input-placeholder {
    color: rgba(44, 61, 75, .8);
}

.contato .form-control:focus:-moz-placeholder {
    color: rgba(44, 61, 75, .8);
}

.contato .btn-contato {
    background: #B3D1E5;
    border-radius: 5px;
    color: #2C3D4B;
    font-weight: 600;
    max-width: 226px;
    width: 100%;
}

.contato .btn-contato:hover {
    background: #00638E;
    color: #FFFFFF;
}

.contato .nav-pills .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 36px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin-right: 26px;
}

.contato .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #B3D1E5;
    color: #2C3D4B;
    border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
    .carousel-control-next,
    .carousel-control-prev {
        width: 5%;
    }
    .depoimentos .slider .slick-prev {
        left: 62%;
    }
}

@media only screen and (max-width: 1199px) {
    .home-servicos {
        background-position-x: 44%;
    }
    .estrutura .slider .slick-prev {
        left: -40px;
    }
    .estrutura .slider .slick-next {
        right: -40px;
    }
    .help .box-help {
        left: 34%;
    }
    .contato .nav-pills .nav-link {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .menu-contato {
        display: none;
    }
    .menu .tel {
        display: block;
        margin: 15px 0
    }
    .menu .navbar .navbar-brand img {
        height: 55px;
    }
    .menu .navbar .navbar-nav .nav-item {
        text-align: center;
    }
    .menu .navbar .navbar-nav .nav-item:hover::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .menu .fale-conosco-mobile {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .menu .navbar .navbar-nav .nav-item.area-restrita {
        margin-left: 0;
        border: 0;
        justify-content: center;
        color: #5F5F5F;
    }
    .banner-home .carousel-caption {
        max-width: unset;
        width: unset;
    }
    .banner-home .carousel-item {
        height: 800px;
    }
    .banner-home .carousel-control-next,
    .banner-home .carousel-control-prev {
        width: 7%;
    }
    .help img {
        display: none;
    }
    .help .box-help {
        background: #333333;
        left: 8%;
    }
    .help .box-help .box-text {
        padding: 20px 50px;
    }
    .depoimentos .slider .item .logo {
        display: none;
    }
    .depoimentos .slider .item {
        min-width: unset;
        max-width: unset;
    }
    .depoimentos .slider .item .box-text {
        max-width: unset;
        width: 300px;
        border-radius: 8px;
    }
    .depoimentos .slider .slick-prev {
        left: 58%;
    }
    .voltar-topo {
        margin: 100px auto 110px;
    }
    .home-servicos .title {
        text-align: left;
        padding: 0;
    }
    .home-servicos .title::after {
        left: 0;
    }
    .home-servicos .text {
        max-width: 100%;
        text-align: left;
        padding: 0;
        margin: 30px 0;
    }
    .home-servicos {
        background: #2C3D4B;
    }
    .contato {
        background: #2C3D4B;
    }
    .contato .container {
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer-fixo .item p {
        display: none;
    }
    .footer-fixo .item {
        padding-right: 0;
    }
    .footer-fixo .container {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .banner-home .scroll {
        display: none;
    }
    .home-servicos .title,
    .home-servicos .text {
        text-align: left;
    }
    .home-servicos .text {
        margin: 30px 0;
    }
    .home-servicos .title::after {
        right: unset;
    }
    .help .box-help {
        left: unset;
        position: relative;
    }
    .help .box-help .box-text {
        padding: 20px;
    }
    .empresa,
    .servicos {
        background: #2C3D4B;
    }
    .estrutura .slider .slick-prev,
    .estrutura .slider .slick-next {
        display: none !important;
    }
    .estrutura .slider .slick-dots {
        bottom: -60px;
    }
    .tipos-servicos .box-title h1 {
        font-size: 39px;
    }
    .tipos-servicos .box-title {
        min-height: 200px;
    }
    .faq .filtros .filter-button {
        padding: 30px 5px 0;
    }
}

@media only screen and (max-width: 661px) {
    .help .container {
        background: #333333;
    }
    .help .box-help {
        position: relative;
    }
    .servicos h1,
    .empresa h1 {
        margin-top: 40px;
    }
    .contato .container {
        margin: 0;
    }
}

@media only screen and (max-width: 449px) {
    .banner-home .carousel-control-next,
    .banner-home .carousel-control-prev {
        width: 13%;
    }
    .footer-politica .politica-privacidade {
        text-align: center;
    }
    .footer {
        text-align: center;
    }
    .botoes .btn-clientes {
        margin-right: 0;
        margin-bottom: 20px;
    }
}