@media screen and (min-width: 1300px) {
	#productos-linea .portfolio-item img {
		padding: 0 55px;
	}
}

@media screen and (max-width: 1024px) {
	.nav-toggle {
		display: block;
	}
	.navigation {
		position: fixed;
		background-color: #fff;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 99999;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
		transition: opacity 0.5s, visibility 0s 0.5s;
	}
	.navigation .primary-nav {
		position: relative;
		top: 45%;
		-moz-transform: translateY(-45%);
		-ms-transform: translateY(-45%);
		-webkit-transform: translateY(-45%);
		transform: translateY(-45%);
	}
	.navigation li {
		display: block;
		margin-bottom: 20px;
	}
	.navigation a {
		display: block;
		font-size: 25px;
		margin: 0;
		color: #FF8C37;
		text-align: center;
	}
	.dropdown-menu {
		position: relative;
		float: none;
	}
	.dropdown-menu>li>a {
		color: #6c7279;
		font-size: 14px;
	}

}

@media screen and (max-width: 768px) {

	.banner-text {
		padding-top: 30%;
	}
	.banner-text h1 {
		font-size: 42px;
	}
	.banner-text p {
		font-size: 18px;
	}
	.flexslider {
		padding-bottom: 80px;
	}
	.flex-control-nav {
		width: 100%;
	}
	.footer .footer-col {
		margin-bottom: 50px;
	}
	.detail-contentbox {
		background-color: #f2f2f2;
		padding: 6%;
		margin: 20px 15px;
	}
	#productos .portfolio-item h1 {
		padding: 0;
		margin: 5px auto 15px;
	}
	#productos-linea .portfolio-item img {
		padding: 0 55px;
	}
	.retail-pan-rallado-image img:hover {
		opacity: 1;
	}
	.nutri-mobile {
		display: block;
		margin-bottom: 50px;
	}
    #empresa img {
        padding: 0 5px;
        margin: auto;
    }

	#productos {
		height: 100%;
	}
    #productos-linea {
        height: 100%;
    }

}

@media screen and (max-width: 767px) {
	#contacto {
		background-image: none;
		height: 100%;
	}
}

@media screen and (max-width: 426px) {
	.mt {
		margin-top: 50px;
	}
	.carousel {
		width:  100%;
	    height: 100vh;
		margin: auto;
	}
	.carousel-fondo {
	    background-attachment: scroll;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    text-align: center;
	}

	.fondo-cocinera {
	    background-image: url(../images/slider/fondo-cocinera-mobile.jpg);
	}
	.fondo-envases {
	    background-image: url(../images/slider/fondo-cocina-mobile.jpg);
	}
	.fondo-pan {
	    background-image: url(../images/slider/panrallado-rosablanca-mobile.jpg);
	}
	.fondo-milanesas {
	    background-image: url(../images/slider/fondo-milanesa-mobile.jpg);
	}
	#recetas img {
		padding: 15px 30px;
	}
	.cont-recetas .detail-image {
		text-align: center;
	}
	.cont-recetas .detail-image img {
		/*transform: rotate(90deg);
		height: 280px;*/
		display: none;
	}
	#productos-linea .container {
		width: 95%;
	}
  #contacto {
    text-align: center;
  }
	#contacto .section-contacto h2 {
		text-align: center;
	}
	.empresa {
		padding-top: 40px;
	}
	.productos {
	  padding-top: 50px;
	}
}
