﻿/*Item do Google tradutor*/
.skiptranslate {
    display: none !important;
}

.traducao > a.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.traducao a {
    display: block !important;
    padding: 5px !important;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}

.traducao > a {
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    padding: 0px !important;
}

.header-base .traducao ul {
    padding: 0;
    overflow: hidden;
    padding: 0 7px;
}

.menu-linguagem {
    background: rgba(0, 0, 0, 0.9);
    min-width: 0px;
    text-align: center;
}

.traducao li {
    display: inline-block;
    text-decoration: none;
}
