.discount-content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    color: white;
    font-size: 16px;
}

.old_h2 {
    color: inherit;
    font-size: 54px;
    line-height: 42px;
    font-family: 'Bubblegum Sans', cursive;
    font-weight: 400;
    display: block;
}

.box-header h3,
.p_h2_why {
    color: #1A2B29;
    line-height: 42px;
    font-family: 'Bubblegum Sans', cursive;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 40px;
}

.p_h2_why {
    color: white;
    background: transparent;
}

.mobile-title {
    font-family: cabin;
}

.box-slider .box-bottom ul {
    padding-left: 0px !important;
}

.box-slider .box-bottom li.price-text {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
}

.box-slider .box-bottom li.discount-text strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
    color: #000000;
}

.box-slider .box-bottom li.discount-text,
.box-slider .box-bottom li.price-text {
    list-style-type: none;
}

.section-box-slider .box-slider .box-bottom .text li {
    text-align: left !important;
    justify-content: left !important;
}

.box-slider .box-bottom li {
    font-size: 14px;
    line-height: 20px;
    color: #14272C;
    margin-bottom: 0;
}

.box-slider .box-bottom li span {
    color: #A19C23;
}

.box-slider .box-bottom li span strong {
    font-size: 20px;
    line-height: 28px;
    margin-left: 6px;
}

.helpful_blog {
    margin-bottom: 30px;
    font-family: 'Bubblegum Sans', cursive;
    font-weight: normal;
}

.modify_link_hover {
    text-decoration: none;
    color: #1A2B29;
    transition: 200ms;
}

.modify_link_hover:visited {
    color: #1A2B29;
}

.modify_link_hover:hover {
    border-bottom: 2px solid #1A2B29;
    color: #1A2B29;
}

.home_disc_title {
    margin-bottom: 21px;
}

.daterangepicker .drp-calendar.left {
    padding: 8px;
}

select.liste {
    border: none !important;
    background-color: white !important;
    border-radius: 30px !important;
    height: 58px !important;
    width: 100% !important;
    font-size: 16px !important;
    line-height: 19px;
    color: #6A7174;
    font-family: 'Cabin', sans-serif;
    padding-top: 2px;
    padding-left: 33px;
    /*-webkit-appearance: none;
       -moz-appearance: none;
    appearance: none;*/
}


#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers td {
    font-size: 15px;
}

#customers tr:nth-child(even) {
    background-color: #EBF0F0;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #A19C23;
    color: white;
}

.section-box-slider .section-title.section-all-vechicles a {
    border-bottom: 3px solid #F37720;
    padding-bottom: 2px;
}

.accordion-faqs ul li {
    font-size: 16px;
}

.section-title a.btn-outline-faq {
    color: #ffffff;
}

.section-title a.btn-outline-faq:hover {
    border-color: #f37720;
    color: #f37720;
}

.text-box-image-left img {
    margin: 10px 20px 20px 0;
    float: left;
    width: 40%;
    border-radius: 16px;
}

.text-box-image-right img {
    margin: 10px 0px 20px 20px;
    float: right;
    width: 40%;
    border-radius: 16px;
}

@media only screen and (max-width: 480px) {
    .text-box-image-left img {
        margin: 10px 0px 20px 0px;
        width: 100%;
        border-radius: 16px;
    }

    .text-box-image-right img {
        margin: 10px 0px 20px 0px;
        width: 100%;
        border-radius: 16px;
    }
}

@media only screen and (min-width: 564px) {
    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 750px) {
    .page-home .section-video-blog .section-video {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 850px) {
    .page-home .section-video-blog .section-video {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 1025px) {
    select.liste {
        height: 51px !important;
        padding-left: 28px !important;
        padding-top: 0px;
    }

    .location_big {
        display: block;
    }

    .location_small {
        display: none;
    }
}

@media only screen and (min-width: 1201px) {
    .mediano {
        max-width: 40% !important;
    }

    .grandis {
        max-width: 58% !important;
    }

    .hero .hero-form {
        width: 82%;
    }

    .page-home .section-video-blog .section-video {
        padding-left: 180px;
        padding-right: 180px;
    }

    .slick-prev, .slick-next {
        top: 3% !important;
    }
}

@media only screen and (min-width: 1311px) {
    .mediano {
        max-width: 35% !important;
    }

    .grandis {
        max-width: 63% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .section-box-slider .box-slider .box-bottom .text li {
        text-align: center;
        justify-content: center;
    }

    .box-header h3, .p_h2_why {
        font-size: 36px;
        line-height: 42px;
    }

    .slick-prev, .slick-next {
        top: 4.5% !important;
    }
}

@media only screen and (max-width: 991px) {
    .poner_margin {
        margin-top: 30px !important;
    }

    .box-header.mm {
        height: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .section-box-slider .box-slider .box-bottom .text li {
        text-align: center !important;
        justify-content: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .bt-text-home {
        font-size: 16px;
    }

    .section-box-slider .section-title.section-all-vechicles {
        margin: 76px 0 50px;
    }
}

@media only screen and (max-width: 480px) {
    .daterangepicker {
        left: 10px !important;
        right: auto !important;
    }

    .box-header h3,
    .p_h2_why {
        font-size: 30px;
        line-height: 38px;
    }

    .page-home .section-box-slider .box-slider .box-bottom .text li {
        text-align: center !important;
        justify-content: center !important;
    }
}

.section-page-content {
    padding-top: 35px;
}

.section-title {
    margin-bottom: 20px !important;
}

.resaltado,
.nombre_coches {
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-top: 50px;
    font-size: 26px !important;
    color: #F37720;
}

.nombre_coches a {
    color: #F37720;
}

.naranja,
.naranja a {
    color: #F37720;
}

.section-cars {
    padding-left: 100px;
    padding-right: 100px;
    background-color: #EBF0F0;
}

.section-cars img {
    max-height: 170px;
    width: 250px;
    padding: 20px;
}

.section-cars h2 {
    margin-bottom: 0px;
}

.list-checkbox li, #text p {
    font-size: 17px;
}

.soldier_link_list a {
    font-size: 16px;
    color: #797979;
    font-weight: normal;
}

.soldier_link_list p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: normal;
    letter-spacing: normal;
}

.soldier_link_list {
    margin-top: 40px;

}

.soldier_precio {
    font-size: 18px;
    font-weight: bold;
}

.soldier_precio a {
    color: #565656;
}

.gris_2 {
    color: #565656 !important;
}

.img_logo_promo {
    margin-top: 60px;
    text-align: center;
}

.img_logo_promo img {
    width: 120px;
}

.img_logo_promo .img_grande {
    width: 300px;
}

.ocultar {
    display: none;
}

.mail_web,
.mail_web a {
    color: #F37720;
}

.soldier_frase_verde {
    margin-top: 30px;
    margin-bottom: -20px;
    font-weight: bold;
}

.soldier_frase_verde a {
    color: #88b923;
}

.soldier_address p {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.soldier_address .naranja {
    font-weight: bold;
}

@media only screen and (max-width: 1160px) {
    .section-cars {
        padding-left: 0px;
        padding-right: 0px;
    }

    .soldier_link_list {
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 700px) {
    .img_logo_promo .img_grande {
        width: 100%;
    }

    .ocultar {
        display: block;
    }
}

.list-style{
    font-size: 17px;
    list-style: inside;
}

.list-style li{
    margin: 10px;
}

.list-style li::marker{
    margin-right: 5px!important;
}