@font-face {
    font-family: 'AvenirNext-Regular';
    src: url('../fonts/AvenirNextLTPro-Regular.ttf') format('ttf'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'AvenirNext-Bold';
    src: url('../fonts/AvenirNextLTPro-Bold.ttf') format('ttf'), url('../fonts/AvenirNextLTPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

/*
pulseboton whatsaap*/

.pulse-button {
    border: none;
    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);
}

.pulse-button-chat {
    border: none;
    box-shadow: 0 0 0 0 #ed0000;
    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);
}

.pulse-button-crm {
    border: none;
    box-shadow: 0 0 0 0 #1E2532;
    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);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(84,192,80, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(84,192,80, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(84,192,80, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(84,192,80, 0);
    }
}

/* iconos whatsapp body */
.icon-whatsapp-body {
    position: fixed;
    z-index: 51;
    bottom: 200px;
    /* right: 10px;*/
    left: 10px;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/***** --- iconos whatsapp --- *****/
.icon-whatsapp {
    position: fixed;
    z-index: 19;
    /*right: 10px;*/
    left: 10px;
    bottom: 80px;
    /*bottom: 100px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    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;
    }
    .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: center;
            color: #fff;
            text-decoration: none;
            background-color: #54C050;
            margin-bottom: 5px;
            border-radius: 30px;
            height: 40px;
            font-family: 'AvenirNext-Regular';
        }

        .icon-whatsapp-body .wrap .name {
            font-size: 14px;
            text-align: center;
        }


        .icon-whatsapp-body .wrap a img {
            width: 20px;
        }

    .icon-whatsapp-body.active {
        bottom: 170px;
        opacity: 1;
        visibility: visible;
    }


.CotCredito {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}
    .CotCredito .form-control {
        margin-bottom: 20px;
    }
.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;
    }

#dvLoading {
    display: none;
}

#divPrivacidadH {
    margin: 0 auto;
    width: 90%;
    height: auto;
    padding: 21px;
    margin-top: 10%;
    text-align: justify;
}

.imgclose {
    width: 50px;
    position: absolute;
    z-index: 4;
    right: 45px;
    margin-top: -37px;
    cursor: pointer;
}

body {
    padding-top: 110px;
    font-family: 'AvenirNext-Regular';
    font-size: .875rem;
}

.txtWhite{
    color: #FFF !important;
}

.container {
    max-width: 1170px;
    padding: 0 25px;
}

a, a:hover, span {
    text-decoration: none !important;
    color: black;
}

header {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 110px;
    background-color: #fff;
}

.backMenu {
    width: 100%;
    height: 100%;
    /*transition: all 0.4s ease-in-out;*/
    position: fixed;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(3px);
    z-index: 9;
    display: none;
}

.backMenu.open{
    width: 100%;
    height: 100vh;
}

.bg-color-gray {
    background-color: #F8F8F8; 
}

.bg-color-white {
    background-color: #FFF;
}


.bg-color-blue {
    background-color: #003c4a;
}

h2 {
    font-weight: 700;
    text-align: center;
    margin: 30px 0;
    font-size: 40px;
}

h3{
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}

.paddingSection{
    padding: 50px 0;
}

/*h4 {
    margin: 0;
    font-weight: 600;
    font-family: 'SUBARU';
}*/

h5 {
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'AvenirNext-Bold';
}

/*error 404*/

.pag404 {
    height: 75vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.img404 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

    .img404 span {
        color: #D6D6D6;
        font-size: 300px;
        font-style: italic;
    }

    .img404 img {
        position: absolute;
        bottom: 30px;
    }

/*.pag404 .btn.btn-blue {
    width: auto;
}*/

.pag404 .btn.btn-blue:hover {
    color: #fff !important;
}


/*cotizacion*/

.owl-theme.slider-formularios .item img.active {
    border-radius: 3px;
    border: 2px solid #00A0DC;
}

.owl-theme.slider-formularios .item img {
    cursor: pointer;
}

.owl-theme.slider-formularios .owl-nav [class*=owl-] {
    color: #000;
    position: absolute;
    top: 25%;
}

.owl-theme.slider-formularios .owl-nav [class*=owl-]:hover {
    color: #000;
    background-color: transparent;
}

.owl-theme.slider-formularios .owl-nav .owl-next {
    right: -25px;
}

.owl-theme.slider-formularios .owl-nav .owl-prev {
    left: -25px;
}

.btnsCotizacion {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.btnsCotizacion .btn{
    width: 48%;
    margin: 0;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

    .btnsCotizacion .btn.active {
        color: #00A0DC;
        border: 1px solid #00A0DC;
        font-weight: bold;
    }

.contentForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    align-items: baseline;
}

.leftForm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rigthForm {
    width: 46%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-group.full-size{
    width: 100%;
}

.form-group.mid-size {
    width: 48%;
}

/*Menu*/
.modelosMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modeloItem {
    width: 17%;
    margin: 0 1.5%;
}

.modeloItem a{
    color: #000 !important;
}

.btnModels {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btnModels .btn{
    margin-top: 15px;
    background-color: #00A0DC;
    border: 1px solid #00A0DC;
    color: #fff !important;
    font-size: 16px;
    height: 40px;
    border-radius: 6px;
}

.modeloItem img {
    width: 100%;
}

.headSubMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.headSubMenu h2{
    width: 100%;
    padding: 60px 0;
}

.cerrarSubMenu {
    position: absolute;
    right: 0;
    top: 50px;
}

.linsSubMenus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.listLinks {
    width: calc(100% - 450px);
    display: flex;
    flex-direction: column;
}

.listLinks a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    align-items: baseline;
}

.imgSubMenu {
    width: 300px;
    margin-top: -40px;
}

.imgSubMenu img{
    width: 100%;
}

.ubDist a i {
    margin-right: 8px;
    color: #1757B8;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}
/*estilos generales formularios*/
.sliderForm {
    width: 100%;
    margin-bottom: 20px;
}

.form-control,
.form-select {
    border-radius: 3px;
    height: 40px;
    border: 1px solid #000;
    color: #707070;
}

.form-control:focus,
.form-select:focus{
    color: #495057;
    background-color: #fff;
    border-color: #707070;
    outline: 0;
    box-shadow: none;
}

.form-check{
    margin: 0 15px;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #00519d !important;
    border-color: #00519d !important;
}

.form-check-label {
    margin-top: 5px;
}

.custom-select {
    background-image: url(/assets/img/home/flecha-menu.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    padding-right: 20px !important;
}

/*crm*/

.crm {
    position: fixed;
    bottom: 20%;
    right: 0;
    width: 50px;
    z-index: 50;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #00A0DC;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

    .crm a {
        position: relative;
        display: flex;
        width: 60px;
        height: 50px;
        color: #fff;
        /*margin-bottom: 5px;*/
    }

        .crm a article {
            display: flex;
            align-items: center;
            width: 50px;
            height: 50px;
            background-color: #00A0DC;
            padding-left: 4px;
            /*border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;*/
            overflow: hidden;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border-bottom: 1px solid #1e5fc2;
        }

        .crm a:first-child article {
            border-top-left-radius: 6px
        }

        .crm a:last-child article {
            border-bottom-left-radius: 6px
        }



        .crm a article i {
            font-size: 29px;
            margin-right: 11px;
            margin-left: 8px;
        }

            .crm a article img{
                color: #fff;
                filter: invert(1);
                width: 23px;
                margin-right: 10px;
                margin-left: 10px;
            }

            .crm a article span {
                color: #fff;
                width: 150px;
                font-size: 16px;
                line-height: 1;
                white-space: nowrap;
                padding-left: 10px;
            }

        .crm a:hover article {
            position: absolute;
            right: 0;
            width: 220px;
            height: 50px;
            background-color: #1e5fc2;
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
        }

/*CRM MÓVIL*/
.menu-icon {
    position: fixed;
    z-index: 30;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: none;
}

    .menu-icon a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        background: #00A0DC;
        border-radius: 50%;
    }

/*.menu-open i {
    font-size: 10px !important;
}*/

.menu-icon a i {
    font-size: 20px;
}

.menu-open.show {
    display: flex;
}

.menu-open.hide {
    display: none;
}

.menu-close.show {
    display: flex;
}

.menu-close.hide {
    display: none;
}

.menu-list {
    position: fixed;
    z-index: 25;
    bottom: 0;
    right: 10px;
    width: auto;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .menu-list a {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 14px;
        margin-bottom: 0;
        padding: 10px 10px;
        width: 150px;
        height: 45px;
        border-radius: 6px;
        border: none;
        background: #00A0DC;
        margin-top: 10px;
        text-decoration: none;
        line-height: 1;
    }

    .menu-list a img{
        filter: invert(1);
        width: 21px;
        margin-right: 15px;
        margin-left: 10px;
    }

        .menu-list a i {
            display: inline-block;
            width: 15px;
            font-size: 18px;
            margin-right: 20px;
            margin-left: 10px;
        }

    .menu-list.hidden {
        opacity: 0;
        visibility: hidden;
    }

    .menu-list.show {
        opacity: 1;
        bottom: 70px;
    }

.menu-list-back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .menu-list-back.show {
        visibility: initial;
        opacity: 1;
    }

    .menu-list-back.hide {
        visibility: hidden;
        opacity: 0;
    }

.icon-whatsapp-mov {
    position: fixed;
    z-index: 30;
    bottom: 70px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .icon-whatsapp-mov .ico {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        color: #fff;
        font-size: 30px;
        background-color: #06A606;
        border-radius: 50%;
    }

    .icon-whatsapp-mov.up {
        bottom: 250px;
    }


/*CRM FIN*/

/*header contacto*/
.telsDist {
    display: flex;
    flex-wrap: wrap;
}

.telsContent li{
    list-style: none;
}

.btn-slider {
    background-color: transparent !important;
    border-color: white;
    width: 257px !important;
    border-radius: 10px !important;
}

    .btn-slider:hover {
        background-color: transparent !important;
        border-color: white !important;
    }

.telsContent {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}

.telsContent a{
    margin-left: 10px;
    border-right: 1px solid #000;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .telsContent .bi-whatsapp {
        color: #25D366;
        margin-right: 10px;
    }

.telsContent .bi-telephone-fill {
    color: #1757B8;
}

.telsDist .telsContent:first-child a i {
    color: #25D366;
} 

.telsContent a:first-child{
    margin-left: 0;
}

.telsContent a:last-child{
    border-right: none;
}

.telsContent a:first-child span{
    margin-left: 6px !important;
}

.telsContent a span {
    margin-left: 0 !important;
    font-weight: 600;
}

.telsContent a font{
    margin-left: 5px;
}

.telsMovil{
    display: none;
}

.telsContent a i {
    display: none;
    color: #1757B8;
}

.telsContent a:first-child i {
    display: block;
}

.cerrarSubMenu i{
    color: #000;
    font-size: 25px;
    cursor: pointer;
}

.topHeader {
    height: 45px;
    padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid lightgray;
}

.ubDist a {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 800;
}



.menuBottom {
    height: 65px;
    padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.logoSUBARU img {
    width: auto;
    margin-right: 10px;
    width: 200px;
}

#accordion {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#accordion .btnmenu,
#accordion .btnmenu2{
    color: #000;
    font-size: 16px;
    height: 65px;
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
}

#accordion .btnmenu:hover,
#accordion .btnmenu2:hover {
    text-decoration: none;
    color: #00A0DC;
}

.btn-link.btnmenu {
    background-image: url(/assets/img/home/flecha-menu.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    padding-right: 20px !important;
    margin-right: 10px;
}

.busqueda-botones {
    display: flex;
    gap: 10px; /* Espacio entre los botones */
    margin-top: 15px;
}

    .busqueda-botones button {
        width: 300px; /* Mantiene el tamaño de los botones */
    }
#buscar-todos {
    align-self: end;
    min-width: min-content !important;
}

.menuCollpase {
    position: absolute;
    background-color: #fff;
   /* width: 100%;*/
    width: 80%;
    /*left: 0;*/
    left: 9%;
    top: 65px;
    padding: 0 50px;
    height: 80vh;
    transition: all 0.4s linear;
    border-top: 1px solid #eee;
}

.modeloItem a span,
.modeloItem2 a span {
    font-size: 14px;
    display: block;
    line-height: 16px;
    color: #1971D4;
    background-color: transparent;
    text-align: center;
    margin-top: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.modeloItem a p,
.modeloItem2 a p {
    font-size: 16px;
    font-family: 'AvenirNext-Bold';
}
/*cotización rápida*/
.cotRapida {
    display: flex;
    flex-wrap: wrap;
}

.cotRapida .form-select,
.cotRapida .form-control{
    width: 19%;
    margin: 0 0.5%;
}

.checkItems {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: stretch;
    align-content: center;
}

.checkItems .custom-control{
    padding: 0 15px;
}

.txtLegalForm {
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
    font-family: 'SUBARU-Medium';
    margin: 15px 0 0 0;
}

.radiosForm .form-control {
    margin-bottom: 5px !important;
    width: 100% !important;
}

.radiosForm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.radiosForm.formCS{
    width: 100%;
}

.btn {
    width: 300px;
    height: 40px;
    border-radius: 6px;
    color: #fff;
    background-color: #00A0DC;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
}

.btnBlue:hover {
    color: #fff;
    background-color: #00A0DC;
}

/*.btn:hover{
    color: #000;
    border: 1px solid #000;
}*/


.btn-transparent {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px !important;
    width: 200px;
}

.btn-transparent:hover{
    color: #fff;
}



.slider-homeC .owl-next {
    right: 60px;
}

.slider-homeC .owl-prev {
    left: 60px;
    transform: rotate(3.142rad) !important;
}



.owl-theme .owl-nav {
    margin-top: 15px;
}

.slider-homeC.owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
}

    .slider-homeC.owl-theme .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
        border: 1px solid #fff;
        background: transparent;
    }


.slider-homeC.owl-theme .owl-nav [class*=owl-] i {
    font-size: 30px;
    color: #fff;
    margin-left: 4px;
    margin-top: 3px;
}

.slider-homeC.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.slider-homeC.owl-theme .owl-dots .owl-dot.active span, .slider-homeC.owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
}

.sliderModelos {
    padding: 50px 0;
}

.slider-homeC.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    width: 45px;
    height: 45px;
}



.slider-homeC3.owl-theme .owl-dots .owl-dot.active span, .slider-homeC3.owl-theme .owl-dots .owl-dot:hover span {
    background: #00A0DC;
}

.linkBanner a img {
    width: 8px !important;
    margin-left: 10px;
}

/*CINTILLO CSS*/

.cintilloHome {
    background-color: #00A0DC;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

    .cintilloHome a {
        color: #fff;
        font-size: 17px;
        padding: 25px 15px;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 33.3%;
    }


    .cintilloHome a:hover{
        background-color: #0D274E;
    }

        .cintilloHome a i {
            font-size: 25px;
            height: 37.5px;
        }

.cintilloHome .lineH{
    width: 2px;
    background-color: #fff;
    height: 30px;
    margin: 0 15px;
}


/*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: #000;
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    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;
}

.close-menu {
    display: none;
}

.formMidSize.inputForm .form-control {
    width: 100% !important;
}

.formFullSize.inputForm .form-control {
    width: 100% !important;
}

.formFullSize{
    width: 100%;
}
/* ============================================================
utilities
============================================================ */
.color-primary {
    color: var(--color-primary);
}

.color-font {
    color: var(--color-font);
}

.color-white {
    color: var(--color-white);
}

.color-black {
    color: var(--color-black);
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: .875rem;
}

.font-16 {
    font-size: 1rem;
}

.font-18 {
    font-size: 1.125rem;
}

.font-20 {
    font-size: 1.25rem;
}

.font-24 {
    font-size: 1.5rem;
}

.font-28 {
    font-size: 1.75rem;
}

.font-32 {
    font-size: 2rem;
}

.font-44 {
    font-size: 2.5rem;
}

.font-48 {
    font-size: 3rem;
}

.font-normal {
    font-family: 'SUBARU';
}
.font-light {
    font-family: 'SUBARU-Light';
}
.font-medium {
    font-family: 'SUBARU-Medium';
}
.font-bold {
    font-family: 'SUBARU-Bold';
}

.border-black {
    border: solid 1px var(--color-black);
}

.border-grey-3 {
    border: solid 1px var(--color-grey-3);
}
/*  */
.border-bottom-grey-3 {
    border-bottom: solid 1px var(--color-grey-3);
}

.border-bottom-black {
    border-bottom: solid 1px var(--color-black);
}


/* ============================================================
secciones
============================================================ */
.sec-header-banner {
    position: relative;
    margin-bottom: 80px;
}

    .sec-header-banner .image img {
        width: 100%;
    }

    .sec-header-banner .title {
        position: absolute;
        top: 23%;
        max-width: 500px;
        width: 100%;
        color: var(--color-white);
        font-size: 60px;
        font-weight: 300;
        line-height: 1;
        margin: 0 20px;
        /*transform: translateY(-50%);*/
    }

.sec-intro {
    max-width: 950px;
    width: 100%;
    text-align: center;
    border: solid 1px var(--color-grey-3);
    margin: 0 auto 48px;
}


/* ============================================================
secciones - SUBARU care
============================================================ */
.banner-SUBARU-care {
    position: relative;
    margin-bottom: 80px;
}

    .banner-SUBARU-care .image img {
        width: 100%;
    }

    .banner-SUBARU-care .title {
        position: absolute;
        top: 23%;
        color: white;
        font-size: 60px;
        font-weight: 300;
        line-height: 1;
        margin: 0 20px;
    }

.SUBARU-care-intro {
    /*max-width: 950px;*/
    width: 100%;
    font-weight: 500;
    text-align: center;
    border: solid 1px var(--color-grey-3);
    margin: 0 auto 48px;
}

/* ---------- */
.SUBARU-care-card {
    position: relative;
    margin-bottom: 80px;
}

    .SUBARU-care-card .info {
        position: absolute;
        z-index: 1;
        max-width: 740px;
        width: 100%;
        width: calc(50% + 65px);
        display: flex;
        gap: 20px;
        background-color: var(--color-white);
        padding-right: 65px;
        padding-top: 10px;
        padding-bottom: 65px;
    }

        .SUBARU-care-card .info.left {
            left: 0;
            top: 0;
            padding-left: 0;
            padding-right: 65px;
            padding-top: 10px;
            padding-bottom: 65px;
        }

        .SUBARU-care-card .info.right {
            right: 0;
            bottom: 0;
            padding-left: 65px;
            padding-right: 0;
            padding-top: 65px;
            padding-bottom: 10px;
        }

        .SUBARU-care-card .info > div {
            flex: 1;
        }
    /* .SUBARU-care-card .info .parr {
    font-weight: 350;
} */
    .SUBARU-care-card .image {
        width: 50%;
    }

        .SUBARU-care-card .image img {
            width: 100%
        }

    .SUBARU-care-card .text-end {
        width: auto !important;
    }
/* ---------- */

.card-SUBARU-care {
    position: relative;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-end {
    width: 40% !important;
}

.card-SUBARU-care .info {
    width: 60% !important;
}

.text-end.order2{
    order: 2;
}


.PlecaW {
    background-color: #fff;
    width: 65px;
    height: 220px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.PlecaW2 {
    background-color: #fff;
    width: 65px;
    height: 220px;
    position: absolute;
    top: -1px;
    right: -1px;
}

.image.d-inline-block{
    position: relative;
}

.card-SUBARU-care .info {
    position: relative;
    z-index: 1;
    /*max-width: 740px;*/
    /*width: 100%;*/
    /*width: calc(50% + 65px);*/
    display: flex;
    gap: 20px;
    background-color: var(--color-white);
    padding-right: 65px;
    padding-top: 10px;
    padding-bottom: 65px;
}

        .card-SUBARU-care .info.left {
            left: 0;
            top: 0;
            padding-left: 0;
            padding-right: 65px;
            padding-top: 10px;
            padding-bottom: 65px;
        }

        .card-SUBARU-care .info.right {
            right: 0;
            bottom: 0;
            padding-left: 65px;
            padding-right: 0;
            padding-top: 65px;
            padding-bottom: 10px;
        }

        .card-SUBARU-care .info > div {
            flex: 1;
        }
    /* .card-SUBARU-care .info .parr {
    font-weight: 350;
} */
    /*.card-SUBARU-care .image {
        width: 50%;
    }*/

        .card-SUBARU-care .image img {
            width: 100%
        }

.info .btn{
    width: 100%;
}
/* ============================================================
secciones - servicio mantenimiento
============================================================ */
.table-servicio-mant .table {
    text-align: center;
}

    .table-servicio-mant .table td {
        vertical-align: middle;
    }


/*FOOOTER SUBARU*/

.dirDis {
    background-color: #F7F8F9;
    padding: 20px 0;
}

.dirDis p{
    margin: 0;
    font-size: 15px;
}

.dirDis span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    margin-right: 5px;
}

.dirDis i {
    margin-right: 5px;
}

.redesSubaru {
    background-color: #F7F8F9;
    padding: 10px 0;
    border-top: 1px solid #BEBFC1;
}

.footerRedes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.footerRedes i{
    font-size: 25px;
}

.footerRedes a{
    margin: 0 10px;
}


.footerItems {
    background-color: #F7F8F9;
    padding: 30px 0;
}

.disclaimer a:first-child{
    margin-right: 5px; 
}

.disclaimer p{
    margin: 0;
}

.disclaimer a:last-child {
    margin-left: 5px;
}

.redesSubaru .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footerItems .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.telsFooter a {
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.telsFooter a i{
    margin-right: 10px;
}


.link-xs {
    text-align: center;
}

    .link-xs a img {
        width: 230px;
        text-align: center;
        margin: 0 auto;
        padding: 15px;
        filter: brightness(0.5);
    }

.horariosFooter span {
    font-size: 14px;
    font-weight: 800;
    display: block;
    margin-top: 15px;
}

.horariosFooter font {
    display: block;
}

.linkFooter a {
    color: #BEBFC1;
    display: flex;
    margin-bottom: 5px;
}

    .linkFooter a:hover {
        display: inline-block;
        color: #00a0dc;
        transform: scale(1.1) !important;
    }

/*FIN FOOTER SUBARU*/

/*cotización*/
.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 5px;
    }

.subTitleForm {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    display: flex;
    width: 100%;
    margin-top: 15px;
}

    .subTitleForm font {
        background-color: #000;
        color: #fff;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        margin-right: 10px;
        font-size: 16px;
    }

.divForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.formCot .form-select {
    width: 48%;
    margin-bottom: 20px;
}

.formCot input.form-control {
    width: 23%;
    margin-bottom: 20px;
}

textarea.form-control {
    width:48%;
    height: auto;
}

.form-check-label a {
    font-weight: 600;
    color: #000;
    margin-left: 3px;
    text-decoration: underline !important;
}

.formCotTipo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.formCot .formCotTipo .form-control {
    width: 31%;
}

/*cita de servicio*/
.formMidSize{
    width: 47%;
}

.formMidSize .form-select{
    width: 100%;
}

.formCita .form-control,
.formCita .form-select {
    margin-bottom: 20px;
}
/* ============================================================
secciones - promociones
============================================================ */
.card-promo {
    margin-bottom: 80px;
}

.card-promo .PlecaW2{
    display: none;
}

.card-promo .image {
    margin-bottom: 20px;
    position: relative;
}

        .card-promo .image img {
            width: 100%;
        }

.btn-coll-promoterminos::after {
    content: "\F286";
    display: inline-block;
    vertical-align: middle;
    font-family: bootstrap-icons !important;
    margin-top: -2px;
    margin-left: 4px;
}

.btn-coll-promoterminos.collapsed::after {
    content: "\F282";
}


/* ============================================================
contacto
============================================================ */
.redes {
    display: inline-flex;
    gap: 20px;
    margin-bottom: 30px;
}

    .redes .icon {
        display: block;
        width: 40px;
        height: 40px;
    }


/* ============================================================
tomamos tu auto
============================================================ */
.table-tomamos-tu-auto td {
    width: 50%;
    line-height: 1;
    border-bottom: none;
}

    .table-tomamos-tu-auto td:first-child {
        border-right: solid 1px var(--color-black);
    }


/* ============================================================
formularios
============================================================ */
/* ========== buttons ========== */
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* width: 300px; */
    height: 45px;
    color: var(--color-white);
    text-decoration: none;
    background-color: var(--color-black);
    padding: 0 30px;
    /* margin: 0 auto; */
    border: none;
    border-radius: 0;
}

.button-outline {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* width: 300px; */
    height: 45px;
    color: var(--color-black);
    text-decoration: none;
    background-color: var(--color-white);
    padding: 0 30px;
    /* margin: 0 auto; */
    border: solid 1px var(--color-black);
    border-radius: 0;
}

.contComboAuto {
    margin: auto;
    width: 100%;
}

.selectAuto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.selectAuto .form-select{
    width: 31%;
}

/*.fechaDato .gj-datepicker-bootstrap [role=right-icon] button {
    min-width: 38px;
    border-radius: 0;
    border: 1px solid #000;
    background: transparent;
    border-left: none !important;
    border-top: 0;
    border-right: 0;
    height: 40px;
}

    .fechaDato .gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
    .fechaDato .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
        font-size: 21px;
        top: 15px;
        color: #000;
    }

.fechaDato .form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.gj-button, .gj-button-md, .gj-cursor-pointer {
    color: #000 !important;
}

.fechaDato .btn-outline-secondary:not(:disabled):not(.disabled).active,
.fechaDato .btn-outline-secondary:not(:disabled):not(.disabled):active,
.fechaDato .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #6c757d;
}

.formPM .finForm {
    width: 100%;
    align-items: center;
}*/


.fecha .gj-datepicker-bootstrap [role=right-icon] button {
    border: 1px solid #000;
    border-left: none;
    background-color: #fff;
    color: #000;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: none;
}

.fecha .gj-datepicker-bootstrap [role=right-icon] button:hover{
    color: #000;
    border-left: none !important;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #00A0DC !important;
}

.fecha input{
    border-right: none;
}

.fecha {
    width: 100%;
    margin-bottom: 20px;
}
/* ========== inputs ========== */
/*.form-control, .custom-select {
        height: 40px;
        font-size: .875rem;
        border-radius: 0;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #707070;
    }

.custom-select {
    background-image: url(./assets/img/flecha-menu.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    padding-right: 20px !important;
}*/
/* ========== checkboxs y radios ========== */
.form-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 30px;
    margin: 0;
    margin-right: 25px;
}

.radiosForm .form-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
    color: rgb(0, 81, 157);
}

.form-check-input {
    border-color: var(--color-font);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .form-check-input:checked {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

.subirArchivo {
    position: relative;
    width: 100%;
    height: 30px;
}

.subirArchivo input{
    position: absolute;
    width: 100%;
    height: 40px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #000 !important;
    cursor: pointer;
}

.subirArchivo input:focus,
.subirArchivo input:focus-visible,
.subirArchivo input:hover{
    position: absolute;
    width: 100%;
    height: 40px;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #000 !important;
    cursor: pointer;
}

.nota-form{
    display: none;
}

.nota-form.mob {
    display: block;
}

.nombreFile {
    display: block;
    margin-top: 20px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.custom-file-label {
    position: absolute;
    padding-left: 15px;
    cursor: pointer;
}

.contEnviar {
    justify-content: center;
    flex-direction: column;
}

.contEnviar .button {
    width: 250px;
    margin: 0 auto;
}

.contEnviar .custom-checkbox{
        margin-bottom: 20px;
}

.subirArchivo i {
    position: absolute;
    right: 15px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.modalAvisoPriv.modal-dialog {
    background: transparent;
    max-width: 1200px;
}

.modalAvisoPriv .modal-content {
    background: transparent;
    color: #fff;
    border: none;
}

.modalAvisoPriv .modal-content p {
    font-size: 18px;
    text-align: center;
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.8 !important;
}

.modalAvisoPriv .modal-header {
    border: none;
}

.modalAvisoPriv .btn-close {
    --bs-btn-close-color: #fff !important;
}

.modalAvisoPriv .btn-close {
    background-image: none;
}

.modalAvisoPriv .btn-close:focus{
    outline: none;
    border: none;
    box-shadow: none;
}

.modalAvisoPriv .btn-close i{
    font-size: 22px;
}


.MovilRedes {
    display: none;
}


/*.modal {
    transition: all 0.8s linear !important;
    left: -100% !important;

}

.modal.show {
    left: 0 !important;
 
}*/

/*Ajustes Home*/

.sb-link {
    background-image: url(/assets/img/home/fondo-lsb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.links-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.link-item{
    width: 23%;
    margin: 0 1%;
}

.link-item:hover {
    transform: translateY(-5px);
}

.link-item a {
    position: relative;
}

.bg-gradient {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0, #111 100%);
}

.link-item a span {
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}


.link-item a#historia {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0, #111 100%), url(/assets/img/home/Subaru_Camden_Headquarters-1.jpg);
    background-size: cover;
    background-position: center;
}

.link-item a#seguridad {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0, #111 100%), url(/assets/img/home/seguridad-qn.jpg);
    background-size: cover;
    background-position: center;
}

.link-item a#identidad {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0, #111 100%), url(/assets/img/home/grid-4.jpg);
    background-size: cover;
    background-position: center;
}

.link-item a#diversion {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0, #111 100%), url(/assets/img/home/wrz-1.jpg);
    background-size: cover;
    background-position: center;
}

.link-item a {
    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
    height: 160px;
}

.itemFooter{
    width: 23%;
    padding: 0 1%;
}

.footerItems#footerCorp .itemFooter {
    width: 19%;
    padding: 0 0.5%;
}

.mosaico-subaru {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1170px;
    margin: 50px auto;
}

.left-mosaico{
    width: 50%;
}

.img-full {
    width: calc(100% - 10px);
    height: 250px;
    margin: 0 5px 10px;
    /*background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0, #111 100%), url(/assets/img/home/Subaru_Camden_Headquarters-1.jpg);
    background-size: cover;
    background-position: center;*/
    position: relative;
    background-size: cover;
    background-position: center;
}

.img-full#subaruTips {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0, #111 100%), url(/assets/img/home/tips.jpg);
    background-size: cover;
    background-position: center;
}

.img-full#calidad {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0, #111 100%), url(/assets/img/home/calidad.jpg);
}

    .img-full div,
    .img-middle div {
        position: absolute;
        bottom: 28px;
        left: 5%;
    }

    .img-full div a,
    .img-middle div a{
        display: flex;
        align-items: center;
    }

    .img-full div a:hover,
    .img-middle div a:hover{
        color: #00A0DC !important;
    }

    .img-full div a i,
    .img-middle div a i{
        margin-left: 10px;
        font-size: 13px;
    }

    .img-full div span,
    .img-middle div span{
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 24px;
        display: block;
        line-height: 1.1;
    }

.right-mosaico {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.img-middle {
    width: calc(50% - 10px);
    height: 250px;
    margin: 0 5px 5px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.img-middle#garantia {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0, #111 100%), url(/assets/img/home/garantia.jpg);
}

.img-middle#refacciones {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0, #111 100%), url(/assets/img/home/refacciones.jpg);
}

.img-middle#servicio {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0, #111 100%), url(/assets/img/home/servicio.jpg);
}

.img-middle#disenio {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0, #111 100%), url(/assets/img/home/disenio.jpg);
}

/*redes sociales*/
.redes-sociales {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.redes-sociales p{
    margin: 0;
    font-size: 30px;
}

.redes-sociales a{
        font-size: 30px;
    margin: 0 15px;
}

/*header*/

.cta-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 15px;
    border-left: 1px solid lightgray;
    padding-left: 15px;
    height: 50px;
}

    .cta-header a {
        width: 60px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta-header a i {
        font-size: 30px;
        margin: 0 10px;
        display: block;
    }

        .cta-header a img {
            margin: 0 10px 5px;
            width: 28px;
        }

        .cta-header a:hover img {
            display: none;
        }

    /*.cta-header a:hover i{
        display: none;
    }*/

        .cta-header a:hover i:not([class*="icon-icono-05"]) {
            display: none;
        }

        .cta-header a[href="/VentaDigital/"] i {
            transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
            display: inline-block; /* Asegura que el border-radius se aplique */
            padding: 10px; /* Espaciado para hacer más visible el borde redondeado */
            border-radius: 50%; /* Lo hace completamente circular */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            background-color: #00a0dc; /* Agrega un fondo semi-transparente */
            color: white;
        }

        .cta-header a[href="/VentaDigital/"]:hover i {
            transform: scale(1.3);
            
        }
.crm a[href="/VentaDigital/"] i {
    transition: transform 0.3s ease-in-out;
}

.crm a[href="/VentaDigital/"]:hover i {
    transform: scale(1.5); /* Aumenta el tamaño */
}


        .cta-header a span {
            color: #00a0dc;
            font-size: 10px;
            text-align: center;
            display: none;
            line-height: 12px;
        }

     .cta-header a:hover span{
         display: block;
     }

/*slider modelos*/
.sliderModelos {
    border-bottom: 1px solid #f4f4f4 !important;
    margin-bottom: 50px;
}

.img-logo-name {
    max-width: 100px;
    margin: 0 auto 10px;
}

/*.img-model {
    filter: grayscale(1);
}*/

.modeloItem2 a span{
    opacity: 0;
}

.modeloItem2:hover a span {
    opacity: 1;
}

.modeloItem2:hover .img-model {
    filter: unset;
}
/*cotizacion*/
.banner-form {
    width: 100%;
    display: flex;
    height: 300px;
    align-items: center;
    background-color: #080808;
    left: 0;
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/banners-secciones/cotizacion/cotizacion-web.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.subtitle-section {
    display: flex;
    align-items: center;
}

.subtitle-section span {
    width: 10px;
    height: 85px;
    background: #00a0dc;
    margin: 0 20px 0 50px;
    display: block;
}

    .subtitle-section p {
        color: #fff;
        margin: 0;
        letter-spacing: 1px;
        font-size: xx-large;
        margin-bottom: 10px;
        font-variant: all-petite-caps;
        line-height: 1.1;
    }

.form-control,
.form-select {
    border-radius: 0;
    height: 40px;
    border: 0;
    color: #3b3b3b;
    border-bottom: 2px solid #1971d4;
    padding-left: 0;
    font-size: 14px;
    margin-top: 20px;
}

.form-group label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    color: #00519d;
}

.form-sb {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    justify-content: space-between;
}

.form-group{
    width: 48%;
}

.fin-form btn{
    text-transform: uppercase;
}
/*Estilos generales*/
h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn-outline-white {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

    .btn-outline-white i {
        margin-left: 10px;
    }

    .btn-outline-white:hover {
        background-color: #fff;
        color: #00519D;
    }

.btn-outline-blue {
    border: 1px solid #00519D;
    background-color: transparent;
    color: #00519D;
    border-radius: 5px;

}

    .btn-outline-blue:hover {
        background-color: #00519D;
        color: #fff;
    }

@media (max-width: 768px) {
    .btn-outline-blue {
        background-color: #00519D;
        color: #fff;
    }

    .busqueda-form.mt-5.mb-4 {
        display: flex;
        flex-direction: column;
    }

    .busqueda-botones{
        flex-direction: column;
    }
}


.txt-white {
    color: #fff !important;
}

/*llamados a revision*/

.llamados-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.llamados-txt {
    width: 48%;
}

.llamados-img {
    width: 40%;
    background: #00a0dc2e;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
}

.llamados-img img{
    width: 100%;
}

.llamados-content h3 {
    color: #00519d;
    font-size: 30px;
}

.form-vin {
    text-align: center;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.llamados-txt ul {
    list-style: auto;
}

.llamados-txt ul li span{
    font-weight: 600;
}

.banner-form#bg-revision {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/llamadoARevision/concesionarias.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-promociones {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/promociones/bg-promociones.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-promociones {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/seguridad/bg-seguridad.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-motor-boxer {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/motor-boxer/bg-motor-boxer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-awd {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/symmetrical-awd/bg-awd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-eyesight {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/eye-sight/bg-eyesight.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-disenio {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/disenio/bg-disenio.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-calidad {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/calidad/bg-calidad.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-servicio {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/servicio/bg-servicio.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-refacciones {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/refacciones/bg-refacciones.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-inspeccion {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/puntos-inspeccion/bg-inspeccion.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-subaru-care {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/subaru-care/bg-subaru-care.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-serv-mant {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/servicio-mant/bg-serv-mant.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-subaru-tips {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/subaru-tips/bg-subaru-tips.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-garantia {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/garantia/bg-garantia.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-form#bg-diversion {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/diversion/bg-diversion.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Beneficios exclusivos (promociones)*/
.promos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}

.promo-item {
    width: 30%;
    margin: 0 1.66%;
    text-align: left !important;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: box-shadow .333scubic-bezier(.8,0,.24,1);
    background-color: #fff;
}

.promo-item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .1);
}

.info-promo {
    padding: 10px 15px;
}

.info-promo h3 {
    margin-top: 0;
    text-align: left;
}

.info-promo .btn{
    margin: 10px 0;
    max-width: 65%;
    border-radius: 0;
    font-weight: 600;
}

    .info-promo .btn:hover {
        background-color: #00A0DC;
        color: #fff;
    }

.info-promo span {
    text-align: justify;
    font-weight: 600;
}

.info-promo p{
    font-size: 12px;
    line-height: 1.5rem;
    margin-top: 10px;
    margin-bottom: 0;
}

.info-promo p font{
    font-size:14px;
    display:block;
}

.bg-promos-section {
    background-color: #f5f5f5;
}

.w-100 hr {
    margin-top: 50px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #ddd;
}

/*Historia*/

.subtitle-section small {
    display: block;
    font-size: 13px;
    font-variant: normal;
    margin-top: 10px;
}

.banner-form#bg-historia {
    background-image: linear-gradient(#0d274e96, #0d274e96), url(/assets/img/historia/bg-historia.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-historia {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    max-width: 900px;
    margin: 50px auto;
    position: relative;
}

#historia {
    overflow: hidden;
}

.timeLine {
    width: 6px;
    height: 100%;
    background-color: #0d274e;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.view-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

    .view-right div {
        padding: 15px;
        background: #00519d;
        height: auto;
        width: 40%;
        min-width: 400px;
        color: #fff;
    }

    .view-right span,
    .view-left span {
        width: 30px;
        height: 30px;
        background: #00a0dc;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        border-radius: 30px;
    }

.view-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 50px 0;
    position: relative;
}

    .view-left div {
        padding: 15px;
        background: #00519d;
        height: auto;
        width: 40%;
        min-width: 400px;
        color: #fff;
    }


.card-historia small {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}


.card-historia img{
    margin-bottom: 10px;
}

.card-historia h4 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.card-historia p{
    margin: 0;
}

.view-right .point-view {
    width: 0 !important;
    height: 0 !important;
    border-top: 10px solid transparent;
    border-right: 25px solid #00519d;
    border-bottom: 11px solid transparent;
    border-radius: 0 !important;
    background: transparent !important;
    left: -24px !important;
    transform: none !important;
    bottom: 5px;
}

.view-left .point-view {
    width: 0 !important;
    height: 0 !important;
    border-top: 10px solid transparent;
    border-left: 25px solid #00519d;
    border-bottom: 10px solid transparent;
    border-radius: 0 !important;
    background: transparent !important;
    right: -25px !important;
    transform: none !important;
    left: unset !important;
    bottom: 5px;
}

#revisionModalLabel .modal-header {
    background-color: #00A0DC;
}

    #revisionModalLabel .modal-header p {
        color: #fff;
        margin-bottom: 0;
        color: #fff;
        margin-bottom: 0;
        text-align: center;
        width: 100%;
    }

    #revisionModalLabel .modal-header .btn-close,
    #revisionModalLabel .modal-header .btn-close:hover {
        color: #fff;
        filter: invert(1);
    }

#revisionModalLabel .modal-body ul {
    margin: 0;
    list-style: decimal;
}

body.corpHeader{
    padding-top: 65px;
}

body.corpHeader header{
    height: 65px;
}

body.corpHeader header .optMenu{
    top: 65px;
}

body.corpHeader .menuModelos {
        top: 65px;
    }


/*seguridad*/

.info-section-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.txt-sec-page {
    width: 48%;
}

.img-sec-page {
    width: 48%;
}

.img-sec-page img{
    width: 100%;
}

.title-sec-sb {
    color: #00a0dc;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.title-sec-sb span {
    height: 1px;
    background-color: #000;
    width: 35%;
    margin-left: 10px;
}

.seguridad-tabs {
    margin: 0 auto;
    justify-content: space-between;
    width: 700px;
    border-bottom: 1px solid lightgray;
}


.seguridad-tabs li button{
    border: none !important;
    color: #000 !important;
}

    .seguridad-tabs li button:hover {
        border: none !important;
        color: #00A0DC;
    }

    .seguridad-tabs li button.active {
        border-bottom: 3px solid #00A0DC !important;
        border: none;
    }

.video-seg{
    width: 80%;
    margin: auto;
}

.txt-blue {
    color: #00a0dc !important;
}

.info-section-page p{
    text-align: justify;
}

/*boxer motor*/

.menu-dinamico .cardMenu {
    position: relative; /* Hace que los elementos hijos se posicionen en relación a este */
    display: inline-block; /* Para que el ancho se ajuste al contenido */
}

.item .txt-sec-page {
    width: 54%;
    padding: 80px;
    background-color: #f7f8fa;
}

.item .img-sec-page {
    width: 46%;
}

.item .info-section-page {
    background-color: #f7f8fa;
    align-items: center;
}

/*eyesight*/

.tab-content p{
    text-align: justify;
}

.submenu-section{
    height: 60px;
    background-color: #000;
}

.submenu-section .container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .submenu-section a {
        color: #fff;
        margin: 0 15px;
        height: 60px;
        display: flex;
        align-items: center;
    }

        .submenu-section a:hover,
        .submenu-section a.active {
            color: #00a0dc;
        }

.submenu-section a:last-child{
    margin-right: 0;
}

/*DISEÑO*/

.bg-blue {
    background-color: #00a0dc !important;
}

.banners-section-sb {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-bs{
    width: 31%;
}

.item-bs h4{
    font-size: 20px;
}

.item-bs p{
    text-align: justify;
}

/*Servicio*/

.item-bs2{
    width: 24%;
    margin-bottom: 15px;
}

.img-serv{
    position: relative;
}

.img-serv span {
        color: #fff;
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-size: 16px;
}

.txt-serv {
    height: 250px;
    background-color: #f7f8fa;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img-logo-mb {
    width: 180px;
    margin-left: 20px;
}

.img-logo-awd {
    width: 130px;
    margin-left: 20px;
}

.bg-gradient2 {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.bg-blue2 {
    background-color: #1e5fc2 !important;
}

.img-sec-page2 {
    background-color: #00A0DC;
    padding: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.img-sec-page2 a{
    color: #fff;
    display: flex;
    flex-direction: column;
}

.img-sec-page2 a i {
    font-size: 40px;
}

.img-sec-page2 a span {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.item-rf{
    position: relative;
}

.item-rf img{
    width: 100%;
}

.item-rf p {
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}

.bg-gradient3 {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.list-refacciones {
    list-style: square;
    text-align: left !important;
}

::marker {
    font-size: 20px;
    color: #1e5fc2;
}

.link-sm span {
    color: #fff;
    display: flex; 
    margin-bottom: 10px;
    justify-content: center;
}

.link-sm span i{
    color: #fff;
    margin-left: 5px;
}

.link-sm p {
    color: #fff;
    text-align: center;
}

.img-sec-page3 {
    width: 30%;
}


.txt-sec-page3 {
    width: 65%;
}

.garantia-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

    .garantia-info .img-garantia {
        width: 30%;
        height: 347px;
        background-image: url(/assets/img/garantia/garantia-02.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

        .garantia-info .img-garantia::after {
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            background: #0d274e80;
        }

.colapse-preguntas {
    width: 70%;
}

.colapse-preguntas .accordion-button{
    background-color: #f7f8f9 !important;
    color: #1e5fc2;
    font-weight: 600;
}

    .colapse-preguntas .accordion-button::after {
        flex-shrink: 0;
        width: unset;
        height: unset;
        margin-left: auto;
        content: "\F282";
        font-family: bootstrap-icons !important;
        font-size: 16px;
        background-color: #1e5fc2;
        border-radius: 100%;
        height: 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-image: none !important;
    }

.info-float{
    position: absolute;
    top: 50%;
    color: #fff;
    padding: 0 30px;
    left: 0;
    transform: translate(0, -50%);
    z-index: 1;
}

.info-float p{
    font-size: 30px;
}

.info-float span{
    color: #fff;
    display: block;
    font-size: 16px;
}

/*SUBARU TIPS*/

.content-st {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.st-item {
    width: 23%;
    margin: 0 1% 15px;
    position: relative;
}

.st-item::after{
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

.info-st {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.info-st span{
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}

.info-st span:hover {
    color: #00A0DC;
}

.info-st span i{
    margin-left: 5px;
    margin-top: 3px;
    font-size: 10px;
}

.info-st p{
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.bg-blue2 .btn-close {
    filter: invert(1);
}

/* ============================================================
mediaqueries
============================================================ */
@media (max-width: 1400px) {
    .container.promos, .container.ccontacto, .container.cCare {
        padding: 0 65px 0 15px;
    }

/*    .container {
        padding: 0 65px 0 15px;
    }

    .contentColores .container {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }*/

}

@media (max-width: 1300px) {
    /*.ccontacto {
        width:90%;
    }*/
    .telsContent a font {
        display: none;
    }

    #accordion .btnmenu,
    #accordion .btnmenu2{
        font-size: 13px;
        padding: 0.375rem 0.5rem;
        margin: 0;
    }

    

}


@media (max-width: 1200px) {
    .item-footer {
        width: 20%;
    }
    h3 {
        font-size: 30px;
    }

    .btn-link.btnmenu {
        background-position-x: 95%;
        margin-right: 0;
    }

    /*.modeloItem {
        width: 30%;
    }*/

    .modelosMenu {
        justify-content: space-between;
    }

    /*.logoSUBARU img {
        width: 150px;
    }*/

    /*.container{
        padding: 0 65px 0 15px
    }*/

    .footerInfo {
        width: 28%;
        margin: 0 1% 0;
    }

    /*.itemFooter {
        width: 19%;
        margin: 0 0.5% 15px;
    }*/



    .contentFooters {
        justify-content: flex-start;
    }

    .linkBanner a {
        font-size: 18px;
    }

    .card-SUBARU-care .info {
        width: 55% !important;
    }

  

    .text-end {
        width: 45% !important;
    }

    .card-SUBARU-care .info{
        padding-right: 0;
    }

    .text-md-end article{
        font-size: 24px;
    }

    .logoSUBARU img {
        width: 125px;
    }

    .cta-header a {
        width: 45px;
    }

        .cta-header a i {
            font-size: 22px;
            margin: 0 10px;
        }

}


@media (max-width: 991px) {

    /*SUBARU TIPS*/

    .st-item {
        width: 31.3%;
    }

    /*motor boxer*/

    .item .txt-sec-page {
        padding: 50px;
    }

    .footerItems#footerCorp .itemFooter {
        width: 23%;
        padding: 0 1%;
        margin-bottom: 20px;
    }

   

    .container-historia {
        padding: 50px 60px;
    }

    .view-right div,
    .view-left div {
        width: 40%;
        min-width: 250px;
    }

    .promo-item {
        width: 48%;
        margin: 0 1%;
    }

    .menu-dinamico .dropdown-menusub li {
        display: block;
        padding: 0;
        width: 100%;
    }

    .menu-dinamico .dropdown-menusub {
        /*display: flex !important;*/
        position: relative !important;
        background: rgb(255, 255, 255) !important;
        box-shadow: none !important;
        flex-direction: column;
        align-items: flex-start;
        text-align: left !important;
    }

    .llamados-txt {
        width: 100%;
        margin-bottom: 50px;
    }

    .llamados-img {
        width: 80%;
        margin: 0 auto;
    }

    .container {
        max-width: unset;
    }

    .cta-header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
         margin-left: 0;
         border-left: 0;
        border-top: 1px solid lightgray;
         padding-left: 0; 
        height: 50px;
        padding-top: 10px;
    }

    .card-SUBARU-care .info p {
        font-size: 14px;
        text-align: right;
    }

    .cotRapida .form-select, .cotRapida .form-control {
        width: 32%;
        margin: 20px 0.5% 0;
    }

    .slideBanners {
        width: 80%;
        margin: 0 auto;
    }

    .infoBanners {
        width: 80%;
        margin: 20px auto 0;
        padding: 0;
    }

    .bannerTop {
        width: 100%;
    }

    .optMenu {
        position: fixed;
        top: 110px;
        bottom: 0;
        right: -100%;
        padding: 25px;
        margin: 0;
        z-index: 3;
        width: 500px;
        height: calc(100vh - 110px);
        transform: translate3d(0,0,0);
        transition: right .4s ease-in-out .1s;
        background-color: #fff;
        /*transform: translate3d(0px, 0px, 0px);
        overflow-y: scroll;
        overflow-x: hidden;*/
        border-top: 1px solid #f8f8f8;
    }

    .optMenu.open{
        right: 0;
    }

    .menu-button{
        display: block;
    }

    /*.menuBottom {
        padding: 0 10px 0 25px;
    }*/

    .backMenu {
        height: 0;

    }

    .menuCollpase {
        position: relative;
        left: unset;
        top: unset;
        height: auto;
        padding: 15px;
    }

    .menuCollpase.bg-color-gray{
        background-color: #fff !important;
    }

   
    .cardMenu {
        width: 100%;
        /*border-bottom: 1px solid #323232;*/
    }

    #accordion {
        display: block;
    }

    .MovilRedes{
        display: flex;
    }

    .MovilRedes i {
        font-size: 30px;
    }

    .MovilRedes a {
        margin: 20px 10px 0;
    }

    #accordion .btnmenu,
    #accordion .btnmenu2 {
        font-size: 18px;
        background-position-x: 90%;
        background-size: 14px;
    }

    .imgSubMenu{
        display: none;
    }

    .headSubMenu{
        display: none;
    }

    .listLinks{
        width: 100%;
    }

    .linsSubMenus{
        margin-top: 0;
    }

    .listLinks a {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .modelosMenu {
        justify-content: space-between;
    }

    .listLinks a:last-child{
        margin: 0;
    }

    .modeloItem {
        width: 47%;
    }

    .btnModels .btn {
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
    }

    #accordion {
        scrollbar-width: thin;
        scrollbar-color: #27509B #27509B;
        padding-right: 5px;
    }

    .ubDist a span {
        display: none;
    }

    /*.telsContent a i{
        display: block;
    }*/

    .telsContent a span {
        margin-left: 6px !important;
    }
    /* Works on Chrome, Edge, and Safari */
    #accordion::-webkit-scrollbar {
        width: 10px;
    }

    #accordion::-webkit-scrollbar-track {
        background: transparent;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        border: 3px solid transparent;
    }

    #accordion {
        overflow-y: scroll;
        overflow-x: hidden;
        height: calc(90vh - 130px);
        align-items: center;
        transform: translate3d(0px, 0px, 0px);
    }

    .menuCollpase .container{
        padding: 15px;
    }

    .itemFooter {
        width: 24%;
        margin: 0 0.5% 15px;
    }

    .footerInfo {
        width: 30%;
        margin: 0;
    }

    .footerMapa {
        margin: 0;
        width: 30%;
    }

    .contentFooters {
        justify-content: space-between;
    }

    /*COTIZACIÓN*/


    .form-group.mid-size {
        width: 100%;
    }

}


@media (max-width: 768px) {

    .left-mosaico {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .right-mosaico {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .img-full {
        width: calc(50% - 10px);
    }

    /*SUBARU TIPS*/

    .st-item {
        width: 48%;
    }

    /*GARANTIA*/

    .garantia-info .img-garantia {
        width: 100%;
        height: 250px;
    }

    .colapse-preguntas{
        width: 100%;
    }

    .info-float p br{
        display: none;
    }

    .img-sec-page3 {
        width: 48%;
    }


    .txt-sec-page3 {
        width: 48%;
    }

    .bg-gradient3 {
        background: rgba(0, 0, 0, 0.4);
    }

    .img-sec-page2 {
        width: 100%;
        margin-top: 15px;
    }

    /*Servicio*/

    .item-bs2 {
        width: 48%;
    }

    .txt-serv {
        height: 200px;
    }

    /*Diseño*/

    .item-bs {
        width: 46%;
        margin-bottom: 15px;
    }

    .submenu-section a {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        justify-content: space-around;
        width: 25%;
    }

    .submenu-section a:last-child{
        margin-right: 10px;
    }

    .submenu-section a {
        margin: 0 10px;
    }

    /*motor boxer*/

    .item .img-sec-page {
        width: 100%;
    }

    .item .txt-sec-page {
        width: 100%;
    }

    .item .txt-sec-page {
        padding: 20px;
    }

    /*seguridad*/

    .title-sec-sb {
        font-size: 24px;
        width: 100%;
    }

    h3 {
        font-size: 24px;
    }


    .txt-sec-page{
        width: 100%;
    }

    .img-sec-page {
        width: 100%;
        margin-bottom: 15px;
    }

    .video-seg {
        width: 100%;
    }

    .seguridad-tabs {
        width: 100%;
    }

    .footerItems#footerCorp .itemFooter {
        width: 33.3%;
        padding: 0 1.6%;
    }

    .btn-outline-blue {
        border: 1px solid #00519D;
        background-color: #00519D;
        color: #fff;
    }

    .view-right div, .view-left div {
        width: calc(100% - 50px);
        min-width: auto;
    }

    .view-left {
        justify-content: flex-end;
    }

        .view-left .point-view {
            border-right: 25px solid #00519d;
            right: unset !important;
            left: -24px !important;
            border-left: unset;
        }

    .timeLine {
        left: 50px;
        transform: unset;
    }

    .view-right span, .view-left span {
        left: -21px;
        transform: unset;
    }

    .logoSUBARU img {
        width: 120px;
    }

    img.imglogagencia {
        max-width: 100px;
    }

    .form-group {
        width: 100%;
    }

    .redes-sociales p {
        font-size: 24px;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .redes-sociales {
        padding: 50px 25px;
        flex-wrap: wrap;
    }

    .link-item {
        width: 46%;
        margin: 10px 2%;
    }

    /*FIN RESPONSIVE NUEVO*/

    .icon-whatsapp {width: 60px;height: 60px;}
    .ico-open {text-align: center;}
    .ico-open img {width: 70%;}

    .icon-whatsapp-body.active {
        bottom: 140px;
    }
    /*footer subaru*/

    .dirDis p {
        text-align: center;
    }

    .dirDis p font{
        display: block;
    }

    .crm {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    /*footer subaru*/

    /*cintillo subaru*/

    /*.cintilloHome a {
        font-size: 19px;
        line-height: 22px;
        border-bottom: 1px solid #464646;
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 25px 0;
    }*/

    .cintilloHome .lineH {
        display: none;
    }

     /*cintillo subaru*/


     /*tels movil*/
    .telsContent{
        display: none;
    }

    .telsMovil {
        display: flex;
        position: relative;
    }

    .btnTels {
        background-color: transparent;
        color: #000;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }

    .btnTels .bi-whatsapp {
        color: #25D366;
    }

    .btnTels .bi-telephone-fill {
        color: #1757B8;
    }

    .itemsCollapse a {
        display: flex;
        padding: 10px 15px;
        align-items: center;
        color: #fff;
        border-bottom: 1px solid #fff;
        font-size: 14px;
    }

    .itemsCollapse a:last-child{
        border-bottom: none;
    }

    .itemsCollapse a i{
        margin-right: 10px;
    }

    .itemsCollapse a span{
        color: #fff;
        font-family: 'AvenirNext-Bold';
        margin-right: 7px;
    }

    .btnTels:hover,
    .btnTels:focus{
        background-color: transparent;
        color: #000;
    }

    .itemTM.telsWA .itemsCollapse {
        background-color: #25D366;
    }

    .itemsCollapse {
        position: absolute;
        background-color: #00A0DC;
        z-index: 15;
        border-radius: 0;
        right: 0;
        width: 250px;
    }

    /*tels movil*/

    .ccontacto .redes {
        justify-content: flex-end;
    }
    .card-promo .PlecaW2 {
        display: block;
    }

    .card-promo .info {
        text-align: right;
    }

    .card-SUBARU-care .info p {
        text-align: left;
    }

    .PlecaW {
        display: block;
        bottom: -1px;
        top: unset;
        height: 25px;
        width: 90%;
    }

    .PlecaW2 {
        display: block;
        bottom: -1px;
        top: unset;
        height: 25px;
        width: 90%;
    }

    .SelectPromociones, 
    .SelectPromociones:focus {
        background-color: black;
        color: white;
        width: 100%;
    }
    .item-footer {
        width: 50%;
        margin-top: 20px;
    }
    .cotRapida .form-select, .cotRapida .form-control {
        width: 48%;
        margin: 20px 1% 0;
    }

    .container {
        padding: 0 25px;
    }

    .slideBanners {
        width: 100%;
    }

    .infoBanners {
        width: 100%;
    }

    .slider-homeC2.owl-theme .owl-nav [class*=owl-] {
        top: 35%;
    }

    .slider-homeC2 .owl-next, .slider-homeC .owl-next {
        right: 5px;
    }

    .slider-homeC2 .owl-prev, .slider-homeC .owl-prev {
        left: 5px;
    }

    .titleSlide {
        margin-bottom: 5%;
    }

    #accordion .container {
        padding: 0;
    }

    h4 {
        font-size: 20px;
    }

    /*.telsContent a {
        flex-direction: column;
        text-align: center;
        border-right: none;
    }

        .telsContent a span,
        .telsContent a:first-child span {
            margin: 0 !important;
            font-weight: 300;
        }*/

   

    .listLinks {
        padding-left: 30px;
    }

    .topHeader {
        padding: 0 15px;
    }

    .menuBottom {
        padding: 0 15px;
    }




    .optMenu.open {
        right: 0;
    }

    .itemFooter {
        width: 48%;
        margin: 25px 0 20px;
    }

    .footerInfo {
        width: 48%;
        margin: 0 0 20px;
    }

    .footerMapa {
        margin: 0 0 20px;
        width: 48%;
    }

    /*cotización*/

    .leftForm,
    .rigthForm{
        width: 100%;
    }

    /*CITA DE SERVICIO*/
    .divForm.formCita .formMidSize {
        width: 100%;
    }

    .banner-SUBARU-care {
        margin-bottom: 50px;
    }

    .nota-form {
        display: block;
    }

    .nota-form.mob {
        display: none;
    }

    /* ---------- */
    .SUBARU-care-card {
        margin-bottom: 10px;
    }

        .SUBARU-care-card > div:first-child {
            margin-left: -12px;
            margin-right: -12px;
        }

        .SUBARU-care-card .info {
            position: inherit;
            flex-direction: column;
            width: 100%;
            padding: 20px;
        }

            .SUBARU-care-card .info.left {
                padding: 20px;
                top: -50px;
                width: 95%;
            }

            .SUBARU-care-card .info.right {
                padding: 20px;
                text-align: right;
                bottom: unset;
                top: -25px;
                width: 95%;
                right: -5%;
            }

        .SUBARU-care-card .image {
            position: relative;
            width: 100%;
            /* margin-left: -12px;
        margin-right: -12px; */
        }
    /* ---------- */
    .card-SUBARU-care {
        margin-bottom: 10px;
    }

        .card-SUBARU-care > div:first-child {
            margin-left: -12px;
            margin-right: -12px;
        }

        .card-SUBARU-care .info {
            position: inherit;
            flex-direction: column;
            width: 100%;
            padding: 20px;
        }

            .card-SUBARU-care .info.left {
                padding: 20px;
                top: -50px;
                width: 95%;
            }

            .card-SUBARU-care .info.right {
                padding: 20px;
                bottom: unset;
                top: -25px;
                width: 95%;
                right: -5%;
            }

    /*.accordion-collapse p{
        text-align: left;
    }*/

    .card-SUBARU-care .image {
        position: relative;
        width: 100%;
        /* margin-left: -12px;
        margin-right: -12px; */
    }

    .SUBARU-care-card .info.right small {
        position: absolute;
        right: 20px;
    }

    .text-end {
        width: 1000% !important;
    }

    /*.PlecaW, .PlecaW2{
        display: none;
    }*/

    .text-end.order2 {
        order: 0;
    }

    .card-SUBARU-care .info {
        width: 100% !important;
    }

    .txtRight p{
        text-align: right !important;
    }

    .text-md-end.txtRight,
    .text-md-end.txtRight p{
        text-align: right;
    }

    /*cotización*/

    .modalAvisoPriv .modal-content p {
        font-size: 16px;
    }

    .img404 img {
        width: 100%;
    }

    .link-xs {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 578px) {

    /*SUBARU TIPS*/

    .st-item {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .img-sec-page3 {
        width: 100%;
    }


    .txt-sec-page3 {
        width: 100%;
    }

    .img-logo-awd {
        width: 90px;
        margin-right: 20px;
        margin-left: 0;
    }

    .img-logo-mb {
        width: 150px;
        margin-left: 0;
        margin-right: 20px;
    }

    /*servicio*/

    .item-bs2 {
        width: 100%;
    }

    /*seguridd*/

    .seguridad-tabs li{
        width: 50%;
    }

    .seguridad-tabs li button{
        width: 100%;
    }


    .footerItems#footerCorp .itemFooter {
        width: 50%;
        padding: 0 2%;
    }

    .view-right span, .view-left span {
        left: -41px;
        transform: unset;
    }

    .timeLine {
        left: 30px;
        transform: unset;
    }

    .view-right div, .view-left div {
        width: calc(100% - 30px);
    }

    .container-historia {
        padding: 50px 40px 50px 60px;
    }

    .info-promo .btn {
        max-width: 100%;
        width: 100%;
    }

    .promo-item {
        width: 100%;
        margin: 0;
    }

    .llamados-img {
        width: 100%;
    }

    .llamados-content h3 {
        font-size: 24px;
    }

    .subtitle-section span {
        display: none;
    }

    .subtitle-section p {
        padding: 0 20px 35%;
    }

    .list-revision {
        color: #00519d;
        list-style: decimal;
    }

    
    /*FIN RESPONSIVE NUEVO*/
    .img404 span {
        font-size: 200px;
        margin-bottom: 25px;
        padding-right: 20px;
    }

    .pag404 p {
        text-align: center;
        width: 80%;
    }

    .pag404 {
        padding: 0 15px;
    }

    /*footer subaru*/

    .footerRedes {
        width: 100%;
    }

        .footerRedes span {
            display: block;
            width: 100%;
            text-align: center;
            margin: 10px 0;
        }


    .disclaimer {
        text-align: center;
        width: 100%;
    }

    .footerRedes i {
        font-size: 30px;
    }

    .footerRedes {
        justify-content: center;
        margin-bottom: 15px;
    }

    /*footer fin*/


    /*cintillo subaru*/

    .cintilloHome{
        padding: 0;
    }

    .cintilloHome a {
        font-size: 19px;
        line-height: 22px;
        border-bottom: 1px solid #464646;
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 25px 0;
        height: 113px;
    }

    /*cintillo subaru*/

    .cotRapida .form-select, .cotRapida .form-control {
        width: 100%;
        margin: 20px 0 0;
    } 

    .container{
        padding: 0 25px;
    }

    /*.btn{
        width: 90%;
    }*/

    .linkBanner {
        width: 100%;
        right: 0;
        padding: 0 20px;
    }

    .linkBanner a{
        width: 100%;
    }

    .txtSlideBanner span{
        display: none;
    }

    .txtSlideBanner .btn-transparent{
        width: 100%;
    }

    .linkBanner a {
        font-size: 16px;
    }

    .linkBanner a img {
        width: 6px !important;
    }

    .titleSlide h3 {
        font-size: 40px;
    }

    .titleSlide p {
        font-size: 16px;
    }

    .optMenu{
        width: 100%;
    }

    .menuCollpase {
        padding: 15px 0;
    }


    /*.topHeader a span {
        font-size: 13px;
    }*/

    .txtShow i.bi-x-lg {
        display: none;
    }

    .txtShow i.bi-telephone-fill {
        display: block;
    }

    .txtShow.txtClose i.bi-x-lg {
        display: block;
    }

    .txtShow.txtClose i.bi-telephone-fill {
        display: none;
    }

    .telsContent {
        position: fixed;
        right: -100%;
        top: 10px;
        width: 100%;
        transition: all 0.8s linear;
        background-color: #f8f8f8;
    }

    .telsContent.open{
        right: 0;
    }

    .telsContent a {
        width: 20%;
    }

    /*.topHeader {
        padding: 0 0 0 25px;
    }
*/
    .telsContent a:last-child{
        border-right: 1px solid #000;
    }

    .contentFooters {
        padding: 0 25px;
    }

    .footerInfo {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .footerMapa {
        width: 100%;
    }

    .btnTelFooter {
        justify-content: center;
    }

    

    h2 {
        font-size: 35px;
    }

    /*cotización*/

    .formCot input.form-control {
        width: 100%;
    }

    .formCot .form-select {
        width: 100%;
    }

    .formCot .formCotTipo .form-control {
        width: 100%;
    }

    .subTitleForm {
        font-size: 18px;
    }

    .radiosForm {
        width: 100%;
    }

    .container.promos,
    .container.ccontacto,
    .container.cCare {
        padding: 0 25px;
    }

    h2.encaPriva {
        font-size: 20px;
    }

    .item-bs {
        width: 100%;
    }

}


@media (max-width: 480px) {

    .telsContent {
        padding-left: 25px;
    }

    .telsContent a {
        width: 20%;
        margin: 0;  
    }

    .telsContent a:last-child {
        border-right: none;
    }

}

/* ---------- 576 ---------- */
@media (max-width: 576px) {
    /* :root {
        font-size: 14px;
    } */

    /* ========== secciones ========== */
    .sec-header-banner {
        margin-bottom: 40px;
    }

        .sec-header-banner .title {
            /*font-size: 40px;
            text-align: center;
            margin: 0;*/
            font-size: 20px;
            text-align: left;
            margin: 0;
            padding-left: 15px;
            top: 8%;
        }

    /* ========== SUBARU care ========== */
    .banner-SUBARU-care .title {
        font-size: 30px;
        text-align: left;
        margin: 0;
        padding-left: 15px;
        top: 8%;
    }

    /* ---------- */
    .SUBARU-care-card {
        margin-bottom: 10px;
    }

        .SUBARU-care-card > div:first-child {
            margin-left: -12px;
            margin-right: -12px;
        }

        .SUBARU-care-card .info {
            position: inherit;
            flex-direction: column;
            width: 100%;
            padding: 20px;
        }

            .SUBARU-care-card .info.left {
                padding: 20px;
            }

            .SUBARU-care-card .info.right {
                padding: 20px;
                text-align: right;
            }

        .SUBARU-care-card .image {
            position: relative;
            width: 100%;
            /* margin-left: -12px;
        margin-right: -12px; */
        }
    /* ---------- */

        .card-SUBARU-care {
            margin-bottom: 10px;
        }

            .card-SUBARU-care > div:first-child {
                margin-left: -12px;
                margin-right: -12px;
            }

            .card-SUBARU-care .info {
                position: inherit;
                flex-direction: column;
                width: 100%;
                padding: 20px;
            }

                .card-SUBARU-care .info.left {
                    padding: 20px;
                }

                .card-SUBARU-care .info.right {
                    padding: 20px;
                    text-align: right;
                }

            .card-SUBARU-care .image {
                position: relative;
                width: 100%;
                /* margin-left: -12px;
        margin-right: -12px; */
        }

    /* ========== promociones ========== */
    .card-promo .image {
        margin-left: -12px;
        margin-right: -12px;
    }
}


img.imglogagencia {
    max-width: 180px;
}




/*.menu-dinamico .cardMenu {
    position: relative;
}*/

    .menu-dinamico .cardMenu > a {
        display: block;
        padding: 10px;
        color: white;
        text-decoration: none;
    }

.menu-dinamico .dropdown-menusub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    background-color: #f8f9fa;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    padding: 10px 0;
    z-index: 1000; /* Asegúrate de que el z-index sea alto para que no se superponga con otros elementos */
    list-style-type: none;
    margin: 0;
    width: 163px;
    /*width: 100%;*/
    text-align: left;
}

.menu-dinamico .cardMenu:hover > .dropdown-menusub {
    display: block;
}

.menu-dinamico .dropdown-menusub li {
    /*//display: inline-block;*/
    padding: 0 15px;
}

    .menu-dinamico .dropdown-menusub li a {
        color: #000;
        text-decoration: none;
        padding: 10px 15px;
        display: block;
    }

        .menu-dinamico .dropdown-menusub li a:hover {
            color: #007BFF
        }


h2.encaPriva {
    font-size: 22px;
}

a[href="/Lifestyle"] {
    display: none !important;
}
