@media screen and (max-width: 768px){
	.boton{
		padding: 15px 30px;
	}

	nav{
		width: 100%;

	}

	#menu-logo{
		display: block;
	}


	nav ul{
		width: 100%;
		height: 100vh;
		margin: 0;
		margin-top:-2px;
		background: rgba(0,0,0,0.9); 
		position: relative;
		left: 110%;

		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

	nav ul li{
		text-align: center;
		display: block;
		padding: 0px;
		padding-top: 25px;
	}
	
	nav ul li a{
		font-size:1.5rem;
	}
}


@media screen and (max-width: 768px){
	.slides-navigation{
		top: 70%;
	}
	.nex .prev{
		font-size: 1rem;
	}
	
	
	#principal h1{
		top:23%;
	}

	#principal h2{
		font-size: 1.5rem;
		top:45%;
	}

	#boton-conoce{
		top:73%;
	}

	.container{
		left: 22%;		
	}

	.contrast{
		padding-right: 0;
	}
}

/***********************************************/
/********** CONSULTORA ******************/
/*********************************************/

@media screen and (max-width: 768px){
	#consultora p{
		margin:10px 5px;
		text-align: justify;
	}
}

/*************************************/
/************ CALL TO CONTACT **********/
/*********************************/
@media screen and (max-width: 768px){
	#calltocontact{
		background-attachment:inherit;
	}

	

}



/*************************************/
/************* SERVICIOS *************/
/**************************************/

@media screen and (max-width: 768px){
	#servicios p{
		text-align: justify;
		margin:20px 5px;
	}
}



/**********************************/
/********* EQUIPO **********************/
/**********************************/

@media screen and (max-width: 768px){
	#equipo{
		background: url(../images/libreta-movil.jpg)no-repeat fixed;
		background-attachment:inherit;
	}

	.bx-viewport{
		margin-left: -50px;
	}
}


/**********************************/
/********* CONTACTO **********************/
/**********************************/
@media screen and (max-width: 768px){
	.forma-dos{
		display: block;
		float: none;
	}

	.forma-dos > span > textarea{
		width: 100%;
	}

	.forma-uno{
		display: block;
		float: none;
		padding-bottom: 60px;
		margin-right: 0px;
	}
	.forma-uno input{
		margin-bottom: 10px;
		width: 100%;
		height: 50px;
	}

	.boton-enviar{
		top: 30px;
	}
	
	div.wpcf7-response-output{
		position: absolute;
		bottom:10px;
		left: 80px;
	}

}

/********* BLOG ****************/
@media screen and (max-width: 768px){
	
	#icono-buscar{
		right: 15px;
	}

	#s{

		width: 90%;
		height: 50px;

	}
}

/*************** SINGLE *************/

@media screen and (max-width: 768px){
	#single > h1{
		margin: 10px 5px;
	}
	.contenedor-single > p{
		margin: 15px 20px;
		text-align: justify;

		font-size: 1rem;
	}

	.autor-fecha{
		margin-top: 20px;
	}

	ol{
		margin: 0;
	}

	.contenedor-single > ol{
		margin-left: 35px;
	}

	.contenedor-single > ul{
		margin-left: 35px;
	}
}

/**************************************/
/***************** 404 ****************/
/***************************************/
@media screen and (max-width: 768px){
	#s404 > h1{
		font-size: 1.5rem;
	}

	#s404 > h2{
		font-size: 1.35rem;
	}
}

/**************************************/
/***************** NO RESULTS ****************/
/***************************************/
@media screen and (max-width: 768px){
	#no-results > h1{
		top:30%;
		font-size: 1.5rem;
	}

	#no-results > h2{
		top: 40%;
		font-size:1.2rem;
	}
}
