
*{
    margin: 0px;
    padding: 0px; 
    color: white;
    outline: 0;
}
.conteudoQuemSomos{
    position: relative;
    width: 50%;
    margin-top: 5%;
    margin: auto;
    background: #091C43;
    border-radius: 10px 80px;
    font-family: 'Raleway', sans-serif;
    -webkit-box-shadow: 0px 0px 75px 10px rgb(151, 147, 147);
    -moz-box-shadow: 0px 0px 75px 10px rgb(151, 147, 147);
    box-shadow: 0px 0px 75px 10px rgba(255, 253, 253, 0.815);
    animation: contentQuem 0.7s linear;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.conteudoQuemSomos img{
    margin: 10px;
    width: 40%;
    height: 80%;
    margin-bottom: 50px;
}
.conteudoQuemSomos h1{
    width: 100%;
    color: #ff6600;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 52px;
    margin-top: 5%;
}

.conteudoQuemSomos h2{
    color:#ff6600;
    width: 100%;
    font-family:'Raleway', sans-serif;;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    margin-top: 5px;
    text-align: center;
    margin-top: 1%;
}
.conteudoQuemSomos p{
    width: 60%;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-top: 40px;
}
.conteudoQuemSomos span{
    color:#ff6600;
    font-size: 20px;
}
.quemSomos{
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
@keyframes contentQuem {
    from{box-shadow: 0px 0px 75px 5px rgba(185, 69, 2, 0.815)}
    to{box-shadow: 0px 0px 75px 5px rgba(156, 79, 34, 0.815)}
}
.valoresContent{
    display: flex;
    width: 60%;
    flex-direction: row;
    margin-top: 40px;

}
.valoresTitle{
    margin-right: 15px;
}
.valores{
    margin: 5px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: flex-start;
}
.valores li{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}
