@media(min-width: 761px){
	hr.footer{
		display: none;
	}
	footer p.primero{
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		box-sizing: border-box;
		text-justify: inherit;
	}
	hr {
		height: 4px !important;
	}
}
@media(max-width: 1300px) {
	.frase-principal {
		min-width: inherit;
	}
	h1 {
		font-size: 32px;
	}
	.servicios .contenedor .contenedor-servicios {
		padding: 150px 30px;
	}
	header .contenedor img {
		width: 120px;
	}
	header nav li {
		padding-left: 50px;
	}
}
@media(max-width: 992px) {
	header nav a {
		font-size: 16px;
	}
	header nav a.menu-link{
		color: white;
		font-size: 32px;
	}
	header nav li {
		padding-left: 30px;
	}
	.frase-principal {
	    padding: 0 30px;
	    width: 100%;
	    box-sizing: border-box;
		text-align: center;
		position: absolute;
		top: 400px;
	}
	h1 {
		font-size: 44px;
	}
	h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}
	p{
		font-size: 12px;
	}
	div.textosucursales{
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}

	h3 {
		font-size: 24px;
		line-height: 29px;
	}
	.productos article {
		padding-right: 30px;
	}
	.productos aside {
		padding-left: 20px;
	}
	.contacto .contenedor aside, .contacto .contenedor article {
		padding: 0px 10px 45px 10px;
	}
	footer .contenedor img {
		width: 180px;
	}
	footer .contenedor h5 {
		font-size: 18px;
	}
	footer div i{
		padding: 0px 15px;
	}
}

@media(max-width: 760px) {
	div.contenedor-md{
		display: none;
	}
	.contenedor-medio {
		max-width: 100%;
	}
	h1 {
		font-size: 32px;
		line-height: 45px;
		word-break: break-word;
		width: 100%;
		margin: 4%;
	}
	h2 {
		font-size: 18px;
		margin-bottom: 2%;
	}
	h2.titulo {
		font-size: 30px;
		margin-bottom: 45px;
		color: black;
		text-align: left;
	}
	p {
		font-size: 16px;
	}
	ul {
		margin-right: 0;
	}
	header {
		padding: 0;
		z-index: 9;
		position: fixed;
	}
	header .contenedor {
		background-color: white;	
		height: 55px;
		padding: 0;


	}
	header .centrado {
		padding-right: 0;
		padding-left: 0;
	}
	
	.navbar-toggler {
		display: inline;
		margin-right: 20px;
	}
	.navbar-toggler {
		display: block;
		width: 20px;
		height: 15px;
		padding: 0;
		position: fixed;
		transform: rotate(0deg);
		transition: transform .5s ease-in-out;
		cursor: pointer;
		top: 18px;
		right: 20px;
		z-index: 9;
		background: transparent;
		border: none;
	}
	.navbar-toggler:focus {
	  outline: none;
	}
	.navbar-toggler	span {
		background-color: black;
		display: block;
		position: absolute;
		height: 3px;
		border-radius: 6px;
		width: 100%;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: transform .25s ease-in-out;
		background-size: 100%;
	}
	.navbar-toggler span:nth-child(1) {
		top: 0px;
	}
	.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
		top: 6px;
	}
	.navbar-toggler span:nth-child(4) {
	  top: 12px;
	}
	.menu-animation span:nth-child(1) {
	    top: 18px;
	    width: 0%;
	    left: 50%;
	}
	.menu-animation span:nth-child(2) {
	    -webkit-transform: rotate(42deg);
	    transform: rotate(42deg);
	}
	.menu-animation span:nth-child(3) {
	    -webkit-transform: rotate(-42deg);
	    transform: rotate(-42deg);
	}
	.menu-animation span:nth-child(4) {
	    top: 18px;
	    width: 0%;
	    left: 50%;
	}
	.logo-mobile{
		display: block;
	}
	header .header-logo {
		position: relative;
    	z-index: 9;
	}
	header .menu {
		background-color: #cb0000;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.blanco{
	background-color: white;
	height: 75px;
    width: 103%;
    margin: 0;
    z-index: 1;
	box-sizing: border-box;
	padding-left: 7%;
	padding-top: 25px;
	}
	header nav {
		padding-top: 50px;
	}
	header nav ul {
		margin-right: 0;
		width: 100%;
	}
	header nav ul li {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	header nav li {
		padding-left: 0;
	}
	header nav ul li a {
		width: 100%;
		display: block;
		padding: 25px 25px;
		box-sizing: border-box;
		font-size: 25px;
		color: white;
	}
	hr.nav.mobile{
		width: 90%;
		color: white;
		background-color: white;
		height: 1px !important;
		margin-top: 0px;
	}

	.whatsapp.mobile{
		padding-left: 5%;
		display: block;
		font-size: 25px;
		color: white;
		background-color: #a00302;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 15px;
		font-family: 'open-sans regular', sans-serif;
	}
	.redes.mobile{
		padding-left: 5%;
		display: block;
		font-size: 30px;
		color: white;
		background-color: #e93637;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 35px;
	}

	.stickyHeader {
		padding-top: 8px;
    	padding-bottom: 8px;
	}
	hr {
		display: inline-block;
		margin:auto;
	}
	img #productos{
		display: block;
		width: 100%;
		object-fit: cover
	}
	div.flex{
	display: flex;
	flex-direction: column;
	}
	div.flex-reverse{
		display: flex;
		flex-direction: column;
	}
	article{
		width: 100%;
	}
	article.productos{
	 margin-top: 15%;
    padding-left: 20%;
    margin-bottom: 15%;
		}

		/*Sucursales*/
	section.sucursales {
		background-color: #BB1A05;
		overflow: hidden;
		position:relative;
	}
	div.img{
		height: 625px;
	}
	div.textosucursales{
		width: 100%;
	}

		/*Seguinos*/
	img#productos.fondo-grande{
		display: none;
	}
	div.seguinos{
		background-image: url(../images/empanada12.png);
		background-repeat: no-repeat;
		height: 50vh;
background-size: cover;	}
	h2.seguinos{
		font-family: 'Gotham Rounded';
		font-size: 30px;
		line-height: 28px;
		color: black;
		margin-top: 39px;
		text-align: center;
	}
	hr.centro {
		text-align: center;
		margin-left: 50%;
		transform: translate(-50%, -50%);
	}
	/*footer*/
	footer{
		background-image: url(../images/pizzafooter.png);
		background-size: cover;
		padding: 5%;
	}
	footer p.primero{
		padding-top: 105px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		box-sizing: border-box;
	}
	footer p{
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 22px;
		width: 100%;
		box-sizing: border-box;
		text-justify: inherit;
	}
	footer img{
		width: 128px;
		position: relative;
		left: 50%;
		top: 148px;
		transform: translate(-50%, -50%);
	}
	hr.footer{
		border: 0.5px solid white;
		background-color: white;
		height: 0px !important;
		width: 90%;
		margin-left: 5%;
		margin-top: 37px;
	}
	div.footer{
		overflow: hidden;
	}
	div.icon{
		float:left;
		position: relative;
		top: 33px;
		font-size: 20px;
		color: white;
	}
	p.cantalupe{
		padding-top: 30px;
		padding-bottom: 20px;
		padding-left: 20px;
		width: 100%;
		box-sizing: border-box;
		text-justify: inherit;
		background-color: #1F0000;
	}
	div.contenedor-fluid{
		width: 100%;
	}
	.web{
		display: none;
	}
	/*******END INDEX********/

	/*Nosotros*/
	p.centro{
		text-align: left;
	}
	div.web{
		display: none;
	}
	.contenedor-flex{
		display: inline-flex;
	}
	h4.item{
		padding-left: 40px;
	}
	.flecha{
		transform:rotate(90deg);
		-ms-transform:rotate(90deg); /* IE 9 */
		-webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
		padding-left: 48%;
		padding-top: 10%;
	}

	/*Mayoristas*/

	ul.mayorista{
		padding-left: 15px;
	}
	div.tomate{
		display:none;
	}
	.tomates{
		display: none;
	}
	div.formulario{
		width: 90%;
	}
	/*sucursales*/
	.contenedor-sucursales{
		display: inline;
	}
	.todas-las-sucursales{
		margin: 5%;
		width: 90%;
		box-shadow: none;
	}
	div.local{
		margin: 5%;
		width: 90%;
		box-shadow: none;
	}
	div.sede{
		width: 90%;
		margin-left: 15%;
	}
	hr.separar-horarios{
		width: 70%;
	}
	div.mapa{
		display: none;
	}
	div.promocion{
		display:flex;
		width: 95%;
		box-shadow: none;
	}
	div.tarjetas{
		display: inline-block;
		justify-content: center;
	}
	hr.sucursales{
		margin: 5%;
	}
	/*contacto*/
	.contacto-flex{
		flex-direction: column-reverse;
	}
	.form-mensaje{
		width: 100%;
		padding:5%;
	}
	.datos{
		width: 90%;
		margin: 5%
	}
	.boton#contacto {
		margin-left: 30%;
		width: 40%;
	}
}




@media(min-width: 761px){
	div.mobile{
		display: none;
	}
	.mobile{
		display: none;
	}
	hr.nav.mobile{
	display: none;
	}
}