#page-servicos .button {
    margin-top: 20px;
}

#page-header {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15vh;
    padding-bottom: 5vh;
}

#page-header h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

#page-servicos #servicos {
    padding-top: 0;
}

#page-servicos aside {
    background-color:var(--preto);
    color: var(--branco);
    padding: 20px;
    margin-top: -1px;
    border-radius: 0 0 10px 10px;
    position: sticky;
    top: 100px;
    transition: 0.3s;
}

#page-servicos aside span.titulo-aside {
    font-size: 1.2rem;
    font-weight: 700;
}

#page-servicos aside a {
    font-size: 0.8rem;
}

#productTabs {
    background-color: #084D81;
    width: 100%;
}

#productTabs .nav-link {
    height: 70px;
    border-radius: 0;
    color: #fff;
}

#productTabs .nav-item:not(:last-child) {
    border-right: 1px solid #ffffff33;
}

#productTabs .nav-link:hover {
    color: #fff;
    font-weight: 500;
    background-color: #347cb0;
    --bs-nav-tabs-link-hover-border-color: none;
    background: none;
}

#productTabs .nav-link.active {
    color: #fff;
    font-weight: 700;
    background-color: var(--azul);
    --bs-nav-tabs-link-hover-border-color: none;
    border: none;
}

#productTabs .nav-link.active:hover {
    color: #fff;
    background-color: #005b9a;
    --bs-nav-tabs-link-hover-border-color: none;
    border: none;
    border-color: none;
}

#productTabs .nav-link img {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
}

#servicos .tab-header {
    background-color: #d1dfe5;
    color: var(--preto);
    padding: 30px;
}

#servicos .col-xl-9 {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}

#servicos .tab-text {
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 50px;
    padding-bottom: 50px;
}

#servicos .tab-text h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

#servicos .tab-text h3:not(:first-child) {
    margin-top: 2rem;
}

#servicos .tab-text .servicos-lista li {
    background-color: #d8d8d8;
    color: var(--preto);
    border-radius: 10px;
    gap: 20px;
    height: 200px;
}

#servicos .tab-text .servicos-lista li div {
    padding: 0 20px 0 0;
}

#servicos .tab-text li img.thumb {
    width: 100px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#servicos ul.lista {
    list-style-type: square;
}

#servicos ul.lista li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
}

#servicos ul.lista li::marker {
    font-size: 20px;
    color: var(--azul);
}

@media (min-width:999px) {
    #servicos #productTabsWrapper .container {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .tab-header {
        border-radius: 0 0 0 10px;
    }
}

#servicos ul.aplicacoes {
    padding: 50px;
    border-radius: 10px;
    background: #d8dfe3;
    margin-top: 20px;
    margin-bottom: 20px;
}

#servicos .tab-content p:not(:last-child), #servicos .tab-content li:not(:last-child) {
    margin-bottom: 1rem;
}

#servicos .container-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 924 / 729;
    height: auto;
    margin: auto;
    border-radius: 10px;
    object-fit: cover;
    cursor: zoom-in;
}

@media (max-width: 768px) {
    #servicos .container-img {
        margin-bottom: 20px;
    }
	#productTabs {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
