* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

	
/* ------------------------------------------------------------------------------------------------- */
	
	
		
		/* QR PARA TODAS LAS MEDIA*/


.contenedorqr{

	/* width: 2wv; */
	/* height: 10vh; */
	position:fixed;
	left: 35px;
	/* bottom: -5vh; */
	bottom: -7%;
	-webkit-transform: translateY(-97%);
	-ms-transform: translateY(-97%);
	transform: translateY(-97%);
	/* ----- */
	text-align:center;
	/* z-index:2200; */
	}
	
	.contenedorflex{
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}
	
	.qr{
	  background-image:url("../images/politicas/qrpoliticasl.svg");
	  /* box-shadow: 2px 2px 3px #000000; */
	height: 65px;
	width: 65px;
	}
	
	.txtpoliticas{
	color: red;
	font-size: .9rem;
	margin-top: 0.5rem;
	line-height: .96rem;
	text-shadow:
	-1px -1px 0 #ffffff,
	 0   -1px 0 #ffffff,
	 1px -1px 0 #ffffff,
	 1px  0   0 #ffffff,
	 1px  1px 0 #ffffff,
	 0    1px 0 #ffffff,
	-1px  1px 0 #ffffff,
	-1px  0   0 #ffffff;
	}
	/* FINALIZA QR PARA TODAS LAS MEDIA*/
	
	
	
		/* ------------------------------------------------------------------------------------------------- */





