.banner {
    height: 510px;
    background-color: #f2f2f2;
}

.banner .image {
    height: 810px;
    border-bottom: 6px solid #ff5a00;
}

#tab {
    width: 490px;
    position: absolute;
    top: 200px;
    right: -80px;
    z-index: 1;
}

#tabContent,
.banner .tab-pane,
.banner .tab-pane .box-img {
    width: 100%;
    height: 100%;
}

.banner .tab-pane .box-info {
    max-width: 550px;
    position: absolute;
    bottom: 60px;
    left: 100px;
}

.banner .btn {
    margin-top: 20px;
}

.banner .tab-pane .box-img::before {
    content: '';
    background: -o-linear-gradient(80deg, rgba(0, 0, 0, .5), rgba(255, 90, 0, .4));
    background: linear-gradient(10deg, rgba(0, 0, 0, .5), rgba(255, 90, 0, .4));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: rgba(255, 90, 0, .9);
}

.nav-pills .nav-link {
    border-radius: 0;
    color: #231f20;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 20px 45px;
    line-height: 40px;
}

.banner #tab .icon {
    width: 40px;
    height: 40px;
    margin-right: 30px;
    display: inline-block;
}

.banner .icon .icon-svg {
    fill: #ff5a00;
}

.banner .icon .icon-svg1,
.banner .icon .icon-svg2 {
    fill: transparent;
    stroke: #ff5a00;
    stroke-linejoin: round;
    stroke-width: 1.94px;
}

.banner .icon .icon-svg2 {
    stroke-linecap: round;
}

.nav-pills .nav-link.active .icon .icon-svg {
    fill: #fff;
}

.nav-pills .nav-link.active .icon .icon-svg1, .nav-pills .nav-link.active .icon .icon-svg2 {
    stroke: #fff;
}

.banner .desktop {
    display: none;
}

.banner .mobile .item {
    height: 510px;
    position: relative;
}

.banner .mobile .item::before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(255, 90, 0, .4)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(255, 90, 0, .4));
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(255, 90, 0, .4));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.banner .mobile .txt {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}

.banner .mobile .owl-dots {
    margin: 0!important;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.banner .icon .style-svg {
  width: 40px!important;
  height: 40px;
/*   fill: #ff5a00;
  stroke: #ff5a00; */
  -webkit-transition: ease .4s;
  -o-transition: ease .4s;
  transition: ease .4s;
}

.banner .nav-link:not(.active) .icon .style-svg{
	filter: brightness(0);
}

.banner .nav-pills .nav-link.active .icon .style-svg {
  fill: #fff;
  stroke: #fff;
}

@media (min-width: 1200px) {
    .banner .mobile {
        display: none;
    }

    .banner .desktop {
        display: block;
    }

    .banner {
        height: 810px;
    }
}

/*<?= (!empty($areaAtuacao))? abrirSVG($areaAtuacao['imagem_de_icone']) : (!empty($banner['banner']['icone']))? abrirSVG($banner['banner']['icone']) : '' ?>*/