
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('bebasneue_bold-webfont.woff2') format('woff2'),
         url('bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinregular';
    src: url('din-webfont.woff2') format('woff2'),
         url('din-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
  font-family: 'dinregular';
  color: white;
  font-size: 18px;
}

html,body{
	width:100%;
	height:100%;
	background:#323276;
}

canvas {
  display: block;
  vertical-align: bottom;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.contenido {
  position: absolute;
  top: 30px;
  right: 50%;
  transform: translate(50%);
  width: 100%;
}

h1 {
  font-family: 'bebas_neuebold';
  font-size: 54px;
  text-align: center;
  color: #FFC50A;
}

h2 {
  font-family: 'dinregular';
  font-size: 34px;
  text-align: center;
  color: #FFC50A;
}

h3 {
  font-family: 'dinregular';
  font-size: 18px;
  text-align: center;
  color: white;
}

.ache3 {
  margin-top: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}


.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  width: 60%;
  max-width: 450px;
}

.logo2 {
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 60%;
  max-width: 450px;
}

a {
  text-decoration: none;
  color: #FFC50A;
}

a:hover {
  color: #ffdd6e;
}

#particles-js{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #323276;
}

form {
  margin-top: 25px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}


input[type=text] {
    float: left;
    width: 49%;
    font-family: 'dinregular';
    padding: 12px 20px;
    display: inline-block;
    border: 0px solid #323276;
    border-radius: 4px;
    box-sizing: border-box;
		height: 45px;
	  background-color: #FFC50A;
	  font-size: 1.2em;
    color: black;
}

input[type=email] {
    float: left;
    margin-top: 5px;
    width: 66%;
    font-family: 'dinregular';
    padding: 12px 20px;
    display: inline-block;
    border: 0px solid #323276;
    border-radius: 4px;
    box-sizing: border-box;
		height: 45px;
	  background-color: #FFC50A;
	  font-size: 1.2em;
    color: black;
}

select {
    float: left;
    margin-top: 5px;
    width: 99%;
    font-family: 'dinregular';
    padding: 12px 20px;
    display: inline-block;
    border: 0px solid #323276;
    border-radius: 4px;
    box-sizing: border-box;
		height: 45px;
	  background-color: #FFC50A;
	  font-size: 1.2em;
    color: black;
}

select option {
  color: black;
}

.blanco {
    color: white;
}



input[type=submit] {
    float: left;
    margin-top: 5px;
    width: 32%;
    background-color: white;
    color: #323276;
    padding: 12px 20px;
    margin-left: 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
}

input[type=submit]:hover {
    color: #323276;
    background-color: #FFC50A;
}

.limpiar {
  clear: both;
  padding-top: 25px;
}

.texto {
  margin-top: 15px;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}


@media only screen and (max-width: 750px) {
  h1 {
    font-size: 36px;
  }
  form {
    width: 95%;
  }
  .texto {
    width: 80%;
  }
}
