html,
body {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
}

.woitemimage {
	background-repeat: no-repeat;
	background-position: 8px;
	background-size: 50px auto;
	padding-left: 66px;
}

#worefresh {
	min-width: 150px;
	margin-left: -75px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 70px;
}

.modal-card,
.modal-content {
	margin: 0 !important;
}
.small,
small {
	font-size: 60% !important;
}
.section {
	padding: 1rem 1rem !important;
}
.media-content {
	width: 100%;
	height: auto;
}
.subtitle-logo {
	font-size: small;
	text-align: center;
	font-family: unset;
}

.modal {
	background-color: rgb(51, 51, 51);
	opacity: 0.95;
}
.modal-dialog {
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}

.btn-primary {
	color: #fff;
	background-color: #3d3d3d;
	border-color: #3d3d3d;
}
.notification.is-info {
	background-color: #23d169;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-radius: 0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
}

.notification.is-warning {
	background-color: #ff3838cf !important;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-radius: 0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
}

.boton_categoria {
	background-color: #00468c;
	color: #fff;
	border-radius: 6px;
	border: 0;
	display: inline-block;
	cursor: pointer;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	margin: 0 15px 15px 0;
}

.boton_categoria:hover {
	background-color: #fff;
	color: #00468c;
}

.boton_categoria:active {
	background-color: #fff;
	color: #00468c;
}

.boton_categoria:focus {
	background-color: #fff;
	color: #00468c;
}

.boton_ver {
	background-color: #766657;
	color: #fff;
	cursor: pointer;
	width: 100%;
	padding: 10px 0 10px 0;
	text-decoration: none;
	margin: 0;
	border-radius: 0;
	border: 0;
	text-align: center;
	font-weight: 700;
	border-radius: 0;
	-webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.8);
}

/* width */
::-webkit-scrollbar {
	width: 15px;
	height: 15px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

@media (min-width: 968px) {
	.contenido_1 {
		width: 50%;
		clear: both;
		margin-right: 5%;
		margin-top: 0;
		padding-top: 0;
	}
	.contenido_2 {
		width: 50%;
		clear: both;
		margin-top: 0;
		padding-top: 0;
	}
}
@media (max-width: 500px) {
	.contenido_1 {
		width: 100%;
		clear: both;
	}
	.contenido_2 {
		width: 100%;
		clear: both;
		padding: 35px 0 35px 0;
	}
}

@media (min-width: 968px) {
	.logo {
		width: 15%;
	}
}
@media (max-width: 500px) {
	.logo {
		width: 50%;
	}
}
@media (min-width: 968px) {
	.logo_pie {
		width: 40%;
	}
}
@media (max-width: 500px) {
	.logo_pie {
		width: 40%;
	}
}

@media (max-width: 768px) {
	.pie {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
			url("images/foto_movil.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: repeat;
	}
}
@media (min-width: 768px) {
	.pie {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(images/foto.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: repeat;
	}
}

.modal-centrado .modal-dialog {
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
	top: 25%;
}

.cursor {
	cursor: pointer;
}
