@media all and (max-width: 480px) {
	.blockquote:before {
		top: 80px;
		font-size: 72px;
	}

	.blockquote:after {
		bottom: 80px;
		font-size: 72px;
	}

	.blockquote h1 {
		font-size: 19pt;
	}

	.atencion {
		position: fixed;
		text-align: center;
		width: 50%;
		top: 1rem;
		right: 25%;
		text-shadow: 0px 1px 2px #fff;
	}

	.bracket {
		height: 90%;
	}

	.navbar-toggler {
		padding: 0.25rem;
		margin-top: -1rem;
		font-size: 1rem;
	}

	.owl-container {
		height: 100vh;
	}
	#player {
		width: 100%;
		height: 100%;
	}
	.atencion {
		position: initial;
		text-align: center;
		width: 100%;
		text-shadow: 0px 1px 2px rgba(0, 0, 0, 00.25);
		margin: 0 !important;
	}
	.atencion .btn {
		margin: 0px;
		margin-top: -1.75em;
		width: 100%;
	}

	.navbar-nav {
		background: #fff !important;
		margin: 0 !important;
		padding: 8px;
	}
}


/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px){

	/* Force table to not be like tables anymore */
	table.price, table.price thead, table.price tbody, table.price th, table.price td, table.price tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.price thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.price tr { margin-top:8px;margin-bottom:8px;background:#EDEDED; }

	table.price td {
		position: relative;
		padding-left: 50%;
	}

	table.price td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	table.price td:nth-of-type(1):before { content: "TIPO DE PLAN"; }
	table.price td:nth-of-type(2):before { content: "CAFETERIA"; }
	table.price td:nth-of-type(3):before { content: "URNA"; }
	table.price td:nth-of-type(4):before { content: "CAPILLA"; }
	table.price td:nth-of-type(5):before { content: "HERRAJE"; }
	table.price td:nth-of-type(6):before { content: "ATAUD"; }
	table.price td:nth-of-type(7):before { content: "PAGO SEMANAL"; }
	table.price td:nth-of-type(8):before { content: "PAGO MENSUAL"; }
	table.price td:before{font-weight: bold;color:darkgoldenrod;}
}