@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: 'Ubuntu', sans-serif;
}

body {
    background-repeat: no-repeat;
    background-size: 100vh;
    background: linear-gradient(to bottom, #75C2F6 20%, #1D5D9B 80%);
    overflow-y: scroll;
    min-height: 100vh;
    color: #fff;
}

.padrao {
    padding-left: 15%;
    padding-right: 15%;
}

.navegacao {
    border-bottom: 2px solid #fff;
    width: 100vw;
    height: 80px;
    margin-bottom: 10%;
    padding-left: 15%;
    padding-right: 15%;
}



nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    justify-items: center;
}

.navbar {
    display: none;
}



.caixa-logo {
    display: flex;
    width: 80px;
    height: 100px;
}

.logo {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 5px;
    margin-top: 5px;
}

.caixa-links {
    align-items: center;
    justify-items: center;
    display: flex;
    cursor: pointer;
    justify-content: space-evenly;
}

a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: 0.5s ease;
}

.link {
    margin-left: 20px;
    border-bottom: transparent 3px solid;
    transition: 0.5s ease;
}

.link:hover {
    border-bottom: #F4D160 3px solid;
}

.inicio {
    margin: 10% 0;
}

.hr-inferior {
    border-top: 2px solid #fff;
    width: 100vw;
    margin-top: 80px;
}

.descricao {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

.texto-descricao {
    font-size: 50px;
}

.texto-descricao span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-weight: 700;
}

.paragrafo-descricao {
    color: #F4D160;
    font-size: 20px;
    margin-top: 10px;
}

.descricao-img {
    width: 400px;
    height: 400px;
}

.descricao-img-mobile {
    display: none;
}

.btn-nav {
    display: none;
}

.perfil {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: 0 4px 8px rgba(176, 174, 174, 0.8);
}

.rodape {
    position: fixed;
    bottom: 0;
    border-top: 2px solid #fff;
    display: flex;
    width: 100vw;
    padding: 25px;
    justify-content: center;
}

.rodape2,
.rodape3 {
    position: fixed;
    bottom: 0;
    border-top: 2px solid #fff;
    display: flex;
    width: 100vw;
    padding: 25px;
    justify-content: center;
}

/* Sobre mim */

.caixa-sobre,
.habilidades,
.serviços,
.menu-hamburguer {
    background-color: #1D5D9B;
    padding: 25px;
    margin-top: 10px;
    opacity: 0.7;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(176, 174, 174, 0.8);
}

.caixa-sobre h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}

.caixa-sobre p {
    font-size: 20px;
}

.habilidades {
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 100%;
    max-height: 400px;
}

.caixa-habilidades {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.caixa-habilidades h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}

.caixa-habilidades img {
    display: flex;
    width: 100px;
    height: 100px;
    gap: 10px;
}

.carousel-descricao {
    margin: 10px;
}

.carousel-descricao p {
    display: flex;
    text-align: center;
    align-items: center;
    margin: 25%;
    justify-content: center;
}

/* Serviços  */

.caixa-serviços {
    display: block;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.caixa-serviços div {
    display: flex;
}

.titulo-serviços {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}

.serviços {
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 25px;
    margin-left: 10px;
}

.serviços div {
    display: flex;
    justify-content: left;
    gap: 10px;
}

.serviços div img {
    width: 25px;
    height: 25px;
    justify-content: center;
}

.serviços div h1 {
    display: flex;
    justify-content: left;
    font-size: 16px;
}

.texto-serviços {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    font-size: 16px;
}

/* Contato */

.caixa-contatos {
    display: block;
    justify-content: center;
    align-items: center;
}

.titulo-contatos {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}

.contatos {
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
}

.contatos-responsivo {
    display: flex;
    flex-direction: column;
}

.contatos:hover {
    animation: animacao 1s infinite;
}

@keyframes animacao {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
    }
}

.caixa-formulario {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(176, 174, 174, 0.8);
    background-color: #1D5D9B;
    opacity: 0.7;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.caixa-formulario form {
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 10px;
}

.caixa-formulario input {
    width: 300px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 10px;
    outline: none;
}

.caixa-formulario input:focus {
    border: 2px solid #fff;
    border-radius: 16px;
}

.caixa-formulario input::placeholder {
    color: #fff;
}

.caixa-formulario textarea {
    width: 300px;
    height: 100px;
    color: #fff;
    font-size: 20px;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 10px;
    outline: none;
}

.caixa-formulario textarea::placeholder {
    color: #fff;
}

.caixa-formulario textarea:focus {
    border: 2px solid #fff;
    border-radius: 16px;
}

.formulario-titulo {
    font-size: 46px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}

.label {
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: left;
}

.caixa-formulario button {
    width: 300px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    transition: 0.5s;
}

.caixa-formulario button:hover {
    background-color: #fff;
    color: #1D5D9B;
    border: 2px solid #fff;
}

.obg-contato {
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(176, 174, 174, 0.8);
    background-color: #1D5D9B;
    position: absolute;
    top: 12%;
    left: 33%;
    min-height: 550px;
}

.obg-contato h4 {
    font-size: 30px;
    margin-top: 45%;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.obg-contato p {
    font-size: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.obg-contato button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F4D160;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 15px;
    margin: 10px auto;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.icons8 {
    margin-top: 20px;
    color: transparent;
}

/* Projetos */

.caixa-projetos {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.titulo-projetos {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}


.projetos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    max-width: 60%;
}

.projetos-2 {
    margin-top: 11px;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 11px;
    max-width: 60%;
}

.projeto-descricao h3 {
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: bolder;
    margin: 10px 0;
}

.projeto-descricao p {
    font-size: 18px;
    margin-bottom: 10px;
}

.pro {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(176, 174, 174, 0.8);
    background-color: #1D5D9B;
    opacity: 0.7;
    padding: 25px;
    max-width: 350px;
}

.projetos-img {
    width: 300px;
    border-radius: 16px;
}

.projetos-hab {
    display: flex;
}

.projetos-hab img {
    width: 24px;
    margin-right: 5px;
}

.projetos div a,
.projetos-2 div a {
    width: 300px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    transition: 0.5s;
    margin-top: 10px;
    text-decoration: none;
}

.projetos div a:hover,
.projetos-2 div a:hover {
    background-color: #fff;
    color: #1D5D9B;
    border-radius: 16px;
    border: 2px solid #fff;
}

.mostrar-projetos {
    background-color: #F4D160;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    border: none;
    z-index: 1;
    border-radius: 16px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.fechar-projetos {
    background-color: #F4D160;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    border: none;
    z-index: 3;
    border-radius: 16px;
    margin: 30px auto;
    display: none;
    justify-content: center;
}

.fechar-projetos i {
    margin-left: 5px;
}



/* Responsividade */

@media (max-width: 800px) {

    .navegacao {
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 20%;
    }

    .padrao {
        padding-left: 5%;
        padding-right: 5%;
    }

    .padrao-responsivo {
        margin: 15% 0;
    }

    .inicio {
        margin: 10% 0;
    }

    .responsivo {
        overflow: scroll;
    }

    .descricao-img {
        align-items: center;
        width: 300px;
        height: 300px;
    }

    .perfil {
        width: 300px;
        height: 300px;
    }

    .texto-descricao {
        font-size: 30px;
    }

    .paragrafo-descricao {
        font-size: 16px;
    }

    .rodape {
        position: fixed;
        bottom: 0;
        border-top: 2px solid #fff;
        display: flex;
        width: 100vw;
        padding: 20px;
        justify-content: center;
    }

    .card-responsivo {
        display: flex;
        flex-direction: column;
    }

    .icons8 {
        margin-top: 5px;
        font-size: 5px;
    }

    .caixa-habilidades img {
        display: flex;
        width: 80px;
        height: 80px;
        gap: 10px;
    }

    .serviços {
        padding: 15px;
    }

    .caixa-projetos {
        display: flex;
        flex-direction: column;
    }

    .projetos {
        display: flex;
        flex-direction: column;
        gap: 11px;
        max-width: 100%;
    }

    .projetos-2 {
        display: none;
        flex-direction: column;
        gap: 11px;
        max-width: 100%;
    }

    .pro {
        max-width: 90%;
    }

    .projetos .pro a,
    .projetos-2 .pro a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 11px auto;
    }

    .pro-responsivo {
        display: flex;
        margin-bottom: 11px 0;
    }

    .pro-responsivo img {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .pro-responsivo div {
        display: flex;
        flex-direction: column;
    }

    .pro-responsivo div .projetos-hab {
        display: flex;
        flex-direction: row;
        margin-left: 20px;
    }

    .projeto-descricao {
        margin-left: 20px;
    }

    .projeto-descricao h3 {
        display: flex;
        justify-content: left;
    }

    .obg-contato {
        top: 28%;
        left: 15%;
        min-height: 550px;
    }
}

@media (max-width: 560px) {
    .navegacao {
        padding-left: 0;
        padding-right: 0;
        width: 100vw;
    }

    nav {
        display: none;
    }

    .navbar {
        width: 100vw;
        display: flex;
    }
        .navbar.fixed-top {
        position: static !important;
        top: auto !important;
        width: 100%;
    }
    .navbar-bg {
        background-color: transparent;
        width: 100vw;
    }

    .navbar-logo {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        padding: 10px;
    }

    .inicio {
        margin: 0;
    }

    .descricao {
        display: block;
    }

    .descricao-img {
        display: none;
    }

    .descricao-img-mobile {
        display: flex;
        width: 100%;
        height: 200px;
        align-items: center;
        justify-content: center;
    }

    .perfil {
        display: block;
        width: 150px;
        height: 150px;
        animation: animacao 1.5s infinite;
    }

    .descricao-texto {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .texto-descricao {
        font-size: 24px;
    }

    .btn-nav {
        display: block;
    }

    .caixa-links {
        display: block;
    }

    .caixa-links div {
        display: flex;
        justify-content: center;
    }

    .link {
        display: flex;
        justify-content: center;
        width: 120px;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 20px;
        background-color: transparent;
        border-radius: 16px;
        border: 2px solid #fff;
    }

    .link-menu {
        border: none;
        justify-content: start;
    }

    .link a {
        padding: 15px 0;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .rodape2 {
        position: initial;
        margin-top: 10%;
    }

    .rodape {
        position: fixed;
        bottom: 0;
        border-top: 2px solid #fff;
        display: flex;
        width: 100vw;
        padding: 5px;
        justify-content: center;
    }

    /* sobre */

    .caixa-habilidades img {
        display: flex;
        width: 50px;
        height: 50px;
        gap: 10px;
    }

    .caixa-habilidades p {
        font-size: 16px;
    }

    .carousel-descricao p {
        margin: 20px 0;
    }

    .mobile-responsivo {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 25% 0;
    }

    /* servicos */

    .caixa-serviços div {
        display: block;
    }

    .serviços div {
        display: flex;
        justify-content: left;
        gap: 10px;
    }

    .titulo-serviços,
    .titulo-projetos {
        margin-top: 30px;
    }

    .padrao-responsivo-serviços {
        margin: 0;
    }

    /* projetos  */

    .pro-responsivo {
        margin-left: 0;
        display: block;
    }

    .pro {
        margin-left: 0;
        padding: 10px;
    }

    .projetos-img {
        margin: 10px;
        width: 90%;
    }

    .pro-responsivo {
        margin-left: 0;
    }

    .projetos .pro a {
        width: 90%;
    }

    .projetos-2 {
        display: none;
        flex-direction: column;
        max-width: 100%;
    }

    .pro {
        width: 90%;
    }

    .projetos {
        display: flex;
        flex-direction: column;
    }

    .rodape3 {
        position: initial;
        margin-top: 37%;
    }

    /* contatos  */

    .caixa-contatos {
        flex-direction: column;
    }

    .contatos-responsivo {
        display: flex;
        flex-direction: row;
        padding: 5px;
        margin-bottom: 20px;
        justify-content: center;
    }

    .obg-contato {
        top: 18%;
        left: 0%;
        min-height: 650px;
    }

}

@media (max-width: 375px) {

    .caixa-formulario input,
    .caixa-formulario textarea,
    .caixa-formulario button {
        width: 250px;
    }

    .obg-contato {
        top: 15%;
        left: 0%;
        min-height: 650px;
        width: 100%;
        padding: 10px;
    }

    .contatos {
        margin-right: 20px;
    }

    .navegacao {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 3%;
    }

    .rodape {
        position: initial;
        margin-top: 20%;
    }

    .rodape2 {
        margin-top: 10%;
    }

    .rodape3 {
        margin-top: 10%;
    }
}