:root {
    --Lime: #D9E69B;
    --Dark-Gray-1: #2A2927;
    --Dark-Gray-2: #54524E;
    --Blacky-1: #181818;
    --Bordeaux: #251321;
    --Midtone: #BFB9B0;
    --Highlight: #EFE8DC;
    --Green-Sports: #396B53;
    --Rosey-Pink: #F7A8AD;
    --Lavender: #AD90DC;
    --Blacky: #181818;
    --Gray: #4D4B47;
}

html {
    font-size: 12px;
}

body {
    font-family: "Inter", sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

header .header-home {
    background-image: url("../img/bg_header.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

header .header-pages {
    background-image: url("../img/bg_header_2.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

header .logo-home {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

header .logo-home #logo-sun {
    max-width: 100%;
    height: auto;
    transition: width 3s;
}

header .logo-home #logo-viessan {
    max-width: 100%;
    height: auto;
    transition: width 3s;
}

header .sub-title-header {
    margin: 6rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}

.sub-title-item {
    padding: 0 1rem;
    font-family: "PP Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

header .sub-title-header .sub-title-item {
    color: var(--Midtone);
}

h1 {
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

h1>span {
    font-family: "PP Editorial Old";
    font-style: italic;
}

h2 {
    color: var(--Blacky);
    font-family: "PP Neue Montreal";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 60px */
}

h2>span {
    font-family: "PP Editorial New";
    font-style: italic;
}

h3 {
    color: var(--Midtone);
    font-family: "PP Neue Montreal";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 52.8px */
}

h3>span {
    font-family: "PP Editorial Old";
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
}

h4 {
    color: var(--Blacky);
    font-family: "PP Neue Montreal";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
}

h5 {
    color: var(--Blacky);
    font-family: "PP Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

p {
    color: var(--Midtone);
    font-family: "PP Neue Montreal";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 31.5px */
}

p>span {
    font-family: "PP Editorial Old";
    font-style: italic;
}

hr {
    border-color: var(--Midtone);
    opacity: 1;
    margin: 1.2rem 0;
}

.texto-acao-header p.paragrafo {
    text-align: right;    
    max-width: 400px;
}

.texto-acao-header {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 36px;
    flex: 1 0 0;
    align-self: stretch;
}

.texto-acao-header > div {
    border-radius: 8px;
    background: var(--Lavender);
    padding: 1rem 1.5rem 4rem;
    cursor: pointer;
    width: 160px;
    min-height: 180px;
    position: relative;
}

.texto-acao-header > div p {
    color: var(--Blacky-1);
    font-family: "PP Neue Montreal";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
}

.texto-acao-header .arrow-iniciar-projeto {
    position: absolute;
    bottom: 12px;
    right: 18px;
}

.texto-acao-header .botao-acao-full {
    width: 100%;
    min-height: 124px;
    color: var(--Bordeaux);
    padding: 1.5rem 2rem;
}

nav.navbar .container-menu {
    margin: 0 auto;
}

#menu {
    border-radius: 16px;
    border: 0.5px solid var(--Glass-Stroke, rgba(255, 255, 241, 0.00));
    background: var(--Glass, radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(239, 232, 219, 0.70) 0%, rgba(239, 232, 219, 0.40) 100%));
    backdrop-filter: blur(9px);
    padding: 0.5rem 1rem;
}

#menu .navbar-menu .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    color: var(--Blacky-1);
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#menu .navbar-menu .nav-link.active {
    text-decoration: underline;
    text-underline-offset: 2px;
    /* font-family: "PP Editorial Old";
    font-style: italic;
    line-height: 165%; */
}

#menu .navbar-languages .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    color: var(--Blacky-1);
    font-family: "PP Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

#menu .navbar-languages .nav-link.active {
    border-radius: 4px;
    background: var(--Midtone-1, #C9C4B7);
}

/* .secao-projetos {
    background-color: #000;
}

.secao-projetos .col-lg-12 {
    height: 10rem;
} */

.secao-o-que-fazemos {
    background: var(--Green-Sports);
    padding: 10rem 0;
}

.secao-o-que-fazemos .sub-title-item {
    color: var(--Highlight);
}

.secao-o-que-fazemos h1 {
    padding: 7rem 0 5rem;
}

.secao-o-que-fazemos p {
    color: var(--Highlight);
    max-width: 470px;
}

.cards {
    display: flex;
    width: 520px;
    align-items: flex-start;
    gap: 24px;
    margin-top: 8rem;
}

.card {
    border-radius: 8px;
    display: flex;
    padding: 24px;
    position: relative;
    cursor: pointer;
    width: 230px;
    height: 150px;
}

.card:hover {
    text-decoration: none;
}

.card p {
    color: var(--Blacky);
    font-family: "PP Neue Montreal";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
}

.card-pink {
    background: var(--Rosey-Pink) !important;
}

.card-lavender {
    background: var(--Lavender);
}

.card .arrow-card {
    position: absolute;
    bottom: 12px;
    right: 18px;
}

.secao-nosso-processo {
    background: var(--Bordeaux, #251321);
    padding: 6rem 0;
}

.secao-nosso-processo .sub-title-item {
    color: var(--Highlight);
}

.carousel-processo {
    border-radius: 16px;
    padding: 2.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.bg-carousel {
    background: var(--Rosey-Pink);
}

#carouselNossoProcesso h2 {
    padding: 5rem 0 6rem;
}

#carouselNossoProcesso .conteudo-carousel {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#carouselNossoProcesso .conteudo-carousel p {
    color: var(--Blacky);
    width: 530px;
}

#carouselNossoProcesso .conteudo-carousel ul {
    list-style: none;
}

#carouselNossoProcesso .conteudo-carousel ul li {
    color: var(--Blacky);
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    padding: 0.5rem;
    text-align: right;
}

#carouselNossoProcesso .conteudo-carousel ul li img {
    padding-right: 1rem;
}

#carouselNossoProcesso .carousel-item-sintese h2,
#carouselNossoProcesso .carousel-item-sintese .conteudo-carousel p,
#carouselNossoProcesso .carousel-item-sintese .conteudo-carousel li {
    color: var(--Highlight);
}

.carousel-menu a {
    color: var(--Blacky);
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 31.5px */
    cursor: pointer;
}

.carousel-menu a:hover {
    text-decoration: none;
}

.carousel-menu a.active {
    color: var(--Blacky);
    text-align: center;
    font-family: "PP Neue Montreal";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
}

.carousel-menu.bg-branco a {
    color: var(--Highlight);
}

.carousel-menu.bg-branco svg path {
    stroke: var(--Highlight);
}

.divisao-secoes {
    background: var(--Highlight);
}

.divisao-secoes-blacky {
    background: var(--Blacky);
}

.secao-colaboracoes {
    background: var(--Highlight);
    padding: 6rem 0;
}

.secao-colaboracoes .sub-title-header {
    color: var(--Blacky);
}

.colaboracoes-pink {
    display: flex;
    padding: 18px 50px;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: var(--Rosey-Pink);
}

.colaboracoes-lavender {
    display: flex;
    padding: 18px 50px;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: var(--Lavender);
}

.secao-comentarios {
    background: var(--Highlight);
    padding: 5rem 0 10rem;
}

.secao-comentarios .comentario {
    border-top: 1px solid var(--Blacky);
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.secao-comentarios .comentario p {
    color: var(--Gray);
    font-family: "PP Neue Montreal";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 31.5px */
}

.img-avaliacao {
    padding: 2rem 0;
}

.divisao-secoes-2 {
    background: var(--Highlight);
}

.secao-duvidas-frequentes {
    background: var(--Blacky);
    padding: 7rem 0 10rem;
}

.secao-duvidas-frequentes h3 {
    padding: 0 1rem;
    display: inline;
}

.secao-duvidas-frequentes .sub-title-header>span {
    color: var(--Highlight);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/arrow_accordion_up.svg");
    transform: none;
    background-size: 15px;
}

.accordion-button::after {
    background-image: url("../img/arrow_accordion_down.svg");
    background-size: 15px;
}

#accordionDuvidasLeft {
    margin-top: 7rem;
    padding-right: 3rem;
}

#accordionDuvidasRight {
    margin-top: 7rem;
    padding-left: 3rem;
}

.accordion .accordion-item {
    background: transparent;
    border: none;
}

.accordion .accordion-item button.accordion-button>span {
    color: var(--Midtone);
    font-size: 14px;
    width: 50px;
    text-align: left;
}

.accordion-button:not(.collapsed)>span {
    color: var(--Lavender) !important;
}

.accordion .accordion-item button.accordion-button {
    background: transparent;
    border-top: 1px solid var(--Midtone);
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 31.5px */
    padding: 2rem 0;
    border-radius: 0;
    box-shadow: none;
}

.accordion .accordion-item .accordion-body {
    color: var(--Gray);
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 0;
    padding-bottom: 2rem;
    padding-left: 50px;
}

.accordion .accordion-item .accordion-body a {
    color: var(--Midtone);
}

.secao-itens-footer {
    background: var(--Blacky);
    padding: 5rem 0;
}

.secao-itens-footer p {
    font-size: 24px;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
    padding-bottom: 1.5rem;
}

.secao-itens-footer a.link-email {
    font-family: "PP Neue Montreal";
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    color: var(--Highlight);
    font-size: 36px;
}

.secao-itens-footer a.link-email>span {    
    font-family: "PP Editorial Old";
    font-style: italic;
    font-weight: 400;
    line-height: 110%; /* 39.6px */
}

.secao-itens-footer a.link-email>img {
    transform: rotate(-90deg);
    height: 22px;
    margin-left: 10px;
}

.secao-itens-footer .cards {
    width: auto;
    align-items: flex-end;
    margin-top: 0;
}

.secao-itens-footer .cards .card {
    width: 100%;
}

.secao-itens-footer .cards .card-lavender {
    height: 120px;
}

.secao-itens-footer .cards .card-pink {
    height: 160px;
}

.secao-itens-footer .menu-links {
    padding: 6rem 0 0;
}

.secao-itens-footer .menu-links a {
    color: var(--Midtone);
    font-family: "PP Neue Montreal";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 31.5px */
}

.secao-copy {
    background-image: url("../img/bg-copy.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: var(--Blacky);
    padding: 10rem 0 6rem;
}

.text-copy {
    padding-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
} 

.text-copy p {
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
}

.text-copy p.copy-line>span {
    font-family: "PP Editorial Old";
    font-weight: 200;
    line-height: 150%; /* 31.5px */
    padding-right: 1rem;
    font-style: normal;
}

#formSidebar {
    background: var(--Gray);
    color: white;
}

#formSidebar .btn-close {
    --bs-btn-close-bg: url("../img/close_icon.svg");
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}

#formSidebar .offcanvas-header {
    align-items: end;
    justify-content: end;
}

#formSidebar .title-form {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding-bottom: 2rem;
}

#formSidebar .title-form>span {
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

#formSidebar .title-form>p {
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
}

#formSidebar .title-form>p>span {
    font-family: "PP Editorial New";
    font-style: italic;
    font-weight: 400;
}

#formSidebar label.form-label {
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 0.5rem;
}

#formSidebar span.input-group-text {
    background: transparent;
    border: none;
    padding-left: 0;
    border-bottom: 1.5px solid var(--Midtone, #BFB9B0);
    border-radius: 0;
}

#formSidebar input.form-control {
    background: transparent;
    border: none;
    border-bottom: 1.5px solid var(--Midtone, #BFB9B0);
    border-radius: 0;
    color: var(--Highlight);
}

#formSidebar input.form-control::placeholder,
#formSidebar input.form-control::-ms-input-placeholder {
    color: var(--Midtone);
    opacity: 1;
}

#formSidebar .form-check {
    display: flex;
    align-items: center;
    gap: 18px;
}

#formSidebar label.form-check-label {
    color: var(--Midtone);
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    flex: 1;
}

#formSidebar input.form-check-input {
    border: 1px solid #BFB9B0;
    background: transparent;
    width: 25px;
    height: 25px;
}

#formSidebar input.form-check-input:checked {
    background-color: var(--Rosey-Pink) !important;
}

.btn {
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
}

#formSidebar .btn-success {
    border-radius: 8px;
    background: var(--Green-Sports);
    width: 100%;
    height: 120px;
    border: none;
}

#formSidebar .btn {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

#formSidebar .btn>div {
    width: 100%;
    text-align: right;
}

#formSidebar .btn>div>img {
    transform: rotate(-90deg);
}

.alert.alert-danger, .alert.alert-success {
    margin-top: 2rem;
}

.alert.alert-danger ul, .alert.alert-success ul {
    margin-bottom: 0;
}

.alert.alert-success ul {
    list-style: none;
    padding-left: 0;
}

.secao-sub-title {
    background: var(--Highlight);
    padding: 4rem 0 10rem;
}

.secao-sub-title h1 {
    color: var(--Bordeaux);
    max-width: 450px;
}

.secao-sub-title p.paragrafo {
    color: var(--Gray);
    max-width: 500px;
}

.secao-quem-somos {
    background: var(--Blacky);
    padding: 8rem 0 3rem;
}

.secao-quem-somos .sub-title-header {
    margin-bottom: 8rem;
}

.secao-quem-somos .sub-title-header .sub-title-item {
    color: var(--Highlight);
}

.secao-quem-somos div.row div.col-lg-6 {
    margin-bottom: 5rem;
}

.secao-quem-somos h4 {
    color: var(--Rosey-Pink);
    font-family: "PP Neue Montreal";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 25.2px */
    text-transform: uppercase;
}

.secao-quem-somos p {
    color: var(--Highlight);
    font-size: 35px;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
}

.secao-nossos-valores {
    background: var(--Highlight);
    padding: 5rem 0 10rem;
}

.secao-nossos-valores .sub-title-header .sub-title-item {
    color: var(--Blacky);
}

.secao-nossos-valores .row.row-title {
    display: flex;
    align-items: center;
}

.secao-nossos-valores .row-cards-valores {
    margin: 8rem 0 12rem;
}

.secao-nossos-valores .row-cards-valores .card-valores {
    border-radius: 8px;
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;
    padding: 24px;
}

.secao-nossos-valores .row-cards-valores .card-valores.card-pink {
    background: var(--Rosey-Pink);
}

.secao-nossos-valores .row-cards-valores .card-valores.card-bordeaux {
    background: var(--Bordeaux);
}

.secao-nossos-valores .row-cards-valores .card-valores.card-lavender {
    background: var(--Lavender);
}

.secao-nossos-valores .row-cards-valores .card-valores.card-green {
    background: var(--Green-Sports);
}

.secao-nossos-valores .row-cards-valores .card-valores p.title {
    font-size: 24px;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
    padding-top: 10rem;
    margin-bottom: 2rem;
}

.secao-nossos-valores .row-cards-valores .card-valores p.text {
    margin: 0;
}

.secao-nossos-valores .row-cards-valores .card-valores p.text>span {
    font-family: "PP Editorial New";
}

.secao-nossos-valores .row-cards-valores .card-valores p.text-blacky {
    color: var(--Blacky);
}

.secao-nossos-valores .row-cards-valores .card-valores p.text-highlight {
    color: var(--Highlight);
}

.img-vertical {
    text-align: right;
}

.secao-nossos-valores .textos-simplificar {
    padding: 5rem 0;
}

.secao-nossos-valores .textos-simplificar p {
    color: var(--Blacky);
    margin-bottom: 3rem;
}

.secao-nossos-valores .textos-simplificar p>span {
    font-family: "PP Editorial New";
}

.secao-nossos-valores .line-strategy {
    display: flex;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.secao-diferenciais {
    background: var(--Bordeaux);
    padding: 5rem 0 10rem;
}

.secao-diferenciais .sub-title-header .sub-title-item {
    color: var(--Highlight);
}

.secao-diferenciais h3 {
    color: var(--Highlight);
    padding: 8rem 0;
}

.secao-diferenciais h3>span {
    font-family: "PP Editorial New";
}

#accordionExpertiseRight.accordion .accordion-item button.accordion-button>span,
#accordionExpertiseLeft.accordion .accordion-item button.accordion-button>span {
    color: var(--Rosey-Pink) !important;
    font-size: 21px;
    margin-top: -11px;
}

#accordionExpertiseRight.accordion .accordion-item button.accordion-button,
#accordionExpertiseLeft.accordion .accordion-item button.accordion-button {
    font-size: 36px;
    font-weight: 500;
}

#accordionExpertiseRight .accordion-button:not(.collapsed)>span,
#accordionExpertiseLeft .accordion-button:not(.collapsed)>span {
    color: var(--Rosey-Pink) !important;
}

#accordionExpertiseRight .accordion-button:not(.collapsed)::after,
#accordionExpertiseLeft .accordion-button:not(.collapsed)::after {
    background-image: url("../img/arrow_accordion_down.svg");
    transform: rotate(-180deg);
}

.secao-diferenciais .row.row-accordion .col-lg-6:first-child {
    padding-right: 3rem;
}

.secao-diferenciais .row.row-accordion .col-lg-6:last-child {
    padding-left: 3rem;
}

.secao-diferenciais .accordion {
    margin-bottom: 5rem;
}

.secao-diferenciais .accordion .accordion-item {
    padding-bottom: 3rem;
}

.secao-diferenciais .accordion .accordion-item .accordion-body {
    font-size: 24px;
}

.mt-10 {
    margin-top: 10rem;
}

.mb-10 {
    margin-bottom: 10rem;
}

.secao-diferenciais .sub-secao-equipe h3 {
    padding: 0;
}

.secao-diferenciais .sub-secao-equipe p.sub-title {
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 19px;
    line-height: 120%; /* 22.68px */
    text-transform: uppercase;
    padding-bottom: 3rem;
    padding-top: 1rem;
}

.secao-diferenciais .sub-secao-equipe p.descricao {
    font-size: 19px;
}

.cards-empresas {
    margin-top: 8rem;
}

.cards-empresas .card-empresa {
    border-radius: 8px;
    background: var(--Green-Sports);
    backdrop-filter: blur(8px);
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-shrink: 0;
}

.cards-empresas .card-empresa p.title {
    color: var(--Highlight);
    font-size: 24px;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
    padding-top: 10rem;
    padding-bottom: 1rem;
}

.cards-empresas .card-empresa p.text {
    margin: 0;
    font-size: 17px;
}

.secao-sub-title-projetos h1 {
    max-width: 900px;
}

.secao-projetos {
    background: var(--Blacky);
    padding: 8rem 0 3rem;
}

.secao-projetos .box-projeto {
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
    margin-bottom: 5rem;
    position: relative;
    /* transition: background-size 1s ease-out; */
}

/* .secao-projetos .box-projeto.show {
    background-size: 102%;
} */

.secao-projetos .box-projeto.show .conteudo-projeto {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50.07%, rgba(0, 0, 0, 0.70) 91.63%);
}

.secao-projetos .box-projeto .conteudo-projeto {
    background: none;
    height: 100%;
    width: 100%;
    padding: 2rem;
    transition: background 1s ease-out;
    border-radius: 16px;
}

.secao-projetos .box-projeto .tags {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
    align-self: stretch;
}

.secao-projetos a.link-projeto {
    text-decoration: none;
}

.secao-projetos .box-projeto .tag {
    border-radius: 8px;
    background: var(--Glass, radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(239, 232, 219, 0.70) 0%, rgba(239, 232, 219, 0.40) 100%));
    backdrop-filter: blur(9px);
    padding: 10px 15px;
    color: var(--Blacky);
    font-family: "PP Neue Montreal";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.secao-projetos .box-projeto p {
    margin: 0;
}

.secao-projetos .box-projeto .titulo {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.secao-projetos .box-projeto .titulo h2 {
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 60px */
    transition: margin-bottom 1s ease-out;
    margin-bottom: -40px;
}

.secao-projetos .box-projeto .titulo p.ano {
    color: var(--Highlight);
    padding-top: 1rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.secao-projetos .box-projeto .descricao {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    max-width: 400px;
    text-align: right;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.secao-projetos .box-projeto.show .titulo p.ano,
.secao-projetos .box-projeto.show .descricao {
    opacity: 1;
    transform: translateY(0);
}

.secao-projetos .box-projeto.show .titulo h2 {
    margin-bottom: 0; /* Ajuste conforme necessário */
}

.secao-projetos .box-projeto .descricao p {
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    padding-bottom: 1rem;
}

.header-page-projeto {
    height: 375px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.header-page-projeto .logo-home #logo-sun,
.header-page-projeto .logo-home #logo-viessan {
    height: 36px;
}

.secao-conteudo-projeto {
    background: var(--Highlight);
    padding: 5rem 0;
}

.secao-conteudo-projeto h1 {
    color: var(--Bordeaux);
    padding: 0;
}

.secao-conteudo-projeto .sub-title-item {
    padding: 0 1rem 0 0;
    color: var(--Blacky);
}

.secao-conteudo-projeto p {
    color: var(--Gray);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
    padding-top: 2.5rem;    
}

.secao-conteudo-projeto .tags {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    padding-top: 1.5rem;    
}

.secao-conteudo-projeto .tags .tag {
    border-radius: 8px;
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(24, 24, 24, 0.70) 0%, rgba(24, 24, 24, 0.40) 100%);
    backdrop-filter: blur(9px);
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 15px;
}

.secao-conteudo-projeto .conteudo-projeto {
    padding: 10rem 0 5rem;
}

.header-page-blog {
    /* height: 375px; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.header-page-blog .logo-home #logo-sun,
.header-page-blog .logo-home #logo-viessan {
    height: 36px;
}

.header-page-blog .logo-home {
    margin-bottom: 5rem;
}

header .header-page-blog .sub-title-header {
    margin: 0 0 18rem 0;
}

header .header-page-blog .sub-title-header span:first-child {
    padding-left: 0;
}

header .header-page-blog .sub-title-header .sub-title-item {
    color: var(--Highlight);
}

.header-page-blog h1 {
    max-width: 500px;
}

.header-page-blog p.header-blog-text {
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
}

.tags-blog {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    padding-top: 1.5rem;    
}

.tags-blog .tag {
    border-radius: 8px;
    background: var(--Glass, radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(239, 232, 219, 0.70) 0%, rgba(239, 232, 219, 0.40) 100%));
    backdrop-filter: blur(9px);
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 15px;
}

.header-page-blog .conteudo-header {
    background-image: url(../img/bg_comentarios.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.header-page-blog .mascara-header {
    background: linear-gradient(0deg, rgba(24, 24, 24, 0.50) 0%, rgba(24, 24, 24, 0.50) 100%);
    padding-top: 5rem;
    padding-bottom: 12rem;
}

.secao-ultimos-artigos {
    background: var(--Blacky);
    padding: 5rem 0;
}

.secao-ultimos-artigos h2 {
    color: var(--Highlight);
    margin: 0;
}

.secao-ultimos-artigos h2>span {
    font-family: "PP Editorial Old";
    font-style: italic;
}

.secao-ultimos-artigos .line-title-artigos {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 24px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

ul.filtra-tags {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    list-style: none;
    margin: 0;
}

ul.filtra-tags li a {
    text-decoration: none;
    color: var(--Gray);
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

ul.filtra-tags li a:hover {
    color: var(--Midtone);
}

.artigos-blog {
    margin: 5rem 0;
}

.artigos-blog a {
    text-decoration: none;
}

.artigos-blog .col-lg-3 {
    margin-bottom: 8rem;
}

.artigos-blog .artigo-blog .imagem-blog {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.artigos-blog .artigo-blog .imagem-blog img {
    width: 100%;
}

.artigos-blog .artigo-blog .imagem-blog .tags {
    position: absolute;
    top: 2rem;
    left: 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    list-style: none;
    margin: 0;
}

.artigos-blog .artigo-blog .imagem-blog .tags .tag {
    border-radius: 8px;
    background: var(--Glass, radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(239, 232, 219, 0.70) 0%, rgba(239, 232, 219, 0.40) 100%));
    backdrop-filter: blur(9px);
    color: var(--Blacky);
    font-family: "PP Neue Montreal";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 15px;
}

.artigos-blog .artigo-blog .text-blog {
    background-color: transparent;
    margin-top: 1.5rem;
    padding: 1.5rem;
    transition: background-color 1s ease-out, transform 1s ease-out;
    border-radius: 16px;
}

.artigos-blog .artigo-blog .text-blog h3 {
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
    transition: color 1s ease-out, transform 1s ease-out;
}

.artigos-blog .artigo-blog .text-blog>p {
    display: none;
    color: var(--Bordeaux, #251321);
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-top: 3rem;
    transition: display 1s ease-out, transform 1s ease-out;
}

.artigos-blog .artigo-blog .text-blog .data-tempo {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    margin-top: 3rem;
    justify-content: space-between;
}

.artigos-blog .artigo-blog .text-blog .data-tempo>p {
    color: var(--Highlight);
    font-family: "PP Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    transition: color 1s ease-out, transform 1s ease-out;
}

.artigos-blog .artigo-blog.show .text-blog {
    background-color: var(--Midtone);
}

.artigos-blog .artigo-blog.show .text-blog h3 {
    color: var(--Blacky);
}

.artigos-blog .artigo-blog.show .text-blog>p {
    display: block;
}

.artigos-blog .artigo-blog.show .text-blog .data-tempo>p {
    color: var(--Gray);
}

.newsletter {
    border-radius: 8px;
    background: var(--Highlight);
    padding: 2rem;
}

.newsletter h5 {
    color: var(--Blacky);
    font-family: "PP Neue Montreal";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 26.4px */
    text-transform: none;
    padding-bottom: 1rem;
}

#formNewsletter input.form-control {
    background: transparent;
    border: none;
    border-bottom: 1.5px solid var(--Midtone, #BFB9B0);
    border-radius: 0;
    color: var(--Blacky);
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
}

#formNewsletter .input-group button {
    background: transparent;
    border: none;
    border-bottom: 1.5px solid var(--Midtone, #BFB9B0);
    border-radius: 0;
    color: var(--Blacky);
}

.secao-ultimos-artigos .newsletter {
    margin-bottom: 20rem;
}

.header-page-blog.header-page-blog-post .mascara-header {
    padding-bottom: 6rem;
}

.header-page-blog-post .logo-home {
    margin-bottom: 6rem;
}

header .header-page-blog-post .sub-title-header {
    margin-bottom: 6rem;
}

header .header-page-blog-post h1 {
    max-width: 100%;
    margin-bottom: 4.5rem;
}

.secao-conteudo-post {
    background: var(--Highlight);
    padding: 5rem 0;
}

.container-nao-encontrado {
    text-align: center;
    padding: 10rem 0;
}
.container-nao-encontrado h2 {
    font-size: 40px;
    margin: 0;
}
.container-nao-encontrado p {
    margin: 20px 0;
    font-size: 20px;
}
.container-nao-encontrado .cards {
    margin-top: 3rem;
    justify-content: center;
    width: 100%;
}

.container-nao-encontrado .cards .card {
    width: auto;
    height: 112px;
}

/* #formSidebar input.form-check-input:checked {
    background-color: #DEF7AD !important;
}

#formSidebar input.form-check-input:after {
    left: 12px;
    top: 7px;
    width: 11px;
    height: 18px;
    border: 4px solid #BA45A7;
    border-top: 0;
    border-left: 0;
} */

/* .accordion-item {
    background: transparent;
    border: none;
    border-top: 1px solid white;
    border-radius: 0;
    color: white;
} */



@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}