
/*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-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-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%;
}

.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.show ul {
    height: auto;
}

.dimensiones {
    background-color: #3A3A3A;
    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);
}

.link-auto {
    color: #fff;
    font-size: 21px;
}

    .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-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.infoColores p{
    color: #fff !important; 
}

.content-color small {
    color: #fff !important;
}

.infoColores {
    background-color: #43434b !important;
    margin-top: 27%;
}

.contImgColores {
    width: 40% !important;
}

.button-menu{
    display: none;
}

.btn-cot-v {
    width: 50%;
}

@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;
    }

    .bg-menu {
        top: 140px;
        width: 100%;
        padding: 0;
        right: -100%;
        left: unset;
    }

    .bg-menu.show {
        right: 0;
        
    }

    .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;*/
    }

    .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%;
    }

}