@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

*{
  box-sizing: border-box;
}

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;
}


.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;
  
}

.tagline{
  font-family: Roboto;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.supercontenedor{
  width: 90%;
  max-width: 450px !important;
  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: 90%;
  max-width: 450px;
  background-color: #002458;
  padding: 20px;
  border-radius: 20px;
  border: solid 2px;
  border-color: #00347c;
  margin: 0 auto;
  -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;
  outline: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-family: Roboto;
  text-align: left;
  margin-top: 10px;
  border-radius: 5px;
  border: none;
}

.horizontales{
  width: 100%;
  height: 20px;
}

.simil-input input[type="radio"]{
  display: none;
}

.container--flex .simil-input label{
  color: #fff;
  padding: 5px 15px 5px 30px;
  margin: 5px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container--flex .simil-input label:before{
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 7px;
}

.simil-input input[type="radio"]:checked + label{
  padding: 5px 15px;
  background: #001d46;
}

.simil-input input[type="radio"]:checked + label:before{
  display: none;
}

.container--flex .simil-input label:hover{
  background: #003c91;
}

.form__input:focus{
  box-shadow: 0px 0px 5px 5px #001d46;
}


.form__input::placeholder{
  color: #d3d3d3;
}


.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;
  float: none;
}

.container--flex--50L{
  margin-bottom: 10px;
  align-items: center;
  text-align: center;
  float: left;
  width: 48%;
}

.container--flex--50R{
  margin-bottom: 10px;
  align-items: center;
  text-align: center;
  float: right;
  width: 48%;
}

.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;
}

.simil-input{
  width: 100%;
  height: auto;
  background-color: #002d6b;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  font-family: Roboto;
}

.simil-input-2{
  width: 100%;
  height: auto;
  background-color: #002d6b;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-family: Roboto;
}

.simil-input p, .simil-input-2 p{
  text-align: left;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  display: inline;
  
}

/* Select Abre*/

select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  box-shadow:none;
  border:0px!important;
  background: #003c91;
  background-image: none;
  flex: 1;
  padding: 0.5em 0.5em;
  border-radius: 5px;
  color:#fff;
  cursor:pointer;
  align-items: right;
  font-size: 1em;
  /*font-family: 'Open Sans', sans-serif;*/
}
select::-ms-expand {
  display: none;
  cursor:pointer;
}
.select {
  /*position: relative;
  display: flex;*/
  width: auto;
  height: 30px;
  line-height: 0;
  background: #003c91;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
}
.select::after {
  content: '\25BC';
  /*position: absolute;*/
  top: 0;
  right: 0;
  background: #000;
  cursor:pointer;
  pointer-events:none;
  transition:.25s all ease;
}
.select:hover::after {
  color: #ffffff;
}

/* Select Cierra */

.info{
  width: 100%;
  background-color: #003c91;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}


/* ============= POP UP ============= */ 

.popup-class{
  border-radius: 15px;
}



@media (max-width: 700px){
  .simil-imput p{
    display: inline-block;
    margin-bottom: 10px;
  }
}