	.button_load {
		float: left;
		width: 100%;
		padding: 2em;
		text-align: center;
	}

	.button_load a {
	    margin: 0px 0px 0px 0px;
	    padding: 10px 50px 8px 50px;
	    color: #fff !important;
	    font-size: 0.8em;
	    background-color: #242323;
	    display: inline-block;
	    border-radius: 50px;
	    text-decoration: none;
	    cursor: pointer;
	    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
		box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.button_load a:hover {
		-webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
	    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
	}

	@-webkit-keyframes enter_menu_filter {
	  0%   { top:-100px;}
	  100%   { top:0px;}
	}
	@-moz-keyframes enter_menu_filter {
	  0%   { top:-100px;}
	  100%   { top:0px;}
	}
	@-o-keyframes enter_menu_filter {
	  0%   { top:-100px;}
	  100%   { top:0px;}
	}
	@keyframes enter_menu_filter {
	  0%   { top:-100px;}
	  100%   { top:0px;}
	}

	#video_modal_list iframe{
		width: 100% !important;
		height: 100% !important;
	}
	
	.modal-open .modal.modal-center {
	  display: -webkit-box !important;
	  display: -ms-flexbox !important;
	  display: flex !important;
	  -webkit-box-align: center !important;
	      -ms-flex-align: center !important;
	          align-items: center !important;
	}

	.modal-open .modal.modal-center .modal-dialog {
	  -webkit-box-flex: 1;
	      -ms-flex-positive: 1;
	          flex-grow: 1;
	}

	#video_modal_list div{
		background: transparent !important;
	}

	/**/
	.list_displayed_1 {
		width: 100%;
		float: left;
		margin:30px 0px 0px 0px;
		display: none;
	}

	.list_displayed_1.fixed{
		position: fixed;
		left: 0px;
		background: #000;
		z-index: 100;
		margin-top:0px !important;
		-webkit-animation: enter_menu_filter  0.7s 1 forwards; /* Safari 4+ */
	    -moz-animation:    enter_menu_filter  0.7s 1 forwards; /* Fx 5+ */
	    -o-animation:      enter_menu_filter  0.7s 1 forwards; /* Opera 12+ */
	    animation:         enter_menu_filter  0.7s 1 forwards; /* IE 10+, Fx 29+ */
	}

	.auxiliar_list_displayed_1{
		float: left;
		width: 100%;
		height: 53px;
		display: none;
	}

	.list_displayed_1.fixed .title{
		color: #fff !important;
	}

	.list_displayed_1.fixed .content_options .element a{
		color: #fff !important;
	}

	.list_displayed_1.fixed .filter{
		color: #fff !important;
	}

	.list_displayed_1.fixed  .header{
		border:0px !important;
	}

	/*.list_displayed_1 div{
		-webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -ms-user-select:none;
	}*/
	
	.list_displayed_1 .header{
		float: left;
		width: 100%;
		clear: both;
		padding: 0px 0px;
		border-bottom: 1px solid #eee;
	}

	.list_displayed_1 .options{
		float: left;
		width: calc(100%  - 100px);
		clear: none;
		padding-top: 10px;
		box-sizing: border-box;
	}

	.list_displayed_1.unfiltered .options{
		width: 100%;
	}

	.list_displayed_1 .title{
		float: left;
		text-align: center;
		clear: none;
		color: #515151;
		font-size: 1.7em;
		font-weight: 600;
		padding-top:2px;
	}



	.list_displayed_1 .filter{
		float: left;
		width: 100px;
		clear: none;
		text-align: right;
		position: relative;
		padding-right: 30px;
		padding-top: 10px;
		cursor: pointer;
		font-weight: 100;
		position: relative;
		cursor: pointer;
	}

	
	.list_displayed_1 .filter span{
		display: block;
	    position: absolute;
	    right: 10px;
	    width: 8px;
	    height: 8px;
	    top: 50%;
	    background-image: url(../../../img/icon/ic_9.svg);
	    background-repeat: no-repeat;
	    background-size: contain;
	}

	.list_displayed_1.unfiltered .filter{
		display: none !important;
		width: 0px;
	}
	
	.list_displayed_1 .content_hidden{
		overflow:hidden;
		height: 1.8em;
	}

	.list_displayed_1 .content_options.right{
		text-align: right;
	}

	.list_displayed_1 .content_options.center{
		text-align: center;
	}

	.list_displayed_1 .content_options{
		overflow:scroll;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		padding-bottom: 2.3em;
	}

	.list_displayed_1 .content_options .element{
		display: inline-block;
		padding: 0px 0.7em;
		text-transform: uppercase;
		cursor: pointer;
		font-size: 1em;
		color: #515151;
		font-weight: 100;
	}

	.list_displayed_1.fixed .content_options .element{
		color: #fff;
	}

	.list_displayed_1 .content_options .element a{
		color: #515151;
		font-weight: 100;
		font-size: 1em;
		text-decoration: none;

	}

	.list_displayed_1 .content_options .element.active{
    	border-bottom: 5px solid #515151;
    	padding-bottom: 0.15em;
	}

	.list_displayed_1.fixed .content_options .element.active{
		border-bottom: 5px solid #fff !important;
	}

	.list_displayed_1 .content_options .element.active a{
		font-weight: 300;
	}

	.list_displayed_1  .set_container{
		max-width: 1100px;
		width: 90%;
	}

	@media only screen and (min-width: 700px) {
		
		.list_displayed_1 {
			margin:70px 0px 0px 0px;
		}

		.list_displayed_1 .title{
			text-align: left;
		}

		.list_displayed_1 .options{
			width: calc(100%  - 400px);
		}

		.list_displayed_1.unfiltered .options{
			width: calc(100%  - 10em);
		}

		.list_displayed_1 .filter{
			width: 150px;
			padding-top: 0.9em;
			float: right;
		}

		.list_displayed_1 .filter label{
			margin:0px;
			padding: 0px;
			cursor: pointer;
		}

		.list_displayed_1 .options{
			padding-left: 15px;
			padding-top: 0.8em;
		}

		.list_displayed_1 .filter span{
		    right: 10px;
		    width: 10px;
		    height: 10px;
		    top: calc(50% + 0.3em);
		}
	}


		.dynamic_list_1{
			float: left;
			width: 100%;
			padding: 20px 0px 20px 0px;
		}


		/*.dynamic_list_1 div{
			-webkit-user-select: none;
	        -moz-user-select: none;
	        -khtml-user-select: none;
	        -ms-user-select:none;
		}*/

		.dynamic_list_1 .list{
			width: 100%;
			float: left;
			clear: both;
		}

		.dynamic_list_1 .set_container{
			max-width: 370px;
		}

		.dynamic_list_1 .cards{
			float: left;
			width: 100%;
			min-height:220px;
			height: 220px;
			border-radius: 4px;
			padding: 1em 0em;
			box-sizing: border-box;
			position: relative;
		}

		.dynamic_list_1 .hide{
			display: none !important;
		}

		.dynamic_list_1 .card_background{
			border-radius: 4px;
			display: table-cell;
			width: 100%;
			height: 100%;
			padding:1.2em;
			vertical-align: bottom;
			box-sizing: border-box;
			background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.83) 100%);
			background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.83) 100%);
			background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.83) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d4000000',GradientType=0 );
			cursor: pointer;
			text-align: center;
		}

		.dynamic_list_1 .align{
			float: left;
			width: 100%;
			position: relative;
			text-align: left;
		}

		.dynamic_list_1 .align .icon{
		    width: 60px;
		    height: 60px;
		    background-size: cover;
		    background-repeat: no-repeat;
		    position: absolute;
		    bottom: 0px;
		}

		.dynamic_list_1 .card_img{
			border-radius: 4px;
			display: table;
			width: 100%;
			height: 100%;
			box-sizing: border-box;
			background-size: cover;
			background-repeat: no-repeat;
		}

		.dynamic_list_1 .title{
			color: rgba(255,255,255, 1);
			font-size: 1em;
			font-weight: 600;
			width: 100%;
			float: left;
		}

		.dynamic_list_1 .detail{
			color: rgba(255,255,255, 0.9);
			font-size: 0.8em;
			font-weight: 100;
			width: 100%;
			float: left;
		}

		.dynamic_list_1 .position-icon .title{
			width: calc(100% - 70px);
			margin-left: 70px;
		}

		.dynamic_list_1 .position-icon .detail{
			width: calc(100% - 70px);
			margin-left: 70px;
		}

		.dynamic_list_1 .text{
			float: left;
			width: calc(100% - 75px);
			cursor: pointer;
		}

		.dynamic_list_1 .hover{
			position: absolute;
			top: calc(50% - 31.5px);
			left: calc(50% - 31.5px);
			cursor: pointer;
			display: none;
			z-index: 50;
		}

		@media only screen and (min-width: 600px) {
			.dynamic_list_1 .cards{
				width: 50%;
				padding: 0.5em 0.5em;
			}

			.dynamic_list_1 .set_container{
				max-width: 1150px;
			}
		}

		@media only screen and (min-width: 1000px) {
			.dynamic_list_1 .set_container{
				/*max-width: 1000px;
				width: 80%;*/
			}

			.dynamic_list_1 .align .icon{
		    	width: 80px;
		    	height: 80px;
		    	background-size: cover;
		    	background-repeat: no-repeat;
		    	position: absolute;
		    	bottom: 0px;
			}

			.dynamic_list_1 .position-icon .title{
				width: calc(100% - 90px);
				margin-left: 90px;
			}

			.dynamic_list_1 .position-icon .detail{
				width: calc(100% - 90px);
				margin-left: 90px;
			}
			
			.dynamic_list_1 .cards{
				padding: 1em 1em;
			}

			.dynamic_list_1 .cards{
				height: 300px;
			}

			.dynamic_list_1 .cards:hover > .hover{
				display: inline-block;
				-webkit-animation: enter_main 1000ms 1 forwards; /* Safari 4+ */
		    	-moz-animation:    enter_main 1000ms 1 forwards; /* Fx 5+ */
		    	-o-animation:      enter_main 1000ms 1 forwards; /* Opera 12+ */
		    	animation:         enter_main 1000ms 1 forwards; /* IE 10+, Fx 29+ */
			}

		}

		@media only screen and (min-width: 1366px) {
			/*.dynamic_list_1 .set_container{
				width: 100%;
				max-width: 1366px;
			}

			.dynamic_list_1 .cards {
    			height: 300px;
			}*/
		}


				.list_displayed_1_filter{
			position: absolute;
			background-color: #F2F2F2;
			position: absolute;
			border-radius: 0px 0px 4px 4px;
			padding: 0px;
			z-index: 20;
			display: none;
		}

		/*.list_displayed_1_filter a, .list_displayed_1_filter div{
			-webkit-user-select: none;
        	-moz-user-select: none;
        	-khtml-user-select: none;
        	-ms-user-select:none;
		}*/

		.list_displayed_1_filter .content_web{
			float: left;
			width: 100%;
			padding: 30px;
		}
		/**/
		.list_displayed_1_filter .content_hidden{
			overflow:hidden;
			/*height: 1.8em;*/
		}

		.list_displayed_1_filter .content_options.right{
			text-align: right;
		}

		.list_displayed_1_filter .content_options.center{
			text-align: center;
		}

		.list_displayed_1_filter .content_options{
			overflow:scroll;
			overflow-y: hidden;
			white-space: nowrap;
			width: 100%;
			/*padding-bottom: 2.3em;*/
			position: relative;
		}

		
		.list_displayed_1_filter .box{
			display: inline-block;
			width: 175px;
			padding-right: 20px;
			vertical-align:top;
		}

		.list_displayed_1_filter .box:last-child {
    		padding-right: 0px;
		}


		.list_displayed_1_filter .content_element{
			color: #515151;
			text-transform: uppercase;
		}

		.list_displayed_1_filter .element{
			padding: 6px 0px;
			white-space: normal;
			cursor: pointer;
		}

		.list_displayed_1_filter .element a, .list_displayed_1_filter .element{
			font-size: 0.8em;
			text-decoration: none;
			color: #515151;
			font-weight: 100;
			text-transform: capitalize;
		}

		.list_displayed_1_filter .element a:hover, .list_displayed_1_filter .element:hover{
			font-weight: 300;
			text-decoration: underline;
		}

		.list_displayed_1_filter .content_element a, .list_displayed_1_filter .content_element{
			font-size: 0.9em;
			color: #515151;
			text-transform: uppercase;
			text-decoration:none; 
			cursor:text;
		}

		@media only screen and (min-width: 1000px) {
			.list_displayed_1_filter .box{
				float: left;
				width: 25%;
				clear: none;
			}

			.list_displayed_1_filter .element{
				padding: 5px 0px;
			}

			.list_displayed_1_filter .content_options{
				overflow: auto;
			    white-space: normal;
			    width: 100%;
			    padding-bottom: 0em;
			    position: relative;
			}

			.list_displayed_1_filter .element a{
				font-size: 0.7em;
			}
			
			.list_displayed_1_filter .content_web{
				padding: 40px;
			}

		}

		.dynamic_list_2{
			float: left;
			width: 100%;
			clear: both;
			padding: 20px 0px 20px 0px;
		}

		.dynamic_list_2 .reproducing .play{
			display: none;
			font-size: 0.8em;
		}

		.dynamic_list_2 .reproducing .stop{
			display: inline-block;
			font-size: 0.8em;
		}

		.dynamic_list_2 .stop{
			display: none;
			font-size: 0.8em;
		}

		.dynamic_list_2 .play{
			display: inline-block;
			font-size: 0.8em;
		}

		/*.dynamic_list_2 a, .dynamic_list_2 div{
			-webkit-user-select: none;
        	-moz-user-select: none;
        	-khtml-user-select: none;
        	-ms-user-select:none;
		}*/

		.dynamic_list_2 .element{
			float: left;
			width: 100%;
			clear: both;
			transition: all 0.5s;
		}

		.dynamic_list_2 .element:hover{
			background-color: #f3f3f3;
		}

		.dynamic_list_2 .set_container{
			margin:0px auto;
			max-width: 1150px;
			width: 90%;
			height: 100%;
		}

		.dynamic_list_2 .cards{
			float: left;
			width: 100%;
			clear: both;
			cursor: pointer;
			padding: 20px 0px;
			display: table;
			color: #515151;
		}

		.dynamic_list_2 .cell-1{
			height: 80px;
			vertical-align: middle;
			display: table-cell;
		}

		.dynamic_list_2 .cell-2{
			height: calc(100% - 80px);
			vertical-align: middle;
			display: table-cell;
			position: relative;
		}

		.dynamic_list_2 .photo{
			float: left;
			width:  80px;
			height: 100px;
			border-radius: 4px;
			clear: none;
			background-size: cover;
			background-repeat: no-repeat;
			position: relative;
		}

		.dynamic_list_2 .photo .hover{
		    position: absolute;
		    top: calc(50% - 18px);
		    left: calc(50% - 18px);
		    width: 36px;
		    display: none;
		}

		.dynamic_list_2 .cards:hover .hover{
			display: block;
			-webkit-animation: enter_main 1000ms 1 forwards; /* Safari 4+ */
		    -moz-animation:    enter_main 1000ms 1 forwards; /* Fx 5+ */
		    -o-animation:      enter_main 1000ms 1 forwards; /* Opera 12+ */
		    animation:         enter_main 1000ms 1 forwards; /* IE 10+, Fx 29+ */
		}

		.dynamic_list_2 .detail{
			float: left;
			width: calc(100% - 20px);
			clear: none;
			box-sizing: border-box;
			padding-left: 1em;
		}

		.dynamic_list_2 .time{
			float: left;
			width: 100%;
			clear: none;
			font-size: 0.8em;
			font-weight: 300;
			padding-left: 1em;
			display: none;
		}

		.dynamic_list_2 .carret{
			clear: none;
			float: left;
			width: 20px;
			position: absolute;
		    right: 0px;
		    top: calc(50% - 10px);
		}

		.dynamic_list_2 .carret img{
			width: 2em;
		}

		.dynamic_list_2 .title{
			font-size: 1em;
			font-weight: 600;
		}

		.dynamic_list_2 .description{
			font-size: 0.8em;
			font-weight: 300;
		}
		
		.dynamic_list_2 .description img{
			margin: 0 0.5em;
    		width: 1em;
    		display: none;
		}

		.dynamic_list_2 .reproducing .description img{
    		display: inline-block !important;
		}

		@media only screen and (min-width: 600px) {
			
			.dynamic_list_2 .carret img{
				width: 70%;
			}

			.dynamic_list_2 .cards{
				padding: 20px;
			}

			.dynamic_list_2 .photo{
				width:  120px;
				height: 120px;
			}

			.dynamic_list_2 .cell-1{
				width: 120px;
			}

			.dynamic_list_2 .cell-2{
				width: calc(100% - 120px);
			}

			.dynamic_list_2 .detail{
				float: left;
				width:calc(100% - 150px);
				clear: none;
				box-sizing: border-box;
				padding-left: 1em;
			}

			.dynamic_list_2 .time{
				float: left;
				width: 100px;
				clear: none;
				padding-top: 0.5em;
				font-size: 1em;
				text-align: center;
				display: block;
			}

			.dynamic_list_2 .carret{
				float: left;
				width: 50px;
				clear: none;
				display: block;
				padding-top: 0.4em;
				text-align: right;
				position: initial;
				top: initial;
				left: initial;
			}

			.dynamic_list_2 .description{
				display: block;
				font-size: 0.8em;
			}
		}





		.dynamic_list_3{
			float: left;
			width: 100%;
			padding: 20px 0px 20px 0px;
		}

		/*.dynamic_list_3 a, .dynamic_list_3 div{
			-webkit-user-select: none;
        	-moz-user-select: none;
        	-khtml-user-select: none;
        	-ms-user-select:none;
		}*/

		.dynamic_list_3 .set_container{
			max-width: 1150px;
		}

		.dynamic_list_3 .element{
		    float: left;
		    width: 100%;
		    clear: both;
		    padding: 20px 0px;
		    border-bottom: 1px solid #ccc;
		}

		.dynamic_list_3 .element:hover{
			background-color: #f3f3f3;
		}

		.dynamic_list_3 .table{
			display: table;
			width: 100%;
			clear: both;
		}

		.dynamic_list_3 .cell_1{
			width: 70px;
			display: table-cell;
			text-align: center;
			vertical-align: middle;
		}

		.dynamic_list_3 .cell_2{
			width:calc(100% - 70px);
			display: table-cell;
			vertical-align: middle;
		}

		.dynamic_list_3 .cell_3{
			width:calc(100% - 120px);
			display: table-cell;
			vertical-align: middle;
		}

		.dynamic_list_3 .cell_4{
			width:50px;
			display: table-cell;
			text-align: right;
			vertical-align: middle;
		}

		.dynamic_list_3 .circle{
			display: inline-block;
		    padding: 1em 0px;
		    border: 1px solid #515151;
		    border-radius: 50%;
		    text-align: center;
		    font-size: 0.8em;
		    font-weight: 100;
		    line-height: 0.9em;
		    width: 3.8em;
		    color: #515151;
		}
		.dynamic_list_3 .circle label{
			margin:0px;
			padding: 0px;
			font-size: 0.8em;
			width: 100%;
			color: #515151;
			display: block;
		}

		.dynamic_list_3 .title{
			width: 100%;
			float: left;
			font-size: 1em;
			font-weight: 600;
			color: #515151;
		}

		.dynamic_list_3 .subtitle{
			width: 100%;
			float: left;
			font-size: 0.8em;
			font-weight: 300;
			color: #515151;
		}

		.dynamic_list_3  .table_bottom{
				display: none;
		}

		@media only screen and (min-width: 600px) {
			.dynamic_list_3 .element{
				padding: 20px;
				cursor: pointer;
			}

			.dynamic_list_3 .subtitle, .dynamic_list_3 .title{
				padding-left: 10px;
				padding-right: 20px;
			}

			.dynamic_list_3  .table_bottom{
				display: table;
			}
			
			.dynamic_list_3 .cell_1{
				width: 100px;
			}

			.dynamic_list_3 .cell_2{
				width:calc(100% - 100px);
			}

			.dynamic_list_3 .cell_3{
				width:calc(100% - 150px);
			}

			.dynamic_list_3 .cell_4{
				width:50px;
			}

		}
	/************
	* LISTA DINAMICA 4
	************/

		.dynamic_list_4{
			float: left;
			width: 100%;
			padding: 20px 0px 4em 0px;
			background: #fff;
		}

		/*.dynamic_list_4 a, .dynamic_list_4 div{
			-webkit-user-select: none;
        	-moz-user-select: none;
        	-khtml-user-select: none;
        	-ms-user-select:none;
		}*/

		.dynamic_list_4 .set_container{
			max-width: 950px;
		}

		.dynamic_list_4.details{
			padding:5em 0px 2em 0em;
			display: none;
		}

		.dynamic_list_4 .content_title{
			font-size: 1.7em;
		    font-weight: 600;
		    text-align: center;
		    color: #515151;
		    float: left;
		    width: 100%;
		    padding-bottom: 0.5em;
		}

		.dynamic_list_4 .content_text{
			float: left;
		    width: 100%;
		    font-size: 0.9em;
		    color: #515151;
		    text-align: center;
		    font-weight: 300;
		    line-height: 1.9em;
		}

		.dynamic_list_4 .content{
			float: left;
			width: 100%;
			border:1px solid rgba(0,0,0,.125);
		}
		
		.dynamic_list_4 h5 a{
			font-size: 1.1em;
			color: #515151;
			font-weight: 600;
			text-decoration: none;
			display: inline-block;
			width: calc(100% - 40px);
		}

		.dynamic_list_4 .section_country{
			float: left;	
			width: 100%;
		}

		.dynamic_list_4 .accordeon_rj{
			background: #fff;
			float: left;
			width: 100%;
		}

		.dynamic_list_4 h5{
			float: left;
			width: 100%;
			padding: 1em 0px;
		}

		.dynamic_list_4 h5 a .subtitle{
			font-size: 0.8em;
			color: #515151;
			font-weight: 100;
			width: 100%;
			float: left;
			clear: both;
			margin-top: 0.3em;
		}

		.dynamic_list_4 .card{
			border:0px !important;
			float: left;
			width: 100%;
			background: #FFF;
		}

		.dynamic_list_4  .card-header{
			background: #fff;
		}

		.dynamic_list_4 .card-block{
			background: #fff;
			padding: 0px;
			float: left;
			width: 100%;
		}

		.dynamic_list_4 .card-block .container{
			float: left;
			width: 100%;
			padding: 2em 2em 2em 1em;
		}

		.dynamic_list_4 .card-block .list_content{
			font-size: 0.9em;
			font-weight: 300;
			width: 100%;
			float: left;
			margin-bottom: 2em;
		}

		.dynamic_list_4 .card-block .list_button{
			width: 100%;
			float: left;
			text-align: center;
		}

		.dynamic_list_4 .card-block .list_button a{
			font-size: 0.8em;
			display: inline-block;
			padding: 0.4em 3em 0.3em 3em;
			text-decoration: none;
			color: #fff;
			border-radius: 10em;
			background: #0071BA;
			position: relative;
			text-align: center;
			-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
		    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
		    text-decoration: none;
			-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		}

		.dynamic_list_4 .card-block .list_button a:hover{
			background: #008bec;
		}

		.dynamic_list_4 .card-block .list_title{
			font-size: 0.7em;
			font-weight: 500;
		}

		.dynamic_list_4 .card-block .list_text{
			font-size: 0.8em;
			font-weight: 100;
			margin-bottom: 1em;
			margin-left: 26px;
		}
	
		.dynamic_list_4 .header_content {
			float: left;
			width: 100%;
			clear: both;
			margin:3em 0px 1em 0px;
		}

		.dynamic_list_4 .one .header_content{
			margin:0em 0px 1em 0px;
		}

		.dynamic_list_4 .header_content .title{
			font-size: 1.7em;
			font-weight: 100;
			color: #515151;
			display: inline-block;
			padding-left: 0.5em;
		}

		.dynamic_list_4 .header_content .icon{
			font-size: 1.7em;
			font-weight: 100;
			color: #515151;
			display: inline-block;
		}

		.dynamic_list_4 .header_content .icon img{
			width: 32px;
		}

		.dynamic_list_4  .accordeon_rj h5 a span{
			display: block;
		    position: absolute;
		    right: 20px;
		    width: 20px;
		    height: 10px;
		    top: 40px;
		    background-image: url(../../../img/icon/ic_10.svg);
		    background-repeat: no-repeat;
		    background-size: contain;
		}

		.dynamic_list_4 .card-block img{
			width: 16px;
		    position: relative;
		    top: -2px;
		    margin-right: 10px;
		}


		/******
		*
		*******/
		
		.selection_filter{
			width: 100%;
			float: left;
			clear: both;
			display: none;
			margin: 40px 0px 0px 0px;
		}
		
		.selection_filter .content{
			margin: 0 auto;
		    max-width: 1100px;
		    padding: 0px 20px;
		    height: 40px;
		}

		.selection_filter .table{
			display: table;
			width: auto;
		}

		.selection_filter .title{
			font-size: 0.8em;
		    font-weight: 100;
		    border-radius: 30px;
		    display: inline-block;
		    display: table-cell;
		    vertical-align: bottom;
		    margin: 0px;
		    padding: 0px;
		}

		.selection_filter .text_filter_by{
			display: table-cell;
			vertical-align: bottom;
			padding-right: 1em;
			font-size: 0.8em;
		}
		
		.selection_filter .action_close{
		    width: 42px;
		    border-radius: 100%;
		    display: table-cell;
		    vertical-align: middle;
		    text-align: center;
		    cursor: pointer;
		    font-size: 0.8em;
		    padding-left: 1em;
		}


	/***
	*
	***/
	
	.dynamic_list_6{
		float: left;
		width: 100%;
		clear: both;
		padding: 3em 0em 5em 0em;
		position: relative;
		display: none;
	}

	/*.carrusel_list_3 div {
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -khtml-user-select: none;
	    -ms-user-select:none;
	}*/

	.dynamic_list_6 .element{
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}

	.dynamic_list_6 .details{
		float: left;
		width: 100%;
		padding: 1em;
	}

	.dynamic_list_6 .details .title{
		float: left;
		width: 100%;
		text-align: center;
		font-weight: 600;
		font-size: 0.9em;
		color: #515151;
		white-space: normal;
	}

	.dynamic_list_6 .details .date{
		float: left;
		width: 100%;
		text-align: center;
		font-weight: 300;
		font-size: 0.7em;
		color: #515151;
	}

	.dynamic_list_6 .title.section{
		font-size: 1.5em;
		font-weight: 600;
		color: #575757;
		padding: 1em 0px 0em 0px;
		text-align: center;
	}

	.dynamic_list_6.left{
		padding: 0em 0em 5em 0em;
	}

	.dynamic_list_6.left .title.section{
		padding: 1em !important;
		text-align: left !important;
	}

	.dynamic_list_6 .set_container{
		max-width: 950px;
	}

	.dynamic_list_6 .detail.section{
		font-size: 0.9em;
		font-weight: 100;
		color: #575757;
		padding: 0em 1em 1.5em 1em;
		text-align: center;
	}

	.dynamic_list_6.left .detail.section{
		text-align: left !important;
	}

	.dynamic_list_6 .content_hidden{
		overflow:hidden;
		height: 21em;
	}

	.dynamic_list_6 .content_options.right{
		text-align: right;
	}

	.dynamic_list_6 .content_options.center{
		text-align: center;
	}

	.dynamic_list_6 .content_options{
		overflow:scroll;
		overflow-y: hidden;
		white-space: nowrap;
		width: 100%;
		padding-bottom: 2.3em;
		text-align: center;
	}

	.dynamic_list_6 .content_options .element{
		display: inline-block;
		margin: 0px 0.2em;
		width: 16em;
		cursor: pointer;
		vertical-align: top;
	}

	.dynamic_list_6 .content_options .element:first-child { 
		margin: 0px 0.2em 0px  0.6em;
	}

	.dynamic_list_6 .content{	
		padding: 0.5em;
	}

	.dynamic_list_6 .element img{
		width: 100%;
		max-width: 100%;
	}

	.dynamic_list_6 .content_background{
	    padding: 2em;
	    border-radius: 4px;
	    position: relative;
	    float: left;
	    width: 100%;
	    height: 16em;
	}

	.dynamic_list_6 .table_background{
		width: 100%;
		height: 100%;
		display: table;
	}

	.dynamic_list_6 .cell_background{
		width: 100%;
		height: 100%;
		display: table-cell;
		vertical-align: middle;
	}

	.dynamic_list_6 .background{
	    background-position: center !important;
	    background-size: cover !important;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		border-radius: 4px;
		z-index: -1;
	}

	.dynamic_list_6 .background-degraded{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		border-radius: 4px;
		z-index: -1;
		-webkit-transition: all 0.7s;
		-o-transition: all 0.7s;
		transition: all 0.7s;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	}

	.dynamic_list_6 .element:hover .background-degraded{
		background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	}
	
	.dynamic_list_6 .arrow{
		position: absolute;
		width: 60px;
		height: 60px;
		text-align: center;
		z-index: 10;
		cursor: pointer;
		background: rgba(163,163,163,0.3);
		top: calc(50% + 1em);
		box-sizing: border-box;
		border-radius: 100%;
		display: none;
	}


	.dynamic_list_6 .arrow.left{
		left: 1em;
	}

	.dynamic_list_6 .arrow.right{
		right:1em;
	}

	.dynamic_list_6 .arrow img{
    	width: 0.7em;
    	padding-top: 1em;
	}
	
	@media only screen and (min-width: 700px) {
		.dynamic_list_6 .arrow{
			display: inline-block;
		}
		
		.dynamic_list_6 .element{
			width: 50%;
			display: inline-block;
			vertical-align: top;
		}
	}

	@media only screen and (min-width: 1000px) {
		
		.dynamic_list_6 .element{
			width: 33%;
			display: inline-block;
			vertical-align: top;
		}
	}