* {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --max-width: 1260px;
}

@media (max-width: 1260px) {
    :root {
        --max-width: 90%;
        margin: auto;
    }
}

::selection,
*::selection {
    background-color: #111;
    color: white;
}

html {
    scroll-behavior: smooth;
}

.menu-topo {
    background: #0000005c;
    display: block;
    z-index: 99;
    position: relative;
}

.area-logo img {
    width: 100px;
}

.li-menu a {
    font-family: "Josefin Sans", sans-serif;

}

.container-menu {
    display: flex;
    color: white;
    padding: 20px;
    max-width: var(--max-width);
    margin: auto;
    z-index: 2;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.container-menu a {
    color: white;
    text-decoration: none;
    margin-right: 15px;
    font-weight: 300;
    font-size: 18px;
}

li {
    list-style: none;
}

.container-banner {
    height: 70vh;
    display: flex;
    background: black;
    background-image: url('/img/banner.jpg');
    margin-top: -100px;
}

.ct-dentro-banner {
    height: 70vh;
    display: flex;
    background: rgba(0, 0, 0, 0.795);
    width: 100%;
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;
    font-family: "Dosis", sans-serif;
}

.ct-dentro-banner div {
    font-family: "Dosis", sans-serif;
}

.title-banner {
    letter-spacing: 6px;
    color: #b2b2b2;
    transition: 0.5s;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
}

.title-banner:hover {
    letter-spacing: 6px;
    color: white;
}

.sub-title-banner {
    font-size: 48px;
    margin-top: 20px;
    letter-spacing: 5px;
}

.container-sobre-mim {}

.ct-infos-sobre-mim {
    max-width: var(--max-width);
    margin: 40px auto;
    font-family: "Dosis", sans-serif;
    /* border-bottom: solid 1px #777; */
    padding-bottom: 10px;
}

.title {
    font-family: "Dosis", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
    color: #777;
    transition: 0.5s;
    padding: 5px 20px;
    width: fit-content;
    color: white;
    background: #111;
    font-weight: bold;
    border-radius: 5px;

}

.sub-title-sobre-mim {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 37px;
    margin: 20px 0;
    max-width: 50%;
}

.box-sobre-mim {
    /* max-width: 50%; */
}

.text-sobre-mim {
    font-weight: 500;
    font-size: 16px;
    color: #777;
    margin-top: 20px;
    line-height: 25px;
}


.container-servicos,
.container-como-trabalhamos,
.container-contato {
    padding: 40px 0;
    background: rgb(231, 231, 231);
    position: relative;
    overflow: hidden;
}

.container-sobre-mim:hover .title,
.container-servicos:hover .title,
.container-como-trabalhamos:hover .title,
.container-porque:hover .title,
.container-contato:hover .title,
.container-projetos:hover .title {
    /* color: #111;
    font-weight: bold; */
    color: white;
    background: #111;
    font-weight: bold;
}

.ct-servicos {
    max-width: var(--max-width);
    margin: 0 auto 40px auto;
}


.ct-do-ct-servicos {
    display: flex;
    align-items: center;
    padding-top: 40px;
}



.ct-do-ct-servicos>div {
    max-width: 50%;
    width: 50%;
    overflow: hidden;
    margin-left: 10%;
}

.ct-box-servicos-2 {
    margin-left: 0 !important;
    height: 570px;
    border-radius: 20px;
}

.ct-box-servicos-2 img {
    border-radius: 20px;
    /* max-width: 100%; */
}

.img-box-servicos {
    display: flex;
    justify-content: center;
    align-items: center;
}


.box-servicos {
    display: flex;
    /* border: solid 1px #777; */
    /* margin: 20px 0; */
    padding: 20px;
    padding-bottom: 40px;
    border-bottom: solid 1px #b1b1b1;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    position: relative;
    transition: 2s;
    flex-direction: column;
    position: relative;
    padding: 20px 0;
    margin: 10px 0px;
}


.box-servicos:hover .title-servicos {
    /* font-weight: 600; */
}

.box-servicos:hover .text-servicos {
    /* color: #111; */
    /* display: flex; */
}

.box-servicos::after {
    content: '+';
    width: 20px;
    height: 20px;
    position: absolute;
    /* background: #ffffff24; */
    width: 100%;
    height: 100%;
    text-align: center;
    /* display: none; */
    justify-content: end;
    align-items: center;
    font-size: 40px;
    cursor: pointer;
    transition: 2s;
    top: 10px;
    /* left: 0; */
    right: 0;
    bottom: 0;
    padding: 0 20px;
    display: flex;
    /* z-index: 999; */
    position: absolute;
    align-items: baseline;
}

.box-ativo::after {
    display: none;
}

.box-ativo .title-servicos {
    font-weight: 600;
}

.box-servicos:hover:after {
    /* display: flex; */
}

.title-servicos {
    width: 100%;
    font-weight: bold;
    font-family: 'Poppins';
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
    transition: 0.1s;
    font-weight: 500;
}

.text-servicos {
    color: #777;
    transform: 0.1s;
    width: 100%;
}


.text-servicos {
    color: #777;
    transform: 0.1s;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    display: none;
}

.bt-text-servicos {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    margin-top: 20px;
}

.bt-text-servicos a {
    color: white;
    background: #111;
    font-weight: bold;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}



.container-projetos {
    /* height: 100vh; */
}


.ct-project {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-project {
    margin-right: 1%;
    display: flex;
    flex-direction: column;
    width: 49%;
    overflow: hidden;
    position: relative;
}

.project-image {
    max-height: 400px;
    overflow: hidden;
    /* display: flex; */
    width: 100%;
}

.project-text {
    display: flex;
    background: #1111114d;
    color: white;
    width: initial;
    padding: 40px;
    /* position: absolute; */
    height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
    transition: 0.5s;
}

.project-text:hover,
.box-project:hover .project-text {
    background: #111;
}

.box-project img {
    max-width: 100%;
}

.ct-projetos {
    max-width: var(--max-width);
    margin: 40px auto;
}

.box-projetos {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
    margin-bottom: 40px;
}

.infos-projetos {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin-right: 10%;
    color: #777;
}

.image-projetos {
    height: 350px;
    background: #111;
    width: 30%;
}

.ano-projeto {
    background: #111;
    color: white;
    width: fit-content;
    padding: 5px 20px;
    /* margin-left: -20px;
    margin-top: -20px; */
    margin-bottom: 20px;
    border-radius: 5px;
}

.ct-como-trabalhamos {
    max-width: var(--max-width);
    margin: 0 auto 40px auto;
}

.ct-infos-como-trabalhamos {
    display: flex;
    margin-top: 40px;
}

.sub-como-trabalhamos {
    color: #777;
    margin: 20px 0;
    display: flex;
}

.box-como-trabalhamos {
    width: 24%;
    margin-right: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #777;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px;
    border-radius: 20px;
    transition: 0.5s;
}

.box-como-trabalhamos:hover {
    background: #111;
    color: white;
}

.box-como-trabalhamos:hover .etapa-como-trabalhamos {
    color: white;
}

.etapa-como-trabalhamos {
    font-size: 34px;
    text-align: center;
    color: #111;
    margin-bottom: 10px;
}



.ct-porque {
    max-width: var(--max-width);
    margin: 40px auto;
}

.ct-infos-porque {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.box-infos-porque {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #777;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.img-infos-porque {
    margin-bottom: 40px;
}

.title-infos-porque {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #111;
    font-weight: bold;
    font-family: "Dosis", sans-serif;
    font-size: 20px;
}

.container-contato .sub-title {
    margin-bottom: 40px;
}

.container-contato .text-sobre-mim {
    margin-top: 0px;
}


.ct-box-contato {
    display: flex;
}



.box-contato {
    width: 100%;
}

.infos-contato-ct {
    display: flex;
}

.box-infos-contato {
    width: 44%;
    padding: 40px 3%;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 20px;
    font-weight: bold;
    color: #111;
}

.box-infos-contato:last-child {
    /* background: red; */
    margin-left: 5%;
    margin-right: 2%;
}

.box-infos-contato>span {
    font-weight: 600;
    color: #111;
    display: flex;
    margin-top: 15px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.box-infos-contato>span>span {
    font-size: 26px;
}


/* ----- form --------- */
.form-contato {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}



.ct-form {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    border-radius: 5px;
    width: 100%;
}

.ct-form .text {
    text-align: center;
    font-size: 41px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.ct-form form .form-row {
    display: flex;
    margin: 32px 0;
}

form .form-row .input-data {
    width: 100%;
    height: 40px;
    margin: 0 20px;
    position: relative;
}

form .form-row .textarea {
    height: 70px;
}

.form-row-1 {
    width: 32%;
}

.form-row-2,
.form-row-3 {
    width: 100%;
}

.input-data input,
.textarea textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    outline: none;
}

.input-data input:focus~label,
.textarea textarea:focus~label,
.input-data input:valid~label,
.textarea textarea:valid~label {
    transform: translateY(-20px);
    font-size: 14px;
    color: #111;
}

.textarea textarea {
    resize: none;
    padding-top: 10px;
}

.input-data label {
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.textarea label {
    width: 100%;
    bottom: 40px;
    background: #fff;
}

.input-data .underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.input-data .underline:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #111;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.input-data input:focus~.underline:before,
.input-data input:valid~.underline:before,
.textarea textarea:focus~.underline:before,
.textarea textarea:valid~.underline:before {
    transform: scale(1);
}

.submit-btn .input-data {
    overflow: hidden;
    height: 45px !important;
    width: 100% !important;
    border-radius: 5px;
    margin-top: 20px !important;
}

.submit-btn .input-data .inner {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right, #111, #4d4d4d, #111, #111);
    transition: all 0.4s;
}

.submit-btn .input-data:hover .inner {
    left: 0;
}

.submit-btn .input-data input {
    background: none;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

@media (max-width: 700px) {
    .ct-form .text {
        font-size: 30px;
    }

    .ct-form form {
        padding: 10px 0 0 0;
        flex-wrap: wrap;
    }

    .ct-form form .form-row {
        display: block;
        width: 100%;
        padding: 0;
        margin: 10px 20px;
    }

    form .form-row .input-data {
        margin: 35px 0 !important;
        margin: 0 !important;
    }

    .submit-btn .input-data {
        width: 100% !important;
    }
}

/* Waves Animation start*/

.hero_area {
    position: relative;
    height: 70vh;
    background-color: black;
}

.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
    left: 0;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

/* Waves Animation end*/



.box {
    position: absolute;
    top: 0;
    transform: rotate(80deg);
    left: 0;
}

.box-1 {
    position: absolute;
    top: 0;
    transform: rotate(80deg);
    right: -500px;
}

.wave {
    position: absolute;
    opacity: .4;
    width: 1500px;
    height: 1300px;
    margin-left: -150px;
    margin-top: -250px;
    border-radius: 43%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

.wave.-one {
    animation: rotate 10000ms infinite linear;
    opacity: 5%;
    background: #777;
}

.wave.-two {
    animation: rotate 6000ms infinite linear;
    opacity: 10%;
    background: #777;
}



/* ------- progress ------------ */


.progress-barra {
    margin-top: 40px;
    display: flex;
    width: 100%;
}

.box-progress-barra {
    width: 48%;
    margin-right: 2%;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.tpl-progress .progress-bar {
    padding-top: 2px;
    position: relative;
    overflow: visible;
    background-color: #222;
    font-size: 11px;
    color: #000;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.tpl-progress {
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: visible;
    height: 2px;
    background: #f0f0f0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.tpl-progress .progress-bar>div {
    position: relative;
    top: 10px;
}

.tpl-progress .progress-bar>span {
    display: inline-block;
    min-width: 24px;
    height: 24px;
    padding: 0 3px;
    position: absolute;
    top: 0px;
    right: -5px;
    text-align: center;
    line-height: 23px;
    letter-spacing: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


.scroll-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #111;
    /* Borda preta */
    border-radius: 50%;
    /* Deixa a seta circular */
    background-color: white;
    /* Cor de fundo */
    text-decoration: none;
    /* Remove underline */
    transition: background 0.3s;
    overflow: hidden;
    /* Para ocultar qualquer parte que ultrapasse o círculo */
}

.scroll-button.visible {
    display: flex;
    /* Mostrar quando visível */
}

.scroll-button .arrow {
    font-size: 20px;
    color: black;
    margin-top: -5px;
}

/* Pseudo-elemento para borda preenchida */
.scroll-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* Bordas arredondadas */
    border: 1px solid blue;
    /* Cor da borda que será preenchida */
    clip-path: inset(0 0 0 100%);
    /* Inicialmente escondido */
    transform-origin: center;
    transition: transform 0.3s linear;
    z-index: -1;
    /* Para ficar atrás da seta */
}





.efeitoScroll {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.active {
    opacity: 1;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.text-footer a {
    text-decoration: none;
    color: #777;
    margin-bottom: 5px;
    display: flex;
}

.ct-sociais {
    display: flex;
    flex-direction: row;
}

.ct-sociais a {
    margin-right: 10px;
}

.ct-sociais a img {
    width: 32px;
}



@media (max-width: 1260px) {
    .title-banner {
        max-width: var(--max-width);
        margin: inherit auto;
        text-align: center;
    }
}


@media (max-width: 1024px) {



    .ct-project {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .box-project {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        /* max-width: var(--max-width); */
    }


    .project-text {
        background: rgba(0, 0, 0, 0.753);
    }

    .ct-infos-como-trabalhamos {
        flex-wrap: wrap;
    }

    .box-como-trabalhamos {
        width: 48%;
        margin-right: 1%;
    }

}


/* Oculta botão de menu em desktop */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 26px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    color: white;
}


@media (max-width: 767px) {
    .container-menu {
        flex-direction: column;
        align-items: center;
    }

    .menu-toggle {
        display: block;
    }

    .area-logo {
        order: -1;
        /* garante que a logo fique no topo */
    }

    .menu {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .menu.open {
        display: flex;
    }

    .menu .li-menu {
        flex-direction: column;
        gap: 10px;
    }

    .li-menu {
        position: absolute;
        background: white;
        width: 100%;
        /* height: 100%; */
        left: 0;
        top: 82px;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        width: 100vw;
        margin-left: -5.5%;
        color: black !important;
    }

    .container-menu a {
        color: black;
        text-decoration: none;
        margin-right: 15px;
        font-weight: 500;
        font-size: 18px;
        /* color: black !important; */
        text-transform: u;
        /* border-bottom: solid 1px; */
        /* width: 100%; */
        /* text-align: center; */
        margin-bottom: 10px;
    }

    .ct-do-ct-servicos>div {
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        margin-left: 0;
    }

    .ct-do-ct-servicos>div {
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        margin-left: 0;
    }

    .ct-do-ct-servicos {
        display: flex;
        align-items: center;
        padding-top: 40px;
        flex-wrap: wrap;
    }

    .ct-box-servicos-2 {
        height: 250px;
    }

    .sub-title-sobre-mim {
        max-width: 80%;
    }

    .box-infos-porque {
        width: 100%;
    }

}

@media (max-width: 500px) {

    .box-como-trabalhamos {
        width: 100%;

        margin: 0;
    }
}