.taxonomy-list-item .tax-child-list-item {
    margin: 0px 30px;
}

.tax-name {
    width: 100%;
    float: left;
}

.tax-name .tax-image, .tax-name .tax-title {
    float: left;
}

/*.tax-desc {
    display: inline-block;
} */

.tax-title a {
    font-size: 30px;
    font-weight: 100;
    margin: 0px 10px;
}

.taxonomy-list-item {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
	border-bottom: 1px solid #D5D5D5;
}

.tax-arrow {
    width: 100%;
    font-size: 16px;
    margin: 15px 0px 15px 0px;
	color: black;
    cursor: pointer;
	margin-left:25px;
}
.tax-arrow:hover{
	color: #F32735;
}



.taxonomy-list-item .tax-arrow {
    float: left;
}

/*.taxonomy-list-item .tax-details {
    float: left;
    width: 90%;
} */

.tax-child-list-item {
    display: none;
} 
.tax-child-list-item a{
  font-family: "Montserrat";
	font-size: 16px;
	font-weight: 500;
	color: black;
	line-height: 1.9em;
}
.tax-child-list-item a:hover{
	color: #F32735;
}

.taxonomy-list-item .tax-arrow.rotate {    
    transform: rotate(0);
}

.taxonomy-search-filter {
    margin-bottom: 5%;
}

/*.tax-child-count {
    color: gray;
    font-size: 20px;
    line-height: 55px;
}*/
.columnas {
	column-count: 7;
	column-width: 200px;
	column-gap: 2em;
	float:left;	
	padding-bottom: 10px;
	
}