/* ==========================================================================
   CUSTOM CSS
   ========================================================================== */

.header__clientes {
   color: #ffffff;
}

.header__clientes__link {
   display: inline-block;
   vertical-align: middle;
   color: #ffffff;
   text-decoration: none;
   padding: 8px;
   width: 40px;
   text-align: center;
   border-radius: 50%;
   transition: .3s;
}

.header__clientes__link.no-touch:hover {
   background: rgba(0, 0, 0, .5);
}

.header__clientes__link:first-child { margin-right: 4px; }
.header__clientes__link:last-child { margin-left: 4px; }

.header__clientes__link.is-active {
   background-color: #f03 !important;
   pointer-events: none;
}