/*BASE*/
	@media only screen and (max-height: 700px) and (max-width: 600px)  {
		.vent_cont{
			align-items: initial;
		}
	}
	@media only screen and (max-height: 570px) and (max-width: 600px)  {
		#frase{
			display: none;
		}
	}

	@media only screen and (max-height: 600px)  {
		.hojas{
			width: 200px;
		}
	}
	@media only screen and (max-height: 450px)  {
		.hojas{
			width: 150px;
		}
	}
	@media only screen and (max-height: 360px){
		#frase{
			display: none;
		}
		.hojas{
			width: 100px;
		}
	}
	@media only screen and (max-width: 500px) {
		.hojas{
			width: 100px;
		}
	}
	/*@media only screen and (min-width: 600px)  and (max-height: 500px){
		#frase{
			display: none;
		}
	}*/
	@media only screen and (min-width: 600px)  and (max-height: 500px){
		.vent_cont{
			align-items: initial;
		}
	}
	@media only screen and (max-width: 600px)  and (max-height: 500px){
		#frase{
			display: none;
		}
	}
	@media only screen and (min-width: 600px)  and (max-height: 300px){
		.vent_cont{
			align-items: initial;
		}
	}
	@media only screen and (max-width: 600px)  and (max-height: 400px){
		.vent_cont{
			align-items: initial;
		}
	}
	@media only screen and (max-height: 400px){
		.btns_nav{
			margin-bottom: 20px;
		}
		.vent_post_cont{
			height: calc(100% - 100px);
		}
	}
	/*ADAPTA ICONOS DE NAVEGACION*/
	@media only screen and (max-width: 500px){
		.btns{
			width: 18%;
			margin: 0;
		}
		.btns > i{
			font-size:35px;
		}
		.btns.act > i{
			font-size:27px;
		}
		.btns > p{
			font-size: 13px;
		}
		.btns_nav{
			margin-bottom: 5px;
		}
		.vent_post_cont{
			height: calc(100% - 100px);
		}
		.btns_bottom{
			height: 90px;
		}
	}

/*ENVIAR MENSAJE A LOS NOVIOS*/
	@media only screen and (max-height: 500px){
		#ta_saludo{
			height: 100px;
		}
	}
	@media only screen and (max-height: 330px){
		#ta_saludo{
			height: 50px;
		}
	}
	@media only screen and (max-height: 300px){
		#ta_saludo{
			font-size: 20px;
			height: 40px;
			padding: 5px 10px;
		}
		#enviar_saludo{
			height: 25px;
			font-size: 18px;
			padding-top: 5px;
		}
		#sal_nombre{
			font-size: 15px;
		}
	}
