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


}

@font-face {
    font-family: 'FotonType-Medium';
    font-weight: medium;
    font-style: medium;
    src: url('../fonts/FotonType-Medium.woff2') format('woff2'),
         url('../fonts/FotonType-Medium.woff') format('woff');


}

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


}

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


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

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

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


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

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


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

span.img_cinco {
  /*background-color: gray;*/
  background-image: url(../img/bg5.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  background-position: initial;
  position: absolute;
  display: block;
  animation: cinco 20s infinite;
}


span.img_seis {
  /*background-color: purple;*/
  background-image: url(../img/bg6.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  background-position: initial;
  position: absolute;
  display: block;
  animation: seis 20s infinite;
}

span.img_siete {
  /*background-color: aqua;*/
  background-image: url(../img/bg7.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  background-position: initial;
  position: absolute;
  display: block;
  animation: siete 20s infinite;
}


span.img_ocho {
  /*  background-color: fuchsia;*/
  background-image: url(../img/bg8.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  background-position: initial;
  position: absolute;
  display: block;
  animation: ocho 20s infinite;
}

span.img_nueve {
  /*background-color: navy;*/
  background-image: url(../img/bg9.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  background-position: initial;
  position: absolute;
  display: block;
  animation: nueve 20s infinite;
}


span.img_dies {
  /*  background-color: lime;*/
  background-image: url(../img/bg1.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  background-position: initial;
  position: absolute;
  display: block;
  animation: dies 20s infinite;
}

@keyframes uno
{
  0%   {opacity: 0}
  10% { opacity: 1}
  20% { opacity: 0}
  30% { opacity: 0}
  40% { opacity: 0}
  50% {opacity:  0}
  60% { opacity: 0}
  70% { opacity: 0}
  80% { opacity: 0}
  90% { opacity: 0}
  100% { opacity: 0}
}
@keyframes dos
{
  0%   {opacity: 0}
  10% { opacity: 0}
  20% { opacity: 1}
  30% { opacity: 0}
  40% { opacity: 0}
  50% {opacity:  0}
  60% { opacity: 0}
  70% { opacity: 0}
  80% { opacity: 0}
  90% { opacity: 0}
  100% { opacity: 0}
}
@keyframes tres
{
  0%   {opacity: 0}
  10% { opacity: 0}
  20% { opacity: 0}
  30% { opacity: 1}
  40% { opacity: 0}
  50% {opacity:  0}
  60% { opacity: 0}
  70% { opacity: 0}
  80% { opacity: 0}
  90% { opacity: 0}
  100% { opacity: 0}
}

@keyframes cuatro
{
  0%   {opacity: 0}
  10% { opacity: 0}
  20% { opacity: 0}
  30% { opacity: 0}
  40% { opacity: 1}
  50% {opacity:  0}
  60% { opacity: 0}
  70% { opacity: 0}
  80% { opacity: 0}
  90% { opacity: 0}
  100% { opacity: 0}
}

@keyframes cinco
{
  0%   {opacity: 0}
  10% { opacity: 0}
  20% { opacity: 0}
  30% { opacity: 0}
  40% { opacity: 0}
  50% {opacity:  1}
  60% { opacity: 0}
  70% { opacity: 0}
  80% { opacity: 0}
  90% { opacity: 0}
  100% { opacity: 0}
}

@keyframes seis
{
  0%   {opacity: 0}
  10% { opacity: 0}
  20% { opacity: 0}
  30% { opacity: 0}
  40% { opacity: 0}
  50% {opacity:  0}
  60% { opacity: 1}
  70% { opacity: 0}
  80% { opacity: 0}
  90% { opacity: 0}
  100% { opacity: 0}
}

@keyframes siete
{
  0%   {opacity: 0}
  10% { opacity: 0}
  20% { opacity: 0}
  30% { opacity: 0}
  40% { opacity: 0}
  50% {opacity:  0}
  60% { opacity: 0}
  70% { opacity: 1}
  80% { opacity: 0}
  90% { opacity: 0}
  100% { opacity: 0}
}

@keyframes ocho
{
  0%   {opacity: 0}
  10% { opacity: 0}
  20% { opacity: 0}
  30% { opacity: 0}
  40% { opacity: 0}
  50% {opacity:  0}
  60% { opacity: 0}
  70% { opacity: 0}
  80% { opacity: 1}
  90% { opacity: 0}
  100% { opacity: 0}
}

@keyframes nueve
{
  0%   {opacity: 0}
  10% { opacity: 0}
  20% { opacity: 0}
  30% { opacity: 0}
  40% { opacity: 0}
  50% {opacity:  0}
  60% { opacity: 0}
  70% { opacity: 0}
  80% { opacity: 0}
  90% { opacity: 1}
  100% { opacity: 0}
}

@keyframes dies
{
  0%   {opacity: 1}
  10% { opacity: 0}
  20% { opacity: 0}
  30% { opacity: 0}
  40% { opacity: 0}
  50% {opacity:  0}
  60% { opacity: 0}
  70% { opacity: 0}
  80% { opacity: 0}
  90% { 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;
   
}

.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 h1{
  color: #fff;
  text-shadow: none;
   font-family: 'FotonType-Medium';
   text-align: left;
   line-height: 65px;
   font-size: 75px;
   margin-bottom: 4%;
   /*background-image: url(../img/icon-g.png);*/
   background-repeat: no-repeat;
   background-position: right;
   background-size: 100px;
   width: 95%;

}

.area-copy h2{
  color: #424242;
  text-shadow: none;
  text-transform: uppercase;
  /* display: flex; */
  width: 100%;
  margin-bottom: 0px;
  font-size: 1.2rem;
  font-family: 'FotonType-Bold'!important;
  font-style: normal;
  font-weight: normal;
}


.area-copy p{
  color: #fff;
  text-shadow: none;
   font-family: 'FotonType-Medium';
   text-align: left;
   width: 55%;
   line-height: 21px;
  
}

.area-copy p b, .area-copy h1 b{
  color: #00aedf;

  
}


.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;
  background-image: url(../img/bg-bonos.jpg);
  background-size: cover;
  z-index: 1;
  justify-content: center;
  background-color: #101010;
}

.area-bono .copy-bono h2{
  font-size: 2.3em;
  font-family: 'FotonType-Bold'!important;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  margin-bottom: 0px;
}

.area-bono .copy-bono h3{
  font-size: 1.1em;
  font-family: 'FotonType-Light'!important;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  width: 100%;
}

.area-bono .bono .copy-bono p.terminos{
  font-family: 'FotonType-Light'!important;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size: 0.79rem;
}



.bg_txt{
  position: absolute;
    z-index: -3;
    width: 50%;
    background: #101010;
    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);
}

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

.mb_img{
  display: none;
}
.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;
}
.bg_b img{
    width: 100%;
    object-fit: fill;
    transform: scale(1);
    overflow-x: hidden;
}







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

::-webkit-scrollbar {width: 2px; height: 100%;}
::-webkit-scrollbar-track {
      background-color: #000;
} /* the new scrollbar will have a flat appearance with the set background color */ 
::-webkit-scrollbar-thumb {
      background-color: #212121; 
} /* this will style the thumb, ignoring the track */
::-webkit-scrollbar-button {
      background-color: #777;
}



html{
  /*background: url(../img/bg.jpg) center top no-repeat;*/
  background-size: cover;
  background-attachment: fixed;
}


footer {
    width: 100%;
    /* height: 100%; */
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: 2px;
    /* background: aqua; */
}
.centtro {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    padding: 10% 0 10% 0;
}
.logo-moto {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
}
.logo-mitsu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-mitsu img {
    width: 250px;
    max-width: 100%;
  /*  margin-left: 163px;*/
}

.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:#ffffff;
    padding: 0px;
    margin: 0px;

}

/*.img_pc{
    background: url(../img/bg1.gif) 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_mobile{display: none;}
.img_fondo ul {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    background:#333333;
    padding: 0px;
    margin: 0px;
}

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




body, h1, h2, h3, h4, h5, p, input, a{
   font-family: 'FotonType-Medium'!important;
   color: #ffffff;
}
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;
  background-color: #fffbfb;
}
header{
  width: 100%;
  display: block;
  margin-bottom: 0rem;
  padding: 0rem;
}
/* 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: 87px !important;
    max-width: 25%;
    margin-top: 35px;
    position: relative;
}

/* img.img-respo 2{
    width: 100% !important;
 
    display: none;
} */
.titu-form{
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.titulo{
  position: relative;
  display: flex;
}
::-webkit-input-placeholder {
   color: #ffffff;
   font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
   color: #fff6f6;
   font-size: 14px; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #fffefe;
   font-size: 14px;  
}
:-ms-input-placeholder {  
   color: #fcfbfb;
   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;
  
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
  appearance: textfield;
    -moz-appearance: textfield;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.right_side.large-6.medium-6.small-12.columns {
    margin-top: 0px;
}
article{
  width: 100%;
  background: rgba(255, 0, 8, 0.45);
  /* height: 100%; */
  /* display: block; */
  /* margin-bottom: -6rem; */
}
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: 15px;
  color: #ffffff;
  line-height: 1.1;
  font-family: 'FotonType-Bold'!important;
  font-weight: lighter;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
  /* left: 50px; */
  padding: 0px 10px 0px 10px;
  width: 100%;
}
article form fieldset{
    margin-top: 1.5rem;
}
article form fieldset .row {
  margin: 0;
}
article form input[type=text]{
   width: 100%;
   height: 25px;
   padding: 0 .5rem;
   background: 0 0;
   line-height: 32px;
   margin-bottom: .5rem;
   color: #fffdfd;
 
   position: relative;
   /* font-size: 1px; */
   /* left: 68px; */
}
article form input[type=email]{
    width: 100%;
    height: 25px;
    padding: 0 .5rem;
    background: 0 0;
    line-height: 32px;
    margin-bottom: .5rem;
    color: #fffdfd;
  
    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: 25px;
    padding: 0 .5rem;
    background: 0 0;
    line-height: 32px;
    margin-bottom: .5rem;
    color: #ffffff;

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

.select1{
    width: 78%;
    height: 25px;
    position: relative;
    justify-content:  center;
    align-self: center;
    height: 25px;
    color: #ffffff;
    margin:  auto;
    margin-bottom: .3rem!important;
}
.select1 select{
     position: absolute;
     left: 0;
     top: 0;
     width:100%;
     height: 25px;
     opacity: 0;
     z-index: 2;
}

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

.select1 .select1-fondo{
     width: 100%;
     height: 25px;
     border: 1px solid #cacaca;
     position: relative;
     display: block;
     background: url(../img/select2.png) 97% center no-repeat;
     padding-left: 5px;
     line-height: 24px;
     font-size: 14px;
     /* font-weight: 700; */
     /* vertical-align: left; */
     text-align: left;
     margin-bottom: 1rem;
}
.select1 .select1-fondo:hover{
   
    color: #8d8d8d;
}
/* article form input[type=checkbox]{

} */
article form input[type=submit]{
  font-size: 18px;
  color: #FFF;
  width: 174px;
  height: 44px;
  display: block;
  margin: 0 auto;
  font-family: 'FotonType-Medium'!important;
  font-weight: bold;
  font-style: normal;
  background: rgb(222, 0, 51);
  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;
  letter-spacing: 0.2rem;
}
article form input[type=submit]:hover{
  background: #ffffff;
  color: #fff;
}

article form p{
  width: 75%;
  color: #fff7f7;
  /*  margin-bottom: 0.5rem;
  margin-top: 1rem;*/
  font-size: 0.65rem;
  line-height: 1.1;
  font-weight: bold;
  text-align: left;
  position: relative;
  display: flex;
}
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: 0.6rem;
  color: #ffffff;
  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;
}
article form a:hover{
  color: rgb(222, 0, 51);
  text-decoration: underline;
}
article .mensaje{
  background: rgba(255, 255, 255, 0.85);
  padding: 1.5rem;
}
article h2{
  width: 100%;
  text-align: center;
  color: #8d8d8d;
  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: #8d8d8d;
  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: rgb(222, 0, 51);
}
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#overlay .contenido{
  width: 90%;
  max-width: 600px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
}
#overlay-error{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  background: rgba(0,0,0,0.85);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#overlay-error .contenido{
  width: 90%;
  max-width: 550px;
  background: #FFF;
  padding: 2rem;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
  position: relative;
}
#overlay-error .contenido .cerrar{
  width: 35px;
  height: 35px;
  background: rgb(222, 0, 51);
  color: #FFF;
  line-height: 35px;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -15px;
}
#overlay-error .contenido .cerrar:hover{
  background: #ffffff;
}
#overlay-error .contenido h3{
  font-size: 20px;
  color: rgb(222, 0, 51);
  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;
}


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

  .area-copy h1{
  color: #fff;
  text-shadow: none;
   font-family: 'FotonType-Bold';
   text-align: left;
   line-height: 65px;
   font-size: 60px;
   margin-bottom: 4%;
  /* background-image: url(../img/icon-g.png);*/
   background-repeat: no-repeat;
   background-position: right;
   background-size: 100px;
   width: 95%;

}

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




}

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





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

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

article form h3{
  font-size: 15px;

  line-height: 1.1;
  
  margin-bottom: .8rem;
  text-align: center;
}
.fade div img {
    float: left;
    width: 100%;
    position: absolute;
    top: -13%;
    object-fit: fill;
}

.titulo2 {

  font-size: 1.5rem;
  
}

.area-copy h2{

  font-size: 1rem;

}

.area-bono .copy-bono h2{
  font-size: 2rem;

}

.area-bono .copy-bono h3{
  font-size: 1.2em;

}

.area-bono .bono .copy-bono p.terminos{

  font-size: 0.79rem;
}





}


@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 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 100%;
    position: relative;
    height: auto;
}
.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: 10%;
  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 h1 {
    color: #fff;
    text-shadow: none;
    font-family: 'FotonType-Bold';
    text-align: left;
    line-height: 28px;
    font-size: 29px;
    margin-bottom: 4%;
  /*  background-image: url(../img/icon-g.png);*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50px;
    width: 100%;
}


.area-copy h2{

  text-shadow: none;
  text-transform: uppercase;
  font-size: 21px;
  width: 85%;

}


.area-copy h5{

  text-shadow: none;
  text-transform: uppercase;
  font-size: 12px;
  width: 80%;
}


.area-copy p {
    color: #fff;
    text-shadow: none;
    font-family: 'FotonType-Bold';
    text-align: left;
    width: 85%;
    line-height: 15px;
    font-size: 9px;
}

.fade-container{
  width: 100%;
  /* height: 56%; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy-container{
  width: 101%;
  height: 75%;

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

.container-bono {
  width: 100%;
  /* height: 100%; */
  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;
}

.area-bono .bono .copy-bono p.terminos{

  font-size: 1rem;
}


.mb_img{

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



}


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


.fondo-bg-m img {
    width: 100%;
    max-width: 100%;
}


.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;
}
  .left_side.large-6.medium-6.small-12.columns {
    /* background: #ed1c24; */
    padding-bottom: 35px;
    padding-top: 30px;
    display: none;
}
  article {
    width: 100%;
    height: 100%;
    display: block;

    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: none;
    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-casatoro img, .logo-mitsu img {
    width: 110px;
    max-width: 100%;
  /*  margin-left: 163px;*/
}

#head_mobile{
  width: 100%;
  position: relative;
  margin-bottom: 55px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#publi_mobile{
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  margin-top: 10px;
   display: flex;
    align-items: center;
    justify-content: center;
}
.logo-casatoro{
  width: 30%;
  position: relative;
  top: 15px;
  left: 10px;
  display: flex;
  justify-content: center;

}


.logo-mitsu{

  width: 30%;
  position: relative;
  top: 15px;
  right: 10px;
  display: flex;
  justify-content: center;

}


.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: #8d8d8d;
  margin-bottom: 0.5rem;
  /* margin-top: 2.5rem; */
  text-align: center;
  position: relative;
  top: 20px;
}

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




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

article form h3{
  font-size: 20px;
  color: #ffffff;
  line-height: 1.1;
  font-weight: lighter;
  margin-bottom: 1.5rem;
  text-align: left;
  position: relative;
  left: 4px;
  padding: 0px 15px 0px 15px;
  text-align:  center;
}
article form fieldset{
    margin-top: 0rem;
}
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: #ffffff;

   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: #000;
  
    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: #000;

    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;
  }
  /* article .right_side .fondo{
    
  } */
  footer {
    width: 100%;
    /* height: 100%; */
    display: block;
    position: relative;
    /* bottom: 2px;
    background: aqua; */
}
img.img-respo2{
    max-width: 100%!important;
    margin-left: 0px;
    display: block;
}
article form fieldset #oculto_cel {
  display: none;
}
.select1{
    width: 78%;
    height: 32px;
    position: relative;
    justify-content:  center;
    align-self: center;
 
    color: #ffffff;
    margin:  auto;
    margin-bottom: .3rem!important;
}
.select1 select{
     position: absolute;
     left: 0;
     top: 0;
     width:100%;
     height: 32px;
     opacity: 0;
     z-index: 2;
}

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

.select1 .select1-fondo{
     width: 100%;
     height: 32px;
     border: 1px solid #cacaca;
     position: relative;
     display: block;
     background: url(../img/select2.png) 97% center no-repeat;
     padding-left: 5px;
     line-height: 30px;
     font-size: 14px;
     /* font-weight: 700; */
     font-family: 'Roboto', sans-serif;
     /* vertical-align: left; */
     text-align: left;
     margin-bottom: 1rem;
}
.select1 .select1-fondo:hover{
   
    color: #8d8d8d;
}

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

.titulo2 {

  font-size: 1rem;
  width: 70%;
  
}

.area-copy h2{

  margin-bottom: 0px;
  font-size: 0.8rem;
  width: 90%;

}

.copy-container{
  width: 101%;
  height: 75%;

}

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

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;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  transform: scale(1.2);
  overflow-x: hidden;
}



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

}

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


.fondo-bg-pc-new {
   display: block;
   overflow: hidden;
}

.area-copy h1 {
    color: #fff;
    text-shadow: none;
    font-family: 'FotonType-Bold';
    text-align: left;
    line-height: 24px;
    font-size: 25px;
    margin-bottom: 4%;
  /*  background-image: url(../img/icon-g.png);*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: 47px;
    width: 100%;
}

.area-copy p {
    color: #fff;
    text-shadow: none;
    font-family: 'FotonType-Bold';
    text-align: left;
    width: 85%;
    line-height: 15px;
    font-size: 0.75rem;
}

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

}

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

  .logo-mitsu img {
    width: 300px;
    max-width: 100%;
  /*  margin-left: 163px;*/
}
#copy_mobile{
  display: flex;
  justify-content: space-around;
  width: 100%;
  font-size: 9px;
  color: #8d8d8d;
  margin-bottom: 0.5rem;
  /* margin-top: 2.5rem; */
  text-align: center;
  position: relative;
  top: 20px;
}
}
