@charset "utf-8";
/* CSS Document */

.transparent .header-wrapper, .non-transparent .header-wrapper {
	z-index: 999;
}
.home.transparent .header-wrapper {
	background: rgba(0, 0, 0, 0.2);
}
#masthead .header-wrapper.stick .logo img {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.transparent .header-wrapper.stick, .non-transparent .header-wrapper.stick {
	background:	rgba(51, 51, 51, 0.93);
}
#site-navigation ul.sub-menu {
	background: #333333 !important;
	margin-top: -10px !important;
}
#site-navigation .menu li ul.sub-menu li,
.stick #site-navigation .menu li ul.sub-menu li {
	line-height: 1.5em;
}

.slider-readmore {
	background: rgba(51, 51, 51, 0.25);
}

.blog-view {
	width: 20em;
	margin: 0 auto;
	text-transform: none;
}

.text-btn {
	border: 1px solid #ccc;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	font-size: 20px;
	float: right;
	padding: 15px;
	text-align: center;
}
.text-btn:hover {
	background: rgba(255,255,255,0.8);
}

.entry-thumbnail {
	max-height: 250px;
	overflow: hidden;
}

.widget_call_to_action_block .parallax-overlay {
	background: rgba(10, 55, 130, 0.9);
}
.cta-text-desc > p {
	font-size: 50px;
}
.cta-text-desc .informacion {
	margin-top: 2em;
	font-size: inherit;
}

.detail-title {
	font-weight: bold;
}
.detail-text {
	padding-left: 25px;
}
.ssba, .ssba a {
	clear: both;
}

a.RAS {
	margin-left: 50px;
}
div.footer-JMC {
	text-align: left
}

.scrollup {
	bottom: 80px;
}

.contact-content .tg-column-2 {
	width: 47%;
	margin-left: 3%;
}
