#chat-robot {
	display: none !important;

}

.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 {
	/*	background: url(../img/bg.jpg);*/
	background: #fff;
	width: 65vw;
	height: 100vh;
	background-size: cover !important;
	background-position: center !important;
}

.fade-container {
	width: 100%;
	height: 60%;
	position: relative;
	display: none;
	justify-content: center;
	align-items: center;
}

.fade {
	width: 100%;
	position: absolute;
	height: 100%;
	display: block;
	background: #000;
	background-repeat: no-repeat;
	background-size: cover;

}

.fade span {
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
}

span.img_uno {
	background: url(../img/banner.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: unset;
	position: absolute;
	display: block;
	animation: uno 20s infinite;
}


span.img_dos {
	background: url(../img/banner2.jpg);
	background-size: cover;
	height: 100%;
	background-position: unset;
	position: absolute;
	display: block;
	animation: dos 20s infinite;
}

span.img_tres {
	background-image: url(../img/banner.jpg);
	background-size: cover;
	height: 100%;
	background-position: unset;
	position: absolute;
	display: block;
	animation: tres 20s infinite;
}


span.img_cuatro {
	background-image: url(../img/banner2.jpg);
	background-size: cover;
	height: 100%;
	background-position: unset;
	position: absolute;
	display: block;
	animation: cuatro 20s infinite;
}

span.img_cinco {
	background-image: url(../img/banner.jpg);
	background-size: cover;
	height: 100%;
	background-position: unset;
	position: absolute;
	display: block;
	animation: cinco 20s infinite;
}

@keyframes uno {
	0% {
		opacity: 0
	}

	20% {
		opacity: 1
	}

	40% {
		opacity: 0
	}

	60% {
		opacity: 0
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes dos {
	0% {
		opacity: 0
	}

	20% {
		opacity: 0
	}

	40% {
		opacity: 1
	}

	60% {
		opacity: 0
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes tres {
	0% {
		opacity: 0
	}

	20% {
		opacity: 0
	}

	40% {
		opacity: 0
	}

	60% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes cuatro {
	0% {
		opacity: 0
	}

	20% {
		opacity: 0
	}

	40% {
		opacity: 0
	}

	60% {
		opacity: 0
	}

	80% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}


@keyframes cinco {
	0% {
		opacity: 1
	}

	20% {
		opacity: 0
	}

	40% {
		opacity: 0
	}

	60% {
		opacity: 0
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}






.fade-container2 {
	width: 100%;
	height: 22%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.fade2 {
	width: 100%;
	position: relative;
	height: 100%;
	display: block;
	background: url(../img/titulo.png);
	background-repeat: no-repeat;
	background-size: contain;

}


.copy-container {
	width: 100%;
	height: 40%;
	position: relative;
	background: #000000;
	display: none;
	justify-content: center;
	align-items: center;
	overflow: auto;
	flex-wrap: wrap;
	border-top: 6px solid #e20613;
}



.copy,
.copy2 {
	width: 75%;
	position: absolute;
	height: 30%;
	display: flex;
	font-family: 'robotoregular' !important;
	justify-content: space-around;
	align-items: flex-start;
	text-align: left;
	flex-direction: column;
}

.copy h1,
.copy2 h1 {
	font-weight: bold;
	display: block;
	position: relative;
	width: 90%;
	font-size: 30px;

}

.copy h1 b,
.copy2 h1 b {
	color: #e20613;
	text-transform: uppercase;

}

.copy2 h1 b {
	color: #e20613;
	text-transform: uppercase;
	font-size: 27px;

}

.copy .ico-copy {

	color: #000;
	position: relative;
	display: flex;
	width: 100px;
	max-width: 100%;
	height: 100px;
	max-height: 100%;
	justify-content: center;


}

.copy p,
.copy2 p {
	width: 90%;
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.4em;
	color: #ffffff;


}

.copy {

	animation: uno-copy 20s infinite;
}

.copy2 {

	animation: dos-copy 20s infinite;
}

@keyframes uno-copy {
	0% {
		opacity: 0
	}

	20% {
		opacity: 1
	}

	40% {
		opacity: 0
	}

	60% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes dos-copy {
	0% {
		opacity: 1
	}

	20% {
		opacity: 0
	}

	40% {
		opacity: 1
	}

	60% {
		opacity: 0
	}

	80% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}


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


::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-track {
	background-color: #212121;
}

/* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb {
	background-color: #e00613;
}

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

.center-div {
	height: 85%;
	overflow: auto;
	padding: 15px;
	margin: auto;
	padding-top: 102px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
	position: relative;
	margin-top: 10%;
}



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

.logo-mitsu img,
.logo-moto img {
	width: 80px;
	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: 'Arial', sans-serif !important;
	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: 5px;
	margin-top: 20px;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
}

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

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

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

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

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

#log_publi {

	position: relative;
	left: -40px;
}


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

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

}

.row.img_mobile_carr {
	display: flex;
	align-items: center;
	height: auto;
	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 {
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 8, 0.45);
}

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

article .left_side {
	margin-top: 70px;
	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: 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;
	max-width: 503px;
}

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

article .right_side .fondo {
	width: 100%;
	background: #000000;
	padding: 1.5rem;
	position: relative;
	margin-bottom: 1rem;
	margin-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
}

article .right_side .fondo .pointer-up {
	position: absolute;
	border: 10px solid #c01a20;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: -20px;
	left: 50%;
	margin-left: -10px;
}

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

article form h3 {
	font-size: 29px;
	color: #fff;
	/* line-height: 0.6; */
	font-weight: bold;
	margin: 2.5rem;
	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: #fff;
	font-family: Roboto, sans-serif;
	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: #fff;
	font-family: Roboto, sans-serif;
	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: #fff;
	font-family: Roboto, sans-serif;
	position: relative;
	/* left: 68px; */
}

.select1 {
	width: 78%;
	height: 32px;
	position: relative;
	justify-content: center;
	align-self: center;
	height: 2.4375rem;
	color: #8a8a8a;
	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;
	font-family: 'Roboto', sans-serif;
	vertical-align: left;
	text-align: left;
}

.select1 .select1-fondo:hover {

	color: #fff;
}

.select1 .select2-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;
	font-family: 'Roboto', sans-serif;
	vertical-align: left;
	text-align: left;

}

.select1 .select2-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: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 p {
	width: 75%;
	color: #f5f5f5;
	margin-bottom: 0.5rem;
	margin-top: 1rem;
	font-size: 12px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 1.5rem;
	text-align: left;
	position: relative;
}

.p_convenio {
	width: 100% !important;
	color: #f5f5f5;
	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: #FFF;
	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;
}

#overlay-momento {
	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-momento .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-momento .contenido .cerrar {
	width: 35px;
	height: 35px;
	background: #ed1c24;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	position: absolute;
	right: -15px;
	top: -15px;
}

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

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

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

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

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


@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: 18px;
		color: #fff;
		line-height: 1.1;
		font-weight: bold;
		margin-bottom: 1rem;
		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;
		font-family: Roboto, sans-serif;
		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;
		font-family: Roboto, sans-serif;
		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;
		font-family: Roboto, sans-serif;
		position: relative;
		/* left: 63px; */
	}
}



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

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


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


	.fade-container {
		width: 100%;
		height: 60%;
		position: relative;
		display: none;
		justify-content: center;
		align-items: center;
	}

	.fade {
		width: 100%;
		position: absolute;
		height: 100%;
		display: block;
		background: #000;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.copy-container {
		width: 100%;
		height: 40%;
		position: relative;
		background: #000000;
		justify-content: center;
		align-items: center;
		overflow: auto;
		padding: 4%;
	}

	.form_new {

		width: 100vw;

	}

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

		margin: auto;

		display: flex;
		position: relative;
		margin-top: 20% !important;
	}


	article form h3 {
		font-size: 15px;
		color: #fff;
		line-height: 1.1;
		font-weight: bold;
		/* margin-bottom: 1rem; */
		text-align: center;
		position: relative;
		/* left: 45px; */
		/* padding: 0px 25px 0px 25px; */
		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: #fff;
		font-family: Roboto, sans-serif;
		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: #fff;
		font-family: Roboto, sans-serif;
		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: #fff;
		font-family: Roboto, sans-serif;
		position: relative;
		/* left: 60px; */
	}

	article form p {
		width: 85%;
		color: #f5f5f5;
		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;
	}

	.p_convenio {
		width: 100% !important;
		color: #f5f5f5;
		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;
		margin-left: 0px;
	}

	article form label {
		width: 89%;
		display: inline-block;
		font-size: 11px;
		color: #FFF;
		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: 12px;
		color: #fff;
		line-height: 1.1;
		font-weight: bold;
		/* margin-bottom: 1rem; */
		text-align: center;
		position: relative;
		/* left: 45px; */
		/* padding: 0px 25px 0px 25px; */
		justify-content: center;
	}

	.titu-form {
		width: 100%;
		margin-bottom: 12px;
		margin-top: 15px;
		/* display: flex; */
		/* align-items: center; */
		/* justify-content: center; */
	}

	article form p {
		width: 89%;
		color: #f5f5f5;
		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;

	}

	span.img_uno {
		background: url(../img/banner.jpg);
		background-size: cover;
		width: 100%;
		height: 100%;
		background-position: 50%;
		position: absolute;
		display: block;
		animation: uno 15s infinite;
	}


	span.img_dos {
		background: url(../img/banner2.jpg);
		background-size: cover;
		height: 100%;
		background-position: 50%;
		position: absolute;
		display: block;
		animation: dos 15s infinite;
	}

	span.img_tres {
		background-image: url(../img/banner.jpg);
		background-size: cover;
		height: 100%;
		background-position: 50%;
		position: absolute;
		display: block;
		animation: tres 15s infinite;
	}


	span.img_cuatro {
		background-image: url(../img/banner2.jpg);
		background-size: cover;
		height: 100%;
		background-position: 50%;
		position: absolute;
		display: block;
		animation: cuatro 15s infinite;
	}

	span.img_cinco {
		background-image: url(../img/banner.jpg);
		background-size: cover;
		height: 100%;
		background-position: 50%;
		position: absolute;
		display: block;
		animation: cinco 15s infinite;
	}

	.fade-container2 {
		width: 100%;
		height: 15%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}

	.fade2 {
		width: 100%;
		position: relative;
		height: 100%;
		display: block;
		background: url(../img/titulo.png);
		background-repeat: no-repeat;
		background-size: contain;

	}





}


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


	}


	.fade-container {
		width: 100%;
		height: 60%;
		position: relative;
		display: none;
		justify-content: center;
		align-items: center;
	}

	.fade {
		width: 100%;
		position: absolute;
		height: 100%;
		display: block;
		background: #000;
		background-repeat: no-repeat;
		background-size: cover;

	}


	.copy-container {
		width: 100%;
		height: 40%;
		position: relative;
		display: none;
		justify-content: center;
		align-items: center;
		overflow: auto;
	}


	.copy,
	.copy2 {
		width: 75%;
		position: absolute;
		height: 30%;
		display: flex;
		font-family: 'robotoregular' !important;
		justify-content: space-around;
		align-items: flex-start;
		text-align: left;
		flex-direction: column;
	}

	.copy .ico-copy {

		color: #000;
		position: relative;
		display: flex;
		width: 90px;
		max-width: 100%;
		height: 90px;
		max-height: 100%;


	}

	.copy p {

		position: relative;
		display: block;

	}

}


@media screen and (max-width: 860px) {
	.form_new {
		width: 100%;
		position: relative;
		padding: 6px;
	}

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

	.fade-container {
		width: 100%;
		height: 60%;
		position: relative;
		display: none;
		justify-content: center;
		align-items: center;
	}

	.fade {
		width: 100%;
		position: absolute;
		height: 100%;
		display: block;
		background: #000;
		background-repeat: no-repeat;
		background-size: cover;

	}

	.fade-container2 {
		width: 100%;
		height: 13%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}

	.fade2 {
		width: 100%;
		position: relative;
		height: 100%;
		display: block;
		background: url(../img/titulo.png);
		background-repeat: no-repeat;
		background-size: contain;

	}


	.copy-container {
		width: 100%;
		height: 40%;
		position: relative;
		display: none;
		justify-content: center;
		align-items: center;
		overflow: auto;
	}


	.copy {
		width: 100%;
		position: relative;
		height: 30%;
		display: flex;
		font-family: 'robotoregular' !important;
		justify-content: space-around;
		align-items: center;
		text-align: left;


	}

	.copy .ico-copy {

		color: #000;
		position: relative;
		display: flex;
		width: 100px;
		max-width: 100%;
		height: 100px;
		max-height: 100%;


	}

	.copy p {

		position: relative;
		display: block;


	}

}


@media screen and (max-width: 812px) {
	.form_new {
		width: 100vw;
		height: 100vh;
		position: relative;
		padding: 6px;
	}

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

	.fade-container {
		width: 100%;
		height: 60%;
		position: relative;
		display: none;
		justify-content: center;
		align-items: center;
	}

	.fade {
		width: 100%;
		position: absolute;
		height: 100%;
		display: block;
		background: #000;
		background-repeat: no-repeat;
		background-size: cover;

	}

	.fade-container2 {
		width: 100%;
		height: 32%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}

	.fade2 {
		width: 100%;
		position: relative;
		height: 100%;
		display: block;
		background: url(../img/titulo.png);
		background-repeat: no-repeat;
		background-size: contain;

	}


	.copy-container {
		width: 100%;
		height: 50%;
		position: relative;
		display: none;
		justify-content: center;
		align-items: center;
		overflow: auto;
	}



	.copy,
	.copy2 {
		width: 95%;
		position: absolute;
		height: 30%;
		display: flex;
		font-family: 'robotoregular' !important;
		justify-content: space-around;
		align-items: center;
		text-align: left;
		vertical-align: center;

	}


	.copy h1,
	.copy2 h1 {
		font-weight: bold;
		display: block;
		position: relative;
		width: 90%;
		font-size: 24px;

	}

	.copy h1 b,
	.copy2 h1 b {
		color: #e20613;
		text-transform: uppercase;

	}

	.copy2 h1 b {
		color: #e20613;
		text-transform: uppercase;
		font-size: 24px;

	}


	.copy .ico-copy {

		color: #000;
		position: relative;
		display: flex;
		width: 50px;
		max-width: 100%;
		height: 50px;
		max-height: 100%;
		justify-content: center;


	}

	.copy p,
	.copy2 p {
		width: 90%;
		position: relative;
		display: block;

		font-size: 12px;
		line-height: 1.1em;
		color: rgb(165, 165, 165);


	}

}












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


	.fondo-bg-m {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		top: 0px;
		z-index: 0;
	}

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

	article {
		width: 100%;
		height: 100%;
		display: block;

		background: rgba(239, 25, 32, 0);
	}

	.img_fondo {
		display: flex;
		width: 100%;
		height: 333px;
		position: relative;
		background: #333333;
		padding: 0px;
		margin: 0px;
	}

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

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

	/*.logo-mitsu img {
    width: 25%;
    margin-left: 253px;
}*/

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

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

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

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

	.center-div {
		height: 85%;
		overflow: auto;
		margin: auto;
		margin-top: 1% !important;
		padding-top: 38px !important;
	}

	.logo-vw-mobile {
		position: absolute;
		right: 1px;

	}

	.fondo {
		padding: 19px 19px 30px 19px;
	}

	#img_pc {
		display: none;
	}

	#img_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-top: 7.5rem; */
		padding-top: 10px;
		text-align: center;
		position: relative;
		align-items: center;
		top: 0px;
		background-color: #323232;
		z-index: 6;
	}

	.titu-form {
		display: none;
	}

	.centtro {
		display: flex;
		align-items: center;
		background: #2e3a41;
		padding: 14px 0 25px 0;
	}


	article form h3 {
		font-size: 20px;
		text-align: center;
		padding-bottom: 10px;
	}

	.img_fondo ul li {
		width: 100%;
		height: 332px;
		display: flex;
		padding: 0px;
		margin: 0px;
		position: absolute;
	}

	article form h3 {
		font-size: 18px;
		color: #fff;
		/* line-height: 0.7; */
		font-weight: bold;
		margin-bottom: 1.5rem;
		text-align: left;
		position: relative;
		left: 4px;
		padding: 0px 15px 0px 15px;
		text-align: center;
	}

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

	article form input[type=text] {
		width: 100%;
		height: 32px;
		padding: 0 .5rem;
		background: 0 0;
		line-height: 32px;
		margin-bottom: .5rem;
		color: #fff;
		font-family: Roboto, sans-serif;
		position: relative;
		left: 0px;
	}

	article form input[type=email] {
		width: 100%;
		height: 32px;
		padding: 0 .5rem;
		background: 0 0;
		line-height: 32px;
		margin-bottom: .5rem;
		color: #fff;
		font-family: Roboto, sans-serif;
		position: relative;
		left: 0px;
	}

	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;
		font-family: Roboto, sans-serif;
		position: relative;
		left: 0px;
	}

	body {
		min-height: inherit;
		background-color: #000;
	}

	article .row {
		justify-content: center;
	}

	article .left_side {
		justify-content: center;
		margin-bottom: 1.5rem;
	}

	html {
		/*	background-image: url(../img/bg-mobile.jpg);*/
		background-position: center bottom;
		background-color: #000;
	}

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

	.fondo-bg-pc-new {
		display: none;
		height: 100vh;
	}

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


	.fade-container {
		width: 100%;
		height: 60%;
		position: relative;
		display: none;
		justify-content: center;
		align-items: center;
	}

	.fade {
		width: 100%;
		position: absolute;
		height: 100%;
		display: block;
		background: #000;
		background-repeat: no-repeat;
		background-size: 150%;
	}




	.fade-container2 {
		width: 100%;
		height: 22%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}

	.fade2 {
		width: 100%;
		position: relative;
		height: 100%;
		display: block;
		background: url(../img/titulo.png);
		background-repeat: no-repeat;
		background-size: contain;

	}




	.copy-container {
		width: 100%;
		height: 40%;
		position: relative;
		display: none;
		justify-content: center;
		align-items: center;
		overflow: auto;
		flex-wrap: wrap;
		border-top: 4px solid #e20613;
	}




	.copy,
	.copy2 {
		width: 95%;
		position: absolute;
		height: 30%;
		display: flex;
		font-family: 'robotoregular' !important;
		justify-content: space-around;
		align-items: center;
		text-align: left;
		vertical-align: center;

	}


	.copy h1,
	.copy2 h1 {
		font-weight: bold;
		display: block;
		position: relative;
		width: 90%;
		font-size: 24px;

	}

	.copy h1 b,
	.copy2 h1 b {
		color: #e20613;
		text-transform: uppercase;

	}

	.copy2 h1 b {
		color: #e20613;
		text-transform: uppercase;
		font-size: 24px;

	}


	.copy .ico-copy {

		color: #000;
		position: relative;
		display: flex;
		width: 50px;
		max-width: 100%;
		height: 50px;
		max-height: 100%;
		justify-content: center;


	}

	.copy p,
	.copy2 p {
		width: 90%;
		position: relative;
		display: block;

		font-size: 12px;
		line-height: 1.1em;
		color: rgb(165, 165, 165);


	}

}

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


	.fade-container {
		width: 100%;
		height: 60%;
		position: relative;
		display: none;
		justify-content: center;
		align-items: center;
	}

	.fade {
		width: 100%;
		position: absolute;
		height: 100%;
		display: block;
		background: #000;
		background-repeat: no-repeat;
		background-size: 150%;

	}

	.fade-container2 {
		width: 100%;
		height: 9%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}

	.fade2 {
		width: 100%;
		position: relative;
		height: 100%;
		display: block;
		background: url(../img/titulo.png);
		background-repeat: no-repeat;
		background-size: contain;

	}






	.copy-container {
		width: 100%;
		height: 40%;
		position: relative;
		display: none;
		justify-content: center;
		align-items: center;
		overflow: auto;
		flex-wrap: wrap;
	}



	.copy,
	.copy2 {
		width: 95%;
		position: absolute;
		height: 30%;
		display: flex;
		font-family: 'robotoregular' !important;
		justify-content: space-around;
		align-items: center;
		text-align: left;
		vertical-align: center;

	}


	.copy h1,
	.copy2 h1 {
		font-weight: bold;
		display: block;
		position: relative;
		width: 90%;
		font-size: 24px;

	}

	.copy h1 b,
	.copy2 h1 b {
		color: #e20613;
		text-transform: uppercase;

	}

	.copy2 h1 b {
		color: #e20613;
		text-transform: uppercase;
		font-size: 24px;

	}


	.copy .ico-copy {

		color: #000;
		position: relative;
		display: flex;
		width: 50px;
		max-width: 100%;
		height: 50px;
		max-height: 100%;
		justify-content: center;


	}

	.copy p,
	.copy2 p {
		width: 90%;
		position: relative;
		display: block;

		font-size: 12px;
		line-height: 1.1em;
		color: rgb(165, 165, 165);


	}

	#copy_mobile {
		display: flex;
		justify-content: space-around;
		width: 100%;
		font-size: 9px;
		color: #ffffff;
		margin-top: 0rem;
		padding-top: 10px;
		text-align: center;
		position: relative;
		align-items: center;
		top: 0px;
		background-color: #323232;
		z-index: 6;

	}



}



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

	.fade-container {
		width: 100%;
		height: 60%;
		position: relative;
		display: none;
		justify-content: center;
		align-items: center;
	}

	.fade {
		width: 100%;
		position: absolute;
		height: 100%;
		display: block;
		background: #000;
		background-repeat: no-repeat;
		background-size: 150%;
	}

	.fade-container2 {
		width: 100%;
		height: 10%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}

	.fade2 {
		width: 100%;
		position: relative;
		height: 100%;
		display: block;
		background: url(../img/titulo.png);
		background-repeat: no-repeat;
		background-size: contain;
	}


	#copy_mobile {
		display: flex;
		justify-content: space-around;
		width: 100%;
		font-size: 9px;
		color: #ffffff;
		margin-top: 0rem;
		padding-top: 10px;
		text-align: center;
		position: relative;
		align-items: center;
		top: 0px;
		background-color: #323232;
		z-index: 6;
	}
}