@media screen and (max-width: 1100px) {
    html {
        font-size: 9px;
    }
    #logoMenu {
        width: 25%;
    }
    #logoMenu img {
        width: 70%;
    }
    #bmenu {
        width: 75%;
    }
    #nosotros p {
        width: 80%;
        font-size: 2.2rem;
    }
    #caracteristicas p {
        margin: 0 2%;
        font-size: 1.6rem;
    }
    #catering {
        width: 80%;
        font-size: 2.8rem;
    }
    form button {
        margin: 9.5% 0 0 0;
    }
    #datosContacto ul {
        font-size: 1.6rem;
    }
    #datosContacto i {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 800px) {
    #logoMenu {
        width: 20%;
    }
    #logoMenu img {
        width: 80%;
    }
    #bmenu {
        width: 80%;
    }
    #bmenu a {
        font-size: 1.6rem;
    }
    header h1 {
        margin: 25% 0 0 0;
        font-size: 5rem;
    }
    header h2 {
        font-size: 2.2rem;
    }
    #nosotros p {
        width: 85%;
        font-size: 1.8rem;
    }
    #caracteristicas p {
        margin: 0 1%;
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
	
    .servicios {
        margin: 3% 0 0 0;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 7.5%;
        box-sizing: border-box;
    }
    .servicios div {
        width: 50%;
        margin: 3% 0 0 0;
    }
    #catering {
        margin: 7.5% 0 0 0;
        width: 80%;
        font-size: 2.4rem;
    }
    
    /***** Promociones del mes *****/

    #promociones{
    	justify-content: space-around;
     }

	#promociones h3{
    	margin: 5% 0;
    	font-size: 4rem;
	}

	#promociones div{
    	width: 50%;
	}

    #promociones div:last-child{
    	width: 100%;
    }

    #promociones div img{
    	width: 100%;
    	height: 100%;
    }

	.formularioMailchimp form div{
		width: 100%;
		margin-top: 10%;
	}

	.formularioMailchimp form h4{
		margin: 10% auto 0 auto;
		font-size: 1.4rem;
		line-height: 2rem;
		width: 100%;
	}

	.formularioMailchimp form input{
		margin: 7.5% 0 0 0;
	}

	#mc-embedded-subscribe{
		width: 50%;
		margin: 5% auto;
		padding: 10px 30px;
		font-size: 1.6rem;
	}

	.botonEstatico{
		position: fixed;
		bottom: 0;
		right: 5%;
		z-index: 999;
		background-color: var(--verde);
		padding: 10px 15px 15px 15px;
		border-radius: 5px 5px 0px 0px;
	}	
    
    /***** Logos de clientes *****/

	#clientes{
		padding: 5% 7.5%;
		text-align: center;
		background-color: var(--negro);
	}

	#clientes h3{
		margin: 0 0 5% 0;
		font-size: 4rem;
	}

	#clientes  i{
		font-size: 3rem !important;
		opacity: 0.75;
	}
	
	#menu {
		margin: 10% 0 15% 0;
	}

	#menu h3 {
		margin: 0 0 3% 0;
	}

	.itemsMenu {
		width: 100%;
		padding: 0%;
		border-right: none;
	}

	.botonMenuVerde i{
		font-size: 2.5rem;
		margin-right: 8%;
		color: var(--verde);
		transition: all 0.3s ease;
	}

	.botonMenuVerde p {
		display: none;
	}

	.botonMenuVerde {
		justify-content: center;
		width: 20%;
		padding: 5% 5%;
		border-right: 1px solid var(--verde);
		box-sizing: border-box;
		transition: all 0.3s ease;
		cursor: pointer;
	}
	
	.botonMenuVerde:last-child {
		border-right: none;
	}
	
	.seccionMenu {
		width: 100%;
		padding: 5% 0%;
	}

	
    .seccionMenu h4 {
		width: 100%;
		text-align: center;
		font-size: 3rem;
		margin-bottom: 5%;
		padding: 0 5%;
	}
	
    .categorias {
        margin: 5% 0;
    }
	
    .categorias ul {
        font-size: 2.4rem;
    }
  
	

	.sliderPlatos .carousel-cell{
		width: 60%;
		height: 270px;
		margin-right: 2.5%;
		margin-left: 2.5%;
		padding: 25px 10px;
	}

	.sliderPlatos .carousel-cell h2{
		width: 100%;
		height: 50px;
		margin-bottom: 25px;
		font-size: 2.2rem;
		line-height: 2.6rem;
		font-weight: 500;
		border-bottom: 1px solid;
		padding-bottom: 10px;
	}

	.sliderPlatos .carousel-cell p {
		width: 100%;
		margin: 8% auto 14% auto;
		font-size: 1.4rem;
		line-height: 1.7rem;
		font-weight: 300;
	}

	.sliderPlatos .carousel-cell span {
		font-size: 1.4rem;
		font-weight: 300;
		background-color: #fff;
		padding: 5px 15px;
		border-radius: 3px;
	}

	.sliderPlatos .flickity-button {
		background: transparent;
	}

	.sliderPlatos .flickity-button-icon {
		fill: #3C3C3C;
	}

	.sliderPlatos .flickity-prev-next-button.previous {
		left: 0px;
	}

	.sliderPlatos .flickity-prev-next-button.next {
		right: 0px;
	}
	
	
	
	
    .tituloSeccion p {
        font-size: 1.5rem;
    }
    #contacto {
        margin: 12% 0 0 0;
    }
    form {
        margin: 0 0 5% 0;
        flex-direction: column;
    }
    #formIzquierda {
        width: 100%;
    }
    #formDerecha {
        width: 100%;
    }
    #boton {
        text-align: center;
        width: 100%;
    }
    form button {
        margin: 7.5% 0 0 0;
        float: none;
    }
	
	
	
	#cajaEncuesta > .tituloSeccion{
		padding: 20% 5% 10% 5%;
	}

	#encuesta > div p{
		margin: 12% 0 7.5% 0;
		font-size: 1.4rem;
	}

	#encuesta > div > div{
		margin-right: 12px;
	}

	#encuesta > div input[type="text"]{
		width: 100%;
		padding-bottom: 3px;
		font-size: 1.4rem;
	}

	#encuesta > div textarea{
		width: 100%;
		padding-bottom: 3px;
		font-size: 1.4rem;
		font-weight: 300;
	}

	#encuesta > div label{
		margin-right: 5px;
		top: 2px;
		font-size: 1.4rem;
	}

	#encuesta > div i{
		position: relative;
		top: -2px;
		font-size: 2rem;
		margin-right: 0px;
	}

	#encuesta > div i:first-of-type{
		margin-right: 12px;
	}

	#encuesta > div button{
		margin: 10% 0 5% 0;
		padding: 10px 30px;
		font-size: 1.8rem;
	}
	
	
	
	
	
    #datosContacto ul {
        font-size: 1.8rem;
        flex-direction: column;
    }
    #datosContacto ul li {
        margin: 2.5% 0 0 0;
    }
    #datosContacto i {
        text-align: center;
        font-size: 2.5rem;
        width: 5%;
    }
    #navegacionPie {
        flex-wrap: wrap;
    }
    #navegacionPie div {
        margin: 2.5% 0;
    }
    #navPie #menuPie #bioPie {
        width: 33.3%;
    }
    #contactoPie {
        width: 100%;
        text-align: center;
    }
    #contactoPie .tituloPie {
        margin: 0;
    }
    #contactoPie ul li,
    a {
        display: inline-block;
        line-height: 1rem;
    }
    #contactoPie ul div {
        width: 100%;
    }
    #redesPie a {
        margin: 0 3% 2% 3%;
    }
}

@media screen and (max-width: 600px) {

    #botonWhatsapp{
        bottom: 100px;
    }
	
	#popup{
		right: 5%;
		bottom: 15%;
		width: 75vw;
		padding: 5px;
	}
	
	#popup img{
		width: 100%;
	}

	#popup a{
		top: 14px;
		right: 14px;
		font-size: 2.8rem;
	}
	
    #menuHeader {
        position: fixed;
        bottom: 0;
        background-color: var(--negro);
        padding: 2.5% 5% 2.5% 5%;
        text-align: center;
    }
    #logoMenu {
        display: none;
    }
    #bmenu {
        text-align: center;
        background: none;
        width: 100%;
    }
    #bmenu a p {
        display: block;
        margin: 10px 0 0 0;
        font-size: 1.2rem;
    }
    #bmenu i {
        font-size: 3.5rem;
        margin: 0;
    }
	.sliderCabeceraHome .flickity-page-dots{
		bottom: 15%;
	}
	#textoCabeceraHome{
		top: 35%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
	}
    #textoCabeceraHome h1 {
        font-size: 5rem;
		padding-bottom: 5%;
		border-bottom: 1px solid var(--verde);
    }
    #textoCabeceraHome h1 span {
        border-bottom: none;
    }
    #textoCabeceraHome h2 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    
    #botonCotizar{
        margin: 10% 0 0 0;
        background-color: var(--verde);
        color: #fff;
        padding: 12px 20px;
        font-size: 1.8rem;
        cursor: pointer;
        z-index: 5;
    }

    #botonCotizar i{
        margin-right: 6px;
    }
    
    #flechaHeader a{
		bottom: -35%;
        font-size: 7rem;
    }
    #nosotros{
        padding: 10% 0;
    }
    #logoNosotros {
        width: 60%;
    }
    #metodosPago li {
        margin: 10% 5% 5% 5%;
    }
    #nosotros p {
        width: 90%;
        font-size: 1.8rem;
        margin: 10% auto;
    }
    #nosotrosImagenes {
        flex-wrap: wrap;
    }
    #nosotrosImagenes div {
        width: 50%;
    }
    #caracteristicas {
        flex-wrap: wrap;
        padding: 5% 5%;
    }
    #caracteristicas p {
        width: 45%;
        margin: 3% 0;
        line-height: 2.2rem;
    }
    .servicios {
        margin: 5% 0 0 0;
        flex-direction: column;
        padding: 0 5%;
    }
    .servicios div {
        width: 100%;
        margin: 3.5% 0 0 0;
    }
    #catering {
        padding: 0 5%;
        box-sizing: border-box;
        margin: 10% 0 0 0;
        width: 100%;
        font-size: 3rem;
    }
    
    /***** Logos de clientes *****/

    #clientes{
        padding: 10% 5%;
    }

    #clientes h3{
        margin: 0 0 10% 0;
    }

	.sliderClientes .carousel-cell{
		width: 50%;
	}

	.sliderClientes .carousel-cell img{
		width: 100%;
		max-height: 80px;
	}
    
    #menu h3{
        font-size: 4rem;
    }

    .categorias {
        margin: 2.5% 0;
    }
    .categorias ul {
        flex-wrap: wrap;
    }
    .categorias ul li {
        margin: 2.5% 0;
        width: 33.33%;
    }
    .flechaNormal {
        margin-top: 115px;
    }
    
    #almuerzos ul li p {
        font-size: 1.6rem;
        height: 80px;
    }
    .frame ul li span {
        font-size: 1.6rem;
        padding: 5px 15px;
    }
    .tituloSeccion {
        padding: 3% 5%;
    }
    .tituloSeccion p {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    #map {
        height: 50vh;
        margin:  0;
    }
    #contacto {
        margin: 0 0 0 0;
    }
    #navegacionPie {
        flex-wrap: wrap;
    }
    #navegacionPie div {
        margin: 2.5% 0;
        width: 100%;
        text-align: center;
    }
    #contactoPie {
        width: 100%;
        text-align: center;
    }
    footer ul .tituloPie {
        margin: 0 0 1% 0;
    }
    #navegacionPie ul li,
    a {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    #contactoPie ul div {
        width: 100%;
    }
    #redesPie a {
        margin: 0 3% 2% 3%;
    }
    #copyright {
        margin: 5% 0 30% 0;
    }
    #copyright p {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 60%;
        margin: 0 auto 2.5% auto;
    }
    #copyright h6 {
        font-size: 1.4rem;
        font-weight: 200;
    }
    
    #chat-application{
        bottom: 75px !important;
    }
    
    /***** Nuevos cambios 05 Agosto de 2018 - Se agregó una nueva página de respuesta para el formulario de contacto *****/

    #respuestaFormulario h1{
        width: 90%;
        margin: 10% auto;
        font-size: 2rem;
        line-height: 2.5rem;
    }

    #respuestaFormulario p {
        width: 90%;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    
    .botonEstatico{
        top: 0;
        bottom: auto;
        right: 5%;
        z-index: 999;
        padding: 10px 15px 15px 15px;
        border-radius: 0px 0px 5px 5px;
    }
	
	#galeria {
		margin: 0;
	}


	.sliderGaleria .carousel-cell{
		width: 50%;
	}

	.sliderGaleria .carousel-cell a{
		display: block;
		width: 100%;
	}

	.sliderGaleria div a img{
		width: 100%;
	}
}

@media screen and (max-width: 380px) {
    header h1 {
        font-size: 5rem;
    }
}

@media screen and (min-width: 1800px) {
    #popup{
		right: 5%;
		bottom: 5%;
		width: 22.5vw;
		padding: 12px;
	}
	
	#popup a{
		top: 25px;
		right: 25px;
		font-size: 3.5rem;
	}
}







