body{
	font-family: 'Garnett-Regular', sans-serif;
	background-color: #007cc2;
}

/* Sitio
   ========================================================================== */
#info{
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
  padding: 30px 60px 70px;
  background-color: #ffffff;
  margin-bottom: 100px;
}
.main-header{
  background: #00377A;
  text-align: center;
  padding: 15px 0;
}
.main-header img{
  width: 180px;
}
h1.title{
  margin-top: 70px;	
  text-align: center;
  font-size: 40px;
  padding: 20px 0;
  color: #ffffff;
}
label{
  margin: 20px 0 0;
  display: block;
  width: 100%;
}

.etiqueta{
	font-family: 'Garnett-Regular', sans-serif;
	color: #031e41; 
	font-size: 14px;
}

.form-control:focus {
  border-color: #218ac9!important;
  box-shadow: inset 0 0 0 #218ac9;
  color: #0B2343;
}

.custom-control-input:checked~.custom-control-label::before{
	background-color: #007cc2;
	border: solid 2.5px #DDDDDD;
}

.custom-control-input:checked~.custom-control-label::before{
	box-shadow: inset 0 0 0 transparent;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after{
	background-image: none;
}

input[type="text"]{
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
   -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 7px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  height: 50px;
  line-height: 50px;
}

/*input[type='radio']:checked{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	position: relative;
	background-color: transparent;
	border: 1px solid #DDDDDD;
	visibility: visible;
	display: inline-block;
}
*/

.two-opts label{
  width: 50%;
  float: left;
  cursor: pointer;
  margin-top: 0;
}
.two-opts p{
  margin-bottom: 5px;
}

.btnEnviar{
	float: right;
	color: #ffffff;
	width: 150px;
	background-color: #ea142b;
	border-radius: 25px;
	border: 1px solid #ea142b;
	padding: 13px;
	font-size: 13px;
}

.btnEnviar:hover{
	background-color: #bd2d34;
	border: 1px solid #bd2d34;
}

.btnReset{
	float:left;
	color: #0B2343;
	width: 150px;
	background-color: transparent;
	border-radius: 25px;
	border: 1px solid #DDDDDD;
	padding: 13px;
	font-size: 13px;
}

.btnReset:hover{
	color: #ffffff;
	background-color: #ea142b;
	border-radius: 25px;
	border: 1px solid #ea142b;
}

@media only screen and (max-width: 760px){
	#info{
	  margin: 0 auto;
	  max-width: 540px;
	  width: 100%;
	  padding: 20px 20px 80px;
	  background-color: #ffffff;
	  margin-bottom: 120px;
	}
}

@media only screen and (max-width: 570px){
	#info{
	  margin: 0 auto;
	  max-width: 500px;
	  width: 100%;
	  padding: 20px 10px 80px;
	  background-color: #ffffff;
	  margin-bottom: 140px;
	}
}


@media only screen and (max-width: 510px){
	#info{
	  margin: 0 auto;
	  max-width: 400px;
	  width: 100%;
	  padding: 20px 5px 80px;
	  background-color: #ffffff;
	  margin-bottom: 80px;
	}
}

@media only screen and (max-width: 420px){
	#info{
	  margin: 0 auto;
	  max-width: 340px;
	  width: 100%;
	  padding: 20px 0 80px;
	  background-color: #ffffff;
	  margin-bottom: 100px;
	}
}


@media only screen and (max-width: 300px){
	#info{
	  margin: 0 auto;
	  max-width: 300px;
	  width: 100%;
	  padding: 20px 0 100px;
	  background-color: #ffffff;
	  margin-bottom: 120px;
	}
}