html, body {
    height: 100%;
    margin: 0;
  }
  .contenedor {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Mínimo el alto de la pantalla */

    background-color: rgb(72, 40, 108);
    background-image: url("../images/ImgenOriginal.jpg");
    background-position: center center;
	background-size: cover;
    background-attachment: fixed;
    /* height: auto;         
    
    height: 100%;
    z-index:-1; */
}

  
  main {
    flex: 1; /* Esto empuja el footer hacia abajo */
  
  }
  
  footer, .footer {
    background-color:#202020;
    color: white;
    padding:0 15px;
    /* display: flex; */
    align-items: center;
    height: 100%!important;
    font-style: italic;
    font-size: small;
  }


#fondo{
    height: auto;         
    /* Half height */
    height: auto;
    background-position: center center;
	background-size: cover;
    background-attachment: fixed;
    /* background-image: url("https://images.vexels.com/media/users/3/73603/raw/edc23e6fc4835982a41d82dc138ea908-dibujos-animados-de-taller-mecanico-de-automoviles.jpg");   
    background-image: url("https://images.vexels.com/media/users/3/70945/raw/6ba39e7444f682fc95aca31d3e0b4bde-silhouette-traced-tractor-vehicle.png"); 
    background-image: url("https://images.vexels.com/media/users/3/151375/raw/ec503559b3efd765038f4d8b5b7130fd-ilustracion-de-vehiculo-scooter.jpg"); 
    background-image: url("https://images.vexels.com/media/users/3/73654/raw/70ecabafcd70fc995463d85b50e8fec8-fondo-abstracto-paisaje-urbano-poligonal-3d.jpg"); */
    background-image: url("../images/ImagenAbst.jpg");
    z-index:-1;
}


fieldset{
    margin: 20px !important;
    padding: 10px !important;
    border-radius: 10px;
    border: 1.5px solid black !important;
    padding: 0 10px 10px 10px;    
    background-color: teal;
    z-index:1;
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.form-group a {
    padding: 5px;
    text-decoration: none;
    color: white;
    border-radius: 10px;

}
.form-group a:hover {
    background-color: rgb(137, 139, 139, .7);
}

.form-control {
    display: block;
    width: 90% !important;
}

div.panel.panel-primary {
    padding: .5rem!important;
} 

#sombra{
    background-color: rgba(8, 8, 8, 0.418);
    color: whitesmoke;
}

#sombra_menu{
    height: 720px;
    background-color: rgba(8, 8, 8, 0.418);
    color: whitesmoke;
}

#titulos{
    margin: 20px 0;
    padding: 0;
    color: white;
    font-family: Proxima Nova,Verdana,Avenir Next;
    line-height: 1.4;
    text-align: center;
}

.header-menu{
    height:54px;
    background-color:#2D1A42;
    padding:0 10px;
}
.menu-items{
    display: flex;
    align-items: center;
    height: 100%!important;
}
.menu-titulo {
    margin: 10px;
    color: #5f7d95;   
}
.block{display:block} 

