.section-acceso{
	padding-right: 15px;
}
.section-acceso p span{
	font-size: 19px;
}

.access-group .block{
	margin-top: 20px;
	padding: 0px 20px 0px 10px;
}
.access-group .block-video{
	padding: 0px 10px 0px 20px;
}
@media (max-width: 767px){
	.access-group .block,
	.access-group .block-video{
		padding: 0px 20px;
	}
}

.content{
	background: white;
	 -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    text-align: center;
    
}

.content .thumb,
.content video{
	width: 100%;
	height: auto;
	border: 5px solid white;
}

@media (max-width: 480px){
	.content .col-xs-6{
		width: 100%;
	}
}

.content ul{
	color: black;
	text-align: left;
	display: inline-block;
}
.content div{
	padding: 0px;
}

h2{
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    padding: 0 10px;
    color: #fff;
    margin: 0;
    text-align: left;
    background: #4b4d4d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#4b4d4d 0%,#363637 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4b4d4d),color-stop(100%,#363637));
    background: -webkit-linear-gradient(top,#4b4d4d 0%,#363637 100%);
    background: -o-linear-gradient(top,#4b4d4d 0%,#363637 100%);
    background: -ms-linear-gradient(top,#4b4d4d 0%,#363637 100%);
    background: linear-gradient(to bottom,#4b4d4d 0%,#363637 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4d4d',endColorstr='#363637',GradientType=0);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

