@media screen and (max-width: 980px){

	body{
		margin-top: 100px;
	}

	.contactos-header{
		display: none;
	}

	.nosotros{
		display: none;
	}

	.titulo {
    padding: 5px;
    background: #fff;
    width: 300px;
	}

	/* CERRADO
	.nosotros{
	display: none
	}
	*/

	.titulo2 {
    margin-top: 10px;
    color: #958472;
    font-size: 30px;
    font-weight: 300;
	}

	.titulo3 {
    padding: 10px;
    width: 250px;
    background-color: #fff;
    text-align: center;
	}

	.procedimientos{
	padding: 20px 0 50px 0;
	background-color: #C4B6AB;
	}

	.titulo4 {
    margin-top: 10px;
    color: #000;
    font-size: 50px;
    font-weight: 200;
	}

	.testimonios{
	padding: 20px 0 50px 0;
	background: url(../img/fondos/2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	}

	.siguenos{
	display: none;
	}

	.reservas{
	display: none;
	}

	.jumbotron{
	display: none;
	}

	.pie-de-ormiga{
	display: none;
	}

	.procedimientos{
	display: none;
	}

	.navbar-brand {
    height: 50px;
    padding: 8px 0 0 0;
    font-size: 18px;
    line-height: 20px;
    float: none;
    margin-top: 1000px;
	}

	.on{
	display: none;
	}

	.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 5px;
	}



/* CERRADO*/
}


















@media screen and (min-width: 450px) {

	.off{
	display: none;
	}


	.contactos-header2{
		display: none;
	}

	.logo1{
		display: none;
	}

	.nosotros2{
	display: none;
	}

	.social{
	display: none;
	}

	.siguenos2{
	display: none;
	}

	.reservas2{
	display: none;
	}

	.jumbotron2{
	display: none;
	}

	.procedimientos2{
	display: none;
	}




/* CERRADO*/
}

