/**!
 * b4st CSS
 */

 /* grid fix for 5 columns */
 .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5 {
  min-height: 1px; 
  position: relative;
}

@media (min-width: 576px) {
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
  }
  
  @media (min-width: 768px) {
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
  }
  
  @media (min-width: 992px) {
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
  }

  @media (min-width: 1200px) {
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
  }


body {
	font-family: "open sans";
	font-weight:100;
}

.container {
	max-width:1500px;
}
.site-header-image {
	display: block;
	margin: auto;
}

::-moz-selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}

a:focus, button:focus {
	outline: none;
}


::selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}

img::selection {
	color: #fff;
	background: 0 0;
}

img::-moz-selection {
	color: #fff;
	background: 0 0;
}

/*.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}*/

.alignleft {
	float: left;
	margin:0px 10px 10px 0px;
}

.alignright {
	float: right;
	margin:0px 0px 10px 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin:10px auto;
}

a {
    color:#000000;
}

a:hover {
    text-decoration: none;
    color: #444444;

}

b, strong {
	font-weight:bold;
}

a.continue_reading {
	font-weight: bold;
    font-size: 13px;
    background: #003497;
    color: #ffffff;
    padding: 3px 8px;
    display: inline-block;
    border-radius: 100px;
}

.btn-primary {
	background-color: #469fd7;
	border-color:  #469fd7;
	padding:10px;
}
.btn-primary:hover {
	background-color:#3567a2;
	border-color: #3567a2;
}

hr.red {
	border-bottom:8px solid #f00029;
	max-width:250px;
	margin:1rem 0;
}
hr.white {
	border-bottom:8px solid #ffffff;
	max-width:200px;
	margin:2rem auto;
}
.printed_text hr.white {
	margin-left:0px;
	margin-right:0px;
}

.equipments hr.red {
	margin:1rem auto;
}
/* Max img widths */

.copyright p {
	font-size:11px;
	color:#eeeeee;
}
.copyright a {
	text-decoration:underline;
}

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Responsive Container (because Bootstrap 4.0.0 doesn't have this) */

.container-responsive {
	width: 100%;
	max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* navbar */

.burger {
	position:absolute;
	right: 15px;
    top: -50%;
	border: 3px solid transparent;
    padding: .35rem .5rem;
	border-radius: 0px;
	color: #333333;
	border-color: #333333;
	background:transparent;
	-webkit-transform: translate(0%, 50%);
	-moz-transform: translate(0%, 50%);
	-ms-transform: translate(0%, 50%);
	-o-transform: translate(0%, 50%);
	transform: translate(0%, 50%);
}
.burger .navbar-toggler-icon {
	color: #333333;
	background: url(../../images/nav.svg) no-repeat center center;
}

.navbar-nav .dropdown-menu {
	padding: 0px;
	border-radius: 0px;
	background:#de2225;
	border:0 none;
	text-transform:uppercase;
}

.navbar-nav .dropdown-menu a {
	color:#ffffff;
}

.dropdown-item:focus, .dropdown-item:hover {
	background:#bd1a1a;
}

@media (min-width:768px) {
	.burger {
		display:none;
	}
	/* .home #header {
		position: absolute;
		left: 0px;
		top: 0px;
		width:100%;
		z-index:1000;
		background:rgba(255,255,255,.8)
	} */

	.navbar-expand-md .navbar-nav .dropdown-menu {
		padding: 0px;
		border-radius: 0px;
		background:#de2225;
	}
}

@media (max-width:768px) {
	#header .container {
		max-width:100%;
	}
}

.navbar {
	padding:0px;
}

.navbar > .container-responsive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-responsive {
	padding-right: 0;
	padding-left: 0;
}
.navbar > .container,
.navbar > .container-responsive {
	max-width: 1500px;
}

.navbar-toggler {
	border: 3px solid transparent;
	padding:.35rem .35rem;
	border-radius:0px;
}

.navbar-light .navbar-toggler-icon {
	color:#333333;
	background:url(../../images/nav.svg) no-repeat center center;
}

.navbar-toggler:focus {outline:0;}

.navbar-light .navbar-toggler {
    color: rgb(70, 159, 215);
    border-color: rgb(70, 159, 215);
}

.dropdown-menu {
	left: 0px;
	right: 0px;
	min-width:14rem;
	top:97%;
}

.dropdown-toggle::after {
	top: 2px;
	position:relative;
}

.main-menu li {
	font-size:12px;
	font-family: 'Oswald', sans-serif;	
}


/* .main-menu li a {
	font-weight:500;
} */

@media (min-width:769px) {
	.main-menu li {
		font-size:16px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding: 1rem 1.5rem;
	}
}

@media (min-width:1023px) {
	.main-menu li {
		font-size:18px;
	}
}
/* topnav */

.topnav {
	background:#eeeeee;
}

.topnav ul {
	list-style:none;
	margin:0px;
	padding: 5px 0px;
}

.topnav li {
	font-size:11px;
	margin-left:15px;
}

.topnav li a {
	color:#333333;
	padding:.25rem .5rem;
	padding:0px;
}
.topnav li a:hover {
	color:#de2225;
}

.topnav li .fab {
	font-size:24px;
}
.topnav li .fab.fb {
	font-size:22px;
}

/* Author bio */

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

/* Header */
#mainNav {
	background: #de2225;
}
.navbar-brand {
	background: url(../../images/logo.png) no-repeat center center;
	background-size: auto 100% ;
	width:170px!important;
	height:90px;
	display: block;
	text-indent: -9999px;
	margin: 18px 0px;
}

.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 200;
}

@media (max-width:768px) {
	.navbar-light .navbar-nav .nav-link {
		padding-left:10px;
	}

	.navbar-brand {
		height:45px;
		width:85px!important;
	}
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	background:#bd1a1a;
	color:#ffffff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	background:#bd1a1a;
    color: #ffffff;
}

.header_icon {
    margin-right: 5px;
}

/* Text headlines and paragraph */
h1,h2,h3,h4,h5,h6 {
    color: #333333;
	font-weight:400;
	font-family: 'Oswald', sans-serif;
}


/* Main content */

.bg-primary {
    background-color: #f00029!important;
}
.bg-primary ul {
    padding:0px;
    list-style:none;
}
.bg-primary li {
    font-size:13px;
}

.bg-primary li::before {
    content: "• ";
    color: #ffffff;
}

.bg-primary.footer li::before {
    content: "";
    color: #ffffff;
}
.bg-primary a {
    color: #ffffff;
}
.bg-secondary {
    background-color:#1c6a9e;
}
.bg-primary h2 , .bg-primary h3 , .bg-primary h4  {
    color:#ffffff;
}
.bg-secondary h2 , .bg-secondary h3 , .bg-secondary h4 {
    color:#ffffff;
}
.bg-dark {
    color: #fff;
    background-color: #2e2f34;
}

/* HEADER */

#header .header-widget p {
	font-size:12px;
	margin-bottom:0px;
}
#header .header-widget h2 {
	font-size:18px;
	font-family:'open sans', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-style: italic;
	margin-bottom:0px;
}
/* Homepage */

.header-content h2 {
    margin-bottom:20px;
}

#slideshow {
	position: relative;
}
.slideshow_container {
	text-align:center;
	position:relative;
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.slideshow_container > li {
    list-style:none;
    padding:0px;
	/* background:#1e6a9d; */
	margin: 0px!important;
	width:100%;
	height:calc(100vh - 220px);
	min-height: 400px;
	position:relative;
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	/* background-size: auto 100%; */
	background-size:cover;
	/* background-attachment: fixed; */
}

@media (max-width:768px) {
	ul.slideshow_container > li {
		 height:calc(100vh - 550px);
		 min-height:320px;
	}	
}

@media (max-width:570px) {
	ul.slideshow_container > li {
		 height:calc(100vh - 600px);
		 min-height:250px;
	}	
}

.slideshow_container .header-content {
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 0px;
    height: 100%;
    width: 100%;
    margin-left: 0%;
    text-align: left;
    z-index: 81;
}

.slideshow_container .header-content h3 {
    color:#ffffff;
    font-weight:400;
}

.slideshow_container .header-content p {
    color:#ffffff;
}

.slideshow_container .header-content-inner {
    max-width: 600px;
    max-width:50%;
	position: absolute;
	bottom: 50%;
	-webkit-transform: translate(0%, 50%);
	-moz-transform: translate(0%, 50%);
	-ms-transform: translate(0%, 50%);
	-o-transform: translate(0%, 50%);
	transform: translate(0%, 50%);
}
@media (max-width:768px) {
	.slideshow_container .header-content-inner {
		width: 100%;
		text-align: center!important;
		left: 0px!important;
		max-width: inherit;
	}

	.slideshow_container .header-content-inner hr {
		margin-right: auto!important;
    	margin-left: auto!important;
	}

	.slideshow_container .header-content h2 {
		font-size:60%;
	}

	.slideshow_container .header-content h3 {
		font-size:60%;
	}
}

.slideshow_container .header-content-inner.text-right {
	right: 5%;
}
.slideshow_container .header-content-inner.text-right hr.red {
	margin-left:auto;
	margin-right:0px;
}

.slideshow_container .header-content-inner.text-left {
	left: 5%;
}


.slideshow_container .header-content h2 {
	text-align: unset;
	color:#ffffff;
	font-size:80px;
}
.slideshow_container .header-content h3 {
	text-align: unset;
	color:#ffffff;
	font-size:30px;
	font-family:'open sans', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.slideshow_container .header-content p {
	text-align: unset;
	color:#ffffff;
	font-size:18px;
}

@media (max-width:768px) {
	.slideshow_container .header-content h2 {
		font-size:60px;
	}

	.slideshow_container .header-content h3 {
		font-size:24px;
	}
	.slideshow_container .header-content p {
		font-size:14px;
	}
}

@media (max-width:570px) {
	.slideshow_container .header-content h2 {
		font-size:30px;
	}

	.slideshow_container .header-content h3 {
		font-size:20px;
	}
	.slideshow_container .header-content p {
		font-size:13px;
	}
}
 
.slideshow_video {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
}

/* .slideshow_container video {
	width:100%;
	height:auto;
	margin: 0px auto;
	display:block;
	position:relative;
} */

.slideshow_video video {
    position: absolute;
    z-index: 0;
    background-size: 100% 100%;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: block;
}

.slideshow_container .video_content, .slideshow_container .image_content {
	height:100%;
} 
/* Mercados */
.market {
	padding:100px 0px 70px;
	background:#f00029;
}

.market .header-content {
        margin-bottom:50px;
}
.market .header-content h2 {
	color:#ffffff;
}

.market .header-content p {
	color: #ffffff;
}
.header-content h2 {
	line-height:1em;
}


.header-content p {
    font-size:18px;
    font-weight:200;
    letter-spacing: .5px;
}

.market ul.row {
    list-style: none;
    padding:0px;
    margin-bottom:0px;
}

.market li {
    text-align:center;
    list-style: none;
    margin-bottom:60px;
}
.market li a {
	color: #ffffff;
}

.market li h4 {
    font-size:24px;
    font-weight:400;
    margin:30px 0px 0px;
}

@media (max-width: 991px) {
	.market li h4 {
		font-size:18px;
	}
}

/* health_insurance */

.health_insurance {
    padding:100px 0px 0px;
}

.health_insurance ul {
    padding:0px;
}

.health_insurance li {
    list-style:none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.health_insurance li img {
    vertical-align: middle;
}

/* professionals */

.professionals {
    margin: 0px 0px 0px;
    padding: 100px 0px;
}

.professionals li {
    list-style:none;
}

.professionals li h4 {
    font-size:14px;
    font-weight: 200;
    width:100%;
}

.professionals ul {
    padding:0px;
    margin-bottom: 0px;
}

.professionals li .small_profile {
    display:flex;
}

.professionals  .directors .member_img {
    margin-right:10px;
}

.professionals .small_profile span  {
    display:block;
    font-weight:600;
}

.professionals .member_img {
    border-radius: 100%;
    border: 5px solid #3a9fd7;
}

.professionals .team {
    margin-top:30px;
}

.professionals .team .small_profile {
    text-align: center;
    margin-top:15px;
} 

/* text content block */

.two_columns {
	column-count: 2;
	column-gap: 30px;
}

.three_columns {
	column-count: 3;
	column-gap: 30px;
}

/* Cover Image */
.cover_with_text {
	background-repeat: no-repeat;
	background-position: center center;
	padding:50px 0px;
	background-size: cover;	
	background-attachment: fixed;
}

.nos_eligen h2 {
	font-size: 100px;
	text-align: left;
}
.nos_eligen p {
	font-size:16px;
}
.nos_eligen span {
	font-weight: 200;
}

@media(max-width:570px) {
	/* .cover_with_text {
		background-image: none!important;
	} */

	.nos_eligen h2 {
		font-size: 72px;
	}
}

@media (min-width:570px) {
	.cover_with_text {
		padding: 150px 0px;
		
	}
}

.variable_height {
	height:auto;
	padding:50px 0px;
}

.printed_text {
	position: relative;
	/*top: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%); */
}
.cover_with_text h2, .cover_with_text h3, .cover_with_text h4, .cover_with_text p {
	color:#ffffff;
} 

.hero_header {
	position:relative;
	height:420px;
	width:100%;
	display:block;
	background-position:center center;
	background-attachment: unset;
	background-size: cover;
}

.hero_header .header-content {
	position: relative;
	top: 50%;
	padding-left:15px;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.hero_header h1, .hero_header h2, .hero_header h3, .hero_header h4, .hero_header h5, .hero_header p {
	color:#ffffff;
	margin:0px;
}

.hero_header h1 {
	font-size:70px;
	text-transform: uppercase;
}

@media (max-width:570px) {
	.hero_header {
		height:180px;
	}
	.hero_header h1 {
		font-size: 40px;
	}
}
@media (max-width:375px) {
	.hero_header h1 {
		font-size: 25px;
	}
}


.news {
    padding: 100px 0px;
}

.news h4 {
    font-size: 20px;
    line-height: 1.4em;
	font-weight: 400;
	margin:10px 0px;
}

.news p {
	font-size:14px;
}

.news ul {
    list-style: none;
    margin-bottom:0px;
    padding:0px;
}

.news li {
    margin-top:20px;
    margin-bottom: 20px;
}

.news a  {
	margin-right: 10px;
	color:#333333;	
}

.news li:hover a {
	text-decoration: underline;
}

/* .news .img_link {
    float:left;
} */

.news .img_link img {
	border: 4px solid #eeeeee;
	
}
.news .img_link:hover img {
	border-color: #de2225;
}



/* LISTADO EQUIPOS FILTRABLES*/

.equipments {
	padding:100px 0px;
}

.equipments h2 {
	text-align:center;
	margin-bottom:10px;
}

ul.description {
	margin: 60px 0px 60px 20px;
}

.product-image {
	position:relative;
	border:1px solid #dddddd;
}
.product-image a{
	display: block;
}
.product-image a img {
	display:block;
	margin:0px auto;
}
.product-image .svg-inline--fa{
	position:absolute;
	bottom:15px;
	right:15px;
	color:#bbbbbb;
}
.product-image:hover .svg-inline--fa {
	color:#555555;
}

section#portfolio  {
    padding: 100px 0;
}

#portfolio_content img {
    border:1px solid #dddddd;
}
#portfolio_content {
    border:0 none;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    border: 1px solid #dddddd;
    border-width: 1px 1px 0px 0px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(255,11,35,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

#portfolio .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
 .portfolio-item {
    margin-bottom:0px!important;
    padding:0px!important;
    overflow:hidden;
}
.portfolio-item a {
    position:relative;
    display:block;
    text-align:center;
    border: 0px solid #e5e5e5;
    margin: 0px;

}
.portfolio-item .hover {
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    opacity: 0;
    background:rgba(0,52,101,1);
    text-align:center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.portfolio-item h2 {
    font-size:22px;
    position:relative;
    top:50%;
    margin:-35px 0px .25em;
    color:#ffffff;
}

.portfolio-item p {
    line-height:1.4em;
    color:#ffffff;
}
.portfolio-item:hover .hover {
    opacity:0.9;
}
.portfolio-item img {
  border:0px solid #dddddd;
}
#filters {
	background: #dddddd;
}
#filters a {
  background: none;
  border: none;
  color: #555555;
  border-radius: 0px;
}

.list-inline > li {
    display: inline-block;
    /* padding-right: 5px;
    padding-left: 5px; */
}
#filters a:hover, #filters a.active {
  background:#f00029;
  border-color: #f00029;
  color: #fff;
  /* -webkit-box-shadow: inset 0 0px 0px transparent;
    box-shadow: inset 0 0px 0px transparent; */
}

#filters a:hover {
	background:#bbbbbb;
	border-color: #bbbbbb;
	color: #333333;
}

@media (max-width:768px) {

	.portfolio-item {
		padding:0px 1.5px 3px!important;
	}
	.portfolio-item h2 {
		font-size:18px;
	}
	.portfolio-item .hover {
		opacity:1;
		background:rgba(0,52,101,.9);
	}
}

/* LISTADO PRODUCTOS NORMAL */

.equipment_list {
	padding:0px;
}

.equipment_list li {
	border-bottom:1px solid #dddddd;
	padding-top:.5rem;
	padding-bottom:.5rem;
}

.equipment_list .equipment_list_header {
	font-weight: bold;
}

.equipment_list .equipment_value {
	text-align: center;
}

@media (max-width:572px) {
	.equipment_list li {
		font-size:12px;
	}

	.equipment_list .equipment_value {
		text-align: left;
	}
}
/* skew button */
/* div {
	width: auto;
	background-color: yellow;
	border: 1px solid black;
	margin:0px auto;
	display: inline-block;
  }
  
  
  div#myDiv {
	-ms-transform: skewX(-20deg); 
	-webkit-transform: skewX(-20deg); 
	transform: skewX(-20deg); 
	overflow:hidden;
  }
  
  div#myDiv > div {
  position:relative;
	  -ms-transform: skewX(20deg);
	-webkit-transform: skewX(20deg); 
	  transform: skewX(20deg);
	  padding: 30px;
	  border: 0 none;
	  width: auto;
} */
  

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {font-size: 16px;}
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {font-size: 22px;}
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height;
     -moz-transition-property: height;
      -ms-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* Secondary pages */

.hero_page {
	background-color:#003497;
	background-repeat: no-repeat;
	background-position: center center;
}

.hero_page.practica {
	background-color: #003497;

}

.hero_page h1 {
	color:#ffffff;
	text-transform:uppercase;
}

.page-template-page-flexible .market,
.page-template-page-flexible .health_insurance,
.page-template-page-flexible .professionals {
	margin-top:0px;
	padding-top:0px;
}

/* DIVIDER BAR */
.btn {
	border: 0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	display:inline-block;
	font-size:18px;
}

@media (max-width:1024px) {
	.btn {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.btn {
		font-size:13px;
	}
}
.divider-bar {
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}

.divider-bar * {
	vertical-align:middle;
}

.divider-bar h3 {
	font-size: 30px;
	line-height:2em;
}

.divider-bar h3 span {
	font-weight:400;
	margin:0px 10px 0px 0px;
}

.divider-bar h3 i {
    position: relative;
    top: -2px;
    margin: 0px 5px;
}
@media (max-width:570px) {

	.divider-bar h3 span {
		font-weight: 200;
		display: block;
		line-height:1.2em;
		margin: 0px 10px 15px 0px;
	}
}

.bar_sin_fondo {
	color:rgba(21,88,75,1);
	background:transparent
}

.bar_fondo_verde {
	background:rgba(21,88,75,1);
	color:#ffffff;
}

.bar_fondo_amarillo {
	background:rgba(254, 184, 35,1);
	color:#222222;
}

.columns_fondo_blanco {
	background: rgba(255,255,255,1);
	background:rgba(21,88,75,1);
}

.btn_sin_fondo {
	color:rgba(21,88,75,1);
	background:transparent
}
.btn_sin_fondo:hover {
	text-decoration: underline;
}

.btn_fondo_blanco {
	color:#f00029;
	background:#ffffff;
}

.btn_fondo_blanco:hover {
	color:#f00029;
	background:#e5e5e5;
}

a.btn_fondo_rojo {
	background:#f00029;
	color:#ffffff;
}

.btn_fondo_rojo:hover {
	background:#f00029;
	color:#e5e5e5;
}

.btn_fondo_verde {
	background:rgba(40,194,101,1);
	color:#ffffff;
}
.btn_fondo_verde:hover {
	background:rgba(40,194,101,.75);
	color:#ffffff;
}

.btn_fondo_amarillo {
	background:rgba(254, 184, 35,1);
	color:#222222;
}

.btn_fondo_amarillo:hover {
	background:rgba(254, 184, 35,.75);
}

.columns_fondo_blanco {
	background: rgba(255,255,255,1);
	background:rgba(21,88,75,1);
}

/* Sidebar */

aside {
    padding: 5% 0px;
}
img {
    max-width:100%;
    height:auto;
 }
.no-padding {
    padding: 0;
}
.no-padding-bottom {
    padding-bottom:0px!important;
}

.spacer {
    height:30px;
    display:block;
}

/*.post-category {}*/

.post-category a {
	background:#555555;
	color:#ffffff;
	padding:0rem .35rem;
}

/* SINGLE */

.single-post-header h2 {
	text-transform: uppercase;
	font-weight:500;
}

.single-post-header h2 a {
	color:#333333;
}
.single-post-header h2 a:hover {
	color:#003497;
}

.single article {
    margin-bottom: 3rem;
}

/* pages and posts */
article h2 {
	font-size: 28px;
}

article h3 {
	font-size:24px;
}

article h4 {
	font-size:20px;
}

article ul {
	margin:20px 0px;
}

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

.contact_form  label {
    display:block;

}

/* post listing */

.post-listing-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.post-listing-box h2 {
	font-size:30px;
}
.post-listing-box p {
	display:inline;
}

.post-listing-image {
	margin:0px 0px 30px 0px;
	/* max-width:360px; */
}
/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}

/* Site footer */

.footer h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	margin-bottom: 15px;
}

.footer ul {
	list-style: none;
}

.footer .menu li {
	margin:5px 0px;
	color: #ffffff;
}

.footer .widget li, .footer .widget p {
	color:#ffffff;
	font-size:14px;
}

.socialmedia_footer li {
	display:inline-block;
	font-size:1rem;
}

.footer .socialmedia_footer li i[class^="fa"] {
	font-size:32px;
}
/* .footer .widget p {

} */

@media (max-width:570px) {
	.footer .widget {
		position:relative;
		margin-bottom:15px;
		padding-bottom:15px;
	}

	.footer .widget:after {
		position: absolute;
		border-bottom: 1px solid #ffffff;
		bottom:0px;
		left:15px;
		width:calc(100% - 30px);
		height:1px;
		content:'';
	}
}

.footer i[class^="fa"] {
	margin-right:10px;
	font-size:20px;
}

/* .footer ul.footer_contacto {
	list-style: none;
}

.footer_contacto li {
	margin-bottom:15px;
	vertical-align:middle;
	color:#ffffff;
}

.footer_contacto li a {
	text-decoration: underline;
}
.footer_contacto li a:hover {
	text-decoration: none;
}

.footer ul.footer_contacto li:before {
	content:'';
}

.footer .svg-inline--fa {
	vertical-align:middle;
	margin-right:5px;
}

.footer_contacto li span {
	vertical-align:middle;
} */

/* MAINTENANCE PAGE */

.maintenance_video_content {
	/* height:100vh;
	width:100%;
	position:fixed; */
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.maintenance_video_content video {
    position: absolute;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.maintenance_video_content:before {
	position: absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.2);
	top:0px;
	left:0px;
	z-index:10;
	content:'';
}

.maintenance-logo {
	width:50%;
	text-align:center;
	/* display:block; */
	position: relative;
	z-index:1001;
}
.maintenance-logo h2 {
	color:#ffffff;
	font-family: 'open sans', helvetica, arial, sans-serif;
	font-size:21px;
	font-style: italic;
}
.maintenance-logo h3 {
	color:#ffffff;
	text-transform: uppercase;
}
.maintenance_footer {
	position:fixed;
	z-index: 1003;
	bottom:0px;
	left:0px;
	width:100%;
	padding:10px 0px;
	background:red;
	text-align:center;
}
.maintenance_footer p {
	color:#ffffff;
	font-size:13px;
	margin:0px;
}

.maintenance_header {
	position:fixed;
	z-index: 1002;
	top:0px;
	left:0px;
	width:100%;
	padding:10px 0px;
	background:#e5e5e5;
	text-align:center;
}
.maintenance_header li {
	color:#111111;
	font-size:20px;
	margin:0px 10px;

}

.maintenance_header ul {
	padding:0px;
	margin:0px;
}

/* 404 */

.container404 {
	height: calc(100vh - 613px);
}
.content404 {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/**** FORMULARIO DE RRHH ****/

.wpcf7 form .form-control {
	border-radius:0px;
	margin-top:.5rem;
	padding:10px;
}

.wpcf7 form label {
	display:block;
	margin-bottom:2rem;
	font-weight:500;
}

.send_btn {
	display:flex;
	justify-content: flex-end;
}
.send_btn .btn {
	order: 2;
	padding: 15px 50px;
	background:rgba(40,194,101,1);
}

.send_btn .btn:hover {
	background:rgba(40,194,101,.75);
}

.send_btn .btn:active {
	order: 2;
	padding: 15px 50px;
	background:rgba(40,194,101,1)!important;
}

.send_btn .ajax-loader {
	order:1;
}

.cargar-tu-cv {
    top: 8px;
}

/******** Contact 7 Form - alert notifications ********/

div.wpcf7-response-output  {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:2%;
	margin-left:0px;
}

div.wpcf7-mail-sent-ok {
	color: #468847;
	background-color: #dff0d8;
	border:1px solid #d6e9c6;
}

div.wpcf7-mail-sent-ng {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
}

div.wpcf7-spam-blocked {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
}

div.wpcf7-validation-errors {
	color: #c09853;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
}

span.wpcf7-not-valid-tip {
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding: .25em 1em;
    background: #e87878;
    color: #ffffff;
    display: inline-block;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.pagination {
	align-items: center;
}
/* pagination */
.page-item.active .page-link {
	background-color: #469fd7;
}
.page-link {
	color:#bbbbbb;
	border-color: #bbbbbb;
}

/* table */

table {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

th {
	padding: 20px;
	background: #58585a;
	color: #fff;
	border: none;
}
td {
	padding:15px;
}


@media (max-width:570px) {
	table {
		font-size: 11px;
	}

	td {
		padding:5px;
	}
	th {
		padding: 10px;
	}
}



@media(min-width:570px) {
	.header-content h2 {
		font-size: 24px;
	}

	.slideshow_content .header-content h2 {
		font-size: 40px;
	}
	.slideshow_content .header-content h3 {
		font-size: 18px;
	}

	.slideshow_content .header-content p {
		font-size: 14px;
	}

	.maintenance-logo img {
		max-width:100%;
	}
	
}

@media(min-width:768px) {
	h2, .header-content h2 {
		font-size: 50px;
	}
	
	h3, .slideshow_content .header-content h3 {
		font-size:26px;
		font-weight:100;
	}
	
	h4 {
		font-size: 24px;
		font-weight: 500;
	}
	
	p {
		font-size:16px;
	}
	.slideshow_content .header-content p {
		font-size:16px;
	}
}

@media(min-width:992px) {
	/*** Agregar estilos aca ***/
}

@media (min-width: 1200px) {
    /*** Agregar estilos aca ***/
}

@media (max-width:768px) {
	.hero_page h1 {
		font-size: 40px;
	}

	.two_columns {
		column-count: 1;
		column-gap: 0px;
	}

	.three_columns {
		column-count: 1;
		column-gap: 0px;
	}

	.market, .health_insurance {
		padding:50px 0px 0px;
	}

	.professionals, .social, .news {
		padding:50px 0px;
	}

	.post-listing-box {
		display:block;
	}
	.post-listing-box {
		display:block;
	}
	/* .post-listing-image {
		max-width: 100%;
	} */
	.post-listing-box h2 {
		font-size: 21px;
	}

	.bx-wrapper .bx-controls-direction a {
		width:15px;
		height:15px;
	}
}


@media (max-width: 575.98px) {

	.hero_page h1 {
		font-size: 28px;
	}
	article h2 {
		font-size: 24px;
	}
	
	article h3 {
		font-size:20px;
	}
	
	article h4 {
		font-size:16px;
	}

	.header-content h2 {
		font-size: 30px;
	}
	
	.header-content h3 {
		font-size:18px;
	}

	.header-content p {
		font-size: 13px;
	}

	.slideshow_content .header-content-inner {
		max-width:0%;
	}

	.slideshow_content .header-content h3 {
		font-size: 13px;
	}

	.slideshow_content .header-content p {
		font-size: 9px;
	}

	.bx-wrapper .bx-pager {
		display:none;
	}
	.send_btn {
		display:block;
	}
	.send_btn .btn {
		display:block;
		width:100%;
	}
}