/*reset.css*/
*{
 padding: 0%;
 margin: 0%;   
}

body{
    margin: 0;
    height: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #293651;
}

.header{
    width: 700px;
    margin: auto;
    text-align: justify;
}
.centralizar{
    padding: 0 30%;
}
h2{
  color:#14c2a4;
  font-size: 30px;
  font-weight:lighter;
  letter-spacing: 5px;
}
.subtitulo{
    font-size: 25px;
}
.subtitulo2{
    color: #293651;
    letter-spacing: normal;
    font-weight: 950;
    text-align: center;
}
h1{
    color: #293651;
    font-size:40px;
    font-weight: 1000;
}
h3{
    color: #817f91;
    font-size:20px;
    font-weight: lighter;
    letter-spacing: 1px;
}
h4{
    color: #ffffff;
    font-size:20px;
    font-weight: lighter;
    letter-spacing: 1px;
}
.btn{
    background-color: #00a78e;
    height:38px;
    color:#ffffff;
    border:none;
    border-radius:5px ;
    width: 170px;
    font-size: 15px;
}
.image{
    align-items: center;
    text-align: center;
}
img{
    width: 300px;
}
.label {
    margin-top: 30px;
    display: inline-block;   
}

.progress-label{
    /* display: inline-block; */
    text-align: right;
    right: 0;
}
progress {
    border: 0;
    width: 100%;
    height: 15px;
    

}
  
progress::-webkit-progress-value {
    background: #00A78E;
    border-radius: 10px;
}
  
progress::-webkit-progress-bar {
    background: #e2e4e3;
    border-radius: 10px;
}
.skills{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 1000px;
    padding-left: 200px;
}

.quadro{
    background-color: white;
    width: 400px;
    display: inline-block;
    min-height: 200px;
    margin: 5%;
    max-width: 300px;
    padding: 1%;
    border-radius: 5px;
    box-shadow: 10px 10px 15px #c6c6c6;
    box-sizing: border-box;


}
.quadro i{
    text-align: center;
    margin-left: 80px;
    margin-top: 30px;
    background-color: #00a78e;
    width: 130px;
    height: 90px;
    border-radius: 10px 10px 0px 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}


.quadro:hover{
    color: #817f91;
}
.quadro h3{
    color: #293651;
    font-weight: bolder;
    font-size: 30px;
    text-align: center;
}
h5{
    color: #817f91;
}
.final{
    background-color: #00a78e;
    width: 1000px;
    margin: 10px;
    margin: auto;
    border-radius: 10px;
    padding-left: 30px;
    padding-top: 10px;
   
}
.footer {
    width: 100%;
}