@font-face {
    font-family: 'Estricta';
    src: url('/font/Estricta-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/font/Roboto-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f0f0f0;
    font-family: "Roboto", sans-serif;
}

.margin-top-15 {
    margin-top: 15px;
}

.bg-black {
    background-color: #000000;
    color:#ffffff;
}

.bg-white {
    background-color: #ffffff;
    color: #000000;
}

.padding-20 {
    padding: 20px;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Estricta', sans-serif;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.estricta-menu {
    font-family: Estricta;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.estricta-btn {
    font-family: Estricta;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

/* Estende o carousel para ocupar toda a largura disponível */
.carousel-item {
    width: 100%;
    height: auto;
}

/* Opcional: ajusta a altura do carousel */
.carousel-item img {
    width: 100%;
    height: auto; /* Ajusta a altura automaticamente */
}

.carousel {
    margin-top: -20px;
}

.right-aligned {
    text-align: right;
}

.yamaha-bg-table {
    background-color:#ffffff;
}


/* Tabela da View Index.cshtml do controlador State */
.col-nome {
    width: 30%;
}

.col-uf {
    width: 20%;
}

.col-reg {
    width: 20%;
}

.col-acoes {
    width: 30%;
}


/* Tabela da View Index*/
tr:hover {
    background-color: #f2f2f2; /* Cor de fundo cinza claro */
}
