:root {
    --verde: #11A144;
    --cinza: #182023;
}

body{
    font-family: "Inter", sans-serif;
    color: var(--cinza);
}
.d-flex{
    display: flex;
}
.justify-center{
    justify-content: center;
}
.header{
    padding: 20px 15px;
    align-items: center;
    justify-content: space-between;
}
.logo a{
    color: #182023;
    text-decoration: none;
}
.mail{
    align-items: center;
}
.mail .icon{
    border: 1px solid #B8E3C7;
    border-radius: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 5px;
}
.mail span{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}
.rede-social{
    display: flex;
    border-right: 1px solid #DCDCDC;
    padding-right: 5px;
    margin-right: 7px;
}
.rede-social a{
    transition: all .35s;
}
.rede-social a:hover{
    background: rgba(17, 161, 68, 40%);
}
.rede-social a i{
    color: var(--verde);
}
.rede-social-footer{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rede-social-footer a{
    transition: all .35s;
    font-size: 30px;
    border: 1px solid #8B8F91;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: inline-block;
    color: #8B8F91;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rede-social-footer a:hover{
    background: rgba(139, 143, 145, 40%);
}
.social{
    margin-top: 80px;
}
.social .profile .imagem-perfil img{
    margin-bottom: 24px;
    width: 130px;
}
.social .profile .imagem-perfil p{
    font-size: 20px;
    font-weight: 600;
    color: var(--verde);
    margin: 0;
}
.social .profile h1{
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    padding: 24px 0;
    margin: 0;
}
.bt-sociais{
    justify-content: center;
    flex-wrap: wrap;
}
.bt-sociais a{
    margin: 0 5px;
    margin-top: 15px;
}
.linkedin img{
    margin-right: 8px;
}
.linkedin{
    font-size: 12px;
    padding: 12px 32px;
    color: #0F5BB6;
    border: 2px solid #0F5BB6;
    border-radius: 50px;
    transition: all .35s;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.linkedin:hover{
    text-decoration: none;
    border: none;
    resize: none;
    color: #0F5BB6;
    border: 2px solid #0F5BB6;
    background: rgba(15, 91, 182, 40%);
}
.medium img{
    margin-right: 8px;
}
.medium{
    font-size: 12px;
    padding: 12px 32px;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 50px;
    transition: all .35s;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.medium:hover{
    text-decoration: none;
    border: none;
    resize: none;
    color: #000000;
    border: 2px solid #000000;
    background: rgba(0, 0, 0, 40%);
}
.dribbble img{
    margin-right: 8px;
}
.dribbble{
    font-size: 12px;
    padding: 12px 32px;
    color: #EC407A;
    border: 2px solid #EC407A;
    border-radius: 50px;
    transition: all .35s;
    font-weight: 700;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.dribbble:hover{
    text-decoration: none;
    border: none;
    resize: none;
    color: #EC407A;
    border: 2px solid #EC407A;
    background: rgba(236, 64, 122, 40%);
}
.behance img{
    margin-right: 8px;
}
.behance{
    font-size: 12px;
    padding: 12px 32px;
    color: #1769FF;
    border: 2px solid #1769FF;
    border-radius: 50px;
    transition: all .35s;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.behance:hover{
    text-decoration: none;
    border: none;
    resize: none;
    color: #1769FF;
    border: 2px solid #1769FF;
    background: rgba(23, 105, 255, 40%);
}
.separador{
    display: flex;
    justify-content: center;
    padding: 70px 0;
}
.separador .line{
    width: 1px;
    height: 70px;
    background: #DCDCDC;
}
.sobre-mim{
    /* margin-bottom: 120px; */
}
.title h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.sobre-mim .paragrafo{
    margin-bottom: 32px;
}
.sobre-mim .paragrafo p{
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    color: #565656;
}
.sobre-mim .conteudo{
    display: flex;
    align-items: center;
    gap: 32px;
}
.sobre-mim .conteudo .imagem-tiago img{
    border-radius: 20px;
    width: 100%;
}
.sobre-mim .links{
    display: inline-block;
}
.artigos{
    margin-top: 70px;
}
.artigos a{
    transition: all .35s;
}
.artigos a:hover{
    text-decoration: none;
}
.artigos .thumb-artigo img{
    width: 100%;
    border-radius: 15px;
    transition: all .35s;
}
.artigos .thumb-artigo img:hover{
    transform: scale(1.05);
}
.artigos .description-artigo{
    margin-top: 20px;
    padding: 0 15px;
}
.artigos .description-artigo .info h4{
    font-size: 20px;
    font-weight: 700;
    color: var(--cinza);
    line-height: 30px;
}
.artigos .title h5{
    font-size: 16px;
    font-weight: 600;
}
.mt-48{
    margin-top: 48px;
}
.jobs{
    margin-top: 24px;
}
.jobs a{
    transition: all .35s;
}
.jobs a:hover{
    text-decoration: none;
}
.jobs .thumb img{
    width: 100%;
    border-radius: 15px;
    transition: all .35s;
}
.jobs .thumb img:hover{
    transform: scale(1.05);
}
.jobs .description{
    margin-top: 20px;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.jobs .description h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--cinza);
}
.jobs .description p{
    font-size: 15px;
    font-weight: 500;
    color: var(--verde);
    margin-bottom: 0;
}
.jobs .description i{
    font-size: 20px;
    color: #565656;
    border: 1px solid #565656;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloco-footer{
    flex-direction: column;
    align-items: center;
}
.bloco-footer .conteudo-separador{
    margin-top: 16px;
    text-align: center;
}
.bloco-footer h3{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.bloco-footer p{
    font-size: 14px;
    font-weight: 400;
    color: var(--verde);
}
.bloco-footer p span{
    border: 1px solid #B8E3C7;
    padding: 5px;
    border-radius: 20px;
    margin-right: 5px;
}
footer{
    background: var(--cinza);
    padding: 50px 0 1px 0;
    text-align: center;
}
footer .info-contato h3{
    color: #8B8F91;
    font-size: 18px;
    font-weight: 400;
}
footer .info-contato a{
    color: #8B8F91;
    font-size: 14px;
}
footer .copyright{
    margin-top: 50px;
}
footer .copyright p{
    color: #8B8F91;
    font-size: 12px;
}
.conteudo-case{
    margin-top: 80px;
}
.titulo-descricao-case{
    margin-bottom: 40px;
}
.titulo-descricao-case .titulo{
    margin-bottom: 40px;
}
.titulo-descricao-case .titulo span{
    font-size: 20px;
    font-weight: 600;
    color: var(--verde);
}
.titulo-descricao-case .titulo h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
}
.img-case .imagem{
    width: 100%;
    background-size: contain;
    border-radius: 20px;
}
.info-case{
    padding: 40px 0;
}
.info-case h4{ 
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}
.info-case h5{
    font-size: 16px;
    font-weight: 600;
}
.info-case p{ 
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #565656;
    margin-bottom: 16px;
}
.bloco-destaque{
    padding: 24px 24px 8px 24px;
    border-radius: 10px;
    margin-bottom: 8px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
b{
    color: var(--cinza);
}
ul{
    padding-left: 0;
}
ul li{
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #565656;
    margin-bottom: 16px;
}

.item-experiencia{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #BDBDBD;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.item-experiencia .funcao h4{
    font-size: 20px;
    font-weight: 700;
    color: var(--cinza);
    margin-bottom: 3px;
}
.item-experiencia .funcao span{
    font-size: 15px;
    font-weight: 500;
    color: var(--verde);
}
.item-experiencia .tempo span{
    font-size: 15px;
    font-weight: 500;
    color: #565656;
}
.ui-design img{
    border-radius: 15px;
}



/*---------- RESPONSIVO -----------*/
@media (min-width: 1200px) {

}
@media (min-width: 992px) and (max-width: 1199.98px) {

}
@media (min-width: 768px) and (max-width: 991.98px) {
    .sobre-mim .conteudo{
        flex-wrap: wrap;
    }
    .header{
        padding: 20px;
    }
    .social .profile h1{
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
    }
    .social .profile .imagem-perfil p{
        font-size: 13px;
    }
    .imagem-tiago{
        width: 100%;
        text-align: center;
    }
    .imagem-tiago img{
        width: 100%;
    }
    .titulo-descricao-case{
        gap: 30px;
        flex-wrap: wrap;
    }
    .titulo-descricao-case .titulo h1{
        font-size: 30px;
        font-weight: 700;
        line-height: 45px;
    }
    .experiencia .title{
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .sobre-mim .conteudo{
        flex-wrap: wrap;
    }
    .header{
        padding: 20px;
    }
    .social .profile h1{
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
    }
    .social .profile .imagem-perfil p{
        font-size: 13px;
    }
    .imagem-tiago{
        width: 100%;
        text-align: center;
    }
    .imagem-tiago img{
        width: 100%;
    }
    .titulo-descricao-case{
        gap: 30px;
        flex-wrap: wrap;
    }
    ul{
        padding-left: 20px;
    }
    .titulo-descricao-case .titulo h1{
        font-size: 30px;
        font-weight: 700;
        line-height: 45px;
    }
    .experiencia .title{
        margin-bottom: 40px;
    }
    .ui-design a{
        margin-bottom: 30px;
    }
}