.nav,.nav ul 
.gallery-title
{
    font-size: 36px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 5px;

}
.filter-button:hover
{
    font-size: 18px;
    border-radius: 5px;
    text-align: center;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


header, footer *{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

header{
	height: 120px;
	width: 100%;
	position: relative;
	background-color: white;
	box-shadow: 0px 2px 5px rgba(0,0,0,.4);
	border-radius: 0 0 10px 10px;
}

footer{
	height: auto;
	width: 100%;
	position: relative;
	background-color: white;
	box-shadow: 0px 2px 5px rgba(0,0,0,.4);
	border-radius: 10px 10px 0 0;
}

.timlogo{
	height: 120px;
	display: block;
	margin: 0 auto;
	padding-top: 15px;
}
.head{
	position: absolute;
	top: 35px;
	right: 50px;
}
.head .tile{
	display: inline-block;
	height: 50px;
	width: 50px;
	margin-left: 5px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.head .tile.socialmedia{
	color: #0b253e;
	font-size: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
	top: -6px;
}
header.clicked .head .tile.socialmedia{
	color: white;
}
.head .burger{
	margin-left: 25px;
	padding: 5px;
	cursor: pointer;
	background-color: transparent;
}
.meat{
	height: 40px;
	width: 40px;
	position: relative;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
header.clicked .head .burger .meat{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.meat .line{
	height: 4px;
	width: 40px;
	background-color: #0b253e;
	border-radius: 3px;
	position: absolute;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.meat .line.one{top: 5px; left: 0px;}
.meat .line.two{top: 18px; left: 0px;}
.meat .line.three{top: 31px; left: 0px;}

header.clicked .burger .line{
	background-color: white;
}
header.clicked .burger .line.one{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 18px;
}
header.clicked .burger .line.two{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 18px;
}
header.clicked .burger .line.three{
	opacity: 0;
}
header.clicked .burger:hover .meat{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}


.actividad {
	margin-bottom: 10px;	
}
/* boton de compra */
#button-cart{
	top: 120px;
	color: rgb(255, 255, 255);
	background-color: rgb(41, 105, 176);
	left: initial;
	right: 0px;
	position: fixed;
    z-index: 105;
    display: block;
    font-size: 38px;
    padding: 13px;
    border-radius: 50% 0% 0% 50%;
}

#button-cart-number{
	font-size: 12px; 
	color: rgb(255, 255, 255); 
	background-color: rgb(28, 22, 90); 
	opacity: 1; 
	display: inline;
	font: 300 12px sans-serif;
    position: absolute;
    top: 50px;
    right: 0px;
    padding: 3px 7px;
    white-space: nowrap;
    color: #fff;
    border-radius: 10px;	
}
#dialog_img {
	height: 37px;
	border-radius: 50%
}
#actividad_titulo {
	padding-left: 10px;
}

#actividad_cantidad{
	width:47px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.actividad_cantidad {
    width: 47px;
}
.image-user {
	height: 2.2rem;
    border-radius: 50%;
    border: 2px solid white;	
}