/*!
 * Nombre: "Test Drive" link (mobile menu principal y desktop header superior)
 * Autor: DEX360
 * Copyright: DEX360
 */
 
#wp-test-drive {
    color: white;
    font-size: .8em;
    font-weight: 600;
    margin-right: 10px;
}
.main-header__nav #wp-test-drive {
    display:none;
}

/* Responsive */
@media (max-width:600px) {
    .main-header__nav #wp-test-drive {
        color: #000;
        font-size: .8em;
        font-weight: 400;        
        display: block;
        margin: 10px;            
        text-transform: uppercase;
    }
}