h2.highlighted {
    position: relative;
    width: max-content;
} h2.highlighted::after {
    position: absolute;
    content: '';
    height: 4px;
    width: 25%;
    left: 0;
    bottom: -4px;
    background: var(--sunset);
    transition: ease-in-out 0.3s;
} h2.highlighted:hover::after {
    width: 100%;
}

.pagina_sobre{
    width: 86%;
    justify-content: center;
    margin: auto;
    margin-top: 14vh;
    margin-bottom: 12vh;
}
    
.containerSobre{
    display: grid;
    gap: 1rem;
    grid-template-columns: 1.6fr 1fr;
    grid-column-gap: 3rem;
}

.infoSobre{
    display: grid; gap: 1rem; 
    align-self: start; 
    padding-top: 12vh;
}

.containerImgSobre{
    width: 100%;
    height: 100%;
    display: grid;
    justify-items: end;
} .containerImgSobre img{
    display: grid;
    width: 100%;
    object-fit: contain;
    transition: ease-out 0.2s;
}

.secaoSobre{
    display: grid;
    grid-template-columns: 0.6fr 1fr 0.6fr;
} 

.textoSobre{
    display: grid; 
    grid-column: 1 / 3;
    gap: 1rem; 
    align-self: start;
    margin-top: 6vh;
}

.pagina_sobre_conhecimentos{
    display: grid;
    gap: 1rem;
    justify-content: center;
    justify-items: center;
    margin: auto;
    width: 100%;
    background-color: var(--charcoal);
    padding-top: 6vh;
    padding-bottom: 6vh;
    margin-top: 12vh;
    margin-bottom: 12vh;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.20);
}

.containerConhecimentos{
    display: grid;
    margin-top: 4vh;
    margin-bottom: 4vh;
    width: 54%;
    gap: 1.8rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.widgetConhecimentos{
    display: grid;
    gap: 1rem;
    height: auto;
    min-width: 5rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    justify-items: center;
    justify-content: center;
    border-radius: 1.6vh;
    background: #333131;
    transition: all 0.2s ease-in-out;
} .widgetConhecimentos img{
    width: 46%;
} .widgetConhecimentos:hover {
    background: var(--sunset);
}

.pagina_sobre_trabalhos{
    display: grid;
    gap: 1rem;
    justify-content: center;
    justify-items: center;
    margin: auto;
    width: 86%;
    margin-bottom: 12vh;
}

.containerSlides{
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider{
    padding: 2rem;
    width: 30vw;
    z-index: 2;
    position: relative;
} .slider img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
} .slider img:hover{
    transform: scale(1.12);
}

.sliderbtn{
    display: grid;
    gap: 2rem;
    grid-template-columns: 0.1fr 0.1fr;
    justify-items: center;
    justify-content: center;
}

.pagina_sobre_projetos{
    display: grid;
    gap: 1rem;
    justify-content: center;
    justify-items: center;
    margin: auto;
    width: 100%;
    background-color: #202020;
    padding-top: 6vh;
    padding-bottom: 6vh;
    margin-top: 12vh;
    margin-bottom: 12vh;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.20);
}

.containerProjetos{
    display: grid;
    margin-top: 4vh;
    margin-bottom: 4vh;
    width: 60%;
    gap: 1.8rem;
    grid-template-columns: 1fr 1fr;
}

.widgetProjetos{
    display: grid;
    gap: 1rem;
    height: auto;
    min-width: 5rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    justify-items: center;
    justify-content: center;
    border-radius: 1.6vh;
    background: #333131;
    transition: all 0.2s ease-in-out;
} .widgetProjetos img{
    width: 50%;
} .widgetProjetos:hover {
    background: var(--sunset);
}

@media (max-width: 1600px){
    .containerConhecimentos{
        width: 60%;
        gap: 1.4rem;
    }
    .widgetConhecimentos{
        height: 6rem;
    }
    .slider{
        width: 40vw;
    }
}

@media (max-width: 1444px){
    .containerConhecimentos{
        width: 60%;
        gap: 1.1rem;
    }
    .widgetConhecimentos{
        height: 6rem;
    }
    .slider{
        width: 40vw;
    }
}

@media (max-width: 1366px){
    .slider{
        width: 38vw;
    }
}

@media (max-width: 1280px){
    .containerConhecimentos{
        width: 60%;
        gap: 1.1rem;
    }
    .widgetConhecimentos{
        height: 5.2rem;
    }
    .slider{
        width: 40vw;
    }
}

/* Ajuste para mobile */
@media (max-width: 900px){
    .pagina_sobre{
        width: 90%;
        margin-top: 2vh;
        margin-bottom: 12vh;
    }
    .containerSobre{
        grid-template-columns: 1fr;
    }
    .containerImgSobre{
        width: 0%;
        height: 0%;
        display: grid;
        justify-items: end;
    }
    .textoSobre{
        grid-column: 1 / 4;
    }
    .containerConhecimentos{
        display: grid;
        margin-top: 4vh;
        margin-bottom: 4vh;
        width: 80%;
        gap: 1rem;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .slider{
        width: 62vw;
    }
    .containerProjetos{
        width: 80%;
        grid-template-columns: 1fr;
    }
    .widgetProjetos{
        gap: 1rem;
        min-width: 0rem;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
        justify-items: center;
        justify-content: center;
        border-radius: 1.6vh;
        background: #333131;
        transition: all 0.2s ease-in-out;
    } .widgetProjetos img{
        width: 80%;
    }
}

@media (max-width: 600px){
    .pagina_sobre{
        width: 90%;
        margin-top: 2vh;
        margin-bottom: 12vh;
    }
    .containerSobre{
        grid-template-columns: 1fr;
    }
    .containerImgSobre{
        width: 0%;
        height: 0%;
        display: grid;
        justify-items: end;
    }
    .textoSobre{
        grid-column: 1 / 4;
    }
    .containerConhecimentos{
        display: grid;
        margin-top: 4vh;
        margin-bottom: 4vh;
        width: 80%;
        gap: 1rem;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .slider{
        width: 82vw;
    }
    .containerProjetos{
        width: 80%;
        grid-template-columns: 1fr;
    }
    .widgetProjetos{
        gap: 1rem;
        min-width: 0rem;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
        justify-items: center;
        justify-content: center;
        border-radius: 1.6vh;
        background: #333131;
        transition: all 0.2s ease-in-out;
    } .widgetProjetos img{
        width: 80%;
    }
}
