.portfolio-header{
    height: 30vh;
    width: 100%;
    padding: 6vh 3.5% 0 3.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.portfolio-projetos{
    padding: 0 3.5% 5% 3.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vh;
}

.portfolio-projetos-default{
    height: 35vh;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.portfolio-projetos-bg{
    width: 100%;
    height: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    position: relative;
}

.portfolio-em-breve{
    width: 101%;
    height: 101%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    position: absolute;
    background-color: #212121;
    z-index: 1;
}

.portfolio-em-breve h6{
    font-size: 11vw;
    font-family: var(--font);
    color: var(--color-w);
    font-weight: 700;
    user-select: none;
}

.portfolio-projetos-bg a{
    width: 100%;
}

.portfolio-projetos-logo{
    width: 7.5vh;
    height: 7.5vh;
    left: 4%;
    top: 5%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.portfolio-projetos-foto{
    width: 92vw;
    height: 20vh;
}

.portfolio-projetos-foto img{
    width: 92vw;
    height: 20vh;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.portfolio-projetos-cover{
    width: 100%;
    height: 15vh;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    border-radius: 0 0 20px 20px;
}

.portfolio-projetos-selo{
    width: 100%;
}

.portfolio-projetos-selo h2{
    text-align:left;
    font-family: var(--font);
    font-weight: 600;
    font-size: 2.25vh;
}

.portfolio-projetos-selo p{
    text-align:left;
    font-family: var(--font);
    font-weight: 400;
    font-size: 1.5vh;
}

.portfolio-projetos-tags{
    height: 15%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:start;
    gap: 7.5%;
    margin-top: 3%;
}

.portfolio-projetos-skills p{
    border: 1px solid;
    border-radius: 20px;
    font-weight: 500;
    font-size: 1.25vh;
    text-align: center;
    width: 125%;
}

.coach .portfolio-projetos-cover p{
    color: var(--coach-txt);
}

.coach .portfolio-projetos-logo img{
    max-height: 50%;
    transition: all 0.3s ease-in-out;
}

.merula .portfolio-projetos-cover p{
    color: var(--merula-txt);
}

.merula .portfolio-projetos-logo img{
    max-height: 50%;
    transition: all 0.3s ease-in-out;
}

.up .portfolio-projetos-cover p{
    color: var(--up-txt);
}

.up .portfolio-projetos-logo img{
    max-height: 50%;
    transition: all 0.3s ease-in-out;
}

.borogodo .portfolio-projetos-cover p{
    color: var(--borogodo-txt);
}

.borogodo .portfolio-projetos-logo img{
    max-height: 50%;
    transition: all 0.3s ease-in-out;
}

.ruptura .portfolio-projetos-cover p{
    color: var(--ruptura-txt);
}

.ruptura .portfolio-projetos-logo img{
    max-height: 50%;
    transition: all 0.3s ease-in-out;
}

.riohome .portfolio-projetos-cover p{
    color: var(--riohome-txt);
}

.riohome .portfolio-projetos-logo img{
    max-height: 50%;
    transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .portfolio-header{
        height: 35vh;
        padding: 11vh 5% 0 5%;
    }

    .portfolio-projetos{
        padding: 0 5% 5% 5%;
        gap: 5vh;
    }

    .portfolio-projetos-default{
        height: 45vh;
    }

    .portfolio-projetos-bg{
        height: 45vh;
    }

    .portfolio-em-breve h6{
        font-size: 8.5vw;
    }

    .portfolio-projetos-logo{
        width: 8vh;
        height: 8vh;
        left: 4%;
        top: 6%;
    }

    .portfolio-projetos-foto{
        width: 90vw;
        height: 30vh;
    }
    
    .portfolio-projetos-foto img{
        width: 100%;
        height: 30vh;
        object-fit: cover;
        border-radius: 20px 20px 0 0;
    }

    .portfolio-projetos-cover{
        padding: 0 4%;
    }

    .portfolio-projetos-tags{
        height: 15%;
        gap: 4.5%;
        margin-top: 2.5%;
    }

    .coach .portfolio-projetos-logo img{
        max-height: 50%;
        transition: all 0.3s ease-in-out;
    }

    .merula .portfolio-projetos-logo img{
        max-height: 50%;
        transition: all 0.3s ease-in-out;
    }

    .up .portfolio-projetos-logo img{
        max-height: 50%;
        transition: all 0.3s ease-in-out;
    }

    .borogodo .portfolio-projetos-logo img{
        max-height: 50%;
        transition: all 0.3s ease-in-out;
    }

    .ruptura .portfolio-projetos-logo img{
        max-height: 50%;
        transition: all 0.3s ease-in-out;
    }

    .riohome .portfolio-projetos-logo img{
        max-height: 50%;
        transition: all 0.3s ease-in-out;
    }
}

@media screen and (min-width: 1024px){ 
    .portfolio-header{
        height: 80vh;
        width: 100%;
        padding: 10vh 7.5% 0 7.5%;
    }
        
    .header2-title1 h1{
        font-size: 7.5vw;
        line-height: 7.5vw;
    }

    .header2-title2 h1{
        font-size: 7.5vw;
        line-height: 7.5vw;
    }

    .portfolio-projetos{
        padding: 0 7.5% 5% 7.5%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 10vh;
    }
    
    .portfolio-projetos-default{
        height: 50vh;
        width: 40vw;
        transition: all 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
    }
    
    .portfolio-projetos-bg{
        height: 50vh;
        width: 40vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 20px;
        position: relative;
    }
    
    .portfolio-em-breve h6{
        font-size: 3.25vw;
        font-family: var(--font);
        color: var(--color-w);
    }

    .portfolio-projetos-logo{
        width: 10vh;
        height: 10vh;
        left: 3%;
        top: 5%;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    .portfolio-projetos-foto{
        width: 100%;
        height: 35vh;
    }

    .portfolio-projetos-foto img{
        width: 100%;
        height: 35vh;
        object-fit: cover;
        border-radius: 20px 20px 0 0;
    }

    .portfolio-projetos-cover{
        width: 100%;
        height: 15vh;
        transition: all 0.3s ease-in-out;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 3%;
        border-radius: 0 0 20px 20px;
    }

    .portfolio-projetos-selo{
        width: 100%;
    }

    .portfolio-projetos-selo h2{
        text-align:left;
        font-family: var(--font);
        font-weight: 600;
        font-size: 2.5vh;
    }

    .portfolio-projetos-selo p{
        text-align:left;
        font-family: var(--font);
        font-weight: 400;
        font-size: 1.5vh;
    }

    .portfolio-projetos-tags{
        height: 15%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content:start;
        gap: 3.5%;
        margin-top: 1%;
    }

    .portfolio-projetos-skills p{
        border: 1px solid;
        border-radius: 20px;
        font-weight: 500;
        font-size: 1.25vh;
        text-align: center;
        width: 125%;
    }

    .coach .portfolio-projetos-logo img{
        max-height: 50%;
        transition: all 0.3s ease-in-out;
    }

    .merula .portfolio-projetos-logo img{
        max-height: 50%;
        transition: all 0.3s ease-in-out;
    }

    .up .portfolio-projetos-logo img{
        max-height: 50%;
        transition: all 0.3s ease-in-out;
    }

    .borogodo .portfolio-projetos-logo img{
        max-height: 50%;
        transition: all 0.3s ease-in-out;
    }

    .ruptura .portfolio-projetos-logo img{
        max-height: 50%;
        transition: all 0.3s ease-in-out;
    }

    .riohome .portfolio-projetos-logo img{
        max-height: 50%;
        transition: all 0.3s ease-in-out;
    }
}