.donativo-section,
.socio-section{
	background:#ffffff;
	padding-top:95px;
	padding-bottom:75px;
	color:#000;
}
.socio-section {
	padding-top: 0;
}
.donativo-section p,
.socio-section p{
	color:#818181;
}
.donativo-section p a,
.socio-section p a{
	color:#000;
}
.donativo-section .form-group,
.socio-section .form-group {
	margin-bottom:18px
}
.donativo-section .address,
.socio-section .address{
	margin-top:55px;
	margin-bottom:70px
}
.donativo-section .title,
.socio-section .title
{
	font-size: 40px;
	color: #818181;
}
.socio-section .title-container {
	display: flex;
}
.socio-section .title-container > h2 {
	float: left;
	padding-right: 66%;
}
.socio-section .title-container > button {
	float: right;
	padding: 10px;
	margin-top:20px;
	margin-bottom:10px;
    font-size: 18px;
	max-height: 44px;
	border-style: none;
}
.donativo-section .text-container,
.socio-section .text-container {
	margin: 24px 0;
}
.donativo-section .socio-box{
	margin: 12px 0;
}
.donativo-section .email p,
.socio-section .email p {
	margin-top:22px
}
.donativo-section .icon i,
.socio-section .icon i {
	font-size:72px
}
.donativo-section form input,.donativo-section form textarea, .donativo-section form select,
.socio-section form input,.socio-section form textarea, .socio-section form select {
	border-radius:0;
	background:0 0;
	color:#000;
	font-size:20px;
	height: 52px;
	padding:11px 12px
}
.donativo-section form textarea
.socio-section form textarea {
	resize:none;height:175px
}
.donativo-section form input[type=checkbox],
.socio-section form input[type=checkbox] {
	width:27px;
	height:27px;
	margin-right:20px
}
.donativo-section form .check,
.socio-section form .check{
	vertical-align:middle;
	margin-bottom:30px
}
.donativo-section form .check *,
.socio-section form .check *{
	vertical-align: middle;
}
.donativo-section form .check a,
.socio-section form .check a{
	color:#000;
	text-decoration:underline
}
.donativo-section form .btn-custom,
.socio-section form .btn-custom{
	border-style: none;
    color: #fff;
    background: #47b1e5;
    padding: 13px 35px;
}
.donativo-section .video-container,
.socio-section .video-container {
	margin-top: 48px;
}
.socio-section .video-container {
	padding-bottom: 16px;
}
.donativo-section .video-container iframe,
.socio-section .video-container iframe {
	margin-top: 12px;
	width: 100%;
	height: 81%;
}
#iban_donation {
	display: none;
}
@media only screen and (max-width:800px) {
	.donativo-section .title-container {
		display: initial;
	}
	.donativo-section .title-container > button {
		float: none;
		width: 100%;
	}
	.donativo-section .title-container > h2 {
		padding: 0;
		float: none;
		width: 100%;
		padding-bottom: 8px; 
	}
}

section.downloads {
	padding-bottom: 80px;
	padding-top: 80px; }
section.downloads .download-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
section.downloads .download-container .download-item {
	margin-top: 10px;
	margin-bototm: 10px;
	cursor: pointer;
	position: relative;
	min-height: 470px;
	max-height: 470px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #76a6c8;
	background-size: cover; }
section.downloads .download-container .download-item .download-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(118, 166, 200, 0.75);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	height: 80px; }
section.downloads .download-container .download-item--plus {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	margin: 10px;
	background-color: rgba(118, 166, 200, 0.75);
	border-radius: 100%;
	width: 45px;
	height: 45px;
	color: white; }
section.downloads .download-container .download-item--minus {
	display: none; }
section.downloads .download-container .download-item__description, section.downloads .download-container .download-item__attachment-list, section.downloads .download-container .download-item__attachments-title {
	display: none; }
section.downloads .download-container .download-item:hover {
	background-image: none !important;
	background-color: #76a6c8;
	transition: 0.4s ease-in; }
section.downloads .download-container .download-item:hover .download-item--minus {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	margin: 10px;
	background-color: #b4b2b3;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	color: white; }
section.downloads .download-container .download-item:hover .download-item--plus {
	display: none; }
section.downloads .download-container .download-item:hover .download-title {
	position: relative;
	background-color: initial;
	height: 40px; }
section.downloads .download-container .download-item:hover .download-item__description, section.downloads .download-container .download-item:hover .download-item__attachment-list, section.downloads .download-container .download-item:hover .download-item__attachments-title {
	display: block;
	font-size: 20px; }
section.downloads .download-container .download-item:hover .download-item__attachments-title {
	color: #fff;
	font-weight: 700; }
section.downloads .download-container .download-item:hover .download-item__description {
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 15px;
	padding-bottom: 15px; }
section.downloads .download-container .download-item:hover .download-item__description hr {
	border-top-color: #5e90a9;
	border-top-width: 2px;
	margin-bottom: 0;
	margin-top: 120px; }
section.downloads .download-container .download-item:hover .download-item__attachment-list {
	margin-top: 15px; }
section.downloads .download-container .download-item:hover .download-item__attachment-list .download-item__attachment-list--link {
	margin-bottom: 10px;
	font-size: 17px; }
section.downloads .download-container .download-item:hover .download-item__attachment-list .download-item__attachment-list--link a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #fff; }
section.downloads .download-container .download-item:hover .download-item__attachment-list .download-item__attachment-list--link svg {
	margin-right: 5px;
	margin-left: 15px;
	fill: #fff;
	height: 27px;
	width: 27px; }
section.downloads .download-container .download-item:hover .download-item__attachment-list .download-item__attachment-list--link:last-child {
	margin-bottom: 0; }