body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: black;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.container-cur{
    display: flex;
    justify-content: center;
}

.container{
    width: 1400px;
}

.header {
    background-color: #1e2430;
    color: white;
    padding: 20px;
    height: 350px;
    width: 1360px;
}

.logo {
    color: #c3a36e;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0 20px;
    letter-spacing: 6px;
}

.contact-info {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    margin-top: 15px;
}

.info {
    flex:1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #666;
}

.icon {
    font-size: 18px;
    color: #c3a36e;
}

.links{
    color: white;
}

.links:hover{
    color:aqua;
}

.container2 {
    display: flex;
    margin: 20px auto;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.sidebar {
    width: 38%;
    background-color: #1c1c1e;
    padding: 20px;
    text-align: center;
    color: white;
}

.profile-pic {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
}

h2 {
    font-size: 18px;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: left;
}

.content h2 {
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: left;
}

.competencias p {
    padding: 10px;
    margin: 10px 0;
    font-size: 14px;
    text-align: left;
}

.content {
    width: 62%;
    padding: 20px;
    background-color: white;
    text-align: left;
}

.sobre-mim {
    padding-bottom: 10px;
}
.experiencia {
    border-top: 2px solid black;
}

.sobre-mim p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.job {
    display: flex;
    flex-direction: row;

}

.job-loc-temp{
flex:1;
}

.job-titulo-desc{
flex:3;
padding-left: 50px;
}

.job-titulo-desc h4 {
    text-align: left;
    font-size: 16px;
    color: black;
}

.experiencia .job {
    margin-bottom: 20px;
}

.period {
    font-size: 14px;
    color: #c3a36e;
}

h3 {
    font-size: 16px;
    color: #555;
    margin: 5px 0;
}

h4 {
    font-size: 14px;
    color: #c3a36e;
    text-transform: uppercase;
    margin: 5px 0;
}

ul {
    padding-left: 15px;
}

ul li {
    font-size: 17px;
    color: black;
    line-height: 2.0;
}

.sidebar .ligacoes a {
  color: white; /* links brancos */
  text-decoration: none;
}

.sidebar .ligacoes a:hover {
  text-decoration: underline; /* opcional: destaque ao passar o mouse */
}

.ligacoes {
    margin-top: 30px;
    border-top: 2px solid white;
    color: white;
    
}

.ligacoes ul {
    list-style-type: none;
    padding: 0;
}

.ligacoes ul li {
    margin: 5px 0;
    margin-bottom: 13px;
    text-align: start;
    color:white;
}

.ligacoes ul li a {
    color: black;
    font-style: italic;
    text-decoration: none;
    font-size: 14px;
}

.sobre-mim ul li{
    line-height: 40px;
}

.ligacoes ul li a:hover {
    text-decoration: underline;
}

.educacao {
    border-top: 2px solid black;
}

.education-item {
    margin-bottom: 10px;
}

.education-item h3 {
    font-size: 16px;
    color: #555;
    margin: 5px 0;
}

.education-item .period {
    font-size: 14px;
    color: #c3a36e;
}

.education-item p {
    font-size: 14px;
    color: #444;
    margin: 3px 0;
}
