:root {
    --header-height: 60px;
}

body, html {
    padding: 0;
    margin: 0;
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;

}
body {
    position: unset !important;
}
section{
    z-index: 1;
}
p 
{
    font-size: 14px;
    font-weight: 300;
}
.bold
{
    font-weight: 700;
}
.uppercase
{
    text-transform: uppercase;
}
.text-justify
{
    text-align: justify;
}
.text-center
{
    text-align: center;
}
h3
{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}
.hero_holder {
    display: flex;
    margin-top: -60px;
}
.hero
{
    width: 100%;
    height: auto;
}
.bg-black
{
    background: #000;
}
.sessao_lemoon {
    width: 100%;
    padding: 40px 0;
}
.font-white
{
    color: #FFF
}
.font-black
{
    color: #000
}
.max-width {
    max-width: 350px;
    width: 80%;
}
.linha {
    width: 40px;
    height: 1px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.linha_vertical
{
    width: 1px;
    height: 200px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
@media(max-width:900px)
{
    .linha_vertical
{
    width: 1px;
    height: 100px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
}
.page-width {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    width: 90%;
}
@media(max-width:900px)
{
    .page-width {
        max-width: 1400px;
        padding: 0 10px;
        margin: 0 auto;
        width: 90%;
    }
}

.galaxia {
    width: 100%;
    height: 150%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 0;
}

.galaxia_dois {
    width: 100%;
    height: 150%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 0;
}
.galaxia img {
    position: absolute;
    margin-top: 90px;
    left: -50%;
    width: 90%;
    height: auto;
    overflow: hidden;
    -webkit-animation: spin 250s linear infinite;
    -moz-animation: spin 250s linear infinite;
    animation: spin 250s linear infinite;
    z-index: 0;
    border-radius: 100%;
    margin: 0;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.galaxia_dois img{
    position: absolute;
    margin-top: 90px;
    right: -50%;
    width: 90%;
    height: auto;
    overflow: hidden;
    -webkit-animation: spin 250s linear infinite;
    -moz-animation: spin 250s linear infinite;
    animation: spin 250s linear infinite;
    z-index: 0;
    border-radius: 100%;
    margin: 0;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.titulo_big h2 {
    font-size: 70px;
    letter-spacing: 8px;
    margin: 0;
    max-width: 900px;
    line-height: 70px;
}
@media (max-width: 900px)
{
    .titulo_big h2 {
        font-size: 30px;
        letter-spacing: 8px;
        margin: 0;
    }
}

.titulo_big {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sub_what {
    font-weight: 300;
    letter-spacing: 20px;
    text-transform: uppercase;
}
.texto_portfolio {
    background-color: #27272785;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(10px);
}
.texto_portfolio_interno
{
    background-color: #000;
    padding: 20px;
    border-radius: 10px;
}
.slick-slide {
    margin: 10px;
}
.item_portfolio img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.tags a {
    font-size: 9px;
    border: 1px solid #FFF;
    padding: 5px;
    border-radius: 5px;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
}
.tag {
    font-size: 9px;
    border: 1px solid #FFF;
    padding: 5px;
    border-radius: 5px;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
}
.tags {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
}
.hold_galeria_portfolio {
    margin-top: 60px;
}
.hold_galeria_portfolio p {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
    text-align: left;
}
.hold_titulo_interna {
    margin-top: 60px;
}
.hold_titulo_interna p {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
    text-align: left;
    color: #FFF
}
.d-flex-center
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.enderecos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 60px;
}

.endereco {
    text-align: center;
}

.endereco span {
    margin-top: 10px;
    display: f;
}

.endereco linha {
    margin: 20px 0;
    display: flex;
}

.endereco .linha {
    margin-top: 10px;
    margin-bottom: 10px;
}
.logo {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_left {
    width: 30%;
    display: flex;
}
header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--header-height);
    z-index: 99;
    position: sticky;
    top: 0;
    background: #000;
    flex-shrink: 0;
    transition: background-color 0.35s ease, padding 0.35s ease;
}

body.home header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent;
    overflow: visible;
    padding: 0;
}

body.home header.is-scrolled {
    background: #000;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

body.home header:not(.is-scrolled) .logo {
    margin-top: 60px;
}

body.home header.is-scrolled .logo {
    margin-top: 0;
}

body.home .logo {
    transition: margin-top 0.35s ease;
}
.nav_right {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.menu-menu-container {
    width: 30%;
    justify-content: flex-start;
}
#menu-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

#menu-menu  a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

#primary-menu ul li {
    margin-right: 20px;
}


.logo img {
    width: 35px;
    height: auto;
    margin-top: 0;
    transition: width 0.35s ease;
}

body.home header:not(.is-scrolled) .logo img {
    width: 50px;
}

@media (max-width: 900px) {
    .logo img {
        width: 30px;
    }

    body.home header:not(.is-scrolled) .logo img {
        width: 40px;
    }
}
.contact {
    background: #D3FF54;
    color: #000;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

.contact img {
    border-left: 1px solid #000;
    padding-left: 5px;
}
@media(max-width:900px)
{
    .contact {
        margin-top: 10px;
    }
}

.nav_footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    list-style: none;
}

.nav_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    flex-direction: column;
}
.nav_footer span {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.hold_menu_footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 40px 0;
}

.nav_footer ul a {
    color: #FFF;
    text-decoration: none;
}

footer {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 20px;
}
p.direitos {
    color: #FFF;
    font-size: 12px;
    padding: 0 20px;
    text-align: center;
}


@media(max-width:900px)
{
    .enderecos {
        flex-direction: column;
        gap: 20px;
    }
    .hold_menu_footer {
        flex-direction: column;
    }
    .texto_portfolio {
        padding: 5px;
    }
}
.hold_titulo_interna {
    z-index: 2;
    max-width: 300px;
    width: 100%;
    position: absolute;
    bottom: -30px;
}
img.abrir_site {
    position: absolute;
    width: 40px;
    right: -20px;
    top: -13px;
}

.hold_paginas {
    margin-top: 40px;
    margin-bottom: 100px !important;
    width: 100%;
}
.pagina {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.pagina img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}

.titulo_pagina {
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    top: -10px;
    background: #FFF;
    padding: 4px;
}
.detalhe {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 100px;
}

.imagem_detalhe img {
    width: 100%;
}

.imagem_detalhe {
    width: 60%;
}

.detalhe_texto {
    width: 40%;
}
@media (max-width: 900px)
{
    .detalhe {
        flex-direction: column;
    }
    .imagem_detalhe {
        width: 90%;
    }
    .detalhe_texto {
        width: 100%;
    }
}
.open_menu
{
    display: none;
}
@media (max-width: 900px)
{
    .open_menu {
        display: flex;
        width: 30%;
        margin-top: 10px;
    }
}
.wp-block-media-text {
    margin-top: 60px;
}
.wp-block-media-text__content strong {
    text-transform: uppercase;
    font-size: 20px;
}
pre.wp-block-verse {
    font-weight: 700;
    font-size: 25px;
    font-style: italic;
    text-align: center;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p {
 
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: 400;
    color: #606060;
}
.page header,
.category header {
    background: #000;
    height: 80px;
    position: sticky;
    top: 0;
}

.page .logo img,
.category .logo img {
    width: 35px;
    margin: 0;
}
.text-content {
    max-width: 900px;
}
.titulo_big a {
    color: #000;
    text-decoration: none;
}
.posts_projetos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.posts_projetos article {
    width: 23%;
}

@media (max-width: 900px)
{
    .posts_projetos article {
        width: 47%;
    }
    
}
.single-post .hold_content_center {
    max-width: 900px;
}
.taxonomy-description {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    font-size: 14px;
}
section.sessao_lemoon.bg-black.what_we_do.branding img {
    border: 1px solid #161616;
}
.parallax:after {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 350px;
    bottom: 0;
    left: 0;
    position: absolute;
}
.content_parallax {
    position: absolute;
    z-index: 2;
    color: #FFF;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.content_parallax h3 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 55px;
}

.content_parallax h4 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin: 0;
    margin-top: -9px;
}
@media (max-width: 900px)
{
    .content_parallax h3 {
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-size: 20px;
    }
    .content_parallax h4 {
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 6px;
        margin: 0;
        margin-top: -1px;
        font-size: 12px;
    }
    .content_parallax {
        position: absolute;
        z-index: 2;
        color: #FFF;
        text-align: center;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 35px;
    }
    .parallax:after {
        content: "";
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
        height: 150px;
        bottom: 0;
        left: 0;
        position: absolute;
    }
    
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    background: #FFF !important;
}
.slick-dots li button:before {
    color: #FFF !important;
    opacity: 1 !important;
    font-size: 9px !important;
    content: "" !important;
    background: transparent !important;
    border-radius: 100px !important;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #FFF !important;
}
.slick-dots {
    position: absolute !important;
    bottom: -25px !important;
    display: block !important;
    width: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    text-align: center !important;
    right: 0 !important;
}
.hold_inner_footer {
    border-top: 1px solid #FFF;
    padding-top: 40px;
}
a.vermais_portfolio {
    position: absolute;
    right: -25px;
    width: 50px;
    top: -3px;
}
a.vermais_portfolio {
    position: absolute;
    right: -25px;
    width: 50px;
    top: -9px;
}
ul.sub-menu {
    display: none;
}

.menu-item-has-children:hover .sub-menu {
    display: flex;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    flex-direction: column;
    margin: 0;
    padding: 10px;
    list-style: none;
}

.menu-item-has-children:hover > a {
    font-weight: 700;
    background: #d3ff55;
    color: #000 !important;
    padding: 7px;
}

.menu-item-has-children:hover .sub-menu a {
    color: #000 !important;
}

.menu-item-has-children:hover .sub-menu a:hover {
    text-decoration: underline !important;
}
a.vermais_portfolio img {
    border: 0 !important;
}
section.sessao_lemoon.gostou {
    background: #D3FF54;
    padding: 80px 0;
}

a.orcamento {
    background: #000;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px;
    border-radius: 5px;
    margin-top: 40px;
}

a.orcamento:hover {
    background: #0010ff;
}
.globo.brasil:hover {
    background-position: top !important;
}
.globo.europa:hover {
    background-position: top !important;
}
.globo.uk:hover {
    background-position: top !important;
}
.hold-casos .slick-slide img {
    width: 100%;
}
.endereco .contact {
    max-width: 105px;
    margin: 0 auto;
    margin-top: 20px;
}
.text-content p {
    font-size: 15px !important;
    font-weight: 400;
}

.wp-block-button__link.wp-element-button {
    color: #000;
    background: #d3ff55;
}

.wp-block-heading {
    font-size: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
.hold-parceiros {
    background-color: #27272785;
    border-radius: 10px;
    position: relative;
    display: flex !important
;
    align-items: center;
    justify-content: flex-start;
    padding: 40px;
    gap: 40px;
    backdrop-filter: blur(10px);
    min-height: 350px !important;
    flex-wrap: wrap;
}

.hold_content_partner {
    max-width: 300px;
    color: #FFF;
}

.hold-parceiros img {
    max-width: 120px;
}
@media (max-width: 900px)
{
    .hold-parceiros {
        flex-direction: column;
    }
    
}
.text-content ul li {
    margin-bottom: 30px;
    font-size: 15px;
    text-align: justify;
}
.text-content a {
    text-decoration: underline;
    font-weight: 700;
}
.hold_content_partner a {
    color: #FFF;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
}
a.wp-block-button__link.wp-element-button {
    color: #000 !important;
    text-decoration: none;
}
.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    justify-content: center;
}
.wpcf7-form input {
    width: 100%;
    height: 35px;
    border: 1px solid #000;
    border-radius: 5px;
}

.wpcf7-form select {
    width: 100%;
    height: 42px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 9px;
    color: #545454;
}

.wpcf7 p {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
}

.wpcf7 label {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: flex;
    width: 100%;
}

.wpcf7-form textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #000;
    border-radius: 5px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #D3FF54;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
}
.float_lead {
    position: fixed;
    right: 20px;
    bottom: 50px;
}
.bounce2 {
    animation: bounce2 2s ease infinite;
  }
  @keyframes bounce2 {
      0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
      40% {transform: translateY(-30px);}
      60% {transform: translateY(-15px);}
  }
  iframe#\:1\.container {
    display: none;
}
div#goog-gt-tt {
    display: none !important;
}
div#google_translate_element {
    display: none;
}
.worldwide {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    height: 40px;
    position: relative;
    background: #D3FF54;
    font-weight: 700;
    font-size: 12px;
}
@media (max-width: 900px)
{
    .worldwide {
        padding: 10px;
        flex-direction: column;
    } 
}
.bandeiras {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}
.bandeiras div {
    margin: 0 5px;
    cursor: pointer;
}
.flex 
{
    display: flex !important;
}
.close_lemoon {
    background: #000;
    display: none;
    align-items: center;
    justify-content: center;
    color: #FFF;
    position: absolute;
    top: 8px;
    right: 11px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    font-weight: 900;
}
@media (max-width: 900px)
{
    ul#menu-menu {
        flex-direction: column;
        padding: 40px 30px;
    }
    .menu-menu-container {
        display: none;
        width: 90% !important;
        background: #FFF;
        position: absolute;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 3;
    }
    ul.sub-menu {
        display: flex;
        flex-direction: column;
        list-style: none;
    }
    #menu-menu a {
        color: #000;
    }
    .close_lemoon {
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        position: absolute;
        top: 8px;
        right: 11px;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        font-weight: 900;
    }
}
.teste
{
    display: none;
}

/* Homepage first viewport: header + hero + casos = 100vh */
.home-viewport {
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 0;
    overflow: hidden;
}

.home-viewport .hold_image_hero,
.home-viewport .hold_video_hero {
    flex: 1;
    min-height: 0;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.home-viewport .hold_image_hero::after,
.home-viewport .hold_video_hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.55) 35%,
        rgba(0, 0, 0, 0.15) 65%,
        transparent 100%
    );
    pointer-events: none;
}

.home-viewport .hold_image_hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-viewport .hold_video_hero .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-viewport .video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
}

@media (min-aspect-ratio: 16/9) {
    .home-viewport .video-background iframe {
        width: 100%;
        height: auto;
        min-height: 100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .home-viewport .video-background iframe {
        width: auto;
        height: 100%;
        min-width: 100%;
    }
}

@media (max-width: 900px) {
    .home-viewport .video-background {
        opacity: 0.2;
    }

    .home-viewport .hold_image_hero,
    .home-viewport .hold_video_hero {
        overflow-y: auto;
    }
}

.home-viewport .hold_text_hero {
    position: absolute;
    z-index: 2;
    color: #FFF;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
}

.home-viewport .hold_text_hero span {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}

.home-viewport .hold_text_hero h1 {
    line-height: 27px;
    margin: 10px 0;
}

.home-viewport .hold_text_hero p {
    line-height: 17px;
    max-width: 300px;
}

.home-viewport .cta_hero a {
    background: #FFF;
    color: #000;
    text-decoration: none;
    font-weight: 900;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
}

.home-viewport .cta_hero_contorno {
    background: transparent;
    border: #FFF solid 1px;
    color: #FFF;
}

.home-viewport .cta_hero {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.hold-casos-marquee {
    overflow: hidden;
    width: 100%;
}

.hold-casos-track {
    display: flex;
    width: max-content;
    animation: hold-casos-marquee 31.5s linear infinite;
}

.hold-casos-track .hold-casos {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
    flex-shrink: 0;
}

.hold-casos-track .hold-casos a,
.hold-casos-track .hold-casos img {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.hold-casos-track .hold-casos img {
    height: 58px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}

@keyframes hold-casos-marquee {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hold-casos-track {
        animation: none;
    }
}

.home-viewport section.home-casos {
    flex-shrink: 0;
    padding: 16px 0;
    overflow: hidden;
}

/* What we do — projects & services sections */
.what_we_do--projects,
.what_we_do--services {
    padding: 80px 0 60px;
}

.what_we_do--projects .what_we_do_header,
.what_we_do--services .what_we_do_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
}

.what_we_do_title {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.what_we_do_number {
    font-family: 'Akira Expanded', sans-serif;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 0.9;
    font-weight: 800;
    flex-shrink: 0;
}

.what_we_do_eyebrow {
    font-family: 'Akira Expanded', sans-serif;
    font-size: clamp(10px, 1vw, 13px);
    letter-spacing: 0.08em;
    display: block;
    text-transform: uppercase;
    line-height: 1.2;
}

.what_we_do_heading {
    font-family: 'Akira Expanded', sans-serif;
    font-size: clamp(24px, 3.5vw, 48px);
    line-height: 1;
    margin: 2px 0 0;
    letter-spacing: 0.02em;
    font-weight: 800;
}

.what_we_do_intro {
    max-width: 260px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    text-align: right;
    margin: 4px 0 0;
    flex-shrink: 0;
}

.what_we_do--projects .hold_galeria_portfolio {
    margin-top: 0;
}

.hold_galeria_portfolio--projects {
    padding-bottom: 48px;
    position: relative;
}

.hold_galeria_portfolio--projects .slick-dots {
    bottom: 0 !important;
    left: 0;
    right: 0;
    width: 100% !important;
}

.hold_galeria_portfolio--projects .item_portfolio {
    padding: 0 10px;
}

.hold_galeria_portfolio--projects .item_portfolio img {
    border-radius: 16px;
    display: block;
}

@media (max-width: 900px) {
    .what_we_do--projects,
    .what_we_do--services {
        padding: 60px 0 40px;
    }

    .what_we_do--projects .what_we_do_header,
    .what_we_do--services .what_we_do_header {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 32px;
    }

    .what_we_do_intro {
        max-width: none;
        text-align: left;
        margin: 0;
    }
}

/* What we do — services carousel */
.hold_services_carousel {
    padding-left: max(5%, calc((100% - 1400px) / 2 + 15px));
    padding-bottom: 48px;
    position: relative;
}

.hold_services_carousel .slick-track {
    display: flex !important;
    align-items: stretch;
}

.hold_services_carousel .slick-slide {
    margin: 0 6px;
    height: auto !important;
    display: flex !important;
}

.hold_services_carousel .slick-slide > div {
    display: flex;
    width: 100%;
}

.hold_services_carousel .slick-dots {
    bottom: 0 !important;
    left: 0;
    right: 0;
    width: 100% !important;
}

.service-slide {
    background: #D3FF54;
    color: #000;
    width: 100%;
    height: 100%;
    padding: 36px 40px 48px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
}

.service-slide__title {
    font-family: 'Akira Expanded', sans-serif;
    font-size: clamp(18px, 2.2vw, 28px);
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 1.1;
    font-weight: 800;
    padding-right: 48px;
}

.service-slide__text {
    font-size: 13px;
    line-height: 1.55;
    font-weight: 300;
    margin: 0 0 24px;
    flex: 1;
}

.service-slide__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
}

.service-tag {
    font-size: 9px;
    border: 1px solid #000;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service-slide__link {
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.service-slide__link img {
    width: 100%;
    height: auto;
}


@media (max-width: 900px) {
    .hold_services_carousel {
        padding-left: 5%;
    }

    .service-slide {
        padding: 28px 24px 44px;
    }
}

/* Partners — featured block */
.partners--featured {
    padding: 0;
    overflow: hidden;
    margin-top: 60px;
}

.partners-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: min(520px, 70vh);
    position: relative;
}

.partners-section__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 0;
    box-sizing: border-box;
}

.partners-section__title .what_we_do_title {
    max-width: 360px;
}

.partners-section__aside {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.partners-featured-card {
    background: #D3FF54;
    color: #000;
    padding: clamp(32px, 4vw, 56px) 0 clamp(32px, 4vw, 56px) clamp(32px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1;
}

.partners-featured-card__title {
    font-family: 'Akira Expanded', sans-serif;
    font-size: clamp(24px, 3.5vw, 48px);
    line-height: 1;
    margin: 0 0 clamp(20px, 3vw, 32px);
    font-weight: 800;
    text-transform: uppercase;
    padding-right: clamp(24px, 4vw, 48px);
}

.partners-featured-card__image {
    align-self: flex-end;
    margin-left: auto;
    margin-bottom: clamp(16px, 2vw, 24px);
}

.partners-featured-card__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 220px;
}

.partners-featured-card__text {
    align-self: flex-end;
    max-width: min(380px, 85%);
    text-align: right;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 300;
    margin: 0;
    padding: 0 clamp(24px, 4vw, 48px) 0 0;
}

.partners-section__note {
    display: block;
    text-align: left;
    padding: 16px 0 24px;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 300;
}

@media (max-width: 900px) {
    .partners-section {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .partners-section__title {
        padding: 60px 0 32px;
    }

    .partners-featured-card {
        padding: 32px 0 32px 24px;
        min-height: auto;
    }

    .partners-featured-card__title {
        padding-right: 24px;
    }

    .partners-featured-card__text {
        max-width: none;
        text-align: left;
        align-self: stretch;
        padding: 0 24px 0 0;
    }

    .partners-featured-card__image {
        align-self: flex-end;
    }

    .partners-section__note {
        padding: 16px 0 32px;
    }
}