//Estilos del bloque de radio del home.
.block-policia-radio {
	background: rgba($c-black, 0.3);
    padding: 2% 0;
    position: absolute;
    left: 0;
    top: 0;
   	width: 100%;


	> .content {
		@include holder;
		@include holder-small(90%);
	}

	.social-title {
		@include title-block($c-white, 230%);
    	float: left;
    	font-weight: 100;
    	line-height: 1.2;
		width: 30%;

		&:after {
			width: 80px;
		}
	}

	.radio-content {
		float: right;
		margin: 0 auto;
		max-width: 430px;
		width: 100%;

		.radio-title {
			background: url('../images/icon-radio.png') no-repeat left center;
			color: $c-white;
			margin-bottom: 0.5em; 
			padding: 5px 0 5px 45px
		}

		iframe {
			background: rgba(154, 195, 194, 0.6);
    		border-radius: 13px;
    		border: none;
    		height: 77px;
    		overflow: hidden;
			width: 100%;
		}
	}
}