* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif, Verdana, Geneva, Tahoma, sans-serif;
}

body {
    background-color: gray;
}

.main {
    border: 3px solid greenyellow;
    width: 210mm;
    margin: 0 auto 20px auto;
    display: flex;
    align-items:stretch;
    overflow: hidden;
    height: 297mm;
}



.left {
    background-color: black;
    width: 50%;
    color: white;
    padding: 30px 50px 50px 50px;
;
}

img {
    width: 60%;
    display: flex;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 20px;
    border: 8px yellowgreen solid;

}

h1{
    font-size: 28px;
    margin-top: 15px;
}
h2{
    color: greenyellow;
    font-style: italic;
    margin: 12px 0;
    font-weight: 50;
}
.educ h2{
   font-style: normal; 
   margin-top: 20px;
   font-weight: 700;
}
.educ h3{
    font-weight: 800;
    font-size: 18px;
    margin-top: 10px;
    font-style: italic;
    font-weight: normal;
}
.educ h4{
    font-size: 18px;
    font-weight: 200;
}
.ladoalado {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
    padding-right: 20px;
    

}
p {
    font-size: 13px;
}

.barra{
width: 100px;
height: 20px;
background-color: grey;
border-radius: 10px;
}
.barra p{
    color: black;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
.progresso{
width: 100%;
height: 100%;
background-color: greenyellow;
border-radius: 10px;
}

.progresso2{
width: 60%;
height: 100%;
background-color: greenyellow;
border-radius: 10px 0 0 10px;
}
.contato{
    margin: auto;
}
.contato h3{
    font-size: 25px;
    color: greenyellow;
    margin-top: 20px;
}
.contato p{
    margin-top: 5px;
}
.contato a{
    text-decoration: none;
    color: white;
}
.fa-envelope, .fa-phone, .fa-map-marker-alt, .fa-globe, .fa-linkedin{
    color: greenyellow;
    margin: 10px 10px 0 0;
    font-size: 20px;
    margin-left: 2px;
}

/*LADO DIREITO*/
.right {
    background-color: white;
    width: 50%;
    color: black;
    padding: 60px 40px 40px 40px;
    
}
.fa-solid.fa-star{
    width: 20px;
    height: 20px;
    color: greenyellow;
    background-color: black;
    border-radius: 50%;

    font-size: 10px;
    padding: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;

}
.fa-solid.fa-circle{
    font-weight: 1px;
   width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 50%;

    font-size: 10px;
    padding: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    
}
.fa-solid.fa-star-half{
   width: 20px;
    height: 20px;
    color: greenyellow;
    background-color: black;
    border-radius: 50%;

    font-size: 10px;
    padding: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;

}
.linha{
  border: 0;
  border-top: 1.5px solid #333;
  margin-left: -40px;
  margin-top: 10px;
  margin-bottom: 20px;
}

li{
    font-size: 13px;
    
    margin-left: 35px;
    margin-top: 5px;
}
.right h2 {
    color: black;
    font-size: 20px;
    font-weight: 20;
}
.right h3{
    font-size: 12px;
    font-weight: 20;
}
ul{
    font-style: bold;
}
.left h2{
    font-size: 18px;
}