.oque {
    padding: 4rem 0;
}

.oque img.main {
    max-width: 460px;
    width: 100%;
    margin: auto;
}

.oque span {
    padding: 3px 15px;
    border: 1px solid #555;
    color: #222;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 400;
    width: fit-content;
    margin-bottom: 5px;
    transition: .2s;
}

.oque span:hover {
    border-color: gray;
}

.oque span img {
    max-width: 18px;
    width: 100%;
}

.oque h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
}

.oque h2 b {
    font-weight: 700;
    position: relative;
}

.oque h2 b::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: var(--amarelo);
    bottom: 2px;
    right: 0;
    left: 0;
    z-index: -1;
}

.beneficios {
    padding: 4rem 0;
}

.beneficios h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;

}

.beneficios h3 b {
    font-weight: 700;
    position: relative;
}

.beneficios h3 b::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: var(--amarelo);
    bottom: 2px;
    right: 0;
    left: 0;
    z-index: -1;
}

.beneficios span {
    padding: 3px 15px;
    border: 1px solid #252525;
    color: #222;
    border-radius: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 300;
    width: fit-content;
    margin: 0 auto 10px;
    transition: .2s;
}

.beneficios span:hover {
    border-color: gray;
}

.beneficios span img {
    max-width: 18px;
    width: 100%;
}

.beneficios .caixa {
    padding: 20px;
    border: 1px solid #252525;
    background-color: var(--amarelo);
    border-radius: 10px;
    transition: .2s;
    height: stretch;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.beneficios .caixa p {
    font-size: 16px;
    font-weight: 300;
}

.beneficios .caixa:hover {
    border: 1px solid #ffffff7f;
}

.beneficios .caixa h6 {
    font-weight: 700;
}

.beneficios .caixa img {
    max-width: 40px;
    width: 100%;
    margin-bottom: 5px;
    filter: invert(1);
}

.beneficios .inferior {
    margin-top: 30px;
}

.beneficios .inferior p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.beneficios .inferior p b {
    font-weight: 600;
    position: relative;
}

.beneficios .inferior p b::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: var(--amarelo);
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: -1;
}

.beneficios .inferior a.botpadrao {
    margin: auto;
}

.comofunciona {
    padding: 4rem 0 6rem;
    background-color: var(--amarelo);
    margin-bottom: 4rem;
}

.comofunciona .titulo {
    margin-bottom: 30px;
    text-align: center;
}

.comofunciona h4 {
    font-weight: 700;
    font-size: 36px;
}

.comofunciona span {
    padding: 6px 20px;
    border: 1px solid #252525;
    color: #000;
    border-radius: 50px;
    display: flex;
    gap: 10px;
    font-size: 14px;
    align-items: center;
    font-weight: 300;
    width: fit-content;
    margin: 0 auto 10px;
    transition: .2s;
}

.comofunciona span img {
    max-width: 18px;
    width: 100%;
}

.comofunciona span:hover {
    border-color: #000;
}

.comofunciona .grade {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas:
        "item1 item1 item2 item3 item3"
        "item4 item5 item5 item3 item3";
    gap: 10px;
}

.comofunciona .cada {
    background-image: url('../img/fundo-como.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: #0000008f;
    background-blend-mode: color;
    padding: 20px;
    border-radius: 10px;
    min-height: 180px;
    min-width: 320px;
    transition: .2s;
    border: 1px solid #252525;
}

.comofunciona .cada:hover {
    background-color: #00000000;
}

.comofunciona .cada.vendas img {
    width: 100%;
}

/* POSICIONAMENTO GRID */
.comofunciona .cada:nth-child(1) {
    grid-area: item1;
}

.comofunciona .cada:nth-child(2) {
    grid-area: item2;
}

.comofunciona .cada:nth-child(3) {
    grid-area: item3;
}

.comofunciona .cada:nth-child(3) img {
    width: 100%;
}

.comofunciona .cada:nth-child(4) {
    grid-area: item4;
}

.comofunciona .cada:nth-child(5) {
    grid-area: item5;
}

/* CARD GRANDE (direita) */
.comofunciona .cada.destaque {
    min-height: 100%;
}

.comofunciona .cada label {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.comofunciona .cada p {
    font-size: 14px;
    color: #fff;
}

.comofunciona .cada ul li {
    font-size: 14px;
    color: #fff;
}

.comofunciona a.botpadrao {
    margin: 20px auto 0;
}

.projeto {
    padding: 4rem 0;
}

.projeto img {
    width: 100%;
    margin-bottom: 20px;
}

.projeto h5 {
    font-size: 28px;
    font-weight: 700;
}

.projeto h5 b {
    font-weight: 700;
    position: relative;
}

.projeto h5 b::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: var(--amarelo);
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: -1;
}

.projeto ul {
    list-style: none;
    padding: 0;
}

.gallery-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gallery {
  position: relative;
  width: 100%;
  height: 100%;
  flex: none;
}

.gallery__item {
  background-position: 50% 50%;
  background-size: cover;
  flex: none;
  position: relative;
}

.gallery__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

.gallery--bento {
  display: grid;
  gap: 1vh;
  grid-template-columns: repeat(3, 32.5vw);
  grid-template-rows: repeat(3, 23vh);
  justify-content: center;
  align-content: center;
}

.gallery--final.gallery--bento {
  grid-template-columns: repeat(3, 100vw);
  grid-template-rows: repeat(3, 49.5vh);
  gap: 1vh;
}

.gallery--bento .gallery__item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}

.gallery--bento .gallery__item:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.gallery--bento .gallery__item:nth-child(3) {
  grid-area: 2 / 2 / 4 / 3;
}

.gallery--bento .gallery__item:nth-child(4) {
  grid-area: 1 / 3 / 3 / 3;
}

.gallery--bento .gallery__item:nth-child(4) {
  grid-area: 1 / 3 / 4 / 4;
}

.empresas {
    padding: 2.5rem 0;
    overflow: hidden;
}

.empresas-wrapper {
    display: flex;
    align-items: center;
}

.empresas-titulo {
    flex-shrink: 0;
    padding: 0 0px;
    width: 380px;
    border-right: 1px solid #2a2a2a;
}

.empresas-titulo h6 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.empresas-carousel {
    flex: 1;
    overflow: hidden;
    padding: 0 30px;
}

.empresas-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    will-change: transform;
}

.empresas-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.empresas-logo img {
    height: 80px;
    width: auto;
    filter: brightness(0);
    opacity: 0.75;
    transition: opacity 0.3s;
}

.empresas-logo img:hover {
    opacity: 1;
}

.ecf {
    padding: 2rem 0;
}

.ecf h6 {
    font-weight: 700;
    font-size: 28px;
}

.ecf img {
    max-height: 280px;
    display: block;
    margin: auto;
}

.noticias {
    padding: 4rem 0;
}

.noticias .caixa {
    padding: 10px;
    border-radius: 20px;
    background-color: #111;
    border: 1px solid #252525;
    margin-bottom: 20px;
}

.noticias .caixa img {
    width: 100%;
    border-radius: 10px;
}

.noticias .col-md-4 {
    position: relative;
}

.noticias .titulo {
    position: sticky;
    top: 80px;
}

.noticias .titulo h6 {
    font-size: 28px;
    font-weight: 700;
}

.noticias .titulo h6 b {
    font-weight: 700;
    position: relative;
}

.noticias .titulo h6 b img {
    position: absolute;
    top: -5px;
    right: -20px;
    width: 35px;
    transform: rotate(10deg);
}

.noticias .titulo h6 b::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: var(--amarelo);
    bottom: 2px;
    right: 0;
    left: 0;
    z-index: -1;
}

.chamada {
    padding: 4rem 0;
    margin: 2rem 0 0;
    background-color: var(--amarelo);
    color: #000;
    text-align: center;
}

.chamada h6 {
    color: #000;
    font-weight: 700;
    font-size: 32px;
}

.chamada p {
    color:  #000;
    line-height: 16px;
}

.chamada .caixa {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: initial;
    margin-bottom: 20px;
}

.chamada .caixa p {
    font-size: 16px;
    line-height: 16px;
}

.chamada .caixa span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.chamada a {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: .2s;
}

.chamada a:hover {
    transform: scale(1.05);
}

.rodape {
    padding: 4rem 0;
    color: #fff;
    background-color: #000;
}

.rodape img.main {
        max-width: 440px;
    width: 100%;
    max-height: 120px;
    object-fit: cover;
}

.rodape ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rodape ul li {
    margin-bottom: 10px;
}

.rodape ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.rodapeInferior {
    padding: 10px 0;
    background-color: #555;
    color: #fff;
}

.rodapeInferior .texto {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.rodapeInferior .texto p {
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.duvidas {
    padding: 4rem 0;
    color: #fff;
}

.duvidas h5 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.duvidas a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 10px;
    background-color: #252525;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    transition: .2s;
    margin-bottom: 20px;
    gap: 5px;
}

.duvidas a .icone {
    background-color: var(--amarelo);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 8px;
}

.duvidas a:hover {
    transition: .2s;
    text-decoration: none;
    color: #fff;
}

.duvidas a .icone img {
    width: 100%;
}

.duvidas a:focus .icone i {
    transform: rotate(180deg);
}

.duvidas .panel {
    display: none;
}

.duvidas .panel p {
    margin-bottom: 30px;
}