@media screen and (max-width: 980px){

	body{
    background-position: center center;
    background-size: cover;
	}
	
	header{
	padding-top: 0px;
    padding-bottom: 100px;
	}

	.platos{
	    background: url(../img/11-2.png);
		padding: 100px 0;
		color: #fff;
		text-align: center;
	}

	.carta{
	    padding: 100px 0;
	    background: url(../img/14.png);
	    background-position: center center;
    	background-size: cover;
	    color: #fff;
	}

	.siguenos{
	    padding: 100px 0;
	    background: url(../img/12.png);
	    background-position: center center;
    	background-size: cover;
	    color: #fff;
	}

	.quienes-somos{
	    padding: 150px 0;
	    background: url(../img/7-2.png);
	    background-position: center center;
    	background-size: cover;
	    color: #fff;
	}


	.menu{
		padding: 100px 0;
		background: url(../img/2.png);
	    background-position: center center;
	    color: #fff;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.contacto{
	    padding: 100px 0;
	    background: url(../img/tejas.png);
	    background-position: center center;
    	background-size: cover;
	    color: #fff;
	    padding-top: 50px;
	    padding-bottom: 50px;
	    text-align: center;
	}

	.titulo{
	    font-size: 60px;
	    font-weight: 50;
	}

	h2{
	    font-size:20px;
	    margin-top: 0px;
   		margin-bottom: 10px;
	}

	.navbar-brand{
		display:none
	}

	.border-azul {
	    border-bottom: transparent;
	}

	.hola{
		display: none;
	}

	.social ul li a {
    text-align: center;
    display: block;
    color: #fff;
    padding: 12px 13px 10p 13px
    margin-top: 10px;
    text-decoration: none;
    font-size: 25px;
    transition: 100ms;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	}
}

@media screen and (min-width: 450px) {
	body{
	background-color: #000;
	}

	.logo-celular{
		display: none;
	}

	.chao{
		display: none;
	}


}

