/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
::selection {
	background: #009fe3;
}
#primary-menu ul li:hover > a,
#primary-menu ul li.current > a {
	color: #009fe3;
}

#header.transparent-header.full-header #logo,
#header.transparent-header.full-header #header-wrap,
#header.full-header #primary-menu > ul {
	border: none;
}
#header-wrap #logo {
	display: none;
}
#header-wrap.not-dark #logo {
	display: block;
}

.em-head {
	position: relative;
	padding: 50px 0;
	background-color: #cccccc;
}
.em-head h2 {
	text-align: center;
	color: #666666;
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
}

.em-servicios {
	background: transparent url(../images/em/bg-servicios.jpg) no-repeat center center;
	background-size: cover;
}
.em-nosotros {
	margin: 0;
	background: transparent url(../images/em/bg-nosotros.jpg) no-repeat center center;
	background-size: cover;
}

.em-slider .slider-caption h1 {
	text-transform: uppercase;
	font-weight: 700;
}


.tabs {
	position: relative;
	margin: 0;
}
.em-servicios ul {
	list-style-type: none;
}
.em-servicios ul li {
	display: block;
}
.em-servicios .ui-tabs-anchor h4 {
	margin: 0;
	line-height: 1.4em;
	min-height: 4.5em;
}
.em-servicios .tab-content .col-half {
	outline: 5px solid rgba(255,0,0,.5);
	outline-offset: -5px;
}
.em-servicios .tab-container .tab-content {
	padding: 0;
}
.em-servicios .em-serv-texto {
	padding: 20px 50px;
}
.em-servicios .em-serv-texto h3 {
	margin-bottom: 10px;
	font-size: 30px;
}
.em-servicios .em-serv-texto h4 {
	margin-bottom: 10px;
	font-size: 24px;
}
.em-servicios .em-serv-texto p {
	margin-bottom: 10px;
	font-size: 22px;
}
.em-servicios .em-serv-foto img {
	display: inline-block;
	max-width: 100%;
}

/* Nosotros (teams) */
.team {
	margin-bottom: 20px;
}
#nos-box {
	background-color: rgba(255,255,255,.9);
}
.nos-content-box {
	display: none;
}
.nos-content-box img,
.nos-content-box .txtcontent {
	display: block;
	width: 50%;
	float: left;
}
.nos-content-box:after {
	clear: both;
	content: '';
	display: block;
}
.nos-content-box a {
	color: #337ab7 !important;
}
.nos-content-box .txtcontent {
	padding: 1em;
}
.nos-content-box .txtcontent h4 {
	font-weight: 700;
	font-size: 20px;
	margin: .5em 0;
}
.nos-content-box .txtcontent h5 {
	font-size: 18px;
	margin: 1em 0;
}
.nos-content-box .txtcontent p {
	font-size: 16px;
}
.nos-content-box .txtcontent div {
	
}

.marcas {
	font-size: 14px;
}

/* Responsive */
@media all and (max-width: 240px) {
	
}
@media all and (min-width: 241px) and (max-width: 480px) {
	
}
@media all and (min-width: 481px) and (max-width: 768px) {
	
}
@media all and (max-width: 640px) {
	.slider-caption h2 img {
		max-width: 100px;
		margin-top: 10px;
	}
	.slider-caption h1 {
		font-size: 20px;
		margin: 0;
	}
}
@media all and (min-width: 641px) and (max-width: 799px) {
	.slider-caption h2 img {
		max-width: 180px;
		margin-top: 10px;
	}
	.slider-caption h1 {
		font-size: 24px;
		margin: 10px 0;
	}
	.em-servicios .ui-tabs-anchor h4 {
		margin: 0;
		line-height: 1.4em;
		min-height: none;
	}
}
