/*
@section: Tootip de marcas; */
.tooltip{
    background: url(../img/bg-title.png) no-repeat 0 0;
    display: none;
    height: 143px;
    position: absolute;
    width: 131px;

    p{
        color: #544D35;
        font-size: 12px;
        font-weight: $light;
        margin: 40px 0 0 7px;
        text-align: center;
        text-transform: uppercase;
        width: 120px;
        
        strong{
            display: block;
            font-size: 13px;
            font-weight: $bold;
        }
    }
}