/**{
    box-sizing: border-box;
}
*/
*, ::after, ::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000;
}

h1 {
    font-family: WorkSans-Regular;
    font-size: 30px;
}
/*SLIDER HOME*/

.slider-home .item {
    height: calc(100vh - 72px);
    position: relative;
}

.slider-home .item video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: calc(100vh - 72px);
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}




.link-xs a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

    .link-xs a img {
        width: 270px;
        text-align: center;
        margin: 11px auto 0 auto;
        /*filter: brightness(0.1);*/
    }

.slider-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    justify-items: center;
    align-items: center;
}

.img-nosotros {
    width: 60%;
}

.img-nosotros img{
    width: 100%;
}

.sec-nosotros {
    padding: 0 80px;
    width: 40%;
}

.div-slider {
    overflow: hidden;
}

/*.owl-carousel,
.owl-item,
.item,
.owl-stage-outer,
.content-slider,
.owl-stage,
.owl-item .item
{
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}*/

.imgSlides {
    object-fit: cover;
    object-position: center;
}

.slider-p-home.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(0.9);
    transform: translate(0, -50%);
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.slider-p-home .owl-prev {
    left: 25px;
}
.slider-p-home .owl-next {
    right: 25px;
}

.info-video {
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;
    font-family: WorkSans-Regular;
    z-index: 11;
}

    .info-video h2 {
        font-family: 'WorkSans-Bold';
        font-size: 64px;
        margin: 0 0 20px 0;
    }

.info-video p {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.info-video span {
    font-size: 24px;
    margin-top: 20px;
    display: block;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
}

.slider-home .item video{
    width: 100%;
}

/**/

.DivCont {
    /*float: left;*/
    width: 100%;
    margin-top: 72px;
}


.scrolldown-pos {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: 132px;
    height: 40px;
    margin: 0 auto;
}

.menuPrincipal {
    display: flex;
    justify-content: space-between;
}

    .menuPrincipal.pos-absolute {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #000;
        padding: 0 25px;
        z-index: 10;
        border-bottom: 1.5px solid #48484A;
        height: 72px;
    }

.Promos .imgSlides {
    width: auto ;
}
.Promos .infoSlides {
    position: initial !important;
    top: initial;
    left: initial;
    z-index: 5;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    float: left;
    margin-top: 30px;
}
.Promos .info-s-1, .Promos .info-s-2, .Promos .info-s-3, .Promos .info-s-4 {
    color: black;
}
/* .menuPrincipal.pos-absolute .menuizq .logotipo {
    -webkit-filter: brightness(100);
    filter: brightness(100);
} */
/* .menuPrincipal.pos-absolute .menunav a {
    color: #fff;
} */
.menuizq {
    display: flex;
    flex-wrap: wrap;
   /* margin-top: 10px;*/
}

.menuder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logotipo {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.logotipo img {
    width: 200px;
    margin-right: 20px;
}
.menunav {
    font-family: WorkSans-Regular;
    display: flex;
    align-items: center;
}

    .menunav a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px;
        color: #fff;
        text-decoration: none;
    }

    .menunav a.active{
        font-weight: 600;
    }

        .menunav a:hover {
            border-bottom: 2px solid #FFF;
        }

#mostrarOcultar {
    display: none;
}

.navResponsive {
    position: fixed;
    top: 100px;
    width: 90%;
    height: auto;
    background-color: #05141f;
    font-family: WorkSans-Regular;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 20;
    margin: 0 auto;
    left: 0;
    right: 0;
}

    .navResponsive a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 50px;
        width: 98%;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

        .navResponsive a:hover {
            background-color: #040f17;
        }

.mostrar-mr {
    display: none;
}

.mr {
    position: fixed;
    top: 32px;
    right: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    background-image: url("../img/menu2.png");
    width: 54px;
    height: 37px;
    z-index: 15;
}

    .mr:hover {
        background-image: url("../img/menu-over.png");
    }

.cont-close {
    position: relative;
    font-family: Aeonik-Bold;
    font-size: 30px;
    background-color: #6b0e19;
    color: #fff;
    width: 100%;
}

.close {
    background-color: #040c13;
    color: #fff;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 80px;
}

    .close:hover {
    }

.close-responsive {
    position: absolute;
    right: 0px;
    top: 4px;
    cursor: pointer;
}
/*.seccion1{
	width:100%;
	
}*/
.seccion2 {
    /*background-image: url("../img/bg-seccion2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    background-color: #252728;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0px;
}

#amda {
    background-image: url(/img/explorar-4.jpg);
}

.cont-seccion2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 100px;
}

.tituloSeccion2 {
    margin-bottom: 70px;
    width: 640px;
    height: 260px;
}

.ts2-1 {
    vertical-align: middle;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 19px;
    text-transform: uppercase;
}

.ts2-2 {
    margin: 0;
    font-family: Aeonik-Bold;
    font-size: 50px;
    margin-bottom: 0;
    color: #fff;
}

.ts2-3 {
    text-align: justify;
    letter-spacing: 1.5px;
    line-height: 3;
    color: #a0a0a0;
    font-size: 15px;
}

.contenidoSeccion2 {
    text-align: center;
    width: 640px;
    height: 260px;
}

.seccionExplorar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 80px auto;
    padding: 0 25px;
}

/*.btn-explorar1 {
    cursor: pointer;
    position: relative;
    width: calc(50% - 20px);
    height: auto;
    margin-bottom: 20px;
    border-radius: 16px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/

.btn-explorar1 {
    position: relative;
    width: calc(50% - 20px);
    height: 300px;
    margin-bottom: 20px;
    border-radius: 16px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.btn-explorar1#IdFinanciamiento{    background-color:#000;}
.btn-explorar1#IdFinanciamiento video{width:100%;}

.btn-explorar1#idPromociones{    background-color:#000;}
/*.btn-explorar1#idPromociones video{width:100%;}*/

.btn-explorar1 video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 300px;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.btn-explorar1#idCotiza{    background-color:#000;}
.btn-explorar1#idCotiza video{width:100%;}

.btn-explorar1-img {
    width: 100%;
    border-radius: 16px;
}

/*.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 20px);
    opacity: 0.3;
    background-color: #05141f;
    margin: 0 10px;
    border-radius: 16px;
}*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    background-color: #05141f;
    border-radius: 16px;
}

/*.btn-explorar1:hover .overlay {    opacity: 0.7;}*/

.btn-explorar1-txt {
    text-align: left;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.btn-explorar1 a {
    text-decoration: none;
}


.texto-explorar {
    margin-left: 26px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: WorkSans-Regular;
    display: flex;
    align-items: center;
}

.btn-explorar1-txt .botonGen-margen,
.btn-explorar1-txt .botonGen-margen:hover {
    color: #05141f;
    background-color: #fff;
    height: 40px !important;
    margin: 0;
    display: flex;
    min-height: 40px;
    border: none;
    align-items: center;
    justify-content: center;
}

    .btn-explorar1-txt .botonGen-margen  i {
        color: #D7000F;
        margin-left: 5px;
    }

.texto-explorar i {
    color: #D7000F;
    font-size: 15px;
    margin-left: 10px;
}

.titulo-explorar {
    margin-bottom: 0;
    margin-top: 50px;
    font-family: WorkSans-Bold;
}

.flecha-explorar {
    font-family: WorkSans-Bold;
    color: #05141f;
}

.redesSociales {
    display: flex;
    align-items: center;
}

    .redesSociales a {
        text-decoration: none;
        margin-left: 11px;
        margin-right: 11px
    }

.fbk {
    font-size: 22px;
    color: #466dca;
}

.twt {
    font-size: 22px;
    color: #37bfdc;
}

.ins {
    color: #d52ca8;
    font-size: 22px;
}

.you {
    color: #ff2606;
    font-size: 22px;
}

.wha {
    font-size: 22px;
}

.fbkg span::before {
    font-size: 22px;
    color: #fff !important;
}

.twtg span::before {
    font-size: 22px;
    color: #fff;
}

.insg span::before {
    font-size: 22px;
    color: #fff;
}

.youg span::before {
    font-size: 22px;
    color: #fff;
}

.whag span::before {
    font-size: 22px;
    color: #fff;
}

.pho {
    margin-top: 9px;
    margin-left: 60px;
    display: inline-block;
    color: transparent;
    font-size: 24px;
}

.wor {
    margin-left: 10px;
    color: transparent;
    font-size: 24px;
}

.seccionLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 80px;*/
    width: 210px;
}

.cont-button-seccion3 .botonGen-margen {
    color: #05141f;
    background-color: #fff;
    border: 1px solid #05141f;
    height: 40px;
    align-items:center;
}

.cont-button-seccion3 .botonGen-margen:hover {
    color: #fff;
    background-color: #05141f;
    border: 1px solid #fff;
    height: 40px;
}

.cont-button-seccion3 button:hover i{
    color: #fff;
}

.cont-button-seccion3 button i {
    color: #D7000F;
    font-size: 15px;
    margin-left: 5px;
}

.botonGen {
    font-family: WorkSans-Regular;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    color: #252728;
    background-color: #fff;
    width: 150px;
    height: 35px;
    border: 1px solid #05141f;
}

    .botonGen:hover {
        color: #05141f;
        background-color: #fff;
        border: 1px solid #05141f;
    }

.botonGen-margen {
    font-family: WorkSans-Regular;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #05141f;
    width: 150px;
    height: 35px;
    margin-top: 40px;
    margin-bottom: 60px;
}

    .botonGen-margen:hover {
        color: #05141f;
        background-color: #fff;
        border: 1px solid #05141f;
    }

#personlock {
    font-size: 23;
    margin-right: 6px;
}

.seccion1 {
    position: relative;
    width: 100%;
    /* height:750px; */
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.flechaIzq {
    position: absolute;
    top: 50%;
    left: 20px;
    cursor: pointer;
    border: none;
    margin-left: 80px;
    width: 27px;
    height: 42px;
    background-color: transparent;
    background-image: url("../img/flecha-izq.png");
    background-repeat: no-repeat;
}

    .flechaIzq:hover {
        background-image: url("../img/flecha-izq-over.png");
    }

.flechaDer {
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer;
    border: none;
    margin-right: 80px;
    width: 27px;
    height: 42px;
    background-color: transparent;
    background-image: url("../img/flecha-der.png");
    background-repeat: no-repeat;
}

    .flechaDer:hover {
        background-image: url("../img/flecha-der-over.png");
    }

.slider {
    /*width: 100%;*/
    height: auto;
    margin: 0 auto;
}

.contenedorSlider {
    position: relative;
    /* height:600px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infoSlides {
    position: absolute;
    top: 45%;
    left: 20px;
    z-index: 5;
    width: 350px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.infoSlides.right {
    left: auto;
    right: 60px;
    text-align: right;
}
.infoSlides.financiamiento p {
    color: #000;
}
.imgSlides {
    width: 100%;
    border-radius: 16px;
}


.mySlides {
    display: none;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.arreglo-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*height:340px;*/
}

.info-s-1 {
    margin: 0px;
    font-family: WorkSans-Regular;
    font-size: 30px;
    color: #fff;
}

.info-s-2 {
    margin: 0px;
    font-family: Aeonik-Bold;
    font-size: 35px;
    color: #fff;
}

.info-s-3 {
    margin: 0px;
    font-family: WorkSans-Regular;
    font-size: 20px;
    color: #fff;
}

.info-s-4 {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: WorkSans-Regular;
    font-size: 17px;
    letter-spacing: 0px;
    color: #fff;
}

.info-sombra {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}

.cont-precios {
    display: inline-block;
    margin-top: 20px;
    width: 100px;
    border-bottom: 3px solid #05141f;
}

.seccion3 {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    background-color: #000;
    padding-top: 50px;
}

.concesionarios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    max-width: 1440px;
}

.conc {
    background-color: #fff;
    width: calc(25% - 20px);
    height: 365px;
    border: 1px solid #D1D1D6;
    border-radius: 16px;
    font-family: WorkSans-Regular;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 10px 20px 10px;
}

.conc:hover {
    border: 1px solid #000;
}

.conc h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin-top: 0;
}
    .conc .botonGen {
        height: 45px;
        box-shadow: 1px 2px 4px 0px #00000029;
        background-color: #252728;
        color: #fff;
        align-content: center;
    }

        .conc .botonGen:hover {
            opacity: 0.85;
            background-color: #252728;
            color: #fff;
        }

/*.conc .txt-dir{
    min-height: 54px;
}*/

.conc p {
    text-align: left;
    font-size: 15px;
    margin: 0 0 15px 0;
}

.conc p span {
    font-weight: 300;
    font-family: Aeonik-Light;
}

.link-sitio {
    display: flex;
    align-items: center;
    color: #252728;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
}

    .link-sitio:hover span{
        text-decoration: underline;
    }

    .link-sitio:hover i{
        margin-left: 15px;
    }

    .link-sitio i {
        color: #D7000F;
        margin-left: 10px;
        font-size: 12px;
    }

.link-tel {
    color: #252728;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
}

.conc img {
    width: 100%;
    margin-bottom: 15px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.conc-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 15px;
}

.conc-tit {
    height: 40px;
    width: 50%;
}

.conc-icons {
    height: 40px;
    width: 50%;
}

.conc-dir {
    margin-left: 7px;
    font-size: 13px;
    font-family: Aeonik-Light;
    color: #a0a0a0;
    text-align: left;
    height: 180px;
    width: 100%;
}

.conc-dir-texto {
    font-family: Aeonik-Regular;
}

.titulo-h2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: WorkSans-Regular;
    font-size: 19px;
    color: #fff;
    letter-spacing: 3px;
}

.titulo-h3 {
    width: 100%;
    margin: 0;
    font-family: Aeonik-Bold;
    font-size: 30px;
    color: #fff;
}

.titulo-h4 {
    letter-spacing: .8px;
    text-align: left;
    margin-left: 8px;
    margin-top: 7px;
    margin-bottom: 0px;
    color: #05141f;
    font-family: Aeonik-Light;
    font-size: 20px;
}

.cont-boton-trans-titulo {
    margin-top: 28px;
    margin-bottom: 28px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.boton-trans-titulo {
    width: 80px;
    height: 4px;
    border-bottom: 5px solid #D7000F;
}

.cont-button-seccion3 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}

.contSeccion3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 0 25px;
}

.footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-color: #252728;
    width: 100%;
}

.contenedor-footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 1280px;
    margin-top: -30px;
}

.flecha-footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    margin-top: -28;
}

.titulo-mapa {
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 85%;
    color: #fff;
    font-family: Aeonik-Bold;
    font-size: 15px;
}

.redesMapa {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    width: 13%;
}

    .redesMapa a {
        text-decoration: none;
        margin-left: 10px;
        margin-right: 10px;
    }

    .redesMapa a {
        text-decoration: none;
        margin-left: 10px;
        margin-right: 10px;
    }

    .redesMapa a img{
        width: 25px;
    }

        .redesMapa a:hover {
        }

.mapaSitio {
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 87%;
    font-family: Aeonik-Regular;
    font-size: 14px;
    letter-spacing: 1.5px;
}

    .mapaSitio a {
        margin-left: 10px;
        color: #fff;
        text-decoration: none;
        display: block;
        width: 32%;
        margin-bottom: 15px;
    }

        .mapaSitio a:hover {
            color: #808080;
        }

.logotipoMapa {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 13%;
    padding-right: 15px;
}
.logotipoMapa img {
    width: 100%;
}
.aviso1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: WorkSans-Regular;
    font-size: 13px;
    width: 140px;
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}

.aviso2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: WorkSans-Regular;
    font-size: 13px;
    width: 200px;
    color: #fff;
    text-decoration: none;
}

.desarrollado {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-right: 10px;
}

.footer-info {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #808080;
    align-items: center;
}

/*nuevo slider*/
/*.sec-nosotros {
    display: grid;
    place-content: center;
    padding: 0 30px;
    box-sizing: border-box;
}
*/
.txt-nosotros {
    text-align: justify;
    line-height: 1.5;
    color: #fff;
    font-size: 15px;
    font-family: WorkSans-Regular;
}

.txt-nosotros span{
    font-weight: 600;
}

.seccion-informativo {
    padding: 50px 25px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.head-informativo {
    width: 45%;
}

    .head-informativo h4 {
        font-family: WorkSans-Regular;
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        margin-top: 0;
    }

.head-title{
    width: 65%;
}

.head-title h3 {
    font-family: "WorkSans-Bold";
    font-size: 100px;
    margin: 0 0 50px;
    font-weight: 800;
    line-height: 105px;
    color: #fff;
}

    .head-informativo p {
        font-family: WorkSans-Regular;
        font-weight: 300;
        text-align: justify;
        color: #fff;
    }

        .head-informativo p span {
            font-weight: 700;
        }

.head-title h3 span {
    font-family: WorkSans-Regular;
    font-weight: 600;
}

.head-informativo ul{
    font-family: WorkSans-Regular;
    list-style: none;
    padding: 0;
}


    .head-informativo ul li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        color: #fff;
    }

.head-informativo ul li i{
    color: #D7000F;
    margin-right: 5px;
}

.video-section {
    padding: 25px 0 50px;
    width: 50%;
}

    .video-section video {
        width: 100%;
        height: auto;
        border-radius: 24px;
        /*border: 3px solid #fff;*/
    }

.pleca-title {
    height: 6px;
    width: 170px;
    background-color: #D7000F;
    margin-bottom: 50px;
}

/*menu movil*/
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
    height: 50px;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.menu-button:hover .line {
    stroke: #fff;
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.menu-button {
    display: none;
}


.owl-theme.slider-home .owl-dots .owl-dot.active span {
    background: #D7000F;
    height: 8px;
    width: 28px;
}

.owl-theme.slider-home .owl-dots .owl-dot:hover span {
    background: #D7000F;
    height: 8px;
    width: 8px;
}

.owl-theme.slider-home .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    transition: all 0.2s ease;
}

.owl-theme.slider-home .owl-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translate(-50%, 0);
}

.owl-theme.slider-home .owl-nav .owl-prev {
    position: absolute;
    left: 45%;
    transform: translate(-50%, 0);
    bottom: 0;
}

.owl-theme.slider-home .owl-nav .owl-next {
    position: absolute;
    right: 43%;
    transform: translate(-50%, 0);
    bottom: 0;
}

.owl-theme.slider-home .owl-nav [class*=owl-] img{
    width: 15px;
}

.logo-conces {
    position: absolute;
    z-index: 9;
    bottom: 20%;
    left: 6%;
    width: 268px;
    opacity: 0.5;
}


@media (max-width: 1400px) {

    .owl-theme.slider-home .owl-nav .owl-next {
        right: 40%;
    }

    .owl-theme.slider-home .owl-nav .owl-prev {
        left: 43%;
    }

}





@media (max-width: 1200px) {
    .menunav a {
        font-size: 13px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .btn-explorar1 video{
        height: auto;
    }

    .btn-explorar1 {
        height: 220px;
    }


}

@media (max-width: 991px) {

    .owl-theme.slider-home .owl-nav .owl-next {
        right: 36%;
    }

    .owl-theme.slider-home .owl-nav .owl-prev {
        left: 40%;
    }

    .head-informativo,
    .video-section video {
        width: 100%;
    }

    .logotipo img {
        width: 160px;
    }

    .menu-button {
        display: block;
        margin-left: 10px;
    }

    .menunav {
        position: absolute;
        top: 100px;
        right: -100%;
        background-color: #000;
        flex-direction: column;
        width: 450px;
        padding: 25px;
        height: 100vh;
        transition: 0.5s all ease-in-out;
    }

    .menunav a {
        font-size: 17px;
        margin: 10px 5px;
    }

       .menunav.open{
        right: 0;
    }

    .mapaSitio {
        justify-content: space-around;
        width: 70%;
    }

    .logotipoMapa {
        width: 30%;
    }

    .conc {
        width: calc(33% - 20px);
    }

    .sec-nosotros {
        padding: 0 25px;
    }

    .video-section {
        width: 100%;
    }

}

@media (max-width: 768px) {

    .slider-home .item {
        height: calc(100vh - 100px);
    }

        .slider-home .item video {
            height: calc(100vh - 100px);
        }

    .owl-theme.slider-home .owl-nav .owl-next {
        right: 30%;
    }

    .owl-theme.slider-home .owl-nav .owl-prev {
        left: 35%;
    }

    .head-title h3 {
        font-size: 70px;
        margin: 0 0 25px;
        line-height: 90px;
    }

    .pleca-title {
        margin-bottom: 25px;
    }

    .menuPrincipal.pos-absolute {
        padding: 0 15px;
    }

    .menu-button {
        display: block;
        margin-left: 10px;
        margin-right: -20px;
    }

    .logotipoMapa {
        width: 100%;
        margin-bottom: 15px;
    }

    .seccionExplorar {
        justify-content: center;
        margin: 50px auto;
    }

    .btn-explorar1 {
        width: calc(50% - 10px);
    }

    .conc {
        width: calc(50% - 20px);
    }


    .info-video {
        top: 5%;
        left: 5%;
    }

        .info-video h2 {
            font-size: 40px;
            margin: 0 0 15px 0;
        }

        .info-video p {
            font-size: 24px;
            margin: 0;
        }

        .info-video span {
            font-size: 18px;
            margin-top: 20px;
        }

    .img-nosotros {
        width: 100%;
        order: 2;
        margin-top: 25px;
    }
    .sec-nosotros {
        width: 100%;
    }

    .menuPrincipal.pos-absolute {
        height: 100px;
    }

    body{
        margin-top: 100px !important;
    }

}


@media (max-width: 579px) {

    .btn-explorar1 {
        height: 200px;
    }

    .seccion-informativo {
        padding: 25px;
    }

    .head-title h3 {
        font-size: 50px;
        margin: 0 0 25px;
        line-height: normal;
    }

    .menunav{
        width: 100%;
    }

    .mapaSitio {
        margin-bottom: 20px;
    }

    .mapaSitio a {
        width: 48%;
    }

    .btn-explorar1 {
        width: 90%;
    }


    .conc {
        width: calc(90% - 20px);
    }

    .owl-theme.slider-home .owl-nav .owl-next {
        right: 20%;
    }

    .owl-theme.slider-home .owl-nav .owl-prev {
        left: 30%;
    }
}




@media (max-width: 1330px) {
    .txt-nosotros {
        /*letter-spacing: 1px;*/
        font-size: 14px;
    }

    .sec-nosotros .ts2-2 {
        font-size: 40px;
    }

    .sec-nosotros .ts2-1 {
        margin-top: 0;
    }

    /*.txt-nosotros {
        line-height: 1.5;
    }*/
}

/*@media (max-width: 1100px) {
    .txt-nosotros {
        line-height: 1.3;
        letter-spacing: 0;
    }
}*/

@media (max-width: 850px) {
    .slider-content {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .owl-carousel,
    .owl-item,
    .item,
    .owl-stage-outer,
    .content-slider,
    .owl-stage,
    .owl-item .item,
    .imgSlides {
        object-position: center;
    }

    .sec-nosotros .ts2-1 {
        margin-top: 20px;
    }

    /*.txt-nosotros {
        line-height: 2;
        letter-spacing: 1px;
    }*/
}

@media (max-width: 560px) {
    p.texcolor{color: #000;}

    .infoSlides {
        top: 24%;
    }
}

@media only screen and (max-width: 1600px) {
    /*.logotipo {
        width: 140px;
        padding-left: 15px;
    }*/

    /*.menunav a {
        font-size: 12.5px;
        margin-left: 8px;
        margin-right: 4px;
    }*/

    .redesSociales a {
        margin-left: 8px;
        margin-right: 8px
    }

    .seccionLogin {
        display: flex;
        justify-content: center;
        align-items: center;
        /*height: 100px;*/
        width: 160px;
    }

    .titulo-h2 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1300px) {
    /*.menunav {
        display: none;
    }*/
/*
    .logotipo {
        width: 168px;
    }*/

    .arreglo-slider {
        height: auto;
    }

    /*.menuder {
        margin-right: 80px;
    }

    .mostrar-mr {
        display: initial;
    }*/

    .tituloSeccion2 {
        height: 100px;
    }

    .titulo-h2 {
        margin-top: 0px;
    }

    .ts2-3 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    /*.mapaSitio {
        width: 80%;
    }*/

    /*.logotipoMapa {
        width: 20%;
        margin-bottom: 10px;
    }*/

    .contenedor-footer {
        width: auto;
    }

    .info-s-1 {
        font-size: 30px;
    }

    .info-s-2 {
        font-size: 36px;
    }

    .info-s-3 {
        font-size: 16px;
    }

    .info-s-4 {
        font-size: 14px;
    }

    .cont-seccion2 {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .tituloSeccion2 {
        height: 120px;
        margin-bottom: 40px;
    }

    .flechaIzq {
        margin-left: 10px;
    }

    .flechaDer {
        margin-right: 10px;
    }

    .titulo-h2 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 700px) {
    .Promos .imgSlides {
        width: 100%;
        height: 100%;
    }

    .mapaSitio {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .mapaSitio a {
            margin-left: 0px;
            text-align: center;
            margin-bottom: 10px;
            margin-top: 10px;
        }

    /*.logotipoMapa {
        width: 100%;
    }*/

    .titulo-mapa {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-left: 0px;
    }

    .redesMapa {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .aviso1 {
        font-size: 12px;
        width: 100px;
    }

    .aviso2 {
        font-size: 12px;
        width: 140px;
    }

    .botonGen-margen {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .cont-seccion2 {
        width: 600px;
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .contenidoSeccion2 {
        width: 380px;
    }

    .ts2-3 {
        letter-spacing: 1px;
        line-height: 2;
        font-size: 15px;
    }

    .tituloSeccion2 {
        margin-bottom: 0px;
        width: 380px;
        height: 120px;
    }

    .imgSlides {
        /*width: 380px;
        height: 174px;*/
    }

    .flechaDer {
        margin-right: 20px;
    }

    .flechaIzq {
        margin-left: 20px;
    }

    .contenedorSlider {
        /*height:400px;*/
    }

    .slider-p-home .owl-next {
        right: 10px;
    }

    .slider-p-home .owl-prev {
        left: 10px;
    }

}

@media only screen and (max-width: 560px) {
    .menuPrincipal {
        flex-direction: column;
        justify-content: center;
    }

    .menuizq {
        justify-content: center;
    }

    .menuder {
        justify-content: center;
    }

    .logotipo img {
        width: 100% !important;
        margin-right: 0px !important;
    }

    /*.menuPrincipal.pos-absolute {
        margin: 10px 0;
    }*/
    
    .mr {
        top: initial;
        bottom: 30px;
    }

    .menuder {
        margin-right: 20px;
    }

    .info-s-2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 490px) {
    .flechaDer {
        margin-right: 8px;
    }

    .flechaIzq {
        margin-left: 8px;
    }

    .redesSociales {
        display: none;
    }

    .cont-seccion2 {
        width: 350px;
    }

    .ts2-3 {
        font-size: 13px;
        line-height: 1.5;
    }

    .ts2-2 {
        font-size: 50px;
    }

    .contenidoSeccion2 {
        width: 330px;
        height: 200px;
    }

    .tituloSeccion2 {
        width: 330px;
    }

    .titulo-mapa {
        font-size: 14px;
    }

    .mapaSitio a {
        font-size: 12px;
    }

    .footer-info {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 15px 0;
        height: auto;
    }

    .aviso1 {
        width: 140px;
        margin-left: 0px;
    }

    .aviso2 {
        width: 190px;
    }

    .logotipoMapa {
        margin-top: 0px;
    }

    /*.menuizq {
        margin-top: 8% !important;
    }*/

    .info-s-2 {
        font-size: 33px;
    }

}

@media (max-width: 420px){

}
/*Estilos param cada modelo */
.info-s-1-seltos {
    margin: 0px;
    font-family: WorkSans-Regular;
    font-size: 20px;
    color: #fff;
}

.info-s-2-seltos {
    margin: 0px;
    font-family: Aeonik-Bold;
    font-size: 25px;
    color: #fff;
}

.info-s-3-seltos {
    margin: 0px;
    font-family: WorkSans-Regular;
    font-size: 13px;
    color: #fff;
}

.info-s-4-seltos {
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: WorkSans-Regular;
    font-size: 10px;
    letter-spacing: 0px;
    color: #fff;
}

.cont-precios-seltos {
    display: inline-block;
    margin-top: 15px;
    width: 100px;
    border-bottom: 3px solid #05141f;
}

.infoSlides.right.sedan {
    left: auto;
    right: 60px;
    text-align: right;
    top:75%;
}

.infoSlidesdown {
    position: absolute;
    top: 75%;
    left: 80px;
    z-index: 5;
    width: 350px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.info-s-1-n {
    margin: 0px;
    font-family: WorkSans-Regular;
    font-size: 30px;
    color: #fff;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
}

.info-s-2-n {
    margin: 0px;
    font-family: Aeonik-Bold;
    font-size: 35px;
    color: #fff;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
}

.info-s-3-n {
    margin: 0px;
    font-family: WorkSans-Regular;
    font-size: 20px;
    color: #fff;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
}

.info-s-4-n {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: WorkSans-Regular;
    font-size: 17px;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
}