/* GENERAL ------------------------------------------------ */

body {
    font-family: 'Poppins', sans-serif;
    color: #B5B8BA;
    font-weight: 300;
    font-size: 0.95rem;
    background: #000;
}

a {
    color: #191919;
    text-decoration: none;
}

a:hover {
    color: #525252;
}

a:active, a:focus {
  outline: 0;
  border: none;
}

.content-wrapper {
    background: #fff;
    color: #000;
    min-height: 350px;
}

.background-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-marcas {
    height: 300px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.overlay-click {
    background-color: rgba(0,0,0,0.3);
    transition: all 0.5s ease;
}

.overlay-click:hover {
    background-color: rgba(0,0,0,0);
}

.zoom {
    position: relative;
    overflow: hidden;
}

.home-brand {
    z-index: 3;
    position: absolute;
    pointer-events: none;
}

.zoom-back {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}


.marcas-home img {
    max-height: 150px;
}

img.marca {
	width: 300px;
}

