/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ROOT */
html {
    font-size: 16px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

* {
    --main-color: #03995B;
    --secondary-color: #fff;
    --text: #000;
    --padding-y: 0 5% 0 5%;
    --padding-mobile: 0 5% 0 5%;
    --title: 24px;
    --paragraph: 14px;
    letter-spacing: -0.02em;
}


/* NAVEGAÇÃO */
.navigationContainer {
    padding: var(--padding-y);
    background-size: 100% 100%;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation img {
    width: 10%;
}

.navigation nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    overflow: none;
    text-align: center;
    justify-content: space-between;
}

.navigation nav ul li a {
    text-decoration: none;
    color: var(--main-color);
    font-size: 80%;
    font-weight: bold;
}

.here::before {
    content: "I";
    background-color: var(--main-color);
    margin-right: 5px;
    font-weight: 100;
}

.navigationMobile {
    display: none;
}

/* HERO */

.heroContainer {
    background-image: url(./midia/hero-image.png);
    background-size: cover;
    background-position: center;
    height: 584px;
    border-radius: 0 0 150px 150px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: var(--padding-y);
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero h1, .hero h3 {
    color: var(--secondary-color);
}

.hero h1 {
    font-size: 74px;
    font-family: 'Poppins', sans-serif; font-weight: 900; letter-spacing: -0.03em;
    margin-bottom: 0;
    margin-top: 0;
}

.heroButtons {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 20px;
}

.buttonSolucoes {
    background-color: var(--main-color);
    color: var(--secondary-color);
    padding: 16px 60px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    text-justify: center;
    transition: 0.5s;
    cursor: pointer;
}

.buttonSolucoes:hover {
    transform: scale(1.05);
}

.buttonSolucoes:active {
    transform: scale(1);
}

.buttonCotacao {
    border: 2px solid white;
    background-color: transparent;
    color: var(--secondary-color);
    padding: 16px 60px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    text-justify: center;
    transition: 0.5s;
    cursor: pointer;
}

.buttonCotacao:hover {
    transform: scale(1.05);
}

.buttonCotacao:active {
    transform: scale(1);
}

/* INFO CONTAINER */

.infoContainer {
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    margin-top: -60px;
    background-color: transparent;
}

.infoText {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 50px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    width: 900px;
    border-radius: 100px;
    background-color: var(--secondary-color);
}

.infoText div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.infoText div h2 {
    font-size: 64px;
    font-family: 'Poppins', sans-serif; font-weight: 800; letter-spacing: -0.02em;
    color: var(--main-color);
    margin: 0;
}

.infoText div p {
    font-size: 16px;
    font-weight: bold;
}


/* FORM */

.formContainer {
    padding: var(--padding-y);
    margin-bottom: 50px;
    margin-top: 100px;
}

.formContainer h2 {
    margin-bottom: 50px;
    font-size: 40px;
    font-family: 'Poppins', sans-serif; font-weight: 800; letter-spacing: -0.02em;
    color: var(--main-color);
}

input {
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: inset -1px 8px 11px -6px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 5px;
    padding-left: 10px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

/* Estilos para placeholders */
input::placeholder {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #999;
}

input::-webkit-input-placeholder {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #999;
}

input::-moz-placeholder {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #999;
}

input:-ms-input-placeholder {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #999;
}


#file-name {
    margin-left: 10px;
    font-style: italic;
    color: #555;
}

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

.inputGroup {
    display: flex;
    flex-direction: column;
}

.mailAndPhone {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.mailAndPhone input {
    width: 618px;
}

.resumeAttach {
    background-color: var(--main-color);
    color: var(--secondary-color);
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    text-justify: center;
    transition: 0.5s;
    cursor: pointer;
    width: fit-content;
}

.resumeAttach:hover {
    transform: scale(1.05);
}

.resumeInput {
    margin-bottom: 30px;
}

#mensagem {
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: inset -1px 8px 11px -6px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 10px;
}

.sendMessage {
    background-color: var(--main-color);
    color: var(--secondary-color);
    padding: 16px 60px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    text-justify: center;
    transition: 0.5s;
    cursor: pointer;
}

.sendMessage:hover {
    transform: scale(1.05);
}

.fileAdded {
    font-size: 12px;
    margin-top: 5px;
    color: grey;
    display: none;
}

.remove {
    cursor: pointer;
    margin-top: 5px;
    display: none;
}

.remove:hover {
    color: red;
}










/* FOOTER */

.footerOne {
    background-image: url(./midia/footer-bg.png);
    background-size: cover;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: var(--padding-y);
    padding-top: 50px;
    padding-bottom: 50px;
}

.footerLogo img {
    height: 50px;
}

.footerText h2 {
    font-size: 60px;
    color: var(--secondary-color);
    font-family: 'Poppins', sans-serif; font-weight: 800; letter-spacing: -0.02em;
    margin-top: 0;
}

.footerText p {
    font-size: 20px;
    color: var(--secondary-color);
}

.footerTwo {
    background-color: #001A2A;
    padding: var(--padding-y);
    padding-top: 50px;
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: var(--secondary-color);
    gap: 460px;
}

.footerTwo h3 {
    font-size: 36px;
    font-family: 'Poppins', sans-serif; font-weight: 800; letter-spacing: -0.02em;
}

.footerTwo p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
}

.trabalheConoscoFooter {
    padding: 16px 90px;
    background-color: var(--main-color);
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
}



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

    /* ROOT */
    html {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    body {
        padding: 0;
        margin: 0;
        font-size: 12px;
        width: 100%;
        max-width: 600px;
        overflow-x: hidden;
    }

    /* NAVIGATION MOBILE */
    .navigationContainer {
        padding: var(--padding-mobile);
        display: flex;
        height: 50px;
    }
    
    .navigation {
        display: none;
    }

    /* Configuração do menu mobile */
    .navigationMobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 15px;
        position: relative;
    }

    /* Estilização do logotipo */
    .navigationMobile img {
        width: 120px; /* Ajuste conforme necessário */
    }

    /* Ícone do menu hambúrguer */
    .navigationMobile div p {
        font-size: 30px;
        cursor: pointer;
        color: var(--main-color);
        margin: 0;
        user-select: none;
    }

    /* Oculta o menu por padrão */
    .navigationMobile nav {
        display: none;
        position: absolute;
        top: 60px;
        right: 10px;
        background: white;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 10px;
        width: 150px;
    }

    /* Exibe o menu quando ativo */
    .navigationMobile nav.active {
        display: block;
    }

    /* Estilização dos links do menu */
    .navigationMobile nav p {
        margin: 0;
        padding: 10px 15px;
        text-align: left;
    }

    .navigationMobile nav p a {
        text-decoration: none;
        color: var(--main-color);
        font-size: var(--paragraph);
        font-weight: bold;
        display: block;
    }

    /* HERO MOBILE */

    .heroContainer {
        padding: var(--padding-mobile);
        height: 260px;
        border-radius: 0 0 50px 50px;
    }

    .hero h1 {
        font-size: 20px;
        font-family: 'Poppins', sans-serif; font-weight: 800; letter-spacing: -0.02em;
    }

    .hero h3 {
        font-size: 10px;
        width: 400px;
    }

    .heroButtons {
        gap: 30px;
    }

    .buttonSolucoes {
        padding: 10px 30px;
        font-size: 12px;
        text-align: center;
    }

    .buttonCotacao {
        padding: 10px 30px;
        font-size: 12px;
        text-align: center;
    }

    /* INFO CONTAINER MOBILE*/


    .infoContainer {
        margin-top: -20px;
    }


    .infoText {
        gap: 12px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
        width: fit-content;
        border-radius: 50px;
        background-color: var(--secondary-color);
        padding: 10px 16px;
    }

    .infoText div {
        gap: 6px;
    }

    .infoText div h2 {
        font-size: var(--title);
    }
    
    .infoText div p {
        font-size: 8px;
    }

    /* FORM MOBILE*/

    .formContainer h2 {
        font-size: var(--title);
    }

    label {
        font-size: var(--paragraph);
    }

    button {
        font-size: var(--paragraph);
    }


    /* FOOTER MOBILE */

    .footerOne {
        background-position: center;
        background-size: cover;
    }

    .footerLogo img {
        width: 70px;
        height: auto;
    }


    .footerTwo {
        gap: 30px;
        display: flex;
        flex-direction: column;
    }

    .footerText h2 {
        font-size: 18px;
    }

    .footerText p {
        font-size: var(--paragraph);
    }

    .footerTwo h3 {
        font-size: var(--title);
    }

    .footerTwo p {
        font-size: var(--paragraph);
    }


}    