.ohnohoney{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }

.banner-mapa
{
	background-image: url("../img/mapa.png");
	background-size: 100%;
	margin:0;
	padding: 16%;
}
#ubicacion
{
	padding: 0;
}
.text-brown
{
	color:#442403;
}
.brown-background
{
	background-color:#442403;
}
.text-cremita
{	
	color:#FEF9E7;
}
.cremita-background
{
	background-color: #FEF9E7;
}
.height-100
{
	height: 100%;
}
.height-90
{
	height: 90%;
}
.product
{
	height: 250px;
	overflow: hidden;
}
.img-product
{
	width: 100%;
	height: inherit;
}
.height-product
{
	height: 300px;
}
.portfolio-box .portfolio-box-caption2
{
    position:absolute;
    bottom:0;display:block;
    width:100%;
    height:100%;
    text-shadow: 0 0 5px black; 
    text-align:right;
    opacity:100;
    color:#fff;;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s; 
    padding-top:45%;
    padding-right:10%;
}

#imgLogo
{
    width:100%;
}

.container-redes{
	display: flex;
	flex-direction: row;
}

.container-left{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 80%;

}
.container-right{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 20%
}

.text-redes{
	font-size: 10px;
}

.div-red{
	margin: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (max-width: 600px) {
  .container-redes{
	flex-direction: column;
	}
	.container-left{
		width: 100%;
		justify-content: center;

	}
	.container-right{
		margin-top: 50px;
		width: 100%;
		justify-content: center;
	}

}
