@import url(https://fonts.googleapis.com/css?family=Noto+Sans);


body{
  height: 100%; 
  font-family: 'Noto Sans', sans-serif;
  background-color: #00002C;
  background-image: url("img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 400px) {
.contact_form{  
  width: 90%; 
  height: auto;
  margin: 50px auto;
  border-radius: 10px;  
  padding-top: 3px;
  padding-bottom: 20px;  
  background-color: #fbfbfb; 
  padding-left: 30px; 
  }

  input{
  background-color: #fbfbfb; 
  width: 90%; 
  height: 40px; 
  border-radius: 5px;  
  border-style: solid; 
  border-width: 1px; 
  border-color: #00002C; 
  margin-top: 10px;  
  padding-left: 10px;
  margin-bottom: 20px; }
  
  h1{
  font-size: 28px;  
  text-align: left; 
  padding-top: 5px;
  padding-bottom: 5px; 
  color: #00002C;
}

h2{
  font-size: 21px;  
  margin-top: -35px;
  text-align: left; 
  color: #00002C;
}

h3{
  font-size: 12px; 
  padding-bottom: 5px;
  color: #0e0e0e;   
}
  
}


@media screen and (min-width: 401px) {
.contact_form{  
  width: 460px; 
  height: auto;
  margin: 60px auto;
  border-radius: 10px;  
  padding-top: 3px;
  padding-bottom: 20px;  
  background-color: #fbfbfb; 
  padding-left: 30px; 
  }
  
  input{
  background-color: #fbfbfb; 
  width: 410px; 
  height: 40px; 
  border-radius: 5px;  
  border-style: solid; 
  border-width: 1px; 
  border-color: #00002C; 
  margin-top: 10px;  
  padding-left: 10px;
  margin-bottom: 20px;
  }

h1{
  font-size: 39px;  
  text-align: left; 
  padding-top: 0px;
  color: #00002C;
}

h2{
  font-size: 29px;  
  margin-top: -35px;
  text-align: left; 
  color: #00002C;
}



h3{
  font-size: 17px; 
  padding-bottom: 5px;
  color: #0e0e0e;   
}
}


textarea{
  background-color: #fbfbfb; 
  width: 405px; 
  height: 150px; 
  border-radius: 5px;  
  border-style: solid; 
  border-width: 1px; 
  border-color: #00002C; 
  margin-top: 5px;  
  padding-left: 10px;
  margin-bottom: 5px; 
  padding-top: 5px; 
}


label{
  display: block; 
  float: center;  
}


button{
  height: 45px; 
  padding-left: 5px;
  padding-right: 5px;   
  margin-bottom: 20px; 
  margin-top: 10px;   
  text-transform: uppercase;
  background-color: #00002C; 
  border-color: #00002C; 
  border-style: solid; 
  border-radius: 10px;  
  width: 90%;   
  cursor: pointer;
}


button p{
  color: #fff; 
}


span{
  color: #00002C; 
}


.aviso{
  font-size: 13px;  
  color: #0e0e0e;  
}


p{
  font-size: 14px; 
  color: #0e0e0e;
  margin-bottom: 2px; 
  margin-top: 2px; 
}


::-webkit-input-placeholder {
 color: #a8a8a8;
}


::-webkit-textarea-placeholder {
 color: #a8a8a8;
}


.formulario input:focus{
  outline:0;
  border: 1px solid #97d848;
}


.formulario textarea:focus{
  outline:0;
  border: 1px solid #97d848;
}
