@font-face {
	font-family:'DIN';
	src:url('fonts/DINNextLTPro-Regular.otf') format("opentype");
	font-weight:400;
}

* {
	font-family:Arial;
}
/* TEXTO LEGAL */
#textoLegalPromo{
	 text-align: center;
	 font-size:0.8rem;
	margin-bottom: 30px;
	
	}


body {
	margin:0;
	font-family:'DIN';
}

.header {
	padding: 20px 0;
    display: inline-block;
    vertical-align: middle;
}
.header p{
	font-family: 'DIN';
    font-weight: 500;
    font-size: 13px;
    color: #034b97;
}
.header p span{
	color: #000000;
}
.box900{
	display: inline-block;
    vertical-align: middle;
	font-family: 'DIN';
	font-weight: 600;
	font-size: 22px;
	color: #034b97;
	margin-left: 277px;
}
.box900 a{
	text-decoration: none;
	color: #034b97;
	font-family: 'DIN';
	font-weight: 600;
	font-size: 35px;
}

.container {
	width:1200px;
	margin:0 auto;
	clear:both;
}

.container-full {
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height: 700px !important;
}

.footer {
	margin:0 auto;
	width:1170px;
	position:relative;
	top:25px;
	clear:both;
}

.footer a {
	color:#000;
	text-decoration:none;
	font-size:15px;
	cursor:pointer;
}

#tapaForm {
	display:none;
	height:230px;
}

.loading {
	display:block;
	margin:0 auto;
	width:40px;
	height:auto;
	margin-top:40px;
}

.container-form {
	float:right;
	clear:both;
	width:280px;
	padding:20px 15px;
	background:#034b97;
}

.texto-form {
	text-align:center;
	color:#FFF;
	font-size:25px;
}

.texto-form span {
	display:block;
	margin:5px 0;
}

.texto-form span.span1,
.texto-form span.white {
	color:#ff5401;
	font-size:25px;
}
.texto-form span.blue,
.texto-form span.span2,
.texto-form span.span3{
	color:#ffffff;
	font-size:31px;
}
.texto-form span.span4 {
	color:#ffffff;
	font-size:31px;
	font-weight:700;
}
.texto-form span.span1,
.texto-form span.span4{
	text-transform: uppercase;
}


#form div {
	margin-top:12px;
}

.boton {
	margin:0 auto;
	display:block;
	margin-top:25px;
}

.boton-submit {
	width:271px;
	height:auto!important;
	margin-left:-25px;
}

.container-politica {
	font-size:12px;
	margin-left:-15px;
	margin-bottom:12px;
}

.container-politica > * {
	display:inline-block;
}

.container-politica label {
	width:230px;
}

.container-politica label span {
	text-decoration:underline;
	cursor:pointer;
}

#form input {
	background:transparent;
	box-shadow:none;
	border:none;
	outline:none;
}
.selectform {
    border-radius: 0px;
    margin: 5px auto;
    width: 277px !important;
    height: 26px;
    padding: 10px 15px;
    height: 38px;
    margin-bottom: 15px;
    border: 1px solid #FFFFFF;
    margin-left: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: white;
}

#form input.inputname,#form input.inputnum,#form input.inputmail, #form .selectform {
	width:235px;
	margin:10px auto;
	display:block;
	background:#F4F5F7;
	border-radius:5px;
	padding:8px 20px;
}

.privacidad {
	font-size:12px;
	margin:0 auto;
	width:265px;
	display:block;
	color:#fff;
}

.privacidad a {
	font-weight:700;
	color:#fff;
}

.num900 {
	float:right;
	width:300px;
	text-align:center;
	margin-top:201px;
	color:#FFF;
	font-size:35px;
	font-weight:700;
}
.btn {
    background: #Ff5401;
    color: #ffffff;
    margin: 10px auto;
    display: block;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    height: 60px;
    border-radius: 10px;
}
.gracias {
	margin:0;
}

.gracias * {
	font-family:'DIN';
}

.gracias .container {
	max-width:1200px;
	width:100%;
	padding:0 15px;
}

.gracias .container-header {
	border-bottom:1px solid #E6E6E6;
	padding:0 15px;
}

.title1 {
	color:#014A97;
	font-size:36px;
	font-weight:700;
	margin-top:40px;
}

.title2 {
	color:#014A97;
	font-size:28px;
	font-weight:700;
}

.box-title {
	background:#014A97;
	color:#FFF;
	padding:25px 20px;
	font-size:36px;
	width:80%;
	margin:40px 0;
}

.help {
	position:fixed;
	top:-110px;
	right:-15px;
	float:right;
	clear:both;
	display:none;
	cursor:pointer;
}
.logoform{
	    float: left;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

@media screen and (max-width:480px) {
	.gracias {
		width:90%;
		margin:0 auto;
	}

	.gracias .container,.gracias .header {
		max-width:100%;
		width:auto;
	}

	.title1 {
		font-size:34px;
	}

	.title2 {
		font-size:26px;
	}
}