@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
    scroll-behavior: smooth;
    scroll-padding-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a,
li,
div,
label,
input {
    font-family: "Poppins", sans-serif !important;
    font-optical-sizing: auto !important;
}

h2 {
    font-size: 2rem !important;
    font-weight: 600 !important;
}

h1 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
}

p {
    font-size: 1rem !important;
    line-height: 1.4 !important;
}

button{
    background-color: #ffc107!important;
    border: none!important;
}

button:hover{
    background-color: #d09c00!important;
    border: none!important;
}

/* Estilo para o loader */
#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(255, 255, 255) url('../images/loader.gif') no-repeat center center;
}

/* Apagar */
/* 
.nav-item img {
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.nav-item img:hover {
    filter: grayscale(0%);/
}

.dropdown-menu img {
    margin-right: 8px;
}
 */