.dg-container{
	height: 360px;
    margin-bottom: 60px;
	position: relative;
	width: 100%;
}
.dg-wrapper{
	/*width: 481px;*/
	height: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	width: 41%;
}
.dg-wrapper a{
	/*width: 482px;*/
	/*height: 20vw;*/
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/browser.png) no-repeat top left;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
	/*width: 30vw;*/
	width: 100%;
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 41px 0px 0px 1px;
}
.dg-wrapper a div{
	/*height: 20vw;
    width: 30vw;*/
    height: 244px;
    width: 100%;
}
.dg-wrapper a.dg-center {
	transform: translateY(30%);
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	position: absolute;
	z-index: 1000;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 42px;
    height: 42px;
	opacity: 0.8;
    border-radius: 50%;
}
.dg-container nav span.dg-prev{
	background: transparent url(../../images/izquierda.svg) no-repeat top left;
	background-color: #e87330;
}
.dg-container nav span.dg-next{
	background: transparent url(../../images/derecha.svg) no-repeat top left;
	background-color: #e87330;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}

#dg-container-corn .slide1 {
  background-image: url('../../images/20190104_100814.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
#dg-container-corn .slide2 {
  background-image: url('../../images/chiquita-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
#dg-container-corn .slide3 {
  background-image: url('../../images/IMG_1768.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
#dg-container-corn .slide4 {
  background-image: url('../../images/20190124_111056.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
#dg-container-corn .slide5 {
  background-image: url('../../images/20181205_122857.jpg');
  background-position: 50% 50%;
  background-size: cover;
}


/*-- Container response --*/
@media screen and (max-width: 991px) {

	.dg-container {
		height: 270px;
	}
	.dg-wrapper a div {
		height: 179px;
	}
}

@media (max-width: 767.98px) { 
	
}

@media screen and (max-width: 479px) { 
	.dg-container {
		height: 215px;
	}
	.dg-wrapper a div {
		height: 135px;
	}

	.marcas.flour-tortilla img {
		display: none !important;
	}
}