
/*********************
	Enisa
**********************/

.enisa{
	margin-top: 50px;	
}

	/*********************************
	   VIDEOS
    *********************************/

	.video_modulo{
	   background-color: #000000;
	   width: 100%;
	}
	
	.video_promocion {
	    width: 100%;
	    margin: 0 auto;
	    overflow: hidden;
    	height: 560px;
    }
    
    .video_promocion iframe, .video-container object, .video-container embed {    	
    	width:100%;
    	height:100%;
    }


/*********************************
    PRESS - DOWNLOAD ICON
*********************************/
.press_images > .image{
    position: relative;
    width: 180px;
}

.press_images > .image a{
    position: absolute;
    bottom: 0;
    right: 0;
}

/******************************
******************************/

.content {
	width: 960px;
	margin: 0 auto;
}

.height_caja {
	min-height: 555px
}

.auto-width-left {
	width: -webkit-calc(50% - 480px);
	width: -moz-calc(50% - 480px);
	width: calc(50% - 480px);
}

.margin-right-menu {
	background-color: white;
}

.ancho_top {
	width: 960px;
}

/* Tamaño del navbar */
.navbar {
	height: 100px;
}

.menu_escondido {
	display: none;
}

.boton_redondo {
	/* Esquinas */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

/*
	Imagenes de fondo
*/
.jobs_image_01 {
	background-image: url('../img/fondos/01_jobs.jpg');
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Slider con Unslider
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.slider {
	position: relative;
	overflow: auto;
}

.slider li {
	list-style: none;
}

.slider ul li {
	float: left;
}

.slider .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.slider .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	background: white;
	border-radius: 6px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.slider .dots li.active {
	background: #00b289;
	border: 2px solid #00b289;
	opacity: 1;
}

.slider ol {
	width: 960px;
	margin: 0 auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	FIN Slider
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*
	SLIDER
*/
#slider {
	width: 100%;
	height: 555px;
	position: relative;
	overflow: hidden;
}

#slider>div {
	position: relative;
	left: 0;
	top: 0;
}

#slider-pagination {
	position: relative;
	top: -60px;
	left: 80px;
	height: 0px;
}

#slider-pagination a {
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
	webkit-border-radius: 100%;
	width: 9px;
	height: 9px;
	color: #acacac;
	background-color: #acacac;
	border-color: #acacac;
	margin: 0 4px;
	font-size: 8px;
}

#slider-pagination .active {
	color: #3c3c3c;
	background-color: #3c3c3c;
	border-color: #3c3c3c;
}

/**/
.box_menu {
	display: none;
}

.box_menu_mobile {
	display: none;
}

.menu_juegos {
	z-index: 1001;
	position: absolute;
	top: 100px;
	width: 100%;
	min-height: 160px;
	background-color: black;
	text-align: center;
}

.menu_juegos_mobile {
	width: 100%;
	background-color: black;
	text-align: center;
}

.menu_juego {
	width: 150px;
	height: 150px;
	margin: 3px;
	display: inline-block;
}

.negrita {
	font-weight: bold;
}

.menu_juego img {
	width: 100%
}

/* Fuente del menú */
.font_Monserrat {
	font-family: 'Montserrat', sans-serif;
}

/* Color de las palabras del menú */
.negro_ftb {
	color: #111111;
}

.gris_copy {
	color: #666666;
}

.bg_negro_ftb {
	background-color: #111111;
}

/* Logo barra superior, sobre fondo verde */
.caja_logo {
	height: 90px;
	width: 70px;
}

/*Footer*/
.footer_copy {
	margin-top: 80px;
	margin-right: 20px;
}

.caja_boton {
	margin: 0 auto;
	max-width: 50%;
}

.boton_verde {
	color: white;
	margin-top: 30px;
	padding: 15px;
	display: block;
	background-color: #00b289;
	/* Esquinas */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.boton_verde a {
	color: white;
}

/*~~~~~~~~~~~~~~~~~~~~~~~
	ABOUT TEAM
~~~~~~~~~~~~~~~~~~~~~~~~*/
.team_players {
	margin: 0 auto;
	margin-bottom: 60px;
	text-align: center;
}

.team_player {
	position: relative;
	height: 160px;
	width: 160px;
	margin: 0 auto;
	display: inline-block;
	margin-top: -4px;
}

.team_player img {
	position: absolute;
	left: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.team_player img.a:hover {
	opacity: 0;
}

.team_directivos {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
}

.team_directivo {
	position: relative;
	display: inline-block;
	margin: 5px 5px;
	font-size: 16px;
}

.team_directivo_caja {
	position: absolute;
	left: 10px;
	padding: 0 5px;
}

.team_directivo_nombre {
	background-color: white;
	bottom: 45px;
	color: black;
}

.team_directivo_cargo {
	background-color: #00b289;
	top: 189px;
	color: white;
}

.team_investors {
	margin: 50px auto;
}

.team_inverstors_title {
	width: 98%;
	height: 45px;
	text-align: center;
	font-size: 24px;
}

.team_inverstors_logos {
	text-align: center;
}

.team_inverstors_logo {
	display: inline-block;
	margin: 20px 60px;
}

/*********************************************************/
.title {
	height: auto; 
	display: block;
	margin: auto auto;
	line-height: 70px;
	font-size: 90px;
	text-align: right;
	padding-top: 30px;
}

.title_white {
	color: white;
}

/*********************************
		LOCATION
	*********************************/
#location {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: white;
	border: black solid 1px;
	box-shadow: 0 1px 1px rgba(50, 50, 50, 0.6);
	width: 120px;
	border-radius: 5px;
	text-align: center;
}

#location a {
	color: black;
	line-height: 30px;
	font-weight: bold;
}

#location:after {
	border-color: white rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 6px 6px 0;
	top: 100%;
	content: "";
	height: 0;
	position: absolute;
	right: 60px;
	width: 0;
}

/*******************************
	Logo
*******************************/

.logo_top img {
    display: block;
    padding-top: 20px;
    margin-left: 20px;
    position: relative;
    z-index: 1000;
}

.location_item {
	display: block;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	width: 100%;
	text-align: center;
}


.jobs_no_hay_ofertas{
	display: block;
	margin-top: 60px;
	margin-bottom: 150px;
	margin-left: 20px;
	margin-right: 20px;
}


/* NUEVA SECCIÓN FOOTBALL GAMES ***************************************************************************************************************** */

.uppercase{
	text-transform: uppercase;
}

.football_row{
	clear: both;
}

.football_info_tit{
	margin-bottom: 20px;
}

.football_content_head{
	width: 1420px;
	height: 555px;
	margin: 0 auto;
	position: relative;
}

.football_titulo{
	color: #78C8FD;
	font-size: 50px;
	padding: 40px 0 16px 40px;
	text-transform: uppercase;
	font-weight: bold;
}

.football_separador{
	background-image: url('../img/football-games/barra_slider.jpg');
	width: 364px;
	height: 4px;
	margin: 0 0 20px 42px;
}

.football_subtitulo{
	color: white;
	font-size: 30px;
	padding: 0 40px 40px 40px;
	width: 400px;
	text-transform: uppercase;
}

.football_games_slider{
	position: absolute;
	right: 0;
	bottom: 0;
}

.football_content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.football_img{
	width: 600px;
	height: 600px;
	float: left;
}

.football_info{
	position: relative;
	padding: 35px;
	width: 530px;
	height: 530px;
	background-color: #F2F2F2;
	text-align: center;
	color: #383D47;
	float: left;
}

.football_info img{
	margin:40px 0 25px 0;
}

.football_mas{
	position: absolute;
	bottom: 20px;
	left: 35px;
}

.football_apple{
	position: absolute;
	bottom: 20px;
	left: 220px;
}

.football_google{
	position: absolute;
	bottom: 20px;
	right: 35px;
}


@media ( max-width: 1440px){
	.football_content_head{
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}

	.football_content_head img{
		width: 800px;
	}

	.football_titulo{
		font-size: 40px;
	}

	.football_subtitulo{
		font-size: 25px;
	}
}

@media ( max-width: 1224px){
	.football_content_head{
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}

	.football_content{
		width: 1000px;
	}

	.football_content_head img{
		width: 607px;
		top: 0;
	}

	.football_mas {
		left: 14px;
	}

	.football_apple {
		left: 180px;
	}

	.football_google {
		right: 14px;
	}

	.football_mas img{
		width: 140px;
	}

	.football_apple img{
		width: 140px;
	}

	.football_google img{
		width: 140px;
	}


	.football_info_tit{
		margin-bottom: 2px;
	}

	.football_info_tit h2 {
		font-size: 16px;
	}

	.football_info_desc{
		font-size: 14px;	
	}

	/*.football_content_head img{
		width: 800px;
	}

	.football_titulo{
		font-size: 40px;
	}

	.football_subtitulo{
		font-size: 25px;
	}*/

	.football_img{
		width: 500px;
		height: 500px;
	}

	.football_img img{
		width: 500px;
	}

	.football_info{
		padding: 20px;
		width: 460px;
		height: 460px;
	}
}

@media ( max-width: 1016px){

	.football_titulo{
		font-size: 20px;
	}

	.football_subtitulo{
		padding: 0 40px 40px 40px;
		width: 160px;
		font-size: 16px;
	}

	.football_content{
		width: 600px;
	}

	.football_img{
		width: 600px;
		height: 600px;
		float: none;
	}

	.football_info{
		position: relative;
		padding: 35px;
		width: 530px;
		height: 530px;
		background-color: #F2F2F2;
		text-align: center;
		color: #383D47;
		float: none;
	}

	.football_img img{
		width: 600px;
	}

	.football_content_head{
		width: 600px;
	}

	.football_content_head img{
		width: 400px;
		top: 36px;
	}

	#football_content_head_linea{
		display: none;
	}

	.football_mas {
		left: 20px;
	}

	.football_apple {
		left: 220px;
	}

	.football_google {
		right: 20px;
	}

	.football_mas img{
		width: 160px;
	}

	.football_apple img{
		width: 160px;
	}

	.football_google img{
		width: 160px;
	}


	.football_info_tit{
		margin-bottom: 9px;
	}

	.football_info_tit h2 {
		font-size: 15px;
	}

	.football_info_desc{
		font-size: 19px;	
	}
}

@media ( max-width: 620px){

	h1{
		line-height: 33px;
	}

	h2,h3{
		font-size: 15px;
	}

	.football_content_head{
		width: 320px;
	}

	.football_content_head img{
		width: 188px;
		top: 31px;
	}

	.football_content{
		width: 320px;
	}

	.football_img{
		width: 320px;
		height: 320px;
		float: none;
	}

	.football_info{
		position: relative;
		padding: 0px;
		width: 320px;
		height: 400px;
		background-color: #F2F2F2;
		text-align: center;
		color: #383D47;
		float: none;
	}

	.football_subtitulo{
		padding: -60px 40px 40px 40px;
		width: 100px;
		font-size: 8px;
		line-height: 8.5px;
	}

	.football_img img{
		width: 320px;
	}

	.football_info img{
		width: 260px;
		margin: 0;
	}

	.football_mas {
		left: 12px;
	}

	.football_apple {
		left: 114px;
	}

	.football_google {
		right: 12px;
	}

	.football_mas img{
		width: 92px;
	}

	.football_apple img{
		width: 92px;
	}

	.football_google img{
		width: 92px;
	}

	.football_titulo{
		font-size: 11px;
		margin-top: -30px;
		line-height: 15px;
	}

	#football_content_head_linea{
		display: none;
	}

	.football_info_desc{
		margin: 15px;
		font-size: 14px;
	}

	.football_info_tit{
		margin: 15px;
	}
}

/* FIN NUEVA SECCIÓN FOOTBALL GAMES ***************************************************************************************************************** */

@media ( min-width : 1001px) {

	.slider {
		text-align: left;
	}
	.title {
		width: 960px;
	}
	.about_text {
		width: 960px;
	}
	.team_players {
		width: 960px;
	}
	.team_directivos {
		width: 960px;
	}
	.team_investors {
		width: 960px;
	}
}

@media ( max-width : 1000px) {
	/* Puntos del slider */
	.slider ol {
		width: 100%;
		margin-left: 20px;
	}
	.auto-width-left {
		width: 12px;
	}
	.navbar {
		height: 100px;
		justify-content: space_around;
	}
	.margin-right-menu {
		width: 12px;
	}
	.footer_logo {
		margin-left: 12px;
	}
	.content {
		width: 940px;
		margin: 0 auto;
	}
	.title {
		width: 960px;
	}
	.about_text {
		width: 900px;
	}
}

@media ( max-width : 980px) {
	.title {
		width: 90%;
		margin-right: 20px;
	}
	.about_text {
		width: 100%;
	}
	.team_players {
		width: 100%;
	}
	.team_directivos {
		width: 100%;
	}
	.team_investors {
		width: 100%;
	}
	.content {
		width: 100%
	}
	.about_text {
		width: 90%;
	}
	
	
}

@media ( max-width : 845px) {
	#slider-pagination {
		display: none;
	}
}

@media ( max-width : 700px) {
	.about_text {
		font-size: 20px;
		margin-top: 55px;
	}
	.menu_no_escondido {
		display: none;
	}
	.slider {
		text-align: center;
	}
	.slider ol {
		display: inline-block;
		margin-left: 0px;
	}
}

@media ( max-width : 570px) {
	.title {
		width: 90%;
		margin-right: 20px;
		font-size: 70px;
		line-height: 60px;
	}
	.slider {
		text-align: center;
	}
}

@media ( max-width : 400px) {
	/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
			Titulo ABOUT FROM THE BENCH, max-width: 400px
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	.title {
		width: 90%;
		margin-right: 20px;
		font-size: 40px;
		line-height: 30px;
	}
	.slider {
		text-align: center;
	}

	/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
			Partners
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	.more_partners {
		font-size: 16px;
	}

	/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
			About
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	.about_article_title {
		font-size: 22px;
	}
	.about_text {
		font-size: 16px;
		margin-top: 55px;
	}
}

/****
*/



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Jobs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.perks_box {
	width: 100%;
}

#owl-perks .item {
	background: white;
	text-align: center;
}

#owl-perks .item img {
	width: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		OWL THEME
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.owl-theme .owl-controls {
	margin-top: 20px;
	text-align: center;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity = 100); /*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px;
	filter: Alpha(Opacity = 50); /*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	border: 1px solid #cfcfcf;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span
	{
	
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 3px 5px;
	font-size: 6px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span
	{
	background: #00b289;
	border: 1px solid #00b289;
	color: #00b289;
}

@media ( min-width : 980px) {
	.job_boton_goto {
		cursor: pointer;
	}
	.jobs_box {
		width: 960px;
		margin: 50px auto;
	}
	.jobs_image {
		width: 100%;
		/*min-height: 555px;*/
	}
	.jobs_image img {
		width: 100%;
		/*min-height: 555px;*/
	}
	.jobs_department {
		margin-bottom: 30px;
	}
	.jobs_department_titulo {
		font-weight: bold;
		font-size: 30px;
		line-height: 44px;
		text-transform: uppercase;
	}
	.jobs_link {
		color: white;
		text-transform: uppercase;
		font-size: 24px;
		line-height: 44px;
		background-color: #00b289;
	}
	.jobs_job_descripcion {
		color: black;
		font-size: 14px !important;
		line-height: 23px;
		text-align: justify;
		margin: 15px 0;
		font-size: 0.9em;
		margin-bottom: 40px;
	}
	.job_buttons {
		width: 960px;
		text-align: right;
	}
	.job_buttons a {
		color: white;
	}
	.job_button {
		display: inline-block;
		margin-top: 20px;
	}
	.job_share {
		width: 186px;
		margin-right: 14px;
		text-align: center;
		color: white;
		background-color: #56B9E2;
		font-size: 24px;
		line-height: 60px;
		height: 60px;
	}
	.job_apply {
		width: 468px;
		text-align: center;
		color: white;
		background-color: #000000;
		font-size: 24px;
		line-height: 60px;
		height: 60px;
	}
	.job_text_cv {
		display: inline-block;
		width: 468px;
		line-height: 16px;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
		color: #7d7d7d;
	}
	.job_text_cv>span {
		color: black;
	}
	.job_separador {
		width: 960px;
		height: 1px;
		background-color: black;
		margin-top: 2px;
	}
}

@media ( min-width : 980px) {
	.job_boton_goto {
		cursor: pointer;
	}
	.jobs_box {
		width: 960px;
		margin: 50px auto;
	}
	.jobs_image {
		width: 100%;
		/*min-height: 555px;*/
	}
	.jobs_image img {
		width: 100%;
		/*min-height: 555px;*/
	}
	.jobs_department {
		margin-bottom: 30px;
	}
	.jobs_department_titulo {
		font-weight: bold;
		font-size: 30px;
		line-height: 44px;
		text-transform: uppercase;
	}
	.jobs_link {
		color: white;
		text-transform: uppercase;
		font-size: 24px;
		line-height: 44px;
		background-color: #00b289;
	}
	.jobs_job_descripcion {
		color: black;
		font-size: 14px !important;
		line-height: 23px;
		text-align: justify;
		margin: 15px 0;
		font-size: 0.9em;
		margin-bottom: 40px;
	}
	.job_buttons {
		width: 960px;
		text-align: right;
	}
	.job_buttons a {
		color: white;
	}
	.job_button {
		display: inline-block;
		margin-top: 20px;
	}
	.job_share {
		width: 186px;
		margin-right: 14px;
		text-align: center;
		color: white;
		background-color: #56B9E2;
		font-size: 24px;
		line-height: 60px;
		height: 60px;
	}
	.job_apply {
		width: 468px;
		text-align: center;
		color: white;
		background-color: #000000;
		font-size: 24px;
		line-height: 60px;
		height: 60px;
	}
	.job_text_cv {
		display: inline-block;
		width: 468px;
		line-height: 16px;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
		color: #7d7d7d;
	}
	.job_text_cv>span {
		color: black;
	}
	.job_separador {
		width: 960px;
		height: 1px;
		background-color: black;
		margin-top: 2px;
	}
}

@media ( min-width : 768px) and (max-width: 959px) {
	.job_boton_goto {
		cursor: pointer;
	}
	.jobs_box {
		width: 100%;
		margin: 50px auto;
	}
	.jobs_image {
		width: 100%;
		/*min-height: 555px;	*/
	}
	.jobs_image img {
		width: 100%;
		/*min-height: 555px;	*/
	}
	.jobs_department {
		margin: 0 20px 30px 20px;
	}
	.jobs_department_titulo {
		font-weight: bold;
		font-size: 30px;
		line-height: 44px;
		text-transform: uppercase;
	}
	.jobs_link {
		color: white;
		text-transform: uppercase;
		font-size: 24px;
		line-height: 44px;
		background-color: #00b289;
	}
	.jobs_job_descripcion {
		color: black;
		font-size: 14px !important;
		line-height: 23px;
		text-align: justify;
		margin: 15px 0;
		font-size: 0.9em;
		margin-bottom: 40px;
	}
	.job_buttons {
		width: 100%;
		text-align: right;
	}

	/* (min-width: 768px) and (max-width: 959px) */
	.job_buttons a {
		color: white;
	}
	.job_button {
		display: inline-block;
		margin-top: 20px;
	}
	.job_share {
		width: 186px;
		margin-right: 14px;
		text-align: center;
		color: white;
		background-color: #56B9E2;
		font-size: 24px;
		line-height: 60px;
		height: 60px;
	}
	.job_apply {
		width: 468px;
		text-align: center;
		color: white;
		background-color: #000000;
		font-size: 24px;
		line-height: 60px;
		height: 60px;
	}
	.job_text_cv {
		display: inline-block;
		width: 468px;
		line-height: 16px;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
		color: #7d7d7d;
	}
	.job_text_cv>span {
		color: black;
	}
	.job_separador {
		width: 100%;
		height: 1px;
		background-color: black;
		margin-top: 2px;
	}
}

@media ( min-width : 768px) and (max-width: 959px) {
	.job_boton_goto {
		cursor: pointer;
	}
	.jobs_box {
		width: 100%;
		margin: 50px auto;
	}
	.jobs_image {
		width: 100%;
		/*min-height: 555px;*/
	}
	.jobs_image img {
		width: 100%;
		/*min-height: 555px;*/
	}
	.jobs_department {
		margin: 0 20px 30px 20px;
	}
	.jobs_department_titulo {
		font-weight: bold;
		font-size: 30px;
		line-height: 44px;
		text-transform: uppercase;
	}
	.jobs_link {
		color: white;
		text-transform: uppercase;
		font-size: 24px;
		line-height: 44px;
		background-color: #00b289;
	}
	.jobs_job_descripcion {
		color: black;
		font-size: 14px !important;
		line-height: 23px;
		text-align: justify;
		margin: 15px 0;
		font-size: 0.9em;
		margin-bottom: 40px;
	}
	.job_buttons {
		width: 100%;
		text-align: right;
	}

	/* (min-width: 768px) and (max-width: 959px) */
	.job_buttons a {
		color: white;
	}
	.job_button {
		display: inline-block;
		margin-top: 20px;
	}
	.job_share {
		width: 186px;
		margin-right: 14px;
		text-align: center;
		color: white;
		background-color: #56B9E2;
		font-size: 24px;
		line-height: 60px;
		height: 60px;
	}
	.job_apply {
		width: 468px;
		text-align: center;
		color: white;
		background-color: #000000;
		font-size: 24px;
		line-height: 60px;
		height: 60px;
	}
	.job_text_cv {
		display: inline-block;
		width: 468px;
		line-height: 16px;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
		color: #7d7d7d;
	}
	.job_text_cv>span {
		color: black;
	}
	.job_separador {
		width: 100%;
		height: 1px;
		background-color: black;
		margin-top: 2px;
	}
}

@media ( max-width : 768px) {
	.job_boton_goto {
		cursor: pointer;
	}
	.jobs_box {
		width: 100%;
		margin: 50px auto;
	}
	.jobs_image {
		width: 100%;
		/*min-height: 555px;*/
	}
	.jobs_image img {
		width: 100%;
		/*min-height: 555px;*/
	}
	.jobs_department {
		margin: 20px 20px 30px 20px;
	}
	.jobs_department_titulo {
		font-weight: bold;
		font-size: 30px;
		line-height: 44px;
		text-transform: uppercase;
	}
	.jobs_link {
		color: white;
		text-transform: uppercase;
		font-size: 24px;
		line-height: 44px;
		background-color: #00b289;
	}
	.jobs_job_descripcion {
		color: black;
		font-size: 14px !important;
		line-height: 23px;
		text-align: justify;
		margin: 15px 0;
		font-size: 0.9em;
		margin-bottom: 40px;
	}
	.job_buttons {
		width: 100%;
		text-align: right;
	}

	/* (max-width: 768px) */
	.job_buttons a {
		color: white;
	}
	.job_button {
		display: inline-block;
		margin-top: 20px;
	}
	.job_share {
		width: 186px;
		text-align: center;
		color: white;
		background-color: #56B9E2;
		font-size: 24px;
		line-height: 60px;
		height: 60px;
	}
	.job_apply {
		margin-left: 14px;
		width: 468px;
		text-align: center;
		color: white;
		background-color: #000000;
		font-size: 24px;
		line-height: 60px;
		height: 60px;
	}
	.job_text_cv {
		display: inline-block;
		width: 468px;
		line-height: 16px;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
		color: #7d7d7d;
	}
	.job_text_cv>span {
		color: black;
	}
	.job_separador {
		width: 100%;
		height: 1px;
		background-color: black;
		margin-top: 2px;
	}
}

@media ( max-width : 488px) {
	.job_apply {
		margin-left: 14px;
		width: 90%;
		text-align: center;
		color: white;
		background-color: #000000;
		font-size: 24px;
		line-height: 60px;
		height: 60px;
	}
	.job_text_cv {
		display: inline-block;
		width: 90%;
		line-height: 16px;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
		color: #7d7d7d;
	}
}







