@charset "UTF-8";
/**
 * Estilos personalizados para la parte publica
 */
html{
    overflow-x: hidden;
}
body{
	background-color: #FFFFFF;
	font-family: 'Hind', sans-serif;
	/*font-family: 'Work Sans', sans-serif;*/
}
body a{
	color: #BC1115;
}
h1, .h1{
	/*font-family: teko, sans-serif;*/
	font-family: 'Hind', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6,
.ypunto-table-headers,
.btn{
	/*font-family: 'Roboto condensed', sans-serif;*/
	font-family: 'Hind', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.ypunto-table-headers{
	font-size: 12px;
	font-weight: bold;
}

.list {
    list-style: none;
    padding: 0;
    margin-bottom: .5em;
}
.list > li {
    padding: .5em;
    border-bottom: 1px solid #eee;
}
.list > li:last-child {
    border-bottom: 0 none;
}

.sort-link {
	white-space: nowrap;
	color: #fff;
	background-color: #BC1115;
	border-color: #BC1115;
}
.sort-link:hover, .sort-link:active {
    text-decoration: none;
    background-color: #BC1115;
    color: #fff;
    border-color: #BC1115;
}

.btn{
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: #4d4d4d;
	color: #fff;
}
.btn:hover,
.btn-primary{
	background-color: #BC1115;
	color: #fff;
}
.page-link,
.page-link:hover{
	color: #BC1115;
}
.page-link:focus{
    box-shadow: 0 0 0 0.2rem rgba(221, 51, 51, 0.2);
}

.head{
	background: #B3B3B3;
	padding: .5em .5em 0;
}
.card-header{
	background: #B3B3B3;
	color: #333;
}
.card{
	border: 2px solid #B3B3B3;
	border-radius: 3px;
}

/**
 * Removes the sticky navbar offset
 */
.sticky-navbar-top {
    top: 0 !important;
}
.ypunto-title{
	font-size: 2rem;
	font-weight: bold;
}