/*@import url('//fonts.googleapis.com/css?family=Raleway:400,600');
@import url("samsung-fonts.css");*/

html, body {
    position: relative;
    height: 100%;
}
a {
   outline: 0;
}
body {    
	position:relative;
	text-rendering: optimizeLegibility;
	background-size: cover;
	background-color: #fff;
}
main{
	position: relative;
	margin: 0px auto;
	max-width:1440px;
}
header{
	margin:0px auto;
	height:65px;
	max-width:1440px;
}
p{
	font-size: 12px;
}
 .banner {
 	position: relative;
	background: url(../img/banner_sae.jpg) center center no-repeat;
	width: 100%;
	height: 500px;
	-webkit-font-smoothing: antialiased;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.logo {
	padding: 20px;
	width: 200px;
}
.idiomas {
	position: absolute;
	right: 0px;
	padding: 20px;
	top: 0px;
}
.esp {
	padding: 0px 10px;
}
.texto-header {
	width: 55%;
  padding: 20px 15%;
}
.texto-header p {
	color: #fff;
	font-size: 46px;
	line-height: 43px;
}
.formulario {
	margin: 0 auto;
	width: 70%;
	background: #fff;
	padding: 20px 200px;
	margin-top: 350px;
}
.formulario hr {
	width: 50px;
}
.parrafo {
	font-size: 20px;
}
.docs {
	display: inline-block;
}
.imei-dual, .rut, .pasaporte {
	display: none;
}
.aceptar {
	padding-top: 10px;
}
.enviar {
	background: #09299E;
  border-radius: 20px;
  padding: 6px 80px;
  color: #fff;
  border: none;
  margin-top: 20px;
}
.error { 
	font-size: 11px; 
	color:red;
}
.errorimei { 
	font-size: 11px; 
	color:red;
}
.errorimei2 { 
	font-size: 11px; 
	color:red;
}
.file {
  visibility: hidden;
  position: absolute;
}
.container {
	padding-left: 0px;
}
.terminos {
	text-decoration: underline;
	color: #000;
}
.terminos:hover {
	color: #000;
}

@media all and (max-width: 1024px){
	.formulario {
		padding: 20px 20px;
	}
}
@media all and (max-width: 768px){
	
}
@media all and (max-width: 480px){
	.formulario {
		width: 100%;
		padding: 10px 20px;
	}

}
