@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

html body {
    font-family: "Lato", sans-serif;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

footer {
    background-color: #000;
    padding: 18px 27px;
    position: relative;
}

footer a {
    color: #c1c1c1;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 300;
    height: 39px;
    text-decoration: none;
    text-align: center;
}

footer .socialNetworks {
    display: flex;
    align-content: center;
    justify-content: center;
    display: flex;
    margin: 15px 0;
}

footer .socialNetworks div {
    content: " ";
    cursor: pointer;
    height: 24px;
    width: 30px;
    margin: 3px 15px;
}

footer .socialNetworks div.redes_sociales svg {
    width: 25px;
}


footer .socialNetworks div.redes_sociales {
    color: white;
    margin: 3px 15px 3px 15px;
}

footer .socialNetworks div.redes_sociales:hover {
    color: red;
}

#footer {
    padding: 18px 0;
    text-align: center;
    /*display: none;*/
    background-color: white;
}

.img-footer {
    position: absolute;
    top: -50px;
    right: 119px;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

.sectionImages {
    display: flex;
    justify-content: center;
}

.sectionImages #responsible_company {
    width: 45%;
}

.sectionImages #certificate {
    width: 25%;
    padding-top: 10%;
}

.line_gray {
    width: 100%;
    height: 2px;
    background-color: #4f4f4f;
}

.line_gray_truck {
    width: 100%;
    background-color: white;
    height: 270px;
}

#mcChat {
    display: none !important;
}

#mcChat {
    position: fixed;
    bottom: 14px;
    right: 30px;
    background-color: #e52028;
    color: white;
    height: 50px;
    width: 60px;
    border: 0 none;
    border-radius: 50%;
    z-index: 3;
    text-align: center;
    line-height: 5.3;
}

#mcChat i {
    display: inline-block;
}

#mcChat p {
    display: none;
    color: #fff !important;
}

.help-inline-form {
    color: red;
}

.help-inline {
    color: red;
}


@media only screen and (min-width: 601px) {
    #mcChat {
        bottom: 0;
        border-radius: 9px 9px 0 0;
        height: 30px;
        width: 199px;
    }

    #mcChat i {
        display: none;
    }

    #mcChat p {
        display: inline;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        height: 20px;
        position: relative;
        top: -18px;
    }

    #formChat {
        height: 640px;
        width: 400px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
}

.modal.bottom-sheet {
    height: 39%;
    min-height: 199px;
    color: white;
}

.modal.modal-fixed-footer .modal-content {
    height: calc(100% - 33px);
}

#formChat {
    display: none;
    position: fixed;
    bottom: 1px;
    z-index: 999;
    width: 100%;
    right: 0;
    background: white;
    height: 100%;
    overflow: scroll;
}

#formChat .header {
    background: #e52028;
    padding: 3px 9px;
    margin-bottom: 18px;
}

#formChat .header p {
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: lighter;
}

#formChat .header p.title {
    font-size: 19px;
    font-weight: bold;
}

#formChat .header p.title i {
    cursor: pointer;
    float: right;
}

#formChat form {
    padding: 12px 22px;
}

#formChat form input[type="text"].validate+label,
#formChat form textarea.materialize-textarea+label {
    font-size: 14px;
    font-family: "Lato", sans-serif;
}

#formChat form input[type="text"],
#formChat form textarea.materialize-textarea {
    border-style: solid;
    border-color: #d0d0d0;
    box-sizing: border-box;
    border-width: 2px;
    color: #ababab;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    height: 45px;
    font-size: 14px;
}

#formChat form textarea.materialize-textarea {
    height: 90px;
    min-height: 69px;
}

#formChat form .btn,
#formChat form .btn-large {
    width: 100%;
    height: 50px;
    background: #a5a5a5;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    position: relative;
    bottom: -30px;
    text-transform: uppercase;
}

#formChat form .error {
    font-size: 12px;
    font-weight: 300;
    color: black;
    position: relative;
    top: -15px;
}

#mcChat {
    position: fixed;
    bottom: 14px;
    right: 5px;
    background-color: #e52028;
    color: white;
    height: 60px;
    width: 60px;
    border: 0 none;
    border-radius: 50%;
    z-index: 3;
    text-align: center;
    line-height: 5.3;
}

#mcChat i {
    display: inline-block;
}

#mcChat p {
    display: none;
}

.align-middle {
    padding: 10% 0 !important;
}



/*tabs*/

.tabs {
    display: flex;
    position: relative;
    height: 48px;
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
    padding-left: 0px !important;
}

.tabs .tab {
    flex-grow: 1;
    display: block;
    float: left;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0.8px;
    width: 15%;
    min-width: 80px;
}

.tabs .tab a {
    color: #000000;
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color 0.28s ease;
}

.tabs .tab a:hover {
    color: #e52028;
}

.tabs .tab.disabled a {
    color: #ff668f;
    cursor: default;
}

.tabs .tab .active {
    color: #e52028 !important;

}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #e52028;
    will-change: left, right;
    width: 206px;
}

.hide-tab-scrollbar {
    position: relative;
    height: 48px;
    overflow: hidden;
}

.hide-tab-scrollbar .tabs {
    overflow-x: scroll;
    overflow-y: hidden;
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

.center {
    text-align: center !important;
}

.tabmenu-desktop {
    display: inherit;
}

.tabmenu-mobile {
    display: none;
}


.tab-carr {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;

}

.title-tab {
    text-align: center;
    font-size: 20px !important;
}

.desc-tab {
    text-align: center !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 16px !important;
    line-height: 21px !important;

}

.center-adjust {
    display: flex;
    align-items: center;
}

.modal-promo {

    text-align: center;

}

.filters {
    margin-left: 21px;
    margin-bottom: 30px;
}

.combo {
    margin-right: 25px;

}

.pagin {
    display: inline !important;
}

/*select box*/

/* class applies to select element itself, not a wrapper element */
.select-css {

    margin-right: 10px !important;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 200;
    color: #c1c1c1;
    line-height: 1.3;
    padding: 0.6em 1.4em 0.5em 0.8em;
    width: 150px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
    border-radius: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../img/elements/down.png);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}

/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
    display: none;
}

/* Hover style */
.select-css:hover {
    border-color: #888;
}

/* Focus style */
.select-css:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

/* Set options to normal weight */
.select-css option {
    font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled,
.select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover,
.select-css[aria-disabled=true] {
    border-color: #aaa;
}


.description_legal {
    line-height: 28px !important;
}


.select-css1 {

    margin-right: 10px !important;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 150px;
    max-width: 100%;
    /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

	*/
    background-image: none,
        linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
}


.test {

    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}

.btn-flotante {
    display: none;
}





body {
    margin: 2rem;
}

@media (max-width: 991px) {

    .tabs {
        display: flex;
        position: relative;
        height: 48px;
        background-color: #ffffff;
        margin: 0 auto;
        width: 100%;
        white-space: nowrap;
        padding-left: 0px !important;
    }

    .tabs .tab {
        flex-grow: 1;
        display: block;
        float: left;
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 48px;
        height: 48px;
        padding: 0;
        margin: 0;
        text-transform: none;
        text-overflow: ellipsis;
        overflow: hidden;
        letter-spacing: 0.8px;
        width: 309px;
        min-width: 80px;
    }

    .tabs .tab a {
        color: #000000;
        display: block;
        width: 100%;
        height: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        transition: color 0.28s ease;

        background-color: white;
    }

    .tabs .tab .active {
        color: #000000 !important;

    }

    .tabs .tab a:hover {
        color: #000000;
    }

    .tabs .indicator {
        position: absolute;
        bottom: 0;
        height: 2px;
        background-color: #e52028;
        will-change: left, right;
        width: 206px;
    }

    .hide-tab-scrollbar {
        position: relative;
        height: 48px;
        overflow: inherit;
    }

    .hide-tab-scrollbar .tabs {
        overflow-x: scroll;
        overflow-y: inherit;
    }


    .tabmenu-desktop {
        display: none;
    }

    .tabmenu-mobile {
        display: inherit;
    }


    /*//boton flotante*/

    .btn-flotante {
        font-size: 56px;
        /* Cambiar el tamaño de la tipografia */
        text-transform: uppercase;
        /* Texto en mayusculas */
        font-weight: bold;
        /* Fuente en negrita o bold */
        color: #ffffff;
        /* Color del texto */
        /*border-radius: 50px; /* Borde del boton */
        letter-spacing: 2px;
        /* Espacio entre letras */
        /*background-color: red; /* Color de fondo */
        padding: 18px 30px;
        /* Relleno del boton */
        position: fixed;
        bottom: 40px;
        right: 40px;
        transition: all 300ms ease 0ms;
        /*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);*/
        z-index: 99;
        /*height: 65px;*/
        background-image: url('../img/chat.svg');
        background-repeat: no-repeat;
    }

    .btn-flotante:hover {
        background-color: #8f8484;
        /* Color de fondo al pasar el cursor */
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-7px);
    }

    .btn-flotante {
        display: block;
    }


}


@media only screen and (max-width: 600px) {
    .btn-flotante {

        padding: 0px 20px 10px 30px;
        bottom: 20px;
        right: 20px;
    }
}




@media only screen and (min-width: 601px) {
    #mcChat {
        bottom: 0;
        border-radius: 9px 9px 0 0;
        height: 50px;
        width: 199px;
    }

    #mcChat i {
        display: none;
    }

    #mcChat p {
        display: inline;
        font-family: "Lato", sans-serif;
        font-size: 15px;
        height: 20px;
        position: relative;
        top: -18px;
    }

    #formChat {
        height: 640px;
        width: 400px;
    }
}

.modal.bottom-sheet {
    height: 39%;
    min-height: 199px;
    color: white;
}

.modal.modal-fixed-footer .modal-content {
    height: calc(100% - 33px);
}

.btn_send_chat:hover {
    opacity: 0.7;
}

#mc_first_name:focus {
    border: none !important;
}

#state_chat,

#concesionario_chat,

#tipo_interes_chat,
#dealership_chat {
    height: 40px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #c3c3c3;
    background: white;
    color: #a7a2a2;
    font-size: 14px;
    margin-bottom: 15px;
}

.modal.bottom-sheet {
    height: 39%;
    min-height: 199px;
    color: white;
}

.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
}

#modalFoot {
    z-index: 1003;
    display: block;
    opacity: 1;
    bottom: 0px;
    background-color: #fafafa;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
        0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.thanks_chat {
    background-color: #fafafa !important;
    margin-top: 5%;
}

.text_thanks_chat {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
    font-weight: bold;
}

.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 98%;
    justify-content: end;
    display: flex;
}

.modal-close {
    text-transform: uppercase;
    color: black;
}


.ajust-margin {
    padding: 0px 80px 0px 80px;
}

@media (min-width: 768px) {
    footer {
        text-align: center;
    }

    footer .socialNetworks {
        justify-content: center;
    }

    .sectionImages #certificate {
        width: 120px;
        padding-top: 20px;
    }

    .sectionImages #responsible_company {
        width: 150px;
    }
}

@media (max-width: 1230px) {

    .img-footer {
        position: absolute;
        top: -232px;
        right: 21px;
    }
}



@media (max-width: 1026px) {

    .img-footer {
        width: 52% !important;
        position: absolute;
        top: -232px;
        right: 21px;
    }

}

@media (max-width: 992px) {

    .img-footer {
        width: 52% !important;
        position: absolute;
        top: 98px;
        right: 20%;
    }

    .other_line {
        margin-bottom: 306px;

    }

}

@media (max-width: 768px) {

    .img-footer {
        width: 52% !important;
        position: absolute;
        top: 209px;
        right: 20%;
    }

    .other_line {
        margin-bottom: 200px;

    }

    .line_gray_truck {
        width: 100%;
        background-color: white;
        height: 0;
    }

}

@media (max-width: 450px) {

    .img-footer {
        width: 66% !important;
        position: absolute;
        top: 209px;
        right: 20%;
    }

    .filters {

        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
        display: grid;
        width: min-content;
    }

    .select-css {
        margin-bottom: 9px;
        width: 297px;
    }

}



@media (min-width: 992px) {
    #mcChat {
        display: block !important;
    }

    #formulario-enviar div.item_form {
        margin: 25px 115px !important;
    }


    footer {
        display: flex;
        justify-content: space-between;
    }

    footer div {
        display: flex;
        justify-content: space-around;
        text-align: center;
        width: 70%;
    }

    footer div a {
        font-size: 20px;
        line-height: 2.8;
        width: auto;
        color: white;
    }

    footer div.socialNetworks {
        justify-content: right;
        width: 30%;
        padding-right: 40px;
    }

    footer div.socialNetworks a {
        width: auto;
        align-items: center;
        display: flex;
    }

    footer div .about_us {
        order: 1;
    }

    footer div .about_us:hover {
        font-weight: bold;
    }

    footer div .responsibility {
        order: 3;
    }

    footer div .responsibility:hover {
        font-weight: bold;
    }

    footer div .technology {
        order: 2;
    }

    footer div .technology:hover {
        font-weight: bold;
    }

    footer div .legal {
        order: 4;
    }

    footer div .legal:hover {
        font-weight: bold;
    }

    .sectionImages {
        width: 90px;
        margin: auto;
    }

    .sectionImages #certificate {
        width: 80%;
        padding-top: 0px;
    }

    .sectionImages #responsible_company {
        width: 150px;
        margin: auto;
        margin-right: 15px;
    }

    .line_gray {
        /*display: none;*/
    }

    #footer {
        display: block;
    }
}

@media (min-width: 1248px) {
    footer div {
        width: 51%;
    }
}

textarea {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto;
    font-size: 16px;
    color: #a7a2a2;
    width: 100%;
}

#formulario-enviar {
    height: 120vw;
    overflow-y: scroll;
}

#formulario-enviar input {
    height: 40px;
    width: 100%;
    border-radius: 8px;
    border: none;
    padding-left: 5%;
    color: gray;
    font-size: 16px;
}

#formulario-enviar div.item_form {
    margin: 25px 15px;
}

.send_form_button {
    color: #fff !important;
    background: #c1c1c1;
    border: none;
    width: 100%;
    border-radius: 10px;
    font-size: 25px;
    padding: 15px;
}

.footer_modal {
    margin: 25px 15px;
}

#formulario-enviar>div>span>strong {
    font-weight: lighter;
    font-size: 12px;
}

#state_id,
#dealership_id,
#camiones,
#material,
#concesionario,
#load,
#select_form,
#tipo_interes {
    height: 40px;
    width: 100%;
    padding-left: 5%;
    border-radius: 10px;
    border: none;
    background: white;
    color: #666666;
    font-size: 16px;
}

#close_modal {
    cursor: pointer;
}

#form_financing {
    display: none;
}

#material-transportar {
    display: none;
}

.modal {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 1;
    transition: all 1s;
}

.modal-content {
    background-color: #242424;
    position: relative;
    width: 90%;
    margin: 18% auto;
    color: #fff;
    border-radius: 10px;
}

.modal-bar {
    text-align: right;
    margin-bottom: 3px;
    background-color: #242424;
    padding: 5px;
    border-radius: 10px;
}

.modal-bar>a {
    color: #000;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.modal-text {
    padding: 5px 10px;
    text-align: center;
}

.modal-text .form_text {
    color: #fff !important;
    padding: 0% 10%;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    margin-top: 0px;
}

.form_text>p {
    color: #fff !important;
}

.selectbox {

    justify-content: center;
    display: block
}

.select_form {
    margin-bottom: 0px !important;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.2s ease all;
    margin-bottom: 30px;
    position: relative;
    z-index: 200;
    border: 2px solid transparent;
    height: 60px !important;
}

.select_form.active,
.select_form:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    border: 2px solid #e52028;
}

.select_form.active:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top: 15px solid #e52028;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 15px);
}

.select_form i {
    font-size: 30px;
    margin-left: 30px;
    color: #e52028;
}

.titulo {
    margin-bottom: 16px;
    color: #666666;
    font-weight: lighter;
    font-size: 16px;
    margin: 0px;
    margin-left: 30px;
}

.value_form {
    display: none;
}

.descripcionf {
    font-size: 12px;
    color: #4f4f4f;
    margin: 0px;
}

.opciones {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    max-height: 400px;
    overflow: auto;
    z-index: 100;
    display: none;
}

.opciones.active {
    display: block;
    animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
    from {
        transform: translateY(-200px) scale(0.5);
    }

    to {
        transform: translateY(0) scale(1);
    }
}

.contenido-opcion {
    width: 100%;
    display: flex;
    align-items: center;
    transition: 0.2s ease all;
    height: 60px;
}

#error_campos {
    color: #e52028;
}

#error_captcha {
    font-size: 12px;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenido-opcion img {
    width: 60px;
    height: auto;
    margin-right: 30px;
}

.opciones .contenido-opcion:hover {
    background: #e52028;
}

.opciones .contenido-opcion:hover .titulo,
.opciones .contenido-opcion:hover .descripcion {
    color: #fff;
}

.textos {
    margin: 0px !important;
    position: relative;
}

.truck {
    display: none;
}

@media (min-width: 768px) {
    .modal {
        background: rgba(0, 0, 0, 0.6);
        top: -100px;
    }

    .modal-content {
        width: 65%;
    }

    #formulario-enviar {
        height: 85vw;
        overflow-y: auto;
    }

    .send_form_button {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .modal-content {
        margin: 12% auto;
    }

    .modal-text {
        text-align: center;
        padding: 5px 0% 5%;
    }

    .modal-text .form_text {
        font-size: 18px;
        padding: 0% 20% !important;
    }

    #formulario-enviar .send_form_button {
        margin: auto;
        width: 50%;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    #formulario-enviar {
        height: 420px;
    }
}

/*# sourceMappingURL=footer.min.css.map */
header {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    height: 65px;
    top: 0;
    width: 94%;
    padding-right: 3%;
    padding-left: 3%;
    z-index: 9;
    position: fixed;
}

header #menuMobile {
    background: url("../img/elements/menu.png") no-repeat;
    background-position: center;
    position: relative;
    width: 60px;
}

header img.logo {
    height: auto;
    width: 136px;
    margin-left: 37px;
}

header #quoteNow {
    background-color: #e52028;
    padding: 18px 3px;
    text-align: center;
    width: auto;
}

header #quoteNow a {
    background-color: #e52028;
    border-radius: 9px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    margin-right: 3px;
    padding: 6px 9px;
    width: 100%;
}

header #quoteNow,
header .menuDesk {
    display: none;
}

#cta_phone {
    display: none;
}

#cta_citas {
    display: none;
}

img.truck_desk:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 0.4s ease-in;
}

main {
    margin-top: 65px;
}

#cta_phone_mobile {
    margin: auto 0px;
}

#cta_phone_mobile:before {
    content: " ";
    background: url("../img/elements/call.png") no-repeat;
    background-size: auto;
    background-size: contain;
    display: inline-block;
    height: 12px;
    margin-right: 0px;
    width: 16px;
}

#cta_phone_mobile a {
    color: #e52028;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

nav {
    background: #fff;
    display: none;
    height: fit-content;
    margin-top: 1px;
    position: absolute;
    overflow: scroll;
    width: 100%;
    z-index: 12;
}

nav ul.menuMobile {
    background-color: #000;
    color: #fff;
    list-style: none;
    height: auto;
    margin: 0;
    padding: 12px 0;
}

nav ul.menuMobile li {
    text-align: center;
    height: auto;
    min-height: 30px;
    padding: 6px 25px;
}

nav ul.menuMobile li:nth-child(1) {
    display: none;
}

nav ul.menuMobile li a {
    font-weight: 300;
    font-size: 18px;
    color: white;
    text-decoration: none;
    line-height: 20px;
}

nav ul.menuMobile li a.hover_menu:active {
    border-bottom: 1px solid #e52028;
}

nav ul.menuMobile li.menu_trucks.active {
    padding-top: 5%;
}

nav ul.menuMobile li.active {
    background: #000;
    opacity: 1;
    border: none;
    border-bottom: 1px solid #e52028;
    margin: 0px 20%;
}

nav ul.menuMobile li.active>a>img.trucks_menu {
    transform: none;
}

nav ul.menuMobile li.active>a>img {
    transform: rotate(0.5turn);
}

nav ul.menuMobile li ul {
    display: none;
    list-style: none;
    padding: 0;
}

nav ul.menuMobile li ul li {
    color: #fff;
    padding: 15px 0;
    display: flex;
    justify-content: space-evenly;
}

nav ul.menuMobile li ul li.open>a {
    font-weight: 500;
}

nav ul.menuMobile li ul li .containBus {
    display: none;
    font-size: 12px;
    margin-top: 12px;
}

nav ul.menuMobile li ul li .containBus div {
    text-align: center;
}

nav ul.menuMobile li ul li .containBus div label {
    display: inline-block;
    font-weight: 300;
}

nav ul.menuMobile li ul li .containBus div .detailsBus {
    border: 1px solid #e52028;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    padding: 3px 9px;
    margin-top: 15px;
    text-transform: none;
}

nav ul.menuMobile li ul li .containBus div:nth-child(1) {
    width: 20%;
}

nav ul.menuMobile li ul li .containBus div:nth-child(2) {
    width: 20%;
}

nav ul.menuMobile li ul li .containBus div:nth-child(3) {
    width: 40%;
}

nav ul.menuMobile li ul li .containBus div:nth-child(4) {
    width: 20%;
}

nav ul.menuMobile li ul li a {
    text-transform: uppercase;
}

nav #busesMobile li:active {
    border-bottom: 1px solid red;
    font-weight: bold;
    margin-left: 7%;
    margin-right: 7%;
}

nav .mobile-size-width {
    width: 95px !important;
}

nav .mobile-size-width-fw {
    width: 115px !important;
}

nav .trucks_mobile {
    width: 80px;
}

nav .container_submenu {
    text-align: left;
    line-height: 8px;
    padding-top: 5%;
    width: 120px;
}

nav .text_submenu {
    font-size: 12px;
    font-weight: lighter;
}

nav .closeMenu {
    background: url("/img/close.png") no-repeat;
    background-size: contain;
    display: inline-block;
    height: 21px;
    width: 21px;
}

nav .menuTel {
    padding: 30px 30px 15px;
}

nav .menuTel a {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

nav .menuTel a:before {
    content: " ";
    background: url("/img/phone.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    height: 18px;
    margin-right: 6px;
    width: 24px;
}

nav .menuQuote {
    background-color: #e52028;
    color: white;
    height: 39px;
    font-size: 20px;
    font-weight: bold;
    margin: 9px 33px;
    padding: 16px 21px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}

.return_menu {
    font-weight: normal;
    font-weight: lighter;
    font-size: 13px;
    color: #c1c1c1;
}

#contentMenuMobile {
    height: auto;
    overflow-y: scroll;
}

.showFlex {
    display: flex !important;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.8s ease-out 0s;
}

.show {
    display: initial !important;
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    -ms-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
    position: fixed;
    right: 0px;
    width: 100%;
    background: #000;
    z-index: 9;
    height: 550px;
    padding-bottom: 5% !important;
    overflow-y: scroll;
    top: 65px !important;
}

.arrow_left {
    margin-right: 2px;
}

.logo_link {
    margin: auto;
}

.active-none {
    border-bottom: none !important;
}

@media (min-width: 768px) {
    header {
        position: fixed;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        justify-content: space-between;
        z-index: 99;
    }

    #cta_phone_mobile {
        padding-top: 2.5%;
        padding-right: 5px;
        padding-bottom: 2.5%;
        width: 20%;
        margin: 0px;
    }

    #cta_phone_mobile a {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    header #menuMobile {
        display: none;
    }

    header img.logo {
        /* margin: 21px 54px 22px 21px; */
        width: 172px;
    }

    header {
        /*box-shadow: none;*/
        height: 81px;
    }

    header .menuDesk {
        display: flex;
        justify-content: space-between;
        list-style: none;
        width: 45%;
        align-items: center;
        margin-right: 10px;
    }

    header .menuDesk #busesDesk {
        display: none;
        width: 100%;
        color: #fff;
        left: 0;
        list-style: none;
        height: 333px;
        background-color: #000;
        padding: 0;
        position: fixed;
        top: 80px;
    }

    header .menuDesk #busesDesk li {
        height: auto;
        padding: 12px 5px;
        text-transform: uppercase;
        width: 25%;
    }

    header .menuDesk #busesDesk li a {
        font-size: 18px;
        color: #fff;
    }

    header .menuDesk #busesDesk li .containBusDesk {
        display: none;
        background-color: #000000;
        border-top: 1px solid white;
        border-radius: 0 0 15px 0;
        left: 0;
        opacity: 0.95;
        position: fixed;
        top: 120px;
        text-align: center;
        width: auto;
    }

    header .menuDesk #busesDesk li .containBusDesk div {
        width: 172px;
    }

    header .menuDesk #busesDesk li .containBusDesk div img {
        max-height: 99px;
        max-width: 120px;
        width: 120px;
    }

    header .menuDesk #busesDesk li .containBusDesk div p {
        font-size: 18px;
        line-height: 1.2;
        margin: 0;
        text-transform: none;
    }

    header .menuDesk #busesDesk li .containBusDesk div p.nameTruck {
        font-size: 45px;
        font-weight: 300;
        line-height: 1.5;
        margin: 18px 0;
        text-transform: uppercase;
    }

    header .menuDesk #busesDesk li .containBusDesk div label {
        display: inline-block;
        font-size: 15px;
        font-weight: 300;
        margin-top: 27px;
        text-transform: none;
    }

    header .menuDesk #busesDesk li .containBusDesk div a {
        border: 1px solid #e52028;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        padding: 3px 24px;
        margin-top: 39px;
        text-transform: none;
    }

    header .menuDesk li {
        position: relative;
    }

    header .menuDesk li a.title_menu_desk {
        color: black;
    }

    header .menuDesk li a {
        cursor: pointer;
        font-size: 12px;
        font-weight: 300;
        line-height: 1.8;
        position: relative;
        text-decoration: none;
    }

    header .menuDesk li a img {
        position: absolute;
        right: -18px;
        top: 7px;
    }

    header .menuDesk li a:hover {
        color: #e52028;
    }

    header #quoteNow {
        display: block;
    }

    header #cta_phone_mobile {
        display: none;
    }

    /* header #cta_phone {
        display: flex;
        align-items: center;
        padding-left: 15px;
    } */

    header #cta_citas {
        display: block;
        width: 24%;
        text-align: right;
    }

    header #cta_citas a {
        cursor: pointer;
        color: #e52028;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        margin: 26px 0;
        text-transform: uppercase;
        text-decoration: none;
    }

    header #cta_citas a:before {
        content: " ";
        background: url("../img/elements/call.png") no-repeat;
        background-size: contain;
        display: inline-block;
        height: 18px;
        margin-right: 6px;
        width: 24px;
    }

    header #cta_citas a:hover {
        text-decoration: underline;
    }

    header #cta_phone {
        display: block;
        width: 16%;
        text-align: right;
    }

    header #cta_phone a {
        cursor: pointer;
        color: #e52028;
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        margin: 26px 0;
        text-transform: uppercase;
        text-decoration: none;
    }

    header #cta_phone a:before {
        content: " ";
        background: url("../img/elements/call.png") no-repeat;
        background-size: contain;
        display: inline-block;
        height: 18px;
        margin-right: 6px;
        width: 24px;
    }

    header #cta_phone a:hover {
        text-decoration: underline;
    }

    header #quoteNow {
        padding: 20px 3px;
        text-decoration: none;
        width: 190px;
        background-color: initial;
    }

    header #quoteNow a {
        cursor: pointer;
        font-size: 20px;
        /*padding: 9px 15px;*/
    }

    header #quoteNow a:hover {
        background: #fff;
        border: 1px solid #e52028;
        color: #e52028;
    }

    ul.menuDesk li.active a {
        font-weight: bold;
        color: #e52028;
    }

    div.desk_section_menu li.active {
        border-bottom: 1px solid red;
    }

    header #quoteNow a {
        font-size: 19px;
    }

    .return_menu_desk {
        font-weight: lighter;
        font-size: 13px;
        color: #c1c1c1;
        width: 100px;
        margin: 30px 50px;
        cursor: pointer;
    }

    .container_menu_desk {
        width: 100%;
        padding: 10px 30px;
    }

    .container_menu_desk .desk_section_menu {
        display: flex;
        width: 100%;
        padding-bottom: 10px;
    }

    .container_menu_desk .desk_section_menu li {
        display: flex;
        justify-content: center;
        line-height: 1.5;
    }

    .container_menu_desk .desk_section_menu li:active {
        border-bottom: 1px solid #e52028;
    }

    .chevron {
        transition: all 0.5s ease-out 0s;
    }

    .desk_menu img.truck_desk {
        width: 100px;
        height: 100px;
        position: relative;
        top: 6px;
        right: 0px;
    }

    .desk_menu .with_large {
        height: 80px !important;
        width: 80px !important;
        padding-bottom: 20px;
        top: 12px !important;
    }

    .desk_menu .top_img {
        height: 95px !important;
        width: 120px !important;
        top: 2px !important;
        padding-bottom: 5px;
    }

    .desk_menu h2 {
        font-size: 15px;
        margin: 0px;
        text-align: center;
    }

    .desk_menu p {
        font-size: 11px;
        text-transform: capitalize;
        margin: 0px;
        text-align: center;
    }

    .truck_new_width {
        margin-top: -5px !important;
    }

    h2.truck_new_width {
        margin-top: 5px !important;
        height: 32px !important;
    }
}

@media (min-width: 1254px) {
    header .menuDesk li a {
        font-size: 22px;
        font-weight: 500;
    }

    header #cta_phone a {
        font-size: 20px;
    }

    header #cta_citas a {
        font-size: 20px;
    }

    header .menuDesk li a img {
        top: 12px;
        height: 6px;
    }
}

.responsive-img-intranet {
    max-width: 400px !important;
    display: flex;
    margin: auto;
    min-width: 350px;
    padding-top: 30px;
}

.menu-intranet {
    position: relative;
    display: flex;
    justify-content: end;
    margin-right: 60px;
    margin-top: -65px;
    color: black;
    font-size: 20px;
}

.menu-intranet a {
    text-decoration: none;
    font-size: 15px;
    float: left;
    color: red;
}

#tablaPrincipal {
    padding-top: 10px;
    padding-bottom: 10%;
    color: #fff;
    margin-bottom: 5%;
}

#tablaPrincipal tbody {
    width: 100% !important;
}

#postventa,
#productplan {
    padding-top: 30px;
    justify-content: center;
    color: #fff !important;
}

.waves-light {
    color: #fff;
    background: red;
    border: none;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    padding: 15px 45px;
    text-decoration: none;
}

#capacitacion,
#ventas {
    padding-top: 10px;
    padding-bottom: 100px;
    display: flex;
    color: #fff !important;
    justify-content: center !important;
}

#capacitacion tr,
#ventas tr {
    height: 70px;
}

#capacitacionPCap,
#capacitacionMat,
#capacitacionCon,
#capacitacionBol,
#capacitacionCap,
#merca,
#pos_con,
#pos_con_reg_dpd,
#productplan_boletines,
#productplan_formularios,
#pos_cliser,
#pos_present,
#pos_bol,
#pos_bol_ser_20_bolTec,
#pos_bol_ser,
#pos_bol_ser_15,
#pos_bol_ser_16,
#pos_bol_ser_17,
#pos_bol_ser_18 #pos_bol_ser_19,
#pos_bol_ser_20,
#pos_bol_ref {
    padding-top: 10px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center !important;
    color: #fff !important;
}

#capacitacionPCap tr,
#capacitacionMat tr,
#capacitacionCon tr,
#capacitacionBol tr,
#capacitacionCap tr,
#merca tr,
#pos_con tr,
#pos_con_reg_dpd tr,
#productplan_boletines tr,
#productplan_formularios tr,
#pos_cliser tr,
#pos_present tr,
#pos_bol tr,
#pos_bol_ser_20_bolTec tr,
#pos_bol_ser tr,
#pos_bol_ser_15 tr,
#pos_bol_ser_16 tr,
#pos_bol_ser_17 tr,
#pos_bol_ser_18 #pos_bol_ser_19 tr,
#pos_bol_ser_20 tr,
#pos_bol_ref tr {
    height: 70px;
}

.intranet-inputs {
    height: 40px;
    width: 95%;
    border-radius: 8px;
    padding-left: 5%;
    color: #a7a2a2;
    font-size: 16px;
    margin-bottom: 30px;
}

.enviar-formulario-net {
    color: #fff;
    background: red;
    border: none;
    width: 100%;
    border-radius: 10px;
    font-size: 25px;
    padding: 15px;
}

main.intranet section.documentos {
    background: url(/imagenes/intranet/isuzu-intranet-descargables.jpg) no-repeat center;
    background-size: 100% 100% !important;
}

main.intranet table {
    padding-top: 10px !important;
    padding-bottom: 100px;
    justify-content: center !important;
    color: #fff !important;
}

main.intranet table tr {
    height: 70px;
}

#tablaPrincipal>tbody>tr {
    display: table !important;
    width: 100% !important;
}

.introduction {
    background-color: #000;
    color: #fff;
    padding-top: 12%;
    padding-bottom: 5px;
}

.introduction h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}

.introduction p {
    font-weight: lighter;
    font-size: 17px;
    text-align: center;
    padding-right: 7.5%;
    padding-left: 7.5%;
}

.truck_box_div {
    background-size: 100%;
    height: 70vw;
}

.truck_box_div .text_desk {
    display: none;
}

.invert_section h1 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5%;
    color: #4f4f4f;
}

.invert_section div a {
    color: red;
    text-align: center;
    display: block;
    padding-bottom: 5%;
    text-decoration: none;
}

.invert_section div a:after {
    content: " ";
    background: url("/img/right-chevron.svg") no-repeat;
    background-size: auto;
    background-size: contain;
    display: inline-block;
    height: 9px;
    margin-right: 0px;
    width: 16px;
}

.invert_section div a:after {
    font-weight: bold;
}

.invert_section div a:hover {
    font-weight: bold;
}

.invert_section div p {
    font-weight: lighter;
    font-size: 17px;
    text-align: center;
    padding-right: 7.5%;
    padding-left: 7.5%;
    color: #4f4f4f;
}

.invert_section img.car_green {
    width: 100%;
}

.advantages h1 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5%;
    color: #4f4f4f;
}

.advantages p {
    font-weight: lighter;
    font-size: 17px;
    text-align: center;
    padding-right: 7.5%;
    padding-left: 7.5%;
    color: #4f4f4f;
}

.advantages a {
    display: none;
    color: red;
    text-align: center;
    padding-bottom: 5%;
}

.advantages a:after {
    content: " ";
    background: url("/img/right-chevron.svg") no-repeat;
    background-size: auto;
    background-size: contain;
    display: inline-block;
    height: 12px;
    margin-right: 0px;
    width: 16px;
}

.advantages .table_advantages .advantage_one,
.advantages .table_advantages .advantage_two {
    display: flex;
    justify-content: space-around;
}

img.arrow_green {
    width: 20px;
    height: 20px;
}

.advantage_item {
    display: flex;
    justify-content: center;
    width: 50%;
}

.table_advantages {
    width: 100%;
    font-weight: lighter;
    padding-top: 5%;
    border-bottom: 3px solid #f8f8f8;
}

.table_advantages .advantage_text {
    width: 60%;
    margin: auto;
    text-align: center;
}

.table_advantages .advantage_item {
    width: 30%;
    margin: auto;
}

.table_advantages .item1,
.table_advantages .item2 {
    display: flex;
    height: 50px;
    padding-left: 7.5%;
}

.table_advantages .item1 {
    background-color: #f8f8f8;
}

.button_info {
    color: white;
    background: red;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 23px;
    padding: 15px 0px;
    border-radius: 10px;
    bottom: 25px;
    z-index: 9;
}

.button_info:hover {
    border: 1px solid #e52028;
    color: #e52028;
    background: #fff;
}

.button_area {
    height: 100px;
    margin-top: 35px;
}


@media (max-width: 768px) {

    .hid {
        display: none;
    }
}



@media (min-width: 768px) {
    .introduction {
        display: none;
    }

    .truck_box_div {
        background-size: 100%;
        height: 714px;
        background-position: bottom;
    }

    .truck_box_div .text_desk {
        display: block;
        color: white;
        text-align: center;
        margin-top: 65px;
    }

    .truck_box_div .text_desk p {
        font-weight: lighter;
        font-size: 17px;
        padding-right: 7.5%;
        padding-left: 7.5%;
    }

    .truck_box_div .text_desk h1 {
        text-transform: uppercase;
        padding-top: 10px;
    }

    .advantages a {
        display: block;
    }
}

@media (min-width: 992px) {
    .button_info {
        width: 22%;
        font-size: 22px;
        position: relative;
        z-index: 1;
    }

    .button_area {
        height: 60px;
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }

    .truck_box_div {
        height: 47vw;
    }

    .truck_box_div .text_desk p {
        font-size: 21px;
        padding-right: 15%;
        padding-left: 15%;
        padding-top: 3px;
    }

    .truck_box_div .text_desk h1 {
        text-transform: uppercase;
        padding-top: 50px;
        font-size: 30px;
    }

    .invert_section h1 {
        font-size: 30px;
        padding-top: 30px;
    }

    .invert_section div p {
        font-size: 22px;
        padding-left: 15%;
        padding-right: 15%;
    }

    .invert_section div a {
        padding-bottom: 45px;
        font-size: 22px;
    }

    .advantages h1,
    .advantages p,
    .advantages a {
        display: none;
    }

    .advantages .table_advantages {
        width: 60%;
        margin: auto;
        font-size: 18px;
    }

    .advantages .table_advantages .item1,
    .advantages .table_advantages .item2 {
        height: 60px;
    }
}

/*# sourceMappingURL=header.min.css.map */
#mainSlider {
    background: url("/images/home/bmain.png") no-repeat;
    background-size: cover;
    height: auto;
}

#mainSlider #background {
    height: 600px;
    object-fit: contain;
    opacity: 0.3;
    position: absolute;
    width: 100%;
}

#mainSlider .owl-carousel {
    display: block;
    margin: 0 auto;
    max-width: 1612px;
}

#mainSlider .owl-carousel picture {
    width: 100%;
}

#mainSlider .owl-carousel .owl-item .item {
    position: relative;
    width: 100% !important;
}

#mainSlider .owl-carousel .owl-item .item img {
    cursor: pointer;
}

#mainSlider .owl-carousel .owl-item .item h1 {
    color: black;
    font-size: 48px;
    font-weight: 700;
    line-height: 0.98;
    margin: 75px 5px 12px 5px;
    top: 1px;
    z-index: 3;
    text-transform: uppercase;
    text-align: center;
}

#mainSlider .owl-carousel .owl-item .item p {
    display: block;
    font-size: 23px;
    font-weight: 300;
    margin: 9px 0 6px;
    padding: 5px 19% 0px 19%;
    width: 62%;
    text-align: center;
    color: #4f4f4f;
    font-stretch: normal;
    object-fit: contain;
    line-height: 1.23;
    letter-spacing: normal;
}

#mainSlider .owl-carousel .owl-item .item a {
    padding: 0px 19% 8% 19%;
    width: 62%;
    color: #e52028;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    transition: all 0.3s ease-in;
    text-align: center;
}

#mainSlider .owl-carousel .owl-item .item a:hover {
    font-weight: bold;
}

#mainSlider .owl-carousel .owl-pagination {
    display: none;
}

#mainSlider .owl-carousel .owl-stage-outer {
    z-index: -1;
}

#mainSlider .owl-carousel .owl-nav button.owl-prev {
    background: url('/img/owl-carousel/arrow-left.png') no-repeat;
    float: left;
}

#mainSlider .owl-carousel .owl-nav button.owl-next {
    background: url("/img/owl-carousel/arrow-right.png") no-repeat;
    float: right;
}

#mainSlider .owl-theme .owl-dots .owl-dot span {
    background: white;
}

#mainSlider .owl-theme .owl-dots .owl-dot.active span,
#mainSlider .owl-theme .owl-dots .owl-dot:hover span {
    background: #cccacb;
    height: 10px;
    width: 10px;
}

#mainSlider .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

#mainSlider .owl-carousel .owl-nav button.owl-prev,
#mainSlider .owl-carousel .owl-nav button.owl-next {
    color: transparent;
    height: 36px;
    width: 21px;
}

#mainSlider .owl-theme .owl-dots {
    height: 28px;
    margin-top: -30px;
    z-index: 9;
}

section#second div a:hover,
section#blockRed div a:hover,
div.maintenance a:hover {
    font-weight: bold;
    text-decoration: none;
}

#second {
    padding: 9px 33px 39px;
    background: url("/images/home/background2.png") no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}

#second .bus {
    max-width: 250px;
}

#second,
#blockRed {
    text-align: center;
}

#second h1,
#second p,
#second a,
#blockRed h1,
#blockRed p,
#blockRed a {
    color: white;
}

#second a,
#blockRed a {
    display: block;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 4%;
}

#second h1,
#blockRed h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 24px 0 3px;
    text-transform: uppercase;
}

#second p,
#blockRed p {
    font-size: 23px;
    margin: 15px auto 12px;
    width: 18ch;
}

#second .bus,
#blockRed .bus {
    width: 100%;
}

#blockRed {
    padding: 9px 10px 39px;
    background: url("/images/home/background3.jpg") no-repeat;
    background-size: cover;
}

#blockRed .bus {
    max-width: 345px;
    height: 235px;
}

#two_blocks a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #e52028;
}

#two_blocks a:hover {
    font-weight: bold;
}

#two_blocks h1 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

#two_blocks .elf h1,
#two_blocks .seminuevos h1,
#two_blocks .finance h1 {
    color: #000000;
}

#two_blocks .seminuevos a,
#two_blocks .carrocerias a {
    margin-bottom: 2rem;
}

#two_blocks p {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#two_blocks .elf {
    background: url("../img/backgrounds/whiteBackground.png") no-repeat;
    background-size: cover;
    background-position: top;
    color: white;
    padding: 12px 12px 18px;
    text-align: center;
}

#two_blocks .forward a {
    color: white;
}

#two_blocks .forward {
    background: url("../img/backgrounds/redBackground.png") no-repeat;
    background-size: cover;
    background-position: top;
    color: white;
    padding: 12px 12px 18px;
    text-align: center;
}

#two_blocks .forward p {
    color: #ffffff;
}

#two_blocks .carrocerias {
    background: #000;
    background-size: cover;
    background-position: top;
    color: white;
    padding: 12px 12px 18px;
    text-align: center;
}

#two_blocks .carrocerias p {
    color: #ffffff;
}

#two_blocks .seminuevos {
    background: url("../img/backgrounds/whiteBackground.png") no-repeat;
    background-size: cover;
    background-position: top;
    color: white;
    padding: 12px 12px 18px;
    text-align: center;
}

#two_blocks .elf p,
#two_blocks .seminuevos p {
    color: #000000;
}

#two_blocks .finance {
    background: #fff;
    background-size: cover;
    background-position: top;
    color: white;
    padding: 12px 12px 18px;
    text-align: center;
}

#two_blocks .finance p {
    color: #000000;
}

#two_blocks .finance img {
    width: 70%;
    padding: 5%;
}

#third_blocks {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

#third_blocks a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 9px 0;
    color: #e52028;
}

#third_blocks a:hover {
    font-weight: bold;
}

#third_blocks div {
    padding: 12px 12px 18px;
    width: 100%;
}

#third_blocks h1 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

#third_blocks p {
    font-size: 18px;
    color: #4f4f4f;
    margin-bottom: 5px;
}

#third_blocks .spare {
    order: 2;
    background: url("/images/home/bmaintenance.jpg") no-repeat;
    background-size: cover;
    background-position: top;
}

#third_blocks .maintenance {
    order: 1;
}

#third_blocks .maintenance p {
    margin: 12px auto;
    width: 29ch;
    color: #4f4f4f;
}

#third_blocks .smart {
    background: url("/images/home/belf.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    color: white;
    order: 3;
    text-align: center;
}

#third_blocks .smart a {
    color: white;
}

#third_blocks .smart p {
    margin: 12px auto;
    width: 25ch;
    color: #fff;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
}

.mainSlider {
    display: none !important;
}

.mainSliderMobile {
    display: block !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    #mainSlider .owl-carousel .owl-item .item {
        text-align: center;
    }

    #mainSlider .owl-carousel .owl-item .item h1 {
        padding: 0px;
        padding-top: 33px;
        width: 100%;
        margin: 0 5px 12px 5px;
    }

    #mainSlider .owl-carousel .owl-item .item a {
        padding: 0 0px 33px;
    }

    #mainSlider .owl-carousel .owl-item .item a {
        color: #e52028;
        width: 100%;
    }

    #mainSlider .owl-carousel .owl-item .item p {
        margin: 9px auto 6px;
        width: 51ch;
        padding: 0px;
    }

    #two_blocks h1,
    #third_blocks h1 {
        font-size: 24px;
    }

    #two_blocks p,
    #third_blocks p {
        font-size: 18px;
    }

    #two_blocks a,
    #third_blocks a {
        font-size: 18px;
    }

    #mainSlider div.mainSliderMobile.owl-carousel.owl-theme.owl-loaded div.owl-dots {
        margin-top: -85px;
    }

    #second .bus {
        max-width: 345px;
    }

    #blockRed .bus {
        max-width: 550px;
        height: auto;
    }
}

.mas_info:after {
    content: " ";
    background: url("/img/right-chevron.svg") no-repeat;
    background-size: 13px;
    display: inline-block;
    height: 13px;
    margin-left: 2px;
    margin-top: 7px;
    width: 16px;
}

.mas_info_blanca:after {
    content: " ";
    background: url("/img/arrow_right.svg") no-repeat;
    background-size: 8px;
    display: inline-block;
    height: 14px;
    margin-left: 4px;
    margin-top: 7px;
    width: 16px;
}

@media (min-width: 992px) {
    #mainSlider {
        height: auto;
    }

    #mainSlider .owl-carousel .owl-nav button.owl-prev,
    #mainSlider .owl-carousel .owl-nav button.owl-next {
        margin: 0px 150px;
    }

    .owl-carousel .owl-item img {
        max-width: 510px;
        margin: 0 auto;
    }

    #second,
    #blockRed {
        display: flex;
        justify-content: space-around;
        padding: 33px 33px 39px;
    }

    #second {
        background: url("/images/home/backDesk.jpg") no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 340px;
        margin-top: -20px;
    }

    #blockRed {
        background: url("/images/home/backRedDesk.jpg") no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 340px;
    }

    #second>div {
        width: 39%;
        padding-bottom: 5%;
    }

    #second .bus {
        align-self: center;
        max-width: 600px;
    }

    #blockRed .bus {
        align-self: center;
        max-width: 850px;
    }

    #blockRed {
        flex-direction: row-reverse;
    }

    #two_blocks,
    #third_blocks {
        display: flex;
    }

    #two_blocks h1,
    #third_blocks h1 {
        font-size: 32px;
    }

    #two_blocks p,
    #third_blocks p {
        font-size: 21px;
    }

    #two_blocks a,
    #third_blocks a {
        font-size: 21px;
    }

    #two_blocks>div {
        width: 50%;
    }

    #third_blocks>div {
        padding: 12px 0 18px;
        width: 33.333%;
    }

    #third_blocks .spare {
        order: 2;
    }

    #third_blocks .maintenance {
        opacity: 1;
        order: 1;
    }

    #third_blocks .maintenance p {
        width: 27ch;
    }

    #third_blocks .smart {
        order: 3;
    }

    #mainSlider .owl-theme .owl-dots {
        height: 45px;
        margin-top: -70px;
    }

    .mainSlider {
        display: block !important;
    }

    .mainSliderMobile {
        display: none !important;
    }
}

/*# sourceMappingURL=home_index.min.css.map */
.color-black {
    color: #000000;
}

@media (max-width: 490px) {

    .introduction {
        padding-top: 22% !important;
    }
}

/*dropdown*/

/* Dropdown */

.dropd {
    display: inline-block;
    position: relative;
}

.dd-button {
    display: inline-block;
    border: 1px solid #c6c6c6;
    color: #757575;
    border-radius: 10px;
    padding: 10px 30px 10px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    width: 287px;
}

.dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #919191;
}

.dd-button:hover {
    background-color: #eeeeee;
}


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
    z-index: 2;
}

.dd-input+.dd-menu {
    display: none;
}

.dd-input:checked+.dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;

    padding: 10px 20px;
}

.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}



/*! CSS Used from: http://isuzu.localhost/css/lines_trucks.min.css */
@media (min-width: 768px) {
    .descripcion {
        margin: 5px 20%;
    }
}

/*! CSS Used from: http://isuzu.localhost/css/footer.min.css */
textarea {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto;
    font-size: 16px;
    color: #a7a2a2;
    width: 100%;
}

#formulario-enviar {
    height: 120vw;
    overflow-y: scroll;
}

#formulario-enviar input {
    height: 40px;
    width: 95%;
    border-radius: 8px;
    border: none;
    padding-left: 5%;
    color: gray;
    font-size: 16px;
}

#formulario-enviar div.item_form {
    margin: 25px 15px;
}

.send_form_button {
    color: #fff !important;
    background: #c1c1c1;
    border: none;
    width: 100%;
    border-radius: 10px;
    font-size: 25px;
    padding: 15px;
}

.footer_modal {
    margin: 25px 15px;
}

#state_id,
#dealership_id,
#camiones,
#material,
#concesionario,
#load,
#select_form,
#tipo_interes {
    height: 40px;
    width: 100%;
    padding-left: 5%;
    border-radius: 10px;
    border: none;
    background: white;
    color: #666666;
    font-size: 16px;
}

#material-transportar {
    display: none;
}

.selectbox {
    display: flex;
    justify-content: center;
}

.select_form {
    margin-bottom: 0px !important;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .2s ease all;
    margin-bottom: 30px;
    position: relative;
    z-index: 200;
    border: 2px solid transparent;
    height: 60px !important;
}

.select_form:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    border: 2px solid #e52028;
}

.titulo {
    margin-bottom: 16px;
    color: #666666;
    font-weight: lighter;
    font-size: 16px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.value_form {
    display: none;
}

.descripcionf {
    font-size: 12px;
    color: #4f4f4f;
    margin: 0px;
}

.opciones {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    max-height: 400px;
    overflow: auto;
    z-index: 100;
    display: none;
}

.contenido-opcion {
    width: 100%;
    display: flex;
    align-items: center;
    transition: .2s ease all;
    height: 60px;
}

#error_campos {
    color: #e52028;
}

#error_captcha {
    font-size: 12px;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenido-opcion img {
    width: 60px;
    height: auto;
    margin-right: 30px;
}

.opciones .contenido-opcion:hover {
    background: #e52028;
}

.opciones .contenido-opcion:hover .titulo {
    color: #fff;
}

.textos {
    margin: 0px !important;
    position: relative;
}

@media (min-width: 768px) {
    #formulario-enviar {
        height: 85vw;
        overflow-y: scroll;
    }

    .send_form_button {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
}

@media (min-width: 992px) {
    #formulario-enviar .send_form_button {
        margin: auto;
        width: 50%;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    #formulario-enviar {
        height: 420px;
    }
}