input{
  font-size: 1rem;
}
label{
  text-align: left;
  color: #666;
  font-size: 0.8rem
}
#header{
  background: white;
  margin-left: 14rem;
  margin-right: 14rem;
  display: table;
  width: 60%;
  width:-webkit-fill-available;
}
#header div{
  height: 8rem;
  display: table-cell;
  vertical-align:middle;
}
#header img{
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (max-width: 768px) {
	#header{
	  margin-left: 8rem;
	  margin-right: 8rem;
	}
	#header div{
	  height: 4rem;
	}
}
@media (max-width: 720px) {
	#header{
	  margin-left: 4rem;
	  margin-right: 4rem;
	  width: 80%;
	}
	#header div{
	  height: 3rem;
	}
    #header img{
	  margin-left: 0rem;
	  margin-right: 0rem;
	}
}
@media (max-width: 600px) {
	#header{
	  margin-left: 0rem;
	  margin-right: 0rem;
	  width:100%;
	}
	#header div{
	  height: 3rem;
	}
	#header #iso{
	  width: 64px;
	}
    #header img{
	  margin-left: 0rem;
	  margin-right: 0rem;
	}
}
@media (max-width: 400px) {
	#header{
	  margin-left: 0rem;
	  margin-right: 0rem;
	  width:100%;
	}
	#header div{
	  height: 3rem;
	}
	#header #iso{
	  width: 48px;
	}
    #header img{
	  margin-left: 0rem;
	  margin-right: 0rem;
	}
}
#header #iso{
  float: right;
}
#mensaje{
  background: #cccccc;
}
#mensaje img{
  width: 100%;
}
#premio{
  background: #cccccc;
}
#premio img{
  width: 100%;
}
#actualizar{
  background: #eeeeee;
}
#formulario{
  margin-left: 14rem;
  margin-right: 14rem;
  padding-bottom: 2rem;
}
#formulario h1{
  text-align: center;
  color: #555555;
  font-size: x-large;
  padding-top: 3%;
}
#formulario .button{
  margin-top: 3%;
}
#contacto{
  background: white;
  margin-left: 14rem;
  margin-right: 14rem;
}
#contacto div{
  vertical-align: middle;
}
#contacto div{
  margin-left: 0rem;
  margin-right: 0rem;
}
#contacto div p{
  font-size: small;
  text-align: center;
  width: 100%;
}
#contacto img{
  width: 32px;
}
@media (max-width: 768px) {
  #formulario{
    margin-left: 8rem;
    margin-right: 8rem;
  }
  #contacto{
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media (max-width: 720px) {
  #formulario{
    margin-left: 4rem;
    margin-right: 4rem;
  }
  #contacto{
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (max-width: 600px) {
  #formulario{
    margin-left: 0rem;
    margin-right: 0rem;
  }
  #contacto{
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
#footer{
  background: #227700;
}
#footer p{
  text-align: center;
  color: white;
}

input {
  width: 20rem;
  border-radius: .5rem;
  border: 1px solid white;
  color: #333;
}
input:focus{
  border: 1px solid white;
}

.button-form{
  display: inline-block;
  width: 22rem;
  height: 2.75rem;
  border: 0px solid #633991;
  border-radius: 1.5rem;
  background-color: #227700;
  color: #eee;
  font: 500 0.9rem/1.4rem "Open Sans", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 600;
}
.button-form:hover{
  color: #fff;
  background: #11cc33;
}

/* MODAL */
/* The Modal (background) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 22rem;
}

/* The Close Button */
.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
