/*
Theme Name: Altissimo Inc
Theme URI: http://akun.com.br
Author: Andrew Kuhn - AKUN
Author URI: http://akun.com.br
Description: Tema para o site da Altissimo Incorporacoes
Version: 1.1
Tags: altissimo,incorporadora, assistencia, akun

*/

@import url("https://fonts.googleapis.com/css2?family=League+Gothic:wdth@75..100&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Montserrat:wght@100..900&display=swap");

:root {
    --bg: #000;
    --ink: #fff;
    --muted: #cfcfcf;
    --line: #1a1a1a;
    --accent: #ff6a00;
    --max: 1240px;
    --navH: 64px;
    --radius: 14px;
    --first-color: #ffffff ;
    --second-color: #f4eadd;
    --third-color: #000000;
    --primeira-fonte: "Libre Frank", sans-serif;
    --segunda-fonte: "Italiana", sans-serif;
}
html,
body {
    background: var(--bg);
    color: var(--ink);
    font-family:
        Inter,
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
}
.container.is-max {
    max-width: var(--max);
}
a {
    color: #fff;
}

/* NAVBAR (separada do slide) */
.navbar.is-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: #000;
    height: var(--navH);
    border-bottom: 1px solid var(--line);
}
.navbar {
    background: #000000;
}
.navbar-item,
.navbar-link {
    color: #fff;
}
.navbar-burger span {
    background: #fff;
}
.navbar-brand a.navbar-item:hover {
    background: transparent;
    outline: none;
}

.navbar-brand a {

}
.navbar-brand a img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.nav-spacer {
    height: var(--navH);
} /* empurra conteúdo */

/* SLIDESHOW */
.slideshow {
    position: relative;
    border-bottom: 1px solid var(--line);
}
.slideshow__frame {
    position: relative;
    height: 75vh;
    min-height: 520px;
    overflow: hidden;
}
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
    background: #111 center/cover no-repeat;
}
.slide.is-active {
    opacity: 1;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 3;
}
.arrow:hover {
    background: rgba(255, 255, 255, 0.25);
}
.arrow--left {
    left: 14px;
}
.arrow--right {
    right: 14px;
}

/* BLOCO “100% Tocantinenses” */
.section.is-black {
    background: #000;
}
.hero-kicker {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.05;
    margin: 0 0 10px;
}
.kicker-underline {
    width: 80px;
    height: 6px;
    background: var(--accent);
    border-radius: 6px;
    margin-top: 8px;
}
.lead {
    color: var(--muted);
    line-height: 1.7;
}

/* GRID IMAGENS */
.img-card {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
}
.img-card img {
    display: block;
    width: 100%;
    height: auto;
}

/* EMPREENDIMENTOS (cards) */
.card-proj {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    background: #0f0f0f;
    transition: 0.25s;
}
.card-proj:hover {
  transform: translateY(-4px);
  transition: .3s ease;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}
.img-16x9 {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    display: block;
    filter: brightness(0.95);
}
.badge {
    display: inline-block;
    padding: 0.3rem 0.55rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 0.8rem;
    color: #ddd;
    background: #0b0b0b;
}
.meta {
    color: var(--muted);
    font-size: 0.9rem;
}

/* DIFERENCIAIS CLEAN */

#dif.section {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

.diff-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;

  padding: .8rem 0 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.diff-item:last-child {
  border-bottom: none;
}

.diff-icon {
  font-size: 1.8rem;
  opacity: 0.7;
}

.diff-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: .1rem;
}

.diff-text {
  font-size: .9rem;
  opacity: .7;
  line-height: 1.5;
}
/* NOTÍCIAS */
.news .card-proj img {
    aspect-ratio: 16/9;
}
.news h3 {
    font-size: 1.1rem;
}

/* util */
.divider {
    height: 1px;
    background: var(--line);
    margin: 2.5rem 0;
}
@media (max-width: 1024px) {
    .navbar-menu {
        background: #000;
    }
}


/* =General
-------------------------------------------------------------- */

html,
body {
}

body {
}

ul {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a {
    color: var(--first-color);
    text-decoration: none;
    outline: none;
}

a:hover {
    color: var(--second-color);
}

p {
    word-break: break-word;
    font-weight: 400;
}

article p {
    padding-bottom: 1em;
}

li {
    padding-top: 0.5em;
    list-style: none;
    font-size: 1em;
    padding-left: 3em;
}

iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

input {
    outline: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 100;
    color: var(--first-color);
    padding-bottom: 1em;
    padding-top: 0.5em;
    font-family: "Italiana", sans-serif;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
    line-height: 1.125em;
}

.section h2.title {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: .2rem;
}
strong {
    color: var(--first-color);
}

.direita h5 {
    text-align: right;
    padding-right: 29px;
}

.direita h2.linha {
    border-right: 4px solid var(--second-color);
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    text-align: right;
    padding-right: 25px;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.285em;
    color: #4a4a4a;
    font-family: Calibri, sans-serif;
}

h2.titulo {
    margin-bottom: 1rem;
}

h1.titulo {
    font-weight: bold;
    font-size: 3rem;
    color: var(--first-color);
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.tituloDourado {
    color: var(--first-color);
    padding-bottom: 20px;
    text-align: center;

    position: relative;
    margin-bottom: 30px;
}

h1.titulo::after,
.tituloDourado::after {
    background: var(--first-color);
    height: 3px;
    width: 51px;
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    content: " ";
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

h1.titulo::after {
    left: 1.5rem;
}

span.divisor {
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: var(--first-color);
    width: 70px;
    display: inline-block;
}

hr {
    height: 3px;
    background: #d9d9d9;
}

.linhaCinza {
    border-bottom: 3px solid #d9d9d9;
}

.container {
    max-width: 1600px;
}

.panel {
    font-size: 0.8rem;
}

.fade:before {
    content: "→";
    position: absolute;
    color: #383736;
    left: 88%;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.fade:hover:before {
    left: 91%;
    opacity: 1;
}

.fade:hover {
    border: 0 #fff solid;
    transform: scale(1.04, 1.04);
    transition: border 0.3s ease-out;
}

.noscroll {
    overflow-y: hidden;
}

.section {
    padding: 3em 10px;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.button {
    border: none;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    display: flex;
    line-height: 1.2;
    border-radius: 2em;
    max-width: 100%;
    background: #ffffff;
    color: #000000;
    text-transform: uppercase;
    transition: all 0.3s ease-in !important;
    align-items: end;
    letter-spacing: 0.1rem;
}

.button:hover {
    color: var(--first-color);
    background: #fff;
    border: 3px solid var(--first-color);
}

#rank-math-analytics-stats-wrapper {
    display: none !important;
}

/* =Header
-------------------------------------------------------------- */

header {
    position: relative;
    z-index: 3;
}

/* =homeSobre
-------------------------------------------------------------- */

#homeSobre {
    z-index: 2;
    position: relative;
    min-height: 600px;
}


/* Timeline horizontal Altíssimo */

.timeline-horizontal {
  max-width: 100%;
      margin-top: 3rem;
  margin-bottom: 3rem;
}

.timeline-label {
  letter-spacing: .18em;
  opacity: .75;
  margin-bottom: 1.5rem;
}

.timeline-track {
  position: relative;
  display: flex;
  gap: 3rem;
  padding-top: .75rem;
  padding-bottom: .5rem;
}

/* linha que passa por trás dos pontos */
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1.4rem; /* alinha na altura dos dots */
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.15),
    rgba(255,255,255,0.05)
  );
}

.timeline-step {
  position: relative;
  flex: 1;
  min-width: 0;
}

.timeline-dot {
  position: relative;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #121212;
  border: 2px solid rgba(255,255,255,0.35);
  margin-bottom: .6rem;
}

.timeline-step.is-active .timeline-dot {
  border-color: #f5c977;
  box-shadow: 0 0 0 4px rgba(245,201,119,0.22);
}

.timeline-year {
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: .25rem;
}

.timeline-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .25rem;
}

.timeline-text {
  font-size: .9rem;
  line-height: 1.5;
  color: var(--muted, rgba(255,255,255,0.72));
      margin-top: .3rem;

}

/* mobile: empilha e vira quase vertical */
@media (max-width: 768px) {
  .timeline-track {
    flex-direction: column;
    gap: 1.5rem;
    padding-left: .4rem;
  }

  .timeline-track::before {
    left: 7px;
    right: auto;
    top: 0;
    bottom: 0;
    height: auto;
    width: 1px;
    background: linear-gradient(
      to bottom,
      rgba(255,255,255,0.05),
      rgba(255,255,255,0.15),
      rgba(255,255,255,0.05)
    );
  }

  .timeline-step {
    padding-left: 1.5rem;
  }

  .timeline-dot {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* =homeNoticias
-------------------------------------------------------------- */




/* =contato
-------------------------------------------------------------- */

#contato p {
    padding-top: 0;
    font-size: 1.1rem;
}

#contato .formularioContato input.botaoLaranjaTransparente:hover {
    border-color: black;
    color: black;
}

/* =Aviso
-------------------------------------------------------------- */
.aviso {
    padding-bottom: 1em;
}

.aviso p {
    padding-bottom: 0.5em;
    font-size: 1rem;
}

/* =Footer
-------------------------------------------------------------- */

footer {
    background-color: var(--second-color);
    color: var(--first-color);
    position: relative;
    z-index: 2;
    border-top: 2px solid var(--first-color);
}

footer h3 {
    padding: 0;
}

footer .rodape {
    padding-bottom: 0;
}

footer .logo {
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

footer li {
    padding-left: 0;
}

footer .logo p {
    padding: 40px;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

footer .navbar-item img {
    max-height: 140px;
    max-width: 100%;
    width: auto;
    height: auto;
}

footer .contatos {
    text-align: left;
}

footer .creditos {
    text-align: center;
    background: var(--second-color);
    color: var(--first-color);
}

footer .endereco {
    text-align: right;
}

footer .horarios {
    padding-right: 45px;
    text-align: right;
}

footer .navbar {
    background: none;
    margin: 0 auto;
    text-align: center;
    justify-content: flex-end;
    display: flex;
}

footer .navbar-item {
    background: none;
    margin: 0;
    padding: 0;
}



footer .navbar-item:focus,
footer .navbar-item:hover {
    color: var(--first-color);
    background: none;
    font-weight: bold;
}

footer .navbar-item:last-child span {
    border-right: none;
}

footer address {
    text-align: center;
    display: flex;
    justify-content: center;
}

footer address a {
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: center;
    margin-left: 10%;
}

footer address a svg {
    margin-right: 10px;
}


.copyright {
    padding-top: 3em;
}

#whatsappFlutuante {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 95;
    cursor: pointer;
}

#whatsappFlutuante svg {
    fill: #25d366;
    width: 50px;
    height: 50px;
}

/* Single Post Page
-------------------------------------------------------------- */
.single-post main {
    color: var(--first-color);
}

.single-post article img:first-child {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.single-post article h1 {
    margin-bottom: 20px;
}

.single-post article .fonte {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 40px;
}


/* =Assitive Text
-------------------------------------------------------------- */

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}

span.wpcf7-not-valid-tip {
    color: #fff;
}

div.wpcf7-validation-errors {
    padding: 10px;
    border-radius: 5px;
}

div.wpcf7-mail-sent-ok {
    color: #fff;
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */

@media only screen and (max-width: 1400px) {
    #homeSlideshow h2 {
        font-size: 4.5em;
    }
}

@media only screen and (max-width: 960px) {
}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */

@media handheld,
    only screen and (max-width: 1024px),
    only screen and (max-device-width: 820px) and (orientation: portrait) {
    body {
        padding-top: 70px;
    }
    body.is-active {
        overflow: visible;
    }

    #navbarTopo {
        border-bottom: 1px solid #707070;
        align-items: center;
        justify-content: center;
        display: flex;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        height: 70px;
    }
    .menuContainer {
        max-height: calc(100% - 70px);
        height: calc(100% - 70px);
        top: 70px;
        padding-top: 70px;
    }

    .menuContainer.is-active {
        z-index: 999;
    }

    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.4em;
    }

    header {
        padding-top: 0;
        position: fixed;
        width: 100%;
        top: 0;
        min-height: 19vh;
        z-index: 95;
    }

    .navbar.is-fixed-top .navbar-menu,
    .navbar.is-fixed-top-touch .navbar-menu {
        -webkit-overflow-scrolling: none;
        overflow: visible;
    }

    .breadcrumbs {
        margin-bottom: 40px;
    }

    h1.titulo {
        text-align: center;
        font-size: 1em;
    }

    h1.titulo::after {
        left: 50%;
        height: 1px;
    }

    .tituloDourado {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .tituloDourado::after {
        height: 1px;
    }

    #navbarTopo h1 {
        width: 75px;
        overflow: hidden;
        padding: 0;
    }

    #navbarTopo h1 a {
        padding: 0;
    }

    #navbarTopo a,
    #navbarTopo a svg * {
        padding: 0;
    }

    #menuPrincipal .navbar-start a svg {
        height: 35px;
        width: 35px;
    }

    .menuContainer {
        background: var(--first-color);
    }

    .menuContainer nav {
        max-width: 100%;
        margin-left: 0;
    }

    #menuPrincipal .navbar-start {
        padding-right: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #navbarTopo .container {
        display: flex;
        justify-content: space-between;
    }

    .menuBurger {
        width: 50px;
        border-radius: 5px;
        margin-right: 10px;
        height: 35px;
        padding: 0;
    }

    #menuPrincipal .navbar-burger {
        padding: 0;
        height: 35px;
    }

    .button {
        padding: 0.5em 1em;
        height: 35px;
    }

    #gt_float_wrapper {
        height: 40px;
        width: 85px;
        position: relative;
    }
    .itensPortfolio > div.is-one-quarter {
        text-align: center;
    }

    /* =home
    -------------------------------------------------------------- */
    #homeSlideshow {
        margin-top: 0;
        max-height: initial;
        margin-bottom: 0;
    }

    #homeSlideshow .slide {
        color: #fff;
        font-weight: normal;
        font-size: 2.5em;
        letter-spacing: 0.3em;
        width: 100%;
    }

    #homeSlideshow .slide img {
        height: 65vh;
    }

    #homeSlideshow .container {
        padding: 0 20px;
        text-align: center;
    }

    #homeSlideshow .hero-body > div img {
        width: 100%;
    }
    #homeSlideshow .hero-body .slidePrincipal {
        height: 65vh;
    }

    #homeSlideshow .boxTexto {
        font-weight: normal;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    #homeSlideshow .boxTexto h2 {
        color: #fff;
        letter-spacing: 0.3em;
        font-size: 0.8em;
    }

    .hero-footer p {
        font-size: 1em;
        padding: 2em 0;
    }

    .imagemCabecalho {
        height: 30vh;
    }

    .imagemCabecalho h1 {
        text-align: center;
        font-size: 1.3em;
        left: 50%;
    }

    .itemAtuacoes .column {
        min-height: 30vh;
    }

    .itemAtuacoes .column h3 {
        text-align: center;
    }

    .imagemCabecalho h1::after {
        display: none;
    }

    .itemAtuacoes .column p {
        font-size: 1em;
        padding: 0 10px;
    }

    .massagistas .button {
        margin-top: 0;
    }

    .containerVideo {
        margin: 0;
        padding: 0;
    }

    .itensPortfolio {
        margin: 0;
        margin-bottom: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .itensPortfolio .atuacaoNome {
        font-size: 2em;
    }

    .itensPortfolio .atuacaoDescricao {
        font-size: 1em;
    }

    .itensPortfolio .atuacaoDescricao p {
        font-size: 1em;
    }

    .itensPortfolio .atuacaoDescricao a {
        font-size: 0.8em;
        font-weight: bold;
        padding: 0.25em 2em;
    }

    .noticia h4 {
        font-size: 1.2em;
    }

    .noticia h5 {
        font-size: 0.7em;
    }

    #conteudoBlog .is-one-third {
        display: none;
    }

    .noticia .saibaMais {
        font-size: 0.9em;
        font-weight: bold;
    }

    .columns.equipe {
        display: flex;
        flex-direction: column-reverse;
    }

    #conteudoAtuacao .itensPortfolio {
        display: flex;
        flex-direction: column-reverse;
    }

    .atuacaoNome span::after,
    .itemAtuacoes .column h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    #conteudoBlog .container article {
        padding-bottom: 30px;
    }

    #conteudoBlog .container article img {
        margin-left: -15px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
    }

    #conteudoBlog .container {
        padding: 0 15px;
    }

    #blog hr {
        display: none;
    }

    footer .logo {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print {
    .itensPortfolio > div.is-one-quarter {
        width: 33.33%;
    }
}

/* =Media query for iPhone and smaller handheld devices
-------------------------------------------------------------- */

@media only screen and (max-width: 820px) and (orientation: portrait) {
    #navbarTopo .navbar-item img {
        height: 60px;
        width: 90px;
        padding: 0;
        margin: 0;
        object-fit: cover;
        object-position: center left;
    }

    .itensPortfolio > div.is-one-quarter {
        width: 100%;
        text-align: center;
    }

    #sumario .barra-inicial {
        background: #282629;
        z-index: 999;
        position: relative;
        display: flex;
        margin: 0;
    }

    #menuPrincipal {
        background: none;
        box-shadow: none;
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .logo {
        width: 60%;
        overflow: hidden;
    }

    #menuPrincipal .menu .column {
        display: block;
    }

    header .logo img {
        max-height: 80px;
        height: 100%;
        padding: 5px;
        width: auto;
    }

    .ofertas {
        text-align: center;
    }

    .lojas .column {
        padding-left: 20%;
    }

    .newsletter {
        background: #fb7429;
        padding-bottom: 0;
    }

    .bannerLogo {
        top: 23%;
        width: 42%;
        left: 50%;
    }
    .itensPortfolio {
        display: grid;
        grid-template-columns: 1fr;
    }

    .itensPortfolio article {
        text-align: left;
    }

    .itensPortfolio a {
        display: block;
        width: 100%;
    }

    .itensPortfolioUnico {
        display: flex;
        flex-direction: column-reverse;
    }

    /* =footer
    -------------------------------------------------------------- */

    footer .navbar-item span {
        border-right: none;
    }

    footer .js-grid {
        display: block;
    }

    footer .endereco,
    footer .horarios {
        text-align: center;
    }

    footer address {
        display: block;
    }

    footer address a {
        font-size: 1em;
        margin-left: 0;
        padding-right: 0;

        display: block;
    }

    footer address a svg {
        height: 15px;
        vertical-align: middle;
    }

    footer .logo .navbar-item {
        border: none;
    }
    footer .navbar {
        display: block;
    }

    footer .navbar-item {
        font-size: 1em;
        margin-left: 0;
        padding: 0 10px;
        display: block;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-right: none;
        height: auto;
        line-height: 1em;
    }
}

@media only screen and (min-width: 2500px) {
    body {
        font-size: 1vw;
    }

    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 70vw;
    }

    .containerPortfolio .coluna {
        width: 25%;
    }

    .js-grid {
        max-width: 1600px;
    }

    #servicos .containerPortfolio .coluna {
        width: 33%;
    }

    .galeriaPrimaria img {
        width: 100%;
    }
}

.leitorTela {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
