html {
    color: #fff;
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
    max-width: 1120px;
    background: linear-gradient(150deg, #4584b6, #ffde57);
    background-size: 120% 120%;
}

.cabecalho {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px;
}

.cabecalho .logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 55px;
    font-family: "Raleway", sans-serif;
    transition: 0.2s;
    font-size: 25px;
}

.cabecalho a:hover .logo {
    color: #ffde57;
    border: 2px solid #ffde57;
}

.cabecalho .menu li a {
    font-size: 20px;
    text-transform: capitalize;
    padding: 10px 20px;
    transition: 0.2s;
    /* border: 1px solid #ffde57; */
    border-radius: 50px;
}

.cabecalho .menu li a:hover {
    background-color: #ffde57;
    color: #4584b6;
    border-radius: 50px;
}

.home {
    display: flex;
    min-height: calc(100vh - 120px);
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.home .informacoes {
    display: flex;
    flex-direction: column;
    gap: 15px;
    letter-spacing: 2px;
    padding: 0 15px;
    max-width: 50%;
}

.home .informacoes h1 {
    font-family: "Raleway", sans-serif;
    font-size: 45px;
    margin-bottom: 20px;
}

.home .informacoes p {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}

.home .redes-sociais {
    display: flex;
    gap: 20px;
}

.home .redes-sociais a i {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
    padding-left: 11.5px;
    text-align: center;
    font-size: 26px;
    transition: 0.3s;
    filter: drop-shadow(0 0 5px rgba(225, 222, 87, 0.3));
}

.home .redes-sociais a i:hover {
    color: #ffde57;
    border: 1px solid #ffde57;
    transform: scale(1.1);
    filter: drop-shadow(0 0 5px rgba(69, 132, 182, 1));
}

.home .container-foto {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ffde57;
    border-radius: 50%;
}

.home .container-foto .foto {
    width: 100%;
    max-width: 450px;
    height: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.home .container-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(2) translateY(-60px) translateX(5px); /* Aumenta o tamanho da imagem em 20% */
}

.home .foto.sombra-interna {
    background: linear-gradient(to right, #ffde57, #646464, #4584b6);
    background-size: 180% 180%;
    animation: gradient-animation 5s ease infinite;
}

.projetos {
    padding: 70px 0;
}

.projetos .titulo {
    text-align: center;
    padding: 60px 0;
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
}

.projetos .container-projetos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.projetos .projeto {
    display: none;
}

.projetos .projeto.ativo {
    display: block;
}

.projetos .projeto a {
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: transform 0.3s;
}

.projetos .projeto a h3 {
    text-align: center;
    font-size: larger;
    color: #fff;
}

.projetos .projeto a img {
    width: 100%;
    height: auto;
}

.projetos .projeto a:hover {
    transform: scale(1.05);
    border: 1px solid rgba(225, 222, 87, 0.8);
    color: #ffde57;
}

.projetos .projeto h3 {
    background-color: rgba(4, 2, 3, 0.8);
    width: 100%;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    margin: 0;
}

.projetos .projeto .informacoes-projeto {
    background-color: rgba(4, 2, 3, 0.8);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.projetos .projeto a:hover .informacoes-projeto {
    opacity: 1;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0; /* Ajuste conforme necessário */
}

.projetos .btn-mostrar-projetos {
    background: none;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    width: 180px;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
}

.projetos .btn-mostrar-projetos:hover {
    background-color: #4584b6;
    color: #ffde57;
    border: 1px solid #ffde57;
}

.projetos .btn-mostrar-projetos.remover {
    display: none;
}

/* TAB BOTAO */

.web-icons,
.python-icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.react-icons {
    display: none;
    align-items: center;
}

.react-icons img {
    height: 40px;
    margin: 0 5px 0 5px;
}

.web-icons img {
    height: 40px;
}

.python-icons img {
    height: 40px;
    margin: 0 auto;
}

.nav-cardapio .nav-link.active {
    background-color: #4584b6;
}

.nav-cardapio .nav-link.active .icon-border img {
    filter: drop-shadow(0 0 5px rgba(255, 222, 87, 1.5));
}

.nav-cardapio .nav-link:hover .icon-border img {
    filter: drop-shadow(0 0 5px rgba(255, 222, 87, 1.5));
}

.text-colored {
    color: #ffde57;
    filter: drop-shadow(0 0 5px rgba(69, 132, 182, 1.5));
}

.text-colored-blue {
    color: #4584b6;
}
.text-colored-red {
    color: #da3b3b;
}

.icon-border img {
    filter: drop-shadow(0 0 5px rgba(225, 222, 87, 0.8));
    transition: 1s;
}

footer p {
    color: #fff;
    text-align: center;
    margin-top: 3em;
    /* border-top: 1px solid #fff; */
    padding-top: 3em;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}