@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;
}

.text-blue-dark{
    color: #00095B;
}

span.text-small {
    font-size: 13px;
}

.btn-FP a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/*@font-face {
    font-family: 'FordAntennaRegular';
    src: url('../fonts/FordAntennaRegular.otf') format('otf'), url('../fonts/FordAntennaRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
/*body {
    color: #00095B;
    font-family: 'FordAntennaRegular';
    padding-top: 80px;
}*/
.rangeEnganche {
    width: 90%;
    margin-bottom: 20px;
}

.itimg {
    float: left;
    width: 100%;
    /* height: 245px; */
    height: 210px;
    /* background-color: #d2cece; */
    position: relative;
}

@media (max-width: 1201px ) {
    /* Estilos para pantallas menores a 768px */
    .datos-seminuevo h3 {
        font-size: 12px !important;
    }

    .datos-seminuevo span {
        font-size: 10px !important;
    }
}

@media (max-width: 590px ) {
    .slider-seminuevos.owl-theme .item {
        margin-right: 10px;
    }
}
a.btn:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}

.ithuselected {
    opacity: 1 !important;
    border: 3px solid #2d96cd !important;
}

.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;
}
.imgclose1 {
    width: 38px;
    position: absolute;
    z-index: 4;
    right: 0;
    margin-top: -6%;
    cursor: pointer;
}
.divPriv {
    background-color: #ffff!important;
    padding: 50px 50px 30px 50px;
    border-radius: 10px;
}
    #dvLoading {
    display: none;
    }

body {
    color: #0F0F0F;
    font-family: 'FordAntennaWGL-Regular';
    padding-top: 80px;
}

/*TELEFONOS HEADER*/

.telefonos-div{
    position: relative;
}

.red {
    color: red;
}

.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;
}

/*HEADER*/
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
    filter: none !important;
}

.top-header {
    background-color: #00095B;
}   

.top-header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    max-width: 1200px;
}

.name-dist {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    max-width: 30%;
}

.dist-addres {
    display: flex;
    color: #fff;
    font-size: 14px;
    align-items: center;
    max-width: 100%;
    font-family: 'FordAntennaWGL-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: 50px;
    max-width: 1200px;
}

.logo-header img {
    width: 90px;
}

.menu-web {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.link-menu-web {
    font-size: 15px;
    color: #00095B;
    position: relative;
    margin-left: 15px;
}

.submenu {
    padding-right: 20px;
}

.submenu i {
    color: #575757;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
}

.link-menu-web.active {
    color: #066FEF;
}

.link-menu-web.active::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 3px;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #066FEF;
    transition: all .3s linear;
}

.link-menu-web::after {
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0);
    background: transparent;
    transition: all .3s linear;
}

.link-menu-web:hover::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 3px;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #00095B;
    transition: all .3s linear;
}

.link-menu-web.mostrar-tel {
    font-weight: 600;
}


.menu-autos-web.open {
    top: 80px;
    opacity: 1;
    z-index: 1000;
}

.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;
    box-shadow: 0px 8px 8px rgb(0 0 0 / 20%);
}

.blur-background {
    filter: blur(8px);
    transition: filter 0.3s ease;
}

section.blur-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.02); 
    filter: blur(8px); 
    transition: background 0.3s ease, filter 0.3s ease;
    z-index: 1; 
}

.selMenu {
    color: #066FEF !important;
}

.noselMenu {
    color: #00095B !important;
}

.noselMenuFlecha {
    color: #575757 !important;
}

.menu-content-web {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: white;
}


.lista-web {
    width: 25%;
}

.lista-web a{
    font-weight: 600;
    font-size: 18px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #000;
}

.lista-web h4,
.sub-menu-img h4{
    font-weight: 600;
    margin-bottom: 20px;
}

.lista-web ul{
    flex-direction: column;
    border: none;
}

.lista-web ul li{
    height: 50px;
}

.lista-web ul li .nav-link{
    display: flex;
    border-bottom: 1px solid #9A9A9A !important;
    padding: 10px 0;
    color: #5E5E5E;
    font-size: 18px;
    border: none;
    background-color: transparent;
    position: relative;
        font-weight: normal;
            width: 100%;
}

.lista-web ul li .nav-link.active{
    color: #066FEF;
    border-bottom: 1px solid #066FEF !important;
    border: none;
    background-color: transparent;
    font-weight: 600;
}

.imgAdjusted {
    aspect-ratio: 16 / 12;
    object-fit: cover;
}

.lista-web ul li .nav-link:after {
    content: "\e902";
    font-family: 'icomoon' !important;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 13px;
    border: 1px solid;
    border-radius: 30px;
    padding: 5px;
    font-size: 15px;
}

.lista-web .link-normal li .nav-link:after{
    content: none;
}

.menu-autos-web .tab-content {
    width: 70%;
    overflow-y: scroll;
    max-height: 60vh;
}

.autos-content-web {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.autos-item-web {
    width: 22%;
    margin: 0 1.5% 20px;
    display: block;
}

.autos-item-web img{
    width: auto;
}

.autos-item-web small,
.autos-item-movil small{
    font-size: 16px;
    color: #575757;
    font-family: 'FordAntennaWGL-Light';
}

.autos-item-web p,
.autos-item-movil p{
    font-size: 15px;
    color: #0F0F0F;
    font-weight: 600;
    margin-bottom: 5px;
    width: 90%;
    padding-right: 10%;
}

.autos-item-web p span{
    font-weight: normal;
}

.sub-menu-img a{
    width: 48%;
}

.sub-menu-img {
    width: 65%;
}

.img-full img,
.img-mid img{
    border-radius: 25px;
}

.img-full{
    position: relative;
}

.submenu-info {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 50%;
}

.submenu-info small{
    color: #066fef;
    font-size: 18px;
}

.submenu-info p{
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    margin: 15px 0;
}

.submenu-info p span{
    font-weight: 600;
    margin-left: 5px;
}

.submenu-info .btn{
    display: flex;
    justify-content: center; 
    align-items: center;
}

/*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;
}
/*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;
}

/*ESTILOS SLIDER INICIAL*/
.owl-theme.slider-home .owl-nav .owl-prev {
    left: 10px;
}

.owl-theme.slider-home .owl-nav .owl-next {
    right: 10px;
}

.owl-theme.slider-home .owl-nav [class*=owl-] i{
    color: #fff;
    font-size: 25px;
}

.owl-theme.slider-home .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00142E;
}

.owl-theme.slider-home .owl-nav [class*=owl-]:hover{
    background-color: #00142E;
}

.owl-theme.slider-home .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    transition: all 0.2s linear;
}

.owl-theme.slider-home .owl-dots .owl-dot.active span {
    background-color: #fff !important;
    width: 25px;
}

.owl-theme.slider-home .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

.owl-theme.slider-home .owl-dots {
    position: absolute;
    transform: translate(-50%, 0);
    bottom: 5px;
    left: 50%;
}

.owl-theme.slider-home .owl-item img {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}


/*ESTILOS GENERALES*/

a, a:hover{
    text-decoration: none;
}

.container{
    max-width: 1200px;
    padding: 0 20px;
}

.text-white{
    color: #fff !important;
}
.btn.btn-blue.btncitaserv {
    color: #fff!important;
    font-weight: 100!important;
    width: 200px!important;
}


/*FONDOS*/

.bg-blue-dark {
    background-color: #00095B;
}

.bg-blue-ford {
    background-color: #066FEF;
}

.bg-gray {
    background-color: #F0F0F0;
}

.bg-gray-2 {
    background-color: #F1F7FA;
}


/*TÍTULOS*/
h2 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 20px;
}

h2 span{
    font-weight: 600;
}

/*LINK HOME*/

.links-home{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.link-home-item{
    width: 22%;
}

.link-home-item a{
    text-align: center;
    color: #00095B;
    display: block;
}

/*BOTONES*/
.btn{
    height: 45px;
    border-radius: 30px;
    min-width: 200px;
    transition: .3s all linear;
    font-size: 16px;
}

.btn-blue {
    background-color: #066FEF;
    color: #fff;
}

.btn-blue:hover,
.btn-blue:focus{
    color: #fff !important;
    background-color: #0457BB !important;
}

.btn-gray-3 {
    background-color: #575757;
    color: #fff;
}

.btn-gray-3:hover {
    background-color: #F0F0F0;
    color: #0F0F0F !important;
}

.btn-gray-4,
.btn-gray-4:hover {
    background-color: #F0F0F0;
    color: #0F0F0F;
}

/*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%;
}

.third-size {
    width: 31%;
}

.fin-cotizacion {
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*BANNER FORD*/

.banner-ford {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #00095B;
    border-radius: 25px;
    position: relative;
}

.img-banner-ford{
    width: 50%;
}

.img-banner-ford2{
    width: 100%;
}

.img-banner-ford2 img{
    border-radius: 25px;
}


.img-banner-ford img {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.info-banner-ford {
    width: 50%;
    padding: 50px;
}

.info-banner-ford2 {
    width: 50%;
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.info-banner-ford span {
    color: #FFF;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    display: block;
    margin-bottom: 25px;
}

.info-banner-ford2 p span{
    font-weight: 600;
}

.info-banner-ford2 small {
    font-size: 24px;
    color: #066fef;
}

.info-banner-ford2 p {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.info-banner-ford p {
    font-size: 25px;
    color: #066fef;
    line-height: 30px;
    margin-bottom: 25px;
}

/*LIFESTYLE LINKS*/

.lifestyle-content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    justify-content: space-between;
}

.lifestyle-item{
    width: 30%;
    color: #fff;
    margin-bottom: 40px;
}

.lifestyle-item img{
    border-radius: 25px;
    margin-bottom: 20px;
}

.lifestyle-item span{
    font-size: 25px;
    font-family: 'FordAntennaWGL-Bold';
    margin-bottom: 10px;
    display: block;
}

.lifestyle-item p{
    font-size: 18px;
    min-height: 50px;
    line-height: 25px;
    font-family: 'FordAntennaWGL-Light';
}

.lifestyle-item .btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lifestyle-item .btn i{
    margin-left: 5px;
}

.link-blue {
    font-size: 18px;
    color: #066fef;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
}

.link-blue:hover{
    color: #066fef;
}

.link-blue i{
    margin-right: 10px;
    border: 1px solid #066fef;
    border-radius: 50%;
    padding: 5px;
}

/*VIDEO FORD*/

.videos-ford{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video-item {
    width: 24%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.video-item:hover img{
    transform: scale(1.05);
}

.video-item img{
    transition: transform .5s;
}

.video-item p{
    position: absolute;
    top: 20px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    padding: 0 15px;
    color: #fff;
    line-height: 25px;
    z-index: 5;
}

.video-item i{
    color: #fff;
    opacity: 0.5;
    font-size: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -75%);
    z-index: 5;
}

.video-item .back-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 4;
}

.txt-video{
    font-size: 18px;
    margin-bottom: 25px;
}

/*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-right: 10px;
    font-size: 15px;
}

.item-footer h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 25px;
}

.item-footer a {
    color: #575757;
    font-size: 16px;
    margin-bottom: 15px;
}

.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: #575757;
}

.footer-tel {
    color: #000 !important;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
}

.footer-tel span{
    font-weight: normal;
    margin-left: 20px;
    display: block;
    width: 100%;
    color: #575757;
}

.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 0;
}

.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;
}

.icono {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.icono2 {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    filter: brightness(0) invert(1);
    /*filter: drop-shadow(0 0 1px white) drop-shadow(0 0 1px white) brightness(6) opacity(1.1);*/
}

/*MENU MOVIL*/
.div-menu-movil {
    height: 90vh;
    overflow-y: scroll;
    padding-bottom: 50px;
}

.menu-autos-movil {
    position: fixed;
    top: 80px;
    width: 100%;
    left: -100%;
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    padding: 25px;
    transition: 0.5s all linear;
    opacity: 0;
    /*height: 90vh;*/
    /*  display: flex;
    flex-wrap: wrap;
    flex-direction: column;*/
}

.menu-autos-movil.open{
    left: 0;
    opacity: 1;
}

.menu-autos-movil a {
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.collapse-movil ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.collapse-movil ul a {
    color: #575757;
    font-weight: normal;
    position: relative;
}

.content-autos-movil {
    position: fixed;
    width: 100%;
    left: -100%;
    top: 80px;
    background-color: #fff;
    padding: 50px;
    border-top: 1px solid #dee2e6;
    transition: 0.5s all linear;
    opacity: 0;
    height: 90vh;
    overflow-y: scroll;
}

.content-autos-movil.open{
    left: 0;
    opacity: 1;
}

.autos-item-movil {
    width: 22%;
    margin: 0 1.5% 20px;
    text-align: center;
}

.div-autos-movil {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.div-autos-movil img{
    width: 100%;
}

.btn-back-movil {
    color: #0F0F0F;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.btn-back-movil i{
    margin-right: 10px;
    font-weight: 700;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 5px;
}

.show-autos{
    position: relative;
    width: 100%;
}

.show-autos.collapsed:after{
    content: "\e913";
    font-family: 'icomoon' !important;
    line-height: 1;
    position: absolute;
    right: 10%;
    top: -3px;
    padding: 5px;
    font-size: 20px;
}

.show-autos:after{
    content: "\e914";
    font-family: 'icomoon' !important;
    line-height: 1;
    position: absolute;
    right: 10%;
    top: -3px;
    padding: 5px;
    font-size: 20px;
}

/*scroll talleres*/

.menu-autos-web .tab-content,
.div-menu-movil,
.content-autos-movil,
#exampleFormControlTextarea1 {
    scrollbar-width: thin;
    scrollbar-color: #00095B #fff;
    padding-right: 5px;
}

/* Works on Chrome, Edge, and Safari */
.menu-autos-web .tab-content::-webkit-scrollbar,
.div-menu-movil::-webkit-scrollbar,
.content-autos-movil::-webkit-scrollbar,
#exampleFormControlTextarea1::-webkit-scrollbar{
    width: 3px;
}

.menu-autos-web .tab-content::-webkit-scrollbar-track,
.div-menu-movil::-webkit-scrollbar-track,
.content-autos-movil::-webkit-scrollbar-track,
#exampleFormControlTextarea1::-webkit-scrollbar-track{
    background: transparent;
}

.menu-autos-web .tab-content::-webkit-scrollbar-thumb,
.div-menu-movil::-webkit-scrollbar-thumb,
.content-autos-movil::-webkit-scrollbar-thumb,
#exampleFormControlTextarea1::-webkit-scrollbar-thumb{
    background-color: rgba(39, 80, 155, 0.2);
    border-radius: 20px;
    border: 3px solid #00095B;
}

/*CRM*/
.ctaFord {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 60px;
    z-index: 50;
    /*position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    display: flex;
    justify-content: space-between;*/
}

.ctaFord a {
    position: relative;
    display: flex;
    width: 60px;
    height: 60px;
    color: #fff;
    margin-bottom: 15px;
    /*position: relative;
    display: flex;
    width: 33.33%;
    height: 60px;
    color: #fff;
    margin-bottom: 0;
    border-right: 1px solid #dee2e6;*/
}

.ctaFord a article {
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    padding-left: 4px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

    /*display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 8px;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    justify-content: center;*/
}

.ctaFord a article i {
    font-size: 30px;
    margin-right: 5px;
    margin-left: 11px;
    color: #fff;
}

.ctaFord a article span {
    width: 150px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    padding-left: 10px;
}

.ctaFord a:hover article {
    position: absolute;
    right: 0;
    width: 200px;
    height: 60px;
}

.btnWA {
    background-color: #3CA349;
}

.btnMA {    font-size: 30px;
    margin-right: 15px;
    margin-left: 11px;
    color: #fff;
    background-color: #EBEBEB !important;
    color: #2360A5 !important;
}

    .btnMA i {
        color: #2360A5 !important;
        font-size: 18px !important;
    }

.btnFINA {
    background-color: #2360A5;
}

.btnCSERV {
    background-color: #5194C7;
}

/***** --- iconos whatsapp --- *****/
.icon-whatsapp {
    position: fixed;
    z-index: 19;
    left: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #54C050;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .icon-whatsapp i {
        color: #fff;
        font-size: 30px;
    }

    .icon-whatsapp .ico-close {
        display: none;
    }

    .icon-whatsapp.active .ico-close {
        display: block;
    }

    .icon-whatsapp.active .ico-open {
        display: none;
    }

/* iconos whatsapp body */
.icon-whatsapp-body {
    position: fixed;
    z-index: 51;
    bottom: 10px;
    left: 10px;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'fordantennaWGL-regular';
}

    .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: flex-start;
            color: #fff;
            text-decoration: none;
            background-color: #54C050;
            margin-bottom: 5px;
            border-radius: 30px;
            height: 55px;
            font-family: 'fordantennaWGL-regular';
            font-size: 14px;
            padding: 0 20px;
        }

        .icon-whatsapp-body .wrap .name {
            font-size: 14px;
            text-align: center;
        }


        .icon-whatsapp-body .wrap a i {
            color: #fff;
            font-size: 20px;
            margin-right: 10px;
        }

    .icon-whatsapp-body.active {
        bottom: 80px;
        opacity: 1;
        visibility: visible;
    }


/*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: 60px;
        height: 60px;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        background: #066FEF;
        border-radius: 50%;
    }

        .menu-icon a i {
            font-size: 30px;
        }

.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: 200px;
        height: 50px;
        border-radius: 30px;
        border: none;
        /*background: #4cc7f4;*/
        margin-top: 10px;
        text-decoration: none;
        line-height: 1;
    }

        .menu-list a i {
            display: inline-block;
            width: 15px;
            font-size: 25px;
            margin-right: 20px;
            margin-left: 10px;
        }

    .menu-list.hidden {
        opacity: 0;
        visibility: hidden;
    }

    .menu-list.show {
        opacity: 1;
        bottom: 90px;
    }

.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;
    }

.mostrar-tel i {
    font-weight: 600;
    margin-right: 5px;
}

.movil-autos a:after {
    content: "\e902";
    font-family: 'icomoon' !important;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -1px;
    border: 1px solid;
    border-radius: 30px;
    padding: 5px;
    font-size: 15px;
}

.telefonos-div.movil {
    display: none;
}

.name-dist i {
    display: none;
}

/*SLIDER SEMINUEVOS*/

.slider-seminuevos.owl-theme .item {
    background-color: #fff;
}

.datos-seminuevo {
    padding: 10px 15px;
}

.datos-seminuevo h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 15px;
}

datos-seminuevo p {
    font-size: 25px;
    color: #000;
}

.specs-semi {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.datos-seminuevo span {
    font-size: 13px;
    width: 48%;
    display: flex;
    align-items: center;
}

.datos-seminuevo span i{
    margin-right: 10px;
}

.datos-seminuevo .btn i {
    margin-left: 5px;
}

.datos-seminuevo .btn{
    display: inline-flex; 
    justify-content: center; 
    align-items: center;
}

/*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 span {
    display: block;
    margin-top: 15px;
    color: #066fef;
    line-height: 31px;
    font-family: 'FordAntennaWGL-Bold';
}

.content-typ span font {
    display: block;
    color: #fff;
    font-family: 'FordAntennaWGL-Light';
    font-size: 18px;
}*/

.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;
}
/*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;
}

/*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;
}

.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;
}

/*PROMOCIONES*/

.promo-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.img-promo{
    width: 48%;
}

.info-promo {
    width: 48%;
}

.info-promo small {
    color: #575757;
    font-family: 'FordAntennaWGL-Light';
    font-size: 15px;
}

.info-promo h3 {
    font-family: 'FordAntennaWGL-Bold';
}

.info-promo .btn-blue{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-promo.collapsed .ver-promo {
    display: inline-flex;
}

.btn-promo .ver-promo {
    display: none;
}

.btn-promo i {
    margin-right: 10px;
    font-size: 25px;
}


.btn-promo.collapsed .ocular-promo {
    display: none;
}

.btn-promo .ocular-promo {
    display: inline-flex;
}

.promo-txt button {
    color: #066fef;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    border: none !important;
    margin: 15px 0px;
}

.promo-txt button:focus,
.promo-txt button:hover{
    border: none !important;
    color: #066fef !important;
}

.txt-promocion {
    font-size: 14px;
    text-align: justify;
    font-family: 'FordAntennaWGL-Light';
}

.list-promos li .nav-link{
    color: #00095B;
}

.list-promos li .nav-link.active,
.list-promos li .nav-link:hover{
    text-decoration: underline;
    color: #066FEF;
    font-family: 'FordAntennaWGL-Bold';
}


#legalesModal .modal-dialog{
    max-width: 1250px;
}


.legales-txt-modal small{
    color: #575757;
    margin-bottom: 20px;
    display: block;
}

#legalesModa h3 {
    color: #0F0F0F;
}

.legales-txt-modal p {
    font-size: 15px;
    text-align: justify;
    color: #0F0F0F;
}

.btn-legales-promos .btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


/*ASISTENCIA*/

.card-ast {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.card-ast-item{
    width: 31%;
}

.card-ast-item img{
    margin-bottom: 15px;
    border-radius: 16px;
}

.card-ast-item p{
    font-family: 'FordAntennaWGL-Light';
}


.info-garantia p span,
.txt-ast span{
    font-family: 'FordAntennaWGL-Bold';
}

.info-garantia-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}

.info-garantia-img {
    width: 48%;
}

.info-garantia-img img{
    border-radius: 16px;
    margin-bottom: 32px;
}

.info-garantia {
    width: 48%;
    padding: 15px;
}

.txt-ast {
    color: #575757;
    font-family: 'FordAntennaWGL-Light';
}

.txt-special {
    font-family: 'FordAntennaWGL-Light';
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}

.txt-special font{
    font-family: 'FordAntennaWGL-Bold';
    display: inline-flex;
    margin-right: 5px;
}

.txt-special sub {
    bottom: -3px;
    display: inline-flex;
    margin: 0 10px;
}

.list-asist li{
    width: 33.3%;
}

.list-asist li .nav-link{
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #9A9A9A;
    color: #5E5E5E;
    font-family: 'FordAntennaWGL-Light';
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}

.list-asist li .nav-link.active{
    color: #0072E9;
    border-bottom: 4px solid #0072E9 !important;
    font-family: 'FordAntennaWGL-Bold';
    background-color: transparent;
}

.div-tabs-asistencia {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

.tabs-img{
    width: 48%;
}

.tabs-img img{
    border-radius: 16px;
}

.tabs-info {
    width: 48%;
    padding: 15px;
}

.tabs-info ul {
    padding-left: 15px;
}

.tabs-info ul li{
    font-family: 'FordAntennaWGL-Light';
}

.tabs-info ul li::marker{
    color: #4cc7f4;
}

.bg-asistencia {
    background: #F0F0F0 url(/assets/img/asistencia/serv-bg_mountain.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.head-asistencia {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.info-asistencia {
    position: absolute;
    background-color: #fff;
    width: 50%;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    padding: 50px 50px 50px 150px;
    border-bottom-right-radius: 120px;
    border-top-right-radius: 24px;
}

.info-asistencia p{
        font-family: 'FordAntennaWGL-Light';
}

.tel-asistencia {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}


.tel-asistencia .btn:first-child{
    width: 48%;
    border-radius: 16px;
    background-color: #00095B;
    color: #fff;
    padding: 24px 10px;
    height: auto;
}

.tel-asistencia .btn:last-child{
    width: 48%;
    border-radius: 16px;
    background-color: #F0F0F0;
    color: #0F0F0F;
    padding: 24px 10px;
    height: auto;
}

.tel-asistencia .btn span {
    display: block;
    font-size: 15px;
}

.tel-asistencia .btn font{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-top: 10px;
}

.tel-asistencia .btn font i{
    margin-right: 5px;
}

.info-asistencia p span{
    font-family: 'FordAntennaWGL-Bold';
}

.info-asistencia p .txt-blue {
    color: #066FEF;
}

.popUp,
.popUp2 {
    position: relative;
}

.popUp i,
.popUp2 i{
    color: #066FEF;
    font-size: 12px;
    margin-left: 5px;
    cursor:pointer;
}

.popUp small{
       position: absolute;
    background-color: #fff;
    padding: 10px;
    font-family: 'FordAntennaWGL-Light';
    font-size: 12px;
    width: 250px;
    right: 0;
    bottom: 25px;
    text-align: center;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    border-radius: 16px;
    display: none;
}

.popUp2 small{
       position: absolute;
    background-color: #fff;
    padding: 10px;
    font-family: 'FordAntennaWGL-Light';
    font-size: 12px;
    width: 250px;
    right: 0;
    bottom: 25px;
    text-align: center;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    border-radius: 16px;
    display: none;
}

.popUp small.active,
.popUp2 small.active{
    display: block;
}

.tabs-info p {
    font-family: 'FordAntennaWGL-Light';
}

.tabs-info p span{
    font-family: 'FordAntennaWGL-Bold';
}

.tabs-info p .txt-blue {
    color: #066FEF;
    display: inline-flex;
    margin: 0 5px;
}

.txt-cross {
    position: relative;
    padding-left: 24px;
}

.txt-cross::after{
    font-family: 'icomoon' !important;
    content: "\e90a";
    position: absolute;
    left: 0;
    top: -2px;
    color: red;
}

/*PÁGINAS DE ERROR*/

.pag404{
    min-height: 80vh;
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.img404,
.info404 {
    width: 48%;
}

.btn-error .btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

/*RESPONSIVO*/
@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: 1300px) {

    .link-menu-web {
        font-size: 14px;
    }
}


@media (max-width: 1200px) {
    .container{
        max-width: 991px;
    }

    .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: 1100px) {

    .container {
        max-width: 850px
    }
}

@media (max-width: 1000px) {

    .container {
        max-width: 750px
    }
}

@media (max-width: 991px) {

    /*.container {
        max-width: 850px
    }*/

    .links-home {
        justify-content: space-between;
    }

    .lifestyle-item {
        width: 48%;
    }

    .info-banner-ford span {
        font-size: 30px;
        line-height: 32px;
    }

    .video-item i {
        font-size: 50px;
    }

    .menu-web,
    .dist-addres {
        display: none;
    }

    .top-header .container {
        justify-content: center;
    }

    .menu-button {
        display: block;
    }

    .name-dist {
        max-width: 100%;
        display: flex;
        align-items: center;
    }

    .link-tels-movil {
        display: block;
    }

    .link-menu-web {
        margin-left: 0;
    }

    .link-menu-web i{
        font-size: 35px;
    }

    .telefonos-header {
        top: 45px;
        right: unset;
        left: -25px;
    }

    .telefonos-div.movil {
        display: block;
    }

    .name-dist i {
        display: block;
        margin-right: 10px;
    }

    .info-banner-ford2 p {
        font-size: 30px;
        line-height: 40px;
    }

    /*COTIZACION*/

    .cot-step-01 div:first-child {
        width: 48%;
    }

    .cot-step-01 {
        justify-content: space-between;
    }

    .cot-step-01 .ImgCotizacion {
        width: 48%;
        margin-left: 0;
    }

    /*PRUEBA DE MANEJO*/

    .pm-step-02 .third-size{
        width: 48%;
    }


    /*CONTACTO*/
    .datos-c {
        width: 100%;
    }

    .mapa-c {
        width: 100%;
        height: 300px;
    }

    /*ASISTENCIA*/

    .info-asistencia {
        width: 80%;
        padding: 25px;
    }

    /*PÁGINAS ERROR*/
    .btn-error .btn {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .version-item {
        width: 31%;
        margin: 0 1% 15px;
    }

}

@media (max-width: 768px) {

    .container{
        max-width: 576px;
    }

    .img-banner-ford {
        width: 100%;
    }

    .img-banner-ford img{
        border-top-right-radius: 25px;
    }

    .info-banner-ford {
        width: 100%;
    }

    h2 {
        font-size: 30px;
    }

    .video-item {
        width: 49%;
    }

    .video-item i {
        font-size: 75px;
    }

    .link-home-item {
        width: 48%;
    }

    .item-footer {
        width: 48%;
        margin-bottom: 20px;
    }

    .content-autos-movil{
        padding: 25px;
    }

    .autos-item-movil {
        width: 31.3%;
        margin: 0 1% 20px;
    }

    .info-banner-ford2 {
        width: 100%;
        padding: 25px;
    }

    /*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;
    }

    /*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;
    }

    /*PROMOCINES*/

    .img-promo {
        width: 100%;
        margin-bottom: 20px;
    }

    .info-promo {
        width: 100%;
        order: 2;
    }

    .divPriv {
        background-color: #ffff !important;
        padding: 50px 10px 50px 10px !important;
        border-radius: 10px;
    }

    /*ASISTENCIA*/

    .info-asistencia {
        width: 100%;
        padding: 25px;
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
    }

    .card-ast-item {
        width: 100%;
    }

    .info-garantia-img {
        width: 100%;
    }

    .info-garantia {
        width: 100%;
        padding: 0;
    }

    .tabs-img {
        width: 100%;
    }

    .tabs-info {
        width: 100%;
        padding: 20px 0 0;
    }

    .div-tabs-asistencia {
        padding: 25px 0;
    }

    .popUp small {
        right: unset;
        transform: unset;
        left: 0;
    }

    .list-asist {
        align-items: center;
    }

    .list-asist li .nav-link {
        font-size: 14px;
        line-height: 16px;
    }

    /*PÁGINAS ERROR*/
    .img404, .info404 {
        width: 100%;
    }

    .img404{
        margin-bottom: 20px;
    }

    .pag404 {
        min-height: auto;
    }

    .version-item {
        width: 48%;
    }

    .autos-item-movil p{
        width: unset;
    }

    .autos-item-movil p span{
        margin-left: 7px;
    }

    .imgclose1 {
        margin-top: -12% !important;
    }

}

@media (max-width: 575px) {

    .mid-size,
    .third-size{
        width: 100%;
    }

    .lifestyle-item {
        width: 100%;
    }

    .lifestyle-item p {
        min-height: auto;
    }

    .link-home-item {
        width: 100%;
    }

    .info-banner-ford {
        padding: 25px;
    }

    .video-item p {
        top: 10px;
        font-size: 16px;
        line-height: 17px;
    }

    .video-item i {
        font-size: 40px;
    }

    .info-banner-ford p {
        font-size: 20px;
        line-height: 25px;
    }

    .item-footer {
        width: 100%;
    }

    .legal-footer {
        justify-content: center;
    }

    .legal-footer span{
        display: block;
        margin-bottom: 10px;
    }

    .redes-footer {
        margin-top: 10px;
    }

    .item-footer a {
        margin-bottom: 10px;
    }

    .link-lanzamietos {
        margin-top: 15px;
    }

    .autos-item-movil {
        width: 100%;
        margin: 0 0 20px;
    }

    .autos-item-movil img{
        width: auto;
    }

    .show-autos.collapsed:after,
    .show-autos:after {
        right: 0;
    }

    .menu-icon {
        display: block;
    }

    .ctaFord{
        display: none;
    }

    .icon-whatsapp {
        bottom: 10px;
    }

    /*COTIZACIÓN*/

    .cot-step-01 {
        flex-wrap: wrap;
    }

    .cot-step-01 .ImgCotizacion {
        order: -1;
        width: 100%;
    }

    .form-ford h2 {
        text-align: left;
        font-size: 25px;
    }

    .cot-step-01 div:first-child {
        width: 100%;
        margin-top: 15px;
    }

    .buttons-cot {
        justify-content: space-between;
    }

    .buttons-cot span{
        margin: 0;
        width: 48%;
    }

    .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;
    }


    /*CONTACTO*/
    .datos-c {
        padding: 50px 20px;
    }

    .itemsHorarios ul {
        width: auto;
    }

    /*PROMOCIONES*/

    .info-promo .btn-blue{
        width: 100%;
    }

    .btn-legales-promos .btn {
        width: 100%;
    }
     
    h2 {
        font-size: 25px;
    }

    .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%;
    }

    .tel-asistencia .btn:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .tel-asistencia .btn:last-child {
        width: 100%;
    }

    .popUp small {
        right: 0;
        transform: unset;
    }

    .popUp small {
        right: 0;
        transform: unset;
        left: unset;
    }

    .popUp2 small {
        right: unset;
        left: 0;
    }


    /*PÁGINAS ERROR*/
     .btn-error .btn {
        margin-bottom: 15px;
        width: 100%;
    }

    .imgclose1 {
        margin-top: -12%!important;
    }

}

.imgclose {
    width: 26px;
    position: absolute;
    z-index: 4;
    right: 7.5%;
    margin-top: 1%;
    cursor: pointer;
} 
