


@font-face {
    font-family: 'NouvelR-Bold';
    src: url('../fonts/NouvelR-Bold.woff2') format('woff2'),
         url('../fonts/NouvelR-Bold.woff') format('woff');
    font-weight: bold;
    font-style: bold;

}




@font-face {
    font-family: 'NouvelR-Bold';
    src: url('../fonts/NouvelR-Bold.woff2') format('woff2'),
         url('../fonts/NouvelR-Bold.woff') format('woff');
    font-weight: bold;
    font-style: bold;

}




@font-face {
    font-family: 'NouvelR-Book';
    src: url('../fonts/NouvelR-Book.woff2') format('woff2'),
         url('../fonts/NouvelR-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'NouvelR-Book';
    src: url('../fonts/NouvelR-Book.woff2') format('woff2'),
         url('../fonts/NouvelR-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'NouvelR-Extrabold';
    src: url('../fonts/NouvelR-Extrabold.woff2') format('woff2'),
         url('../fonts/NouvelR-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: bold;

}




@font-face {
    font-family: 'NouvelR-Extrabold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/renaultlife-regular-webfont.woff2') format('woff2'),
         url('../fonts/renaultlife-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'NouvelR-Light';
    src: url('../fonts/NouvelR-Light.woff2') format('woff2'),
         url('../fonts/NouvelR-Light.woff') format('woff');
    font-weight: light;
    font-style: light;

}




[type=checkbox]+label, [type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 0rem;
    margin-bottom: 0;
    vertical-align: baseline;
}


p.infom {
    margin: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px !important;
}

p.infom a {
    margin-top: 0px;
    font-size: 14px;
    margin-left: 5px;
}



 

.fondo-bg-mobile-new{
    display: none;
}
.row.enviar {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
li.terminos_checks {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

li.terminos_checks label p {
    text-align: start;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.3;
}

li.terminos_checks input {
    margin-bottom: 0px;
}

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

.titulo {
	 font-family: 'NouvelR-Bold'!important;
	color: #000000;
	line-height: .9;
	text-align: center;
	font-size: 32px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.titulo2 {
	color: #ffffff;
	line-height: 2rem;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 2rem;
	text-transform: uppercase;
	font-family: 'NouvelR-Bold'!important;
	font-weight: normal!important;
	font-style: normal!important;
	display: flex;
	z-index: 3;
	justify-content: center;
	letter-spacing: 10px;
}

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

.logo-ct-new {
    position: absolute;
    top: 4%;
    left: 50px;
}

.logo-ct-new img {
    width: 200px;
}

.logo-icon {
    position: absolute;
    /* top: 0%; */
    left: 30%;
    z-index: 3;
    bottom: 0%;
}

.logo-icon img {
    width: 58px;
}





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


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

.fade{
width: 100%;
position: absolute;
height: 100%;
display: block;

}

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

.fade div img {
    float: left;
    width: 100%;
    position: absolute;
    top: -30%;
    object-fit: fill;
}


div.img_uno {
	/*background-color: red;*/
	background-image: url(../img/bg1.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: 50%;
	position: absolute;
	display: flex;
	/*  animation: uno 15s infinite;*/
	background-repeat: no-repeat;
	justify-content: center;
	align-items: center;
}


div.img_dos {
/*	background-color: blue;*/
     background-image: url(../img/bg2.jpg);
     background-size: cover;
     width: 100%;
     height: 100%;
     background-position: 50%;
     position: absolute;
     display: block;
     animation: dos 15s infinite;
     background-repeat: no-repeat;
}

div.img_tres {
	/*background-color: yellow;*/
    background-image: url(../img/bg3.jpg);
     background-size: cover;
     width: 100%;
     height: 100%;
     background-position: 50%;
     position: absolute;
     display: block;
     animation: tres 15s infinite;
     background-repeat: no-repeat;
}


div.img_cuatro {
		/*background-color: green;*/
    background-image: url(../img/bg4.jpg);
     background-size: cover;
     width: 100%;
     height: 100%;
     background-position: 50%;
     position: absolute;
     display: block;
     animation: cuatro 15s infinite;
     background-repeat: no-repeat;
}

@keyframes uno1
{
  0%   {opacity:0}
  25% { opacity: 1}
  50% { opacity: 0}
  75% { opacity: 0}
  100% { opacity: 0}
}
@keyframes dos
{
  0%   {opacity:0}
  25% { opacity: 0}
  50% { opacity: 1}
  75% { opacity: 0}
  100% { opacity: 0}
}
@keyframes tres
{
  0%   {opacity:0}
  25% { opacity: 0}
  50% { opacity: 0}
  75% { opacity: 1}
  100% { opacity: 0}
}

@keyframes cuatro
{
  0%   {opacity:1}
  25% { opacity: 0}
  50% { opacity: 0}
  75% { opacity: 0}
  100% { opacity: 1}
}

.copy-container{
	width: 100%;
	height: 70%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: center;
	vertical-align: middle;
	background-color: #ffF;
	overflow: auto;
	/* padding: 5%; */
}

.area-copy{
	width: 100%;
	height: 15%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: center;
	vertical-align: middle;
	overflow: auto;
	justify-content: center;
	/* padding: 1%; */
	background-color: #ffcd00;
}

.area-copy h2{
	color: #000000;
	text-shadow: none;
	text-transform: uppercase;
	/* display: flex; */
	width: 100%;
	margin-bottom: 0px;
	font-size: 1.5em;
}


.area-copy h5{
	color: #051844;
	text-shadow: none;
	text-transform: uppercase;
}


.area-copy p{
color: #212121;
text-align: center;
font-size: 24px;
line-height: 30px;
width: 95%;
margin-bottom: 5%;
}

.area-copy p.terminos{
	color: #9e9e9e;
	text-align: center;
	font-size: 9px;
	line-height: 13px;
	margin-bottom: 0%;
	margin-top: 4.5%;
	
}


.area-copy ul{
	color: #02345d;
	text-align: center;
	
	
}

.area-copy ul.servicios{
	color: #02345d;
	text-align: center;
	list-style: none;
	display:flex;
}


.area-copy ul.servicios li{
	font-size: 14px;
	margin:4% 5%; 
}

.area-copy ul.servicios li i{
	display: block;
	font-size: 35px;
	text-align: center;
	width: 100%;
	height: 50px;
	
}

 .serv-container {

display:block; 
justify-content: space-around; 
width: 100%;


}

.dire-container {

display:flex; 
justify-content: space-around; 
width: 100%;
margin: 3% 0 ;

}

.area-copy ul.direcciones{
	width:auto;
	text-align: left;
	font-size: 12px;
}

.area-bono{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: center;
	vertical-align: middle;
	overflow: auto;
}
.bono {
	display: block;
	width: 100%;
	/* height: 100%; */
}

.container-bono {
	width: 100%;
	/* height: 100%; */
	display: flex;
}

.area-bono .copy-bono{
	width: 50%;
	/* height: 100%; */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: center;
	vertical-align: middle;
	padding: 5%;
	/*background-image: url(../img/bg-bonos.jpg);*/
	background-size: cover;
	z-index: 1;
	justify-content: center;
	background-color: #3d3935;
}

.bg_txt{
	position: absolute;
    z-index: -3;
    width: 50%;
    background: #3d3935;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    vertical-align: middle;
    justify-content: center;
    object-fit: fill;
     overflow: hidden;
     transition: scaleY(1.02);
}

.bg_txt img{
    width: 100%;
    object-fit: fill;
    transform: scale(1.2);
}




.mb_img{
	display: none;
}

.area-bono .copy-bono h2{
   width: 100%;
   text-align: left;
   color: #FFF;
   font-size: 1.5em;
   text-shadow:0px 0px 6px rgba(0,0,0,0.65);
   line-height: 1.2;
   margin-bottom: 0rem!important;
   font-family: 'NouvelR-Book';
    font-weight: normal;
    font-style: normal;
}
.area-bono .copy-bono h3{
   width: 100%;
	text-align: left;
	color: #FFF;
	font-size: 2.5em;
	text-shadow:0px 0px 6px rgba(0,0,0,0.65);
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 1rem;

}

.area-bono .copy-bono p.sub-title{
   width: 100%;
   text-align: left;
   color: #FFF;
   font-size: 1.5em;
   text-shadow:0px 0px 6px rgba(0,0,0,0.65);
   line-height: 1.1;
   font-weight: bold;
   margin-bottom: 1rem;
}

.area-bono p.terminos{
	color: #f2f2f2;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
	width: 90%;
}


.area-bono .img-bono{
	width: 50%;
	/* height: 100%; */
	background: #101010;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: center;
	vertical-align: middle;
	z-index: 1;
	justify-content: center;
}

div.bg_b {
	/*background-color: red;*/
	/* background-image: url(../img/b_uno.jpg);*/
	/*   background-size: cover;*/
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: fill;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	overflow-x: hidden;
}


div.bg_b_dos {
	/*background-color: red;*/
    /* background-image: url(../img/b_dos.jpg);*/
     background-size: cover;
     width: 100%;
     height: 100%;
     position: relative;
     display: block;
     background-repeat: no-repeat;
}

div.bg_b_tres {
	/*background-color: red;*/
  /*   background-image: url(../img/b_tres.jpg);*/
     background-size: cover;
     width: 100%;
     height: 100%;
   
     position: relative;
     display: block;
     background-repeat: no-repeat;
}


div.bg_b_cuatro {
	/*background-color: red;*/
  /*   background-image: url(../img/b_cuatro.jpg);*/
     background-size: cover;
     width: 100%;
     height: 100%;
   
     position: relative;
     display: block;
     background-repeat: no-repeat;
}

.bg_b img{
    width: 100%;
    object-fit: fill;
    transform: scale(1.2);
    overflow-x: hidden;
}




.form_new {
     position: fixed;
   width: 35vw;
   height: 100%;
   display: flex;
   align-items: center;
   overflow: auto;
   justify-content: center;
   right: 0px;
   z-index: 3;
   padding: 0px 5%;
    background: #fff;
}

.logo-moto {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
}
.logo-mitsu {
    display: flex;
    align-items: center;
    justify-content: center;
    position:  relative;
}



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


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

}

#img_mobile{
	display: none;
}
#head_mobile{
	display: none;
}
#copy_pc{display: block;}
#copy_mobile{display: none;}
.img_fondo ul {
    
}

.img_fondo ul li {
   
}
body, h1, h2, h3, h4, h5, p, input, a{
	font-family:'NouvelR-Book'!important;
  font-weight: normal;
    font-style: normal;
}
body{
	
}
header{
	
}
header .row{
}
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: auto;
    /* margin-left: 44px; */
}

img.img-respo 2{
    width: 100% !important;
    margin-left: 44px;
    display: none;
}
.titu-form{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
}
::-webkit-input-placeholder {
   color: #2d363e;
   font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
   color: #2d363e;
   font-size: 14px; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #2d363e;
   font-size: 14px;  
}
:-ms-input-placeholder {  
   color: #2d363e;
   font-size: 14px;  
}
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;
}



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{
    width: 300px;
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}
article form h3{
	font-size: 20px;
	color: #8a8a8a;
	line-height: 1.1;
	//
	font-weight: bold;
	margin-bottom: 2rem;
	text-align: center;
}
article form fieldset{
    margin-bottom: 50px;
}
article form fieldset .row {
	margin: 0;
	display: flex;
	justify-content: center;
}
article form input[type=text]{
	color: #2d363e;
	font-size: 14px;
	margin-bottom: 4px;
	border: 1px solid #212121;
	box-shadow: none;
}
article form input[type=email]{
	color: #2d363e;
	font-size: 14px;
	margin-bottom: 4px;
	border: 1px solid #212121;
	box-shadow: none;
}
article form input[type=number]{
	color: #2d363e;
	font-size: 14px;
	margin-bottom: 4px;
	border: 1px solid #212111;
	box-shadow: none;
}

.select1{
    width: 100%;
    height: 32px;
    position: relative;
    background: #fff;
    height: 2.4375rem;
     
}
.select1 select{
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    opacity:0;
    z-index: 2;
    color: #000;
    height: 2.4375rem;
    
}

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

.select1 .select1-fondo{
    width: 100%;
    height:32px;
    border: 1px solid hsl(0, 0%, 43%);
    position:relative;
    display: block;
    background:url(../img/select2.png) 97% center no-repeat;
    padding-left:5px;
    line-height: 37px;
    font-size:14px;
    color: #2d363e;
    background-color:#fff;
    height: 2.4375rem;
}
.select1 .select1-fondo:hover{
   
    color: #000;
}


.select2{
    width: 100%;
    height: 32px;
    position: relative;
    background: #fff;
    height: 2.4375rem;
    padding: 0px 5px;
}
.select2 select{
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    opacity:0;
    z-index: 2;
    color: #000;
    height: 2.4375rem;
}

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

.select2 .select2-fondo{
    width: 100%;
    height:32px;
    border: 1px solid hsl(0, 0%, 43%);
    position:relative;
    display: block;
    background:url(../img/select2.png) 97% center no-repeat;
    padding-left:5px;
    line-height: 37px;
    font-size:14px;
    color: #2d363e;
    background-color:#fff;
    height: 2.4375rem;
}
.select2 .select2-fondo:hover{
   
    color: #000;
}

article form input[type=checkbox]{}
article form input[type=submit]{
	font-size: 18px;
	color: #fff;
	font-family: 'NouvelR-Bold'!important;
	font-weight: normal!important;
	font-style: normal!important;
	width: 174px;
	height: 44px;
	display: block;
	margin: 0 auto;
	/* border-radius:10px; */
	background: #6d6d6d;
	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: #FFEB3B;
	color: #212121;
}

article form p{
	width: 100%;
	font-size: 11px;
	color: #8a8a8a;
	text-align: center;
	margin-bottom: 1rem;
	margin-top: .5rem;
}
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: 20px; */
}
article form label{
	width: 100%;
	display: inline-block;
	font-size: 11px;
	color: #FFF;
	line-height: 1.1;
}
article form a{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	/* margin-bottom: 0.5rem; */
	display: block;
	margin-top: 5px;
}
article form a:hover{
	color: #FFEB3B;
	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: #FFEB3B;
	color: #000;
	line-height: 35px;
	text-align: center;
	position: absolute;
	right: -15px;
	top: -15px;
}
#overlay-error .contenido .cerrar:hover{
	background: #9E9E9E;
}
#overlay-error .contenido h3{
	font-size: 24px;
	color: #dcc602;
	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-datos{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	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-datos .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-datos .contenido .cerrar{
	width: 35px;
	height: 35px;
	background: #FFEB3B;
	color: #000;
	line-height: 35px;
	text-align: center;
	position: absolute;
	right: -15px;
	top: -15px;
}
#overlay-datos .contenido .cerrar:hover{
	background: #9E9E9E;
}

#overlay-datos .contenido h3{
	font-size: 34px;
	color: #dcc602;
	font-weight: bold;
	margin-bottom: 1.5rem;
	width: 100%;
	text-align: center;
}
#overlay-datos .contenido p{
	font-size: 17px;
	color: #2e2e2e;
	width: 100%;
	margin-bottom: 3rem;
	text-align: center;
	line-height: 1.1;
}

#overlay-datos .contenido span{
	font-size: 26px;
	color: #2e2e2e;
	width: 100%;
	text-align: center;
	line-height: 1.1;
	display: block;
}

#overlay-datos .contenido .ir{
	width: 200px;
	height: 50px;
	background: #FFEB3B;
	font-family: 'NouvelR-Bold'!important;
	padding: 15px;
	color: #000;
	line-height: 35px;
	text-align: center;
	position: relative;
	right: 3%;
	top: -15px;
	font-size: 12px;
}
#overlay-datos .contenido .ir:hover{
	background: #9E9E9E;
	color: #fff;
}

#overlay-datos .contenido .web{
	width: 200px;
	height: 50px;
	background: #FFEB3B;
	font-family: 'NouvelR-Bold'!important;
	padding: 15px;
	color: #000;
	line-height: 19px;
	text-align: center;
	position: relative;
	left: 3%;
	top: -15px;
	font-size: 12px;
}
#overlay-datos .contenido .web:hover{
	background: #9E9E9E;
	color: #fff;
}


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

.centtro {
    display: flex;
    align-items: center;
    background: #123c64;
    padding: 5% 0 5% 0;
}

.fondo {
    padding: 0 15% 0 15%;
    display:  flex;
    position:  relative;
    align-items:  center;
    justify-content:center;
}
.fade div img {
    float: left;
    width: 100%;
    position: absolute;
    top: -10%;
    object-fit: fill;
}



}


@media screen and (max-width: 1366px){
.form_new {
    width: 35%;
}

.fondo-bg-pc-new {width: 65%;}
.centtro {
    display: flex;
    align-items: center;
    justify-content:center;
    background: #123c64;
    padding: 4.5% 0 4.5% 0;
}
.fondo {
    padding: 0 15% 0 15%;
    display:  flex;
    position:  relative;
    align-items:  center;
    justify-content:center;
}

}


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

.centtro {
    display: flex;
    align-items: center;
    justify-content:center;
    background: #123c64;
    padding: 0px 5px 0px 5px;
}
.fondo {
    padding: 0 15% 0 15%;
    display:  flex;
    position:  relative;
    align-items:  center;
    justify-content:center;
}

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

  img.img-respo {
    width: 100% !important;
    margin-left: 44px;
    align-self:  center;
}

article form h3{
	font-size: 15px;
	color: #8a8a8a;
	line-height: 1.1;
	//
	font-weight: bold;
	margin-bottom: .8rem;
	text-align: center;
}

.fade div img {
    float: left;
    width: 100%;
    position: absolute;
    top: -13%;
    object-fit: fill;
}





}
@media screen and (max-height: 850px){
	.center-div {
    height: 100%;
}

.fade div img {
    float: left;
    width: 100%;
    position: absolute;
    top: -30%;
    object-fit: fill;
}


}


@media screen and (max-width: 860px){
	.form_new {
    width: 100%;
    position: relative;
    padding-top:  15px;
     height: -webkit-fill-available;
}

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

.area-copy{
	width: 100%;
	height: 15%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: center;
	vertical-align: middle;
	overflow: auto;
	justify-content: center;
	/* padding: 1%; */
}

.area-copy h2{
	color: #051844;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 21px;
	width: 85%;
	margin-bottom: 20px;
}


.area-copy h5{
	color: #051844;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 12px;
	width: 80%;
}


.area-copy p{
color: #212121;
text-align: center;
font-size: 14px;
line-height: 22px;
width: 95%;
margin-bottom: 5%;
}

.area-copy p.terminos{
	color: #9e9e9e;
	text-align: center;
	font-size: 9px;
	line-height: 13px;
	
}


.area-copy ul{
	color: #02345d;
	text-align: center;
	
	
}

.area-copy ul.servicios{
	color: #02345d;
	text-align: center;
	list-style: none;
	display:block;
	width: 100%;
}


.area-copy ul.servicios li{
	font-size: 18px;
	margin:10% 10%; 
}

.area-copy ul.servicios li i{
	display: block;
	font-size: 34px;
	text-align: center;
	width: 100%;
	height: 50px;
	
}

.dire-container{
display:flex; 
justify-content: space-around; 
width: 100%;"
}


.area-copy ul.direcciones{
	width:auto;
	text-align: left;
	font-size: 8px;
	display: block;
}

.area-bono .img-bono{
	display:none;
}

.mb_img{

	width: 100%;
	/* height: 100%; */
	background: #223972;
	display: block;
	flex-direction: column;
	align-items: flex-start;
	align-self: center;
	vertical-align: middle;
	
	justify-content: center;
}


}


/*MOVIL*/
@media screen and (max-width: 640px){
	article form {
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	.logo-casatoro img {
    width: 80%;
    top: 3px;
    position:  relative;
}
	header .logo-mitsu {
    float: right;
    width: 30%;
    text-align: right;
    margin-right: 10px;
    max-width: 215px;
}
	.left_side.large-6.medium-6.small-12.columns {
    /* background: #ed1c24; */
    padding-bottom: 35px;
    padding-top: 30px;
    display: none;
}
	article {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
    background: rgba(239, 25, 32, 0);
}
	.right_side.large-6.medium-6.small-12.columns {
    margin-top: 0px;
}

.imt
	article .left_side {
    margin-top:20px;
    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;
}
.img_fondo {
    display: flex;
    width: 100%;
    height: 741px;
    position: relative;
    background: #333333;
    padding: 0px;
    margin: 0px;
}
.img_fondo ul {
    display: block;
    width: 100%;
    height: 670px;
    position: relative;
    background: #333333;
    padding: 0px;
    margin: 0px;
}

#box_mobile{
	display: block;
	position: relative;
	height: auto;
	padding-top: 26px;
}

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

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

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

.logo-casatoro{
	width: 50%;
	position: relative;
	top: 15px; 
}
.logo-vw-mobile{
	position: absolute;
	right: 1px;

}
.fondo {
    padding: 19px;
}

#img_pc{
	display: none;
}

#img_mobile{
	display: block;
	position: relative;
	/* height: auto; */
}
#copy_pc{display: none;}

#copy_mobile{
	display: block;
	width: 90%;
	margin: auto;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 0.5rem;
	/* margin-top: 2.5rem; */
	text-align: center;
	position: relative;
	//
	background-color: #373c40;
	/* top: 150px; */
}

#copy_mobile a{
	color: #FFEB3B !important;

}

.titu-form{
	display: none;
}
.centtro {
     display: flex;
    align-items: center;
    justify-content:center;
    background: #123c64;
    padding: 14px 0 25px 0;
}


article form h3 {
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
}
.img_fondo ul li {
    width: 100%;
   //
    height: 580px;
    display: flex;
    padding: 0px;
    margin: 0px;
    position: absolute;
    height: 670px;
}
	body{
		min-height:inherit;
		background-color: #000;
	}
	article .row{
		justify-content:center;
	}
	article .left_side{
		justify-content:center;
		margin-bottom: 1.5rem;
	}
	html{
		
		background-position: center bottom;
		background-color:#000;
	}
	article .right_side .fondo{
		
	}
	footer {
    width: 100%;
    /* height: 100%; */
    display: block;
    position: relative;
    z-index: 9999;
  //  bottom: 2px;
    /* background: aqua; */
}
img.img-respo2{
    max-width: 100%!important;
    margin-left: 0px;
    display: block;
}

#overlay-datos .contenido .ir{
	width: 150px;
	height: 50px;
	background: #FFEB3B;
	font-family: 'NouvelR-Bold'!important;
	padding: 10px;
	color: #000;
	line-height: 25px;
	text-align: center;
	position: relative;
	right: 3%;
	top: -15px;
	font-size: 8px;
}


#overlay-datos .contenido .web{
	width: 150px;
	height: 50px;
	background: #FFEB3B;
	font-family: 'NouvelR-Bold'!important;
	padding: 10px;
	color: #000;
	line-height: 25px;
	text-align: center;
	position: relative;
	left: 3%;
	top: -15px;
	font-size: 8px;
}



.area-copy h2{
	/* color: #ffcd00; */
	text-shadow: none;
	text-transform: uppercase;
	font-size: 0.8rem;
	width: 85%;
	margin-bottom: 0px;
}


.area-copy h5{
	color: #051844;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 12px;
	width: 80%;
}


.area-copy p{
color: #212121;
text-align: center;
font-size: 14px;
line-height: 22px;
width: 95%;
margin-bottom: 5%;
}

.area-copy p.terminos{
	color: #9e9e9e;
	text-align: center;
	font-size: 9px;
	line-height: 13px;
	
}


.area-copy ul{
	color: #02345d;
	text-align: center;
	
	
}

.area-copy ul.servicios{
	color: #02345d;
	text-align: center;
	list-style: none;
	display:block;
	width: 100%;
}


.area-copy ul.servicios li{
	font-size: 13px;
	margin:10% 10%; 
}

.area-copy ul.servicios li i{
	display: block;
	font-size: 25px;
	text-align: center;
	width: 100%;
	height: 50px;
	
}


 .serv-container {

display:block; 
justify-content: space-around; 
width: 60%;
align-items: center;
align-content: center;
margin: auto; 


}

.dire-container{
display:block; 
align-items: center;
align-content: center;
margin: auto; 
width: 60%;
}


.area-copy ul.direcciones{
	width:auto;
	text-align: center;
	font-size: 8px;
	display: block;
	list-style: none;
}

.logo-icon {
    position: absolute;
    top: 4%;
    left: 50px;
    z-index: 3;
}

.logo-icon img {
    width: 50px;
}


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

.copy-container{
	width: 100%;
	height: 74%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	vertical-align: middle;
	background-color: #ffF;
	overflow: auto;
	/* padding: 5%; */
}




.fade{
width: 100%;
position: absolute;
height: 100%;
display: block;

}

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

.fade div img {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    transform: scale(1.3);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: all;
}
.titulo2 {
	color: #ffffff;
	line-height: 2rem;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 0.9rem;
	text-transform: uppercase;
	
	display: flex;
	z-index: 3;
}


div.img_uno {
	/*background-color: red;*/
	background-image: url(../img/bg1.jpg);
	background-size: 100%;
	width: 100%;
	height: 100%;
	background-position: 50%;
	position: absolute;
	display: flex;
	animation: uno 15s infinite;
	background-repeat: no-repeat;
	justify-content: center;
	align-items: center;
	transform: scale(1.2);
	overflow-x: hidden;
}


div.img_dos {
/*	background-color: blue;*/
     background-image: url(../img/bg2.jpg);
     background-size: 100%;
     width: 100%;
     height: 100%;
     background-position: 50%;
     position: absolute;
     display: block;
     animation: dos 15s infinite;
     background-repeat: no-repeat;
}

div.img_tres {
	/*background-color: yellow;*/
    background-image: url(../img/bg3.jpg);
     background-size: 100%;
     width: 100%;
     height: 100%;
     background-position: 50%;
     position: absolute;
     display: block;
     animation: tres 15s infinite;
     background-repeat: no-repeat;
}


div.img_cuatro {
		/*background-color: green;*/
    background-image: url(../img/bg4.jpg);
     background-size: 100%;
     width: 100%;
     height: 100%;
     background-position: 50%;
     position: absolute;
     display: block;
     animation: cuatro 15s infinite;
     background-repeat: no-repeat;
}

.logo-mitsu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 15px;
}


.bono{

	height: auto;
}

.container-bono {
	display: block;
  
}

.area-bono .copy-bono{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items:center;
	align-self: center;
	vertical-align: middle;  
	z-index: 0;
}

.bg_b_uno, .bg_b_dos, .bg_b_tres, .bg_b_cuatro {
	display: none;
}

.mb_img_1{
	display: block;
	position: relative;
	background-image: url(../img/b_uno.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: all;
	width: 100vw;
	height: 150px;
	top: -21px;
}

.mb_img_2{
	display: block;
	position: relative;
	background-image: url(../img/b_dos.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: all;
	width: 100vw;
	height: 150px;
	top: -21px;
}

.mb_img_3{
	display: block;
	position: relative;
	background-image: url(../img/b_tres.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: all;
	width: 100vw;
	height: 150px;
	top: -21px;
}

.mb_img_4{
	display: block;
	position: relative;
	background-image: url(../img/b_cuatro.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: all;
	width: 100vw;
	height: 150px;
	top: -21px;
}

.area-bono .copy-bono h2{
   width: 100%;
   text-align: center;
   color: #FFF;
   font-size: 1.2em;
}
.area-bono .copy-bono h3{
   width: 100%;
   text-align: center;
   font-size: 2em;
   margin-bottom: 0.5rem;
}

.area-bono .copy-bono p.sub-title{
   width: 100%;
   text-align: center;
   
}

.area-bono p.terminos{
	color: #f2f2f2;
	text-align: center;
	font-size: 9px;
	line-height: 13px;
	width: 90%;
	
}



}
@media screen and (max-width: 470px){
	img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}
.fondo-bg-pc-new {
   display: block;
}
	.fondo-bg-mobile-new {
		display: none;
	}

		.form_new {
    width: 100%;
    position: relative;
    overflow: visible;
    height: 790px;
}

#overlay-datos .contenido .ir{
	width: 150px;
	height: 50px;
	background: #FFEB3B;
	font-family: 'NouvelR-Bold'!important;
	padding: 10px;
	color: #000;
	line-height: 25px;
	text-align: center;
	position: relative;
	right: 3%;
	top: -15px;
	font-size: 8px;
}


#overlay-datos .contenido .web{
	width: 150px;
	height: 50px;
	background: #FFEB3B;
	font-family: 'NouvelR-Bold'!important;
	padding: 10px;
	color: #000;
	line-height: 25px;
	text-align: center;
	position: relative;
	left: 3%;
	top: -15px;
	font-size: 8px;
}


.img-bono{
	display: none;
}

.bg_b_uno, .bg_b_dos, .bg_b_tres, .bg_b_cuatro {
	display: none;
}

.mb_img_1{
	display: block;
	position: relative;
	background-image: url(../img/b_uno.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: all;
	width: 100vw;
	height: 150px;
	top: -21px;
}

.mb_img_2{
	display: block;
	position: relative;
	background-image: url(../img/b_dos.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: all;
	width: 100vw;
	height: 150px;
	top: -21px;
}

.mb_img_3{
	display: block;
	position: relative;
	background-image: url(../img/b_tres.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: all;
	width: 100vw;
	height: 150px;
	top: -21px;
}

.mb_img_4{
	display: block;
	position: relative;
	background-image: url(../img/b_cuatro.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: all;
	width: 100vw;
	height: 150px;
	top: -21px;
}



	
}