/* CSS CUSTOM Document */
#catalogo_online .form-control{
    border-radius: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
	font-size: 13px;
}

#catalogo_online .btn-secondary{
	background: #fff;
    color: #6c757d;
    border-radius: 20px;
	    font-size: 14px;
}

#catalogo_online .ETAP_mosaic_info_container{
	background: none;
	
}
#catalogo_online .ETAP_mosaic_img_container{
	position:relative;
}

#catalogo_online .ETAP_mosaic_style .ETAP_mosaic_info_container{
	padding:5px;
}

#catalogo_online .ETAP_mosaic_style  .ETAP_mosaic_img_overlay{
	background: rgba(101,53,141,.5);
}


#catalogo_online .ETAP_mosaic_style .ETAP_mosaic_info_container span.ETAP_mosaic_title{
	font-size: 13px;
    margin: 0 0 5px;
}

#catalogo_online .ETAP_mosaic_style .ETAP_mosaic_info_container span.ETAP_mosaic_author{
	font-size: 13px;
    margin: 0 0 5px;
}

#catalogo_online .ETAP_mainfilters_container .btn-group .btn{border-radius:0;}

#catalogo_online .sidebar .col-field{
	margin-top:5px;
	appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
	background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
	    font-size: 13px;

}

#catalogo_online .sidebar .col-field-text{
	font-size: 13px;
	margin-top:5px;
}

.ETAP_details{
	
}

.ETAP_details_info{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ETAP_details_info_top{
	align-self: start;
}
.ETAP_details_info_bottom{
	display: flex;
    align-items: end;
    flex: auto;

}