﻿.video-back {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    object-fit: cover;

    display: flex;
    flex-direction: column;
    align-items: center;
}

    .video-back video {
        position: absolute;
        width: 100vw;
        overflow: hidden;
        height: 100%;
        z-index: -2;
        object-fit: cover;
    }

    .video-back picture {
        position: absolute;
        width: 100vw;
        overflow: hidden;
        height: 100%;
        z-index: -2;
        object-fit: cover;
    }

.specs-model {
    position: absolute;
    bottom: 15%;
    text-align: center;
    width: 70%;
    left: 50%;
    transform: translate(-50%, 0);
}

.video-back .specs-model {
    position: static;
    margin-inline: auto;
    margin-top: auto;
    transform: translate(0, 0);
}

.hl-item.third-size {
    width: 33.3%;
}

.hl-model .third-size.hl-item:nth-child(3n) {
    border-right: none !important;
   /* border-left: 1px solid #fff;*/
}

.hl-model .hl-item:nth-child(4n) {
    border-right: none !important;
    /* border-left: 1px solid #fff;*/
}

.hl-item {
    width: 25%;
    border-right: 1px solid #fff;
}

    .hl-item:last-child {
        border-right: none;
    }

    .hl-item span {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.5px;
        display: block;
        margin-bottom: 5px;
    }

    .hl-item p {
        color: #fff;
        font-size: 15px;
    }

.hl-model {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.btn-home-model {
    margin-top: 50px;
}

    .btn-home-model .btn {
        color: #fff;
        border: 1px solid #fff;
        height: 50px;
        border-radius: 0;
        width: 250px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 20px;
    }

.banner-ext {
    position: relative;
}

.info-auto {
    position: absolute;
    top: 10%;
    text-align: center;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
}

.video-back .info-auto {
    position: static;
    margin-top: 12rem;
    transform: translate(0, 0);
}

    .info-auto span {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        display: block;
        margin-bottom: 10px;
    }

    .info-auto p {
        color: #fff;
        font-size: 18px;
        font-weight: 100;
        letter-spacing: .5px;
        line-height: 21px;
    }

.open-info {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    align-items: center;
}

    .open-info i {
        background-color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        box-shadow: -2px 4px 8px 0px #2527281F;
        cursor: pointer;
        transition: all 0.3s ease-in;
        transform: rotate(45deg);
    }

        .open-info i:hover,
        .open-info2 i:hover {
            background-color: #252728;
            color: #fff;
        }

    .open-info font {
        color: #fff;
        margin-top: 5px;
        opacity: 1;
        transition: opacity .3s linear;
    }

.cuadro-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}

.img-cuadro {
    width: 45%;
}

.info-cuadro {
    width: 45%;
    padding: 25px;
}

    .info-cuadro p {
        font-size: 18px;
    }

    .info-cuadro h3 {
        text-align: left;
    }

i.collapsed {
    transform: rotate(0deg);
}

.open-info font.hide-txt {
    opacity: 0;
}

.open-info2 {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
}

    .open-info2 i {
        background-color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        box-shadow: -2px 4px 8px 0px #2527281F;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

.info-collapse {
    position: relative;
    padding-bottom: 50px;
}

.back-modelos2 {
    background: linear-gradient(180deg, rgba(37, 39, 40, 0) 0%, rgba(37, 39, 40, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-back .back-modelos2 {
    z-index: -1;
}


/*MENU*/

.menu-modelo {
    background-color: rgba(37, 39, 40, 0.7);
    position: fixed;
    width: 100%;
    transition: top 0.3s ease;
    top: 80px;
    left: 0;
    z-index: 99;
    border-top: 1px solid #515151;
}


    .menu-modelo .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        height: 50px;
    }

.opt-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

    .opt-menu a {
        color: #fff;
        font-size: 14px;
        margin: 0 10px;
    }

        .opt-menu a.active {
            font-weight: bold;
        }

.menu-modelo p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.opt-menu .btn {
    border: 1px solid #fff;
    border-radius: 0;
    height: 30px;
    padding: 3px 10px;
}

    .opt-menu .btn:hover {
        color: #fff;
    }

.txt-ficha {
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
    font-size: 14px;
}


.txt-leyenda {
    color: #fff;
    width: 80%;
    font-size: 14px;
}
.txt-leyenda p {
    margin-top: 5rem;
    margin-bottom: 20px;
}

.info-ficha {
    position: absolute;
    top: 20%;
    left: 10%;
}

    .info-ficha p {
        font-size: 24px;
        color: #fff;
        margin-bottom: 50px;
    }


        .info-ficha p span {
            font-weight: 600;
        }

.btn-ficha {
    color: #fff;
    border: 1px solid #fff;
    height: 50px;
    border-radius: 0;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

    .btn-ficha:hover {
        color: #252728;
        background-color: #fff;
    }

.cot-modelo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cot-img {
    width: 30%;
}

.form-div {
    width: 65%;
}

.slider-galeria .owl-nav [class*=owl-] {
    position: absolute;
    bottom: 10px;
    background-color: transparent !important;
}

    .slider-galeria .owl-nav [class*=owl-] i {
        font-size: 30px;
    }

.slider-galeria .owl-next {
    right: 5px;
}

.slider-galeria .owl-prev {
    right: 80px;
}

.btn-movil {
    display: none !important;
}

/*CONTADOR*/

.slider-galeria .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    bottom: 27px;
    right: 50px;
    color: #fff;
}

    .slider-galeria .owl-dots:after {
        /*content: counter(slides-num);*/
        /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
        /*display: inline-block;
        font-size: 20px;*/
        /*font-weight: 700;*/
        /*vertical-align: middle;
        padding-left: 18px;*/

        content: counter(slides-num);
        display: inline-block;
        font-size: 20px;
        /* font-weight: 700; */
        vertical-align: middle;
        padding-left: 20px;
    }

.slider-galeria .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    /* Increment counter */
    margin-right: 4px;
}

    .slider-galeria .owl-dot span {
        display: none !important;
    }

    .slider-galeria .owl-dot.active:before {
        content: counter(slides-num) " / ";
        /* Use the same counter to get current item. */
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

@media (max-width:1366px) and (min-width: 1025px) {
    .txt-leyenda {
        bottom: 3%;
        font-size: 12px;
        width: 95%;
    }
}

@media (max-width: 1024px) and (min-width: 993px) {
    .txt-leyenda {
        font-size: 12px;
        width: 95%;
    }
}


    @media (max-width: 991px) {
        .txt-leyenda p {
            margin-top: 1.1rem;
        }
        .opt-menu a {
            font-size: 13px;
            margin: 0 5px;
        }

        .menu-modelo p {
            font-size: 14px;
        }

        .menu-modelo {
            top: 50px;
        }

        .specs-model {
            width: 100%;
        }

        .info-auto p {
            font-size: 16px;
        }

        .info-cuadro p {
            font-size: 16px;
        }
    }

    @media (max-width: 768px) {

        .video-back .info-auto {
            margin-top: 6rem;
        }
        .video-back .specs-model {
            margin-block: 55px auto;
        }
        .txt-leyenda p {
            margin-top: -2rem;
        }

        .menu-modelo {
            display: none;
        }

        .hl-item {
            width: 50%;
            margin-bottom: 10px;
        }

            .hl-item:nth-child(even) {
                border-right: none;
            }

        .btn-home-model .btn {
            margin-bottom: 20px;
        }

        .btn-movil {
            display: inline-flex !important;
        }

        .video-back .info-auto {
            top: 10%;
        }

        .hl-item span {
            font-size: 18px;
        }

        .hl-item p {
            font-size: 14px;
        }

        .specs-model {
            bottom: unset;
            top: 25%;
        }

        .form-div {
            width: 100%;
        }

        .cot-img {
            width: 80%;
            margin: 0 auto;
        }

        .cot-modelo {
            margin-top: 30px;
        }

        .btn-home-model {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .info-cuadro {
            width: 100%;
            padding: 10px;
        }

        .img-cuadro {
            width: 100%;
            order: -1;
            margin-bottom: 20px;
        }

        .info-auto p br {
            display: none;
        }

        .txt-leyenda {
            bottom: 3%;
            font-size: 12px;
            width: 95%;
        }

        .hl-model .third-size.hl-item:nth-child(3n) {
            border-right: none !important;
            border-left: 1px solid #fff;
        }
    }

    @media (max-width: 576px) {
        .cot-img {
            width: 100%;
        }

        .slider-galeria .owl-dots {
            right: unset;
            left: 50%;
            transform: translate(-50%, 0);
        }

        .slider-galeria .owl-nav .owl-prev {
            left: 40%;
            transform: translate(-50%, 0);
        }

        .slider-galeria .owl-nav .owl-next {
            right: 29%;
            transform: translate(-50%, 0);
        }

        /*.slider-galeria .owl-dots:after {
            padding-left: 0;
        }*/

        .slider-galeria .owl-dot {           
            margin-right: 2px;
        }

        .slider-galeria .owl-nav [class*=owl-] {
            bottom: -7px;
        }

        .slider-galeria .owl-dots {
            bottom: 10px;
        }

        .slider-galeria .owl-dot.active:before {
            left: 3px;
        }

        .info-cuadro h3 {
            text-align: center;
        }

        .info-cuadro p {
            text-align: center;
        }

        .btn-home-model {
            margin-top: 10px;
        }

        .txt-leyenda {
            color: #fff;
            width: 92%;
            font-size: 11.5px;
            margin-inline: auto;
        }

            .txt-leyenda p {
                text-align: justify;
            }

    }

@media (max-width: 400px){
    .video-back .info-auto {
        margin-top: 4rem;
    }
    .video-back .specs-model {
        margin-top: 10px;
    }
    .txt-leyenda p {
        margin-block: 0 15px;
    }

    .slider-galeria .owl-nav .owl-next {
        right: 26%;
    }

}
