
.title {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.1em;
}

.title p {
    font-family: "Montserrat";
    font-size: 4.2rem;
    font-weight: 700;
}

.skill-details{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.set{
    margin-bottom:5em;
}
.skill-title {
    width: 100%;
    background-color: white;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    border-radius: 27px;
    padding: 20px 0;
    margin-bottom: 27px;
    margin-top: 27px;
    font-family: "Integral CF Regular";
}

.skill-elements {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.skill-box {
    /* height: 150px;
    min-width: 100px; */

    /* height: 150px;
    min-width: 248px; */
    
    height: 150px;
    min-width: 248px;
    background-color: white;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1em;
}
.skill-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.skill-icon img{
    width: 50%;
}

.indicator{
    background-color: #EDEDED;
    height: 0.25em;
    width: 60%;
    border-radius: 1em;
    overflow:hidden;
}

.value{
    height: 100%;
    border-radius: 1em;
}

.level8{
    background-color: #00ff1a;
    width: 100%;
}
.level7{
    background-color: #57f411;
    width: 87.5%;
}
.level6{
    background-color: #abe909;
    width: 75%;
}
.level5{
    background-color: #ffde00;
    width: 62.5%;
}
.level4{
    background-color: #ffbf00;
    width: 50%;
}
.level3{
    background-color: #ff7e00;
    width: 37.5%;
}
.level2{
    background-color: #ff4000;
    width: 25%;
}
.level1{
    background-color: #ff0000;
    width: 12.5%;
}

.profiles-contact{
    margin-top: 10em;
}

@media (max-width: 818px) {
    .profile {
        flex: 3;
    }

    .profiles-contact {
        flex-direction: column;
        height: 500px;
    }
}

.orange {
    color: #FF8E25;
}

.size {
    font-size: 2em;
    font-family: "Integral CF Regular";
    font-weight: bold;
}





@media (max-width: 959px) {
    .skill-title{    
        font-size: 2.5em;
        font-weight: 100;
    }
}

@media (max-width: 836px) {
    .skill-title{    
        font-size: 2em;
        font-weight: 100;
        padding: 40px 0;
    }
}

@media (max-width: 426px) {
    .skill-title{    
        font-size: 1.7em;
        font-weight: 100;
    }
    .skill-icon img{
        width: 70%;
    }.skill-box {
        height: 180px;
        min-width: 96%;
    }
    .title{
        gap: 0;
    }
}

