/* ==================================================
fuentes
================================================== */
/*@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova SB';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova SB';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.csspriv {
    color: #CA3538 !important;
    font-family: 'Proxima Nova SB';
}

.logoexa {
    width: 100px;
}
.cendiv {
    margin: 0 auto;
    width: 90%;
    padding: 21px;
    margin-top: 10%;
    text-align: center;
}

.backLoadP, .backLoadP2 {
    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;
}

.img-promo img {
    width: 100%;
}

.imgclose {
    width: 50px;
    position: absolute;
    z-index: 4;
    right: 50px;
    margin-top: -90px;
    cursor: pointer;
}


:root {
    font-size: 16px;

    /* colors */
    --color-primary:        #CA3538;
    --color-primary-dark:   #8E1428;
    --color-secondary:      #201E1E;

    --color-white:          #ffffff;
    --color-black:          #000000;
    --color-black-1:        #202020;
    --color-grey:           #8C8A85;
    --color-grey-1:         #8C8C8C;
    --color-grey-2:         #292B35;
    --color-grey-3:         #39454D;
}

.bg-gama {
    background-color: var(--color-grey-2);
    padding: 50px 0;
    background-image: url(/assets/img/gama/tonale-hibrido.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* ==================================================
general
================================================== */
body {
    color: var(--color-grey);
    /*font-family: 'ProximaNova-Regular';*/
    font-family: 'Proxima Nova Rg';
    font-size: .875rem;
    /*padding-top: 55px;*/
    padding-bottom: 55px;
}

.padd {
    padding: 2rem 0;
}

.logo {
    width: 60px;
}
.logo img {
    width: 100%;
}
.logo a {
    display: block;
}
.logo h1 {
    font-size: inherit;
    margin: 0;
}

.dropdown-menu {
    font-size: inherit;
}

a,a:hover{
    text-decoration: none;
}

#dvLoading::-webkit-scrollbar {
    display: none !important;
}

/* titulos */
h4 {
    font-family: 'Proxima Nova Lt';
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 32px;
}

h4 span{
    font-family: 'Proxima Nova SB';
}

/*.title-sections {
    color: var(--color-secondary);
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3rem;
}*/
.title-sections::after {
    content: "";
    display: block;
    width: 160px;
    height: 4px;
    background-color: var(--color-primary);
    margin: 0 auto;
}
.title-sections.light {
    color: var(--color-white);
}
/*  */
.title-block {
    width: auto;
    display: inline-flex;
    position: relative;
}
.title-block::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-primary);
    margin: 5px auto 0 auto;
    position: absolute;
    bottom: 0;
}
.title-block.light {
    color: var(--color-white);
}
.title-block .normal {
    font-weight: normal;
}
/*  */
.title {
    color: var(--color-black);
}
.title.lg {
    font-size: 1.5rem;
}
.title.md {
    font-size: 1.25rem;
}
.title.sm {
    font-size: 1.125rem;
}

.title-cr{
    color: #000;
}

.redes {
    width: auto;
    display: flex;
    justify-content: space-between;
}
.redes a {
    color: var(--color-primary);
    font-size: 24px;
    text-decoration: none;
    line-height: 1;
     margin: 0 10px; 
}

/* crm desktop */
.crm {
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 10;
    width: 50px;
    margin-bottom: 5px;
}
.crm a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    transition: all linear 0.2s;
    margin-bottom: 5px;
}
.crm a:last-child {
    margin: 0;
}
.crm a .icon {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--color-primary);
    border-radius: 50%;
}
.crm a .icon {
    color: #fff;
    font-size: 35px;
}
.crm a article {
    position: absolute;
    right: 25px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    letter-spacing: .1rem;
    background: var(--color-grey-3);
    padding: 10px 30px 10px 10px;
    margin-top: 0px; 
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.crm a:hover .icon {
    background-color: var(--color-primary-dark);
}
.crm a:hover article {
    right: 25px; 
    z-index: 5;
    opacity: 1;
    visibility: visible;
}
/*  */
.crm a.whatsapp .icon {
    background-color: #4EC248;
}
.crm a.whatsapp .ico-close {
    display: none;
}
.crm a.whatsapp.activo .ico-close {
    display: block;
}
.crm a.whatsapp.activo .ico-open {
    display: none;
}

/* tels whatsapp */
.tels-whatsapp {
    position: fixed;
    z-index: 20;
    right: 20px;
    bottom: 90px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4EC248;
    border-radius: 50%;
    cursor: pointer;
    
}
.tels-whatsapp i {
    color: #fff;
    font-size: 35px;
}
.tels-whatsapp svg {
    width: 40px; 
    height: 40px;
}
/* tels whatsapp body */
.tels-whatsapp-body {
    position: fixed;
    z-index: 10;
    bottom: 150px;
    right: 10px;
    width: 120px;
    opacity: 0; 
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tels-whatsapp-body .wrap {position: relative;}
.tels-whatsapp-body .wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tels-whatsapp-body .wrap ul li {
    margin-bottom: 0;
}
.tels-whatsapp-body .wrap a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    background-color: #4EC248;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 20px;
}
.tels-whatsapp-body .wrap a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-left: 15px;
}
.tels-whatsapp-body.activo {
    bottom: 125px;
    opacity: 1; 
    visibility: visible;
}

/* crm movil */
.crm-mov {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    width: 50px;
}
.crm-mov .btn-crm-mov {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: var(--color-white);
    font-size: 35px;
    background-color: var(--color-primary);
    border-radius: 50%;
    transition: all linear 0.2s;
}
.crm-mov .btn-crm-mov .ico-close {
    display: none;
}
.crm-mov .btn-crm-mov.activo .ico-open {
    display: none;
}
.crm-mov .btn-crm-mov.activo .ico-close {
    display: block;
}
/*  */
.crm-mov-list {
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 50px;
    right: 70px;
    width: 180px;
    opacity: 0; 
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.crm-mov-list a {
    display: flex;
    align-items: center;
    width: 180px;
    height: 50px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    background: var(--color-primary);
    padding: 10px 20px;
    margin-top: 5px;
    border-radius: 50px;
}
.crm-mov-list a i {
    font-size: 35px;
}
.crm-mov-list.activo {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

/* navegacion */
.nav-main ul {
    display: flex;
    align-items: center;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-main li {
    margin: 0 10px;
}
.nav-main li .link {
    display: flex;
    align-items: center;
    height: 70px;
    color: var(--color-grey);
    text-decoration: none;
    transition: all .25s;
}
.nav-main li .link:hover {
    color: var(--color-primary);
}

/* navegacion movil */
.nav-mov {
    /* display: none; */
    /*position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    z-index: 55;
    width: 320px;
    height: 100vh;
    color: var(--color-white);
    background: var(--color-grey-1);
    background-image: url(../img/menu-image-background.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 80%;
    padding: 0;
    margin: 0;
    transition: all .25s ease-in-out;*/
    position: fixed;
    top: 100px;
    bottom: 0;
    right: -100%;
    z-index: 55;
    width: 100%;
    height: 100vh;
    color: var(--color-white);
    background: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 80%;
    padding: 0;
    margin: 0;
    transition: all .25s ease-in-out;
}
.nav-mov.open {
    right: 0;
}
.nav-mov .icon-close {
    /* height: 40px; */
    font-size: 32px;
    text-align: right;
    padding-top: 20px;
    margin-bottom: 10px;
}
.nav-mov .icon-close span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    color: var(--color-black);
}
/*  */
.nav-mov .navigation-mov {
    padding: 20px 20px 0 40px;
    margin-bottom: 30px;
}
/*.nav-mov .navigation-mov .link {
    position: relative;
    display: inline-block;
    color: var(--color-black);
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    border: none;
    border-radius: 0;
    padding: .5rem 0;
    padding-right: 24px;
    outline: none;
}*/
.nav-mov .navigation-mov .link {
    position: relative;
    display: inline-block;
    color: var(--color-black);
    /* text-transform: uppercase; */
    text-decoration: none;
    background: none;
    border: none;
    border-radius: 0;
    padding: .5rem 0;
    padding-right: 24px;
    outline: none;
    font-family: 'Proxima Nova SB';
    font-size: 16px;
}

.nav-mov ul{
    color: #323232;
    margin: 0;
}

.nav-mov ul li a{
    font-family: 'Proxima Nova Rg' !important;
    padding-bottom: 0 !important;
}

.subMovil{
    position: relative;
    width: 100%;
}

.subMovil::after{
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 10%;
    font-size: 24px;
}

.nav-mov .navigation-mov .link:hover {
    color: var(--color-primary);
}
.nav-mov .navigation-mov button.link::before {
    content: "\e906";
    position: absolute;
    top: 0;
    right: 0;
    color: var(--color-primary);
    font-family: "icomoon";
    font-size: 24px;
}
.nav-mov .navigation-mov button.link.collapsed::before {
    content: "\e904";
}
.nav-mov .grid-autos-movil .auto {
    margin-bottom: 10px;
}
.nav-mov .grid-autos-movil .auto a {
    display: flex;
    align-items: center;
    color: var(--color-grey);
    text-decoration: none;
    line-height: 1.2;
}
.nav-mov .grid-autos-movil .datos {
    width: 50%;
}
.nav-mov .grid-autos-movil .name {
    color: var(--color-black);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.125rem;
    font-weight: bold;
}
.nav-mov .grid-autos-movil .image {
    width: 90px;
    margin-left: auto;
}
.nav-mov .grid-autos-movil .image img {
    width: 100%;
}
.nav-mov .links-herramientas-mov a {
    display: block;
    color: var(--color-black);
    text-decoration: none;
    margin-left: 10px;
}
    .nav-mov .links-herramientas-mov a span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-size: 14px;
    }
.nav-mov .links-herramientas-mov a span:first-child {
    color: var(--color-primary);
    font-size: 32px;
}
.nav-mov .redes {
    margin-left: 40px
}

/* dropdowns */
.dropdown .dropdown-toggle {
    padding-right: 10px;
}
.dropdown .dropdown-toggle::after {
    content: "\e902";
    position: absolute;
    top: -1px;
    right: -2px;
    width: auto;
    height: auto;
    vertical-align: 0;
    color: var(--color-white);
    font-family: "icomoon";
    font-size: 24px;
    line-height: 1;
    margin: 0;
    border: none;
}
.dropdown.show .dropdown-toggle::after {
    content: "\e906";
}

/* dropdown autos header */
.dropdown-autos-header {
    position: inherit;
}
.dropdown-autos-header .dropdown-menu {
    left: 0;
    right: 0;
    width: 90%;
    padding: 0;
    margin: auto;
    border-radius: 0;
}
.dropdown-autos-header .dropdown-toggle {
    background-image: url(../img/svg/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right;
}
.dropdown-autos-header .dropdown-toggle::after {
    content: none !important;
}
.dropdown-autos-header.show .dropdown-toggle {
    background-image: url(../img/svg/icon-arrow-up.svg);
}

/* dropdown herramientas header */
.dropdown-herramientas-header .dropdown-toggle::after {
    top: auto;
}
.dropdown-herramientas-header .link-dropdown {
    display: flex;
    align-items: center;
}
.dropdown-herramientas-header .link-dropdown span:first-child {
    color: var(--color-primary);
    font-size: 32px;
    line-height: 1;
    margin-right: 10px;
}
.dropdown-herramientas-header .dropdown-item.active,
.dropdown-herramientas-header .dropdown-item:active {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.dropdown-herramientas-header .dropdown-item.active span:first-child,
.dropdown-herramientas-header .dropdown-item:active span:first-child {
    color: var(--color-white);
}

/* dropdown herramientas footer */
.dropdown-herramientas-footer .link-dropdown {
    display: flex;
    align-items: center;
}
.dropdown-herramientas-footer .link-dropdown span:first-child {
    color: var(--color-primary);
    font-size: 32px;
    line-height: 1;
    margin-right: 10px;
}

/* dropdown herramientas footer */
.dropdown-autos-footer .link-dropdown {
    display: block;
    padding: 0 10px;
}
.dropdown-autos-footer .link-dropdown span {
    display: block;
    line-height: 1.2;
}
.dropdown-autos-footer .link-dropdown .name {
    color: var(--color-black);
    font-size: 1.125rem;
}
.dropdown-autos-footer .link-dropdown .precio {
    color: var(--color-grey);
}

/* grid autos */
.grid-autos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-image: url(../img/menu-image-background.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 300px;
    padding: 2.5rem;
}
.grid-autos .item {
    padding: .5rem 2.5rem;
    margin-bottom: .5rem;
    transition: all .25s;
}
.grid-autos .item:hover {
    background-color: var(--color-grey-1);
}
.grid-autos .item a {
    display: flex;
    align-items: center;
    color: var(--color-grey);
    text-decoration: none;
}
.grid-autos blockquote {
    margin: 0;
}
.grid-autos .name,
.grid-autos .precio {
    line-height: 1.2;
}
.grid-autos .name {
    font-family: 'Cormorant Garamond', serif;
    color: var(--color-black);
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
}
/* .grid-autos .precio {
    font-size: 1.125rem;
} */
.grid-autos .auto {
    width: 200px;
    margin-left: auto;
}
.grid-autos .auto img {
    width: 100%;
    margin-top: -10px;
}

/* header */
header {
    /*z-index: 50 !important;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;*/
    z-index: 50 !important;
    position: relative;
    width: 100%;
}
header .top2 {
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 10px;*/
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(102, 102, 102, 0) 95%);
    height: 100px;*/
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(102, 102, 102, 0) 95%);
    height: 100px;
    position: fixed;
    top: 45px;
    width: 100%;
    left: 0;
    z-index: 100;
    transition: top 0.3s ease;
}

header .top2.header-style{
    background: rgba(0, 0, 0, 0.7);
    height: 75px;
    /*transition: all 0.3s linear;*/
}

.top2.header-style .menu-header {
    height: 75px;
}

.top2.header-style .menu-header img {
    width: 50px;
    margin: 0 20px;
}

header .sucursal {
    width: 170px;
    line-height: 1;
}
header .sucursal a {
    color: var(--color-primary);
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
header .redes {
    width: 170px;
    justify-content: space-around;
}
/*  */
header .bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background-color: #202020;
    padding: 0 20px;
}
header .direccion {
    position: relative;
    padding-left: 20px;
}
header .direccion::before {
    content: "\e90c";
    position: absolute;
    top: -8px;
    left: -2px;
    color: var(--color-primary);
    font-family: "icomoon";
    font-size: 24px;
}
header .direccion a {
    color: var(--color-grey);
    text-decoration: none;
}
/*header .telefonos {
    margin: 0 10px;
}*/
header .telefono {
    position: relative;
    padding-left: 20px;
    margin: 0 5px;
}
header .telefono::before {
    content: "\e907";
    position: absolute;
    top: -7px;
    left: -4px;
    color: var(--color-white);
    font-family: "icomoon";
    font-size: 20px;
}
header .telefono a {
    color: var(--color-white);
}
/*  */


header .telefonos.mov {
    display: none;
}
header .telefonos.mov .dropdown-toggle {
    color: var(--color-grey);
    text-decoration: none;
}
header .telefonos.mov .dropdown-item {
    padding: 5px 10px;
}

.btn-nav-main {
    display: none;
    /* width: 170px; */
}

.icon-nav-main {
    display: flex;
    align-items: center;
    width: 35px;
    height: 20px;
    margin-left: auto;
}
.icon-nav-main span {
    display: block;
    width: 35px;
    height: 1px;
    background-color: var(--color-grey);
}
.icon-nav-main span::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: var(--color-grey);
    margin-top: -10px;
}
.icon-nav-main span::after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: var(--color-grey);
    margin-top: 18px;
}

.datos-dist {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.datos-dist a:hover{
    color:#fff;
}

.name-dist {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.name-dist i{
    display: none;
}

.direction-dist {
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #fff;
}

.direction-dist p{
    margin-left: 10px;
}

.direction-dist i{
    font-size: 20px;
}


.menu-header {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 100px;*/
    height:35px;
}

.menu-header img{
    width: auto;
    margin: 0 20px;
}

.menu-header a{
    color: var(--color-white);
    font-size: 16px;
    margin: 0 15px;
}

.menu-header .dropdown-menu{
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    padding: 0;
    margin-top: 5px !important;
}

.menu-header .dropdown-menu li a{
    margin: 0;
    width: 100%;
}

.menu-header .dropdown-menu li:first-child a{
    border-bottom: 1px solid #fff;
}

.carousel-slider {
    border-bottom: 25px solid #CA3538;
}

/* footer */
footer {
    background-color: var(--color-secondary);
}
footer .cont {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}
footer .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-white);
}
footer .logo {
    width: 40px;
}
footer .redes a {
    color: var(--color-white);
}
/*  */
footer .nav-footer {
    margin: 1.5rem 0;
    border-top: solid 1px var(--color-white);
    border-bottom: solid 1px var(--color-white);
}
footer .nav-footer ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    margin: 0;
}
footer .nav-footer ul li {
        width: auto;
    text-align: center;
    margin: 5px;
}
footer .nav-footer .link {
    display: inline-block;
    color: var(--color-white);
    text-decoration: none;
    transition: all .25s;
}

footer .nav-footer .link.link-df{
    display: flex;
    align-items: center;
    justify-content: center;
}

.link.link-df i {
    font-size: 20px;
    margin-left: 5px;
}

.card-subFooter {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 10px 0;
}

.card-subFooter a{
    color: #fff;
    margin-bottom: 10px;
}

footer .nav-footer .link:hover {
    color: var(--color-primary);
}
/*  */
footer .nav-footer .link-collapse {
    position: relative;
    padding-right: 24px;
}
footer .nav-footer .link-collapse::before {
    content: "\e90f";
    position: absolute;
    top: -6px;
    right: 0;
    color: var(--color-primary);
    font-family: "icomoon";
    font-size: 24px;
}
footer .nav-footer .link-collapse.collapsed::before {
    content: "\e902";
}
/*  */
footer .nav-footer .body-collapse {
    /* background-color: var(--color-white); */
    padding: 10px 5px;
}
footer .nav-footer .body-collapse a {
    color: var(--color-white);
    line-height: 1;
    text-decoration: none;
}
footer .nav-footer .body-collapse a i {
    display: inline-block;
    vertical-align: middle;
    color: var(--color-primary);
    font-size: 32px;
}
footer .nav-footer .body-collapse .dropdown-divider {
    border-color: #2F2E2E;
    margin: 2px 0;
}
/*  */
footer .horarios {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
footer .block {
    width: 22%;
    margin-bottom: 1.5rem;
}
footer .block font{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

address{
    color: #fff;
}
footer .block .title {
    color: var(--color-white);
}
footer .block .list-hora {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .block .list-hora li {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
footer .block .list-hora span {
    flex: 1;
    color: #fff;
    font-size: 13px;
}
footer .block .list-hora span a {
    color: #fff;
}
    footer .block .list-hora span:last-child {
        padding-left: 10px;
        font-size: 11px;
    }
/*  */
footer .legales {
    text-align: center;
    border-top: solid 1px var(--color-white);
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
footer .legales span {
    display: inline-block;
    margin: 0 10px;
}
footer .legales a {
    color: var(--color-grey);
}



/* ==================================================
index
================================================== */

.cotizador-home .button{
    border-radius: 4px;
}

.slider-main blockquote {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 300px;
    color: white;
    background-color: rgba(0,0,0,.25);
    padding: 20px;
    transform: translateY(-50%);
}
.slider-main blockquote .name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1rem;
}
.slider-main blockquote .name::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--color-primary);
    margin: 5px 0 0 0;
}
.slider-main blockquote article {
    margin-bottom: 1rem;
}
/*  */
.slider-main .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
.slider-main .owl-dot span {
    width: 25px !important;
    height: 2px !important;
    margin: 2px !important;
    border-radius: 0 !important;
}
.slider-main .owl-dot.active span, 
.slider-main .owl-dot:hover span {
    background-color: var(--color-primary) !important;
}

/* cotizador rapido */
/*.cotizador-home {
    background-color: var(--color-grey-3);
}*/
.cotizador-home .cont {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}
.cotizador-home .inputs {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.cotizador-home .item {
    flex: 0 0 calc(100% / 5 - 10px);
    margin: 0 5px;
}
.cotizador-home .legales {
    /*color: white;*/
    text-align: center;
    margin: 20px 0;
}
/*.cotizador-home .legales a {
    color: var(--color-white);
}*/

/* gama */
.gama-home {
    background-color: var(--color-grey-1);
    background-image: url(../img/gama/back.png);
    background-repeat: repeat-x;
    background-position: top center;
}
/*  */
.gama-tabs .carousel-indicators {/* thumbs */
    position: inherit;
    z-index: 1;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0 0 20px;
}
.gama-tabs .carousel-indicators li {
    margin: 0 10px;
    text-indent: inherit;
    width: auto;
    height: auto;
    background: none;
    cursor: pointer;
}
.gama-tabs .carousel-indicators li.active::after {
    content: "";
    position: inherit;
    bottom: 0;
    display: block;
    width: auto;
    height: 1px;
    background-color: var(--color-primary);
    margin: 5px auto 0 auto;
}
/*  */
.gama-tabs .image {
    max-width: 650px;
    /*margin: -80px auto 20px;*/
    margin: -66px auto 20px;
}
.gama-tabs .image img {
    width: 100%;
}
.gama-tabs .image-tit {
    max-width: 650px;
    margin: auto;
}
.gama-tabs .image-tit img {
    width: 100%;
}
.gama-tabs .name {
    color: var(--color-black);
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
.gama-tabs .precio {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
.gama-tabs .links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
}
.gama-tabs .links a {
    margin: 0 20px;
}
.gama-tabs .links .link {
    width: 120px;
    color: var(--color-grey);
    text-decoration: none;
    line-height: 1;
}
.gama-tabs .links .link .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    /* height: 30px; */
    color: var(--color-primary);
    font-size: 35px;
    margin-right: 10px;
    transition: all .25s;
}
.gama-tabs .links .link .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
    transition: all .25s;
}
.gama-tabs .links .link:hover .icon {
    color: var(--color-primary-dark);
}
.gama-tabs .links .link:hover .text {
    color: var(--color-black);
}
.gama-tabs .links .button {
    padding: 0 40px;
}

/* herramientas de compra */
.herramientas-compra .cont {
    max-width: 1200px;
    margin: auto;
}
.herramientas-compra .items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.herramientas-compra .item {
    flex: 0 0 20%;
    text-align: center;
    margin-bottom: 20px;
}
.herramientas-compra .item a {
    color: var(--color-grey);
    text-decoration: none;
}
.herramientas-compra .item .icon {
    width: 50px;
    font-size: 50px;
    line-height: 1;
    margin: 0 auto 10px;
    transition: all .25s;
}
.herramientas-compra .item a p {
    text-transform: uppercase;
    transition: all .25s;
}
.herramientas-compra .item a:hover .icon {
    color: var(--color-primary);
}
.herramientas-compra .item a:hover p {
    color: var(--color-black);
}


/* ==================================================
detalles auto
================================================== */
/* colores */
/*.colores {
    background-color: var(--color-grey-1);
    background-image: url(../img/interior/back.png);
    background-repeat: repeat-x;
    background-position: top center;
}

.colores .datos {
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}
.colores .datos .name {
    color: black;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.colores .datos .precio {
    font-size: 1.25rem;
}

.colores .image-tit {
    max-width: 650px;
    padding: 0 10px;
    margin: auto;
}
.colores .image-tit img {
    max-width: 100%;
}

    .colores .content-img {
        position: relative;
        max-width: 650px;
        margin: -60px auto 1.5rem;
        height: 300px;
    }
.colores .content-img img {
    width: 100%;
}
.colores .content-img .imgColor {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.colores .content-img .imgColor.imgSelec {opacity: 1;}
.colores .content-img .imgColor.hidden-car {
    position: inherit;
    opacity: 0;
}

.colores .name {
    color: var(--color-grey);
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.colores .name::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--color-primary);
    margin: 5px auto 0 auto;
}

.colores .color-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.colores .color-list span {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    margin: 0 5px;
    border-radius: 50%;
    transform: scale(.75);
    transition: all .25s ease;
    box-shadow: inset 0 4px 4px rgba(0,0,0,.25);
}
.colores .icoColor:hover {
    transform: scale(1);
}
.colores .icoColor.icoSelec {
    transform: scale(1);
}
.icoColor{
    cursor:pointer;
}
.icoColor#red {
    background-color: #EF271F;
}
.icoColor#black {background-color: #0B0B0B;}
.icoColor#white {background-color: #FFFDF3;}
.icoColor#blue {background-color: #176FE6;}
.icoColor#grey {background-color: #5F5D5C;}
*/
/* vigencia */
.vigencia .cont {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}

/* versiones */
.versiones .cont {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}
.versiones .carousel-indicators {/* thumbs */
    position: inherit;
    z-index: 1;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0 0 20px;
}
.versiones .carousel-indicators li {
    margin: 0 10px;
    text-indent: inherit;
    width: auto;
    height: auto;
    background: none;
    cursor: pointer;
}
.versiones .carousel-indicators li.active::after {
    content: "";
    position: inherit;
    bottom: 0;
    display: block;
    width: auto;
    height: 1px;
    background-color: var(--color-primary);
    margin: 5px auto 0 auto;
}
/*  */
.versiones .image img {
    width: 100%;
    margin-bottom: 20px;
}
.versiones .button i {
    font-size: 24px;
}
.versiones .name {
    color: var(--color-black);
    font-family: 'Cormorant Garamond', serif;;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}
.versiones .precio {
    color: var(--color-black);
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.versiones .lista-version li {
    margin-bottom: 10px;
}

/* galeria */
.galeria {
    background-color: var(--color-grey-1);
}
.galeria .grid-gal {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
    gap: 30px;
}
.galeria .grid-gal .item {
    width: calc(100% / 3 - 20px);
}
.galeria .image img {
    width: 100%;
}

/* caracteristicas */
.caracteristicas .cont {
    max-width: 1200px;
    /* padding: 0 20px; */
    margin: auto;
}
/*  */
.caracteristicas .carousel-indicators {/* thumbs */
    position: inherit;
    z-index: 1;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0 0 20px;
}
.caracteristicas .carousel-indicators li {
    margin: 0 10px;
    text-indent: inherit;
    width: auto;
    height: auto;
    background: none;
    cursor: pointer;
}
.caracteristicas .carousel-indicators li h3 {
    font-size: inherit;
    margin: 0;
}
.caracteristicas .carousel-indicators li.active::after {
    content: "";
    position: inherit;
    bottom: 0;
    display: block;
    width: auto;
    height: 1px;
    background-color: var(--color-primary);
    margin: 5px auto 0 auto;
}
/* tabs */
.caracteristicas .caracteristicas-tabs-int {
    max-width: 500px;
    padding: 0 20px;
    margin: auto;
}
.caracteristicas .caracteristicas-tabs-int ul.nav .nav-link {
    width: auto;
    height: auto;
    color: var(--color-grey);
    background: none;
    margin: 0 10px;
    cursor: pointer;
}
.caracteristicas .caracteristicas-tabs-int ul.nav .nav-link.active::after {
    content: "";
    position: inherit;
    bottom: 0;
    display: block;
    width: auto;
    height: 1px;
    background-color: var(--color-primary);
    margin: 5px auto 0 auto;
}
/* accordion */
.caracteristicas .accordion-caracteristicas .item {
    margin-bottom: 10px;
}
.caracteristicas .accordion-caracteristicas .link {
    position: relative;
    display: inline-block;
    color: var(--color-black);
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .1rem;
    background: none;
    padding: .5rem 0 2px;
    padding-right: 24px;
    margin-bottom: 5px;
    border: none;
    border-bottom: solid 1px var(--color-grey-1);
    border-radius: 0;
    outline: none;
}
.caracteristicas .accordion-caracteristicas .link::before {
    content: "\e906";
    position: absolute;
    top: 0;
    right: 0;
    color: var(--color-primary);
    font-family: "icomoon";
    font-size: 24px;
}
.caracteristicas .accordion-caracteristicas .link.collapsed::before {
    content: "\e904";
}
/*  */
.caracteristicas .image img {
    width: 100%;
}


/* ==================================================
contacto
================================================== */
.header-secciones {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    padding: 50px 10px 0;
    background-color: var(--color-grey-3);
    flex-wrap: wrap;
}
.header-secciones.back-crm {
    background-image: url(../img/head-crm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
    .header-secciones .title-sections {
        margin-bottom: 0;
        font-family: 'Proxima Nova SB';
    }

.header-secciones p {
    color: #fff;
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top:25px;
}

.contacto .block {
    margin-bottom: 1.5rem;
}
.contacto .block .title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px var(--color-grey-1);
}
.contacto .block .list-hora {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contacto .block .list-hora li {
    display: flex;
    margin-bottom: 5px;
}
.contacto .block .list-hora span:first-child {
    width: calc(85% - 85px);
    padding-left: 10px;
}
.contacto .block .list-hora span:last-child {
    flex: 1;
}
/*  */
.contacto .formulario .legales {
    text-align: center;
    margin: 10px 0;
}
/*  */
.directorio {
    background-color: var(--color-grey-1);
}
.directorio .block {
    margin-bottom: 1rem;
}
.directorio .block p {
    margin-bottom: 5px;
}
.directorio .block a {
    color: var(--color-grey);
    font-weight: bold;
}
/*  */
.mapa iframe {
    display: block;
}


/* ==================================================
crm formulario
================================================== */
.formulario-crm {
    max-width: 650px;
    padding: 0 20px;
    margin: auto;
}
.formulario-crm .block {
    margin-bottom: 1.5rem;
}
.formulario-crm .telefono {
    display: flex;
}
.formulario-crm .telefono .form-group {
    width: calc(100% - 160px);
}
.formulario-crm .telefono .checkboxes {
    padding-left: 10px;
}
.formulario-crm .telefono .checkboxes span {
    margin: 0 5px;
}
.formulario-crm .legales {
    text-align: center;
    margin: 20px 0;
}


/*Promos alfa*/

.promo-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    box-shadow: 0px 0px 24px 0px #00000040;
}

.info-promo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.bloque-1 {
    width: 30%;
    background-color: #3F4044;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bloque-1 .txt-img {
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.bloque-1 .txt-vrt {
    color: #fff;
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-size: 30px;
    width: 100%;
    position: relative;
}

.txt-vrt span {
    opacity: 0.2;
    position: absolute;
    left: -42px;
    bottom: 12px;
}

.txt-vrt p {
    margin: 10px 0 0px -45px;
    line-height: 18px;
}

.txt-vrt p font {
    display: block;
    font-size: 10px;
}

.img-promo {
    width: calc(100% - 100px);
    text-align: center;
}


.bloque-1 small {
    display: block;
    width: 100%;
    margin-top: 70px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.bloque-2 {
    width: 30%;
    background: linear-gradient(90deg, #EE4035 0%, #C7232E 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.bloque-2 p{
    color: #fff;
    font-size: 20px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.bloque-3 {
    /*width: 40%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;*/
    width: 40%;
    background-color: #fff;
    padding: 20px;
}

.bloque-3 h4 {
    color: #323232;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    font-family: 'Proxima Nova SB';
}

.bloque-3 p {
    margin: 0;
    color: #323232;
}

.head-promo {
    max-width: 90%;
}

.buttons-promo {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    width: 100%;
    margin-left: -3% !important;
}

.buttons-promo .btn{
    width: 33.3%;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10PX;
    background-color: #555555;
    color: #fff;
        margin-right: 10px;
}

.buttons-promo .btn i{
    font-size: 18px;
    margin-right: 10px;
}

.legal-promo {
    width: 100%;
    padding: 0 25px 25px;
}

.legal-promo2 {
    margin: 10px 0;
}

.legal-promo2 .card-body{
    width: 100%;
    max-width: 100%;
    color: #323232;
    border: none;
}

button:active,
button:focus{
    outline: none !important;
}

.legal-promo .btn {
    background-color: #383737;
    color: #fff;
    border-radius: 10px;
    width: 250px;
    height: 55px;
    position: relative;
}

.legal-promo .btn:hover,
.legal-promo .btn:focus{
    background-color: #383737;
    color: #fff;
    border: none;
    outline: none;
}

.legal-promo .btn::after{
    transform: rotate(-180deg);
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    position: absolute;
    margin-left: 10px;
    transition: all 0.3s linear;
}

.legal-promo .btn.collapsed::after{
    transform: rotate(0deg);
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    position: absolute;
    margin-left: 10px;
    transition: all 0.3s linear;
    
}

.legal-promo2 .btn{
    color: #323232;
    padding-left: 0;
}

.legal-promo2 .btn::after {
    transform: rotate(-180deg);
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    position: absolute;
    margin-left: 10px;
    transition: all 0.3s linear;
    color: #CA3538;
}

.legal-promo2 .btn.collapsed::after {
    transform: rotate(0deg);
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    position: absolute;
    margin-left: 10px;
    transition: all 0.3s linear;
    color: #CA3538;
}

/* ==================================================
promociones
================================================== */
.promociones .filtro {
    margin-bottom: 2rem;
}
.promociones .filtro .slc {
    margin-left: auto;
    width: 180px;
}
/*  */
.promociones .promo {
    margin-bottom: 2.5rem;
}
.promociones .promo .image {
    margin-bottom: 10px;
}
.promociones .promo .image img {
    width: 100%;
}
/*  */
.promociones .promo .title-promo {
    color: var(--color-black);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.promociones .promo .title-promo::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--color-primary);
    margin: 5px auto 0 auto;
}
.promociones .promo .title-promo small {
    font-size: 1.25rem;
    font-weight: bold;
}
.promociones .promo .precio {
    color: var(--color-black);
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.2;
}
.promociones .promo .precio span {
    display: block;
    font-weight: bold;
}
.promociones .promo .links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-top: 3rem;
    border-bottom: solid 1px var(--color-grey-1);
}
.promociones .promo .links .link {
    width: 120px;
    color: var(--color-grey);
    text-decoration: none;
    line-height: 1;
    margin: 0 10px;
}
.promociones .promo .links .link h3 {
    font-size: .875rem;
    margin: 0;
}
.promociones .promo .links .link .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: var(--color-primary);
    font-size: 32px;
    margin-right: 10px;
}
.promociones .promo .links .link .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
}
.promociones .promo .detalles-oferta {
    margin-top: 1rem;
}
.promociones .promo .detalles-oferta .link {
    text-align: center;
}
.promociones .promo .detalles-oferta .link h4 {
    font-size: .875rem;
    margin: 0;
}
.promociones .promo .detalles-oferta .link a {
    display: inline-block;
    color: var(--color-black);
    text-decoration: none;
    background-image: url(../img/svg/icon-arrow-up.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}
.promociones .promo .detalles-oferta .link a.collapsed {
    background-image: url(../img/svg/icon-arrow-down.svg);
}
.csspriv{
    cursor:pointer;
}
    .csspriv:hover {
        color: #ca3538 !important
    }

.gama-autos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slider-modelos-1{
    width: 35%;
}
.carousel-gama .item img {
    width: 100%;
}

.items-slider {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*padding-left: 50px;*/
}

.items-slider a{
    width: 33.3%;
    margin-left: -50px;
    position: relative;
}

.items-slider a img{
    width: 100%;
    cursor:pointer;
}

.items-slider a p{
    margin: 0;
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: 27px;
    text-transform: uppercase;
    text-align: right;
    line-height: 17px;
    top: 7px;
    z-index: 1;
}

.items-slider a p span{
    display: block;
    font-size: 16px;
    font-family: 'Proxima Nova Lt';
}

.btn-gama {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 58%;
}

.btn-gama a{
    /*width: 200px;*/
    margin-bottom: 10px;
    /*background: red;*/
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.datos-auto-gm {
    position: absolute;
    top: 20%;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
}

.datos-auto-gm p {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.datos-auto-gm p span{
    font-size: 30px;
    font-family: 'Proxima Nova SB';
}

.paralelogramo {
    width: 60px;
    height: 30px;
    color: #fff;
    transform: skew(-20deg);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s linear;
    background: transparent;
    border: 1px solid #fff;
}

.paralelogramo.active{
    background: linear-gradient(90deg, #EE4035 0%, #C7232E 100%);
    border: 0 !important;
    height: 40px;
}

.btn-red {
    background-color: #CA3538 !important;
    color: #fff !important;
}

.btn-outline-red,
.btn-outline-red:hover{
    background-color: #fff !important;
    color: #CA3538 !important;
    border: 1px solid #CA3538 !important;
}

.btn-gradient {
    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%);
    color: #fff;
    border: 1px solid var(--color-white);
}

.btn-red-2{
    background: linear-gradient(180deg, rgba(202, 53, 56, 0.3) 0%, rgba(226, 81, 55, 0.3) 46%, rgba(202, 53, 56, 0.3) 100%);
    border: 1px solid #CA3538;
    color: #fff;
}

.btn-red-2:hover{
    background: #CA3538;
    color: #fff;
}

.btn-gradient-2 {
    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%);
    border: 1px solid #fff;
    color: #fff;
}

.btn-gradient-2:hover{
    background: #fff; 
    color: #323232;
}

.anio-auto {
    display: flex;
    align-items: center;
}

.paralelogramo font {
    transform: skew(20deg);
}

.items-slider a.active img, .owl-carousel .owl-item a.active img {
    opacity: 0.4;
}


.crm-alfa {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
}

.crm-alfa a{
    width: 33.3%;
    text-align: center;
    background-color: #555555;
    height: 55px;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 20px;
}

.crm-alfa a i {
    font-size: 22px;
    margin-right: 10px;
}

.crm-alfa a:first-child {
    background-color: #CA3538;
}

.crm-alfa a:nth-child(2n){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

/*menu movil*/
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.menu-button:hover .line {
    stroke: #fff;
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.menu-button{
    display: none;
}

.slider-movil-gama{
    width: 100%;
    display: none;
}

.carousel-movil-gm a{
    position: relative;
}

.carousel-movil-gm a p{
        margin: 0;
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: 27px;
    text-transform: uppercase;
    text-align: right;
    line-height: 17px;
    top: 15px;
}

.carousel-movil-gm a p span{
    display: block;
    font-size: 16px;
    font-family: 'Proxima Nova Lt';
}

.telefonos.mov .dropdown .dropdown-toggle::after {
    content: none;
}

.telefonos.mov .dropdown .dropdown-toggle {
    padding-right: 0;
}


.telefonos.mov .dropdown .dropdown-toggle i {
    font-size: 25px;
    color: #fff;
}

.logo-movil{
    display: none;
}

.logo-movil a img{
    width: 45px;
}

.top2.bg-black {
    background: #202020 !important;
}

/*ATUOS NUEVOS*/

.auto-item{
    position: relative;

}

.auto-item img {
    width: 100%;
}

.info-auto-item {
    position: absolute;
    right: 100px;
    top: 20%;
    text-align: right;
    width: 50%;
}

.info-auto-item h3 {
    font-size: 60px;
    color: #fff;
    line-height: 50px;
    font-family: 'Proxima Nova Lt';
    text-transform: uppercase;
}

.info-auto-item h3 span{
    display: block;
    font-family: 'Proxima Nova SB';
}

.info-auto-item p{
    color: #fff;
    font-size: 24px;
    font-family: 'Proxima Nova Lt';
}

.info-auto-item .anio-auto {
    justify-content: flex-end;
}

.btn-auto-item {
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.btn-auto-item a {
    width: 33%;
    height: 50px;
    color: #fff;
    transform: skew(-30deg);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s linear;
    background: transparent;
    border: 2px solid #fff;
    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%);
}

.btn-auto-item a:hover{
    color: #323232;
    border: 2px solid #fff;
    background: #fff;
}

.btn-auto-item a:last-child{
    background: linear-gradient(180deg, rgba(202, 53, 56, 0.3) 0%, rgba(226, 81, 55, 0.3) 46%, rgba(202, 53, 56, 0.3) 100%);
    border: 2px solid #CA3538;
}

.btn-auto-item a:hover:last-child{
    background: linear-gradient(180deg, #CA3538 0%, #E25137 46%, #CA3538 100%);
    color: #fff;
}

.btn-auto-item a span{
    transform: skew(30deg);
    display: flex;
    align-items: center;
}

.btn-auto-item a span i{
    font-size: 19px;
    margin-left: 5px;
}

.info-auto-item.text-left {
    left: 100px;
    text-align: left !important;
    right: unset;
}

.info-auto-item.text-left .anio-auto {
    justify-content: flex-start;
}

.slider-cont-promos {
    padding: 20px;
    margin-left: 13%;
}

.slider-cont-promos .item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.promo-select {
    background-color: #3F4044;
    transform: skew(-22deg);
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: 0 35px;
    overflow: hidden;
    border: 2px solid #3F4044;
}

.promo-select.active,
.promo-select:hover{
    border: 2px solid #CA3538;
}


.promo-select img{
    transform: skew(22deg);
    margin-left: 45%;
    /*width: 136% !important;
    margin-top: 10px;*/
        width: 120% !important;
    margin-top: 15px;
}

.carousel-promos.owl-carousel .owl-stage .owl-item.active {
    margin-left: -35px;
}

.carousel-promos.owl-carousel .owl-stage .active.owl-item:first-child {
    margin-left: 0 !important;
}

.carousel-promos.owl-carousel .owl-item {
    opacity: 0;
}

.carousel-promos.owl-carousel .owl-item.active {
    opacity: 1;
}

.promo-select p {
    color: #fff;
    transform: skew(22deg);
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    text-align: right;
    font-size: 18px;
    line-height: 15px;
    margin: 0;
    right: 7px;
}

.promo-select p span{
    display: block;
    font-size: 14px;
}

.title-promos {
    text-align: center;
    margin: 25px 0;
    color: #4B4B4B;
    font-family: 'Proxima Nova SB';
}

.btn-promos-auto .btn {
    /* color: #CA3538;
    margin: 0;
    padding: 0;
    text-decoration: underline;*/
    color: #CA3538;
    margin: 0;
    padding: 0;
    /*text-decoration: underline;*/
    width: 20.3%;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    background-color: #555555;
    color: #fff;
}

.btn-promos-auto {
    margin: 0 auto;
    max-width: 65%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
    margin-left: 24%;
}

.link-mov {
    display: flex !important;
}

.link-mov i{
        font-size: 18px;
    margin-left: 8px;
    color: #CA3538;
    font-weight: 700;
}

/*cotizacion rediseño*/

.form-datos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}

.form-datos h2{
    display: block;
    width: 100%;
    color: #323232;
    font-family: 'Proxima Nova SB';
    font-size: 34px;
    margin-bottom: 25px;
}

.form-cot .form-group {
    background-color: var(--color-white);
    margin-bottom: 1rem;
    width: 48%;
}

.form-group label {
    font-size: 18px;
    color: #333333;
    font-family: 'Proxima Nova SB';
}

.form-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.form-left {
    width: 48%;
}

.form-left .form-group{
    width: 100%;
}

.form-end {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.form-check-input:checked {
    background-color: #CA3538 !important;
    border-color: #CA3538 !important;
}

.form-check label a {
    color: #CA3538;
    font-family: 'Proxima Nova SB';
}

.form-check-input:focus {
    border-color: #CA3538 !important;
    box-shadow: none !important;
}

.form-end .button{
    width: 250px;
}

.form-end .form-check label{
    color: #323232;
}

.form-auto-color{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.select-auto {
    width: 48%;
}

.select-auto .form-group{
    width: 100%;
}

.form-end .button {
    border-radius: 4px !important;
    width: 300px;
    max-width: 100%;
}

/*PÁGINAS DE ERROR*/

.error-page {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 90vh;
}

.img-error {
    width: 40%;
}

.datos-error {
    width: auto;
}

.datos-error h2 {
    color: #323232;
    font-family: 'Proxima Nova SB';
    font-size: 35px;
}

.datos-error p {
    color: #323232;
    font-size: 16px;
}

.datos-error a{
    width: 250px;
}

/*THANK YOU PAGE*/

.header-secciones.typ {
    height: 150px;
    padding: 0;
}

.detalle-typ {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 25px;
    border: 1px solid #D8D8D8;
    margin-bottom: 50px;
}

.typ-right {
    /*width: 50%;*/
    width: 0;
    padding-left: 20px;
}

.typ-left {
    /*width: 50%;*/
    width: 100%; 
    /*border-right: 1px solid #767676;*/
    position: relative;
}

.bar-typ {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #767676;
    left: 36%;
}

.detalle-typ ul {
    list-style: none;
    padding: 0;
    color: #323232;
}

.detalle-typ ul li {
    margin-bottom: 15px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}

.detalle-typ ul li span:first-child{
    width: 36%;
}

.detalle-typ ul li span:last-child{
    width: 60%;
    padding-left: 10px;
}

.buttons-typ {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
}

.buttons-typ a{
    width: 48%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.typ-cont  h2{
    color: #323232;
    font-family: 'Proxima Nova SB';
    text-transform: unset;
    font-size: 30px;
}

p.mensajesformu {
    text-align: center;
    margin-bottom: 0rem;
    text-align: center;
    margin-bottom: 0rem;
    color: #323232;
    font-size: 16px;
}

.typ-cont {
    max-width: 500px;
    margin: auto;
    color: var(--color-grey);
    text-align: center;
    padding: 40px 0;
}

.typ-detalles .typ-cont {
    width: 100%;
}

@media (max-width: 1400px) {
    .carousel-promos.owl-carousel .owl-item.active {
        margin-left: -25px;
    }

    .promo-select {
        transform: skew(-22deg);
        height: 140px;
        margin: 24px;
    }


}




@media (max-width: 1200px) {
    .slider-modelos-1 {
        width: 40%;
    }

    .items-slider {
        width: 55%;
    }

    .items-slider a {
        margin-left: -25px;
    }

    .items-slider a p {
        font-size: 18px;
        top: 2px;
    }

    .items-slider a p span {
        font-size: 14px;
    }

    .info-auto-item h3 {
        font-size: 43px;
        line-height: 38px;
    }

    .info-auto-item p {
        font-size: 18px;
    }

    .info-auto-item {
        top: 10%;
    }

    .img-promo img {
        width: 100%;
    }

    /*.buttons-promo {
        justify-content: space-between;
    }*/

    .buttons-promo .btn {
        width: 48%;
        margin-right: 0;
    }

    .btn-promos-auto {
        justify-content: space-between;
    }

        .btn-promos-auto .btn {
            width: 48%;
            margin-right: 0;
        }

    .head-promo {
        width: 100%;
    }
}

@media (max-width: 1100px) {

    .carousel-promos.owl-carousel .owl-stage .owl-item.active {
        margin-left: -10px;
    }

    .promo-select {
        height: 120px;
        margin: 19px;
    }

    .promo-select p span {
        font-size: 12px;
    }

    .slider-cont-promos {
        margin-left: 10%;
    }

}

@media (max-width: 991px) {

    .slider-modelos-1 {
        width: 45%;
    }

    .items-slider {
        width: 50%;
    }

    .items-slider a {
        width: 48%;
        margin-bottom: 10px;
    }

    .items-slider a p {
        right: 18px;
    }

    .menu-header{
        display: none;
    }

    .menu-button {
        display: block;
    }

    header .top2 {
        height: 55px;
    }

    .direction-dist{
        display: none;
    }

    .datos-auto-gm p span {
        font-size: 20px;
    }

    .datos-auto-gm p {
        font-size: 14px;
    }

    .paralelogramo.active {
        height: 30px;
    }

    .bloque-1 {
        width: 40%;
    }

    .bloque-2 {
        width: 60%;
    }

    .bloque-3 {
        width: 100%;
        padding: 20px;
    }

    .carousel-promos.owl-carousel .owl-stage .owl-item.active {
        margin-left: 0;
    }

    .slider-cont-promos {
        margin-left: 0;
    }

    .promo-select {
        height: 135px;
        margin: 22px;
    }

    /*header .bar {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 101;
    }*/

    .name-dist i {
        display: block;
        margin-right: 5px;
    }

    .name-dist{
        display: flex;
        align-items: center;
    }

    .datos-error {
        width: 40%;
    }

    .nav-mov.top-movil{
        top: 50px;
    }
}

/*estilos para ellipse slider movil Gama*/
.slider-movil-gama {
    width: 100%;
    max-width: 600px;
    overflow: hidden; /* Oculta el contenido fuera del área visible */
}

.carousel-movil-gm {
    display: flex; /* Asegura que los elementos estén en línea */
    flex-wrap: nowrap; /* Evita que se vayan hacia abajo */
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .carousel-movil-gm::-webkit-scrollbar {
        display: none; /* Oculta la barra de desplazamiento en Chrome/Safari */
    }


    .carousel-movil-gm .item {
        flex: 0 0 auto; /* Evita que se redimensionen */
        width: 200px; /* Ajusta según necesites */
        scroll-snap-align: start;
        text-align: center;
        user-select: none;
        display: flex; /* Asegura que no se comporten como bloques */
        flex-direction: column; /* Para que el texto e imagen se mantengan en su lugar */
        align-items: center; /* Centra el contenido */
    }

        .carousel-movil-gm .item img {
            width: 100%;
            border-radius: 8px;
        }

        @media (max-width: 768px) {
            .slider-modelos-1 {
        width: 90%;
        margin: 0 auto 25px;
    }

    .items-slider{
        display: none;
    }

    .slider-movil-gama {
        display: flex;
    }

    .slider-movil-gama .owl-carousel {
        display: flex;
    }

    .slider-movil-gama .owl-carousel {
        display: flex;
    }

    /*carousel-movil-gm owl-carousel {
        display: block !important;
    }*/

    .logo-movil {
        display: block;
    }

    header .top2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
        height: 50px;
    }

    header .top2.header-style{
        height: 50px
    }

    .logo-movil a img {
        width: 35px;
    }

    .crm-alfa a article{
        display: none;
    }

    .crm-alfa {
        height: 40px;
    }

    footer .legales {
        height: auto;
        flex-wrap: wrap;
    }

    footer .legales span {
        margin: 5px 10px;
        width: 100%;
    }

    body {
        padding-bottom: 40px;
    }

    .crm-alfa a {
        height: 40px;
    }

    .crm {
        bottom: 50px;
    }

    .tels-whatsapp-body.activo {
        bottom: 105px;
    }

    .btn-auto-item a {
        width: 32%;
    }

    .btn-auto-item a span {
        font-size: 13px;
    }

    .auto-item:first-child .info-auto-item {
        padding: 100px 5% 20px;
    }

    .info-auto-item {
        /*right: 5%;
        top: 25%;
        text-align: right;
        width: 90%;*/
        right: 0;
        top: 0;
        text-align: right;
        width: 100%;
        background-color: rgba(0,0,0,0.4);
        padding: 20px 5% 20px;
    }

    .info-auto-item.text-left {
        width: 100%;
        left: 0;
    }

    .bg-gama {
        padding: 50px 0;
        background-image: url(/assets/img/gama/tonale-hibrido-movil.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 -30px;
    }

    .buttons-promo .btn i {
        font-size: 16px;
        margin-right: 10px;
    }

    .buttons-promo .btn {
        font-size: 14px;
        height: 45px;
    }

    .header-secciones p {
        font-size: 18px;
    }

    .header-secciones {
        height: 250px;
    }

    .carousel-movil-gm a p {
        z-index: 1;
    }

    .card-subFooter {
        align-items: center;
    }

    .gamamods.active img{
        opacity: 0.4;
    }

    .error-page {
        align-items: self-end;
        justify-content: center;
        height: 90vh;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .img-error {
        width: 80%;
        margin: 0 auto;
    }

    .datos-error {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    /*.head-typ{
        padding-top: 50px;
    }*/

    .typ-cont h2 {
        font-size: 24px;
    }

    .redes {
        width: auto;
    }

    footer .block .list-hora span {
        font-size: 13px;
    }

    footer .block .list-hora span:last-child {
        font-size: 13px;
    }

        .datos-auto-gm p span {
            font-size: 17px;
        }

            .btn-promos-auto .btn {
                width: 75%!important;
                margin-right: 0;
            }
}

 .nav-mov .redes{
     display: none;
 }


@media (max-width: 578px) {
    .carousel-movil-gm a p {
        font-size: 18px;
        right: 15px;
        top: 0px;
    }

    .bloque-3 {
        order: 3;
    }

    .bloque-3 h4{
        font-size: 24px;
    }

    .bloque-1 {
        width: 100%;
    }

    .bloque-2 {
        width: 100%;
        padding: 20px;
        order: 2;
    }

    .bloque-2 p {
        font-size: 18px;
        max-width: 100%;
        width: 100%;
    }

    .radio {
        width: 50%;
    }


    .div-radios{
        display: flex;
        flex-wrap: wrap;
    }

    .detalle-typ {
        /*width: 95%;*/
        width: 97%;
        padding: 25px 15px;
    }

    /*.typ-left {
        width: 40%;
    }*/

    /*.typ-right {
        width: 60%;
        padding-left:15px;
    }*/

    .detalle-typ ul li {
        font-size: 14px;
    }

    .detalle-typ ul .em {
        overflow-wrap: break-word;
        width: 200px;
    }

    .detalle-typ a{
        width: 100%;
    }

    .buttons-typ a:first-child{
        margin-bottom: 10px;
    }

    .header-secciones.typ {
        height: 100px;
    }

    .legal-promo .btn {
        width: 100%;
        height: 55px;
    }

}



@media (max-width: 700px) {
    .imgclose {
        margin-top: -30px;
    }

    .csspriv {
        color: #ca3538 !important
    }
}





