@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

*{
  box-sizing: border-box;
  text-align: center;
}

a{
  text-decoration: none;
}

body{
  font-family: Roboto;
  background-image: url("../imagenes/wall-usados.webp");
  background-size: cover;
  background-color: #002458;
  margin: 0;
  padding: 0;

  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px;
}

.supercontenedor{
  max-width: 500px !important;
  margin: 0 auto;
  text-align: center;
}

.construccion{
  width: 100%;
  height: 100%;

  display: grid;
  justify-content: center;

}

.box{
  width: 500px;
}

h1, h2{
    font-size: 12pt;
    padding-top: 5px;
}

.supercontenedor2{
  width: 100%;
  height: 100%;
  position: relative;
  
}


.supercontenedor{
  width: 90%;
  max-width: 450px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.barra-superior{
  width: 90%;
  height: 80px;
  top: 10px;
  position: absolute;
}

.linea{
  background-color: #002458;
  width: 100%;
  height: 2px;
}

.barra-logo{
  width: 180px;
}



.form-register{
  width: 100%;
  max-width: 450px;
  background-color: #002458;
  padding: 20px;
  border-radius: 20px;
  border: solid 2px;
  border-color: #00347c;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2); -moz-b
}

.form__title{
  margin-top: 0;
  text-align: center;
}

.form__label{
  width: 100%; 
}

.form__label__detalles{
  width: 100%; 
}

.form__input{
  width: 100%;
  background: #002d6b;
  padding: 5px;
  font-size: 12pt;
  color: #ffffff;
  font-family: Roboto;
  text-align: left;
  margin-top: 10px;
  border-radius: 5px;
  border: none;
}

.form__file{
  color: #002458;
  font-size: 12pt;
  margin: 10px 0;
  width: 100%;
}

.form__submit{
  width: 100%;
  background-color: #003681;
  padding: 10px;
  color: white;
  font-family: Roboto;
  font-size: 14px;
  margin-top: 10px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.form__submit:hover{
  background-color: #003c91;
  
}

.container--flex{
  margin-bottom: 10px;
  align-items: center;
  text-align: center;
}

.inputs_archivos{
  width: 100%;
  text-align: center;
}

.form-register .botons {
  font-family: Roboto;
  margin-bottom: 10px;
  border: none;
}

.botones{
  width: 100%;
  max-width: 450px;
}

#nombre_arch1, #nombre_arch2, #nombre_arch3, #nombre_arch4, #nombre_arch5{
  margin-bottom: 10px;
}

.info{
  width: 100%;
  background-color: #003c91;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}

.menu{
  width: 100%;
  height: 100px;
  padding-top: 5px;
  top: 0;
  margin: 0 auto;
  position: absolute;
  text-align: right;
}

.menu-link{
  display: inline-block;
  background-color: #ffffff;
  padding: 10px;
  text-align: right;
}

.menu-link:hover{
  background-color: #999999;
  cursor: pointer;
}