/*CUSTOM PAGE*/
.custom-content {
	/*padding:40px 20px;
	background: #f5f5f5;*/
	overflow:hidden;
}
.custom-content.exemple label {
	display:block;
}
.custom-content.exemple .col {
	padding-left:0;
}
	.custom-content h1,
	.custom-content h2,
	.custom-content h3,
	.custom-content h4 {
		margin:0;
		margin-bottom:10px;
		font-weight:300;
	}
	.custom-content h1 {
		font-size: 24px;
		font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 10px;
	}
	.custom-content h2 {
		font-size:16px;
		font-weight: 400;
	}
	.custom-content h3 {
		font-size:14px;
		font-weight: 400;
	}
	.custom-content h4 {
		font-size:14px;
	}
	.custom-content .seccio {
		position: relative;
    line-height: 22px;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    padding: 10px;
    background: #53acda;
	}
	.custom-content a {
		color:#53acda;
		text-decoration:none;
	}
		.custom-content a:hover {
			color:#333;
		}
	.custom-content b,
	.custom-content strong {
    font-weight: 600;
	}
	.custom-content .peu-foto {
		display:inline-block;
		font-size:10px;
		font-style:italic;
		margin-bottom:20px;
	}
	.custom-content a.link-extern {
		display:inline-block;
		font-weight:400;
		opacity:1;
		margin-bottom:10px;
		padding-left: 40px;
	}
	.custom-content a.link-extern:before {
    content: " ";
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(/sites/all/modules/plantilla_estils/images/ico-link-extern.png) no-repeat center center;
    background-size: 90%;
    margin: 0;
    margin-right: 4px;
    top: 10px;
    margin-left: -44px;
	}
		.custom-content a.link-extern:hover:before {
			background: url(/sites/all/modules/plantilla_estils/images/ico-link-extern-h.png) no-repeat center center;
			background-size: 90%;
		}
	.custom-content .img-small {
		display: inline-block;
		position:relative;
		text-align:center;
		width:100%;
	}
		.custom-content .img-small img {
			width:100%!important;
			height:auto!important;
		}
		.custom-content .img-small .over {
			position:absolute;
			width:100%;
			height:100%;
			top:0;
			left:0;
			background:rgba(0,0,0,.5);
		}
		.custom-content .img-small .over span {
			position:absolute;
			width:100%;
			top:50%;
			left:50%;
			transform:translate(-50%,-50%);
			font-size:18px;
			line-height:20px;
			font-weight:400;
			color:#fff;
		}
	.custom-content .img-big {
		display:inline-block;
		position:relative;
		width:100%;
	}
		.custom-content .img-big span {
			position:absolute;
			width:100%;
			bottom:0;
			left:50%;
			transform:translateX(-50%);
			font-size:18px;
			line-height:22px;
			font-weight:400;
			padding:20px;
			padding-top: 30%;
			color:#fff;
			
			background: -moz-linear-gradient(top,  rgba(0,0,0,0) 12%, rgba(0,0,0,0.7) 85%);
			background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 12%,rgba(0,0,0,0.7) 85%);
			background: linear-gradient(to bottom,  rgba(0,0,0,0) 12%,rgba(0,0,0,0.7) 85%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
		}
		.custom-content .img-big img {
			width:100%!important;
			height:auto!important;
		}
	.custom-content .cita {
		font-style:italic;
		color:#575757;
		border-left: 2px solid #53acda;
    padding-left: 10px;
		margin: 40px 0;
	}
	.custom-content ul {
		margin: 10px 0;
    padding: 0;
    padding-left: 14px;
	}
	.custom-content ul ul {
		margin: 0;
		margin-bottom:4px;
    padding-left: 20px;
	}
		.custom-content ul li {
			list-style-type:none;
			list-style-image: url(/sites/all/modules/plantilla_estils/images/li-custom.gif);
		}
		.custom-content ul li li {
			list-style-type:none;
			list-style-image: url(/sites/all/modules/plantilla_estils/images/li-custom-li.gif);
		}
	
	.custom-content table {
		margin:0;
		margin-bottom:20px;
		border:1px solid transparent!important;
	}
	.custom-content table th,
	.custom-content table td {
		padding:4px;
		border-top:1px solid #53acda;
		border-right:1px solid #53acda;
	}
	.custom-content table th {
		font-size:14px;
		font-weight:300;
		color:#fff;
		background:#53acda;
		border-color:#53acda;
		border-right-color:#fff;
		text-align:center;
	}
	.custom-content table th:first-child {
		border-left-color:#53acda;
	}
	.custom-content table td {
		font-size:12px;
	}
	.custom-content table th:last-child,
	.custom-content table td:last-child {
		border-right:0;
	}
	.custom-content .accordion a.collapsed {
		text-decoration:none;
	}
	.custom-content .accordion .group-header {
		font-size:16px;
		line-height:18px;
		font-weight:300;
		color:#fff;
		background:#53acda;
		border-color:#53acda;
		border-right-color:#fff;
		margin-bottom:1px;
		padding:6px 10px;
		text-align:left;
		
		transition:all 0.2s linear;
		-moz-transition:all 0.2s linear; /* Firefox 4 */
		-webkit-transition: all 0.2s linear; /* Safari and Chrome */
		-o-transition:all 0.2s linear; /* Opera */
	}
	.custom-content .accordion .group-header:hover {
		color:rgba(255,255,255,.4);
	}
	.custom-content .accordion .group-header:after {
		content: "-";
    position: relative;
    float: right;
	}
	.custom-content .accordion .collapsed .group-header:after {
		content: "+";
	}
	.custom-content .accordion .group {
		padding:0 6px;
	}
	.custom-content .accordion .group p {
		margin:10px 0 20px 0;
	}
	.custom-content .btn {
		display: inline-block;
    color: #333!important;
    background-color: #eee;
		border-color:#e4e4e4;
    border-radius: 0;
    margin: 0;
		margin-top:20px;
    padding: 4px 16px;
	}
		.custom-content .btn:hover {
    	color: #fff!important;
			background-color: #165171;
			border-color:#165171;
		}
	.custom-content .btn.thin {
		font-weight:300;
	}
	.custom-content .btn.big {
		font-size:16px;
    padding: 8px 22px;
	}
	.custom-content .btn.gegant {
		font-size:18px;
    padding: 12px 26px;
	}
	.custom-content .btn-blue {
    color: #fff!important;
    background-color: #53acda;
		border-color:#53acda;
	}
		.custom-content .btn-blue:hover {
			background-color: #165171;
			border-color:#165171;
		}
	.custom-content .btn-dark {
    color: #fff!important;
    background-color: #165171;
		border-color:#165171;
	}
		.custom-content .btn-dark:hover {
			background-color: #53acda;
			border-color:#53acda;
		}
	
	.custom-content a.btn-banner {
		display: inline-block;
		padding: 16px;
    font-size: 30px;
    line-height: 30px;
		border: 1px solid #53acda;
		color: #53acda;
		font-weight: 100;
		text-align:center;
		margin:20px 0;
		text-decoration:none;
	}
		.custom-content a.btn-banner:hover {
			border: 1px solid #53acda;
			background:#53acda;
			color: #fff;
			opacity:1;
		}




@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 768px) {
	
}
@media screen and (min-width: 992px) {
	.custom-content h1,
	.custom-content h2,
	.custom-content h3,
	.custom-content h4 {
		margin-bottom:20px;
	}
	.custom-content h1 {
		font-size: 26px;
	}
	.custom-content h2 {
		font-size:22px;
	}
	.custom-content h3 {
		font-size:18px;
	}
	.custom-content h4 {
		font-size:18px;
	}
	.custom-content .peu-foto {
    font-size: 12px;
	}
	.custom-content .seccio {
    font-size: 22px;
    line-height: 28px;
    padding: 6px 14px 8px 14px;
	}
	.custom-content .img-small {
		width:400px;
	}
	.custom-content .img-big {
		width:600px;
	}
	.custom-content .img-big span {
		font-size:26px;
		line-height:30px;
		padding:30px;
		padding-top: 30%;
	}
	.custom-content .accordion .group-header {
		font-size:18px;
		line-height:20px;
		padding: 6px 20px;
	}
	.custom-content .accordion .group {
		padding:0 20px;
	}
	.custom-content a.btn-banner {
		padding: 24px 50px;
    font-size: 32px;
    line-height: 32px;
	}
	.custom-content table th,
	.custom-content table td {
		padding:4px 10px;
	}
	.custom-content table th {
		font-size:16px;
	}
	.custom-content table td {
		font-size:14px;
	}
}
@media screen and (min-width: 1200px) {
	
}
@media screen and (min-width: 1600px) {
	
}