#color-blue {
    background-color: #edf2f8;
    height: 100%;
    width: 100%;
}

.work1.active {
    background-color: #00223f !important;
}

.titulo-section-2 {
    padding-top: 50px;
    text-align: center;
    margin-bottom: 100px;
}

.titulo-section-2 h1 {
    font-size: 40px;
}


.titulo-section-2 span {
    color: #313bac;
}

.myCreative.active {
    color: white;
}

/* PROJETOS */

.projetos {
    background: var(--cor-bg-secundaria);
}

.projetos__container {
    display: flex;
    align-items: center;
    justify-content: center;

}

.projetos__titulo {
    margin-bottom: 1em;
    color: var(--cor-texto-primaria);
    font-weight: 600;
    font-size: 1.4em;
    text-transform: uppercase;
}

.projetos__cards {
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
    cursor: default;
    height: 100%;
}

.projetos__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    padding: 10px;
    transition: all 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation-name: cardIn;
    animation-duration: 1s;
    width: 400px;
}

@keyframes cardIn {
    0% {
        opacity: 0.2;
    }



    100% {
        opacity: 1;
    }
}






.card__imagem {
    max-width: 400px;
    width: 100%;
    height: 245px;
    object-position: top;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    cursor: default;
    transition: 0.3s;
    object-fit: cover;

}

.card__imagem:hover {
    opacity: 0.9;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.card__titulo {
    color: var(--color);
    font-size: 1.2em;
    margin-top: 1.2em;
    cursor: default;
    margin-bottom: 1em;
    max-width: 350px;
    width: 100%;
    transition: 0.3s;
}


.card__titulo:hover {
    color: rgb(87, 87, 87);

}

.card__descricao {
    color: var(--colorDescription);
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 25px;
    max-width: 385px;
    width: 100%;
    font-weight: bold;
}

.meuHSkills.active {
    color: white;
}

.experienciacom.active {
    color: white;
}

.comeceiEm.active {
    color: white;
}


#dataEx.active {
    color: white;
}

#dataEx2.active {
    color: white;
}

.card__tecnologias {
    color: var(--colorTecnologias);
    font-size: 0.9em;
    margin-top: 1em;
    margin-bottom: 2em;
    transition: 0.3s;
    font-weight: bold;

}
.btn-ver-mais {
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    color: #313bac;
    transition: 0.3s;
    font-weight: bold;
}
 
.btn-ver-mais:hover {
    color: blue;
}
 
.projetos__card a {
    width: 20%;
    transition: 0.3s;
    color: var(--visualizar);
    border: 2px solid black;
    padding: 3px;
    border-radius: 10px;
    margin: 3px;
    width: 90%;
    text-align: center;
    position: relative;
    opacity: 0.5;
}


.btn-padrao-purple.active {
    color: white !important;
    border: 2px solid white !important;
}
.projetos__card a:hover {
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    color: #313bac !important;
    border: 2px solid #313bac !important; 
}

.btn-padrao-purple.active:hover {
    color: white !important;
    border: 2px solid white !important;
}

.projetos__card:hover {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}




.projetos__card a:hover {
    color: black;
}




.btn--visualizar {
    border-image: var(--gradient-purple);
}

@media screen and (max-width: 768px) {
    .projetos__container {
        padding: 3em 0;
    }

    .projetos__cards {
        grid-template-columns: 1fr;
    }
}



.filtros {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;

}

.filtros button {
    cursor: pointer;
    max-width: 140px;
    width: 100%;
    padding: 5px;
    color: black;
    font-weight: bold;
    border: none;
    background-color: white;
    transition: 0.3s;
}

.filtros button:hover {
    background-color: transparent;
    color: #353434;
    font-size: 14px;
}


.botoes-paginacao {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 90px;
    padding-bottom: 50px;
    gap: 10px;
    padding: 10px;
}

.botoes-paginacao button {
    --bg: #16d87725;
    --text-color: black position: relative;
    max-width: 50px;
    width: 100%;
    border: none;
    background: var(--bg);
    color: var(--text-color);
    padding: 1em;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.2s;
    border-radius: 5px;
    opacity: 0.8;
    letter-spacing: 1px;
    box-shadow: #16d8775e 0px 7px 2px, #000 0px 8px 5px;
    cursor: pointer;
}

.botoes-paginacao button:hover {
    opacity: 1;
}


.botoes-paginacao button:active {
    top: 4px;
    box-shadow: #2bc06e 0px 3px 2px, #000 0px 3px 5px;
}

.icones-redes {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 10px;

}

.icones-redes img {
    max-width: 50px;
    width: 100%;
    transition: 0.3s;
}

.icones-redes img:hover {
    max-width: 60px;
    width: 100%;
}

.redes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 249px;
}


.redes1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 999999999999999999;
    left: 0;
}


.icones-redes1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 10px;

}



.icones-redes1 img {
    max-width: 50px;
    width: 100%;
    transition: 0.3s;
}

.icones-redes1 img:hover {
    max-width: 60px;
    width: 100%;
}






.redes2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 136px;
}


.icones-redes2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 10px;

}



.icones-redes2 img {
    max-width: 50px;
    width: 100%;
    transition: 0.3s;
}

.icones-redes2 img:hover {
    max-width: 60px;
    width: 100%;
}

.gifseta,
.gifseta2,
.gifseta3 {
    position: absolute;
    width: 50px;
}

.moverlado-seta {
    display: flex;
    justify-content: center;
}

#descricaoBalao.active {
    color: #858e9f;
}

#descricaoBalao2.active {
    color: #858e9f;
}

.naData.active {
    color: #858e9f !important;
}