@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');

}


.overConfirm {
	width: 100%;
	max-width: 380px;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	flex-direction: column;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
}

.overConfirm h4 {
	color: #000;
	font-weight: bold;
}

.overConfirm p {
	color: #000;

}

.overConfirmContent {
	position: relative;
}

.closeConfirm {
	float: right;
	width: 100%;
	max-width: 30px;
	height: 30px;
	background: #999;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #FFF;
	position: absolute;
	right: 96px;
	bottom: 212px;
}

.pLabel {
	display: flex;
	width: 100%;
	padding-top: 10px;
	max-width: 440px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}

.control {

	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 17px;
	height: 17px;
	background: #e6e6e6;
}

.control--radio .control__indicator {
	border-radius: 50%;
}

/* Hover and focus states */
.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
	background: #ccc;
}

/* Checked state */
.control input:checked~.control__indicator {
	background: red;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
	background: red;
}

/* Disabled state */
.control input:disabled~.control__indicator {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked~.control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled~.control__indicator:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled~.control__indicator:after {
	background: #7b7b7b;
}


/*estado checked*/

.imagen_banner img {
	object-fit: cover;
	height: 212px;
	width: 100%;
}

.camposTitle {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.camposTitle p {
	text-align: center;
	width: 89%;
	max-width: 339px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 100;
	margin: 20px auto;
}


.fondo-bg {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	top: 0px;
	z-index: 0;

}

footer {
	width: 100%;
	/* height: 100%; */
	display: block;
	position: absolute;
	z-index: 9999;
	bottom: 2px;
	/* background: aqua; */
}

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

.fondo-bg-pc-new {
	width: 87vw;
	height: 100vh;
	background-size: cover !important;
	background-position: center !important;
}

.form_new {
	width: 300px;
	height: 100%;
	margin: 0 auto;
	align-items: center;
	overflow: auto;
	justify-content: center;
	right: 0px;
	display: flex;
	margin-bottom: 20px;
	border-radius: 5px;
	margin-top: 5px;
}

.center-div {
	height: 85%;
	overflow: auto;
	margin: auto;
	border: 1.6px solid rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
	position: relative;
	border-top: none;
}




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

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

.img_2 {
	background: url(../img/bg-mobil.gif) center top no-repeat;
	background-size: 96%;
	width: 100%;
	height: 377px;
	background-repeat: no-repeat;
	background-position: center;
}

.fondo {
	padding: 25px 25px 25px 25px;
}

.img_fondo {
	display: flex;
	width: 100%;
	height: 100vh;
	position: relative;
	background: #000;
	padding: 0px;
	margin: 0px;

}

.img_pc {
	background: url(../img/bg.jpg) center top no-repeat;
	background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#img_mobile {
	display: none;
}

#head_mobile {
	display: none;
}

#publi_mobile {
	display: none;
}

#copy_pc {
	display: block;
}

#copy_pc p {

	text-align: center;
	width: 90%;
	margin-left: 1px;
}


#copy_mobile {
	display: none;
}

.img_fondo ul {
	display: block;
	width: 100%;
	height: 99vh;
	position: relative;
	background: #333333;
	padding: 0px;
	margin: 0px;
}

.img_fondo ul li {
	width: 100%;
	height: 99vh;
	display: flex;
	padding: 0px;
	margin: 0px;
	position: absolute;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}


body,
h1,
h2,
h3,
h4,
h5,
p,
input,
a {

	font-family: 'MMC OFFICE' sans-serif !important;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

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;
	/*border-bottom: 6px solid #e00613;*/
	height: auto;
}

header {
	width: 100%;
	display: block;
	margin-bottom: 0rem;
	padding: 0rem;
}

header .logo-moto {
	float: left;
	width: 30%;
	text-align: left;
	max-width: 215px;
}

header .logo-mitsu {
	float: right;
	width: 30%;
	text-align: right;
	margin-right: 93px;
	max-width: 215px;
}

img.img-respo {
	width: 25% !important;
	margin-top: 25px;
	position: relative;

}

img.img-respo {
	width: 100% !important;
	margin-left: 44px;
	display: none;
}

.titu-form {
	width: 100%;
	margin-bottom: 40px;

	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
}

.titulo {
	position: relative;
	display: flex;
}

::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #999;
	font-size: 14px;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
	font-size: 14px;
}

:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
}

#log_publi {

	position: relative;
	left: -40px;
}


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

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

}

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

.right_side.large-6.medium-6.small-12.columns {
	margin-top: 0px;
}

article .right_side {
	max-width: 390px;
}

article form {
	display: block;
	justify-content: center;
	margin-left: 0;
}

article form h3 {
	font-size: 23px;
	color: #e31d2c;
	line-height: 1.1;
	letter-spacing: 6px;
	font-family: 'MMC OFFICE' !important;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	position: relative;
	/* left: 50px; */
	padding: 0px 10px 0px 10px;
}

article form fieldset .row {
	margin: 0;
}

article form input[type=text] {
	width: 100%;
	height: 32px;
	padding: 0 .5rem;
	background: 0 0;
	line-height: 32px;
	margin-bottom: .5rem;
	color: #999;
	border-radius: 5px;
	position: relative;
	/* left: 68px; */
}

article form input[type=email] {
	width: 100%;
	height: 32px;
	padding: 0 .5rem;
	background: 0 0;
	line-height: 32px;
	margin-bottom: .5rem;
	color: #999;
	border-radius: 5px;
	position: relative;
	/* left: 68px; */
}

article form input[type=number] {
	/*
    color: #000;
   font-size: 14px;
   margin-bottom: 4px;
   border: 1px solid rgba(255,255,255,0.5);
   box-shadow: none;*/
	width: 100%;
	height: 32px;
	padding: 0 .5rem;
	background: 0 0;
	line-height: 32px;
	margin-bottom: .5rem;
	color: #999;
	border-radius: 5px;
	position: relative;
	/* left: 68px; */
}

.select1 {
	width: 78%;
	height: 32px;
	position: relative;
	justify-content: center;
	align-self: center;
	height: 2.4375rem;
	color: #999;
	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: 32px;
	border: 1px solid white;
	position: relative;
	display: block;
	background: url(../img/select2.png) 97% center no-repeat;
	padding-left: 5px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 700;
	vertical-align: left;
	text-align: left;
}

.select1 .select1-fondo:hover {

	color: #fff;
}

article form input[type=submit] {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	width: 174px;
	height: 44px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	background: #333;
	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;
	margin-bottom: 10px;
}

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

article form p {
	width: 75%;
	color: #999999;
	margin-bottom: 0.5rem;
	margin-top: 1rem;
	font-size: 12px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 1.5rem;
	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 label {
	width: 90%;
	display: inline-block;
	font-size: 10px;
	color: #999;
	line-height: 1.1;
}

article form a {
	color: #cecece;
	font-size: 12px;
	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;
}

article .mensaje {
	background: rgba(0, 0, 0, 0.85);
	padding: 1.5rem;
}

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 h5 {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 22px;
}

article h5 a {
	background: #ed1c24;
	color: #FFF;
	padding: 6px 8px;
}

article h5 a:hover {
	color: #FFF;
}

footer {
	width: 100%;
	display: block;
	padding-bottom: 1rem;
}

footer p {
	font-size: 11px;
	font-weight: bold;
	color: #fafafa;
	text-shadow: #080808 0px 1px 20px;
	line-height: 1.1;
	display: block;
	width: 90%;
	max-width: 670px;
	margin: 0 auto;
	text-align: center;
}

footer p span {
	color: #ed1c24;
}

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



.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	top: -700px !important;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
	height: 500px;
}

.reveal h3 {
	font-size: 15px;
	color: #ed1c24;
	font-weight: bold;
	width: 90%;
	text-align: center;


}

.reveal h4 {
	font-size: 15px;
	color: #212121;
	font-weight: bold;
	font-style: italic;
	width: 90%;
	text-align: left;


}

.reveal p {
	font-size: 15px;
	color: #787878;
	margin-bottom: 1rem;
	text-align: left;
	line-height: 1.1;
	width: 90%;
}

.reveal p.items {
	margin-left: 15px;

}

.reveal p b {
	font-size: 19px;
	color: #212121;
	margin-bottom: 1rem;
	text-align: left;
	font-weight: bold;


}


.close-button {
	position: absolute;
	color: #fff;
	cursor: pointer;
	background-color: #ed1c24;
}

.close-button:hover,
.close-button:focus {
	color: #fff;
	background: #000;

}


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

	.centtro {
		display: flex;
		align-items: center;
		background: rgb(50, 50, 50);
		padding: 4% 0 4% 0;
	}

	article form h3 {
		font-size: 22px;
		color: #e31d2c;
		line-height: 1.1;
		font-weight: bold;
		text-align: center;
		position: relative;
		/* left: 64px; */
		padding: 0px 25px 0px 25px;
	}

	article form fieldset .row {
		margin: 0;
	}

	article form input[type=text] {
		width: 100%;
		height: 32px;
		padding: 0 .5rem;
		background: 0 0;
		line-height: 32px;
		margin-bottom: .5rem;
		color: #fff;
		border-radius: 5px;
		position: relative;
		/* left: 63px; */
	}

	article form input[type=email] {
		width: 100%;
		height: 32px;
		padding: 0 .5rem;
		background: 0 0;
		line-height: 32px;
		margin-bottom: .5rem;
		color: #fff;
		border-radius: 5px;
		position: relative;
		/* left: 63px; */
	}

	article form input[type=number] {
		/*
    color: #000;
   font-size: 14px;
   margin-bottom: 4px;
   border: 1px solid rgba(255,255,255,0.5);
   box-shadow: none;*/
		width: 100%;
		height: 32px;
		padding: 0 .5rem;
		background: 0 0;
		line-height: 32px;
		margin-bottom: .5rem;
		color: #fff;
		border-radius: 5px;
		position: relative;
		/* left: 63px; */
	}
}



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

	.centtro {
		display: flex;
		align-items: center;
		background: rgb(50, 50, 50);
		padding: 0px;
	}

	.center-div {
		height: 85%;
		overflow: auto;

		margin: auto;

		display: flex;
		position: relative;

	}


	article form h3 {
		font-size: 22px;
		color: #e31d2c;
		line-height: 1.1;
		font-weight: bold;

		text-align: center;
		position: relative;

		justify-content: center;
	}

	article form input[type=text] {
		width: 100%;
		height: 32px;
		padding: 0 .5rem;
		background: 0 0;
		line-height: 32px;
		margin-bottom: .5rem;
		color: #999;
		border-radius: 5px;
		position: relative;
		align-self: center;
		justify-content: center;
	}

	article form input[type=email] {
		width: 100%;
		height: 32px;
		padding: 0 .5rem;
		background: 0 0;
		line-height: 32px;
		margin-bottom: .5rem;
		color: #999;
		border-radius: 5px;
		position: relative;
		/* left: 60px; */
	}

	article form input[type=number] {
		/*
    color: #000;
   font-size: 14px;
   margin-bottom: 4px;
   border: 1px solid rgba(255,255,255,0.5);
   box-shadow: none;*/
		width: 100%;
		height: 32px;
		padding: 0 .5rem;
		background: 0 0;
		line-height: 32px;
		margin-bottom: .5rem;
		color: #999;

		position: relative;
		/* left: 60px; */
	}

	article form p {
		width: 85%;
		color: #999;
		margin-bottom: 0.5rem;
		margin-top: 1rem;
		font-size: 11px;
		line-height: 1.1;
		font-weight: bold;
		margin-bottom: 1.5rem;
		text-align: left;
		position: relative;
		margin-left: 32px;
	}

	article form label {
		width: 89%;
		display: inline-block;
		font-size: 11px;
		color: #999;
		line-height: 1.1;
	}



}

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

	.centtro {
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgb(50, 50, 50);
		padding: 2% 5px 2% 5px;
	}

	.fondo {
		padding: 0 15% 0 15%;
		display: flex;
		position: relative;
		align-items: center;
		justify-content: center;
	}

	article form h3 {
		font-size: 1.1em;
		color: #e31d2c;
		line-height: 1.1;
		font-weight: bold;

		text-align: center;
		position: relative;

		justify-content: center;
	}

	.titu-form {
		width: 100%;
		margin-bottom: 12px;

		/* display: flex; */
		/* align-items: center; */
		/* justify-content: center; */
	}

	article form p {
		width: 89%;
		color: #999;
		margin-bottom: 0.5rem;
		margin-top: 1rem;
		font-size: 11px;
		line-height: 1.1;
		font-weight: bold;
		margin-bottom: 1.5rem;
		text-align: left;
		position: relative;

	}


}


@media screen and (max-height: 850px) {
	.center-div {
		height: 85%;
		overflow: auto;
		margin: auto;


	}
}


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

	.form_new {
		width: 100%;
		position: relative;
		padding: 6px;
		height: 100%
	}

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


	.reveal {
		top: 35% !important;
		position: absolute;
		width: 70%;
		max-width: none;
		height: 100%;
		height: 19vh;
		min-height: 68vh;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}


}


@media screen and (max-width: 640px) {
	.closeConfirm {
		float: right;
		width: 100%;
		max-width: 30px;
		height: 30px;
		background: #999;
		text-align: center;
		justify-content: center;
		align-items: center;
		color: #FFF;
		position: absolute;
		right: 21px;
		top: -16px;
	}

	.pLabel {
		max-width: 327px;
	}

	article form fieldset .row {
		margin: auto;
		position: relative;
		justify-content: center;
	}

	.obligP {
		width: 96%;
		margin: 20px auto;
		display: flex;
		justify-content: center;
		text-align: center;

	}

	.camposTitle p {
		text-align: center;
		width: 100%;
		max-width: 307px;
		font-family: sans-serif;
		font-size: 14px;
		font-weight: 100;
		margin: 20px auto;
	}
	footer {
		width: 100%;
		display: block;
		position: relative;
        bottom: 2px;
	}
	img.img-respo2 {
		max-width: 100% !important;
		margin-left: 0px;
		display: block;
	}

	article form fieldset #oculto_cel {
		display: none;
	}

	.reveal {
		top: 25% !important;
		position: absolute;
		width: 70%;
		max-width: none;
		height: 100%;
		height: 19vh;
		min-height: 68vh;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}