/* ESTILOS AVISO*/

.alert {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    width: 11.5rem;
    height: 3rem;
    background: #ffdd00;
    border-radius: 0px 4px 4px 0px;
    left: 0rem;
    top: 13%;
    transition: 0.5s all linear;
}

.alert p {
    margin-bottom: 0px;
    margin-right: 10px;
    color: #212121;
    font-size: 0.9rem;
    line-height: 0.9rem;
}

.reveal h1 {
    font-size: 1.5rem
}

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


/* END - ESTILOS AVISO*/


.desktop {
    display: flex !important;
}

.mobile {
    display: none !important;
}

.copys img {
    width: 94%;
}

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


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

.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: 200px;
}

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

.titulo {
    color: #000000;
    line-height: .9;
    text-align: center;
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: bold;
    font-style: normal;
}

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


.info-flotante {
    /* background-color: red; */
    position: absolute;
    width: 1000px;
    height: 577px;
    max-width: 100%;
    flex-wrap: wrap;
    display: flex;
    transform: scale(1.5);
    left: 19%;
}

.logo-ct-new {
    position: relative;
    /* top: 0%; */
    width: 50%;
    /* background: blue; */
    display: flex;
    /* left: 0; */
    align-items: center;
    justify-content: center;
}

.logo-ct-new img {
    width: 60%;
}

.fade {
    position: relative;
    /* top: 0; */
    /* left: 29%; */
    /* right: -1%; */
    /* background: #fff; */
    display: flex;
    width: 50%;
    /* height: 281px; */
    max-width: 100%;
    max-height: 100%;
    align-items: flex-end;
    justify-content: center;
}

.copys {
    position: relative;
    /* top: 22%; */
    /* left: 33%; */
    /* background: #28c3bf; */
    width: 100%;
    /* height: 281px; */
    display: flex;
    /* max-width: 100%; */
    /* max-height: 100%; */
    align-items: baseline;
    justify-content: center;
}

.orbit-controls,
.orbit-bullets {
    display: none;
}



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

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

.logo-moto {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
}

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

.img_2 {
    background: url(../img/bg-mobil-upgrade.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
}

.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_pc {
    background: url(../img/bg-upgrade.jpg) center top no-repeat;
    background-size: cover;

}

#img_mobile {
    display: none;
}

#head_mobile {
    display: none;
}

#copy_pc {
    display: block;
}

#copy_mobile {
    display: none;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
input,
a {
    color: #367c2b;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

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 {
    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: #030c2d !important;
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #030c2d ! important;
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #030c2d !important;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #030c2d !important;
    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: 16px;
    color: #212121;
    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 #367c2b;
    box-shadow: none;
}

article form input[type=email] {
    color: #2d363e;
    font-size: 14px;
    margin-bottom: 4px;
    border: 1px solid #367c2b;
    box-shadow: none;
}

article form input[type=number] {
    color: #2d363e;
    font-size: 14px;
    margin-bottom: 4px;
    border: 1px solid #367c2b;
    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 #367c2b;
    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 #030c2d;
    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=radio] {
    margin-top: 8px;

}

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

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

article form p {
    width: 100%;
    font-size: 11px;
    color: #8a8a8a;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: .5rem;
    display: block;
}

p#radiobut {
    width: 100%;
    font-size: 11px;
    color: #8a8a8a;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: .5rem;
    display: block;
}

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: flex;
    font-size: 11px;
    color: #f00;
    line-height: 1.1;
    justify-content: center;
    align-items: center;
}

article form a {
    color: #367c2b;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    /* margin-bottom: 0.5rem; */
    display: inline;
    margin-top: 5px;
}

article form a:hover {
    color: #909090;
    text-decoration: underline;
}


.reveal-container {
    background-color: rgba(10,10,10,.45);
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 1007;
    height: 100%;
    display: none;
    top: 0px;
    width: 100%;
}
.reveal {
    z-index: 1007;
    /*-webkit-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
    display: block;
    padding: 1rem;
    top: 0px;
    max-width: 600px;
    border-radius: 0; 
    width: 100%;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}
.reveal h3 {

    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    width: 90%;
}

.close-button {
    position: absolute;
    color: #212121;
    cursor: pointer;
}

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

}






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: 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: #5f5f5f;
    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: #000;
    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: 'renault_lifebold' !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: 'renault_lifebold' !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: 2220px) {

    .info-flotante {
        /* background-color: red; */
        position: absolute;
        width: 1000px;
        height: 577px;
        max-width: 100%;
        flex-wrap: wrap;
        /* top: 5%; */
        display: flex;
        transform: scale(1.4);
        left: 11%;
    }
}

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



    .info-flotante {
        /* background-color: red; */
        position: absolute;
        width: 1000px;
        height: 577px;
        max-width: 100%;
        flex-wrap: wrap;
        /* top: 5%; */
        display: flex;
        transform: scale(1.3);
        left: 9%;
    }
}


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



    .info-flotante {
        /* background-color: red; */
        position: absolute;
        width: 1000px;
        height: 577px;
        max-width: 100%;
        flex-wrap: wrap;
        /* top: 5%; */
        display: flex;
        transform: scale(1.1);
        left: 7%;
    }
}


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



    .info-flotante {
        /* background-color: red; */
        position: absolute;
        width: 1000px;
        height: 577px;
        max-width: 100%;
        flex-wrap: wrap;
        /* top: 5%; */
        display: flex;
        transform: scale(1);
        left: 5%;
    }
}

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


    .info-flotante {
        /* background-color: red; */
        position: absolute;
        width: 1000px;
        height: 100%;
        max-width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        /* top: 5%; */
        display: flex;
        align-items: center;
        transform: scale(1);
        left: 0px;
        justify-content: center;
    }

    .logo-ct-new {
        position: relative;

        width: 100%;
        /* background: blue; */
        display: flex;
        /* left: 0; */
        align-items: center;
        justify-content: center;
    }

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

    .fade {
        position: relative;
        /* top: 0; */
        /* left: 29%; */
        /* right: -1%; */
        /* background: #fff; */
        display: flex;
        width: 90%;
        /* height: 281px; */
        max-width: 100%;
        max-height: 100%;
        align-items: flex-end;
        justify-content: center;
    }

    .copys {
        position: relative;
        /* top: 22%; */
        /* left: 33%; */
        /* background: #28c3bf; */
        width: 84%;
        /* height: 281px; */
        display: flex;
        /* max-width: 100%; */
        /* max-height: 100%; */
        align-items: baseline;
        justify-content: center;
    }


}

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


}


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

    article {
        height: 100%;
        /* display: flex; */
        width: 80%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        /* background-image: url(../img/bg.jpg); */
    }

    .titulo {

        color: #000000;
        line-height: .9;
        text-align: center;
        font-size: 32px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    /*  .fondo-bg-pc-new {
    background: url(../img/bg.jpg);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    z-index: -1;
    background-size: cover!important;
    background-position: center!important;
}
.form_new {

    width: 350px;

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

    article form a {
        color: #5e6c70;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        /* margin-bottom: 0.5rem; */
        display: inline;
        margin-top: 5px;
    }

    .info-flotante {
        /* background-color: red; */
        position: relative;
        width: 70%;
        height: 100%;
        max-width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        /* margin-top: 5%; */
        display: flex;
        align-items: center;
        transform: scale(1);
        left: 0px;
        justify-content: center;
    }

}


@media screen and (max-width: 1024px) {
    article {
        width: 100%;
        /* display: flex; */
        height: 100%;
        /* flex-wrap: wrap; */
        /*  background: url(../img/bg.jpg);*/
        /* align-items: center; */
        /* justify-content: center; */
        /* background-color: #ffffff; */
    }

    /*.form_new {
    position: relative;
    width: 100% !important;
    height: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    overflow: scroll;
    justify-content: center;
    right: 0px;
    background: #ffffff;
}*/
    .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: 82%;
        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;
    }




}

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


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

    .alert {
        top: auto;
        bottom: 0%;
        width: 100%;
        height: 1rem;
    }

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

    .reveal {
        height: auto;
    }

    .form_new {
        width: 100%;
        position: relative;
        padding-top: 15px;
    }

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

}


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

    .alert {
        top: auto;
        bottom: 0%;
        width: 100%;
        height: 1rem;
    }

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

    .reveal {
        height: 90vh !important;
    }

    .mobile {
        display: flex !important;
    }

    .desktop {
        display: none !important;
    }

    .titulo {
        display: block;
    }

    div#copy_mobile p {
        color: #5e6c70;
    }

    .logo-ct-new {
        position: relative;
        margin-top: 30px;
        width: 100%;
        /* background: blue; */
        display: flex;
        /* left: 0; */
        align-items: center;
        justify-content: center;
    }

    .info-flotante {
        /* background-color: red; */
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        /* margin-top: 5%; */
        display: flex;
        align-items: center;
        transform: scale(1);
        left: 0px;
        justify-content: center;
    }

    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,
    header .logo-mitsu2 {
        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: url(../img/bg.jpg);*/
    }

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


    .fade {
        position: relative;
        /* top: 0; */
        /* left: 29%; */
        /* right: -1%; */
        /* background: #fff; */
        display: flex;
        width: 100%;
        /* height: 281px; */
        max-width: 100%;
        max-height: 100%;
        align-items: flex-end;
        justify-content: center;
    }


    .copys {
        position: relative;
        /* top: 22%; */
        /* left: 33%; */
        /* background: #28c3bf; */
        width: 100%;
        /* height: 281px; */
        display: flex;
        /* max-width: 100%; */
        /* max-height: 100%; */
        align-items: baseline;
        justify-content: center;
    }

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

    #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;
        text-align: center;
        position: relative;
        background-color: #373c40;
    }

    #copy_mobile a {
        color: #5e6c70 !important;

    }

    .titu-form {
        display: block;
    }

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


    article form h3 {
        font-size: 16px;
        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;
    }

    footer {
        width: 100%;
        display: block;
        position: relative;
        z-index: 9999;
        bottom: 2px;
    }

    img.img-respo2 {
        max-width: 100% !important;
        margin-left: 0px;
        display: block;
    }

    #overlay-datos .contenido .ir {
        width: 150px;
        height: 50px;
        background: #FFEB3B;
        font-family: 'renault_lifebold' !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: 'renault_lifebold' !important;
        padding: 10px;
        color: #000;
        line-height: 25px;
        text-align: center;
        position: relative;
        left: 3%;
        top: -15px;
        font-size: 8px;
    }

    .reveal {
        /* top: 18%!important; */
        left: 18px;
        width: 90%;
        max-width: none;
        height: 100%;
        height: 19vh;
        min-height: 68vh;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }

    .reveal h3 {

        font-weight: normal;
        font-style: normal;

        color: #ffffff;
        width: 90%;


    }

    .reveal p {
        font-weight: normal;
        font-style: normal;
        /* color: #f5f5f5; */
        width: 90%;
        font-size: 15px;
    }



}

@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: none;
    }

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

    #overlay-datos .contenido .ir {
        width: 150px;
        height: 50px;
        background: #FFEB3B;
        font-family: 'renault_lifebold' !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: 'renault_lifebold' !important;
        padding: 10px;
        color: #000;
        line-height: 25px;
        text-align: center;
        position: relative;
        left: 3%;
        top: -15px;
        font-size: 8px;
    }


}