
/* ==========================================================================
/// fonts
========================================================================== */

:root {
    font-family: 'Rubik', sans-serif;
    /* font-family: "Lato", sans-serif; */
    font-size: 16px;
    --color-primary: #E23136;
    --color-primary-dark: #db1f24;
    --color-secondary: #002D44;
    --color-secondary-light: #1865ad;
    --color-secondary-lighter: #1991eb;
    --color-secondary-darker: #021822;
    --color-grey: #808080;
    --color-grey-dark: #535353;
}

/* ==========================================================================
generales
========================================================================== */
body {
    color: var(--color-grey);
    font-family: 'Rubik', sans-serif;
    font-size: .875rem;
}

header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.title-oculto {
    display:none;
}

.home-title {
    color: #3f3f3f;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.0;
    padding-bottom: 13px;
}

.home-subtitle {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 300;
}

.title {
    color: #3f3f3f;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.subtitle {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.title-border-red {
    position: relative;
    width: 100%;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

    .title-border-red:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 1px;
        text-shadow: none;
        background-color: #E23136;
        margin: 0 20px 8px 0;
    }

.title-border-blue {
    position: relative;
    width: 100%;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

    .title-border-blue:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 2px;
        text-shadow: none;
        background-color: #023B56;
        margin: 0 20px 8px 0;
    }

.Back-Header {
    display: block;
    top: 0;
    line-height: 14px;
    background-color: var(--color-secondary-light);
    padding: 10px;
}

    .Back-Header p {
        color: #ffffff;
        font-size: 10px;
        margin: 0 AUTO;
    }

.img-logo {
    margin-top: -20px;
    max-width:110px;
}

.stuck {
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
}

#Header {
    width: 100%;
    background: #fff;
    top: 0;
}

    #Header .Header-Logo {
        position: relative;
        z-index: 9;
        float: left;
        width: 150px;
        min-height: 5px;
        margin-top: -21px;
    }

        #Header .Header-Logo a {
            position: absolute;
            top: 0px;
        }
    /* #Header .Header-Menu {
    position: relative; 
    top: 10px;
    float: left; 
    cursor: pointer; 
} */
    #Header .Header-Menu .Menu-Item {
        line-height: 2;
        border-right: 1px solid #DDD;
    }

        #Header .Header-Menu .Menu-Item a {
            display: block;
            color: #404040;
            font-size: 18px;
            padding: 5px 10px;
        }

.Header-RedesSociales a {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #000000;
    font-size: 22px;
    text-align: center;
    padding: 5px 0 0 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    transition: 0.5s all;
}

    .Header-RedesSociales a.btn_face {
        background: url('/Assets/img/sociales/ico_facebook_azul.png') center center no-repeat #FFF;
    }

        .Header-RedesSociales a.btn_face:hover {
            background: #3B5998; /*url('/Assets/img/sociales/ico_facebook_blanco.png') center center no-repeat */
            color: #fff;
        }

    .Header-RedesSociales a.btn_twitter {
        background: url('/Assets/img/sociales/ico_twitter_azul.png') center center no-repeat #FFF;
    }

        .Header-RedesSociales a.btn_twitter:hover {
            background: #4099FF; /*url('/Assets/img/sociales/ico_twitter_blanco.png') center center no-repeat */
            color: #fff;
        }

    .Header-RedesSociales a.btn_youtube {
        background: url('/Assets/img/sociales/ico_instagram.png') center center no-repeat #FFF;
    }

        .Header-RedesSociales a.btn_youtube:hover {
            background: #DC4A38; /*url('/Assets/img/sociales/ico_instagram_over.png') center center no-repeat */
            color: #fff;
        }
.fb {
    /*background-color: white;
    border-radius: 20%;*/
    color:white;
}
.insta {
    color: white;
    /*border-radius: 20%;*/
}
.icon-suzuki-icon-10 {
    font-size: 24px !important;
}
.icon-suzuki-icon-09 {
    font-size: 24px !important;
}
.social-footer {
    font-size: 30px !important;
}
.btns-ocultos .btn-red, .btns-ocultos .btn-blue {
    font-size: 12px;
    padding: 10px 5px;
}

/* nabvar */
.navbar-light .navbar-nav .nav-item {
    border-right: 1px solid #DDD;
}

.navbar-light .navbar-nav li:nth-child(6) {
    border: none;
}

.navbar-light .navbar-nav .nav-link {
    display: block;
    color: #404040;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 10px;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    color: var(--color-secondary-lighter) !important;
}
/* /navbar*/
/* submenu */
.submenu-desktop {
    overflow: hidden;
    height: 0px;
}

.submenu-movil {
    overflow: hidden;
    height: 0px;
}
/* /submenu */

h3 {
    font-size: 16px;
    font-weight: bold;
}

.font-35 {
    font-size: 35px !important;
}

.font-24 {
    font-size: 20px !important;
}

.font-18 {
    font-size: 18px !important;
}

.pad {
    padding: 40px 0;
}

.mb {
    margin-bottom: 70px;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.crm-movil {
    display: none;
}

.crm-fixed {
    position: fixed;
    top: calc(50% - 120px);
    right: 0;
    z-index: 999;
    width: 60px;
}

    .crm-fixed a {
        position: relative;
        display: flex;
        width: 60px;
        height: 60px;
        transition: all linear 0.2s;
    }

        .crm-fixed a .icon {
            position: absolute;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background-color: var(--color-secondary-light);
        }

            .crm-fixed a .icon span {
                color: #fff;
                font-size: 45px;
            }

        .crm-fixed a article {
            position: absolute;
            right: -175px;
            z-index: 5;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 160px;
            height: 60px;
            color: #fff;
            font-size: 16px;
            background: #000;
            margin-top: 0px;
            opacity: 0;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .crm-fixed a:hover article {
            right: 60px;
            z-index: 5;
            color: #000;
            background: #fff;
            opacity: 1;
        }

/***** --- crm movil --- *****/
.crm-mov-icon {
    display: none;
    position: fixed;
    z-index: 50;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
}

    .crm-mov-icon .crm-mov-open {
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 35px;
        background: #E23136;
        padding: 5px;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .crm-mov-icon .crm-mov-open.hide {
            display: none;
        }

        .crm-mov-icon .crm-mov-open.show {
            display: flex;
        }

    .crm-mov-icon .crm-mov-close {
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 35px;
        background: #E23136;
        padding: 5px;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .crm-mov-icon .crm-mov-close.hide {
            display: none;
        }

        .crm-mov-icon .crm-mov-close.show {
            display: flex;
        }

/* crm movil feed */
.crm-mov-feed {
    position: fixed;
    z-index: 51;
    bottom: 75px;
    right: 20px;
    width: 250px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .crm-mov-feed .wrap {
        position: relative;
    }

        .crm-mov-feed .wrap ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .crm-mov-feed .wrap ul li {
                margin-bottom: 0;
            }

        .crm-mov-feed .wrap a {
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            margin-bottom: 2px;
        }

            .crm-mov-feed .wrap a p {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 40px;
                margin: 0;
                padding: 0;
            }

                .crm-mov-feed .wrap a p:first-child {
                    width: calc(100% - 40px);
                    color: #000;
                    font-size: 18px;
                    background: #fff;
                }

                .crm-mov-feed .wrap a p:last-child {
                    width: 40px;
                    color: #fff;
                    font-size: 30px;
                    background: #E23136;
                }

    .crm-mov-feed.hidden {
        opacity: 0;
        visibility: hidden;
    }

    .crm-mov-feed.show {
        opacity: 1;
        bottom: 65px;
    }

.crm-mov-back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 49;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/***** --- chat --- *****/
.chat-icon {
    position: fixed;
    z-index: 40;
    bottom: 55px;
    left: 20px;
    width: 50px;
}

    .chat-icon .open-chat {
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        color: #fff;
        font-size: 35px;
        background: var(--color-secondary-light);
        padding: 5px;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .chat-icon .open-chat svg {
            width: 40px;
            height: 40px;
        }

        .chat-icon .open-chat.hide {
            display: none;
        }

        .chat-icon .open-chat.show {
            display: flex;
        }

    .chat-icon .close-chat {
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        color: #fff;
        font-size: 35px;
        background: #E23136;
        padding: 5px;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .chat-icon .close-chat.hide {
            display: none;
        }

        .chat-icon .close-chat.show {
            display: flex;
        }

/* chat feed */
.chat-feed {
    position: fixed;
    z-index: 51;
    bottom: 110px;
    left: 20px;
    width: 50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .chat-feed .wrap {
        position: relative;
    }

        .chat-feed .wrap ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .chat-feed .wrap ul li {
                margin-bottom: 10px;
            }

        .chat-feed .wrap a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            color: #fff;
            font-size: 35px;
            padding: 5px;
            border-radius: 50%;
        }

            .chat-feed .wrap a.whatsapp {
                background-color: #4ec248;
            }

            .chat-feed .wrap a.twitter {
                background-color: #00b3e1;
            }

            .chat-feed .wrap a.instagram {
                background-color: #f00077;
            }

            .chat-feed .wrap a.facebook {
                background-color: #0184ff;
            }

    .chat-feed.hidden {
        opacity: 0;
        visibility: hidden;
    }

    .chat-feed.show {
        opacity: 1;
        bottom: 100px;
    }
/* ==========================================================================
/// generales
========================================================================== */

/* ==========================================================================
colors
========================================================================== */
.red {
    color: var(--color-primary);
}

.blue {
    color: var(--color-secondary-light);
}

.blue-main {
    color: var(--color-secondary);
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.grey {
    color: var(--color-grey);
}

.grey-dark {
    color: var(--color-grey-dark);
}

/* backgrounds */
.bg-red {
    background: var(--color-primary);
}

.bg-blue {
    background: var(--color-secondary-light);
}

.bg-blue-main {
    background: var(--color-secondary);
}

.bg-grey-light {
    background: #E6E6E6;
}

.bg-grey-dark {
    background: var(--color-grey-dark);
}



/* ==========================================================================
secciones
========================================================================== */
/********** home **********/
.slider-main .item {
    background: #000;
}

.slider-main .item-slide {
    position: relative;
    display: flex;
    align-items: center;
}

    .slider-main .item-slide p {
        position: absolute;
        left: 20px;
        width: 400px;
        line-height: 35px;
    }

.cotizador-rapido-home {
    background-image: url(/../Assets/img/cotizador-rapido-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    /*margin-top: 20px;*/
    padding: 4rem 0 8rem;
}

.carousel-main .owl-nav.disabled + .owl-dots {
    /* margin-top: 10px; */
    position: absolute;
    width: 100%;
    bottom: 0px;
}

    .cotizador-rapido-home .titles {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        .cotizador-rapido-home .titles article {
            font-size: 2rem;
            font-weight: bold;
            font-style: italic;
            line-height: 1.2;
            margin-bottom: 10px;
        }

            .cotizador-rapido-home .titles article:first-child {
                color: var(--color-secondary);
            }

            .cotizador-rapido-home .titles article:last-child {
                color: var(--color-secondary-light);
            }

.cotizador-home {
    background-color: #F7F7F7;
    margin-top: 20px;
}

    .cotizador-home h3 {
        color: var(--color-secondary-light);
        text-align: center;
        text-transform: none;
        margin-bottom: 20px;
    }

        .cotizador-home h3 span {
            color: var(--color-secondary-light);
            font-weight: bold;
        }

    .cotizador-home .aviso a {
        color: var(--color-secondary-light);
    }

    .cotizador-home .btn {
        display: block;
        width: 150px;
        margin: auto;
    }

.tips-tittle {
    position: relative;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .tips-tittle::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 30px;
        height: 1px;
        background: #808080;
    }

.tip-first-line,
.tip-second-line {
    text-transform: uppercase;
}

.tip-first-line {
    font-weight: bold;
}

.item-quote {
    display: none;
}

.estilovida {
    background-image: url(/Assets/ModelosNuevos/img/BannerVideo/Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    padding: 50px 10px;
}

    .estilovida .wrapper {
        max-width: 800px;
        margin: auto;
    }

    .estilovida .play {
        width: 60px;
        height: 60px;
        padding: 20px;
        border-radius: 50%;
        border: solid 1px #fff;
        margin: auto;
    }

.galeria-home img {
    display: block;
    width: 100%;
}

/********** modelo **********/
.modelo-head {
    padding: 50px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bbbbbb+1,ffffff+100 */
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 1%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bbbbbb 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bbbbbb 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    .modelo-head .image img {
        width: 100%;
    }

    .modelo-head .name {
        color: #4A4A4A;
        font-size: 2rem;
        line-height: 1.2;
    }

        .modelo-head .name span:last-child {
            font-weight: bold;
        }

.tabs-modelo .nav-tabs {
    border: none;
}

    .tabs-modelo .nav-tabs .nav-link {
        width: 53px;
        height: 53px;
        border-radius: 50%;
        padding: 0px;
        border: 5px solid transparent;
    }

        .tabs-modelo .nav-tabs .nav-item.show .nav-link,
        .tabs-modelo .nav-tabs .nav-link.active {
            background: none;
            border: solid 5px #DC4A38;
        }

.menu-moto {
    padding-top: 92px;
}

    .menu-moto .bar {
        color: #fff;
        background-color: var(--color-secondary-light);
    }

    .menu-moto ul {
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .menu-moto li {
        border-right: solid 1px rgba(0,0,0,0.5);
    }

        .menu-moto li:last-child {
            border: none;
        }

        .menu-moto li img {
            width: 30px;
        }

        .menu-moto li span {
            padding: 5px 10px;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .menu-moto li a {
            display: flex;
            align-items: center;
            height: 100%;
            color: #fff;
            padding: 5px 10px;
        }

    .menu-moto .list-group-item {
        color: #fff;
        background: none;
        border: none;
        border-bottom: solid 2px transparent;
        border-radius: 0;
    }

        .menu-moto .list-group-item.active {
            border-bottom: solid 2px rgba(0,0,0,0.5);
        }

.caracteristicas h2 {
    margin-bottom: 20px;
}

.caracteristicas .item {
    margin-bottom: 30px;
}

    .caracteristicas .item article {
        text-transform: uppercase;
        line-height: 1.2;
        margin: 60px 0;
    }

    .caracteristicas .item p {
        line-height: 1.8;
    }
/* .tag .image {position: relative; padding-bottom: 30px;}
.tag .image .back {width: 100%;}
.tag .image .moto {position: absolute; bottom: 0;}
.tag .image .moto.left {left: -20px;}
.tag .image .moto.right {right: -20px;} */

.galeria-modelo .grid {
    position: relative;
    min-height: 500px;
}

.galeria-modelo .gal {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    border: solid 1px transparent;
    overflow: hidden;
}

    .galeria-modelo .gal.top25 {
        top: 25%;
    }

    .galeria-modelo .gal.top50 {
        top: 50%;
    }

    .galeria-modelo .gal.top75 {
        top: 75%;
    }

    .galeria-modelo .gal.left25 {
        left: 25%;
    }

    .galeria-modelo .gal.left50 {
        left: 50%;
    }

.galeria-modelo img {
    display: block;
    width: 100%;
}

    .galeria-modelo img.mb {
        margin-bottom: 2px;
    }

.video {
    position: relative;
}

    .video img {
        width: 100%;
    }

    .video a {
        display: block;
        height: 100%;
        color: #E6E6E6;
    }

    .video blockquote {
        position: absolute;
        top: 50%;
        width: 100%;
        margin: 0;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .video .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        margin: 0 auto 20px;
        border: solid 2px #E6E6E6;
        border-radius: 50%;
    }

    .video p {
        color: #E6E6E6;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
    }


.versiones .image img {
    width: 100%;
}

.versiones article {
    font-size: 24px;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.versiones ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .versiones ul li {
        padding: 15px 10px;
        text-align: center;
        background-color: #fafafa;
    }

        .versiones ul li:nth-child(odd) {
            background-color: #e6e6e6;
        }

.versiones-links .ver {
    display: block;
    width: 250px;
    color: #000;
    font-weight: bold;
    text-align: center;
    background-color: #E6E6E6;
    padding: 10px;
    margin: auto;
    border: solid 1px #e5e5e5;
}

.versiones-links .descargar {
    width: 190px;
    color: #000;
    margin: auto;
}

    .versiones-links .descargar img {
        width: 30px;
    }

.accesorios .grid {
    position: relative;
    min-height: 500px;
}

.accesorios .acc {
    position: absolute;
    display: inline-block;
    height: 50%;
    border: solid 1px transparent;
    overflow: hidden;
}

    .accesorios .acc.item1 {
        top: 0;
        left: 0;
        width: 50%;
    }

    .accesorios .acc.item2 {
        top: 0;
        left: 50%;
        width: 50%;
        height: 25%
    }

    .accesorios .acc.item3 {
        top: 25%;
        left: 50%;
        width: 50%;
        height: 25%;
    }

    .accesorios .acc.item4 {
        top: 50%;
        left: 0;
        width: 100%;
    }

    .accesorios .acc.item5 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.accesorios img {
    display: block;
    width: 100%;
}

    .accesorios img.mb {
        margin-bottom: 2px;
    }

/********** promociones **********/
.img-section {
    background: #000;
}

    .img-section img {
        width: 100%;
    }

.img-promo img {
    width: 100%;
}

.img-promo a {
    display: block;
    width: 100%;
    position: relative;
}

    .img-promo a .hover {
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .img-promo a:hover .hover {
        opacity: 1;
    }

.promo-intro {
    color: var(--color-secondary-light);
    font-size: 1.5rem;
    text-align: center;
    padding: 2rem 0;
}

/********** razones **********/
.razones img {
    width: 100%;
}

.razones .item {
    display: flex;
    align-items: center;
    height: 675px;
    background-size: cover;
    background-position: center center;
    padding: 20px;
}

    .razones .item.porque {
        background-image: url(/Assets/img/razones/porque_suzuki.jpg);
    }

        .razones .item.porque .section {
            width: 80%;
            text-align: center;
            margin: auto;
        }

    .razones .item.uno {
        background-image: url(/Assets/img/razones/reason_1.jpg);
    }

    .razones .item.dos {
        background-image: url(/Assets/img/razones/reason_2.jpg);
    }

    .razones .item.tres {
        background-image: url(/Assets/img/razones/reason_3.jpg);
    }

    .razones .item.cuatro {
        background-image: url(/Assets/img/razones/reason_4.jpg);
    }

    .razones .item.cinco {
        background-image: url(/Assets/img/razones/reason_5.jpg);
    }

    .razones .item.seis {
        background-image: url(/Assets/img/razones/reason_6.jpg);
    }

    .razones .item.siete {
        background-image: url(/Assets/img/razones/reason_7.jpg);
    }

    .razones .item.ocho {
        background-image: url(/Assets/img/razones/reason_8.jpg);
    }

    .razones .item.nueve {
        background-image: url(/Assets/img/razones/reason_9.jpg);
    }

    .razones .item.diez {
        background-image: url(/Assets/img/razones/reason_10.jpg);
    }

    .razones .item.left .section {
        margin-right: auto;
    }

    .razones .item.right .section {
        margin-left: auto;
        text-align: right;
    }

    .razones .item.top {
        align-items: start;
    }

        .razones .item.top .section {
            margin: 0 auto;
            width: 600px;
            text-align: center;
        }

    .razones .item .section {
        width: 350px;
    }

        .razones .item .section .num {
            position: relative;
            display: inline-block;
            width: 30px;
            font-size: 18px;
            padding-bottom: 5px;
            margin-bottom: 15px;
        }

            .razones .item .section .num.white::before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 30px;
                height: 2px;
                background: #fff;
            }

            .razones .item .section .num.grey-dark::before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 30px;
                height: 2px;
                background: #535353;
            }

        .razones .item .section article {
            font-size: 35px;
            line-height: 40px;
        }

        .razones .item .section .italic {
            font-style: italic;
        }

/********** mi suzuki **********/
.misuzuki .redes {
    line-height: 30px;
}

    .misuzuki .redes a i {
        font-size: 18px;
    }

/********** contacto **********/
.header-contacto {
    width: 100%;
}

    .header-contacto img {
        width: 100%;
    }

.title-contacto {
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--color-secondary-light);
    padding: 20px 10px;
}

.subtitle {
    position: relative;
    text-align: center;
}

    .subtitle p {
        position: relative;
        display: inline-block;
        color: #002D44;
        text-transform: uppercase;
        background-color: #fff;
        padding: 10px;
        margin: 0;
    }

    .subtitle::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--color-secondary-light);
    }

.mapa {
    height: 350px;
}

/********** punto de venta **********/
.title-venta {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 10px;
    border-top: 5px solid var(--color-secondary-light);
}

.navs-direccion .nav-tabs {
    justify-content: center;
    margin-bottom: 20px;
    border: none;
}

    .navs-direccion .nav-tabs .nav-item {
        margin: 0;
    }

    .navs-direccion .nav-tabs .nav-link {
        color: #000;
        font-size: 24px;
        text-transform: uppercase;
        border: none;
        border-bottom: solid 5px transparent;
        border-radius: 0;
    }

        .navs-direccion .nav-tabs .nav-link.active {
            border-bottom-color: var(--color-secondary-light);
        }

.navs-direccion address p {
    display: flex;
}

.navs-direccion address .icon {
    width: 30px;
    color: var(--color-secondary-light);
    font-size: 24px;
    line-height: 1;
    margin-right: 10px;
}

.navs-direccion address .info {
    width: calc(100% - 40px);
}

.navs-direccion .owl-nav [class*='owl-'] {
    color: #000 !important;
    font-size: 20px !important;
    background: none !important;
    border-radius: 0 !important;
}

.map {
    height: 350px;
    margin-bottom: 20px;
}



/********** footer **********/
footer {
    background: var(--color-secondary-darker);
    padding: 50px 5px;
}

    footer ul {
        list-style: none;
        margin: opx;
        padding: 0px;
    }

        footer ul li {
            margin-bottom: 10px;
        }

    footer hr {
        width: 100%;
        height: 1px;
        background: #363636;
        margin: 20px 0;
        border: none;
    }

    footer .logos-garantia {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        footer .logos-garantia span {
            padding: 0 5px;
        }

        footer .logos-garantia img {
            width: 100%;
        }

/* ==========================================================================
/// secciones
========================================================================== */

/*Cargando*/

.backLoadP {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    background-color: transparent;
    background-color: rgba(0,0,0,0.76);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    color: white;
    font-size: 18px;
    overflow-x: hidden;
    overflow-y: auto;
}

.cendiv {
    margin: 0 auto;
    width: 90%;
    padding: 21px;
    margin-top: 10%;
    text-align: center;
}

.imgclose {
    width: 50px;
    position: absolute;
    z-index: 4;
    right: 90px;
    margin-top: -35px;
    cursor: pointer;
}

header .bar-top {
    display: flex;
    align-items: center;
    height: 36px;
    color: var(--color-white);
    font-size: 11px;
    line-height: 1;
    padding: 5px 0;
    background-color: var(--color-secondary-light);
    padding: 10px;
}

    header .bar-top address {
        margin: 0;
    }

    header .bar-top .tels {
        display: flex;
        align-items: center;
        margin-left: auto;
    }

a.telefonos {
    color: #fff;
    text-decoration: none;
}

header .bar-top .tels .item {
    display: flex;
    align-items: center;
    /*margin-left: 10px;
    padding-left: 10px;*/
    padding: 0px 5px;
    border-left: solid 1px rgba(0,0,0,0.25);
}

.icon {
    font-size: 18px;
    margin-right: 5px;
}

span.dir {
    color: #ffffff;
    font-size: 10px;
    margin: 0 AUTO;
}


@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?nv8fmy');
    src: url('../fonts/icomoon.eot?nv8fmy#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?nv8fmy') format('truetype'), url('../fonts/icomoon.woff?nv8fmy') format('woff'), url('../fonts/icomoon.svg?nv8fmy#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cotizacion:before {
    content: "\e900";
}

.icon-ficha-tecnica:before {
    content: "\e903";
}

.icon-arrow-left:before {
    content: "\e902";
}

.icon-arrow-right:before {
    content: "\e906";
}

.icon-phone:before {
    content: "\e901";
}

.icon-pmanejo:before {
    content: "\e904";
}

.icon-promociones:before {
    content: "\e905";
}

.icon-servicio:before {
    content: "\e907";
}

.icon-whats .path1:before {
    content: "\e906";
    color: rgb(255, 255, 255);
}

.icon-whats .path2:before {
    content: "\e906";
    margin-left: -1em;
    color: rgb(79, 206, 93);
}

.icon-whats .path3:before {
    content: "\e906";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}


/* ------------------------------ 
promociones
------------------------------ */
.promociones-top img {
    width: 100%;
}

.promociones .item {
    margin-bottom: 30px;
}

    .promociones .item article {
        font-size: 1.25rem;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .promociones .item img {
        width: 100%;
    }

    .promociones .item a {
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        background-color: var(--color-secondary-light);
        padding: 10px;
    }

        .promociones .item a .i-open {
            display: none;
        }

        .promociones .item a .i-close {
            display: inline-block;
        }

        .promociones .item a.collapsed .i-open {
            display: inline-block;
        }

        .promociones .item a.collapsed .i-close {
            display: none;
        }

    .promociones .item .card {
        border: none;
        border-radius: 0;
    }

    .promociones .item p {
        text-transform: uppercase;
    }

.text-justificado {
    text-align: justify;
}

h2.headline{text-align:center;}
/* .accordion {
    display: flex;
} */

p.NomColor {
    font-weight: bold;
    text-transform: uppercase;
}

.desarrollado{text-align: center;}
.logoexa{width:15%;}
/***** --- iconos whatsapp --- *****/
.icon-whatsapp {
    position: fixed;
    z-index: 19;
    left: 50px;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #54C050;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .icon-whatsapp i {
        color: #fff;
        font-size: 20px;
    }

    .icon-whatsapp .ico-close {
        display: none;
    }

    .icon-whatsapp.active .ico-close {
        display: block;
    }

    .icon-whatsapp.active .ico-open {
        display: none;
    }

/* iconos whatsapp body */
.icon-whatsapp-body {
    position: fixed;
    z-index: 51;
    bottom: 125px;
    left: 45px;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .icon-whatsapp-body .wrap {
        position: relative;
    }

        .icon-whatsapp-body .wrap ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .icon-whatsapp-body .wrap ul li {
                margin-bottom: 0;
            }

        .icon-whatsapp-body .wrap a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #fff;
            text-decoration: none;
            line-height: 1;
            background-color: #54C050;
            margin-bottom: 5px;
            padding: 10px 20px;
            border-radius: 50px;
            font-family: 'OpenSans-Regular';
        }

        .icon-whatsapp-body .wrap .name {
            font-size: 14px;
        }

            .icon-whatsapp-body .wrap .name small {
                font-size: 12px;
                display: block;
                font-family: 'Rubik', sans-serif;
            }
.tel-name {
    font-family: 'Rubik', sans-serif;
}

.icon-whatsapp-body .wrap a img {
    width: 20px;
}

    .icon-whatsapp-body.active {
        bottom: 120px;
        opacity: 1;
        visibility: visible;
    }

.pulse-button {
    /* position: relative; */
    border: none;
    /* box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7); */
    box-shadow: 0 0 0 0 #54C050;
    border-radius: 50%;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.TelHits:hover {
    color: white !important;
    cursor:pointer;
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 35px rgba(84,192,80, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 35px rgba(84,192,80, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 35px rgba(84,192,80, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 35px rgba(84,192,80, 0);
    }
}

@media (max-width: 768px) {
    .logoexa {       
        width: 25%;
    }

    .cendiv {
        margin-top: 12%;
    }
    .imgclose {
        right: 40px;
        width: 40px;
    }

    .menu-moto .bar {
        margin-top: 30px;
    }
}

@media (max-width: 600px) {
    .menu-moto .bar {
        margin-top: 13px;
    }
}

@media (max-width: 575px) {
    .menu-moto .bar {
        margin-top: 29px;
    }
}

@media (max-width: 480px) {
    .menu-moto .bar {
        margin-top: 18px;
    }
}

    .caracteristicas .item p {
        text-align: justify;
    }

    .linkModelo {
        background-color: white !important;
        color: var(--color-grey) !important;
    }

    a.linkModelo {
        padding: 0px !important;
    }


    /*ESTILOS FICHAS Refacciones*/

    @media (max-width: 480px) {
        .lineaRed {
            font-size: 1.5rem;
        }
    }

    .lineaRed {
        border-bottom: 2px solid #ff1520;
        bottom: -10px;
        left: 3%;
        width: 50%;
    }

    .financiamiento_logo blockquote {
        position: absolute;
        top: 50%;
        left: 10%;
        color: #fff;
        transform: translateY(-50%);
        padding: 60px 0;
        margin: 0;
    }



    .titulos {
        font-size: 28px;
        font-style: oblique;
    }

    .subtitulo {
        color: #32384c;
        font-weight: bold;
    }

    .mitad {
        color: #00104c;
    }

    .precios-head {
        display: flex;
        align-items: center;
        height: 400px;
        background-color: #000;
        background-image: url(/Assets/img/Refacciones/banner_suzuki.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .tituloSeccion {
        position: absolute;
        left: 0;
        bottom: 15px;
        color: #FFF;
        font-size: 35px;
        font-weight: 500;
        z-index: 99;
        left: 5%;
        background: url(../img/linea.png) no-repeat bottom left;
        padding: 0 0 10px 0;
    }

    .financiamiento_logo {
        position: relative;
    }

        .financiamiento_logo img {
            width: 100%;
            max-height: 420px;
            object-fit: cover;
        }



    .title-fichas {
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .container-fichas {
        width: 100%;
    }

    .fichas {
        padding: 2rem;
    }

    .ficha {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-right: -1.25rem;
        margin-left: -20px;
        margin-left: -1.25rem;
        justify-content: center;
    }

    .card-ficha {
        flex-basis: 25%;
        max-width: 25%;
        padding-right: 1.25rem;
        margin-top: 3%;
    }

    .card-info {
        position: relative;
        text-align: center !important;
    }

        .card-info h2 {
            font-size: 25px;
            font-weight: bold;
        }

        .card-info p {
            font-size: 16px;
            text-align: center !important;
            color: #5a646e;
        }

        .card-info span {
            font-weight: bold;
        }

        .card-info a {
            /*background-color: #FFD700;
            color: #003366;*/
            background-color: #fff;
            color: #1865ad;
            cursor: pointer;
            /*min-width: 300px;
            width: 300px;*/
            margin: 0 auto;
            display: block !important;
            align-self: center;
            text-align: center;
            font-size: 0.875rem;
            line-height: 2.25rem;
            font-weight: bold;
            cursor: pointer;
            justify-content: center;
        }

            .card-info a::before {
                background-image: url(/Assets/img/svg/icono_descarga.svg);
                width: 24px;
                content: "";
                display: inline-block;
                height: 24px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: contain;
            }

            .card-info a:hover {
                /* color: #ed0000 !important;*/
                text-decoration: none !important;
            }

                .card-info a:hover::before {
                    background-image: url(/Assets/img/svg/icono_descarga.svg);
                    width: 24px;
                    content: "";
                    display: inline-block;
                    height: 24px;
                    background-position: 50% 50%;
                    background-repeat: no-repeat;
                    background-size: contain;
                }

    .card-image {
        background-color: #f6f6f6;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 80px;
        margin-bottom: 5rem;
        padding-top: 32px;
        padding-top: 2rem;
    }

        .card-image img {
            max-width: 75%;
            width: 100%;
            -ms-flex-item-align: center;
            align-self: center;
            margin-bottom: -40px;
            margin-bottom: -2.5rem;
            box-shadow: 5px 5px 32px -3px rgb(0 0 0 / 36%);
        }


    .ficha-descarga {
        float: left;
        width: 100%;
    }

    @media (max-width: 991px) {
        .card-ficha {
            flex-basis: 40%;
            max-width: 40%;
            padding-right: 1.25rem;
        }
    }

    @media (max-width: 768px) {
        .card-ficha {
            flex-basis: 100%;
            max-width: 100%;
            padding-right: 1.25rem;
        }
    }

    /*TERMINAN ESTILOS Refacciones*/

    /*logo xs*/
    .logoxs {
        width: 230px;
        filter: brightness(0.7);
    }

        .logoxs:hover {
            filter: contrast(0%) brightness(2);
        }