*{
    margin: 0;
    padding: 0;
    font-family: "Genos", serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    overflow-x: hidden;
    background-color: #242424;
    color: white;
}

header {
    display: flex;
    justify-content: space-around;
}

.logo {
    width: 100px;
}
/*PERSONALIZAÇÃO DOS LINKS DO CABEÇALHO*/
.link-header {
    display: flex;
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 5px 15px;
    background-color: transparent;
    color: #e09200;
    align-items: center;
}
/*PERSONALIZAÇÃO DOS LINKS DO CABEÇALHO*/
.link-header:hover {
    background-color: #e09200;
    color: #ffffff;
    transition: 0.3s;
}

#menu-button {
    display: none;
}

#fechar-menu {
    display: none;
}

.div-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.div-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-header {
    padding: 8px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    background-color: #008B8B;
    color: #ffffff;
    cursor: pointer;
    width: 145px;
    align-items: center;
}

.button-header:hover {
    background-color: #FFA500;
    color: #242424;
}

.image-bg {
    background-image: url(assets/cta.jpg);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(to ritgh, #242424);
}


.button-cta {
    background-color: #008B8B;
    color: #ffffff;
}

.div-h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90%;
}

h1{
    font-family: "Audiowide", serif;
    font-size: 50px;
    text-align: center;
    width: 40vw;
    padding: 40px;
    text-align: center;
}

h2 {
    color: #ffffff;
    font-size: 56px;
}

h3 {
    font-size: 35px;
    margin-top: 20px;
    color: orange;
}

.servicos {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

p{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    text-align: left;
}

.services {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    flex-wrap: wrap;
}

.services-s-lp {
    width: 100%;
}

.services-s-lp p {
    text-align: center;
}

.ul-itens {
    display: flex;
    gap: 16px;
    justify-content: center;
}

li {
    list-style: none;
    font-size: 24px;
    margin: 10px 0;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.faixa-laranja {
    background-color: #e09200;
    width: 100%;
    padding: 10px 0px 20px 0;
}

a{
    text-decoration: none;
    background-color: #008B8B;
    color: white;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    width: 100px;
    height: 30px;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 600;
    margin: 10px;
}

a:hover {
    background-color: #e09200;
    transition: 0.3s;
    transform: scale(1.05);
}

a:active {
    opacity: 0.6;
}

.links{
    display: flex;
    align-items: center;
    height: 150px; 
}

strong{
    color: orange;
    font-family: "Audiowide", serif;
}

.link-texto{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 840px;
}

.sobre{
    display: flex;
    background-color: #e09200;
    justify-content: center;
    padding: 30px 40px;
}

.titulo-tec {
    color: #242424;
    margin-bottom: 20px;
    text-align: center;
}

.tecnologias {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.tecnologias-criacao:hover {
    transform: scale(1.3);
    transition: 0.5s;
    overflow: hidden;
}

.depoimentos {
    display: flex;
    justify-content: space-around;
}

.client-depoiment {
    width: 500px;
    background-color: #242424;
    border-radius: 20px;
    padding: 10px 60px;
    margin-top: 20px;
    box-shadow: 1px 1px 30px #FFA500;
}

main{
    max-width: 1400px;
    margin: 10px auto;
    padding-top: 40px;
}

main h2 {
    text-align: center;
}

.grid-projetos{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
}

.div-projeto p {
    text-align: center;
}

.div-projeto:hover {
    overflow: hidden;
    transform: scale(1.03);
    transition: 0.3s;
}

.projetos {
    width: 200px;
    margin: 0 auto;
    display: flex;
    font-size: 20px;
    align-items: center;
}

.links-projetos {
    margin: 0 auto;
}

.img-projetos {
    width: 80%;
    display: block;
    margin: 10px auto;
    justify-content: center;
    box-shadow: 1px 1px 15px #e09200;
    border-radius: 10px;
}

footer {
    background-color: #e09200;
    display: flex;
    justify-content: space-around;
    padding: 15px;
}

footer p {
    font-size: 16px;
}

footer a {
    background-color: #e09200;
}

h4 {
    font-size: 30px;
}

.redes-sociais {
    display: flex;
    align-items: center;
}

#instagram {
    padding: 5px;
    margin: 0;
}

#github {
    padding: 5px;
    margin: 0;
}

#linkedin {
    padding: 5px;
    margin: 0;
}

#whatsapp {
    padding: 5px;
    margin: 0;
}

.button-service {
    padding: 8px 30px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    background-color: #008B8B;
    color: #ffffff;
    cursor: pointer;
    width: 160px;
    align-items: center;
    justify-content: center;
}

.button-center {
    display: flex;
    justify-content: center;
}

.button-service:hover {
    background-color: #e09200;
}

.button-center {
    text-align: center;
    padding: 20px;
}

.mascara {
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);
    transition: visibility 0.1s ease-in-out;
    z-index: 0;
}

.seta-para-topo {
    background-color: transparent;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    opacity: 0;
    pointer-events: none;
    border: none;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #242424;
    background-color: #e09200;
    z-index: 9999;
}

.seta-para-topo.visivel {
    opacity: 1;
    pointer-events: auto;
  }

.caixa-video {
    position: fixed;
    z-index: -1;
    top: 0;
}

video {
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
}

/*PÁGINA DE OBRIGADO*/

.thankyou-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 85vh;
}

.thankyou-page a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 5px 40px;
}

.buttons-thankyou-page {
    display: flex;
}

.buttons-thankyou-page a {
    vertical-align: middle;
}

.div-thankyou-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #242424;
    border-radius: 30px;
    box-shadow: 1px 1px 10px #FFA500;
}

/*PÁGINA DE FORMULÁRIO*/

.section-formulario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 95vh;
}

form {
    height: 90%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 450px;
    width: 400px;
    background-color: #e09200;
    padding: 30px;
    border-radius: 20px;
}

input {
    padding: 8px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    border-radius: 10px;
    border: none;
}

input:focus {
    outline: none;
    border: 2px solid #242424;
    transition: .3s;
}

.form-button {
    padding: 8px;
    background-color: #0077b5;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    margin-top: 15px;
    cursor: pointer;
}

.div-formulario {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #242424;
    border-radius: 30px;
}

label {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}

.atendimento {
    font-weight: 600;
    gap: 12px;
}

.escolhas {
    flex-direction: row;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.check {
    transform: scale(1.5);
    border: none;
}

.escolhas-check {
    flex-direction: row;
    gap: 8px;
}

#whatsapp-button {
    background-color: #00bb2d;
}

#tel-button {
    background-color: #FE2712;
}

@media screen and (max-width: 875px){
    html {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
        padding: 0;
    }

    [data-aos] {
        opacity: 0;
    }

    header {
        display: flex;
        justify-content: space-around;
        flex-direction: row-reverse;
    }

    .logo {
        width: 90px;
    }

   .div-header {
        display: none;
        flex-direction: column;
        position:absolute;
        top: 0;
        left:0;
        background-color: #242424;
        padding: 50px;
        height: 100%;
        gap: 10px;
        justify-content: flex-start;
        z-index: 1;
    }

    .div-button {
        display: none;
    }

    .div-button-mobile {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    #menu-button {
        display: block;
        width: 50px;
        background-color: transparent;
        border: none;
        font-size: 30px;
        color: #e09200;
    }

    #fechar-menu {
        position:absolute;
        top: 8px;
        left:0;
        width: 50px;
        background-color: #242424;
        border: none;
        font-size: 30px;
        color: #e09200;
    }

    .link-header {
        margin: 0;
        padding: 5px;
        font-size: 18px;
    }

    .button-header {
        font-size: 14px;
        padding: 8px;
        margin-top: 10px;
    }

    main {
        display: flex;
        flex-direction: column;
        width: 90%;
    }

    .ul-itens {
        flex-direction: column;
        gap: 0;
        justify-content: center;
    }

    li {
        margin: 0;
    }

    .faixa-laranja {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tecnologias {
        width: 80%;
        gap: 8px;
    }

    .sobre {
        flex-direction: column;
        align-items: center;
    }

    h1 {
        font-size: 28px;
        width: 80%;
        height: 50%;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .div-h1 {
        justify-content: flex-start;
    }

    .image-bg {
        height: 45vh;
    }

    .services {
        flex-direction: column;
    }

    .button-service {
        font-size: 14px;
        padding: 8px;
    }

    .servicos {
        font-size: 32px;
    }

    h2 {
        font-size: 40px;
        margin: 0 auto;
        text-align: center;
    }

    h3 {
        font-size: 30px;
        text-align: center;
    }

    p {
        width: 90%;
        font-size: 20px;
        display: block;
        margin: 10px auto;
        text-align: center;
    }

    .link-texto {
        width: 90%;
    }

    .link-texto {
        align-items: center;
    }

    a {
        width: 80px;
        height: 20px;
        font-size: 16px;
    }

    .links {
        height: 80px;
    }

    .depoimentos {
        flex-direction: column;
        gap: 20px;
    }

    .client-depoiment {
        max-width: 90%;
        padding: 5px 20px;
        box-shadow: 1px 1px 10px #FFA500;
    }

    .projetos {
        display: block;
        margin: 10px auto;
        text-align: center;
    }

    .grid-projetos {
        grid-template-columns: 1fr;
    }

    footer {
        flex-direction: column;
        padding: 35px;
    }

    footer h4 {
        text-align: center;
    }

    .redes-sociais {
        max-width: 100vw;
    }

    /*PÁGINA DE FORMULÁRIO*/

    .div-formulario {
        width: 80%;
    }

    form {
        padding: 20px;
        width: 80%;
        height: 80%;
    }

    /*PÁGINA DE OBRIGADO*/
    .div-thankyou-page {
        justify-content: center;
        align-items: center;
        width: 80%;
    }

    .div-thankyou-page a {
        font-size: 12px;
    }

}