/*
	Arcana by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Lists */

	ul.actions li {
		display: block;
		padding: 1.5em 0 0 0;
	}

		ul.actions li:first-child {
			padding: 0;
		}
		
/* Buscador */

	/*div#buscador {
	    top: 22em;
	    left:8em;
	}*/

/* Icon */

	.icon.major {
		width: 4em;
		height: 4em;
		line-height: 4em;
		box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
	}

		.icon.major:before {
			font-size: 24px;
		}

/* Button */

	/*input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		width: 100%;
		display: block;
	}*/

/* Box */

	.box.highlight {
		/*padding-left: calc(4em + 30px);*/
	}

	.box.post .inner {
		margin-left: calc(30% + 20px);
	}

	.box.post .image {
		width: 30%;
	}

/* Banner */

	#banner {
		/*height: 24em;*/
	}

		#banner header {
			padding: 20px;
		}

		#banner .linkSlide h2 {
    		margin-left:0;
		}
/* Wrapper */

	.wrapper {
		/*padding: 4em 20px 1px 20px;*/
	}

/* CTA */

	#cta {
		padding: 20px;
	}

/* footer */

	footer {
		padding: 2em 20px;
		text-align: left;
	}
	
	footer section {
		width:50%!important;
		float:left!important;
		padding-top:15px!important;
	}