.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}


h3{

	text-align: center !important;
}

.row_img_ingrdientes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 200px;
    padding-left: 200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    width: 100%;
}

.row_img_ingrdientes ul {
   
   width: 100%;
}



img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.og-grid li {
	display: inline-block;
	margin: 10px 42px;
	vertical-align: top;
	height: 250px;
	width: 20% !important;
	margin-bottom: 50px;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	margin: 0 auto;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #7A0000;
	border-width: 15px;
	left: 50%;
	margin: -30px 0 0 -15px;
}

.og-expander {
    /* position: absolute; */
    /* top: auto; */
    /* left: 0; */
    width: 1000px;
    /* margin-top: 10px; */
    text-align: left;
    height: 0;
    overflow: hidden;
    margin: 0 auto !important;
    right: 0;
    border: 1px solid #7A0000;
    border-bottom: 15px solid #7A0000;
}

.og-expander-inner {
	padding: 25px 0px;
	/*height: 100%;*/
	height: auto;
}

.txt_img_ingre {
    margin-top: 50px;
    color: #717375;
    font-size: 15px;
    font-weight: 400;
    font-family: Avenir Medium;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 17px;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.close{
  cursor: pointer;
  float: right;
  margin-right: 50px;
  background-image: url("../images/equiz.png");
  width: 35px;
  height: 35px;
}

.close:hover{
  background-image: url("../images/equiz.hover.png");
}



.og-expander-inner h3 {
	font-size: 47px;
	color: #7A0000;
	font-family: Ikaros;
}	


.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	width: 75%;
}

.og-details h3 {
	font-weight: 300;
	font-size: 48px;
	padding: 0px 0 10px;
	margin-bottom: 10px;
}

.og-details p {
	font-size: 15px;
    line-height: 18px;
    color: #878787;
    font-family: Avenir Medium;
}
.og-fullimg {
	width:44%;
}
.og-details {
	width:56%;
}


.og-details a {
	font-size: 19px;
	color: white;
	padding: 10px;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
	background: #7A0000;
	font-family: DIN Alternate Light;
}


.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@media screen and (max-width: 1024px) {
.row_img_ingrdientes {
	padding-right: 100px;
	padding-left: 100px;
  }
	
}
@media screen and (max-width: 1024px) {
.og-expander {
	width: 90% !important;
	margin: 0 5% !important;
  }
}
@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}
@media screen and (max-width: 736px) {
  .div_p_quienes {
	width: 80%;
	padding-top: 30px;
  }
  .row_img_ingrdientes {
	padding-right: 0;
	padding-left: 0;
  }
  .txt_img_ingre {
	font-size: 12px;
	line-height: 15px;
  }
  .close {
	margin-right: 35px;
	width: 20px;
	height: 20px;
	background-position: center;
  }
 .menu_movil {
	height: 40vh;
  } 
}
@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}
@media screen and (max-width: 414px) {
  .og-expander h3 {
	font-size: 16px;
	margin-top: 0;
  }
}