/*!
 * Componente Nombre: dextdbkg  | jeep
 * Autor: DEX360
 * Copyright: DEX360
 */
 
/*  
    0.  :root
    1.  dextdbkg
    2.  dextdbkg--steps-line
    3.  dextdbkg--button
    4.  dextdbkg--form
        4.2. amelia plugin
    
*/

/* 0. :root
--------------------------------------------------------------*/
:root {
    --colorPrimary: #ffba00;
    --colorSecundary: #1a1a1a;    
}

/* 1. dextdbkg
--------------------------------------------------------------*/
.dextdbkg .dtdt--title span {
    color: var(--colorPrimary);
}
.dextdbkg .dextdbkg--button {
    background-color: var(--colorPrimary);
}

/* 2. dextdbkg--steps-line 
--------------------------------------------------------------*/
.dextdbkg--steps-line .step-active {
    background: var(--colorPrimary);
}

/* 3. dextdbkg--button
--------------------------------------------------------------*/
.dextdbkg--button:hover,
.dextdbkg--button {
    border: 0;
    background-color: var(--colorPrimary);
    color: var(--colorSecundary) !important;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 800;
    font-size: 12px;
    min-height: 35px;
    padding: 15px 15px;
    -webkit-transition: .2s transform;
    transition: .2s transform;
}
.dextdbkg--button:hover {
    background-color: var(--colorSecundary);
    color:#ffffff !important;
}

/*  4. dextdbkg--form > 4.2. amelia plugin
--------------------------------------------------------------*/
.dextdbkg .amelia-v2-booking #amelia-container .am-button.am-button--micro.is-icon-only.am-heading-prev {
    background-color: var(--colorPrimary);
}

/*  5.  dextdbkg--header
--------------------------------------------------------------*/
#wp-test-drive, #wp-test-drive:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 0px;
    color: #ffffff !important;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: normal;
    margin: 0px 30px 0px -215px;
    overflow: hidden;
    opacity: 1;
    padding: 8px 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
}