body{
    font-family: 'Raleway', sans-serif;
}

h1, h2{
    color: #222222;
}

nav.white{
    box-shadow: -1px 1px 2px 0px #0000000a;
}

nav ul li:last-child a {
    color: #222222;
}

nav ul li:last-child a:hover, ul#footer-social li a:hover {
    color: #ff7724;
}

.parallax-container{
    background-image: url(../../../../img/infotec/parallax.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: white;  
}

/* #header_container{
    width: 35%;
} */

a#download-button{
    background-color: #e26920 !important;
}

div#quem-somos{
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    padding: 20px 0 ;
}

div#quem-somos h2{
    color: black;
}

div#quem-somos p {
    color: #888888;
}

#nossos_numeros_wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#nossos_numeros_titulo{
    text-align: center;
}

#nossos_numeros_titulo hr{
    width: 35%;
    border: 1px solid #ff7724;
}

.numeros{
    flex: 1;
    color: black;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 270px;
    box-shadow: none;
}

.nossos-numeros-icone{
    color: #e26920;
    text-align: center;
    width: 80px;
    height: 50px;
    padding: 10px;
}

.numeros h1{
    margin: 15px auto;
}

.numeros hr{
    width: 45%;
}

#valores_wrapper{
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    padding: 20px 0 100px 0;
}

#valores_titulo{
    text-align: center;
}

#valores_titulo hr{
    width: 35%;
    border: 1px solid #ff7724;
}

#bloco2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.valores{
    flex: 1 0 25%;
    border-radius: 5px;
    background-color: #333333eb;
    background-color: #232323c7;
    color: white;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid white;
    min-width: 270px;
}

.valores h5{
    text-shadow: 1px 1px 6px black;
}

.valores-icone{

    border-radius: 50px;
    width: 60px;
    height: 60px;
    padding: 15px 10px;
    background: #e26920;
    color: white;
    text-align: center;
    box-shadow: 1px 1px 2px 0px #ffffffa8;
}

#valores .row{
    margin-bottom: 0;
}

#valores i{
    font-size: 2em;
    margin-top: 20px;
    color: white;
}

#nossos_numeros i{
    font-size: 3em;
    margin-top: 20px;
    color: #e26920;
}

#filter_text{
    border: 1px ridge #0000002b;
}

div#bloco-oportunidades-profissionais-search a{
    background-color: #e26920;
}

footer.page-footer{
    background-color: #222222;
}