body {
	font-family: 'Roboto', sans-serif;
	background-color: rgba(85,19,29, .1) !important;
}

#app {
	display: none ;
}

.btn:focus {
	box-shadow: 0 0 0 0.2rem rgba(85,19,29,.25);
}

.active {
	color : #55131d !important;
	font-weight: 500;
	font-size: 20px;
	cursor: default;
}

.bg-vircatex {
	background-color: #55131d ;
	color: #fff ;
	border: 1px solid #000;
	transition: all .3s ease-out;
}

.bg-vircatex:hover {
	background-color: #fff;
	border: 1px solid #55131d;
	color: #55131d;
	font-weight: 700;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Buscar";
}

.custom-file-input:focus~.custom-file-label {
	border-color: #55131d;
    box-shadow: 0 0 0 0.2rem rgba(85,19,29,.25);
}