@import "tailwindcss";*

 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.containerGlobal {
    max-width: 1200px; 
    margin: 0 auto;
    min-height: 100vh; 
    overflow-x: hidden; 
}

html {
    background-color: #1D232E;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #1D232E;
    background-image: url('assets/imagem_fundo.jpg');
    background-size: cover; 
    background-position: left top; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
}
    .containerGlobal {
    width: 50%;
    height: 50%;
    background-color:#1D232E;
    display: flex;
    border: 1px solid;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5% 0;
    }

a {
    text-decoration: none !important; 
    color: inherit !important;
}

.tag-privado {
    display: inline-block;
    background-color: rgba(0, 210, 223, 0.1);
    color: #00d2df;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.80rem;
    border: 1px solid rgba(0, 210, 223, 0.3);
    margin-top: auto; 
    align-self: center; 
}

strong {
    color: aqua;
}

.containerEsquerdo {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.containerEsquerdo .tituloDescricao {
    text-align: justify;
    padding-left: 48px;
    line-height: 1.8;
}

.containerEsquerdo .textoDescricao {
    text-align: justify;
    padding-left: 48px;
    padding-right: 48px;
    line-height: 1.8;
    font-size: 0.9em;
}

.containerDireito {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
}

.containerImagens {
    position: relative;
}

.estiloArcoDecorativo {
    position: absolute;
    top: -5%;
    left: 55%; 
    max-width: 50%;
}

.fotoPerfil {
    max-width: 100%;
}

.containerContatos {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.containerContatos img {
    width: 42px;
}

.estiloArcoDecorativo {
    width: 107px;
}

img {
    width: 207px;
}

@media screen and (max-width: 375px){
     .containerGlobal{
        width: 100%;
        height: 100%;
        background-color:#1D232E;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 5% 0;
        padding-left: 20px;
        line-height: 1.6;
    }
    img {
        width: 180px;
    }
    .containerEsquerdo .textoDescricao {

        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.6;
        font-size: 0.9em;

    }

    .estiloArcoDecorativo{
        position: absolute;
        top: -5%;
        left: 55%; 
        max-width: 50%;
    }

    .containerContatos img {
        width: 42px;
    }

    p {
        font-size: 22px;
    }
    .containerEsquerdo {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }}

    .containerEsquerdo .tituloDescricao {

        font-size: 22px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.6;
    }
    img {
        width: 180px;
    }
    .containerEsquerdo .textoDescricao {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.6;
        font-size: 0.9em;

    }

    .estiloArcoDecorativo{
        position: absolute;
        top: -5%;
        left: 55%; 
        max-width: 50%;
    }

    .containerContatos img {
        width: 42px;
    }

    p {
        font-size: 22px;
    }

    @media screen and (max-width: 425px){
        .containerGlobal{
            width: 100%;
            height: 100%;
            background-color:#1D232E;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 5% 0;
            }
        
        .containerEsquerdo {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
    }

#projetos {
    margin-top: 4rem;
    margin-bottom: 5rem; 
    width: 100%; 
}

.titulo-secao {
    text-align: center;
    margin-bottom: 3rem; 
}

/* (Versão Desktop) */
.lista-projetos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* (Cards) */
.projeto-card {
    background-color: rgba(255, 255, 255, 0.05); 
    border: 1px solid rgba(255, 255, 255, 0.1); 
    border-radius: 10px; 
    padding: 1.5rem; 
    transition: transform 0.3s ease, border-color 0.3s ease; 
    border: 1px solid #00d2df !important;
    height: 100% !important;
    min-height: 415px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 320px; 
    max-width: 100%;
}

.projeto-card:hover {
    transform: translateY(-5px);
    border-color: #00d2df; 
}

.projeto-card h3 {
    color: #ffffff;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.5rem;
}

.projeto-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #e0e0e0; 
    margin-bottom: 0.8rem;
}

.projeto-card strong {
    color: #00d2df; 

.fotoPerfil {
    display: block;
    margin: 0 auto; 
}

.containerContatos {
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center; 
    gap: 2rem; 
}
}

.tech-stack {
    margin-top: 2rem;
    text-align: left; 
}

.tech-stack p {
    font-size: 0.9rem;
    color: #00d2df; 
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tech-icons {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px;
    font-size: 40px; 
}

.tech-icons i {
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

.tech-icons i:hover {
    opacity: 1;
    transform: scale(1.2); 
}

a.link-projeto,
a.link-projeto:link,
a.link-projeto:visited,
a.link-projeto:active {
    text-decoration: none !important;
    color: inherit !important;
}

a.link-projeto h3 {
    color: #00d2df !important; 
    text-decoration: none !important;
    transition: color 0.3s ease;
}

a.link-projeto:hover h3 {
    color: #ffffff !important; 
}

@media screen and (max-width: 768px) {
    
    html, body {
        overflow-x: hidden;
        width: 100%;
    }

    .containerGlobal,
    .container {
        width: 100% !important;
        padding-left: 1.2rem !important; 
        padding-right: 1.2rem !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .containerGlobal > div {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .lista-projetos {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 !important; 
        margin: 0 !important;
    }

    .projeto-card {
        width: 100% !important;
        max-width: 400px !important; 
        margin-bottom: 1.5rem !important;
        box-sizing: border-box;
    }

    .containerDireito {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 !important;
    }

    .containerDireito div {
        white-space: nowrap !important;
        text-align: center;
    }

    .tituloDescricao,
    h2, 
    .tech-stack p {
        white-space: normal !important; 
        text-align: center !important; 
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
}
}

@media screen and (min-width: 769px) {
    
    .textoDescricao {
        font-size: 1.15rem !important;
        line-height: 1.7 !important; 
    }

   .projeto-card p {
        font-size: 1rem !important; 
    }

    .tech-stack p {
        font-size: 1.25rem !important; 
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    
    .containerGlobal {
        width: 90% !important; 
    }
    
    .containerEsquerdo {
        width: 100% !important; 
        text-align: center !important;
    }

    .textoDescricao {
        text-align: center !important;
    }
}

.projeto-card h3, 
.projeto-card a h3 {
    font-size: 1.25rem !important;
    font-weight: bold !important;
}

.projeto-card p, 
.projeto-card a p {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    font-weight: normal !important;
}

@media screen and (max-width: 768px) {
    .titulo-secao, 
    h2[style*="color: #00d2df"] {
        font-size: 1.25rem !important; 
        text-align: center !important; 
        white-space: normal !important; 
        line-height: 1.4 !important; 
        padding: 0 15px !important; 
    }
}

.containerGlobal {
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important;
    width: 100% !important;
}

.containerEsquerdo {
    width: 100% !important;
    max-width: 900px !important; 
    margin-bottom: 4rem !important; 
    border: none !important; 
}

.tech-icons {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 2rem !important;
    width: 100% !important;
    margin-top: 2.5rem !important;
}

.icon-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 90px !important;
    gap: 0.5rem !important;
}

.icon-box i, 
.icon-box .fallback-icon {
    font-size: 2.8rem !important; 
    line-height: 1 !important;
}

.icon-box span {
    font-size: 0.85rem !important;
    color: #e0e0e0 !important;
    text-align: center !important;
}