
.html
{
	margin-top:0px;
	font-family: "Archivo Black",sans-serif;
}
.card
{
	padding:1em;
}

.navbar-default
{
	margin-bottom: 0px;
}

.info
{
	background: #000;
	color:#FFF;
	font-size: 11px;
	padding: 6px;
	font-weight: bold;
}

small
{
	font-size: 14px;
}


.tool
{
	font-size: 28px;
}

.justify-content-center
{

	margin: 0px 300px;

}

.logo-small {
      color: #363435;
      font-size: 80px;
      
  }




.big-padding
{
	padding: 10px;	
	margin-bottom: 0px;
}

.no-margin
{
	margin: 0px;
}
.no-padding
{
	padding: 0px;
}

.blue-gray 
{
	background-color: #363435;
}

.displayX
{
	background-color: #000;
	text-align: right;
	font-size: 20px;
	padding: 10px;
	width: 100%;
	color: #FF0;
	font-family: 'Consolas';
}
.display
{
	background-color: #000;
	text-align: right;
	font-size: 40px;
	padding: 10px;
	width: 100%;
	margin:10px 0px;
	color: #FF0;
	font-family: 'Consolas';
}

.white-text
{
	color:white;
}

.red-text
{
	color:#F00;
}

.no-text-alter
{
	text-transform: none;
}

.product-imagen
{
	/*height: 100%;
    width: 100%;*/
    position: relative;
    vertical-align: middle;
    border-style: none;
}


.product
{
	margin-left: auto;
	margin-right: auto;
	
	width: 100%;
	max-width: 100%;
	padding: 1em;
	position:relative;
	margin:0 auto;
	
	border-radius: 8px;

}

.product h1
{
	padding-bottom: 10px;
	border-bottom: 1px solid
}

.product .actions
{
	right: 1em;
	top:10px;
	padding-bottom: 10px;
}

.absolute
{
	position: absolute;
}

.card
{
	margin-bottom: 20px;
	min-height: 350px;
}



.inline-block
{
	display: inline-block;
}

.table
{
	background-color: #FFF;
}

.circle-shopping-cart
{
	background-color: #cfcfcf;
	border-radius: 30%;
	padding: 1em 1em;
}

.highlight
{
	-webkit-animation: highlight 1.5s;
	animation: highlight 1.5s;
}

@-webkit-keyframes highlight
{
	50% 
	{
		background-color: #FFFF00;
		color: black;
	}
	100%
	{
		background-color: inherit;
	}
}

@keyframes highlight
{
	50% 
	{
		background-color: #FFFF00;
		color: black;
	}
	100%
	{
		background-color: inherit;
	}
}




/*que pasa*/
.four-agileits {
    background: #ff4a43;
    text-align: center;
    padding: 2em 0;
}

.four-agileinfo {
    background: #22beef;
    padding: 2em 0;
    text-align: center;
}


.four-w3ls {
    background: #a2d200;
    padding: 2em 0;
    text-align: center;

}

.four-wthree {

    background: #8e44ad;
    padding: 2em 0;
    text-align: center;

}





.four-grid i.glyphicon {
    color: #fff;
    font-size: 50px;
}
.four-grid .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.four-text a
{
	color:#FFF;
}

.four-grids h4 {
    font-size: 30px;
    color: #fff;
    margin: 0;
}

.four-grid h3 {
    font-size: 20px;
    color: #fff;
    margin: 14px 0;
}




.stroke {
	/*-webkit-text-fill-color: white;
	-webkit-text-stroke: 1px black;
	text-shadow: -2px -2px 1px #000;*/
	color:#FFF;
	background-color:  rgba(0,0,0,0.6);
	padding: 4px;
	text-align: center;
}




/*que para el pie de página*/
.page-footer
{
	background-color: #000;
	color: #fff;
	padding: 20px;
	border-top: solid 10px #363435;
}

.page-footer ul
{
	list-style: none;
}

.page-footer a
{
	color: #FFF;
}

.panel
{
	border: 1px solid  #363435;
	
	
}

.panel-heading
{
	border: 1px solid  #363435;
	background-color: #363435;
	color: #FFF;
}



.ui-autocomplete { z-index:2147483647; }


.expired_membresia {
	background: yellow;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
  }