/*
Theme Name: Astrix Inc.
Author: Andres J. Villar - MJ Webexperts
Author URI: https://mjwebexperts.com
Description: Theme Wordpress
Version: 2.0 
*/
:root {	
	--white: #ffffff;
	--darkblue: #002631;
	--blue: #00748f;
	--yellow: #fbc02d;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: 400;
}
.container, .container-fluid, .elementor-section-full_width .elementor-container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
 
}
.elementor-section-boxed {
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0;
}
.elementor-col-50, .elementor-col-33, .elementor-col-100, .elementor-col-66 {
	padding-left: 15px;
	padding-right:15px;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height5 {
	height: 5px;
}
.height10 {
	height: 10px;
}
.height15 {
	height: 15px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height40 {
	height: 40px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white, .white:hover, .white:focus {
	color: var(--white);
}
.darkblue, .darkblue:hover, .darkblue:focus {
	color: var(--darkblue);
}
.blue, .blue:hover, .blue:focus {
	color: var(--blue);
}
.yellow, .yellow:hover, .yellow:focus {
	color: var(--yellow);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-darkblue {
	background: var(--darkblue);
}
.bg-blue {
	background: var(--blue);
}
.bg-yellow {
	background: var(--yellow);
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 500;
}
b, strong {
	font-weight: 500;
}
h1 {
	font-size: 46px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 300;
}
h2 {
	font-size: 44px;
	margin-bottom: 20px;
	margin-top: 20px;
}
h3 {
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 20px;
}
h4 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.3em;
}
.readmore {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
}
.readmore .fa {
	font-size: 18px;
	margin-left: 8px;
	transition: all .2s;
}
.field-label {
	font-family: 'IBM Plex Sans', sans-serif !important;
	font-size: 0.9em !important;
	color: #000 !important;
	font-weight: 500 !important;
}
input.element-container, select.element-container, textarea.element-container {
	font-family: 'IBM Plex Sans' !important;
  	padding-left: 15px !important;
  	font-size: 16px !important;
  	border-color: #ccc !important;;
  	color: #000 !important;
}
input[type="text"], input[type="email"], input[type="number"], select {
	margin-bottom: 15px;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
	padding-top: 10px;
	border-bottom: 1px solid #e8e9e8;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.mainmenu {
	border-bottom: 1px solid #e8e9e8;
}
header .navbar-brand {
  padding: 3px 0px;
  min-height: none;
  height: auto !important;
  z-index: 9999 !important;
  margin-right: 30px;
  margin-bottom: 20px;
}
header .navbar-brand img {
    width: 145px;
}
.nav.navbar-nav {
	padding-top: 14px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #000;
	font-size: 16px;
	border: none;
	padding: 13px 10px 10px 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'IBM Plex Sans', sans-serif;
	white-space: normal;
	transition: none !important;
}
.navbar-default .navbar-nav li.one-row > a {
	padding-top: 33px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background: none !important;
	color: var(--blue);
	border: none;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background: none !important;
	color: var(--blue);
	border: none;
}
.navbar-default .navbar-nav li {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-default .navbar-nav li.joobsekers {
	padding-left: 0;
}
.navbar-default .navbar-nav li.joobsekers a {
  color: var(--blue) !important;
  border: 1px solid #e8e9e8;
  border-radius: 20px;
  padding-top: 10px;
  font-size: 15px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-right {
	padding-top: 16px;
}
.dropdown-menu {
	box-shadow: none !important;
}
.navbar-nav > li.dropdown > .dropdown-menu {
	margin: 0;
	padding: 10px 10px !important;
	list-style-type: none !important;
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px !important;
	border-top: none;
}
.navbar-nav > li.dropdown > .dropdown-menu.no-mega-menu {
	margin-top: 16px;
}
.navbar-nav > li.dropdown > .dropdown-menu.no-mega-menu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
.navbar-nav > li.dropdown > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
li.dropdown-header {
  padding: 9px 10px !important;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 500;
  font-size: 15px;
}
.navbar-default .navbar-nav li ul li a {
  /* border-bottom: 1px solid #f0f0f0 !important; */
  border-bottom: none !important;
  font-size: 15px !important;
  color: #000;
  font-weight: normal;
  padding: 5px 10px;
  display: block;
  background: #fff;
  text-transform: none !important;
  font-weight: 400;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--blue)
}
.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: var(--blue) !important;
    background-color: #fff !important;
}
.menu-large {
  	position: static !important;
}
.megamenu {
  	padding: 10px 10px !important;
  	width: 100%;
}
.megamenu > li > ul {
 	padding: 0;
  	margin: 0;
}
.megamenu> li > ul > li {
  	list-style: none;
}
.megamenu > li > ul > li > a {
 	display: block;
    padding: 3px 20px;
  	clear: both;
  	font-weight: normal;
  	line-height: 1.428571429;
  	color: #333333;
  	white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  	text-decoration: none;
  	color: #262626;
  	background-color: #f5f5f5;
}
body.has_menu #overlay {
	z-index: 5000;
	opacity: 1;
	z-index: 1000;
}
body #overlay {
	opacity: 0;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	z-index: -1;
}
.button-container {
    background: none;
    display: none;
    width: auto;
    position: fixed;
    right: 15px;
    top: 17px;
    height: 38px;
    z-index: 10000;
    padding-top: 12px;
}
.topbar-responsive {
    display: none;
    padding-top: 9px;
    padding-bottom: 6px;
    height: 79px;
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 500;
    position: fixed;
    border-bottom: 1px solid #e8e9e8;
}
.topbar-responsive img {
	width: 145px;
}
.hamburger {
    padding: 6px 10px;
}
.hamburger-box {
    width: 32px;
    height: auto;
    display: inline-block;
    position: relative;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px !important;
    height: 2px !important;
    background-color: var(--darkblue);
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}
button.hamburger {
	border: none;
	background: none;
	border-radius: 0;
	padding: 0;
}
#mobile-menu {
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	min-height: 100%;
	background: transparent;
	z-index: 9999;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
#mobile-menu.visible {
	left: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
#mobile-menu #sidebar {
	width: 300px;
	min-height: 100%;
	background: #fff;
	position: absolute;
	left: -300px;
	top: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	padding: 10px 15px;
}
#mobile-menu.visible #sidebar {
	left: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
button.cerrarbtn {
  position: absolute;
  top: 8px;
  right: 14px;
  width: 20px;
  opacity: 1;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
}
.modal-body .searchtop {
  position: relative;
}
.searchtop input {
  width: 100%;
  height: 48px;
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 14px;
  color: #000;
}
.searchtop button {
  position: absolute;
  top: 8px;
  right: 14px;
  width: 20px;
  opacity: 1;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
}
.text-carousel {
	-webkit-display: flex;
	display: flex;
	height: 500px;
	align-items: center;
	color: #fff;
	padding-right: 60%;
	text-align: right;
	padding-left: 30px;
}
.text-carousel h1 {
	/*font-size: 54px;*/
	font-size: 32px;
	text-transform: uppercase;
}
.text-carousel p {
	text-transform: uppercase;
	padding-left: 50px;
}
.text-carousel .bloque {
	display: block;
}
.text-carousel a.readmore {
	color: #fff;
}
.carousel-indicators {
  position: relative;
  margin: 30px auto;
  left: inherit;
  right: inherit;
  bottom: inherit;
  width: 100%;
}
.carousel-indicators li {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #d7d9da;
	margin: 0 2px;
}
.carousel-indicators li.active {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #1bcfd8;
	margin: 0 2px;
}
/** Lets get started **/
.bg-getstarted {
	background: url(../png/getstarted-bg.png) no-repeat center center;
	background-size: cover;
}
.get-started {
	color: #fff;
	padding-top: 50px;
	padding-bottom: 30px;
	font-weight: 500;
}
.get-started h1 {
	margin-top: 0;
	padding-top: 0;
	text-align: right;
	position: relative;
	top: -3px;
	padding-right: 10px;
}
.get-started a.readmore, .get-started a.readmore:hover, .get-started a.readmore:focus {
	color: #fff;
}
.get-started a.readmore .fa {
	color: var(--yellow);
}


/** Footer **/
footer {
	border-top: 8px solid #fff;
	background: #033948;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}
footer .cborde {
	border-left: 1px solid #00678b;
	border-right: 1px solid #00678b;
}
footer .col-sm-3, footer .col-sm-6 {
	padding-top: 36px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	text-transform: uppercase;
}
footer ul a {
	display: block;
	margin-bottom: 6px;
}
footer a, .copyright a { 
	color: #fff;
}
footer a:hover, .copyright a:hover, footer a:focus, .copyright a:focus {
	color: #0185a8;
}
img.logofooter {
	width: 144px;
}
.social-footer {
	margin-top: 6px;
}
.social-footer a, .social-footer a:hover, .social-footer a:focus {
	color: #fff;
	font-size: 24px;
	margin-right: 12px;
}
.social-footer .fa-linkedin {
	position: relative;
	top: -2px;
}
.contactfooter p {
	font-weight: normal;
	position: relative;
	padding-left: 24px;
}
.contactfooter img {
	width: 17px;
	position: absolute;
	left: 0;
	top: 3px;
}
.copyright {
	color: #fff;
	background: #002631;
	font-size: 14px;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.copyright a {
	margin: 0 12px;
	white-space: nowrap;
}
.copyright span.sepfooter {
	display: inline-block;
	background: #00678b;
	width: 1px;
	height: 12px;
}
/** Home **/
.feature {
	position: relative;
	background: var(--darkblue);
	padding-left: 370px;
	margin-bottom: 12px;
}
.featurebg {
	background: url(../png/degradado.png) no-repeat center center;
	background-size: cover;
}
.feature .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	height: 100%;
	border-right: 1px solid #fff;
}
.feature h2 {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
	color: #fff;
	margin: 0;
	font-weight: 300;
}
@media(min-width: 767px) {
	.feature h2 {
		font-size: 36px;
	}
}
.feature .content {
	padding-top: 30px;
	padding-bottom: 20px;
	color: #fff;
	padding-right: 20%;
}
.feature .content.p-0 {
	padding-right: 20px;
}
.feature .link {
	display: block;
	width: 100%;
	position: relative;
	padding-left: 80px;
	background: #033948;
	border: 1px solid #c0c0c0;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	padding-top: 15px;
	min-height: 61px;
	margin-bottom: 15px;
}
.feature .link:hover {
	background: var(--yellow);
	color: var(--darkblue);
}
.feature .link .linkimage {
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
}
.link-bullet {
	display: block;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 9px 20px 9px 35px;
	border-radius: 20px;
}
.link-bullet:hover {
	background: var(--yellow);
	color: #fff;
}
.link-bullet::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #137298;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 18px;
}
.numbers-content {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	padding-right: 50px;
}
.borde {
	border-top: 1px solid #007590;
	width: 100%;
	margin: 20px 0;
	height: 1px;
}
.bordewhite {
	border-top: 1px solid #fff;
	width: 100%;
	margin: 12px 0 12px 0;
	height: 1px;
}
.numers {
	color: var(--yellow);
	font-weight: 300;
	font-size: 58px;
	line-height: 62px;
}
.feature-blog {
	background: #033948;
	display: block;
	border: 1px solid #007590;
	font-weight: 500;
}
.feature-blog-img {
	display: block;
	width: 100%;
	height: 150px;
}
.feature-blog-contenido {
	background: #033948;
	color: #fff;
	padding: 10px 12px 0 12px;
	font-size: 15px;
	min-height: 94px;
} 
.feature-blog-categoria {
	background: #033948;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 12px;
	border-bottom: 1px solid #007590;
}
.owl-dots {
	display: none !important;
}
.owl-nav {
	margin-top: 20px;
	display: inline-block;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #007590 !important;
  text-align: center;
  color: #007590 !important;
  background: transparent !important;
  margin-right: 8px;
  font-size: 30px !important;
  line-height: 30px !important;
  border-radius: 50% !important;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
	position: relative;
	top: -2px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	color: #fff !important;
	background: #007590 !important;
}
.relative {
	position: relative;
}
a.gotoinsights {
	position: absolute;
	bottom: 26px;
	left: 88px;
	z-index: 10;
}
.feature-team {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	border: 1px solid #0b4e61;
}
.feature-team-name {
	opacity: 0;
	background: rgba(3,57,72,0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align: center;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
	transition: all .2s;
}
.feature-team-name:hover {
	opacity: 1;
}
.feature-team-name small {
	color: var(--yellow);
	font-size: 12px;
	display: block;
	line-height: 16px;
}
.featured-case-home1, .featured-case-home2 {
	background: #f4f4f4;
	position: relative;
	font-size: 0.95em;
	margin-bottom: 15px;
}
.featured-case-home1 h4, .featured-case-home2 h4 {
	font-size: 20px;
}
.featured-case-home1 .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.featured-case-home2 .image {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.featured-case-home1 {
	padding-left: 50%;
}
.featured-case-home2 {
	padding-right: 50%;
}
.featured-case-home1 .text small, .featured-case-home2 .text small {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	display: block;
	padding: 12px 15px;
	border-bottom: 1px solid #e0e0e0;
}
.featured-case-home1 .text-content, .featured-case-home2 .text-content {
	padding: 12px 15px;
	min-height: 320px;
}


/*** TEAM **/
.headpage {
	background: var(--darkblue);
	color: #fff;
	position: relative;
	overflow-x: hidden;
	margin-bottom: 30px;
}
.headpage h1 {
	text-align: right;
	margin: 0;
	padding-bottom: 0;
	padding-right: 40px;
	padding-top: 40px;
	position: relative;
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	text-align: right;
	height: 100%;
}
.headpage h1 span {
	position: relative;
	z-index: 10;
	display: block;
}
.headpage h1::after {
	content: '';
	display: block;
	width: 500px;
	height: 100%;
	background-image: url(../png/bgheader.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-right: 1px solid #fff;
}
.headpage .col-sm-12 {
	padding-left: 300px;
}
.headpage-content {
	padding: 40px 10% 10px 40px;
	min-height: 120px;
}
.headpage-filters {
	padding: 0 0 10px 40px;
	font-weight: 500;
	font-size: 15px;
	min-height: 34px;
}
.headpage-filters .fa-angle-left {
	margin-right: 5px;
}
.headpage-filters .selects {
	display: inline-block;
	width: auto;
	position: relative;
}
.headpage-filters .selects .fa {
	position: absolute;
	right: 0;
	top: 5px;
}
.headpage-filters select {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	color: var(--yellow);
	background: transparent;
	width: 100%;
	padding-right: 16px;
	padding-left: 22px;
	background-color: var(--darkblue);
	background-image: url(../png/down.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px;
}
.headpage .bordewhite {
	width: 2000px;
}
.headpage-filters form.searchword {
	display: block;
	width: 190px;
	max-width: 100%;
	float: right;
	position: relative;
}
.headpage-filters form.searchword input {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	color: #fff;
	padding-right: 40px;
}
.headpage-filters form.searchword button {
	margin: 0;
	padding: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	position: absolute;
	right: 0;
	color: #fff;
}
.headpage-filters ::placeholder { 
  	color: #d0d0d0;
  	opacity: 1; 
}
:-ms-input-placeholder { 
  	color: #d0d0d0;
}
::-ms-input-placeholder { 
  	color: #d0d0d0;
}
.ruta {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 50px;
}
.titulopage {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--blue);
	margin-bottom: 50px;
}
.uppercase {
	text-transform: uppercase;
}
.team-member {
	margin-bottom: 50px;
}
.team-member .feature-team {
	border: 0;
}
.team-member .uppercase {
	font-weight: 500;
}
.team-member .uppercase.blue {
	font-size: 0.9em;
}
.redes-team a {
	margin-right: 15px;
	font-size: 26px;
	color: var(--blue);
}
.team-member-details {
	padding-top: 70px;
}
.collapselink {
	display: block;
	position: relative;
	padding: 12px 50px 12px 12px;
	background: #f2f2f2;
	font-weight: 500;
}
.collapselink span {
	color: var(--blue);
	font-size: 32px;
	position: absolute;
	right: 15px;
	top: 3px;
}
.collapse.in {
	padding-top: 15px;
	padding-bottom: 15px;
}
h4.title {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.feature-blog.team-article {
	border: none;
}
.team-article .feature-blog-categoria, .team-article .feature-blog-contenido {
	background: #f0f0f0;
	color: var(--darkblue);
	transition: all .2s;
}
.team-article .feature-blog-categoria {
  border-bottom: 1px solid #ddd;
}
.team-article:hover .feature-blog-categoria, .team-article:hover .feature-blog-contenido {
	background: #033948;
	color: #fff;
}
.team-article:hover .feature-blog-categoria {
  border-bottom: 1px solid var(--blue);
}


/** Locations **/
.headpage.locations h1::after {
  background-image: url(../jpg/bgheader-locations.jpg);
}
.location {
	background: #f6f6f6;
	border: 1px solid #f0f0f0;
	position: relative;
	margin-bottom: 40px;
}
.main-location {
	padding-right: 66%;
}
.main-location .image-location {
	position: absolute;
	right: 0;
	height: 100%;
	width: 66%;
	display: block;
}
.main-location .space {
	height: 130px;
}
.content-location {
	padding: 30px;
}
.content-location h3 {
	margin-top: 0;
	margin-bottom: 3px;
	padding-bottom: 0;
}
.other-location {
	padding-left: 36%;
}
.other-location .image-location {
	position: absolute;
	left: 0;
	height: 100%;
	width: 36%;
	display: block;
}
.other-location .content-location {
	min-height: 270px;
}
.content-location h4 {
	margin-top: 3px;
	margin-bottom: 0;
}
.other-location .space {
	height: 30px;
}

/** Blog **/
.headpage.cases h1::after {
  background-image: url(../png/bgheadercases.png);
}
.headpage.news h1::after {
  background-image: url(../png/bgheadernews.png);
}
.articulo {
	background: #f6f6f6;
	border: 1px solid #f0f0f0;
	position: relative;
	margin-bottom: 40px;
	transition: all .2s;
}
.articulo:hover {
	background: var(--darkblue);
}
.main-article {
	background: var(--darkblue);
	color: #fff;
	border: 1px solid var(--blue);
	position: relative;
	padding-left: 33%;
}
.main-article .image-articulo {
	width: 100%;
	display: block;
}
.main-article .content-articulo {
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
	height: 100%;
}
.main-article .image-articulo img {
	width: 100%;
}
.content-articulo .categoria {
	text-transform: uppercase;
	border-bottom: 1px solid #e0e0e0;
	font-size: 12px;
	padding: 10px 15px;
}
.content-articulo .titulos {
	padding: 10px 15px;
	position: relative;
}
.main-article .categoria {
	color: #fff;
	border-bottom: 1px solid var(--blue);
}
.main-article h4 {
	color: #fff;
}
.main-article.single h4, .main-article.single .categoria {
	color: var(--darkblue) !important;
}
/*
.main-article .titulos {
	height: 400px;
	position: relative;
}
.main-article .titulos .readmore {
	position: absolute;
	bottom: 20px;
	left: 15px;
}
*/
.item-blog {
	margin-bottom: 40px;
}
.item-blog .feature-blog {
	border: 1px solid #f0f0f0;
}
.item-blog .feature-blog-categoria, .item-blog .feature-blog-contenido {
	background: #f0f0f0;
	color: var(--darkblue);
	transition: all .2s;
}
.item-blog .feature-blog-categoria {
  border-bottom: 1px solid #ddd;
}
.item-blog:hover .feature-blog-categoria, .item-blog:hover .feature-blog-contenido {
	background: #033948;
	color: #fff;
}
.item-blog:hover .feature-blog-categoria {
  border-bottom: 1px solid var(--blue);
}
.pagination {
	display: block;
}
.pagination span, .pagination a {
  font-weight: 500;
  font-size: 14px;
}
.pagination a {
  margin: 0 5px;
}
.pagination a.selected {
	color: var(--blue);
	font-weight: bold;
}
.pagination span {
	font-size: 15px;
  	width: 24px;
  	height: 24px;
  	border: 1px solid var(--blue);
  	border-radius: 50%;
  	line-height: 23px;
}
.pagination span:hover {
	color: #fff;
	background: var(--blue);
}
.pagination .fa-angle-left {
	position: relative;
	left: -2px;
}
.pagination .fa-angle-right {
	position: relative;
	left: 2px;
}

/** News & Events **/
.linkyear, .linkyear:hover {
	font-size: 24px;
	display: inline-block;
	padding: 2px;
	margin-right: 7px;
	color: #ccc;
	border-bottom: 3px solid transparent;
}
.linkyear.active, .linkyear.active:hover {
	border-bottom: 3px solid var(--blue);
	color: var(--darkblue);
}	

/** Single post **/
.single h1 {
	font-size: 38px;
}
.single h2 {
	font-size: 32px;
}
.single h3 {
	font-size: 26px;
}
.single h4 {
	font-size: 22px;
}
.ssba div {
	text-align: left !important;
}
.ssba-share-text {
	display: none !important;
}
.auth-data {
	position: relative;
	padding-left: 56px;
	min-height: 46px;
	padding-top: 5px;
}
.auth-data span {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -5px;
}
.related-news a {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	padding-right: 15px;
	font-size: 0.95em;
}
.benefits {
	font-weight: 500;
	font-size: 0.92em;
}
.boton, input.element-container[type="submit"], 
.elementor-kit-4922 input[type="submit"], 
.elementor-kit-4922 .elementor-button {
	display: inline-block;
	background: #f3b827 !important;
	padding: 11px 22px !important;
	border-radius: 22px !important;
	border: none;
	outline: none;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 500 !important;
	font-size: 15px !important;
	height: auto !important;
}
.boton:hover, input.element-container[type="submit"]:hover, 
.elementor-kit-4922 input[type="submit"]:hover, 
.elementor-kit-4922 .elementor-button:hover {
	color: #fff !important;
	background: #f3ad27 !important;

}


/*** MODULOS ***/
/* Basic */
.module1 .elementor-widget-text-editor {
	margin-bottom: 0;
}
.module1 .darkblue p {
	color: #1e7b9d;
	font-weight: 500;
}

/* Stylized text 1 */
.module2 {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.module2 .left-column, .module2 .right-column {
	padding-top: 40px;
	padding-bottom: 30px;
}
.module2 .right-column {
	border-left: 1px solid #e0e0e0;
	padding-left: 30px;
	padding-right: 10%;
}
.module2 .left-column {
	position: relative;
}
.module2 .left-column h2 {
	position: absolute;
	right: 0;
	top: 40px;
	font-weight: 300;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
@media(max-width: 767px) {
	.module2 .left-column h2 {
		position: relative;
		right: inherit;
		top: inherit;
		text-align: left;
	}
	.module2 .right-column {
		border-left: none;
		padding-top: 0;
		padding-left: 0;
		padding-right: 15px;
	}
	.module2 .left-column {
  		padding-bottom: 20px;
	}
}

/* Stylized text 2 */
.module2.bg2 {
	background: url(../jpg/bgstylized.jpg) repeat-y center center;
	background-size: 100%;
}
.module2.bg2, .module2.bg2 h2, .module2.bg2 p {
	color: #fff;
}

/* Stylized text 3 */
.module2.bg3 {
	background: #f4f4f4;
}
.module2.bg3 h2 {
	color: var(--darkblue);
}


/* Call to action 1 */
.module3 {
	width: 1200px;
	max-width: 100%;
	border-top: 1px solid;
	border: 1px solid #e0e0e0;
	position: relative;
}
.module3 .left-column, .module3 .right-column {
	padding-top: 40px;
	padding-bottom: 30px;
}
.module3 .right-column {
	border-left: 1px solid #e0e0e0;
	padding-left: 30px;
	padding-right: 10%;
}
.module3 .left-column {
	position: relative;
}
.module3 .left-column .elementor-widget-wrap {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-size: cover !important;
}
.module3 .right-column h3 {
	margin-top: 0;
	padding-top: 0;
	color: var(--darkblue);
	font-weight: normal;
}

/* Call to action 2 */
.module3.bg .elementor-container {
	background: url(../jpg/bgstylized.jpg) repeat-y center center;
	background-size: 100%;
}
.module3.bg .right-column {
	color: #fff;
}
.module3.bg .right-column h3 {
	color: #fff;
}

/* Call to action 3 */
.module3.bg2 .elementor-container {
	background: #f4f4f4;
}
.module3.bg2 .right-column h3 {
	color: var(--darkblue);
}

/* Pathways 1 */
.module4 .elementor-widget-text-editor {
	margin-bottom: 0;
}
.module4 .strong {
	font-weight: 500;
}
.module4 ul {
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	max-width: 90%;
}
.module4 ul li {
	float: left;
	width: 50%;
	padding-right: 40px;
}
.module4 ul li a {
	display: block;
	padding: 9px 20px 9px 35px;
	border-radius: 24px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	margin-bottom: 4px;
}
.module4 ul li a::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0d7794;
	position: absolute;
	top: 17px;
	left: 18px;
}
.module4 ul li a:hover {
	background: #fdba14;
}

/* Pathways 2 */
.module4.bg {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.module4.bg .elementor-container {
	color: #fff;
}
.module4.bg h3 {
	color: #fff;
}
.module4.bg ul li a, .module4.bg ul li a:hover {
	color: #fff;
}

/* Pathways 3 */
.module4.bg2 {
	background: #f4f4f4;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Testimonial 1 */
.module5 {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding-top: 20px;
	padding-bottom: 30px;
}
.module5 h4 {
	font-weight: 400;
	font-size: 19px;
	line-height: 1.5em;
}
.module5 .autor {
	padding-left: 60%;
	color: #214556;
	text-transform: uppercase;
}
.module5 .autor h5 {
	font-weight: normal;
}

/* Testimonial 2 */
.module5.bg {
	border: none;
	padding-top: 20px;
	padding-bottom: 30px;
}
.module5.bg .elementor-widget-container {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.module5.bg h4 {
	font-weight: 400;
	font-size: 19px;
	line-height: 1.5em;
	color: #fff;
}
.module5.bg .autor {
	color: var(--yellow);
}
.module5.bg .autor h5 {
	font-weight: normal;
	color: var(--yellow);
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Testimonial 3 */
.module5.bg2 .elementor-widget-container {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width: 1200px) {
	.module3 {
		padding-left: 15px;
		padding-right: 15px;
		border: none;
	}
	.module3 .elementor-container {
		border: 1px solid #e0e0e0;
	}
}

@media(max-width: 991px) {
	.main-article {
  		padding-left: 0;
	}
	.main-article .content-articulo {
  		position: relative;
  		left: inherit;
  		top: inherit;
  		width: 100%;
	}
	.content-articulo .titulos {
  		padding: 10px 15px 20px 15px;
	}
}

@media(max-width: 767px) {
	.module3 .left-column .elementor-widget-wrap {
  		position: absolute;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 200px;
	}
	.module3 .right-column {
 		border-left: none;
  		padding-left: 15px;
		padding-right: 15px;
  		padding-top: 170px;
	}
	.module4 ul li {
		float: none;
		width: 100%;
		padding-right: 40px;
	}
}

@media(max-width: 598px) {
	.module5 .autor {
 		padding-left: 40%;
  	}
}


/** Jobs **/
.matador-search-form-container {
	margin: 20px 0;
}
.matador-search-form input[type="text"], .matador-search-form select {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  height: 42px;
  padding: 8px;
}
.matador-search-form label {
  margin: 0;
  display: none;
}
.matador-search-form button {
  margin: 0;
  height: 100%;
  height: 42px;
  background: var(--yellow);
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  font-size: 0.9em;
}
.wp-pagenavi .pages, .wp-pagenavi .last, .wp-pagenavi .extend{
	display: none;
}
.wp-pagenavi {
	display: block;
	text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  font-weight: 500;
  font-size: 14px;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  margin: 0 2px;
  border: none;
}
.wp-pagenavi span.current {
	color: var(--blue);
	font-weight: bold;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  font-size: 14px;
  width: 26px !important;
  height: 26px !important;
  border: 1px solid var(--blue);
  border-radius: 50%;
  line-height: 16px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.wp-pagenavi a:hover {
	color: #fff;
	background: var(--blue);
}
.wp-pagenavi .fa-angle-left {
	position: relative;
	left: -2px;
}
.wp-pagenavi .fa-angle-right {
	position: relative;
	left: 2px;
}
ul.matador-terms {
	padding-left: 15px;
	margin-left: 0;
}
ul.matador-terms li {
	padding-bottom: 2px;
	margin-bottom: 2px;
}
ul.matador-terms li a {
	color: #888;
}
ul.matador-terms li.matador-term-current a {
	color: var(--blue);
	font-weight: 600;
}
.matador-job-navigation a.matador-button {
  	display: inline-block;
  	background: var(--blue) !important;
  	padding: 11px 22px !important;
  	border-radius: 22px !important;
  	border: none;
  	outline: none;
  	color: #fff !important;
  	text-transform: uppercase;
  	font-weight: 500 !important;
  	font-size: 15px !important;
  	height: auto !important;
}
h5.matador-field-label label {
	font-weight: 500 !important;
	font-size: 17px;
}
.matador-application .matador-field input[type="text"], .matador-application .matador-field input[type="email"],
.matador-application .matador-field input[type="tel"], .matador-application .matador-field select {
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	width: 500px;
  	max-width: 100%;
  	background: #fff;
  	border: 1px solid #ccc;
	height: 42px;
  	padding: 8px;
  	margin-bottom: 15px;
  	font-size: 16px;
}
.matador-application .matador-field .for-file {
	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	width: 500px;
  	max-width: 100%;
  	background: #fff;
  	border: 1px solid #ccc;
	height: 42px;
  	padding: 8px;
  	margin-bottom: 15px;
}
.owl3 .item .historia {
	border-radius: 8px;
}
.contenido-historia {
	padding-top: 15px;
}
.contenido-historia .contenidos {
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 160px;
	font-size:15px;
}
.contenido-historia .bloque {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.contenido-historia .numero {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.contenido-historia .content-ano {
	height: 34px;
	overflow: hidden;
}
.contenido-historia .ano {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
}

.owl3 .item .historia {
	border: 5px solid var(--blue);
}
.owl3 .item .ano {
	background: var(--blue);
}
.owl3 .item .numero {
	color: var(--blue);
}
img.veeva {
	width: 120px;
}
.linksearch {
	display:none;
}


@media (max-width: 1100px) {
	/*
	header.desktop {
		display: none;
	}
	*/
	.content-navbar {
		position:relative;
	}
	.linksearch {
    	position: absolute;
    	display: inline-block;
    	color: #000;
    	top: 10px;
    	z-index: 10000;
    	right: 53px;
    	font-size: 21px;
    	padding: 4px 6px;
  	}
	.topbar-responsive {
		display: block;
	}
	.button-container {
		display: inline-block;
	}
  	.navbar-header {
      	float: none;
  	}
  	.navbar-left,.navbar-right {
      	float: none !important;
  	}
  	.navbar-toggle {
      	display: block;
  	}
  	.navbar-collapse {
      	border-top: 1px solid transparent;
      	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  	}
  	.navbar-fixed-top {
      	top: 0;
      	border-width: 0 0 1px;
  	}
  	.navbar-collapse.collapse {
	      display: none!important;
  	}
  	.navbar-nav {
      	float: none!important;
      	margin-top: 0;
  	}
  	.navbar-nav>li {
      	float: none;
  	}
  	.navbar-nav>li>a {
      	padding-top: 10px;
      	padding-bottom: 10px;
  	}
  	.navbar-default .navbar-nav li {
	    padding-right: 0;
	    padding-left: 0;
	}
	.navbar-nav {
    	margin: 0 -15px;
	}
  	.collapse.in{
    	  display:block !important;
  	}
  	.navbar-toggle {
	 	margin-top: -46px;
	 	padding: 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 0;
	 	padding: 0 !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #000;
		height: 2px;
		border-radius: 0;
		float: right;
		margin-bottom: 5px;
		width: 20px;
	}
	.navbar-collapse {
	  border-top: none !important;
	  box-shadow: none !important;
	  background: #fff;
	  margin-left: -15px;
	  margin-right: -15px;
	  padding: 0;
	  margin-top: 0;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-right: 0;
	}
	.navbar-default .navbar-nav li a {
		color: #000;
		font-size: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #f0f0f0 !important;
		font-weight: normal;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
	.topbar .contact-top {
    	padding-right: 58px;
	}
	.navbar-nav.navbar-right {
	    padding-top: 0;
	}
	.navbar-default .navbar-nav li.searchtop {
		display: none;
	}
	.navbar-default .navbar-nav li a {
	    padding-left: 17px !important;
	    padding-right: 17px !important;
	    padding-top: 12px;
	    padding-bottom: 12px;
	    font-weight: 500;
	    font-size: 15px;
	}
	.navbar-default .navbar-nav li a br {
		display: none;
	}
	.navbar-default .navbar-nav li.one-row > a {
 		padding-top: 10px;
 		padding-bottom: 10px;
	}
	.navbar-default .navbar-nav.navbar-right li::after {
	    content: none !important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	    color: #222;
	    padding-left: 26px !important;
	}
	.navbar-nav > li.dropdown > .dropdown-menu {
 		margin-top: 0 !important;
		padding: 0;
		width: 100% !important;
  		box-shadow: none !important;
  		position: relative;
  		border: none;
  		float: none !important;
	}
	#sidebar aside {
	    overflow-y: auto;
    	height: 440px;
    	overflow-x: hidden;
	}
	.logosidebar img {
		width: 145px;
	}
	.page-content {
		padding-top: 79px;
	}
}


@media(max-width: 991px) {
	.text-carousel h1 {
 		font-size: 48px;
  	}
  	.text-carousel p {
 		padding-left: 0;
	}
	.text-carousel {
		padding-right: 58%;
  		padding-left: 0;
	}
	.headpage-content {
 		padding: 40px 15px 10px 30px;
	}
	.headpage-filters {
  		padding: 0 0 10px 30px;
  	}
}


@media(max-width: 767px) {
	.text-carousel h1 {
 		font-size: 44px;
  	}
  	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
 		font-size: 26px;
  	}
	.get-started h1 {
		text-align: left;
	}
	.get-started .col-sm-3, .get-started .col-sm-6 {
		padding: 0;
	}
	footer {
		padding-top: 30px;
		font-size: 14px;
	}
	footer .col-sm-3, footer .col-sm-6 {
 		padding-top: 10px;
		padding-bottom: 10px;
  		padding-left: 15px;
  		padding-right: 15px;
	}
	footer .cborde {
		border-left: 0;
		border-right: 0;
	}
	footer ul li {
		padding-right: 15px;
	}
	footer ul a {
 		margin-bottom: 10px;
	}
	.feature {
  		padding-left: 0;
	}
	.feature .image {
	  position: relative;
	  left: inherit;
	  top: inherit;
	  width: 100%;
	  height: 200px;
	  border-right: 0;
	}
	.feature h2 {
  		right: inherit;
  		text-align: left;
  		left: 15px;
	}
	.feature .content {
  		padding-left: 15px;
	}
	.bg-getstarted {
		padding-left: 15px;
  		padding-right: 15px;
	}
	.headpage-filters form.searchword {
	  display: block;
	  float: none;
	  margin-top: 15px;
	  width: 100%;
	}
	.headpage h1 {
		padding-right: 15px;
	  	padding-right: 15px;
	  	position: relative;
	  	left: inherit;
	  	top: inherit;
	  	width: 100%;
	  	text-align: left;
	  	height: auto;
	  	padding-bottom: 30px;
	}
	.headpage h1::after {
 		width: 800px;
		height: 100%;
  		top: 0;
  		bottom: 0;
  		right: -15px;
  		border-right: none;
	}
	.headpage .col-sm-12 {
 		padding-left: 15px;
	}
	.headpage-content {
 		padding: 40px 15px 10px 0;
	}
	.headpage .bordewhite {
 		width: 800px;
 		margin-left: -15px;
	}
	.headpage-filters {
 		padding: 0 0 10px 0;
	}
	.headpage-content {
	  padding: 40px 0 10px 0;
	  min-height: 0;
	}
	.team-member-details {
		padding-top: 0;
	}
	.main-location .space {
 		height: 40px;
	}
	.content-location {
 		padding: 30px 15px;
	}
	.other-location {
		padding-left: 34%;
	}
	.other-location .content-location {
 		min-height: 100px;
	}
	.other-location .image-location {
		width: 34%;
  	}
  	.main-article {
  		padding-right: 0;
  	}
  	.main-article .image-articulo {
 		position: relative;
  		right: inherit;
  		width: 100%;
	}
	.main-article .titulos {
 		height: auto;
	}
	.main-article .titulos .readmore {
 		position: relative;
  		bottom: inherit;
  		left: inherit;
  		margin-top: 30px;
  		display: block;
  		margin-bottom: 10px;
	}
	.ssba {
 		margin-top: -5px;
  		margin-bottom: 20px;
	}
}


@media(max-width: 598px) {
	.carousel-home .item {
		background-image: url(../png/degradado.png) !important;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.text-carousel {
 		padding-right: 30px;
  		padding-left: 0;
  		text-align: left;
	}
	.feature .content {
  		padding-right: 15px;
	}
	.feature .link {
  		padding-left: 78px;
  		font-size: 16px;
  	}
  	.numers {
  		font-size: 48px;
  		margin-top: 10px;
	}
	.featured-case-home1 .image, .featured-case-home2 .image {
  		position: relative;
  		left: inherit;
  		right: inherit;
  		top: inherit;
  		width: 100%;
  		height: 230px;
  		display: block;
	}
	.featured-case-home1, .featured-case-home2 {
  		padding-left: 0;
  		padding-right: 0;
	}
	.featured-case-home1 .text-content, .featured-case-home2 .text-content {
 		min-height: 100px;
	}
	.feature-team {
	  width: 186px;
	  height: 186px;
	}
	.feature-team-name {
	  font-size: 17px;
	  padding-top: 66px;
	}
	.team-member .feature-team-name {
 		padding-top: 85px;
 		font-size: 16px;
	}
	a.gotoinsights {
		left: 102px;
  	}
  	.main-location, .other-location {
  		padding-left: 0;
  		padding-right: 0;
  	}
  	.main-location .image-location, .other-location .image-location {
  		position: relative;
  		right: inherit;
  		height: 200px;
  		width: 100%;
  		display: block;
	}
	.linkyear, .linkyear:hover {
 		font-size: 17px;
 		padding: 2px 1px;
  		margin-right: 2px;
  		font-weight: 400;
	}
}


/* Fix Quadmenu */
#quadmenu.quadmenu-is-horizontal.quadmenu-align-right .quadmenu-navbar-header {
 	margin-top: -5px;
}
#quadmenu.quadmenu-is-horizontal.quadmenu-align-right .quadmenu-navbar-nav {
  text-align: left;
  margin-left: 10px;
  float: left;
}
.hidendesktop {
	display: none !important;
}
.content-navbar {
	position: relative;
}
.content-navbar .top-right-desktop {
  list-style-type: none;
  margin: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 10000;
}
.content-navbar .top-right-desktop li {
	display: inline-block;
}
.joobsekers a {
	color: var(--blue) !important;
  	border: 1px solid #e4e5e4;
  	border-radius: 20px;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	font-size: 15px !important;
  	padding-left: 16px;
  	padding-right: 16px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'IBM Plex Sans', sans-serif;
	white-space: normal;
	transition: none !important;
	margin-left: 10px;
}
.searchtopbuscador {
	width: 146px;
	margin-left:10px;
}
.searchtopbuscador .buscador {
	position:relative;
}
.searchtopbuscador .buscador input {
  width: 100%;
  border: 1px solid #e4e5e4;
  padding: 5px 45px 5px 15px;
  border-radius: 20px;
  height: 40px;
  font-size: 15px;
}
.searchtopbuscador .buscador button {
  position: absolute;
  top: 0;
  right: 8px;
  background: transparent;
  border: none;
  outline: none;
  padding: 6px;
  margin: 0;
}


.buscador2 {
	position:relative;
	width: 400px;
	max-width:100%;
}
.buscador2 input {
  width: 100%;
  border: 1px solid #e4e5e4;
  padding: 7px 45px 7px 15px;
  border-radius: 20px;
  height: 44px;
  font-size: 15px;
}
.buscador2 button {
  position: absolute;
  top: 2px;
  right: 8px;
  background: transparent;
  border: none;
  outline: none;
  padding: 6px;
  margin: 0;
}
.resultadosbusqueda {
	margin-bottom: 25px;
	padding-bottom:25px;
	border-bottom:1px solid #f4f4f4;
}
.resultadosbusqueda .titulo-resultadosbusqueda {
	color:var(--darkblue);
	font-size: 20px;
}
#quadmenu .quadmenu-navbar-toggle .icon-bar-container {
	width: 28px;
}
#quadmenu .quadmenu-navbar-toggle .icon-bar-top, 
#quadmenu .quadmenu-navbar-toggle .icon-bar-middle, 
#quadmenu .quadmenu-navbar-toggle .icon-bar-bottom {
  height: 3px;
}
#quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container .icon-bar-top {
  top: 6px;
}
#quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container .icon-bar-bottom {
  bottom: 6px;
}
#quadmenu .quadmenu-navbar-nav li.titulo, #quadmenu .quadmenu-navbar-nav li.titulo a,
#quadmenu .quadmenu-navbar-nav li.titulo span {
	color: var(--blue) !important;
	font-weight: 500;
}
#quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content {
  padding: 12px 15px;
}

@media (max-width: 1100px) {
	.page-content {
 		padding-top: 0;
	}
	.top-right-desktop {
		display: none;
	}
	.hidendesktop {
		display: block !important;
	}
	#quadmenu .quadmenu-navbar-nav .col-sm-3 {
  		-webkit-box-flex: inherit;
  		-webkit-flex: inherit;
  		-ms-flex: inherit;
  		flex: inherit;
  		max-width: 100%;
	}
	#quadmenu.quadmenu-default_theme .quadmenu-navbar-brand.img {
 		margin-top: -4px;
	}
	#quadmenu .quadmenu-navbar-header .quadmenu-navbar-brand {
 		padding: 0 5px;
	}
	#quadmenu .quadmenu-navbar-toggle {
 		margin-right: 5px;
	}
	#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content, #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content > .quadmenu-caret {
 		padding: 15px 15px 15px 15px;
	}
	.quadmenu-item-19834, #menu-item-19834 {
		display: none !important;
	}
}


.matador-job-meta-default .matador-job-field-published-city-county:before {
	content: url(../dashicons-location-alt.html);
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	margin-right: 0.25rem;
	position: absolute;
	left: 0;
	top: -0.25rem;
}
.matador-job-meta-default .matador-job-field-published-city-county .matador-job-meta-label,
.matador-job-meta-default .matador-job-field-published-state .matador-job-meta-label {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
	
.newblock {
	background: #f0f0f0;
	margin-bottom: 30px;
}
.newblock .titulo {
 	color: #fff;
  	background: var(--darkblue);
  	display: flex;
  	-webkit-display: flex;
  	align-items: center;
  	padding-left: 15px;
  	padding-right: 15px;
  	font-size: 20px;
  	line-height: 23px;
  	height: 60px;
}
.newblock .contenido {
	padding-left: 15px;
	padding-right: 15px;
}
@media(min-width: 767px) {
	.newblock .contenido {
  		min-height: 303px;
  	}
}
.newblock .contenido h4 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.newblock .contenido .row {
	margin: 0 -9px;
}
.newblock .contenido .col-sm-4 {
	padding: 0 9px;
}
.newblock .item-blog:hover .feature-blog-categoria, .newblock .item-blog:hover .feature-blog-contenido {
  background: #f0f0f0 !important;
  color: var(--darkblue) !important;
}
.newblock .feature-blog {
	background: #f0f0f0 !important;
}
.newselects {
	position: relative;
}
.newselects .fa {
	color: var(--darkblue);
	position: absolute;
	right: 5px;
	top: 14px;
}
.newselects select {
	padding: 10px;
	-webkit-appearance: none;
	appearance: none;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	color: var(--darkblue);
	background: #f0f0f0;
	margin-bottom: 10px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
}
@media(min-width: 767px) {
	.newblock .item-blog {	
		margin-bottom: 0;
	}
}

/** Tags **/
.owl-carousel .item {
	position: relative;
}
.item-blog {
	position: relative;
}
.owl-carousel .item .tags, .item-blog .tags {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
}
.taglink {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff !important;
  padding: 4px 8px;
  border-radius: 18px;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  background: rgba(0,38,49,0.4);
}
.taglink:hover {
	background: rgba(0,38,49,0.8);
}
.taglink.single {
	padding: 7px 14px;
	font-size: 11pxs;
}
.alltags .taglink {
	background: #fff;
	font-size: 9px;
	border: 1px solid var(--darkblue);
	color: var(--darkblue) !important;
}
.alltags .taglink:hover, .alltags .taglink.active {
	background: var(--darkblue);
	color: #fff !important;
}



.searchword {
	display: none !important;
}
.searchword.searchwordvisible {
	display: block !important;
}

.ourwork {
	background:url(../jpg/bgourwork.jpg) no-repeat center center;
	background-size:cover;
	margin-bottom: 30px;
}
.border-ourwork {
	width:100%;
	height:1px;
	border-top: 1px solid #fff;
	opacity: 0.2;
	margin-bottom:50px;
}
.ourwork-item {
	background:#E9E9E9;
}
.ourwork-image {
	display:block;
	width:100%;
	height:250px;
}
.ourwork-content {
	text-align:center;
	padding:15px;
}
.ourwork-content h4 {
	margin: 10px 0 10px 0;
}
.ourwork-button {
	color:#fff !important;
	font-size:15px;
	background:#00728C;
	display:inline-block;
	margin-top: 20px;
	text-align:center;
	border-radius:5px;
	text-transform:uppercase;
	padding: 10px 14px;
}
.ourwork-button img {
  display: inline-block !important;
  width: 17px !important;
  margin-left: 4px;
  position: relative;
  top: -1px;
}
.owl4 .owl-nav {
  margin-top: 40px;
  margin-bottom:40px;
  display: block !important;
  width: 100%;
  text-align: center !important;
}
.owl4 .owl-nav .owl-prev, .owl4 .owl-nav .owl-next {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #6abef7 !important;
  text-align: center;
  color: #6abef7 !important;
  background: transparent !important;
  margin-right: 8px;
  font-size: 30px !important;
  line-height: 31px !important;
  border-radius: 50% !important;
}

/** Nuevo slider **/
#carousel-1 {
	height: 540px;
}
#carousel-1 .carousel-inner {
	height:100%;
}
#carousel-1 .carousel-inner .item {
	height:100%;
	overflow:hidden;
}
.bgcarousel {
	width: 100%;
  	height: 100%;
  	position: absolute;
  	left: 0;
  	top: 0;
  	z-index: 1;
}
.imagencarousel {
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
}
.bgcarousel.blue {
  	background: url(../png/azul.png) no-repeat left center;
  	background-size:cover;
}
.bgcarousel.darkblue {
	background:url(../png/azuloscuro.png) no-repeat left center;
	background-size:cover;
}
.bgcarousel.yellow {
	background:url(../png/amarillo.png) no-repeat left center;
	background-size:cover;
}
.text-carousel h1 {
  font-size: 44px;
  text-transform: uppercase;
}
.text-carousel {
  text-align: left;
  padding-left: 30px;
}
.text-carousel p {
  text-transform: uppercase;
  padding-left: 2px;
  font-size:19px;
}
.bgcarousel.blue .linkslide a {
	background:#cccccc;
	color:#002631;
	display:inline-block;
	padding: 10px 15px;
	border-radius: 6px;
	text-transform:uppercase;
}
.bgcarousel.blue .linkslide a span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #002631;
  text-align: center;
  line-height:26px;
  margin-left:6px;
}
.bgcarousel.darkblue .linkslide a {
	background:#cccccc;
	color:#002631;
	display:inline-block;
	padding: 10px 15px;
	border-radius: 6px;
	text-transform:uppercase;
}
.bgcarousel.darkblue .linkslide a span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #002631;
  text-align: center;
  line-height:26px;
  margin-left:6px;
}
.bgcarousel.yellow .linkslide a {
	background:#b75200;
	color:#ff9b16;
	display:inline-block;
	padding: 10px 15px;
	border-radius: 6px;
	text-transform:uppercase;
}
.bgcarousel.yellow .linkslide a span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #ff9b16;
  text-align: center;
  line-height:26px;
  margin-left:6px;
}
.bgcarousel .linkslide a span .fa {
  position: relative;
  top: -1px;
  margin: 0 0 0 2px;
}
#carousel-1 .carousel-indicators {
	margin: -50px 0 0 0;
  	left: inherit;
  	right: inherit;
  	bottom: inherit;
  	width: 100%;
}
#carousel-1 .carousel-indicators li {
  opacity: 0.6;
}
#carousel-1 .carousel-indicators li.active {
  background: #d0d0d0;
  opacity: 1;
}


@media(max-width:1100px) {
	.bgcarousel.blue {
 		background: url(../png/azul.png) no-repeat left center;
    	background-size: auto;
  		background-size: 1255px 540px;
	}
	.bgcarousel.darkblue {
 		background: url(../png/azuloscuro.png) no-repeat left center;
    	background-size: auto;
  		background-size: 1255px 540px;
	}
	.bgcarousel.yellow {
 		background: url(../png/amarillo.png) no-repeat left center;
    	background-size: auto;
  		background-size: 1255px 540px;
	}
	.text-carousel {
    	padding-right: 46%;
    	padding-left: 0;
  	}
}

@media(max-width:991px) {
	.bgcarousel.blue {
 		background: url(../png/azul.png) no-repeat left center;
    	background-size: auto;
  		background-size: 856px 540px;
	}
	.bgcarousel.darkblue {
 		background: url(../png/azuloscuro.png) no-repeat left center;
    	background-size: auto;
  		background-size: 856px 540px;
	}
	.bgcarousel.yellow {
 		background: url(../png/amarillo.png) no-repeat left center;
    	background-size: auto;
  		background-size: 856px 540px;
	}
	.text-carousel {
    	padding-right: 50%;
    	padding-left: 0;
  	}
  	.text-carousel h1 {
 		font-size: 34px;
  		text-transform: uppercase;
	}
	.text-carousel p {
 		font-size: 17px;
	}
	.imagencarousel {
 		width: 60%;
  		height: 100%;
	}
}

@media(max-width:598px) {
	.text-carousel {
    	padding-right: 0;
    	padding-left: 0;
  	}
}