/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.3
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.call-to-action .btn-contacto {
	line-height: 144px;
}

.custom-top-banner .fixed-image {
	background-position: top center;
	height: 360px;
}

.custom-top-banner .dark-translucent-bg:after {
	background-color: rgba(0, 0, 0, 0.25);
}

.custom-top-banner .flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.custom-top-banner h1, .custom-top-banner p.lead {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.70);
}

@media screen and (min-width: 768px) {

	.custom-top-banner .fixed-image {
		height: 520px;
	}

	.custom-top-banner h1 {
		font-size: 48px;
	}

	.custom-top-banner p.lead {
		font-size: 24px;
	}

}