/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets.
    THEME FOR PURO
*/
/* Gilroy */
@font-face {
    font-family: 'Gilroy-Light';
    src: url('Gilroy-Light.otf') format('opentype');
}

/* Prata */
@font-face {
    font-family: 'Prata';
    src: url('Prata-Regular.ttf') format('opentype');
}

html {
    font-family: "Gilroy-Light", sans-serif;
}

label#lbinputFile {
    color: #fff !important;
}

.btn-util {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

h3.ZonaBold.text-white {
    color: #303030 !important;
    font-family: "Prata", sans-serif;
    letter-spacing: 0.128rem;
    font-weight: 200 !important;
}

.ZonaBold {
    font-family: "Gilroy-Light", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 1.5px;
    color: #212529 !important;
    font-weight: 200 !important;
}
.Bold {
    font-family: "Prata", sans-serif;
    font-size: 19px;
    font-weight: 200 !important;
    line-height: 1.55;
    letter-spacing: 2px;
    color: #303030 !important;
    /* text-transform: uppercase; */ 
}

.ZonaThin {
    font-family: "Gilroy-Light", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    letter-spacing: 1.5px !important;
    color: rgb(99, 99, 101) !important;
    font-weight: 200 !important;
}

.bg-white {
    background-color: #fff !important;
}

.border-secondary {
    border-color: #ead6b7 !important;
}

.dropdown-item {
    font-family: "Gilroy-Light", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    letter-spacing: 0.6px !important;
    color: rgb(99, 99, 101) !important;
}

.dropdown-item.active {
    color: #fff !important;
}
.btn {
    font-weight: 200 !important;
    background-color: #f9f5ee;
    border-color: #303030;
}

.btn-success {
    font-size: 13px !important;
    color: #fff !important;
    font-family: Gilroy-Light, sans-serif !important;
    font-weight: 200 !important;
    letter-spacing: 2px !important;
    background-color: #303030;
    border-color: #767471;
    text-transform: uppercase;
}

.btn-primary {
    color: #fff !important;
    background-color: #303030;
}
.btn-secondary {
    color: #fff !important;
    background-color: #303030;
}

.dropdown-item {
    font-weight: 200 !important;
}


a{
    color: #007bff !IMPORTANT;
}

p {
    font-family: "Gilroy-Light", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    letter-spacing: 0.2px !important;
    color: rgb(48, 48, 48) !important;
}

body {
    font-weight: 200 !important;
}

button {
    font-family: "Gilroy-Light", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    letter-spacing: 0.6px !important;
    color: rgb(99, 99, 101) !important;
}


.h3, h3 {
    font-size: 1.6rem !important;
    font-weight: bold;
}


.modal-body {
    font-family: "Gilroy-Light", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0.6px;
    color: rgb(99, 99, 101);
    font-weight: 300 !important;
}

.navbar-expand {
    background-color: #fff;
}

body {
    font-family: 'Gilroy-Light';
    color: #303030;
    background-color: #EAD6B7;
}

.border-dark {
    border-color: #574e422b !important;
}

.bg-light {
    background-color: #EAD6B7 !important;
}

span.field-validation-error {
    font-family: 'Gilroy-Light';
}

.bootstrap-select .dropdown-toggle .filter-option {
    letter-spacing: 1.5px !important;
}

.BG-GreyBlue {
    background-color: #ead6b7 !important;
}

.form-control {
    border: 1px solid #ead6b7;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffff;
    opacity: 1;
}

.col-12.col-md.col-lg {
    color: #303030 !important;
    font-family: "Prata", sans-serif;
    letter-spacing: 0.128rem;
    font-weight: 500;
}

a.ZonaBold.nav-link.dropdown-toggle.text-white.font-weight-bold {
    color: #303030 !important;
}

h3.ZonaBold {
    color: #303030 !important;
    font-family: "Prata", sans-serif;
    letter-spacing: 0.128rem;
    font-weight: 500 !important;
}

.border-light {
    border-color: #574e422b !important;
}

button#BtnClean {
    background-color: #ead6b7 !important;
}