@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;400;700&display=swap');

*{
    box-sizing: border-box;
    font-family: 'Exo', sans-serif;
   
}

body 
{
    margin: 0;
    font-family: 'Roboto Mono', monospace;
   
    /*Fondo de la pagina se ajunta a la pantalla*/
    background: #686868 url(../img/fondoaltas.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*-------------------------------------------*/
}

h2
{
    font-size: 20px;
    text-align: center;
    margin: 7px;
    font-family: 'Exo', sans-serif;
     color: white;
}

jlabel
{
    font-size: 13px;
    font-family: 'Exo', sans-serif;
     color: white;
}

.contenedor
{
  width: 100%;
  max-width: 850px;
  margin: auto;
  background: black;
  opacity: 60%;
  padding: 15px;
  border: 3px solid rgba(0,0,0,0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
input
{
    color: black;
}
.btn-enviar
{
    background: #D01720;
   
    margin: auto;
    padding: 10px 40px;
    cursor: pointer;
}

.btn-enviar:hover
{
    background: blue;
}

.btn-enviar:active
{
    transform: scale(1.05);
}

#circulov {
	width: 20px;
     height: 20px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #5cb85c;
     margin: 1px;
    
}

#circulor {
	width: 20px;
    height: 20px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: red;
    margin: 1px;
    
}

/*Tamaño de los campos*/
.input-5
{
  width: 5%;  
}

.input-10
{
  width: 10%;  
}

.input-15
{
  width: 15%;  
}

.input-20
{
  width: 20%;  
}

.input-30
{
  width: 30%;  
}

.input-40
{
  width: 40%;  
}

.input-50
{
  width: 50%;  
}

.input-60
{
  width: 60%;  
}

.input-80
{
    width: 80%;
}

.input-100
{
    width: 100%;
}
