*{
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.4;
}
img{
  border: none;
}
a{
  text-decoration: none;
  color: black;
}
html, body{
  font-family: 'gotham-light-webfont';
  background: url("../img/front_office.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  overflow-x: hidden;
  background-color: #00294B;
  height: 98%;
}
@font-face {
  font-family: 'gotham-thin-webfont';
  src: url('gotham-thin-webfont.eot');
  src: url('../fontgotham/gotham-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fontgotham/gotham-thin-webfont.woff2') format('woff2'),
    url('../fontgotham/gotham-thin-webfont.woff') format('woff'),
    url('../fontgotham/gotham-thin-webfont.ttf') format('truetype'),
    url('../fontgotham/gotham-thin-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-light-webfont';
  src: url('gotham-light-webfont.eot');
  src: url('../fontgotham/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fontgotham/gotham-light-webfont.woff2') format('woff2'),
    url('../fontgotham/gotham-light-webfont.woff') format('woff'),
    url('../fontgotham/gotham-light-webfont.ttf') format('truetype'),
    url('../fontgotham/gotham-light-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-bold-webfont';
  src: url('gotham-bold-webfont.eot');
  src: url('../fontgotham/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fontgotham/gotham-bold-webfont.woff2') format('woff2'),
    url('../fontgotham/gotham-bold-webfont.woff') format('woff'),
    url('../fontgotham/gotham-bold-webfont.ttf') format('truetype'),
    url('../fontgotham/gotham-bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*******************************************Formulario de registro******************************/
.central{
  width: 98%;
  max-width: 1170px;
  height: 100%;
  background-color: transparent;
  margin: 0 auto;
  position: relative;
}
#div_1_front, #div_3_front{
  width: 100%;
  position: relative;
  text-align: center;
}
#div_1_front img{
  max-width: 30%;
  margin: 20px 0;
}
#div_3_front img{
  max-width: 20%;
}
#div_2_front{
  position: relative;
  text-align: right;
}
#div_3_front{
  margin-bottom: 40px;
  position: absolute;
  bottom: 20px;
}
#form_reg{
  width: 40%;
  position: relative;
  background-color: #00294B;
  padding: 25px;
  color: white;
  display: inline-block;
  text-align: left;
  border-radius: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#form_reg h1{
  font-size: 20px;
  text-align: center;
}
#form_reg h3{
  font-size: 16px;
  text-align: center;
}
#img_form{
  position: absolute;
  top: -90px;
  right: -90px;
  max-width: 150px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.form-index{
  display: block;
  margin: 5px 0;
  height: 34px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.4;
  background-color: white;
  background-image: none;
  padding: 0 2%;
}
#acep_pol{
  text-align: center;
  margin: 10px 0;
}
#acep_pol a{
  color: white;
  text-decoration: underline;
}
.submit_form{
  background-color: white;
  color: #00294B;
  border-radius: 20px;
  font-size: 16px;
  padding: 8px 16px;
  font-weight: bold;
}
#emergente{
  background: #FFF; 
  text-align: center; 
  padding: 25px; 
  width: 600px; 
  max-width: 80%;
  border-radius: 5px;
  color: black;
}

/**************************************************************Responsive******************************************************/
@media screen and (max-width: 1290px){
  #img_form {
    top: -90px;
    right: -30px;
    max-width: 130px;
  }
}

@media screen and (max-width: 700px){
  .central{
    width: 95%;
  }
  #img_form{
    display: none;
  }
  #form_reg {
    width: 95%;
    padding: 2.5%;
    border-radius: 20px;
  }
  #div_3_front{
    margin: 30px 0;
  }
  #form_reg h1 {
    margin: 5px 0;
  }
  #form_reg h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}