
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Maven+Pro:wght@400..900&family=Oxygen:wght@300;400;700&display=swap');
body{
    font-family: 'Open Sans','Comfortaa','Oxygen','Nunito Sans','Exo', Arial, Helvetica, sans-serif;
}
.btn-orange{
    background-color: #0099ff;
    color:white;

    font-size: 12px !important;
}

.btn-orange:hover{
    background-color: #0066cc;
    color:white;
}

.text-orange{
    color:#0066cc
}

.tinted-image {
    /* Ajuste de filtro para chegar mais próximo do laranja #F78531 */
    filter: sepia(1) saturate(300%) hue-rotate(-40deg);
}

.card-custom{
    border: 1px solid #0099ff;
}

.card-body{
    font-size: 14px !important;
    line-height: 17px !important;
}
label{
    font-size: 12px !important;
    line-height: 17px;
    font-size: 600 !important;
    color: #004566;
}

input, select, textarea{
    font-size: 12px !important;

    font-size: 400;
    line-height: 17px;
}
