
@font-face {
    font-family: '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: "Quicksand-Regular" !important;
    font-size: 15px !important;
    color: #222 !important;
    text-align: left;
}
p{
    margin-bottom: 0px  !important; 
}
p, h4,h3,h2,h1{ 
}

.TextoHomeAmarelo{
    color: #FCC630;
    line-height: 2 !important;
    font-weight: bold;
}

.Titulo{ 
    line-height: 2 !important;
    font-weight: bold;
}

.TituloAmarelo{
    color: #FCC630;
    line-height: 2 !important;
    font-weight: bold;
}
.TituloVerde{
    color: #8CC04D;
    line-height: 2 !important;
    font-weight: bold;
}
.TituloAzul{
    color: #729DD3;
    line-height: 2 !important;
    font-weight: bold;
}
.TituloVermelho{
    color: #E6304B;
    line-height: 2 !important;
    font-weight: bold;
}

.TextoAmarelo{
    color: #FCC630; 
}
.TextoVerde{
    color: #8CC04D; 
}
.TextoAzul{
    color: #729DD3; 
}
.TextoVermelho{
    color: #E6304B; 
}

@media screen and (max-width: 1200px) {
    .TextoHomeAmarelo{ 
        line-height: 1.3 !important; 
    }
} 

@media screen and (max-width: 769px) {
    .TextoHomeAmarelo{ 
        font-size: 20px;
    }
} 