﻿.bg-home {
    margin: 0;
    padding: 0;
    background-color: #15181e !important;
    background-image: url(/Assets/img/new-home/default-xl.svg);
    background-repeat: repeat-y;
    background-size: 100% auto;
}

/*NUEVO HEADER*/

header {
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 100px;
    backdrop-filter: blur(24px);
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #252525;
}

.topHeader {
    height: 35px;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.topHeader a {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-family: 'Cupra';
}

    .topHeader a i{
        margin-right: 10px;
    }

    .topHeader a span {
        font-weight: 400;
        font-family: 'Cupra-Light';
        margin-left: 5px;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.menuBottom {
    height: 65px;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}


/*SLIDER NUEVO HOME*/


.bg-item-models {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(21, 24, 30, 0.9) 0%, rgba(0, 0, 0, 0) 40%);
}

.info-models-home {
    position: absolute;
    left: 150px;
    top: 180px;
    color: #fff;
    z-index: 15;
    width: 400px;
}

.info-models-home span{
    font-size: 24px;
    color: #fff;
}

.info-models-home small{
    font-size: 16px;
}

.info-models-home h2{
    font-size: 56px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: left;
    line-height: 56px;
}

.info-models-home p {
    font-size: 16px;
    text-transform: uppercase;
}

.info-models-home blockquote {
    font-size: 36px;
}

.info-models-home blockquote sub {
    bottom: 0;
}

.button-style {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
}

.button-border{
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff; 
}

.button-border:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.button-white {
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
}

    .button-white:hover {
        background-color: #fff;
        color: #000;
        border: 2px solid #fff;
    }

.buttons-models .button-style{
    width:48%;
}

.slider-models-thumbs {
    margin-top: -160px;
}

.owl-carousel.slider-home-thumbs a {
    backdrop-filter: blur(12px);
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 5px 10px;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    display: block;
}

    .owl-carousel.slider-home-thumbs a:hover {
        backdrop-filter: blur(12px);
        border: 2px solid #FFFFFF59;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .owl-carousel.slider-home-thumbs a:hover small{
        font-weight: 600;
    }

    .owl-carousel.slider-home-thumbs a small {
        margin-bottom: 5px;
        display: block;
        font-size: 16px;
        margin-top: -10px;
    }


    /*COTIZACIÓN RÁPIDA*/

.cot-rapida h2 {
    color: #fff;
}

.cot-rapida p {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
}

.cot-rapida .form-check-label {
    color: #fff;
}

.cot-rapida .button-style{
    margin: 0 auto;
    width: 250px;
    color: #000;
    cursor: pointer;
}

.cot-rapida .form-check-label a {
    font-weight: 600;
    color: #fff;
    margin-left: 3px;
    text-decoration: underline !important;
}

.cot-rapida .form-check-input:checked[type=checkbox] {
    filter: invert(1);
}

.subtitle-home {
    color: #fff;
    font-size: 40px;
    margin-bottom: 25px;
}

/*SLIDER PROMOCIONES*/

.slider-homeC.owl-theme .owl-dots .owl-dot span {
    height: 3px;
    width: 25px;
}

/*VIDEO*/

.content-video a {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 40px;
}

.section-video p {
    color: #fff;
    font-size: 18px;
}

/*CARDS LINKS*/
.card-link{
    transition: 0.5s all linear;
}
.card-link img {
    border-radius: 16px;
}

.card-link h4 {
    color: #fff;
    text-align: center;
    margin: 20px 0;
}

.card-link p {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.card-link a {
    width: 150px;
    margin: 0 auto;
}

.info-card{
    opacity: 0;
    transition: 0.5s all ease-in-out;
}

.active.center .info-card {
    opacity: 1;
}

.owl-item.active .card-link,
.owl-item .card-link {
    transform: scale(.8);
}

.owl-item.active.center .card-link {
    transform: scale(1);
}

.owl-theme.slider-links .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 31%;
    transform: translate(0, -50%);
}

.owl-theme.slider-links .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 31%;
    transform: translate(0, -50%);
}

.owl-theme.slider-links .owl-nav .owl-prev,
.owl-theme.slider-links .owl-nav .owl-next{
    opacity: 0;
}

.owl-theme.slider-links .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.owl-theme.slider-links:hover .owl-nav .owl-prev, .owl-theme.slider-links:hover .owl-nav .owl-next {
    opacity: 1;
}

/*MENU*/


header.bg-header {
    background-color: #15181E;
}

.new-menu-cupra {
    background-color: #15181E;
    position: fixed;
    top: -125%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 50px 0;
    transition: all .4s linear;
    z-index: 9;
}

    .new-menu-cupra.show {
        top: 100px;
    }

.links-menu-cupra {
    width: 380px;
    border-right: 1px solid #75787B;
    padding-right: 25px;
}

.content-menu-cupra {
    width: calc(100% - 380px);
    height: calc(100vh - 150px);
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #15181E #15181E;
    padding-right: 5px;
}



.list-submenu {
    list-style: none;
    padding: 0;
}

    .list-submenu li a {
        width: 100%;
        color: #fff;
        text-decoration: none;
        padding: .5rem 1rem;
        height: 55px;
        display: flex;
        align-items: center;
        font-size: 18px;
    }

    .list-submenu li button {
        width: 100%;
        border-radius: 8px;
        background: transparent;
        border: none;
        margin-bottom: 15px;
        height: 55px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        font-size: 18px;
        padding: .5rem 1rem;
    }

        .list-submenu li button:hover {
            backdrop-filter: blur(12px);
            background-color: #2C2F34;
            color: #fff;
        }

        .list-submenu li button:focus {
            color: #fff;
        }

        .list-submenu li button.active {
            font-weight: 600;
            backdrop-filter: blur(12px);
            background-color: #2C2F34;
        }

.new-menu-models {
    padding: 0 25px 25px 25px;
    width: 100%;
}

.item-menu-models {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

    .item-menu-models span {
        font-size: 16px;
        text-align: center;
        display: block;
        color: #fff;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .item-menu-models p {
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

.buttons-menu-models a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.links-submenu {
    padding: 0 25px 25px 25px;
}

    .links-submenu a {
        color: #fff;
        text-decoration: none;
        display: flex;
        height: 55px;
        align-items: center;
        max-width: 250px;
        font-size: 18px;
        padding: .5rem 1rem;
    }

.links-end {
    border-top: 1px solid #252525;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}

    .links-end a {
        padding: .5rem 1rem;
        height: 40px;
        color: #fff;
        text-decoration: none;
        display: inline-flex;
        margin-bottom: 10px;
    }

.back-menu {
    display: none;
}


/*Footer*/

footer{
    background-color: #000;
    color: #fff;
}



/*CRM MÓVIL*/
.menu-icon {
    position: fixed;
    z-index: 30;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
}

    .menu-icon a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        background: #2C3134;
        border-radius: 50%;
        border: 1px solid #fff;
    }

        .menu-icon a i {
            font-size: 20px;
        }

.menu-open.show {
    display: flex;
}

.menu-open.hide {
    display: none;
}

.menu-close.show {
    display: flex;
}

.menu-close.hide {
    display: none;
}

.menu-list {
    position: fixed;
    z-index: 25;
    bottom: 0;
    right: 10px;
    width: auto;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .menu-list a {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 14px;
        margin-bottom: 0;
        padding: 10px 10px;
        width: auto;
        height: 40px;
        border-radius: 30px;
        background: #2C2F34;
        margin-top: -13px;
        line-height: 1;
        border: 1px solid #fff;
    }

    .menu-list a:hover {
        background: linear-gradient(247.9deg, #95572B -2.65%, #E4AD7E 97.12%);
    }

    .menu-list a span {
        color: #fff;
        font-weight: 600;
        margin-right: 10px;
    }

        .menu-list a i {
            display: inline-block;
            font-size: 16px;
            margin-right: 10px;
            margin-left: 10px;
        }

    .menu-list.hidden {
        opacity: 0;
        visibility: hidden;
    }

    .menu-list.show {
        opacity: 1;
        bottom: 70px;
    }



.icon-whatsapp-mov {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .icon-whatsapp-mov .ico {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 30px;
        background-color: #06A606;
        border-radius: 50%;
    }

    .link-crm.up,
    .icon-whatsapp-mov.up {
        margin-bottom: 250px;
    }


/*CRM MÓVIL*/
.menu-icon2 {
    position: fixed;
    z-index: 30;
    bottom: 75px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: none;
}

    .menu-icon2 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.32);
        border-radius: 50%;
        border: 1px solid #fff;
    }

        .menu-icon2 a i {
            font-size: 20px;
        }

.menu-open2.show {
    display: flex;
}

.menu-open2.hide {
    display: none;
}

.menu-close2.show {
    display: flex;
}

.menu-close2.hide {
    display: none;
}

.menu-list2 {
    position: fixed;
    z-index: 25;
    bottom: 0;
    right: 10px;
    width: auto;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .menu-list2 a {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 14px;
        margin-bottom: 0;
        padding: 10px 10px;
        width: auto;
        height: 40px;
        border-radius: 30px;
        background: linear-gradient(247.9deg, #95572B -2.65%, #E4AD7E 97.12%);
        margin-top: 10px;
        line-height: 1;
        border: 1px solid #fff;
    }

        .menu-list2 a:hover {
            background: linear-gradient(247.9deg, #95572B -2.65%, #E4AD7E 97.12%);
        }

        .menu-list2 a span {
            color: #fff;
            font-weight: 600;
            margin-right: 10px;
        }

        .menu-list2 a img {
            width: 20px;
            margin-right: 10px;
            margin-left: 5px;
        }

    .menu-list2.hidden {
        opacity: 0;
        visibility: hidden;
    }

    .menu-list2.show {
        opacity: 1;
        bottom: 135px;
    }



.icon-whatsapp-mov {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .icon-whatsapp-mov .ico {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 30px;
        background-color: #06A606;
        border-radius: 50%;
    }

    .link-crm.up,
    .icon-whatsapp-mov.up {
        margin-bottom: 250px;
    }

@media (max-width: 1300px) {

    .info-models-home {
        left: 50px;
        top: 120px;
    }
}

@media (max-width: 1200px) {

    .slider-models-thumbs {
        margin-top: -120px;
    }

    .info-models-home h2 {
        font-size: 45px;
        margin: 0 0 15px 0;
        line-height: 45px;
    }

} 





@media (max-width: 991px) {
    .links-menu-cupra {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }

    .content-menu-cupra {
        padding: 0 25px 25px 25px;
        width: 100%;
        height: calc(100vh - 150px);
        overflow-y: scroll;
        position: absolute;
        background-color: #15181E;
        right: -100%;
        transition: all .4s linear;
    }

        .content-menu-cupra.show {
            right: 0;
        }


    .back-menu {
        display: flex;
        align-items: center;
        color: #fff;
        width: 100%;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .links-submenu {
        padding: 0;
    }

    .item-menu-models {
        width: 33.3%;
    }

    .info-models-home blockquote {
        font-size: 28px;
    }

    .slider-models-thumbs {
        margin-top: 0;
    }

    .owl-theme.slider-home-thumbs .owl-stage {
        padding: 0 !important;
    }

    .topHeader {
        padding: 0 25px;
    }

    .menuBottom {
        padding: 0 25px;
    }

    .ubDist b {
        width: max-content;
    }
}

@media (max-width: 768px) {

    /*CRM MÓVIL*/
    .menu-icon2 {
        display: block;
    }

    .item-menu-models {
        width: 50%;
    }

    .new-menu-models {
        padding: 0;
    }

    .cot-rapida h3{
        font-size: 24px;
    }

    .cot-rapida p {
        font-size: 16px;
    }

    .subtitle-home {
        font-size: 24px;
    }

    .section-video p {
        font-size: 16px;
    }

    .card-link h4{
        font-size: 18px;
    }

    .info-models-home {
        top: 20%;
    }

    .slider-models-thumbs {
        margin-top: -170px;
    }

    .topHeader a span {
        width: 400px;
    }

}

@media (max-width: 576px) {

    .cot-rapida .button-style{
        width: 100%;
    }

    .buttons-models {
        flex-wrap: wrap;
    }

    .buttons-models .button-style {
        width: 100%;
        margin-bottom: 20px;
    }

    .info-models-home {
        width: 100%;
        padding: 0 25px;
        left: 0;
        top: unset;
        bottom: 20%;
    }

    .container.cot-rapida {
        padding-top: 50px;
    }

    .slider-models-thumbs {
        margin-top: -128px;
    }

    .owl-carousel.slider-home-thumbs a small {
        font-size: 13px;
        margin-top: -5px;
        min-height: 50px;
    }
    .topHeader a span {
        width: 250px;
    }
}