* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

ul {
    list-style: none;
}

body {
    font-family: "Roboto", sans-serif;
    color: #636367
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}


.header {
    width: 100%;
    height: 200px;
    background-attachment: fixed;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .60), rgba(0, 0, 0, .60)), url('../img/codi.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 125px;
}


.perfil-img-container {
    width: 160px;
    height: 160px;
    padding: 2px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, .2);
    position: relative;
    bottom: -80px;
}

.perfil-img-container .perfil-img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}


.title-container {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.title-container .title {
    font-weight: 700;
    font-size: 18pt;
    margin: 0 0 34px 0;
    color: #212121;
}

.title-container .sub-title {
    font-weight: 400;
    max-width: 290px;
    margin: 0 auto;
    font-size: 12pt;
    color: #1520c0;
}

.my-section {
    margin-bottom: 20px;
}

.info-container {
    text-align: center;
    margin-bottom: 50px;
}

.skill-container {
    padding: 0 15px;
}

.info-container .info-label,
.skill-container .info-label {
    display: block;
    font-size: 13pt;
    font-weight: 400;
    margin-bottom: 35px;
    color: #212121;
    text-align: center;
}

.item {
    color: #1520c0;
}

.info-container .info-list .item,
.info-container .text {
    font-size: 11pt;
    margin-bottom: 16px;
    font-weight: 400;
}

.link {
    font-size: 12pt;
    color: #005655;
    transition: all .1s ease-in-out;
}

.link:hover {
    color: rgb(25, 130, 146);
    transition: all .1s ease-in-out;
}

.skill-legend {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 30px;
    color: #afafaf;
}

.skill-legend .skill-bar-container {
    height: 25px;
    border: 1px solid #afafaf;
    border-radius: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
    padding: 0 20px;
}

.skill-legend .skill-bar-container .skill-bar-item {
    font-size: 10pt;
}

.skill-item {
    margin-bottom: 75px;
}

.active {
    color: #636363;
}

.skill-item .skill-item-title {
    font-size: 12pt;
    margin-bottom: 20px;
    color: #212121;
}

.skill-item .skill-item-list .item {
    font-size: 11pt;
    margin-bottom: 40px;
    position: relative;
}

.skill-item .skill-item-list .item::before,
.skill-item .skill-item-list .item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 25px;
    border: 1px solid #005655;
    border-radius: 40px;
}

.skill-item .skill-item-list .item::after {
    background-color: #005655;
    border: none;
    width: 0;
    opacity: 0;
    transition: all 1s ease-in-out;
}

.skill-item .skill-item-list .item.active::after {
    opacity: .4;
    transition: all 1s ease-in-out;
}

.skill-item .skill-item-list .item.active#html::after {
    width: 30%;
}

.skill-item .skill-item-list .item.active#css::after {
    width: 30%;
}

.skill-item .skill-item-list .item.active#java-script::after {
    width: 30%;
}

.skill-item .skill-item-list .item.active#react::after {
    width: 30%;
}

.skill-item .skill-item-list .item.active#git::after {
    width: 30%;
}

.skill-item .skill-item-list .item.active#Jquery::after {
    width: 30%;
}

.skill-item .skill-item-list .item.active#Bootstrap::after {
    width: 30%;
}

/*Cards*/
.portfolio-card {
    border: 2px solid #218C96;
    margin-bottom: 40px;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 290px;
    overflow: hidden;
    transform: scale(.9);
    transition: all .6s ease-in-out;

}

.portfolio-card.active {
    opacity: 1;
    transform: scale(1);
    transition: all .6s ease-in-out;
}

.portfolio-card .text-container {
    padding: 5px;
}

.portfolio-card .text-container .title {
    font-size: 13pt;
    font-weight: 700;
    margin-bottom: 6px;
    color: #212121;
}

.portfolio-card .text-container .desc {
    font-size: 11pt;
}

.portfolio-section .title-container {
    margin-bottom: 25px;
}

.portfolio-card .img-container {
    width: 100%;
    height: 167px;
    background-color: #000;
}

.portfolio-card .img-container img {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .2s ease-in-out;
}

.portfolio-card:hover .img-container img {
    opacity: .8;
    transition: all .2s ease-in-out;
}

.footer {
    text-align: center;
    margin: 10px 0 30px 0;
}

.social-media-container.linkedin,
.social-media-container.git {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../img/linkedin-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

@media screen and (min-width: 425px) {

    .col-sm-6 {
        float: left;
    }

    .portfolio-card {
        width: 395px;
    }

    .portfolio-card .img-container {
        height: 217px;
    }
}

.social-media-container .linkedin,
.social-media-container .git {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../img/linkedin-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.social-media-container .git {
    background-image: url(../img/github-logo.png);
    margin: 0;
}

@media screen and (min-width: 768px) {

    .title-container .sub-title {
        max-width: 610px;
    }

    .skill-legend {
        width: 47%;
        margin-left: 24%
    }

    .info-container {
        padding: 0;

    }

    /*.portfolio-card {
        width: 100%;
    }
    */
}

/* container? or info container verificar classe na pag*/
@media screen and (min-width: 1024px) {

    .info-container {
        text-align: center;
        margin-bottom: 50px;
    }

    .my-section .container {
        padding: 0 170px;
    }

    .skill-legend {
        padding-left: 12px;
        width: 46%;
        margin-left: 24%
    }

    .skill-item {
        padding: 0 10px;
    }

    .skill-container {
        padding: 0;
    }

}

@media screen and (min-width: 1200px) {

    .my-section .container {
        padding: 0 200px;
    }

    .portfolio-section .container {
        padding: 0 100px;
    }

    .skill-legend {
        padding-left: 28px;
        width: 44%;
        margin-left: 24%
    }

    .portfolio-card .img-container {
        height: 269px;
    }

    .portfolio-card {
        min-height: 410px;
    }

    .skill-item {
        padding: 0 30px;
    }

}