<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*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-container {
    height: 100vh;
    background-image: url('../assets/img/others/Banner-Nuestra-Empresa.jpg'); /* Cambia 'tu_imagen.jpg' por la ruta de tu imagen de fondo */
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5; /* Ajusta el valor de opacidad según tus necesidades (de 0 a 1) */
}


</pre></body></html>