@charset "utf-8";
/* CSS Document */
.marcas-destacadas{
	background-color: #f7f8ff;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.marcas-destacadas li{
	width: 49%;
	display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-bottom: 3px;
}
.marcas-destacadas figure{
display: flex;
    height: 130px;
    background-color: #fff;
    vertical-align: middle;
    /* padding: 15px; */
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.marcas-destacadas figure img{
	max-height: 120px;
    padding: 5% 14% 5% 14%;
}
.letra-marca{
	font-size: 22px;
    width: 100%;
    font-weight: 700;
    color: var(--color-fucsia);
    border-bottom: solid 2px var(--color-fucsia);
    margin-bottom: 20px;
}
.marcas-alfabeticas li a{
	color:#555;
}
.marcas-alfabeticas ul li{
   border-bottom: solid 1px #f7f8ff;
    padding-bottom: 5px;
    padding-top: 5px;
}

.contenedor-mdescripcion .fade-content {
    max-height: 160px;
    overflow: hidden;
    margin-bottom: 50px;
}
.contenedor-mdescripcion .fade-anchor {
    background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0) 100px,#ffffff 200px);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 150px;
    padding-top: 192px;
    position: absolute;
    top: 0;
    /* border: 1px solid red; */
    right: 0;
    left: 0;
    font-size: 14px;
    text-align: center;
    -webkit-transition: background 150ms ease-in;
    transition: background 150ms ease-in;
}

/* MD */
@media (min-width: 768px) {
	.marcas-destacadas li{
		width: 24%; 
	}
}
/* LG */
@media (min-width: 992px) { }

