/*body {
    padding-top: 0 !important;
}*/

.carousel-auto-gal .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.galeria-txt {
    padding: 5%;
    width: 40%;
    color: #000;
}

    .galeria-txt h3 {
        font-family: 'Proxima Nova SB';
        margin-bottom: 20px;
    }

    .galeria-txt p {
        font-size: 18px;
        font-family: 'Proxima Nova Lt';
    }

.galeria-img {
    width: 60%;
    position: relative;
    overflow: hidden;
}

.txt-section {
    height: 75px;
    background: linear-gradient(360deg, rgba(124, 124, 124, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    right: -15px;
    bottom: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skew(-15deg);
    border-bottom: 7px solid #CA3538;
}

    .txt-section.left {
        right: unset;
        left: 0;
        text-align: left;
    }

h4 {
    text-transform: none !important;
}

.txt-section span {
    color: #fff;
    font-size: 35px;
    font-family: 'Proxima Nova SB';
    text-transform: uppercase;
    transform: skew(15deg);
    padding: 0 50px;
    text-align: right;
}

.owl-theme.carousel-auto-gal .owl-nav [class*=owl-] {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(153, 153, 153, 0.3) 46%, rgba(255, 255, 255, 0.3) 100%);
}

    .owl-theme.carousel-auto-gal .owl-nav [class*=owl-] i {
        font-size: 40px;
    }

.owl-theme.carousel-auto-gal .owl-nav .owl-prev {
    position: absolute;
    left: 5%;
    bottom: 5%;
    /*border: 2px solid #858585;*/
}

.owl-theme.carousel-auto-gal .owl-nav .owl-next {
    position: absolute;
    right: 5%;
    bottom: 5%;
    /*border: 2px solid #fff;*/
}

.owl-theme.carousel-auto-gal .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0px);
}

    .owl-theme.carousel-auto-gal .owl-dots .owl-dot.active span, .owl-theme.carousel-auto-gal .owl-dots .owl-dot:hover span {
        background: #CA3538
    }

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

#idAuto {
    background-image: url(/assets/img/interior/banner-principal.jpg);
    height: calc(100vh - 105px);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.specs-auto {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(102, 102, 102, 0.5) 100%);
    position: absolute;
    bottom: 0;
    padding: 50px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.item-specs-auto {
    width: 18%;
    color: #fff;
}

    .item-specs-auto:first-child {
        border-right: 1px solid #fff;
    }

    .item-specs-auto p {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
    }

    .item-specs-auto i {
        font-size: 30px;
        margin-bottom: 15px;
        display: block;
    }

    .item-specs-auto h4 {
        margin: 0;
        padding: 10px;
        font-size: 27px;
    }

/*cotizacion*/

.cotizacion-auto {
    background-image: url(/assets/img/gama/fondo-web.jpg);
    /*background-color: #f4f4f4;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.cot-img {
    width: 45%;
    position: relative;
}

.cot-form {
    width: 45%;
    margin-top: 25px;
}

    .cot-form div .form-label {
        color: #fff;
        font-family: 'Proxima Nova SB';
    }

.form-check-input:checked {
    background-color: #CA3538 !important;
    border-color: #CA3538 !important;
}

.form-check-input:focus {
    border-color: #CA3538 !important;
    box-shadow: none !important;
}

.precio-cot {
    position: absolute;
    top: 7%;
    left: 5%;
}

.precio-cot2 {
    position: absolute;
    top: -6%;
    left: 5%;
}

.precio-cot p {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.precio-cot span {
    font-family: 'Proxima Nova SB';
    font-size: 35px;
}

.precio-cot2 span {
    font-family: 'Proxima Nova SB';
    font-size: 75px;
    color: #fff;
}

.form-check label a {
    color: #CA3538;
    font-family: 'Proxima Nova SB';
}

.check-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.slider-versiones {
    background-image: url(/assets/img/gama/fondo-web.jpg);
    /*background-color: #f4f4f4;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
}

.owl-theme.carousel-versiones .item {
    padding: 30px 15px;
    background-color: #1C1C1C;
    border: 1px solid #CA3538;
    border-radius: 30px;
    position: relative;
    margin: 25px;
}

/*.img-version h3 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Proxima Nova SB';
    position: absolute;
    top: -25px;
    padding-left: 3%;
}

.img-version span {
    font-size: 24px;
    color: #fff;
    line-height: 10px;
    padding-left: 3%;
}*/

.img-version h3 {
    position: absolute;
    top: -17px;
    left: 3%;
    right: 3%;
    font-size: 40px;
    line-height: 1.05;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Proxima Nova SB';
}

.img-version span {
    display: block;
    margin-top: 32px;
    padding-left: 3%;
    font-size: 24px;
    color: #fff;
}

.list-version {
    box-shadow: 0px 4px 10.1px 2px #54545440 inset;
    border-radius: 20px 20px;
    padding: 20px 20px 20px 0;
}

    .list-version ul li {
        line-height: 16px;
        color: #fff;
    }

.version-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .version-buttons a i {
        margin-right: 10px;
        font-size: 20px;
    }

.btn-ver {
    position: relative;
    margin-left: 20px;
    display: block;
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}

    .btn-ver .menos {
        display: none;
    }

    .btn-ver .mas {
        display: block;
    }

    .btn-ver.show .menos {
        display: block;
    }

    .btn-ver.show .mas {
        display: none;
    }

.list-version ul {
    height: 130px;
    overflow: hidden;
}

.list-version .version-completa ul {
    height: auto;
    overflow: hidden;
}

.version-completa h3 {
    padding-left: 1rem;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    ;
}

.list-version.show ul {
    height: auto;
}

.dimensiones {
    background-color: #f4f4f4;
    padding: 50px 0;
}


.menu-auto {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.items-ma a {
    color: #fff;
    margin: 0 10px;
    font-family: 'Proxima Nova SB';
}

.bg-menu {
    position: fixed;
    top: 155px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 99;
    padding: 5px 0;
    transition: all 0.3s linear;
}

.bg-menu2 {
    position: fixed;
    top: 155px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 46;
    padding: 5px 0;
    background-color: rgba(37, 39, 40, 0.7);
}

.version-buttons {
    position: relative;
}

.link-auto {
    color: #fff;
    font-size: 21px;
}

    .link-auto small {
        font-size: .6rem;
    }

.slider-versiones small {
    font-size: .8rem;
}

.link-auto span {
    font-family: 'Proxima Nova SB';
    text-transform: uppercase;
}

.items-ma .btn {
    border: 1px solid #fff;
    padding: 2px 10px;
}

.bg-auto-menu {
    position: fixed;
    height: 170px;
    top: 55px;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 62.7%, rgba(102, 102, 102, 0) 100%);
    /*    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(102, 102, 102, 0) 95%);
*/
}

/*header .top2 {
    background: transparent !important;
}
*/


.bg-menu.header-style {
    background: rgba(0, 0, 0, 0.7);
    top: 75px;
    transition: all 0.3s linear;
}

#Colores {
    /*background-image: url(/assets/img/gama/fondo-web.jpg);*/
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.infoColores p {
    color: #fff !important;
}

.content-color small {
    color: #292b35 !important;
}

/*.infoColores {
    background-color: #43434b !important;
    margin-top: 27%;
}*/

.infoColores {
    background-color: #43434b !important;
    margin: 0 !important;
}

.contImgColores {
    width: 40% !important;
}

.button-menu {
    display: none;
}

.btn-cot-v {
    width: 50%;
}

@media (max-width: 1772px) {
    .txt-section span {
        font-size: 25px;
    }

    .precio-cot2 span {
        font-size: 2.5rem;
    }
}

@media (max-width: 1400px) {
    .txt-section span {
        font-size: 25px;
    }
}

@media (max-width: 1200px) {
    .galeria-txt p {
        font-size: 16px;
    }

    .item-specs-auto p {
        font-size: 16px;
    }

    .item-specs-auto h4 {
        font-size: 18px;
    }

    .items-ma a {
        color: #fff;
        margin: 0 5px;
        font-family: 'Proxima Nova SB';
        font-size: 14px;
    }

    .link-auto {
        color: #fff;
        font-size: 18px;
    }
}


@media (max-width: 991px) {

    .galeria-img {
        width: 100%;
    }

    .galeria-txt {
        width: 100%;
        order: 2;
    }

    .item-specs-auto:first-child {
        border-right: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
    }

    .item-specs-auto {
        width: 24%;
    }

    .specs-auto {
        flex-wrap: wrap;
        padding: 25px;
        padding: 10px 25px;
    }

    .precio-cot span {
        font-size: 25px;
    }

    .precio-cot2 span {
        font-size: 30px;
    }

    .precio-cot p {
        font-size: 16px;
    }

    /*.bg-menu{
        display: none;
    }*/

    .bg-auto-menu {
        height: 55px;
    }

    .contImgColores {
        width: 60% !important;
    }


    .items-ma {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        padding: 20px;
    }

        .items-ma a {
            margin-bottom: 10px;
            border-bottom: 1px solid #FFFFFF80;
            padding-bottom: 10px;
            font-family: 'Proxima Nova Rg';
        }

        .items-ma .btn {
            margin-bottom: 10px;
            border-bottom: 1px solid #FFFFFF80 !important;
            /*padding-bottom: 10px;*/
            border: none;
            text-align: left;
            padding: 0 0 10px;
            font-family: 'Proxima Nova SB';
        }

    .menu-auto {
        padding: 0;
        background: rgba(0, 0, 0, 87%);
    }

    .link-auto {
        display: none;
    }

    .button-menu {
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        text-align: right;
        z-index: 40;
        display: flex;
        justify-content: flex-end;
    }

        .button-menu.header-menuA {
            top: 50px;
        }

        .button-menu span {
            height: 40px;
            background: #00000099;
            color: #fff;
            display: flex;
            align-items: center;
            width: 210px;
            justify-content: flex-end;
            font-size: 16px;
            border-bottom-left-radius: 30px;
            padding: 0 20px;
        }

            .button-menu span i {
                margin: 0 10px;
                font-size: 18px;
            }

    header .top2 {
        background: #00000099 !important;
    }

    .button-menu span.show {
        width: 100%;
        border-bottom-left-radius: 0;
    }

        .button-menu span.show i:first-child {
            transform: rotate(180deg);
            transition: 0.3s all linear;
        }
}



@media (max-width: 768px) {

    .owl-theme.carousel-auto-gal .owl-dots {
        bottom: unset;
        top: 50%;
    }

    .item-specs-auto {
        width: 48%;
        margin-bottom: 10px;
    }

        .item-specs-auto p {
            font-size: 12px;
        }

    .cot-img,
    .cot-form {
        width: 100%;
    }

    .slider-versiones {
        padding: 50px 20px;
    }

    .owl-theme.carousel-versiones .item {
        margin: 25px 10px;
    }

    .contImgColores {
        width: 100% !important;
    }
}


@media (max-width: 576px) {

    .btn-cot-v {
        width: 100%;
    }


    /*.owl-theme.carousel-auto-gal .owl-dots {
        top: 55%;
    }*/

    #idAuto {
        background-image: url(/assets/img/interior/banner-principal-movil.png);
        /*height: calc(100vh - 90px);*/
        height: 75vh;
        /*margin-top: 50px;*/
    }

    .slide {
        height: 75vh !important;
    }

    .item-specs-auto i {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .cotizacion-auto {
        padding: 50px 20px;
    }

    .txt-section span {
        font-size: 18px;
        padding: 10px 50px;
    }

    .txt-section {
        height: auto;
    }

    .content-color {
        width: 100% !important;
        justify-content: center !important;
    }

    /*.infoColores {
        margin-top: 68%;
    }*/
    /*.legColor {
        margin-top: 46% !important;
    }*/
}


@media (max-width: 480px) {

    .owl-theme.carousel-auto-gal .owl-dots {
        top: 280px;
        width: 100%;
    }
}

.slider-versiones .item {
    container-type: inline-size;
}

    .slider-versiones .item .img-version h3 {
        bottom: -3.5%;
        font-size: clamp(14px, 9cqw, 35px) !important;
    }


/*mike*/
/* ==============================
   SECCIÓN COLORES Y VISOR 360
   ============================== */

#Colores {
    /*background-image: url(/assets/img/gama/fondo-web.jpg);*/
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*
     * Antes tenías 50px arriba y abajo.
     * Esto reduce el espacio general.
     */
    padding: 25px 0 35px;
}

    #Colores .interior-colores {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    /*
 * Título de la sección.
 */
    #Colores .titulo-colores {
        margin: 0 0 15px;
        color: #292b35;
    }

/*
 * Contenedor principal de la imagen.
 * No debe tener min-height ni height fija.
 */
.visor-auto-360 {
    position: relative;
  /*  width: 100%*/
    max-width: 1050px;
    /*
     * El alto se adapta al contenido.
     */
    height: auto;
    min-height: 0;
    margin: 0 auto 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

    .visor-auto-360.arrastrando {
        cursor: grabbing;
    }

/*
 * Estilos comunes para la imagen.
 */
.imagen-auto-360 {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 520px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

/*
 * Cuando existe secuencia 360.
 *
 * Todos los frames deben tener las mismas dimensiones.
 */
.visor-auto-360.tiene-360 .imagen-auto-360 {
    width: 100%;
   /* max-width: 1000px;*/
    height: auto;
    max-height: none;
    width: auto;
    max-width: min(90%, 820px);
  /*  max-height: 480px;*/
    object-fit: contain;
}

/*
 * Cuando sólo existe una imagen estática.
 *
 * No obligamos a que mida 100% porque eso la deforma
 * o la agranda excesivamente.
 */
.visor-auto-360.imagen-estatica .imagen-auto-360 {
    width: auto;
    max-width: min(90%, 820px);
    max-height: 480px;
    object-fit: contain;
}

/*
 * Loader.
 */
.loader-auto-360 {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(32, 37, 49, 0.55);
    color: #ffffff;
    font-size: 16px;
    pointer-events: none;
}

/*
 * Instrucción del giro.
 */
.instruccion-auto-360 {
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 4;
    transform: translateX(-50%);
    padding: 8px 18px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
    pointer-events: none;
}

.visor-auto-360 {
    padding-bottom: 10px;
}

.flecha-360 {
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

/*
 * Barra inferior de colores.
 *
 * Es importante eliminar completamente margin-top: 27%.
 */
.infoColores {
    width: 100%;
    background: #e5e5e5 !important;
    border-radius: 25px;
    margin: 0 !important;
    padding: 12px 30px;
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    min-height: 80px;
}

    .infoColores .txtColor {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .infoColores .NomColor {
        color: #292b35;
        font-size: 22px;
        font-family: 'Proxima Nova SB';
        text-transform: uppercase;
        white-space: nowrap;
    }

.linea-blanca {
    display: none;
}

.content-color {
    display: flex;
    align-items: center;
    justify-content: flex-start;
   /* gap: 18px;*/
    flex-wrap: nowrap;
}

    .content-color small {
        color: #292b35;
        font-size: 18px;
        margin-right: 15px;
        white-space: nowrap;
    }

/*.icoColor {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border: 2px solid #FFF;
    border-radius: 50%;
    cursor: pointer;
    flex: 0 0 34px;
}*/

    .icoColor.icoSelec {
        outline: 3px solid rgba(255, 255, 255, 0.35);
        outline-offset: 3px;
    }

/*
 * Leyenda.
 */
.legColor {
    /*margin: 0 0 15px !important;*/
    color: #ffffff;
}

/*.imagen-auto-360 {
    transition: opacity 0.15s ease;
}*/

.imagen-auto-360 {
    transition: none !important;
}

@media screen and (max-width: 991px) {

    #Colores {
        padding: 20px 0 30px;
    }

    .visor-auto-360 {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .imagen-auto-360 {
        max-height: 420px;
    }

    .visor-auto-360.tiene-360 .imagen-auto-360 {
        width: auto;
        max-width: 100%;
        max-height: 400px;
    }

    .infoColores {
        padding: 15px 20px;
    }

        .infoColores .NomColor {
            font-size: 19px;
        }

    .content-color {
        gap: 15px;
    }

        .content-color small {
            font-size: 16px;
        }

    .icoColor {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
}


@media screen and (max-width: 768px) {

    .visor-auto-360 {
        min-height: 0;
        padding: 0;
    }

    .imagen-auto-360 {
        width: auto;
        max-width: 100%;
        max-height: 340px;
    }

    .visor-auto-360.tiene-360 .imagen-auto-360 {
        width: 100%;
    }

    .visor-auto-360.imagen-estatica .imagen-auto-360 {
        width: auto;
        max-width: 100%;
        max-height: 330px;
    }

    .infoColores {
        display: block;
        padding: 15px;
        min-height: auto;
    }


        .infoColores .txtColor {
           /* width: 100%;*/
            text-align: center;
        }

        .infoColores .NomColor {
            font-size: 17px;
        }

    .content-color {
        margin-top: 15px;
        justify-content: center;
    }

        .content-color small {
           /* width: 100%;*/
            text-align: center;
        }

    .instruccion-auto-360 {
        bottom: 0px;
        padding: 6px 14px;
        font-size: 12px;
    }

    /*.legColor {
        margin: 0 0 10px !important;
    }*/
}



@media screen and (max-width: 480px) {

    #Colores {
        padding: 15px 0 25px;
    }

    .imagen-auto-360 {
        max-height: 280px;
    }

    .visor-auto-360.tiene-360 .imagen-auto-360 {
        width: auto;
        max-width: 100%;
        max-height: 330px;
    }

    .visor-auto-360.tiene-360 .imagen-auto-360 {
        max-height: 270px;
    }

    .icoColor {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
    }
}



/* =====================================================
   MENÚ DEL MODELO - VERSIÓN UNIFICADA
   Controla únicamente #miDiv2 y .button-menu
   ===================================================== */

/* Escritorio */
@media screen and (min-width: 991px) {
    #miDiv2.bg-menu {
        position: fixed;
        top: 155px;
        left: 0;
        right: auto;
        width: 100%;
        height: auto;
        padding: 5px 0;
        display: flex;
        justify-content: center;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        overflow: visible;
        z-index: 99;
        transition: top 0.3s linear;
    }

    #miDiv2.bg-menu2 {
        position: fixed;
        top: 75px;
        left: 0;
        right: auto;
        width: 100%;
        height: auto;
        padding: 5px 0;
        display: flex;
        justify-content: center;
        background-color: rgba(37, 39, 40, 0.7);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        overflow: visible;
        z-index: 46;
        transition: top 0.3s linear;
    }

    #miDiv2.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

/* Móvil y tablet */
@media screen and (max-width: 990px) {
    .button-menu {
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        text-align: right;
        z-index: 10001;
    }

        .button-menu.header-menuA {
            top: 50px;
        }

        .button-menu span {
            width: 210px;
            height: 40px;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            background: rgba(0, 0, 0, 0.75);
            color: #fff;
            border-bottom-left-radius: 30px;
            font-size: 16px;
            cursor: pointer;
            transition: width 0.3s ease, border-radius 0.3s ease;
        }

            .button-menu span i {
                margin: 0 10px;
                font-size: 18px;
            }

            .button-menu span.show {
                width: 100%;
                border-bottom-left-radius: 0;
            }

                .button-menu span.show i:first-child {
                    transform: rotate(180deg);
                    transition: transform 0.3s ease;
                }

    #miDiv2,
    #miDiv2.bg-menu,
    #miDiv2.bg-menu2 {
        position: fixed !important;
        top: 140px !important;
        left: auto !important;
        right: -100vw !important;
        width: 100% !important;
        height: calc(100vh - 140px) !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        background: rgba(0, 0, 0, 0.96) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        z-index: 10000 !important;
        box-sizing: border-box !important;
        transition: right 0.3s ease, opacity 0.3s ease, visibility 0.3s ease !important;
    }

        #miDiv2.show,
        #miDiv2.bg-menu.show,
        #miDiv2.bg-menu2.show {
            right: 0 !important;
            opacity: 1 !important;
            visibility: visible !important;
            pointer-events: auto !important;
        }

        #miDiv2 .menu-auto {
            width: 100% !important;
            min-height: 100% !important;
            margin: 0 !important;
            padding: 15px 25px 30px !important;
            display: block !important;
            background: rgba(0, 0, 0, 0.96) !important;
            box-sizing: border-box !important;
        }

        #miDiv2 .items-ma {
            width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            display: flex !important;
            flex-direction: column !important;
            flex-wrap: nowrap !important;
            box-sizing: border-box !important;
        }

            #miDiv2 .items-ma a,
            #miDiv2 .items-ma .btn {
                display: block !important;
                width: 100% !important;
                margin: 0 !important;
                padding: 13px 0 !important;
                color: #fff !important;
                border: none !important;
                border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
                border-radius: 0 !important;
                font-size: 16px !important;
                text-align: left !important;
                text-decoration: none !important;
                box-sizing: border-box !important;
            }

            #miDiv2 .items-ma a {
                font-family: 'Proxima Nova Rg', Arial, sans-serif !important;
            }

            #miDiv2 .items-ma .btn {
                font-family: 'Proxima Nova SB', Arial, sans-serif !important;
            }

        #miDiv2 .link-auto {
            display: none !important;
        }
}

@media screen and (max-width: 576px) {

    .visor-auto-360.tiene-360 .imagen-auto-360 {
        width: auto;
        max-width: 100%;
        max-height: 330px;
    }

    .button-menu {
        top: 90px;
    }

        .button-menu.header-menuA {
            top: 50px;
        }

        .button-menu span {
            width: 190px;
            height: 40px;
            padding: 0 15px;
            font-size: 15px;
        }

    #miDiv2,
    #miDiv2.bg-menu,
    #miDiv2.bg-menu2 {
        top: 130px !important;
        height: calc(100vh - 130px) !important;
    }

        #miDiv2 .menu-auto {
            padding: 12px 20px 25px !important;
        }

    .visor-auto-360 {
        padding-bottom: 30px;
    }

 /*   .visor-auto-360 {
        height: 250px;
    }*/
}
