/* ESTILOS GENERALES */

@font-face {
	font-family: 'corporate_aregular';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/corporate_a_regular-webfont.woff2') format('woff2'), url('../fonts/corporate_a_regular-webfont.woff') format('woff');
}

@font-face {
	font-family: 'corporate_slight';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/corporate_s_light_regular-webfont.woff2') format('woff2'), url('../fonts/corporate_s_light_regular-webfont.woff') format('woff');
}

body {
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	background: none;
	align-content: space-between;
	height: auto;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
input,
a {
	font-family: 'corporate_slight';
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

article {
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	display: flex;
	align-items: center;
}

::-webkit-scrollbar {
	width: 1px;
	height: 100%;
}

::-webkit-scrollbar-track {
	background-color: rgb(0, 0, 0, 0.8);
}


/* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
	background-color: rgb(0, 0, 0, 0.8);
}


/* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
	background-color: rgb(0, 0, 0, 0.8);
}


/* ESTILOS GENERALES END */


/* ESTILOS AVISO*/

.alert {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 10;
	width: 12rem;
	height: 3rem;
	background: #00adef;
	border-radius: 0px 4px 4px 0px;
	left: 0rem;
	transition: 0.5s all linear;
	top: 10%;
}

.alert p {
	margin-bottom: 0px;
	margin-right: 10px;
	color: #ffffff;
	font-weight: 500;
	font-style: italic;
	font-size: 1rem;
	line-height: 0.9rem;
}

.reveal-container {
    background-color: rgba(10, 10, 10, .45);
    position: absolute;
    justify-content: center;
    z-index: 1007;
    height: 100%;
    display: none;
    top: 0px;
    width: 100%;
}
  
.reveal {
	background: #000000;
    margin-top: 10px!important;
    z-index: 1007;
    /*-webkit-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
    display: block;
    padding: 1rem;
    top: 0px;
    max-height: 503px;
    max-width: 600px;
    border-radius: 0;
    width: 100%;
    position: relative;
    top: 50px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}



/* END - ESTILOS AVISO*/


/* ESTILOS FORMULARIOS */

.form_new {
	position: fixed;
	width: 40vw;
	height: 87%;
	display: flex;
	align-items: center;
	overflow: auto;
	justify-content: center;
	right: 4%;
	background: rgb(0, 0, 0, 0.8);
}

article form {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0;
	height: 100%;
}

#head_mobile {
	display: none;
}

.logo-mb,
.logo-moto {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-mb img {
	width: 60%;
	max-width: 100%;
}

.logo-moto img {
	width: 20%;
	max-width: 100%;
}

.center-div {
	height: 100%;
	overflow: auto;
	padding: 15px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: center;
	position: relative;
}

.titu-form {
	width: 100%;
	/* margin-bottom: 1rem; */
	margin-top: 0px;
}

.foot-form {
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

article form fieldset {
	width: 85%;
}

article .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.formularios {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin-bottom: 0.6rem;
}

.formularios .form1,
.formularios .form2 {
	display: flex;
	width: 50%;
	text-decoration: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.campos {
	width: 100%;
	display: flex;
	justify-content: center;
}

.campo {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}

article h2 {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 34px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65);
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 2rem;
}

article form h3 {
	font-size: 18px;
	color: #fff;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 1rem;
	text-align: center;
	position: relative;
	padding: 0px 10px 0px 10px;
	font-family: 'corporate_aregular';
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}

article form fieldset .row {
	margin: 0;
	justify-content: center;
}

article form input[type=text],
article form input[type=email],
article form input[type=number],
article form input[type=date] {
	width: 100%;
	height: 25px;
	padding: 0 .5rem;
	background: 0 0;
	font-size: 0.7rem;
	line-height: 27px;
	margin-bottom: .5rem;
	color: #ffffff;
	position: relative;
	border-radius: 4px;
}

#revi {
	margin-top: 0px!important;
	display: flex;
	width: 20%;
	padding-top: 5px;
}

article form input[type=date] {
	display: flex;
	width: 70%;
	text-transform: uppercase;
	line-height: 20px;
	color: #eeeeee;
}

input[type=date]:invalid::-webkit-datetime-edit {
	color: #eeeeee;
	text-transform: uppercase;
}

input[type=date]:invalid::-moz-datetime-edit{
	color: #eeeeee;
	text-transform: uppercase;
}

input[type=date]:invalid:-moz-datetime-edit{
	color: #eeeeee;
	text-transform: uppercase;
}

input[type=date]:invalid::-ms-datetime-edit {
	color: #eeeeee;
	text-transform: uppercase;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
}

input::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}

::-webkit-input-placeholder {
	color: #ffffff;
	font-size: 0.7rem;
	line-height: 27px;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
	font-size: 0.7rem;
	line-height: 27px;
}

:-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
	font-size: 0.7rem;
	line-height: 27px;
}

:-ms-input-placeholder {
	color: #ffffff;
	font-size: 0.7rem;
	line-height: 27px;
}

.select1 {
	width: 90%;
	position: relative;
	justify-content: center;
	align-self: center;
	height: 25px;
	color: #eeeeee;
	margin: auto;
	margin-bottom: .5rem!important;
}

.select1 select {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	margin-bottom: .5rem;
}

.select1 select:hover {
	color: #212121;
}

.select1 .select1-fondo {
	width: 100%;
	height: 25px;
	border: 1px solid #cacaca;
	position: relative;
	display: block;
	background: url(../img/select2.png) 97% center no-repeat;
	padding-left: 10px;
	line-height: 23px;
	font-size: 0.7rem;
	/* vertical-align: left; */
	text-align: left;
	border-radius: 4px;
	margin-bottom: .5rem;
	color: #eeeeee!important;
}

.select1 .select1-fondo:hover {
	color: #eeeeee;
}

article form p {
	width: 100%;
	color: #f5f5f5;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 9px;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
	position: relative;
}

article form fieldset .checkbox {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin-bottom: 0rem !important;
}

article form fieldset .checkbox p {
	text-align: left;
	padding-top: 10px;
}

/* article form input[type=checkbox] {} */

article form label {
	width: 90%;
	display: inline-block;
	font-size: 10px;
	color: #FFF;
	line-height: 1.1;
}

article form label a {
	text-decoration: underline;
	display: inline-block;
	font-size: 10px;
	margin-top: 0px!important;
}

article form input[type=submit] {
	font-size: 15px;
	font-family: 'corporate_aregular';
	font-weight: normal;
	font-style: normal;
	width: 130px;
	height: 34px;
	display: block;
	margin: 15px auto;
	/* border-radius:10px; */
	background: #00adef;
	border: none;
	box-shadow: none;
	-webkit-transition: 0.5s all linear;
	-moz-transition: 0.5s all linear;
	-ms-transition: 0.5s all linear;
	-o-transition: 0.5s all linear;
	transition: 0.5s all linear;
	line-height: 31px;
}

article form input[type=submit]:hover {
	background: #ffffff;
	color: #00adef;
}

article form a {
	color: #cecece;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	/* margin-bottom: 0.5rem; */
	display: inline-block;
	margin-top: 5px;
}

article form a:hover {
	color: #FFF;
	text-decoration: underline;
}

img.img-respo {
	width: 25% !important;
	margin: 15px auto;
	position: relative;
	text-align: center;
}

#copy_pc {
	display: block;
}

#copy_pc p {
	text-align: center;
	width: 100%;
}

.icon-safe {
	width: 70%!important;
	height: inherit;
	justify-content: center;
	margin: 15px auto;
}

#foot_mobile {
	display: none;
}

#copy_mobile {
	display: none;
}


/* ESTILOS FORMULARIOS END */


/* ESTILOS FONDO */

.fondo-bg-mobile-new {
	display: none;
}

.fondo-bg-pc-new {
	background: url(../img/bg2.jpg);
	width: 100vw;
	height: 100vh;
	background-size: cover!important;
	background-position: center!important;
}


/* ESTILOS FONDO END */


/* ESTILOS OVERLAY */

#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.85);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: none;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

#overlay .contenido {
	width: 90%;
	max-width: 600px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}

#overlay-error {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	background: rgba(0, 0, 0, 0.85);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

#overlay-error .contenido {
	width: 90%;
	max-width: 550px;
	background: #FFF;
	padding: 2rem;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
	position: relative;
}

#overlay-error .contenido .cerrar {
	width: 35px;
	height: 35px;
	background: #2b2b2b;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	position: absolute;
	right: -15px;
	top: -15px;
}

#overlay-error .contenido .cerrar:hover {
	background: #000;
}

#overlay-error .contenido h3 {
	font-size: 24px;
	color: #545454;
	font-weight: bold;
	margin-bottom: 1.5rem;
	width: 100%;
	text-align: center;
}

#overlay-error .contenido p {
	font-size: 16px;
	color: #2e2e2e;
	width: 100%;
	margin-bottom: 1rem;
	text-align: center;
	line-height: 1.1;
}

#overlay-error .contenido li {
	font-size: 16px;
	color: #2e2e2e;
	width: 100%;
	margin-bottom: 1rem;
	text-align: left;
	line-height: 1.1;
	list-style-type: none;
}

#overlay-error .contenido li:before {
	color: #4a4a4a;
	content: "\2022";
	padding-right: 15px;
}


/* ESTILOS OVERLAY END */

@media screen and (max-width: 1440px) {
	article form h3 {
		font-size: 15px;
	}
	/* article form fieldset {} */
	article form fieldset .row {
		margin: 0;
	}
}

@media screen and (max-width: 1366px) {
	.form_new {
		height: 90%;
	}
	.center-div {
		height: 100%;
	}
	article form p {
		margin: 0.5rem 0;
	}
	article form label {
		font-size: 8px;
	}
	article form label a {
		font-size: 8px;
	}
	article form fieldset .checkbox p {
		padding-top: 6px;
	}
	article form input[type=submit] {
		margin: 1.5rem auto;
	}
	.icon-safe {
		width: 60%!important;
		margin: 9px auto;
	}
}

@media screen and (max-width: 1024px) {
	.form_new {
		width: 49vw;
	}
	article form fieldset {
		width: 87%;
	}
	article form h3 {
		font-size: 12px;
	}
	.icon-safe {
		width: 90%!important;
	}
}

@media screen and (max-height: 600px) {
	.form_new {
		height: 96%;
	}
	.center-div {
		overflow: auto;
		margin: auto;
	}
	.logo-mb img {
		width: 50px;
	}
	article form h3 {
		font-size: 9px;
	}
	article form input[type=text],
	article form input[type=email],
	article form input[type=number],
	article form input[type=date]
	{
		height: 20px;
	}
	.select1 {
		height: 20px;
	}
	.select1 .select1-fondo {
		height: 20px;
		line-height: 18px;
	}
	article form label {
		font-size: 7px;
	}
	article form label a {
		font-size: 7px;
	}
	article form input[type=submit] {
		width: 98px;
		height: 21px;
		font-size: 10px;
	}
	article form p {
		font-size: 8px;
	}
	article form a {
		font-size: 8px;
	}
	.icon-safe {
		width: 50%!important;
	}
}

@media screen and (max-width: 860px) {
	.alert {
		top: auto;
		bottom: -0.1%;
		width: 100%;
		height: 1.5rem;
	}
	.alert p {
		font-size: 1rem;
	}
	.reveal {
		height: auto;
	}
	article {
		width: 100%;
		flex-direction: column;
		overflow-x: hidden;
	}
	.form_new {
		width: 100vw;
		height: 95vh;
		position: relative;
		padding: 6px;
		right: 0px;
	}
	.titu-form {
		margin-bottom: 25px;
	}
	.logo-mb img {
		width: 60%;
	}
	article form h3 {
		font-size: 18px
	}
	.formularios {
		display: flex;
		justify-content: space-around;
		margin-bottom: 25px;
		flex-direction: column;
	}
	.formularios .form1,
	.formularios .form2 {
		display: flex;
		width: 100%;
		text-decoration: none;
	}
	article form input[type=text],
	article form input[type=email],
	article form input[type=number],
	article form input[type=date] {
		height: 32px;
	}
	.select1 {
		height: 32px;
	}
	.select1 .select1-fondo {
		height: 32px;
		line-height: 32px;
	}
	article form p {
		font-size: 11px;
	}
	article form label {
		font-size: 10px;
	}
	article form label a {
		font-size: 10px;
	}
	article form a {
		font-size: 11px;
	}
	.fondo-bg-pc-new {
		display: none;
	}
	.fondo-bg-mobile-new {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	body {background: rgb(0, 0, 0, 0.8);height: auto;}
	.reveal {
		height: 80%;
		top: 1rem!important;
	}
	.form_new {
		height: 98vh;
	}
	.center-div {
		height: auto;
		overflow: auto;
		margin: auto;
		padding: 5px;
	}
	.titu-form {
		margin-bottom: 1px;
	}
	.logo-moto {
		width: 100%;
		position: relative;
	}
	.logo-moto img {
		width: 30%;
	}
	.logo-mb {
		width: 100%;
		position: relative;
	}
	article form h3 {
		font-size: 15px;
		margin: 1rem 0rem;
		padding: 0px;
		width: 100%;
	}
	article form input[type=text],
	article form input[type=email],
	article form input[type=number] {
		height: 32px;
		padding: 0 .5rem;
		line-height: 32px;
		margin-bottom: .5rem;
	}
	article form label {
		font-size: 8px;
	}
	article form label a {
		font-size: 8px;
	}
	article form a {
		font-size: 8px;
	}
	article form input[type=submit] {
		width: 118px;
		height: 27px;
		font-size: 14px;
		margin: 2rem auto;
	}
	#foot_mobile {
		display: flex;
		position: relative;
		height: auto;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		justify-content: space-between;
		width: 100%;
	}
	#copy_pc {
		display: none;
	}
	#copy_mobile {
		display: flex;
		justify-content: space-around;
		width: 100%;
		font-size: 9px;
		color: #ffffff;
		margin-bottom: 0.5rem;
		/* margin-top: 2.5rem; */
		text-align: center;
		position: relative;
		top: 20px;
	}
	article form fieldset #oculto_cel {
		display: none;
	}
	.fondo-bg-pc-new {
		display: none;
	}
	.fondo-bg-mobile-new {
		display: block;
	}
	.icon-safe {
		width: 95%!important;
		margin-top: 10px;
	}
}

@media screen and (max-height: 480px) {
	.form_new {
		height: auto;
	}
	article form input[type=text],
	article form input[type=email],
	article form input[type=number] {
		height: 25px;
	}
	.select1 {
		height: 25px;
	}
	.select1 .select1-fondo {
		height: 25px;
		line-height: 22px;
	}
}