/*mobile layout*/
/*
#cont_contenido { 
position: relative;
float: left;
height: auto!important;
width: 100%;
}

#centro { 
height: auto!important;
width: 100%;
position: relative;
} 

.corte { clear: both;}

*/
    #column-left {
		height: auto!important;
		width: 100%;
		position: relative;
    }

    #central {position: relative;
		float: left;
		height: auto!important;
		width: 100%;
    }


.footer_producto2{
	display: flex;
	flex-direction: row; 
align-items: baseline;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: 100%;
    height: 150px;
    background-color: #000;
    padding-top: 25px;
}

.marca_foo2{
 width: 25%;
 text-align: center;
 margin-top: 10px;
}

.menu_footer2{
width: 40%;
margin-top: 10px;
}

.redes_footer2{
width: 25%;
margin-top: 10px;
}

.contenedor_flex{
	display: flex;
	flex-direction: row; 
align-items: baseline;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: 100%;
}

.item_columna_izq{
	width: 25%;
	margin-top: 20px;
}

.item_colum_der{
	width: 70%;
	margin-top: 20px;
}

.contenedor_filtros{
    width: 100%;
    min-height: auto;
}

.contenedor_img_cervecera{
	margin-top: 0%;
	width: 90%;
    /* margin-left: 1.6949%; */
    clear: none;
    margin-bottom: 20px;
}

.img_cervecera2{
width: 200px;

}

.encabezado_productos2{
	font-size: 30px;
    color: #000;
    padding-top: 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
}

.menu_responsive_productos{
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 100%;
    background-color: #000;
    padding-bottom: 35px;
    padding-top: 20px;
}

.item_logo_producto2{
	width: 25%;
	margin-top: 20px;
}

.item_menu_producto2{
	width: 65%;
	margin-top: 20px;
}

.contenedor_flex_items_menu{
	display: flex;
	flex-direction: row; 
	align-items: center;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: 100%;
	background-color: #000;
}

.sub_items_menu{
	text-align: center;
	width: 15%;
	margin-top: 10px;

}

.cont_producto_buscado2{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    background-color: #e6e4e4;
    border-radius: 10px 10px 10px 10px;
}

.contenedor1_productos2{
	width: 30%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contenedor2_productos2{
	width: 60%;
	margin-top: 10px;
}

.txt_tabla_productos2{
	width: 100%;
    font-size: 12px;
    font-family: monoespace;
    color: #000;
    margin-bottom: 10px;
}




/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (max-width: 920px) and (min-width: 600px) {
/*
	#cont_contenido { 
	position: relative;
	float: left;
	height: auto!important;
	width: 60%;
	}
	#centro { 
	height: auto!important;
	width: 100%;
	position: relative;
	}
	.corte { clear: both;}	
*/

.footer_producto2{
	display: flex;
	flex-direction: row; 
align-items: baseline;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: 100%;
    height: auto;
    background-color: #000;
    padding-top: 25px;
}

.marca_foo2{
 width: 100%;
 text-align: center;
 margin-top: 10px;
}

.menu_footer2{
	display: none;
width: 100%;
margin-top: 10px;
text-align: center;
}

.redes_footer2{
width: 100%;
margin-top: 10px;
text-align: center;
}

.contenedor_flex{
	display: flex;
	flex-direction: row; 
align-items: baseline;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: 100%;
}

.item_columna_izq{
	width: 25%;
	margin-top: 20px;
}

.item_colum_der{
	width: 75%;
	margin-top: 20px;
}

.contenedor_filtros{
    width: 100%;
    min-height: auto;
}

.contenedor_img_cervecera{
	margin-top: 0%;
	width: 90%;
    /* margin-left: 1.6949%; */
    clear: none;
    margin-bottom: 20px;
}

.img_cervecera2{
width: 200px;

}

.encabezado_productos2{
	font-size: 30px;
    color: #000;
    padding-top: 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
}

.menu_responsive_productos{
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 100%;
    background-color: #000;
    padding-bottom: 35px;
    padding-top: 20px;
}

.item_logo_producto2{
	width: 25%;
	margin-top: 20px;
}

.item_menu_producto2{
	width: 65%;
	margin-top: 20px;
}

.contenedor_flex_items_menu{
	display: flex;
	flex-direction: row; 
	align-items: center;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: 100%;
	background-color: #000;
}

.sub_items_menu{
	text-align: center;
	width: 20%;
	margin-top: 10px;

}

.cont_producto_buscado2{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    background-color: #e6e4e4;
    border-radius: 10px 10px 10px 10px;
}

.contenedor1_productos2{
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.contenedor2_productos2{
	width: 80%;
	margin-top: 10px;
}
.txt_tabla_productos2{
	width: 100%;
    font-size: 12px;
    font-family: monoespace;
    color: #000;
    margin-bottom: 10px;
}

}

@media only screen and (max-width: 600px) and (min-width: 200px) {

.footer_producto2{
	display: flex;
	flex-direction: row; 
align-items: baseline;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: 100%;
    height: auto;
    background-color: #000;
    padding-top: 25px;
}

.marca_foo2{
 width: 100%;
 text-align: center;
 margin-top: 10px;
}

.menu_footer2{
	display: none;
width: 90%;
margin-top: 10px;
text-align: center;
}

.redes_footer2{
    width: 100%;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.contenedor_flex{
	display: flex;
	flex-direction: row; 
align-items: baseline;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: 100%;
	padding-left: 0px;
}

.item_columna_izq{
    width: 90%;
    margin-top: 10px;
    height: -webkit-fill-available;
}

.item_colum_der{
	width: 100%;
	margin-top: 40px;
}

.contenedor_filtros{
    width: 100%;
    min-height: auto;
}

.contenedor_img_cervecera{
	margin-top: 0%;
	width: 90%;
    /* margin-left: 1.6949%; */
    clear: none;
    margin-bottom: 20px;
}

.img_cervecera2{
width: 100px;

}
.encabezado_productos2{
	font-size: 30px;
    color: #000;
    padding-top: 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
}

.menu_responsive_productos{
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 100%;
    background-color: #000;
    padding-bottom: 35px;
    padding-top: 20px;
}

.item_logo_producto2{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.item_menu_producto2{
	width: 100%;
	margin-top: 20px;
}

.contenedor_flex_items_menu{
	display: flex;
	flex-direction: row; 
	align-items: center;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: 100%;
	background-color: #000;
}

.sub_items_menu{
	text-align: center;
	width: 100%;
	margin-top: 10px;

}

.cont_producto_buscado2{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    background-color: #e6e4e4;
    border-radius: 10px 10px 10px 10px;
}

.contenedor1_productos2{
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.contenedor2_productos2{
	width: 90%;
	margin-top: 10px;
}

.txt_tabla_productos2{
	width: 100%;
    font-size: 12px;
    font-family: monoespace;
    color: #000;
    margin-bottom: 10px;
}


}

