/* ESTILOS GENERALES */

@font-face {
	font-family: 'MMC OFFICE';
	font-weight: 500;
	font-style: normal;
	src: url('../fonts/MMCOFFICE-Medium.eot');
	src: local('MMC OFFICE Medium'), local('MMCOFFICE-Medium'), url('../fonts/MMCOFFICE-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/MMCOFFICE-Medium.woff2') format('woff2'), url('../fonts/MMCOFFICE-Medium.woff') format('woff'), url('../fonts/MMCOFFICE-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'MMC OFFICE';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/MMCOFFICE-Bold.eot');
	src: local('MMC OFFICE Bold'), local('MMCOFFICE-Bold'), url('../fonts/MMCOFFICE-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MMCOFFICE-Bold.woff2') format('woff2'), url('../fonts/MMCOFFICE-Bold.woff') format('woff'), url('../fonts/MMCOFFICE-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'MMC OFFICE';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/MMCOFFICE-Regular.eot');
	src: local('MMC OFFICE Regular'), local('MMCOFFICE-Regular'), url('../fonts/MMCOFFICE-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MMCOFFICE-Regular.woff2') format('woff2'), url('../fonts/MMCOFFICE-Regular.woff') format('woff'), url('../fonts/MMCOFFICE-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'MMC OFFICE';
	font-weight: bold;
	font-style: normal;
	src: url('../fonts/MMCOFFICE-Bold_1.eot');
	src: local('MMC OFFICE Bold'), local('MMCOFFICE-Bold'), url('../fonts/MMCOFFICE-Bold_1.eot?#iefix') format('embedded-opentype'), url('../fonts/MMCOFFICE-Bold_1.woff2') format('woff2'), url('../fonts/MMCOFFICE-Bold_1.woff') format('woff'), url('../fonts/MMCOFFICE-Bold_1.ttf') format('truetype');
}

@font-face {
	font-family: 'MMC OFFICE';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/MMCOFFICE-Regular_1.eot');
	src: local('MMC OFFICE Regular'), local('MMCOFFICE-Regular'), url('../fonts/MMCOFFICE-Regular_1.eot?#iefix') format('embedded-opentype'), url('../fonts/MMCOFFICE-Regular_1.woff2') format('woff2'), url('../fonts/MMCOFFICE-Regular_1.woff') format('woff'), url('../fonts/MMCOFFICE-Regular_1.ttf') format('truetype');
}

@font-face {
	font-family: 'MMC OFFICE';
	font-weight: 500;
	font-style: normal;
	src: url('../fonts/MMCOFFICE-Medium_1.eot');
	src: local('MMC OFFICE Medium'), local('MMCOFFICE-Medium'), url('../fonts/MMCOFFICE-Medium_1.eot?#iefix') format('embedded-opentype'), url('../fonts/MMCOFFICE-Medium_1.woff2') format('woff2'), url('../fonts/MMCOFFICE-Medium_1.woff') format('woff'), url('../fonts/MMCOFFICE-Medium_1.ttf') format('truetype');
}

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 {
	font-family: 'MMC OFFICE' !important;
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/MMCOFFICE-Regular.eot');
}

a {
	font-family: 'MMC OFFICE' !important;
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/MMCOFFICE-Regular.eot');
}


article {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	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: 11.5rem;
	height: 3rem;
	background: #e10716;
	border-radius: 0px 4px 4px 0px;
	left: 0rem;
	top: 13%;
	transition: 0.5s all linear;
}

.alert p {
	margin-bottom: 0px;
	margin-right: 10px;
	color: #ffffff;
	font-family: 'MMC OFFICE' !important;

	font-weight: 500;
	font-style: italic;
	font-display: swap;
	font-size: 0.8rem;
	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 {
	z-index: 1007;
	/*-webkit-backface-visibility: hidden;*/
	/*backface-visibility: hidden;*/
	display: block;
	padding: 1rem;
	top: 0px;
	max-width: 600px;
	border-radius: 0;
	width: 100%;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}

.reveal h1 {
	font-family: 'MMC OFFICE' !important;
	font-size: 1.5rem;
	color: #e10716;
}

.reveal p {
	font-family: 'MMC OFFICE' !important;

}

.lead {
	font-size: 1rem !important;
	text-align: justify;
	font-size: 0.78rem !important;
	line-height: 0.9rem;
	margin-bottom: 0;
	color: #000;
}


/* END - ESTILOS AVISO*/



/* ESTILOS FORMULARIOS */
.form_new {
	position: fixed;
	width: 35vw;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: auto;
	justify-content: center;
	right: 0px;
	background: #000000;
}

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

#head_mobile {
	display: none;
}

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

.logo-mitsu img,
.logo-moto img {
	width: 80px;
	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: 15px;
	margin-top: 0px;
}

article form fieldset {
	width: 80%;
}

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;
}

.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;
}

article form fieldset .row {
	margin: 0;
}

article form input[type=text],
article form input[type=email],
article form input[type=number] {
	width: 100%;
	height: 25px;
	padding: 0 .5rem;
	background: 0 0;
	line-height: 32px;
	margin-bottom: .5rem;
	color: #fff;
	position: relative;
	border-radius: 50px;
}

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"] {
	-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: #fff;
	font-size: 0.7rem;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	font-size: 0.7rem;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	font-size: 0.7rem;
}

:-ms-input-placeholder {
	color: #fff;
	font-size: 0.7rem;
}

.select1 {
	width: 90%;
	position: relative;
	justify-content: center;
	align-self: center;
	height: 25px;
	color: #fff;
	margin: auto;
}

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

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

.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: 22px;
	font-size: 0.7rem;
	vertical-align: left;
	text-align: left;
	border-radius: 50px;
}

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

article form p {
	width: 100%;
	color: #f5f5f5;
	margin-top: 1rem;
	margin-bottom: 1rem;
	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: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	-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 label {
	width: 90%;
	display: inline-block;
	font-size: 10px;
	color: #FFF;
	line-height: 1.1;
}

article form label a {
	display: inline;
	margin: 0 !important;
	line-height: 1.3;
	font-size: 0.6rem;
}

article form input[type=submit] {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	width: 130px;
	height: 34px;
	display: block;
	margin: 15px auto;
	/* border-radius:10px; */
	background: #e00613;
	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;
}

article form input[type=submit]:hover {
	background: #fff;
	color: #e00613;
}

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/bg.jpg);
	width: 87vw;

	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: 96;
	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: #ed1c24;
	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: #ed1c24;
	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: #ed1c24;
	content: "\2022";
	padding-right: 15px;
}

/* ESTILOS OVERLAY END */

@media screen and (max-width: 1440px) {
	article form h3 {
		font-size: 15px;
	}

	article form fieldset .row {
		margin: 0;
	}
}

@media screen and (max-width: 1366px) {

	.form_new {
		height: 100%;
	}

	.center-div {
		height: 100%;
		padding-top: 102 !important;
	}

	.logo-mitsu img {
		width: 70px;
		max-width: 100%;
	}

	article form p {
		margin: 0.5rem 0;
	}

	article form label {
		font-size: 8px;
	}

	article form fieldset .checkbox p {
		padding-top: 6px;
	}

	article form input[type=submit] {
		margin: 9px auto;
	}

	.icon-safe {
		width: 60% !important;
		margin: 9px auto;
	}


}

@media screen and (max-width: 1024px) {
	.alert {
		top: auto;
		bottom: 0%;
		width: 100%;
		height: 1rem;
	}

	.alert p {
		font-size: 0.7rem;
	}

	.reveal {
		height: auto;
		margin-top: 15px;
		top: 10% !important;


	}

	.form_new {
		width: 34%;
	}


	article form h3 {
		font-size: 12px;
	}

	.icon-safe {
		width: 90% !important;

	}


}

@media screen and (max-height: 600px) {
	.alert {
		top: auto;
		bottom: 0%;
		width: 100%;
		height: 1rem;
	}

	.alert p {
		font-size: 0.7rem;
	}

	.reveal {
		height: 70%;
		top: auto;
	}

	.form_new {
		height: 96%;
	}

	.center-div {
		overflow: auto;
		margin: auto;
	}

	.logo-mitsu img {
		width: 50px;

	}

	article form h3 {
		font-size: 9px;
	}

	article form input[type=text],
	article form input[type=email],
	article form input[type=number] {
		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%;
		width: 100%;
		height: 1rem;
	}

	.alert p {
		font-size: 0.7rem;
	}

	.reveal {
		height: 90%;
	}

	img {
		max-width: 100%;
		height: auto;
		-ms-interpolation-mode: bicubic;
		display: inline-block;
		vertical-align: middle;
	}

	article {
		width: 100%;
		flex-direction: column;
		overflow-x: hidden;
	}

	.form_new {
		width: 100vw;
		height: 80vh;
		position: relative;
		padding: 6px;
		right: 0px;
	}

	.titu-form {
		margin-bottom: 25px;
	}

	.logo-mitsu img {
		width: 100px;
	}

	article form h3 {
		font-size: 18px
	}

	article form input[type=text],
	article form input[type=email],
	article form input[type=number] {
		height: 35px;
	}

	.select1 {
		height: 35px;
	}

	.select1 .select1-fondo {
		height: 35px;
		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) {
	.alert {
		top: auto;
		bottom: 0%;
		width: 100%;
		height: 1rem;
	}

	.alert p {
		font-size: 0.7rem;
	}

	.reveal {
		height: 70%;
	}

	body {
		min-height: inherit;
		background: rgb(0, 0, 0, 0.8);

	}



	.center-div {
		height: 100%;
		overflow: auto;
		margin: auto;
		padding: 5px;

	}

	.titu-form {
		display: none;
	}

	#head_mobile {
		width: 100%;
		position: relative;
		margin-bottom: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.logo-moto {
		width: 100%;
		position: relative;
		top: 15px;
		left: 10px;
	}

	.logo-moto img {
		width: 50%;
	}

	.logo-mitsu {
		width: 100%;
		position: relative;
		top: 15px;
		right: 10px;
	}

	article form h3 {
		font-size: 15px;
		margin: 1rem 0rem;
		padding: 0px;
	}


	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: 14px 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: 108vh;
	}

	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;
	}







}