:root {
    --claro: #ffffff;
    --escuro: #1d2c51;
    --escuro-secundario: #171f32;
    --laranja: #e95521;
    --cinza-fundo: #f0f0f0;
    --cinza-texto: #2c2c2c;
    --cinza-linha: rgb(197, 197, 197);
    --cinza-card: #f3f3f391;
    --sombra-card: 0px 0px 4px 0px rgba(0, 0, 0, 0.22);
    --header-bg: rgba(21, 30, 52, 0.87);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    overflow: hidden;
    width: 100%;
}

.marcas {
    display: flex;
    gap: 40px;
    width: max-content;
}

.logo {
    display: block;
    width: 11%;
    padding: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.separator {
    width: 1px;
    min-width: 1px;
    height: 15vh;
    background-color: var(--cinza-linha);
    margin: 0 24px;
}

.posicao-logo {
    display: flex;
    align-items: center;
}

.logotipo {
    width: 60%;
    margin-left: 50px;
}

.cabeçalho {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 95px;
    background: var(--header-bg);
}

.nav {
    width: 100%;
    font-size: 20px;
    color: white;
}

.navegacao {
    display: flex;
    justify-content: center;
}

.menu {
    display: flex;
    justify-content: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-link {
    position: relative;
    padding: 0.5rem 0;
    color: var(--claro);
    font-weight: 500;
    text-decoration: none;
}

.menu-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--laranja);
    transition: width 0.5s ease;
}

.menu-link:hover::after {
    width: 100%;
}

.faça-orçamento {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 40px;
    margin-right: 50px;
    background-color: var(--laranja);
    border-radius: 3px;
    cursor: pointer;
    flex-shrink: 0;
}

.faça-orçamento span {
    margin: 0;
    color: white;
    font-weight: 400;
    font-size: 18px;
}

.plane-icon {
    width: 28px;
    margin-top: 10px;
}

.background-image-main {
    min-height: 98vh;
    background:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("./img/kyocera-printers-office-solution.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.container-omelhor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 94vh;
    color: white;
}

.text-omelhor {
    width: min(562.85px, 90%);
    min-height: 414.9px;
    margin-top: 13%;
    margin-left: 12%;
}

.text-omelhor h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.text-omelhor h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
}

.text-omelhor p {
    font-size: 20px;
    font-weight: 400;
}

.quero-orçamento {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    padding: 15px 40px;
    background-color: var(--laranja);
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
    white-space: nowrap;
}

.main-container {
    width: 100%;
    background-color: var(--cinza-fundo);
}

.sub-container-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 320px;
    padding: 40px 20px 0;
}

.section-label {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
    color: var(--laranja);
}

.sub-container-1 h2 {
    margin: 4px;
    font-size: 30px;
    color: var(--escuro-secundario);
    text-align: center;
}

.sub-container-2 {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    padding: 80px 20px 40px;
}

.square-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: min(35%, 560px);
    min-height: 620px;
    padding: 100px 0 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: var(--sombra-card);
}

.square-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(35%, 560px);
    min-height: 620px;
    padding: 20px;
    background-color: rgb(0, 170, 255);
    border-radius: 10px;
    box-shadow: var(--sombra-card);
    color: white;
    font-size: 50px;
    text-align: center;
}

.square-2 p {
    margin: 0;
}

.img-container {
    position: absolute;
    top: -90px;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
}

.img-container img {
    width: 220px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.img-container img:hover {
    transform: scale(1.1) translateY(-5px);
}

.sub-text {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 70%;
    min-height: 100px;
}

.sub-text h2 {
    margin: 0;
    color: var(--escuro);
    font-size: 25px;
    text-align: center;
}

.sub-text-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
}

.sub-text-1 p {
    color: var(--cinza-texto);
    font-size: 16px;
    text-align: center;
}

.container-squares {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
    gap: 25px;
    padding: 0 24px;
}

.mini-square-l,
.mini-square-r {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
    min-height: 250px;
    padding-bottom: 16px;
    background-color: var(--cinza-card);
    border-radius: 15px;
}

.square-text {
    width: 80%;
}

.mini-square-l h3,
.mini-square-r h3 {
    color: var(--escuro);
    font-weight: 600;
    text-align: center;
}

.mini-square-l p,
.mini-square-r p {
    color: var(--cinza-texto);
    text-align: center;
}

.icon-home {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-top: 10px;
}

.saiba-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding-top: 10px;
}

.saiba {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87%;
    height: 48px;
    border: 2px solid;
    border-radius: 5px;
    background-color: var(--laranja);
    color: white;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.saiba:hover {
    background-color: white;
    color: var(--laranja);
    border-color: var(--laranja);
    transition: all 0.3s;
}

.area-parcerias {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 180px;
    background-color: aqua;
    color: white;
    font-size: 80px;
    text-align: center;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 60px;
}

.area-parcerias h2 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.sobre-nos {
    display: flex;
    width: 100%;
    min-height: 300px;
}

.move-img {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    width: 100%;
    min-height: 100%;
}

.sobre-nos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Outsourcing {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    background-color: var(--escuro);
}

.Outsourcing-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: 63px auto;
    padding: 0 20px;
}

.Outsourcing-container .section-label {
    color: var(--laranja);
    font-size: 16px;
    font-weight: 900;
}

.Outsourcing-container h2 {
    margin: 4px;
    color: white;
    font-size: 38px;
    font-weight: 700;
}

.p {
    display: flex;
    width: min(30vw, 100%);
}

.Outsourcing-container p {
    margin: 4px;
    color: white;
    font-size: 22px;
    font-weight: 400;
}

.saiba-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    min-height: 54px;
    margin-top: 23px;
    border: 2px solid;
    border-radius: 5px;
    background-color: var(--laranja);
    color: white;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.saiba-1:hover {
    background-color: white;
    color: var(--laranja);
    border-color: var(--laranja);
    transition: all 0.3s;
}

.anos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40vh;
    padding: 40px 20px;
}

.anos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(1100px, 100%);
}

.card-1,
.card-2,
.card-3 {
    display: flex;
    flex-direction: column;
    width: 20vw;
    min-width: 220px;
}

.card-1 {
    padding-right: 10px;
}

.card-3 {
    padding-left: 10px;
}

.card-1 h2,
.card-3 h2 {
    margin: 0;
    color: #ea5521;
    font-weight: 600;
}

.card-1 p,
.card-2 p,
.card-3 p {
    margin: 0;
    color: #1d2d51;
    font-size: 20px;
}

.card-2 {
    align-items: center;
    text-align: center;
}

.card-2 h2 {
    margin: 0;
    color: #ea5521;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: bold;
}

.card-2 p strong {
    font-size: 25px;
}

.card-3 p {
    margin-top: 3px;
}

@media (max-width: 1024px) {
    .cabeçalho {
        padding: 0 16px;
    }

    .logotipo {
        margin-left: 20px;
    }

    .faça-orçamento {
        width: 240px;
        margin-right: 20px;
    }

    .text-omelhor {
        margin-left: 6%;
    }

    .sub-container-2 {
        flex-direction: column;
        align-items: center;
    }

    .square-1,
    .square-2 {
        width: min(90%, 700px);
        min-height: auto;
    }

    .sobre-nos {
        flex-direction: column;
        min-height: auto;
    }

    .move-img,
    .Outsourcing {
        width: 100%;
    }

    .p {
        width: 100%;
    }

    .anos {
        flex-wrap: wrap;
        gap: 24px;
    }

    .separator {
        display: none;
    }

    .card-1,
    .card-2,
    .card-3 {
        width: 30%;
        min-width: 260px;
        padding: 0;
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .cabeçalho {
        flex-wrap: wrap;
        height: auto;
        gap: 12px;
        padding: 12px 16px;
    }

    .posicao-logo {
        width: 100%;
        justify-content: center;
    }

    .logotipo {
        width: 180px;
        margin-left: 0;
    }

    .nav {
        width: 100%;
    }

    .menu {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .faça-orçamento {
        width: 100%;
        max-width: 290px;
        margin-right: 0;
    }

    .background-image-main {
        padding-top: 130px;
    }

    .container-omelhor {
        min-height: auto;
        padding: 40px 0;
    }

    .text-omelhor {
        width: 90%;
        min-height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .text-omelhor h2 {
        font-size: 30px;
    }

    .text-omelhor p {
        font-size: 18px;
    }

    .quero-orçamento {
        margin: 0 auto;
    }

    .sub-container-1 {
        min-height: auto;
        padding: 60px 20px 30px;
    }

    .sub-container-1 h2 {
        text-align: center;
    }

    .container-squares {
        flex-direction: column;
        align-items: center;
    }

    .mini-square-l,
    .mini-square-r {
        width: 100%;
        max-width: 420px;
    }

    .area-parcerias {
        font-size: 42px;
    }

    .Outsourcing-container h2 {
        font-size: 30px;
    }

    .Outsourcing-container p {
        font-size: 18px;
    }

    .saiba-1 {
        width: 100%;
        max-width: 220px;
    }

    .anos-container {
        min-height: auto;
    }

    .anos {
        flex-direction: column;
    }

    .card-1,
    .card-2,
    .card-3 {
        width: 100%;
        max-width: 420px;
    }

    .card-2 h2 {
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    .text-omelhor h2 {
        font-size: 26px;
    }

    .text-omelhor p {
        font-size: 16px;
    }

    .sub-text {
        width: 85%;
    }

    .sub-text h2 {
        font-size: 22px;
    }

    .sub-text-1 {
        width: 85%;
    }

    .area-parcerias {
        font-size: 32px;
    }

    .Outsourcing-container h2 {
        font-size: 26px;
    }

    .card-1 p,
    .card-2 p,
    .card-3 p {
        font-size: 18px;
    }

    .card-2 h2 {
        font-size: 40px;
    }
}