@font-face {
    font-family: 'FordAntennaRegular';
    src: url('../fonts/FordAntennaRegular.otf') format('otf'), url('../fonts/FordAntennaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ford-antenna-medium';
    src: url('../fonts/ford-antenna-medium.otf') format('otf'), url('../fonts/ford-antenna-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FordAntenna-Light';
    src: url('../fonts/FordAntenna-Light.ttf') format('ttf'), url('../fonts/FordAntenna-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FordAntennaWGL-Regular';
    src: url('../fonts/FordAntennaWGL-Regular.otf') format('otf'), url('../fonts/FordAntennaWGL-Regular.woff') format('woff'), url('../fonts/FordAntennaWGL-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FordAntennaWGL-Bold';
    src: url('../fonts/FordAntennaWGL-Bold.otf') format('otf'), url('../fonts/FordAntennaWGL-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FordAntennaWGL-Light';
    src: url('../fonts/FordAntennaWGL-Light.otf') format('otf'), url('../fonts/FordAntennaWGL-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*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: #00095B;
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #00095B;
    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;
}

.btn {
    height: 45px;
    border-radius: 30px;
    min-width: 200px;
    transition: .3s all linear;
    font-size: 16px;
}


/*HEADER*/
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
}

.top-header {
    background-color: #00095B;
}

    .top-header .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        height: 30px;
    }

.name-dist {
    font-size: 14px;
    color: #fff;
    font-family: 'ford-antenna-medium';
    max-width: 30%;
}

.top-header a:hover{
    color: #fff;
}

.name-dist i {
    display: none;
}

.dist-addres {
    display: flex;
    color: #fff;
    font-size: 14px;
    align-items: center;
    max-width: 75%;
    font-family: 'FordAntenna-Light';
}

    .dist-addres i {
        margin-right: 7px;
    }

.header-menu {
    position: relative;
}

    .header-menu .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        height: 60px;
    }

.logo-header img {
    width: 90px;
}

.menu-web {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.menu-web .btn{
    height: 45px;
}

.link-menu-web {
    font-size: 15px;
    color: #00095B;
    margin: 0 10px;
    position: relative;
}

.link-menu-web:hover {
    color: #00095B;
}

.link-menu-web::after {
    content: '';
    position: absolute;
    width: 10%;
    height: 2px;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, 0);
    background: transparent;
    transition: all .3s linear;
}

.link-menu-web:hover::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 2px;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #00095B;
    transition: all .3s linear;
}

.menu-autos-web.open {
    top: 80px;
    opacity: 1;
}

.menu-autos-web {
    position: fixed;
    width: 100%;
    left: 0;
    top: -100%;
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    padding: 25px 50px;
    max-height: 70vh;
    transition: 0.5s all linear;
    opacity: 0;
}

.tel-web {
    color: #00095B;
    font-size: 15px;
    margin-right: 15px;
}

.tel-web span{
    display: inline-flex;
    align-items: center;
    font-family: 'ford-antenna-medium';
    margin-right: 5px;
}

.tel-web span i{
    margin-right: 5px;
}

.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;
}

.imgclose {
    width: 50px;
    position: absolute;
    z-index: 4;
    right: 40px;
    margin-top: -37px;
    cursor: pointer;
}

#dvLoading {
    display: none;
}

body {
    font-size: 16px;
    font-family: 'FordAntennaRegular';
    color: #010203;
    padding-top: 90px;
}

a {
    text-decoration: none !important;
}

.container {
    max-width: 1440px;
}

/*COTIZACIÓN*/

.cot-step-01 {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 25px;
    border-bottom: 1px solid #9A9A9A;
}

    .cot-step-01 div:first-child {
        width: 33.3%;
    }

    .cot-step-01 .ImgCotizacion {
        width: 33.3%;
        margin-left: 20%;
        display: flex;
        align-items: center;
    }

.buttons-cot {
    display: flex;
    flex-wrap: wrap;
}

    .buttons-cot span {
        display: flex;
        width: 165px;
        background: #DCDCDC;
        justify-content: center;
        align-items: center;
        height: 45px;
        border-radius: 10px;
        transition: all linear 0.5s;
        cursor: pointer;
        margin-right: 10px;
    }

        .buttons-cot span i {
            font-size: 25px;
            margin-right: 10px;
        }

        .buttons-cot span.active {
            background-color: #066FEF;
            color: #fff;
        }

        .buttons-cot span small {
            display: none;
        }

            .buttons-cot span small i {
                font-size: 14px;
                margin-left: 8px;
            }

        .buttons-cot span.active small {
            display: flex;
        }

.cot-step-03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

textarea.form-control {
    height: auto !important;
}

.full-size {
    width: 100%;
}

.btn-form {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.bg-typ {
    background: radial-gradient(50% 50% at 50% 5%, #01518E 15.99%, rgba(0, 25, 78, 0) 100%);
    background-color: #00095B;
    color: #fff !important;
    text-align: center;
}

.content-typ {
    padding: 50px 20px;
}

    .content-typ h4 {
        font-size: 25px;
        font-family: 'FordAntennaWGL-Bold';
        margin: 20px 0;
    }

    .content-typ small {
        text-align: center;
        display: block;
        color: #066fef;
    }

    .content-typ .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 25px 0;
    }

    .content-typ p {
        font-family: 'FordAntennaWGL-Light';
    }

p.legalTYP {
    font-size: 12px;
    font-family: 'FordAntennaWGL-Light';
    margin-bottom: auto;
}

.form-ford h4 {
    font-family: 'FordAntennaWGL-Bold';
    font-size: 22px;
    color: #0F0F0F;
}

.spans {
    display: block;
    margin-top: 15px;
    color: #066fef;
    line-height: 31px;
    font-family: 'FordAntennaWGL-Bold';
}

.fonts {
    display: block !important;
    color: #fff !important;
    font-family: 'FordAntennaWGL-Light' !important;
    font-size: 18px !important;
}

/*ESTILOS GENERALES*/

h2 {
    font-family: 'ford-antenna-medium';
    font-size: 42px;
    margin-bottom: 24px;
}

.btn {
    height: 50px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 0 24px;
    color: #00095B;
    transition: background-color 0.3s ease; /* Transición suave al cambiar de color */
}

    .btn:hover {
        background-color: #0457BB; /* Color cuando se pasa el mouse */
        color: #fff; /* Cambiar también el color del texto si lo deseas */
    }


.btn i{
    margin-left: 10px;
}

.bg-blue-dark {
    background-color: #00142E;
}

.bg-gray-lg {
    background-color: #F0F0F0;
}

.btn-blue {
    background-color: #066FEF;
    color: #fff;
}

.btn-blue:hover {
    background-color: #1700F4;
    color: #fff;
}

.bg-gray {
    background-color: #F0F0F0;
}

/*ESTILOS FORMULARIOS*/
.form-control,
.form-select {
    height: 45px;
    border: 1px solid #232A32;
    border-radius: 8px;
    background-color: transparent;
}

.form-select {
    background-size: 28px 18px !important;
    color: #575757;
}

.form-control:focus {
    background-color: transparent;
}

.form-check {
    margin-bottom: 15px;
}

.aviso-priv {
    color: #066FEF;
    text-decoration: underline;
    font-weight: 600;
}

.form-check .form-check-input {
    /*background-color: transparent;*/
    border: 1px solid #066FEF;
}

/*COTIZACIÓN RÁPIDA*/
.cotizacion-rapida {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto;
}

.mid-size {
    width: 48%;
}
.full-size {
    width: 100%;
}

.third-size {
    width: 31%;
}

.fin-cotizacion {
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

textarea.form-control {
    height: auto !important;
}
/*CONTACTO*/

.directorio-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #9A9A9A;
}

    .directorio-item a {
        color: #00095B;
        display: inline-flex;
        align-items: center;
    }

        .directorio-item a i {
            margin-right: 5px;
            font-size: 22px;
        }

    .directorio-item p {
        margin: 0;
    }

        .directorio-item p span {
            color: #575757;
            display: block;
        }
/*PRUEBA DE MANEJO*/
.form-label {
    font-size: 14px;
}

.p-manejo-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pm-step-01 {
    width: 30%;
}

.pm-step-02 {
    width: 65%;
}

.pm-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fecha span button {
    width: 40px !important;
    min-width: 40px;
    height: 45px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0 !important;
    /*border: 1px solid #232A32 !important;*/
    border-top: 1px solid #232A32 !important;
    border-right: 1px solid #232A32 !important;
    border-bottom: 1px solid #232A32 !important;
    border-left: none !important;
}

.fecha span {
    border-left: 0 !important;
}

#datepicker {
    border-right: 0;
}

.fecha .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .fecha .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    font-size: 25px;
    top: 10px;
    left: 7px;
}

.fecha-option {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .fecha-option span {
        display: flex;
        width: 31%;
        background: #DCDCDC;
        justify-content: center;
        align-items: center;
        height: 45px;
        border-radius: 10px;
        transition: all linear 0.2s;
        cursor: pointer;
    }

        .fecha-option span.active {
            background-color: #066FEF;
            color: #fff;
        }

            .fecha-option span.active small {
                display: flex;
            }

        .fecha-option span small {
            display: none;
        }

            .fecha-option span small i {
                font-size: 14px;
                margin-left: 8px;
            }

.form-check-label {
    font-size: 15px;
}

.four-size {
    width: 24%;
}

.top-contacto {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.mapa-c {
    width: 60%;
}

.datos-c {
    width: 40%;
    padding: 50px 100px;
}

    .datos-c h3 {
        color: #00095B;
        font-size: 22px;
        font-family: 'FordAntennaWGL-Bold';
    }

.itemsHorarios a {
    display: flex;
    color: #00095B;
    margin: 10px 0;
    align-items: center;
}

    .itemsHorarios a i {
        margin-right: 5px;
        font-size: 22px;
    }

.itemsHorarios span {
    color: #066FEF;
    font-family: 'FordAntennaWGL-Bold';
    font-size: 18px;
}

.itemsHorarios ul {
    list-style: none;
    padding: 0;
    width: 400px;
    line-height: 32px;
}

    .itemsHorarios ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        color: #575757;
    }


.btn-blue2 {
    background-color: #00095B;
    color: #fff;
}

    .btn-blue2:hover {
        background-color: #066FEF;
        color: #fff;
    }

.btn-c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .btn-c i {
        margin-right: 10px;
    }

.submenu-cta {
    display: none;
}

.red {
    color: red;
}

/*SLIDER HOME*/

.slider-home img{
    border-radius: 24px;
}

.owl-theme.slider-home .owl-nav [class*=owl-] {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 35%;
}

.owl-theme.slider-home .owl-nav [class*=owl-] i{
    font-size: 24px;
}

.owl-theme.slider-home .owl-nav .owl-next,
.owl-theme.slider-home .owl-nav .owl-next:hover {
    background-color: rgba(0,114,205,0.6);
    right: 5px;
}

.owl-theme.slider-home .owl-nav .owl-prev,
.owl-theme.slider-home .owl-nav .owl-prev:hover {
    background-color: rgba(87,87,87,0.6);
    left: 5px;
}

.owl-theme.slider-home .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.owl-theme.slider-home .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    transition: all .2s ease;
    opacity: 0.6;
    background-color: #fff;
}

.owl-theme.slider-home .owl-dots .owl-dot.active span {
    background: #fff;
    width: 34px;
    opacity: 1;
}

.owl-theme.slider-home .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
}

/*BANNERS HOME*/

.banner-body {
    position: relative;
    padding: 50px 0;
}

.info-banner-bd {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 24px;
}

.img-web {
    border-radius: 24px;
}

.banner-body img:first-child{
    border-radius: 24px;
}

.txt-banner-bd,
.img-banner-bd {
    width: 45%;
}

.txt-banner-bd .btn{
    box-shadow: -2px 4px 8px 0px #00142E2E;
    margin-top: 20px;
}

.txt-banner-bd p {
    font-family: 'FordAntenna-Light';
    font-size: 24px;
}

.txt-banner-bd p span{
    font-family: 'ford-antenna-medium';
}

.txt-white{
    color: #fff;
}

.banner-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}

.item-banner-fm img{
    margin-bottom: 15px;
    border-radius: 16px;
}

.item-banner-fm p {
    color: #fff;
    font-size: 32px;
}

.item-banner-fm{
    width: 32%;
}

/*SLIDER SEMINUEVOS*/

.imgAdjusted {
    aspect-ratio: 16 / 12;
    object-fit: cover;
}

.info-seminuevo{
    padding: 10px;
    color: #0F0F0F;
}

.info-seminuevo h4 {
    font-size: 16px;
    font-family: 'ford-antenna-medium';
}

.info-seminuevo p {
    font-size: 26px;
    font-family: 'FordAntenna-Light';
    margin-bottom: 5px;
}

.specs-semis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.specs-semis span{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

.specs-semis span i{
    margin-right: 10px;
    font-size: 20px;
}

.btn-link{
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    color: #066FEF;
}

.btn-link:hover{
    color: #1700F4;
}

.btn-link i{
    font-size: 21px;
    margin-right: 10px;
}

.owl-theme.slider-seminuevos .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -70px;
}

    .owl-theme.slider-seminuevos .owl-nav [class*=owl-] i {
        font-size: 24px;
    }

.owl-theme.slider-seminuevos .owl-nav .owl-next,
.owl-theme.slider-seminuevos .owl-nav .owl-next:hover {
    background-color: #066FEF;
    right: 5px;
}

.owl-theme.slider-seminuevos .owl-nav .owl-prev,
.owl-theme.slider-seminuevos .owl-nav .owl-prev:hover {
    background-color: #575757;
    right: 80px;
}

.owl-theme.slider-seminuevos .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}

    .owl-theme.slider-seminuevos .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        transition: all .2s ease;
        background-color: #575757;
    }

    .owl-theme.slider-seminuevos .owl-dots .owl-dot.active span {
        background: #066FEF;
        width: 34px;
    }

    .owl-theme.slider-seminuevos .owl-dots .owl-dot:hover span {
        background: #066FEF;
    }

.img-movil {
    display: none;
}

/*CALL TO ACTION*/

.cta-web {
    position: fixed;
    bottom: 50px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0);
    display: flex;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
    border-radius: 30px;
}

.cta-web a{
    width: 200px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #20B038;
    color: #fff;
}

.cta-web a i{
    margin-right: 10px;
    font-size: 22px;
}

.cta-web a:first-child{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: 2px solid #fff;
}

.cta-web a:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #fff !important;
    color: #00095B !important;
}

/*CALL TO ACTION MOVIL*/

.cta-movil {
    position: fixed;
    bottom: 25px;
    left: 50%;
    z-index: 11;
    transform: translate(-50%, 0);
    display: none;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
    border-radius: 30px;
    width: 90%;
}

.cta-movil a{
    width: 50%;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #00095B;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 10;
}

.cta-movil a i{
    margin-right: 10px;
    font-size: 22px;
}

.cta-movil a:nth-last-of-type(n+2) {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #20B038 !important;
    color: #fff !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.item-cita {
    display: inline-flex;
    position: absolute;
    bottom: -200px;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
    transition: all 0.3s linear;
    opacity: 0;
}

.item-cita.show{
    bottom: 60px;
    opacity: 1;
}

.item-cita .btn:first-child{
    margin-bottom: 5px;
}

.btn-cta {
    background-color: #20B038 !important;
    color: #fff !important;
    position: relative;
    justify-content: left;
    z-index: 5;
}

.btn-cta i{
    margin-right: 10px;
    font-size: 22px;
    margin-left: 0;
}

.btn-cta::after{
    font-family: 'icomoon' !important;
    content: "\e902";
    position: absolute;
    font-size: 18px;
    right: 15px;
}

.bg-cta-movil {
    position: fixed;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s linear;
}

.bg-cta-movil.show{
    width: 100%;
    height: 100%;
    opacity: 1;
}

/*FOOTER*/
.top-footer {
    border-bottom: 1px solid #9A9A9A;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.link-lanzamietos a {
    color: #575757;
    margin-left: 10px;
    font-size: 15px;
}

.item-footer h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: #0F0F0F;
}

.item-footer a {
    color: #575757;
    font-size: 16px;
    margin-bottom: 15px;
}

.item-footer .tel-web {
    color: #0F0F0F;
    font-size: 15px;
    margin-right: 15px;
}

.item-footer .tel-web span {
    display: inline-flex;
    align-items: center;
    font-family: 'ford-antenna-medium';
    margin-right: 5px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

.item-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 24%;
}

    .item-footer p {
        color: #0F0F0F;
        margin: 0;
    }

.footer-tel {
    color: #000 !important;
    font-weight: 700;
}

    .footer-tel span {
        font-weight: normal;
        margin-left: 5px;
    }

.bottom-footer {
    border-bottom: 1px solid #9A9A9A;
    border-top: 1px solid #9A9A9A;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .bottom-footer a {
        color: #00095B;
    }

.redes-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .redes-footer a {
        color: #00095B;
        font-size: 25px;
        margin-left: 15px;
    }

    .redes-footer span {
        font-weight: 700
    }

.legal-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0px 80px;
    border-top: 1px solid #9A9A9A;
}

    .legal-footer a,
    .legal-footer span {
        color: #575757;
        font-size: 16px;
    }

    .legal-footer a {
        margin-left: 15px;
    }

.footer-xs {
    background-color: #292929;
    text-align: center;
    padding: 5px 0;
}

/*AVISO DE PRIVACIDAD*/

.cendiv {
    margin: 0 auto;
    width: 90%;
    padding: 21px;
    margin-top: 10%;
    text-align: justify;
}

.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.30);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    color: #0F0F0F;
    font-size: 18px;
    overflow-x: hidden;
    overflow-y: auto;
}

.imgclose {
    width: 26px;
    position: absolute;
    z-index: 4;
    right: 7.5%;
    margin-top: 1%;
    cursor: pointer;
}

.divPriv {
    background-color: #ffff !important;
    padding: 50px 50px 30px 50px;
    border-radius: 10px;
}

#dvLoading {
    display: none;
}

/*MODAL TELÉFONOS*/
.option-modal-tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .option-modal-tel div {
        width: 50%;
        text-align: center;
        padding: 10px;
    }

    .option-modal-tel img {
        width: 100%;
    }

    .option-modal-tel div:first-child {
        border-right: 1px solid #D9D9D9
    }

.app-item p {
    margin-bottom: 50px;
}

.app-item .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.modal-llamadas .modal-title {
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.modal-llamadas .btn-close {
    position: absolute;
    right: 20px;
}

.modal-llamadas .modal-header {
    border-bottom: none;
}


/*TELEFONOS HEADER*/

.telefonos-div {
    position: relative;
}

.telefonos-header {
    position: absolute;
    background-color: #fff;
    top: 37px;
    right: 0;
    width: 250px;
    padding: 10px 15px;
    display: none;
}

.mostrar-tel {
    cursor: pointer;
}

.telefonos-header.show {
    display: block;
}

.link-tels-movil {
    display: none;
}

.telefonos-header i {
    background-color: #066FEF;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.telefonos-header p {
    font-size: 18px;
    color: #0F0F0F;
    margin: 0;
    line-height: 20px;
}

.telefonos-header span {
    color: #00095B;
    font-size: 14px;
    display: block;
    font-weight: 600;
}

.telefonos-header a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.telefonos-div.movil{
    display: none;
}

@media (max-width: 1400px) {
    .autos-item-web img {
        width: 100%;
    }

    /*CONTACTO*/
    .mapa-c {
        width: 50%;
    }

    .datos-c {
        width: 50%;
        padding: 50px;
    }

    /*ASISTENCIA*/

    .info-asistencia {
        padding: 50px 50px 50px 100px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: unset;
    }

    .autos-item-web {
        width: 31%;
        margin: 0 1% 20px;
    }

    .menu-autos-web {
        padding: 25px;
    }

    .info-banner-ford2 {
        width: 75%;
        padding: 25px;
    }

    /*PRUEBA DE MANEJO*/

    .fecha-option span {
        width: 48%;
        margin-bottom: 10px;
    }

    /*ASISTECIA*/
    .info-asistencia {
        width: 70%;
        padding: 50px 50px 50px 100px;
    }

    .popUp small {
        right: 50%;
        transform: translate(50%, 0);
    }
}

@media (max-width: 991px) {
    /*CONTACTO*/
    .datos-c {
        width: 100%;
    }

    .mapa-c {
        width: 100%;
        height: 300px;
    }
    /*PRUEBA DE MANEJO*/

    .pm-step-02 .third-size {
        width: 48%;
    }

    h2 {
        font-size: 30px;
    }

    .txt-banner-bd p {
        font-size: 18px;
    }

    .info-banner-bd {
        top: 75px;
        padding: 0 25px;
    }

    .item-banner-fm p {
        font-size: 24px;
    }

    .specs-semis span i {
        margin-right: 5px;
    }

    .item-footer {
        width: 32%;
    }

    .dist-addres {
        display: none;
    }

    .top-header .container {
        justify-content: center;
    }

    .menu-button {
        display: block;
    }

    .name-dist {
        max-width: 100%;
        display: flex;
        align-items: center;
    }

    .name-dist i {
        display: block;
        margin-right: 5px;
    }

    .menu-web {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        position: absolute;
        width: 100%;
        background: #fff;
        right: -100%;
        top: 60px;
        flex-direction: column;
        padding: 25px 15px;
        border-top: 1px solid #c9c7c7;
        transition: all .3s ease-in-out;
    }

    .menu-web.open{
        right: 0;
    }

    .link-menu-web {
        margin: 0 0 20px 0;
    }

    .tel-web {
        margin-right: 0;
        margin-bottom: 20px;
    }


    .telefonos-div.movil {
        display: block;
    }

    .telefonos-div {
        display: none;
    }

    .link-menu-web {
        margin-left: 0;
    }

        .link-menu-web i {
            font-size: 35px;
        }

    .telefonos-header {
        top: 50px;
        right: unset;
        left: -15px;
    }

    .link-menu-web::after{
        content: unset !important;
    }
}

@media (max-width: 768px) {

    .item-banner-fm {
        width: 48%;
        margin-bottom: 20px;
    }

    .txt-banner-bd{
        width: 100%;
    }

    .img-banner-bd {
        width: 60%;
        margin: 20px auto 0;
    }

    .item-banner-fm:last-child {
        margin-bottom: 0;
    }

    .item-footer {
        width: 45%;
    }


    .cta-web{
        display: none;
    }

    .cta-movil {
        display: flex;
    }

    /*CONTACTO*/
    .directorio-item a span {
        display: none;
    }

    .directorio-item p {
        width: 70% !important;
    }

    .directorio-item a {
        width: 15% !important;
    }

        .directorio-item a i {
            font-size: 30px;
        }
    /*PRUEBA DE MANEJO*/

    .pm-step-01 {
        width: 70%;
        margin: 0 auto;
    }

    .pm-step-02 {
        width: 100%;
        margin-top: 20px;
    }

    .fecha-option span {
        width: 32%;
        font-size: 14px;
    }
    /*AVISO DE PRIVACIDAD*/
    .divPriv {
        background-color: #ffff !important;
        padding: 50px 10px 50px 10px !important;
        border-radius: 10px;
    }

}

@media (max-width: 567px) {

    .info-banner-bd {
        position: relative;
        left: unset;
        top: unset;
        background-color: #00095B;
        padding: 20px 20px 190px;
    }

    .img-banner-bd {
        width: 100%;
        margin: 25px auto 0;
    }

    .img-web{
        display: none;
    }

    .txt-banner-bd p {
        font-size: 16px;
    }

    h2 {
        font-size: 24px;
    }

    .item-banner-fm {
        width: 100%;
    }

    .img-movil {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .banner-body img:first-child {
        z-index: 1;
        position: relative;
    }

    .item-footer {
        width: 100%;
    }

    .item-footer:last-child{
        order: -1;
    }

    .redes-footer {
        width: 100%;
        margin-top: 20px;
    }

    .links-legal {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .legal-footer a, .legal-footer span {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    .owl-theme.slider-home .owl-dots {
        bottom: -7px;
    }
    /*CONTACTO*/
    .datos-c {
        padding: 50px 20px;
    }

    .itemsHorarios ul {
        width: auto;
    }
    .mid-size, .third-size {
        width: 100%;
    }
    .btn-form button {
        width: 100%;
    }
    /*PRUEBA DE MANEJO*/

    .pm-step-01 {
        width: 100%;
    }

    .pm-step-02 .third-size {
        width: 100%;
    }

    .form-ford h4 {
        font-size: 20px;
    }
    /*AVISO DE PRIVACIDAD*/
    .imgclose {
        right: 11% !important;
        margin-top: 4% !important;
    }

    .divPriv {
        background-color: #ffff !important;
        padding: 50px 10px 50px 10px !important;
        border-radius: 10px;
    }

    .cendiv {
        width: 98%;
    }
}