/* GENERAL */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
}

body, html {
    font-family: 'Titillium Regular';
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
}

a:focus, a:hover {
    text-decoration: none;
}


input:focus {
    outline: none;
}

.hide {
    display: none !important;
}

.tappable {
    cursor: pointer;
}

li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

i.open {
    transform: rotate(180deg);
    transition: 0.3s ease;
}

button:focus {
    outline: none;
}

.disclaimer {
    color: #8a8581;
    line-height: 1.6rem;
}

    .disclaimer span {
        font-family: 'Titillium SemiBold';
    }

.header img:last-child, .footer img:last-child {
    display: none;
}

.header img:first-child, .footer img:first-child {
    display: block;
}

.backdrop {
    background-color: rgba(255, 255, 255, 0.95);
    min-height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
    display: none;
    padding-top: 10rem;
}

    .backdrop h4 {
        font-size: 2.4rem;
        font-family: 'Titillium SemiBold';
        opacity: 0.8;
        text-align: center;
    }

    .backdrop .lds-ring {
        width: 60px;
        height: 60px;
    }

        .backdrop .lds-ring div {
            width: 50px;
            height: 50px;
        }

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.disable {
    pointer-events: none;
    opacity: 0.5;
}

.error {
    max-width: 42rem;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 0.3rem;
    display: block;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    font-weight: 600;
    color: #721c24;
    font-size: 1.4rem;
}

.footer-country h6 {
    font-size: 1.6rem;
    margin: 0;
}

.footer-country span {
    color: #635c56;
    font-weight: bold;
    border-bottom: 1px solid #635c56;
    margin-left: 0.5rem;
}


/**
    LOADER
*/
.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #e3751c;
        border-color: #e3751c transparent #e3751c transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* GENERAL */

body.isMobile.isResults .content_search {
    height: 5rem;
    transition: 0.3s ease;
    min-height: 5rem;
}

body.isMobile.isResults .content_search-box-lang {
    margin-bottom: 0;
    padding-left: 2rem;
}

body.isMobile.isResults .content_search-box::before {
    width: 100%;
    transform: none;
    left: 0;
    height: 100%;
}

body.isResults .content_search {
    height: 10rem;
    transition: 0.3s ease;
}

body.isResults .isHide {
    display: none;
}

.car-info-mobile {
    display: none;
}

body.isResults .content_search h1 {
    margin-bottom: 0;
    font-size: 3rem;
}

.car-info-mobile > .d-flex span {
    color: #071f41;
    font-family: 'Titillium SemiBold';
}


/* HOME */
.content, .home, .home-container {
    position: relative;
    z-index: 0;
}


/* CONTENT SEARCH */

.content_search {
    background-image: url('img/search.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 42rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.content_search-box {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

    .content_search-box::before {
        content: '';
        background: linear-gradient( 90deg,#011b41, #008789 );
        height: 150%;
        width: 85vw;
        position: absolute;
        transform: skew(-15deg,0);
        top: 0;
        left: -10rem;
        z-index: 0;
    }

    .content_search-box > div {
        height: 100%;
        max-width: 45rem;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        position: relative;
    }

    .content_search-box h1 {
        color: white;
        text-transform: uppercase;
        font-size: 3.5rem;
        font-family: 'Titillium SemiBold';
        text-align: justify;
        white-space: nowrap;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .content_search-box h5 {
        color: white;
        font-size: 1.6rem;
        margin: 0.5rem 0 1.5rem 0;
    }

.search-input-container {
    min-height: 5rem;
    border-radius: 0.5rem;
    padding: 1.5rem;
    width: 42rem;
    font-size: 1.4rem;
    position: relative;
    z-index: 0;
    background-color: #fff;
}

.orange-button {
    min-height: 5rem;
    border-radius: 0.5rem;
    padding: 1.5rem;
    max-width: 42rem;
    font-size: 1.4rem;
    position: relative;
    z-index: 0;
    background-color: #e3751c;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 2rem 0;
}

    .orange-button span {
        margin-right: 1rem;
        font-size: 1.8rem;
    }

    .orange-button i {
        font-size: 2.8rem;
    }

.autocomplete {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 42rem;
    max-height: 18rem;
    overflow-y: scroll;
    top: 4.7rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top: 1px solid #e1d6c7;
    z-index: 9;
    left: 0;
}

    .autocomplete li {
        padding: 0.2rem 1rem 0.2rem 1rem;
        border-bottom: 1px solid #dcdfd6;
        color: #5b4c45;
        cursor: pointer;
    }

    .autocomplete::-webkit-scrollbar {
        width: 12px;
    }

    .autocomplete::-webkit-scrollbar-track, .results-vehicle-selection::-webkit-scrollbar-track {
        border-radius: 1rem;
        background-color: #dcdfd6;
        margin: 0.3rem 0;
    }

    .autocomplete::-webkit-scrollbar-thumb, .results-vehicle-selection::-webkit-scrollbar-thumb {
        border-radius: 1rem;
        background-color: #f8f7f5;
    }

.content_search-box form {
    position: relative;
}

    .content_search-box form input {
        border: none;
        text-align: left;
        font-style: italic;
        width: 100%;
    }

    .content_search-box form i {
        color: white;
        font-size: 3rem;
        margin-left: 2rem;
    }

.content_search-box p {
    margin-top: 1rem;
    color: white;
}

.content_search-box div.content_search-box-vehicle span {
    border-bottom: 1px solid white;
    cursor: pointer;
}

.content_search-box div.content_search-box-vehicle i {
    color: white;
    font-size: 1.4rem;
    margin-left: 0.5rem;
    transition: 0.3s ease;
}

.content_search-box-lang {
    color: #fff;
    margin-bottom: 1rem;
}

    .content_search-box-lang h6 {
        font-size: 1.6rem;
        margin-right: 0.5rem;
        border-bottom: 1px solid #fff;
        cursor: pointer;
        align-items: baseline;
        margin-top: 0;
        margin-bottom: 0;
    }

        .content_search-box-lang h6 span {
            margin-right: 0.3rem;
            font-size: 1.6rem;
        }

#languageSelected {
    font-family: 'Titillium Bold';
    padding-right: 0.5rem;
    padding-left: 0.3rem;
}

.content_search-box-lang i {
    font-size: 1.2rem;
    transition: 0.3s ease;
}

/* CONTENT SEARCH */

/* LAST RESULT */
.last_result {
    background-color: #f4f4f4;
    height: 12rem;
    position: relative;
    z-index: 0;
    display: none;
}

    .last_result > div {
        width: 48rem;
        margin: 0 auto;
    }

    .last_result i {
        color: #9c9082;
        font-size: 2.4rem;
        margin-right: 1rem;
        margin-left: 2rem;
    }

    .last_result p {
        color: #5b4c45;
        font-family: 'Titillium Bold';
        margin-bottom: 0;
    }

    .last_result a {
        color: #e3751c !important;
        border-bottom: 1px solid #e3751c;
    }
/* LAST RESULT */

/* RECOMMENDATIONS */
.recommendations {
    padding: 2rem 1rem 4rem 1rem;
    max-width: 90rem;
    margin: 0 auto;
}

    .recommendations h3 {
        color: #5b4c45;
        font-size: 2.8rem;
        font-family: 'Titillium Bold';
        text-align: center;
    }

    .recommendations > div > p {
        margin: 0;
        text-align: center;
    }

.recommendations-elements {
    overflow: hidden;
    margin-bottom: 4rem;
    margin-top: 5rem;
    padding-left: 4rem;
}

.recommendations-content {
    position: relative;
    padding: 1.5rem 0 1.5rem 3rem;
}

    .recommendations-content::before {
        content: '';
        width: 2.5em;
        height: 100%;
        transform: skew(-10deg);
        position: absolute;
        left: -5rem;
        top: 0;
        border-width: 2px 2px 2px 0;
        border-style: solid;
        -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#e3751c), to(#e5b549)) 1 100%;
        -webkit-border-image: -webkit-linear-gradient(bottom, #e3751c, #e5b549) 1 100%;
        -moz-border-image: -moz-linear-gradient(bottom, #e3751c, #e5b549) 1 100%;
        -o-border-image: -o-linear-gradient(bottom, #e3751c, #e5b549) 1 100%;
        border-image: linear-gradient(to top, #e3751c, #e5b549) 1 100%;
    }

    .recommendations-content h4 {
        color: #5b4c45;
        font-family: 'Titillium SemiBold';
        font-weight: 800;
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    .recommendations-content p {
        color: #9a9180;
        margin-bottom: 3rem;
    }

    .recommendations-content a {
        background-color: #e3751c;
        color: white;
        border: 1px solid #fff;
        border-radius: 0.5rem;
        padding: 1rem;
        text-align: center;
        cursor: pointer;
        width: 19rem;
        transition: 0.3s all ease;
        display: block;
    }

        #btnSelectLang:hover, .orange-button:hover, .recommendations-content a:hover {
            background-color: #fff;
            color: #e3751c;
            transition: 0.3s all ease;
            border: 1px solid #e3751c;
            text-decoration: none;
        }


/* RECOMENDATIONS */

/* HOME */

/* VEHICLE TYPE */

.vehicle_type {
    max-width: 90rem;
    margin: 0 auto;
}



.SelectionTappable {
    cursor: pointer;
}


.vehicle_type .title-filter {
    display: none !important;
}

.title-filter div:first-child {
    color: #968d84;
}

    .title-filter div:first-child i {
        font-size: 2.4rem;
    }

    .title-filter div:first-child span {
        padding-left: 0.5rem;
        font-weight: 800;
        color: #62615f;
        font-size: 1.8rem;
    }

.title-filter div:last-child i {
    color: #e3751c;
    font-weight: 800;
    cursor: pointer;
}

.vehicle_type-container {
    margin-bottom: 5rem;
}

    .vehicle_type-container h3 {
        color: #9f8f82;
        text-align: center;
        width: 100%;
        font-weight: 800;
        margin: 5rem 0 2rem 0;
        font-size: 1.75rem;
    }

.vehicle_type-container-types .type {
    border: 0.1rem solid #dfded9;
    padding: 1rem;
    width: 10rem;
    border-radius: 0.5rem;
    height: 10rem;
}

    .vehicle_type-container-types .type span {
        text-align: center;
        line-height: 1.5rem;
        color: #e3751c;
        display: inline-table;
    }

    .vehicle_type-container-types .type i {
        font-size: 3.2rem;
        color: #e3751c;
    }

    .vehicle_type-container-types .type:hover {
        background-color: #f4f1ea;
        cursor: pointer;
        -webkit-transition: background-color 0.3s linear;
        -ms-transition: background-color 0.3s linear;
        transition: background-color 0.3s linear;
    }



    .vehicle_type-container-types .type.active {
        background-color: #e3751c;
    }

.type.active span, .type.active i {
    color: white;
}

.vehicle_type-container-types .type.skeleton {
    background-color: #f4f1ea;
}


.vehicle_type-name {
    max-width: 40rem;
    margin: 0 auto;
}

.vehicle_type-model_selected {
    padding: 2rem 0;
}

    .vehicle_type-model_selected .content p {
        color: #071f41;
        padding-left: 0.5rem;
        font-family: 'Titillium SemiBold';
        font-size: 1.8rem;
        line-height: 1.8rem;
    }

.car_select-container button, .car-filter button {
    background-color: #e3751c;
    color: #fff;
    text-align: center;
    border: none;
    width: 100%;
    margin-top: 2rem;
    border-radius: 0.5rem;
    height: 5rem;
    cursor: pointer;
}

.vehicle-selection {
    border-top: 1px solid #e0ded9;
    border-left: 1px solid #e0ded9;
    border-right: 1px solid #e0ded9;
    min-height: 7rem;
    padding: 0.8rem 1rem 0.8rem 2rem;
    background-color: #fff;
    position: relative;
}

    .vehicle-selection .loader {
        content: '';
        position: absolute;
        z-index: 20;
        background-color: rgba(255,255,255,0.9);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .vehicle-selection.disable {
        cursor: not-allowed;
    }


    .vehicle-selection .vehicle-type-select i {
        font-size: 2.4rem;
    }

    .vehicle-selection p {
        color: #9f9c97;
        margin: 0;
    }

    .vehicle-selection div i {
        color: #e3751c;
        font-size: 2.4rem;
        padding-right: 0.5rem;
        transition: 0.3s ease;
    }

        .vehicle-selection div i.eess-angulo-abajo {
            font-size: 1.4rem;
        }

    .vehicle-selection div img {
        padding-right: 0.5rem;
    }

    .vehicle-selection div span {
        color: #534f4c;
        padding-right: 1rem;
    }

    .vehicle-selection:last-of-type {
        border-bottom: 1px solid #e0ded9;
    }

.results-vehicle-selection {
    border-top: 1px solid #e0ded9;
    margin-top: 0.5rem;
    padding: 1rem 0;
    height: 12rem;
    overflow-y: scroll;
    display: none;
}

    .results-vehicle-selection ul li {
        display: flex;
        align-items: center;
        padding: 0.5rem 1rem;
        margin-right: 0.5rem;
    }

        .results-vehicle-selection ul li.selected, .results-vehicle-selection ul li:hover {
            background-color: #dcdfd6;
            border-radius: 0.5rem;
        }

            .results-vehicle-selection ul li.selected i, .results-vehicle-selection ul li.selected span {
                color: #5b4c45;
            }

        .results-vehicle-selection ul li:hover {
            background-color: #eeeeee;
            border-radius: 0.5rem;
            cursor: pointer;
            transition: 0.3s ease;
        }

    .results-vehicle-selection::-webkit-scrollbar {
        width: 8px;
    }

footer-country {
    padding-bottom: 1rem;
}

/* VEHICLE TYPE */

/* LOADING */

.lds-ring {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 32px;
        height: 32px;
        margin: 6px;
        border: 6px solid #e3751c;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #e3751c transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/*FIXES TEMPORALES PARA RESPONSIVE*/

@media (max-width: 991.98px) {


    .content_search-box {
        padding: 15px;
    }


       

    .home {
        padding-top: 0px !important;
    }

    .recommendations {
        /*display:none !important;*/
    }

    .vehicle_type-container > h3 {
        display: none;
    }

    .vehicle_type-container-types {
        display: none !important;
    }

    body.isMobile.isResults .content_search {
        display: none;
    }



    .car-selected-container {
        min-height: 0;
    }

    .results-container {
        margin: 20px;
    }

    .results {
        margin: 0rem auto !important;
    }



    .product-desc {
        width: 100% !important;
        padding-left: 0;
    }

    .filter-title {
        display: none !important; /*Eliminamos texto de Filtrar por marca y modelo en mobile*/
    }

    .vehicle_type-model_selected {
        padding: 15px;
    }

    .car-filter-wrapper {
        padding: 15px;
    }

    .component {
        margin-bottom: 0;
    }


        .component h4 {
            margin-bottom: 0;
        }

    .car-details {
        flex: unset;
    }

    .product-features > h5 {
        font-size: 26px;
    }

    .data-sheet-container > h5 {
        font-size: 1.6rem;
        font-weight: 700;
    }

    .vehicle_type {
        margin: 15px;
    }

    .infonote {
        margin-top: 5px;
    }

    .infonote, .infonote2 {
        font-size: 1.3rem;
    }

    /*Sección ayuda home*/
    .recommendations-content::before {
        content: none;
    }

    /*Resultados búsqueda*/
    .productlines {
        margin-top: 3rem;
        margin-bottom: 4rem;
    }

    .product {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .product h3 {
            margin-top: 0rem;
            margin-bottom: 0;
            font-size: 1.4rem;
            padding: 0 0.5rem 0 0.5rem;
        }


        .product .img-fluid {
            width: 70px !important;
            height: 70px !important;
            max-width: 100% !important;
            margin-bottom: 0.8rem;
        }
             
    .recommendations-content {
        padding: 1.5rem 0 2.5rem 0rem;
    }

    .recommendations-elements {
        margin-top: 1rem;
        padding-left: 0;
        display: block !important;
        text-align: center;
    }

    .recommendations-content p {
        margin-bottom: 2rem;
    }

    .content_search-box h1 {
  
    text-align: unset;
    white-space: unset;
    margin-top: 1.5em;
     font-size: 27px;
   
}
}
/*FIN FIXES TEMPORALES PARA RESPONSIVE*/


/* FIX CARCASA */

div#SEStartButton{display:none !important;}

