


body {
    font-family: FordAntennaRegular;
    /*padding-top: 104px;*/
}

a {
    text-decoration: none;
    color: #fff;
}


.container {
    max-width: 1450px !important;
}

header {
    background: #000;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.seccion-promociones {

    position: relative;
    overflow: hidden;      
    margin: 0 auto;
    border-left: solid 1px #e4e4e4;
    border-right: solid 1px #e4e4e4;
    border-bottom: 1px solid #dbdbdb;
}

.head-direccion {
    height: 32px;
}

    .head-direccion a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }

.navbar-light .navbar-nav a {
    font-size: 14px;
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #CD5F06;
}

.menu-border {
    border-bottom: solid 1px #e0e0e0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.carousel-indicators .active {
    background-color: transparent;
    border: solid 2px #fff;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: rgba(255,255,255);
    border-radius: 50px;
}

/*cot rápida*/
section.cot-rapida {
    background: #efefef;
    padding: 30px 0 25px 0;
}

h1.title-section {
    font-size: 50px;
}

.cot-rapida .form-control {
    background: #efefef;
}

.cot-rapida input.form-control:focus {
    background: #efefef;
    border-color: #000;
    box-shadow: none;
}

.cot-rapida select.form-control:focus {
    box-shadow: none;
    border-color: #000;
    background: #efefef url("../img/drop-down.png") no-repeat right 1.75rem center;
    background-size: 24px;
}

.cot-rapida .custom-select {
    color: #000;
    background: #efefef url("../img/drop-down.png") no-repeat right 1.75rem center;
    background-size: 24px;
}



.btn {
    /*border: solid 1px #CD5F06;*/
    border-radius: 0;
    color: #fff;
    margin-top: 30px;
    height: 40px;
    background: #CD5F06 url(../img/siguiente-blanco.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

    .btn:focus {
        box-shadow: none;
    }

    .btn:hover {
        background: #293338;
        color: #fff;
        background-image: url(../img/siguiente-blanco.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
    }

a.avisoPriv {
    color: #CD5F06;
    border-bottom: solid 1px #CD5F06;
    text-decoration: none;
}

/*menu movil*/
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu.png);
}

.navbar-light .navbar-toggler {
    border: none;
}

.container .navbar .btn-cita {
    background: #324047;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
}

.btn-cita:hover a, .btn-cita:focus {
    color: #fff;
}

/*checkboxes*/
.custom-control-label::before {
    width: 18px;
    height: 18px;
    border-radius: 0 !important;
    background: #6d6e70;
}

.custom-control-label::after {
    width: 18px;
    height: 18px; /*border: solid 1px #CD5F06;*/
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #CD5F06;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background: transparent;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: transparent;
}

.checkbox-items {
    margin-top: 30px;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #000;
}

.form-control::placeholder {
    color: #000;
}

.form-control {
    height: 40px;
    border-radius: 0;
    border: solid 1px #000;
    margin-top: 30px;
}

select.form-control:not([size]):not([multiple]) {
    height: 40px;
}

select.form-control:focus {
    box-shadow: none;
    border-color: #000;
    background: #fff url("../img/drop-down.png") no-repeat right 1.75rem center;
    background-size: 24px;
}

.custom-select {
    color: #000;
    background: #fff url("../img/drop-down.png") no-repeat right 1.75rem center;
    background-size: 24px;
}

.btn-enviar {
    background: #CD5F06 url(../img/siguiente-blanco.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

/*modelos*/
.modelos .nav-link {
    margin: 20px;
    color: #000;
    font-size: 19px;
}

    .modelos .nav-link.active {
        background: #000;
        border-radius: 0;
    }

.modelos .modelo {
    background: #efefef;
}

    .modelos .modelo:hover {
        box-shadow: 4px 4px 10px #bdbdbd;
    }

.btn-auto {
    margin-top: 10px;
    height: 40px;
    text-align: left; /*padding: 0.375rem .5rem;*/
}

.modelos .tab-content > .active {
    display: flex;
}

.modelo .info-model {
    font-size: 30px;
}

.modelo .info-year {
    font-size: 20px;
}

.modelo .info-feature {
    font-size: 21px;
    font-family: 'Proxima Nova Light';
    margin-top: -10px;
}

.combo-precio {
    font-size: 16px;
    padding-left: 10px;
}

.precio {
    font-size: 20px;
    font-family: 'Proxima Nova Semibold';
}

.precio-ref {
    font-family: 'Proxima Nova Light';
}

/*banners*/
.banners p {
    font-size: 35px;
    font-family: 'Proxima Nova Light';
}

/*footer*/
footer {
    background: #293338;
}

.title-footer {
    color: #fff;
    font-size: 20px;
    font-family: 'Proxima Nova Semibold';
}

footer a {
    font-size: 16px;
    color: #6d6e70;
}

    footer a:hover {
        text-decoration: none;
        color: #eee;
    }

footer p {
    margin-bottom: 5px;
}

footer .copy {
    font-size: 16px;
}

footer .xs-logo {
    font-size: 12px;
}

footer .info-footer {
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 16px;
}

.info-footer a {
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

.redes a {
    margin-right: 10px;
    margin-left: 10px;
}

    .redes a:hover {
        opacity: 0.5;
    }

.submenu-modelos-wrap {
    display: none;
    overflow: hidden;
    height: auto;
    position: relative;
    z-index: 9999;
    background: #fff;
    width: 100%;
}



.toggle-submenu-modelos::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.toggle-submenu-modelos.active::after {
    width: 5px;
    border-top: 0;
    border-bottom: 0.3em solid;
}


.crm-fixed {
    position: fixed;
    top: calc(50% - 135px);
    z-index: 999;
    right: 50px;
}

    .crm-fixed a {
        position: relative;
        display: flex;
        height: 60px;
        transition: all linear 0.2s;
    }

        .crm-fixed a span {
            position: absolute;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 160px;
            margin-top: 0px;
            height: 50px;
            right: -175px;
            background: #CD5F06;
            font-size: 13px;
            color: #fff;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            z-index: 2;
            opacity: 0;
        }

        .crm-fixed a .img {
            position: absolute;
            z-index: 99999;
        }

            .crm-fixed a .img img {
                width: 50px;
                height: 50px;
                padding: 6px;
                background: #CD5F06;
            }

            .crm-fixed a .img svg {
                width: 60px;
                height: 60px;
            }

                .crm-fixed a .img svg path,
                .crm-fixed a .img svg polygon,
                .crm-fixed a .img svg rect {
                    fill: #fff;
                }

        .crm-fixed a:hover span {
            right: 0px;
            color: #fff;
            background: #CD5F06;
            z-index: 2;
            opacity: 1;
        }



.crm-movil {
    position: fixed;
    bottom: -75px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    transition: .5s;
    z-index: 9;
    font-family: 'Proxima Nova Light';
}

    .crm-movil.hide {
        transform: translateY(-95%);
    }

    .crm-movil ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }

        .crm-movil ul li {
            list-style: none;
            text-align: center;
            width: 18%;
            margin: 5px;
        }

            .crm-movil ul li a {
                display: block;
                text-decoration: none;
                color: #fff;
                font-size: 12px;
                background: #CD5F06;
                height: 90px;
            }

/*cita-servicio*/

.form-cita h3 {
    font-size: 40px;
}

.form-cita span {
    font-size: 30px;
    font-family: 'Proxima Nova Light';
}

.btn-tel {
    color: #fff;
    background: #CD5F06;
    height: 40px;
}

    .btn-tel:hover {
        background: #6d6e70;
    }

.btn-form {
    background: #CD5F06 url(../img/siguiente-blanco.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.form-cita .custom-control-label::after {
    width: 30px;
    height: 30px;
}

.form-cita .custom-control-label::before {
    width: 30px;
    height: 30px;
    background: #6d6e70;
}

.form-cita .custom-control {
    min-height: 2.5rem;
    padding-left: 2.5rem;
}

textarea.form-control {
    height: 150px;
}

.servicios .custom-select {
    margin-left: -40px;
    margin-bottom: 30px;
    margin-top: 20px;
    background-image: #fff;
}

.points {
    position: absolute;
    top: 50%;
    left: 5%;
}

.form-cita .container-fluid {
    position: relative;
}

.points div {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-bottom: 70px;
}

.points .complete {
    background: #CD5F06;
}

.points .active {
    border: solid 2px #CD5F06;
}

.points .disable {
    background: grey;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

/*promociones*/
.promo .legales {
    font-size: 11px;
}

.promo .promo-modelo {
    text-align: center;
    font-size: 30px;
    padding: 5px;
}

    .promo .promo-modelo span {
        font-size: 18px;
    }

.btn-promo {
    width: 100%;
   background: #1b394e;
    color: #fff;
}

.promo .card-body {
    background: #f1f1f1;
    text-align: justify;
}

.btn-promo {
    text-align: center;
    padding: .76rem .75rem;
    font-size: 1rem;
    cursor: pointer;
}

.btn-promo2 img {
    transform: rotate(180deg);
}

/*telefono menu-movil*/
.tel-movil div {
    padding: 5px;
}

.tel-movil a {
    text-decoration: none;
    color: #fff;
}

.tel-movil .nuevos {
    background: #CD5F06;
    border-left: solid 2px #fff;
}

@media (max-width: 1450px) {

    .head-direccion a {
        font-size: 12px;
        margin-top: 15px;
    }

    .head-direccion div {
        margin-top: 2px;
    }
}

@media (max-width: 1200px) {

    .btn-auto {
        padding: 0.375rem .75rem;
    }

    .head-direccion a {
        font-size: 11px;
    }
}

@media (max-width: 991px) {

    /*body {
        padding-top: 138px !important;
    }
*/
    h1.title-section {
        font-size: 40px;
    }

    .custom-checkbox {
        font-size: 14px;
    }

    .dropdown-item {
        border-bottom: solid 1px #eee;
    }

    .dropdown-menu {
        border: none;
    }

    .head-direccion div {
        margin-top: 0;
    }

    .head-direccion a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    body {
    padding-top: 0 !important;
}

    .btn-auto {
        margin-top: 0px;
        padding-top: 10px;
        font-size: 12px
    }

    .combo-precio {
        font-size: 12px;
        padding-left: 5px;
    }

    .precio {
        font-size: 15px;
    }

    .modelo .info-model {
        font-size: 25px;
    }

    .modelo .info-feature {
        font-size: 17px;
    }

    .banners p {
        font-size: 25px;
    }

    .crm-fixed {
        display: none;
    }

    .promo {
        padding: 0;
    }
}


@media (max-width: 575px) {

    body {
        padding-top: 0 !important;
    }

    .precio {
        font-size: 20px;
    }

    .combo-precio {
        font-size: 16px;
        padding-left: 10px;
    }

    .btn-auto {
        margin-top: 10px;
        font-size: 1rem;
        padding-top: .5rem;
    }

    .modelo .info-model {
        font-size: 30px;
    }

    .modelo .info-feature {
        font-size: 21px;
    }

    .modelos .nav-link {
        margin: 5px;
    }


    .head-direccion .dist-text {
        display: none;
    }

    .head-direccion .call-menu {
        display: none;
    }

    .head-direccion .name-dist {
        text-align: right;
    }

        .head-direccion .name-dist a {
            font-size: 18px;
        }

    .head-direccion .icon-ubicacion {
        text-align: left;
    }

    .btn-cita img {
        display: none;
    }

    .navbar-brand img {
        width: 80%;
    }

    .container .navbar .btn-cita {
        padding: 0;
        margin: 0 !important;
    }

    .navbar-toggler {
        padding: 0;
    }

    .navbar {
        padding: 3px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .redes a {
        margin-right: 5px;
        margin-left: 5px;
    }

    .redes img {
        width: 20%;
    }

    .info-footer {
        display: block !important;
        text-align: center;
        font-size: 15px !important;
    }

    .copy-footer {
        display: block !important;
        text-align: center;
    }

    .crm-movil ul li {
        width: 20%;
    }

    .crm-movil {
        bottom: -80px;
    }

    .form-cita span {
        font-size: 20px;
    }

    .form-cita h3 {
        font-size: 25px;
    }

    .points {
        left: 5%;
    }

    .tel-movil {
        font-size: 12px;
    }

    h1.title-section {
    font-size: 30px !important;
    }

    .promo .promo-modelo {
        text-align: center;
        font-size: 22px;
        padding: 5px;
    }

}

@media (max-width: 480px) {

    .crm-movil ul li a {
        font-size: 10px;
        height: 93px;
    }

    .crm-movil ul li {
        width: 24%;
        margin: 3px;
    }

     h1.title-section {
    font-size: 25px !important;
    }

}

@media only screen and (min-device-width : 791px) and (max-device-width : 991px) {
    body {
        padding-top: 5px !important;
    }
}


@media (max-width: 768px) {

    body {
    padding-top: 10px;
}
  h1.title-section {
    font-size: 33px;
    }
}
