* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f6f6f6;
    z-index: 1;
    cursor: none;

    ::-webkit-scrollbar {
        display: none;
    }
}

.action-button {
    width: 100%;
}

button#download {
    width: auto;
}

.hero-title {
    position: relative;
    margin: 0;
    padding: 0;
}
.page-title {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 11vw, 130px);   /* menor mínimo e faixa mais suave   */
    line-height: 1.1;                      /* evita corte                       */
    color: rgba(69, 123, 157, 0.44);
    margin-top: clamp(40px, 20vw, 162px);  /* sobe um pouco em telas pequenas   */
    padding: 0 4vw;                        /* respiro lateral em telas estreitas*/
    word-break: break-word;                /* evita scroll horizontal           */
}

.content-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;                                /* espaçamento fixo        */
    padding: clamp(20px, 5vw, 40px);
    max-width: 1200px;
    margin: 0 auto;
}
.image-container {
    flex: 1;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.button-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.action-button {
    padding: clamp(10px, 3vw, 15px) clamp(22px, 6vw, 30px);
    font-family: 'Inter', sans-serif;
    font-size: clamp(13px, 3.5vw, 15px);
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.visit-site {
    background-color: #ffffff;
    color: #457B9D;
    border: 2px solid #457B9D;
}
.contact-us {
    background-color: #457B9D;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.contact-us:hover {
    background-color: #003049;
    color: #ffffff;
    border: 2px solid #457B9D;
}

.visit-site:hover {
    background-color: #457b9d;
    color: white;
}

.action-button:hover {
    opacity: 0.8;
}

@media (max-width: 920px) {
    /* empilha imagem em cima e botões embaixo */
    .content-section {
        flex-direction: column;
        text-align: center;
        margin-top: 0;
    }
    .image-container {
        width: 100%;
    }
    .button-container {
        flex-direction: row;         /* botões lado a lado em telas pequenas */
        justify-content: center;
        gap: 1rem;
        margin-top: 1.5rem;
    }
}

.info-section {
    display: flex;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    padding-top: 130px;          /* desktop preservado           */
    gap: 2rem;                   /* respiro fixo                 */
}

.left-column {
    flex: 0.8;
    position: sticky;           /* mantém fixo no desktop       */
    top: 40px;
    align-self: flex-start;
    padding-right: 200px;
}

.right-column {
    flex: 1;
    padding-top: 370px;
    padding-right: 70px;
}

@media (max-width: 920px) {
    /* layout vira 1 coluna – título/left FIRST, texto right depois */
    .info-section {
        flex-direction: column;
        padding-top: 40px;      /* remove deslocamento grande   */
    }

    /* esquerda deixa de ser sticky e ocupa 100% */
    .left-column {
        position: static;
        padding-right: 0;
        width: 100%;
        margin-bottom: 2rem;
    }

    /* direita sem espaçamentos laterais extras */
    .right-column {
        padding-top: 0;
        padding-right: 0;
    }

    /* ajustes de fonte para caber bem */
    .left-column h2  { font-size: clamp(28px, 11vw, 45px); }
    .left-column h3  { font-size: clamp(16px, 5vw, 18px); }
    .right-column h3 { font-size: clamp(22px, 7vw, 30px); }
    .right-column h2 { font-size: clamp(18px, 6vw, 20px); }
    .right-column p  { font-size: clamp(14px, 4vw, 16px); }

    /* ícones menores em telas estreitas */
    .icon-title svg {
        width: 20px;
        height: 20px;
    }
}

.left-column h2 {
font-family: 'unica one', sans-serif;
font-weight: 900;
font-size: 45px;
color: #1D3557;
margin-bottom: 20px;
text-transform: uppercase;
}

.left-column h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #457B9D;
    }

.right-column h3 {
font-family: 'unica one', sans-serif;
font-weight: 900;
font-size: 30px;
color: #1D3557;
margin-bottom: 50px;
text-transform: uppercase;
}

.right-column h2 {
font-family: 'Inter', sans-serif;
font-weight: 700;
font-size: 20px;
color: #457B9D;
margin-top: 25px;
margin-bottom: 50px;
}

.right-column p {
font-family: 'Inter', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #000000;
margin-bottom: 50px;
}

.right-column strong {
font-weight: 700;
}

.image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.image-container img {
    max-width: 72%;
    height: auto;
    border-radius: 10px;
}
    @media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

}

/*sessão do carrossel*/


.carousel-section {
max-width: 1200px;
margin: 100px auto;
padding: 0 20px;
}

.section-header {
margin-bottom: 20px;
}

.header-content {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2px;
}

.section-header h2 {
font-size: 35px;
font-weight: bold;
color: #1D3557;
margin-right: 20px;
margin-left: 30px;
}

.divider {
width: 15%;
height: 4px;
background-color: #1D3557;
transition: width 0.5s ease;
}

.carousel-section {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 20px;
    }
    
    .section-header {
    margin-bottom: 20px;
    }
    
    .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
    }
    
    .section-header h2 {
    font-family: 'inter', sans-serif;
    font-style: italic;
    font-size: 35px;
    font-weight: 900;
    color: #1D3557;
    margin-right: 20px;
    margin-left: 30px;
    }
    
    .divider {
    width: 15%;
    height: 4px;
    background-color: #1D3557;
    transition: width 0.5s ease;
    }
    
    .carousel-section {
    max-width: 1590px;
    margin: 100px auto;
    padding: 0 20px;
    overflow: hidden;
    }
    
    .carousel-container {
    overflow: hidden;
    width: 100%;
    }
    
    .carousel {
    display: flex;
    transition: transform 0.5s ease;
    gap: 50px;
    }
    
    .card {
    flex: 0 0 55%;
    height: 380px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    }
    
    .card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.26;
    z-index: 1;
    transition: opacity 0.3s ease;
    }
    
    .card:hover .card-image {
    opacity: 0.50;
    }
    
    .card:nth-child(1), .card:nth-child(3) {
    background-color: #1D3557;
    }
    
    .card:nth-child(2) {
    background-color: #060916;
    }
    
    .card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
    z-index: 3;
    }
    
    
    .card h3 {
    font-family:'unica one', sans-serif;
    color: #fff;
    font-size: 100px;
    font-weight: bolder;
    margin: 0;
    padding: 10px;
    padding-top: 160px;
    transition: all 0.3s ease;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    }
    
    
    
    
    .carousel-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    margin-top: 10px;
    }
    
    .carousel-arrow {
    background-color: transparent;
    color: #457b9d;
    border: 2px solid #457b9d;
    border-radius: 50%;
    font-size: 24px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 5px;
    transition: background-color 0.3s ease;
    }
    
    .carousel-arrow:hover {
    background-color: #457b9d;
    color: white;
    }
    
    .icon-title {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .icon-title svg {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }
@media (max-width: 920px) {
    /* margem menor na seção */
    .carousel-section {
        margin: 60px auto;
    }

    /* título + setas: empilha melhor */
    .header-content {
        flex-direction: row;
        gap: 1rem;
        margin-left: 0;
    }

    /* setas menores para caber na tela */
    .carousel-arrow {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    /* carrossel ocupa largura total e sem gap */
    .carousel {
        gap: 0;
    }

    /* cada card ocupa 100% (carrossel de 1 em 1) */
    .card {
        flex: 0 0 100%;
        height: clamp(220px, 60vw, 380px);
    }

    /* ajuste tipografia no card */
    .card h3 {
        font-size: clamp(32px, 14vw, 60px);
        padding-top: clamp(60px, 25vw, 160px);
    }

    /* divisor um pouco maior para dar feedback visual */
    .divider {
        width: 30%;
    }
}

/*sessão texto a esquerda e imagem sticky na direita*/

.new-sticky-section {
    display: flex;
    max-width: 1200px;
    margin: 150px auto 150px;
    padding: 0 20px;
    gap: 40px;
}


.new-sticky-left-column {
    flex: 1;
    padding-right: 20px;
    padding-top: 500px;
}

.new-sticky-right-column {
    flex: 1;
    position: sticky;
    top: 40px;
    height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}


.new-sticky-image-container {
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* Cria um contêiner quadrado */
    position: relative;
    overflow: hidden;
    border-radius: 50%; /* Faz o contêiner circular */
}

.new-sticky-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, #669BBC, #1D3557);
    z-index: 1;
    opacity: 0.5; /* Ajuste este valor para controlar a intensidade do gradiente */
}

.new-sticky-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que a imagem cubra todo o espaço circular */
    z-index: 0;
}

.new-sticky-left-column h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #457B9D;
    margin-bottom: 20px;
}

.new-sticky-left-column p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 50px;
    padding-right: 30px;
}

.new-sticky-section .action-button {
    align-self: flex-start;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    background-color: #457B9D;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.new-sticky-section .action-button:hover {
    background-color: #003049;
}

@media (max-width: 920px) {
    /* layout vira 1 coluna – direita (imagem) vem ANTES da esquerda */
    .new-sticky-section {
        flex-direction: column;
        margin: 60px auto;          /* reduz margens verticais      */
        gap: 2rem;
    }

    /* imagem primeiro e não mais sticky */
    .new-sticky-right-column {
        order: 1;                   /* aparece primeiro             */
        position: static;           /* remove sticky                */
        height: auto;
        margin-left: 0;
    }

    /* texto depois e sem padding topo/lateral */
    .new-sticky-left-column {
        order: 2;
        padding-top: 0;
        padding-right: 0;
    }

    /* ajustes tipográficos para caber bem */
    .new-sticky-left-column h2 { font-size: clamp(18px, 6vw, 20px); }
    .new-sticky-left-column p  { font-size: clamp(14px, 4.5vw, 16px); }

    /* botão ocupa toda a largura e centraliza */
    .new-sticky-section .action-button {
        width: 100%;
        text-align: center;
    }

    /* imagem circular: ainda 100% largura mas altura automática */
    .new-sticky-image-container {
        padding-bottom: 100%;
    }
}

@media (max-width: 920px) {

    .cursor {
        display: none;
    }
}