
@font-face {
	font-family: 'Conv_Quicksand-Regular';
	src: url('../fonts/Quicksand-Regular.eot');
	src: local('☺'), url('../fonts/Quicksand-Regular.woff')
            format('woff'), url('../fonts/Quicksand-Regular.ttf') 
            format('truetype'), url('../fonts/Quicksand-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
    font-family: "Conv_Quicksand-Regular" !important;
    font-size: 14px;
    color: #414042;
}

.laranja {
    color: #FF5C18 !important;
}
 
.azul {
    color: #3C62BE !important;
} 
.TituloLaranjaComLinha{    
    color: #FF5C18; 
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
    display: inline-block;
}
.TituloLaranjaComLinha:before{
    background-color: #3C62BE;
    content: " ";
    height: 5px;
    margin-top: 40px;
    position: absolute;
    width: 90px;
    border-radius: 5px;
}
.TituloAzul{    
    color: #3C62BE; 
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
    display: inline-block;
}
.TituloAzulComLinha:before{
    background-color: #3C62BE;
    content: " ";
    height: 5px;
    margin-top: 40px;
    position: absolute;
    width: 90px;
    border-radius: 5px;
}

 
@media screen and (max-width: 550px) {

}

