.botondescargas img {width: 250px;}
.botondescargas span {font-family: var(--heading-font);font-weight: 600;padding-top: 50px;}
.botondescargas {
	display:inline-flex;
	background-color: transparent;
	border: none;
	transition:350ms;
}
.botondescargas:hover {
	background-color: #111d5c;
	color: #fff;
	cursor:pointer;
}
.bdactivo {
	background-color: #111d5c;
	color: #fff;
	cursor:pointer;
}
.formdescargas {
	display: none;
	text-align: center;
	background-color: #111d5c;
	padding: 50px 25px 35px;
}
.formdescargas .campo {
	margin-bottom: 50px;
	padding: 10px 20px;
	width: 100%;
}
.formdescargas .btn {
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	background-color: #2685f9;
	color: #fff;
	padding: 10px;
	transition:350ms;
}
.formdescargas .btn:hover {background-color: #4b9afa;}
.whatsapp {
	position: fixed;
	right: 85px;
	bottom: 25px;
	z-index: 100;
	transition:350ms;
}
.whatsapp:hover {opacity:0.8;}

.formulario {padding: 20px 0;}
.formulario .campo {
	margin-bottom: 20px;
	padding: 0 10px;
	width: 50%;
	list-style:none;
	float: left;
}
.formulario .campo input {
	max-width:100%;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #c2c2c2;
	color: #555;
	transition:350ms;
}
.formulario .campo input:hover {border:solid 1px #7eb4ea;}
.formulario .campo input:focus {border:solid 1px #dbdbdb;}
.formulario .mensaje {
	list-style:none;
	margin-bottom: 20px;
	padding: 0 10px;	
}
.formulario .mensaje textarea {
	width: 100%;
	max-width:100%;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #c2c2c2;
	color: #555;
	transition:350ms;
}
.formulario .btn {background-color: #2685f9;color: #fff;padding:5px 20px;}
.informacion {padding: 50px 20px;}
.informacion li {list-style:none;margin-bottom: 20px;}
.informacion i {
	transform: scale(1.8);
	margin-right: 15px;
	color: #111d5c;
}

/* NOTICIAS */

.noticias {
	width: 100%;
	height: 600px;
}
@media (max-width:640px) {
	.noticias {
		height: 1300px;
	}
}

/* NOTICIAS */













