header {
    background-color: #8A2036;
    color: white;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.header-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.header-imagenes img {
    height: 60px;
    margin-right: 15px;
}

.header-titulo {
    text-align: center;
    position: absolute;  
    left: 50%;
    transform: translateX(-50%);  
}

header h1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

header h2 {
    font-size: 1.5rem;
    color: #white;
    margin-top: 5px;
}
  body{
 
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: center center;
    background-attachment: fixed;
    background-color: #66999;
  }
  footer {
    background: #8A2036;
    color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
        position:relative;
        margin-top: 13%;
}

  .btn-success{
    color: #fff;
    background-color: #8A2036;
    border-color: #8A2036;
    margin-left: 30%;
  }
  
  
  .btn-success:hover {
      color: #fff;
    background-color: #B39760;
    border-color: #B39760;
    
  }
  
  container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  
  
@media (max-width: 992px) {
    .header-container {
        text-align: center;
    }
    .header-titulo {
        text-align: center;
    }
    .header-imagenes img {
        height: 40px;
        margin: 10px;
    }
    header h1 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0;
    }
    
    header h2 {
        font-size: 1rem;
        color: #d4af37;
        margin-top: 5px;
    }
    .login-box {
        width: 95%;
        padding: 10px 20px;
        margin-bottom: 15px;
    }
    button {
        padding: 10px 20px;
        margin-bottom: 30px;
    }

}

@media (max-width: 576px) {
    .header-container img {
        justify-content: center;
    }

    .login-box {
        padding: 20px;
    }
    .header-titulo h1, 
    .header-titulo h2 {
        display: none;  
    }
    button {
        font-size: 14px;
        padding: 10px 20px;
    }
}