@font-face {
	font-family: futura-pt;
	src: url("/javax.faces.resource/fonts/FuturaPTBook.ttf.xhtml") format("truetype");
}

@font-face {
	font-family: futura-pt-bold;
	src: url("/javax.faces.resource/fonts/FuturaPTBold.ttf.xhtml") format("truetype");
}

@font-face {
	font-family: source-sans-pro;
	src: url("/javax.faces.resource/fonts/SourceSansPro-Regular.ttf.xhtml") format("truetype");
}

*:not(.ui-icon-loading):not(.ui-button-icon-only span):not(.ui-paginator a):not(.ui-icon)
	:not(i):not(.fab):not(.pi) {
	font-family: "futura-pt", sans-serif;
}

@media (min-width: 1200px) {
	.segittur-container {
		margin-right: 20% !important;
	}
}

.futura-bold {
	font-family: "futura-pt-bold", sans-serif !important;
}

.customH1 {
	padding-bottom: 1rem;
	font-size: 26px !important;
	color: #58595b !important;
	font-family: "futura-pt-bold", sans-serif !important;
	margin-left: 2rem;
	line-height: 1.8;
}

.customH2 {
	font-size: 15px !important;
	color: #990100 !important;
	font-family: "futura-pt-bold", sans-serif !important;
}

.custom2H2 {
	color: #838282 !important;
	font-size: 26px !important;
	font-family: "source-sans-pro" !important;
}

.custom2H3 {
	color: #838282 !important;
	font-size: 15px !important;
	font-family: "source-sans-pro" !important;
}

.customH1::before {
	background: #990100;
	content: '';
	height: 2.9333rem;
	width: 1.0667rem;
	position: absolute;
	margin-left: -2rem;
}

.customH3 {
	font-size: 1.7333rem !important;
	color: #58595b !important;
	font-weight: bold;
}

.flex-right {
	padding-right: 0 !important;
	display: flex;
	justify-content: flex-end;
}

.titulo {
	font-size: 26px !important;
	font-family: "source-sans-pro" !important;
	color: #838282 !important;
}

.floating-content {
	width: 200px;
	/*background-color: #999;*/
	z-index: 11;
	position: fixed;
	right: 20px;
	bottom: 150px;
	height: 83px;
}

.color-principal {
	color: #990100;
}

button.ui-button {
    margin-right: .5rem;
}

.ui-row-editor {
     float: left !important;
     margin-right: .5rem;
}

.noHeader.ui-datatable table thead tr {
    display: none;
}

/*
 * Filtro del p:selectOneMenu
 * Hay un bug donde se cierra el dropdown automaticamente si el input del
 * filtro no cabe en la vista.
 * Lo limitamos a 100em para que sea rezonablemente funcional siempre y cuando no
 * hagan mucho zoom
 */
.ui-selectonemenu-filter-container {
    max-width: 50em !important;
}

.customHover {
	font-family: "source-sans-pro","Helvetica Neue",sans-serif !important;
	font-size: 16px !important;
	border: 2px solid !important;
	width: 5.125rem !important;
	font-weight: 600 !important;
	text-align: center;
	padding-top: 8px !important;
	letter-spacing: .5px;
}
.customHover:hover {
	background-color: #FFFFFF !important;
	border: 2px solid #990100 !important;
	color: #990100 !important;
	text-decoration: none !important;
}

.nav-link-segittur {
	margin: 0 2rem 0 0 !important;
	align-items: center !important;
	font-weight: 600 !important;
	display: inline-block !important;
}
.nav-link-segittur a {
	color: #58595b !important;
	text-decoration: none !important;
	font-family: "source-sans-pro" !important;
	font-size: 15px;
}
.nav-link-segittur a:hover {
	color: #990100 !important;
}

.nav-link-segittur-locale {
	margin: 0 2rem 0 0 !important;
	border: 1px solid #cdcdcd !important;
	height: 2.6667rem !important;
	width: 4rem !important;
	text-align: center !important;
	display: inline-block !important;
}

.nav-link-segittur-locale a {
	color: #58595b !important;
	vertical-align: middle !important;
	display: inline-block;
	text-decoration: none !important;
}

.customUl {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.customUl li {
	padding-left: 1em;
	text-indent: -1em;
}

.customUl li:before {
	content: ">" !important;
	padding-right: 5px;
}

#footer {
	background: #272727;
	padding: 7.8rem 0 4rem;
	color: #FFFFFF;
	font-size: 1.2rem !important;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline !important;
}

.bottom-bar {
	background: #1b1b1b;
	color: #838282;
	display: block;
	font-size: 1rem !important;
}

.talento-container {
	max-width: 91.6rem;
	padding: 0 1rem;
	width: 100%;
}
.talento-container {
	margin: 0 auto;
	position: relative;
}

.site-info {
	color: #696969;
	font-size: 1rem;
	letter-spacing: 0.39px;
	line-height: normal;
	padding: 1.0667rem 0 1rem;
}

.site-info span {
	color: #FFFFFF;
}

/*h2 {*/
/*	font-size: 1.3333rem;*/
/*	font-weight: 700;*/
/*	letter-spacing: 0.39px;*/
/*	line-height: normal;*/
/*	margin: 0 0 0.8667rem;*/
/*}*/

.enlaces-perfiles-head li {
	background: var(--white);
	border-radius: 1.2rem;
	display: inline-block;
	height: 2.2rem;
	margin: 0 0 0 0.2rem;
	padding: 0;
}

/*Changing default primefaces css*/
.customButton.ui-button {
	width: 170px;
	height: 50px;
	background-color: #990100 !important;
	border-radius: 0px !important;
	font-weight: bold;
	border: 0px !important;
}

.customButton.ui-button.ui-button-text-only .ui-button-text {
	font-family: "source-sans-pro" !important;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .5px;
	/*padding: 1rem 3.875rem !important;*/
}
/*Misma altura que el boton*/
.sync-height {
	height: 100%;
}

.filtroGlobalGeneral {
	height: 100%;
}

.ui-link {
	font-weight: bold;
}

.ui-button:hover {
	background-color: #58595b !important;
}

.ui-tabs .ui-tabs-panels .ui-tabs-panel {
	overflow: hidden;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ui-tabs-selected a,
.ui-link {
	color: #990100 !important;
}
.ui-tabs-selected {
	border-color: #990100 !important;
}

.ui-tabs-outline,
.ui-state-focus {
	box-shadow: inset 0 0 0 0.2rem #f09c9c !important;
}

.ui-selectcheckboxmenu-token,
.ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-highlight,
.ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
	background: #f09c9c !important;
}

/*No funciona*/
/*.ui-paginator .ui-paginator-rpp-options option:hover {*/
/*	background: #990100 !important;*/
/*}*/

.ui-radiobutton .ui-radiobutton-box.ui-state-active,
.ui-chkbox .ui-chkbox-box.ui-state-active {
	background: #990100 !important;
	border-color: #990100 !important;
}

.ui-radiobutton .ui-radiobutton-box.ui-state-hover,
.ui-inputfield.ui-state-focus,
.ui-inputfield.ui-state-hover,
.ui-selectonemenu.ui-state-hover,
.ui-selectonemenu.ui-state-focus,
.ui-selectcheckboxmenu.ui-state-hover,
.ui-selectcheckboxmenu.ui-state-focus {
	border-color: #990100 !important;
}

.ui-inputfield, .ui-inputfield::placeholder,
.ui-inputfield  li ,
.ui-selectcheckboxmenu-items li,
.ui-selectonemenu-items li {
	font-size: 15px !important;
	font-family: "source-sans-pro" !important;
	color: #838282 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-header a {
	font-size: 15px !important;
	font-family: "source-sans-pro" !important;
	color: #838282;
	font-weight: 700 !important;
}

body .ui-breadcrumb .ui-breadcrumb-items li:not(.ui-breadcrumb-chevron):before {
	content : "/" !important;
	color : #990100 !important;
	font-family: "futura-pt-bold", sans-serif !important;;
	font-size: 15px;
}

/*.ui-breadcrumb .ui-breadcrumb-items li:not(.ui-breadcrumb-chevron):nth-child(2):before {*/
/*	content : "" !important;*/
/*	margin: 0 .1rem 0 .5rem !important;*/
/*}*/

.ui-breadcrumb .ui-breadcrumb-items li:last-child span {
	color : #990100 !important;
}

.ui-breadcrumb .ui-breadcrumb-items span {
	font-family: "futura-pt-bold", sans-serif !important;;
	font-size: 15px;
	color: #838282 !important;
}

.ui-breadcrumb .ui-breadcrumb-items span:hover {
	color : #990100 !important;
}

.ui-breadcrumb-items::before {
	color: #838282;
	content: '\f015';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 1.2rem;
	font-weight: 900;
	height: 1.2rem;
	left: 0;
	line-height: 1;
	padding: 0;
	/*position: absolute;*/
	top: 0.1333rem;
	width: 1.4rem;
	-webkit-font-smoothing: antialiased;
	z-index: 5;
	margin-right: 6px;
}

.div-filtro {
	padding-right: 10px !important;
	/*border-right: 2px solid #58595b !important;*/
	background-color: #f2f2f2 !important;
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/*sticky-div*/
.wrapper-sticky {
	display: flex;
}

.sidebar-sticky {
	position: sticky;
	top: 0;
}
@media screen and (max-width: 420px) {
	.wrapper-sticky {
		display: inherit !important;
	}

	.sidebar-sticky {
		position: inherit !important;
		top: auto !important;
	}
}

/*end-sticky-div*/

.registroField {
	font-weight: bold;
}

.pildora-tesauro {
	width: auto !important;
	background-color: #990100 !important;
	border: 0px !important;
	margin-right: .5rem !important;
	margin-bottom: .5rem !important;
}

/*Ya no es necesario al cambiar los inputTextarea por outputLabel */
.remove-asterisk span.ui-outputlabel-rfi {
	display: none;
}

/*.read-only-text-area {*/
	/*padding: 0 !important;*/
	/*border: 0px !important;*/
	/*box-shadow: inset 0 0 0 0 !important;*/
	/*cursor: default !important;*/
/*}*/

.preformatted {
	padding-top: 6px;
	white-space: pre-line !important;
	cursor: default !important;
}

body .ui-breadcrumb {
	border: 0px !important;
	padding-left: 0px !important;
}

.breadcrumb {
	border-bottom: 0px !important;
}

.ui-paginator-top .ui-paginator-rpp-options {
	position: absolute !important;
	right: 0 !important;
}

.ui-paginator-top .ui-paginator-current {
	/*display: none !important;*/
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.ui-paginator-top {
	text-align: left !important;
}

.ui-paginator-bottom {
	text-align: right !important;
}

.ui-paginator-bottom a {
	text-align: center !important;
}

.resultados_w100 .ui-paginator-bottom .ui-paginator-current {
	width: 100%;
}

.ui-paginator-top .ui-paginator-rpp-options,
.ui-paginator-top a,
.ui-paginator-top .ui-paginator-pages {
	display: none !important;
}

@media (min-width: 1200px) {
	.in-table {
		width: 300px !important;
	}
}

#filtroAvanzado .ui-accordion-header {
	background-color: #FFFFFF !important;
	border: 0 !important;
	padding-left: 0 !important;
	color: #990100 !important;
	font-size: 15px !important;
}


#filtroAvanzado .ui-accordion-header:focus {
	box-shadow: 0 0 0 0 !important;
}

#filtroAvanzado .ui-accordion-content {
	padding: 0 !important;
	border: 0 !important;
}

#filtroAvanzado .ui-accordion-header span.ui-icon {
	display: none !important;
}

.ordenar-por,
.ordenar-por label,
.ui-paginator-top .ui-paginator-rpp-options,
.ui-paginator .ui-paginator-pages .ui-paginator-page,
.ui-paginator .ui-paginator-current {
	color: #838282 !important;
	font-size: 15px !important;
	font-family: "source-sans-pro" !important;
}

.mas-informacion {
	color: #990100 !important;
	font-size: 15px !important;
	font-family: "source-sans-pro" !important;
	font-weight: bold;
}

/*Changing default bootstrap*/
@media (min-width: 1200px) {
	.container{
		max-width: 1374px;
	}
}

ul.bullet-red {
	list-style: none;
}

ul.bullet-red > li:before {
	display: inline-block;
	color: #990100 !important;
	content: "\2022";
	width: 1em;
	margin-left: -1em;
}

ul.bullet-grey {
	list-style: none;
}

ul.bullet-grey > li:before {
	display: inline-block;
	color: #838282 !important;
	content: "\2022";
	width: 1em;
	margin-left: -1em;
}

/*Datastur*/

.imagen_cabecera_inicio {
	height: 21.6333rem;
	position: relative;
}
.imagen_cabecera_inicio::after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.imagen_cabecera_inicio img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	/*transform: translate(-50%,-50%);*/
	width: 100%;
	z-index: 1;
}
.imagen_cabecera_inicio .talento-container {
	height: 100%;
	z-index: 3;
}
.imagen_cabecera_inicio .contenido_cabecera {
	left: 0;
	/*max-width: 52rem;*/
	padding: 0 1rem;
	position: absolute;
	top: 46%;
	transform: translateY(-50%);
	width: 100%;
}
.imagen_cabecera_inicio h1 {
	color: #FFFFFF;
	letter-spacing: 3.84px;
	font-size: 45px;
	font-family: "futura-pt-bold", sans-serif !important;
	font-weight: bold;
	text-align: center;
}
.imagen_cabecera_inicio h1 a:hover {opacity: 0.7;}

/* Banda contacto */
.contact-footer {margin: 7.6rem 0 0;}
.contact-footer .textwidget {
	margin: 0 auto;
	max-width: 91.6rem;
	padding: 0 1rem;
	width: 100%;
}
.contact-footer > .so-widget-sow-editor {position: relative;}
.contact-footer .c-banda-izda {
	margin: 0 2rem 0 0;
	max-width: 40rem;
	width: 100%;
}
.contact-footer .c-banda-izda h2 {
	color: #FFFFFF !important;
	font-family: "futura-pt-bold", sans-serif !important;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 0.6rem !important;
	padding: 0 !important;
}
.contact-footer .c-banda-izda h2::before {content: none !important;}
.contact-footer .c-banda-izda p {
	color: #FFFFFF;
	font-family: "futura-pt", sans-serif !important;
	font-size: 20px;
}
.contact-footer .c-banda-dcha p:last-child,
.contact-footer .c-banda-izda p:last-child {margin: 0;}
.contact-footer .c-banda-dcha a {
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	display: block;
	min-width: 13.8667rem;
	padding: 1.4667rem;
	text-align: center;
	text-transform: uppercase;
	font-family: "source-sans-pro","Helvetica Neue",sans-serif !important;
}
.contact-footer .c-banda-dcha a:hover {
	background: #FFFFFF;
	color: #990100;
}

@media screen and (max-width: 420px) {
	.elemento_widget {
		margin: 0 2rem 0 0 !important;
	}
}

.wpml-ls-legacy-dropdown {
	color: #838282 !important;
	height: 2.6667rem !important;
	max-width: 7rem !important;
	width: 100% !important;
}

.wpml-ls-legacy-dropdown > ul {
	position: relative !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
}

.wpml-ls-legacy-dropdown > ul,
.wpml-ls-legacy-dropdown > ul > li,
.wpml-ls-legacy-dropdown > ul > li > a {height: 2.6667rem;}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative !important;
	padding-right: calc(10px + 1.4em) !important;
}

.wpml-ls-legacy-dropdown a span {
	vertical-align: middle !important;
	color: #838282 !important;
	font-size: 15px !important;
	font-family: "source-sans-pro" !important;
}

.wpml-ls-legacy-dropdown a:hover {
	background-color: #f0ecec !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	color: #abb8c3 !important;
}
.wpml-ls-legacy-dropdown > ul > li > a {
	align-items: center !important;
	display: flex !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: "" !important;
	vertical-align: middle !important;
	display: inline-block !important;
	border: .35em solid transparent !important;
	border-top: .5em solid !important;
	position: absolute !important;
	right: 10px !important;
	top: calc(50% - .175em) !important;
}

.wpml-ls-legacy-dropdown a {
	display: block !important;
	text-decoration: none !important;
	color: #444 !important;
	border: 1px solid #cdcdcd !important;
	background-color: #fff !important;
	padding: 5px 10px !important;
	line-height: 1 !important;
}

/* Estilos banda newsletter */
.contact-footer,
.c-newsletter {
	background: linear-gradient(268deg, #c90200, #990100) !important;
	position: relative;
	padding: 4.6667rem 0;
}
.contact-footer::before,
.c-newsletter::before {
	background: transparent url("/javax.faces.resource/img/imgNewsletterIzda.png.xhtml") no-repeat right 0;
	left: 0;
	content: '';
	height: 16rem;
	position: absolute;
	top: 0;
	width: 22.4rem;
	z-index: 1;
}
.contact-footer::after,
.c-newsletter::after {
	background: transparent url("/javax.faces.resource/img/imgNewsletterDcha.png.xhtml") no-repeat 0 0;
	content: '';
	height: 16rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 23.4rem;
	z-index: 1;
}
.contact-footer::after,
.contact-footer::before {
	background-size: cover;
	height: 100%;
}
.contact-footer > .so-widget-sow-editor,
.c-newsletter .panel-grid-cell {z-index: 3;}
.contact-footer .textwidget,
.c-newsletter .textwidget {
	align-items: center;
	display: flex;
	justify-content: space-around;
}
.home .c-newsletter h2 {
	color: #FFFFFF;
	font-family: "futura-pt-bold", sans-serif !important;
	font-size: 2.1333rem;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.home .c-newsletter h2::before {content: unset;}
.home .c-newsletter p {
	color: #FFFFFF;
	font-family: "futura-pt", sans-serif !important;
}
.c-newsletter h2 + p {
	font-size: 1.3333rem;
	margin: 0.6rem 0;
	max-width: 26rem;
	width: 100%;
}
.c-newsletter h2 + p strong {
	color: #FFFFFF;
	display: block;
	font-family: "futura-pt-bold", sans-serif !important;
	font-size: 1.6rem;
	padding: 0 0 0.6rem;
}
#content .c-newsletter a {
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	min-width: 13.8667rem;
	padding: 1.4667rem;
	text-align: center;
	text-transform: uppercase;
}
#content .c-newsletter a:hover {
	background: #FFFFFF;
	color: #990100;
}
a {
	transition: .3s;
}
/*FOOTER*/
#colophon.site-footer {
	background: #272727;
	padding: 7.8rem 0 4rem;
}
.site-footer .widgets.widgets-3,
.site-footer .widgets.widgets-6 {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.site-footer .widgets.widgets-3 .widget,
.site-footer .widgets.widgets-6 .widget {
	float: none;
	margin: 0;
	max-width: 24rem;
	width: 100%;
}
.site-footer .widgets::after {content: unset;}
.site-footer .widgets .widget:first-child {text-align: center;}
#colophon.site-footer a {color: var(--white);}
#colophon.site-footer a:hover {text-decoration: underline;}
#colophon.site-footer .widgets .widget h2 {
	color: var(--white);
	font-family: "futura-pt-bold", sans-serif !important;;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.39px;
	line-height: normal;
	margin: 0 0 0.8667rem;
	text-transform: uppercase;
}
#colophon.site-footer .widgets .widget:first-child h2 {
	background: transparent url("/javax.faces.resource/img/icoSEGITTUR.png.xhtml") no-repeat left center;
	background-size: contain;
	color: var(--white);
	display: inline-block;
	font-family: "futura-pt", sans-serif !important;;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.39px;
	padding: 0 0 0 3rem;
}
.site-footer .separator {
	margin: 0 auto 0.6rem;
	max-width: 11rem;
	width: 100%;
}
.site-footer p,
.site-footer li,
.site-footer address {
	color: var(--white);
	font-size: 1.2rem;
	line-height: normal;
}
.site-footer address {margin: 0;}
.site-footer p {margin: 0 0 1.4rem;}
.site-footer .widget:first-child h2 + p {
	font-family: "futura-pt", sans-serif !important;;
	letter-spacing: 0.39px;
	margin: 0 0 1.4rem;
	width: 100%;
	font-size: 18px;
}
.site-footer .widget:nth-child(2) h2 + p {margin: 0 0 0.9333rem;}
.site-footer .widget:first-child hr + p {
	letter-spacing: -0.2px;
	margin: 0 0 1.4rem;
	font-size: 18px;
	font-family: "source-sans-pro" !important;
}
.site-footer .widget:first-child p + p {
	font-size: 15px;
	letter-spacing: -0.1px;
	margin: 0;
	font-family: "source-sans-pro" !important;
}
#colophon.site-footer ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#colophon.site-footer .widget:first-child ul {margin: 2.6667rem auto 0}
#colophon.site-footer .widget:nth-child(2) h2 + ul {margin: 0 0 8.2rem;}
#colophon.site-footer ul li {
	line-height: normal;
	margin: 0 0 1rem;
	padding: 0 0 0 1rem;
	position: relative;
}
#colophon.site-footer .widget:first-child ul li {
	background: var(--white);
	border-radius: 1.2rem;
	display: inline-block;
	height: 2.2rem;
	margin: 0 0 0 0.8rem;
	padding: 0;
	width: 2.2rem;
}
#colophon.site-footer .widget:first-child ul li:first-child {margin-left: 0;}
#colophon.site-footer .widget:first-child ul li a,
#colophon.site-footer .widget:first-child ul li span {
	display: block;
	height: 2.2rem;
	position: relative;
	width: 2.2rem;
}
#colophon.site-footer .widget:first-child ul li span::before {
	color: #272727;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}
#colophon.site-footer .widget:nth-child(2) p + ul li {margin: 0;}
#colophon.site-footer .widget:nth-child(2) p + ul li a {
	font-size: 0.9333rem;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 1.8;
	text-transform: uppercase;
}
#colophon ul:not(#enlaces-perfiles) li::before {
	color: #FFFFFF;
	content: '\f054';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 1.2rem;
	font-weight: 900;
	height: 18px;
	left: 0;
	line-height: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	-webkit-font-smoothing: antialiased;
	z-index: 5;
}
#colophon.site-footer .widget:first-child ul li::before {content: unset;}

.site-footer address {font-style: normal;}

#colophon.site-footer nav {margin: 2.6667rem 0 0;}
#colophon.site-footer nav li {margin: 0 0 0.6rem}
#colophon.site-footer nav li:last-child {margin: 0;}
#colophon.site-footer nav a {
	color: var(--white);
	font-family: "futura-pt-bold", sans-serif !important;;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.bottom-bar {background: #1b1b1b;}
.site-info {
	color: #696969;
	font-size: 1rem;
	letter-spacing: 0.39px;
	line-height: normal;
	padding: 1.0667rem 0 1rem;
}
.site-info span {color: var(--white)}


.site-footer.footer-active-sidebar{
	background: none;
	border: 0;
}
.site-footer .bottom-bar{
	background-color: #088488;
	color:#fff;
}
.site-footer .bottom-bar div:only-of-type{color:#fff;}
.copyright{text-align: left;}

body .site-footer .bottom-bar a:hover {
	color: #c2c2c2;
}
hr {
	background-color: #e6e6e6;
	border: 0;
	height: 1px;
	margin-bottom: 26px;
}
#colophon.site-footer .widgets .widget:first-child h2 {
	background: transparent url("/javax.faces.resource/img/icoSEGITTUR.png.xhtml") no-repeat left center;
	background-size: contain;
	color: var(--white);
	display: inline-block;
	font-family: "futura-pt", sans-serif !important;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.39px;
	padding: 0 0 0 3rem;
}

#colophon .style-1 {
	font-family: "source-sans-pro","Helvetica Neue",sans-serif !important;
	font-size: 18px;
}

.texto-introductorio p {
	font-family: "source-sans-pro","Helvetica Neue",sans-serif !important;
	font-size: 16px;
	color: #838282;
	margin-bottom: 25px;
}

.texto-introductorio {
	width: 80%;
	padding: 0 0 1rem 2rem;
}

.texto-introductorio p span {
	font-family: "source-sans-pro","Helvetica Neue",sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	color: #990100;
}

.fix-height {
	height:33px !important;
}

.fix-size-text input {
	padding-right: 0 !important;
}

.filtrando .ui-selectcheckboxmenu .ui-selectcheckboxmenu-token {
	width: 100%;
}
.filtrando .ui-selectcheckboxmenu .ui-selectcheckboxmenu-token-label {
	padding-right: 17px !important;
}
.ui-selectonemenu .ui-selectonemenu-label, .ui-selectcheckboxmenu .ui-selectcheckboxmenu-token-label {
	text-overflow: ellipsis;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.remove-mobile {
		width: 0 !important;
	}
	.nav-item {
		margin-right: 0 !important;
	}
	.breadcrumb-mobil {
		display: none;
	}
}

/*Responsive Datastur*/
@media screen and (min-width: 881px) {
	/* Menu principal */
	/* Modificaciones al menú y el sub-menú de navegación */
	.site-header.u-menu-fijo {padding-bottom: 5.4rem;}
	.site-header.u-menu-fijo > .talento-container {
		background: var(--white);
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
		left: 0;
		max-width: none;
		padding: 0;
		position: fixed;
		top: 0;
	}
	.site-header.u-menu-fijo .talento-container > .site-header-inner {
		margin: 0 auto;
		max-width: 91.6rem;
		padding: 0 1rem;
		width: 100%;
	}
}

@media screen and (max-width: 1850px) {
	.contact-footer,
	.c-newsletter {overflow-x: hidden;}
	.contact-footer::before,
	.c-newsletter::before {
		left: 50%;
		transform: translateX(-61.8rem);
	}
	.contact-footer::after,
	.c-newsletter::after {
		right: 50%;
		transform: translateX(61.8rem);
	}
}

@media screen and (max-width: 1380px) {
	.contact-footer::before,
	.c-newsletter::before {transform: translateX(-67.1vw);}
	.contact-footer::after,
	.c-newsletter::after {transform: translateX(67.5vw);}
}

@media screen and (max-width: 1340px) {
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .c-informacion {top: 5.2rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {margin-top: 0.6667rem;}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .subtitulo_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .cantidad_en_portada {font-size: 2rem;}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .porcentaje p {font-size: 1.4667rem;}
	i.fas.fa-long-arrow-alt-up,
	i.fas.fa-long-arrow-alt-down {font-size: 1.4667rem;}
	.segundo_bloque div:first-child {margin-bottom: 0.4667rem;}
	.segundo_bloque .excerpt {margin-bottom: 0.5333rem;}

	.contact-footer::before,
	.c-newsletter::before {transform: translateX(-68vw);}
	.contact-footer::after,
	.c-newsletter::after {transform: translateX(68vw);}
}

@media screen and (max-width: 1260px) {
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .c-informacion {top: 4.6rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {margin-top: 0.5333rem;}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .subtitulo_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .cantidad_en_portada {font-size: 1.8rem;}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .porcentaje p {font-size: 1.4rem;}
	i.fas.fa-long-arrow-alt-up,
	i.fas.fa-long-arrow-alt-down {font-size: 1.4rem;}
	.segundo_bloque div:first-child {margin-bottom: 0.4rem;}
	.segundo_bloque .excerpt {margin-bottom: 0.4667rem;}

	.contact-footer::before,
	.c-newsletter::before {transform: translateX(-69vw);}
	.contact-footer::after,
	.c-newsletter::after {transform: translateX(69vw);}
}

@media screen and (max-width: 1200px) {
	#site-navigation.main-navigation li a {
		font-size: 1.8rem;
		padding: 1.5rem 2.8rem;
	}

	.primer_bloque .fecha {font-size: 1.1333rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .c-informacion {top: 4rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {margin-top: 0.4rem;}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .subtitulo_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .cantidad_en_portada {font-size: 1.6rem;}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .porcentaje p {font-size: 1.3333rem;}
	i.fas.fa-long-arrow-alt-up,
	i.fas.fa-long-arrow-alt-down {font-size: 1.3333rem;}
	.segundo_bloque .titulo,
	.segundo_bloque div:first-child {margin-bottom: 0.3333rem;}
	.segundo_bloque .excerpt {margin-bottom: 0.4rem;}

	.contact-footer::before,
	.c-newsletter::before {transform: translateX(-72vw);}
	.contact-footer::after,
	.c-newsletter::after {transform: translateX(72vw);}

	.page-template-plantilla-blog .bloque-noticias article {align-items: center;}
	.page-template-plantilla-blog .bloque-noticias article .entry-thumbnail {width: 25.8rem;}
	.page-template-plantilla-blog .bloque-noticias .blog-content-info {
		padding-top: 0;
		width: calc(100% - 28.2rem);
	}
}

@media screen and (max-width: 1150px) {
	#site-navigation.main-navigation li a {
		font-size: 1.7333rem;
		padding: 1.5rem 2.6rem;
	}
	.primer_bloque .fecha {font-size: 1rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .c-informacion {top: 3.2rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {margin-top: 0.3333rem;}
	.primer_bloque .c-informacion .cantidad_en_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .cantidad_en_portada {font-size: 1.4rem;}
	.primer_bloque .c-informacion .subtitulo_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .subtitulo_portada {font-size: 1.4rem;}
	.primer_bloque .c-informacion div p,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {font-size: 1.2rem;}
	i.fas.fa-long-arrow-alt-up,
	i.fas.fa-long-arrow-alt-down {font-size: 1.2667rem;}
	.segundo_bloque .titulo,
	.segundo_bloque .excerpt,
	.segundo_bloque div:first-child {margin-bottom: 0.3333rem;}
	.segundo_bloque .titulo {font-size: 1.2rem;}

	.site-footer .widgets.widgets-3 .widget,
	.site-footer .widgets.widgets-6 .widget {
		width: 32%;
	}
	.site-footer .widgets .widget:not(:first-child) {margin-left: 2%;}
	.site-footer address,
	.site-footer .widgets .widget p,
	.site-footer .widgets .widget li {font-size: 1.1333rem;}

	.contact-footer::before,
	.c-newsletter::before {transform: translateX(-74vw);}
	.contact-footer::after,
	.c-newsletter::after {transform: translateX(74vw);}
}

@media screen and (max-width: 1100px) {
	#site-navigation.main-navigation li a {
		font-size: 1.6667rem;
		padding: 1.5rem 2.4rem;
	}
	.contact-footer::before,
	.c-newsletter::before {transform: translateX(-76vw);}
	.contact-footer::after,
	.c-newsletter::after {transform: translateX(76vw);}
}

@media screen and (max-width: 1050px) {
	#wpadminbar {overflow: hidden;}

	.tophead ul.top li:last-child ul {right: 0;}

	#site-navigation.main-navigation li a {padding: 1.5rem 2.2rem;}

	.primer_bloque .fecha {font-size: 0.9333rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .c-informacion {top: 3rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {margin-top: 0.2rem;}
	.primer_bloque .c-informacion .cantidad_en_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .cantidad_en_portada {font-size: 1.2rem;}
	.primer_bloque .c-informacion .subtitulo_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .subtitulo_portada {font-size: 1.2rem;}
	.primer_bloque .c-informacion div p,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {font-size: 1rem;}
	i.fas.fa-long-arrow-alt-up,
	i.fas.fa-long-arrow-alt-down {font-size: 1.2rem;}
	.segundo_bloque .titulo,
	.segundo_bloque .excerpt,
	.segundo_bloque div:first-child {margin-bottom: 0.2rem;}
	.segundo_bloque .titulo {font-size: 1.1333rem;}
}

@media screen and (max-width: 1024px) {
	#site-navigation.main-navigation li a {
		font-size: 1.6rem;
		padding: 1.5rem 2rem;
	}

	/* páginas interiores */
	.w3eden .card-body.panel-body .form-control {max-width: none !important;}
	.w3eden .card-body.panel-body .custom-select {padding: 0.4667rem 1.4rem .4rem .7333rem !important;}
	.w3eden .card-body.panel-body .col-lg-6,
	.w3eden .card-body.panel-body .col-lg-2 {
		flex: auto !important;
		max-width: none !important;
		width: 25% !important;
	}
	.w3eden .col-md-6 {
		flex: auto;
		max-width: none;
		width: 100%;
	}

	.contact-footer::before,
	.c-newsletter::before {transform: translateX(-79vw);}
	.contact-footer::after,
	.c-newsletter::after {transform: translateX(78vw);}

	.page-template-plantilla-blog .bloque-noticias article .entry-thumbnail {width: 22.8rem;}
	.page-template-plantilla-blog .bloque-noticias .blog-content-info {width: calc(100% - 25.2rem);}
}

@media screen and (max-width: 1000px) {
	#main.site-main .panel-grid {flex-wrap: wrap;}
	.primer_bloque .fecha {font-size: 0.9333rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {margin-top: 0.1333rem;}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .segundo_bloque,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .segundo_bloque {font-size: 1.1333rem;}
	.primer_bloque .c-informacion div p,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {font-size: 0.9333rem;}
	i.fas.fa-long-arrow-alt-up,
	i.fas.fa-long-arrow-alt-down {font-size: 1.0667rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .segundo_bloque {padding: 0 1rem 1rem;}
	.segundo_bloque .excerpt,
	.segundo_bloque div:first-child {
		font-size: 0.9333rem;
		margin-bottom: 0.1333rem;
	}
	.segundo_bloque .titulo {
		font-size: 1.0667rem;
		margin-bottom: 0.1333rem;
	}

	.site-footer address,
	.site-footer .widgets .widget p,
	.site-footer .widgets .widget li {font-size: 1.0667rem;}
}

@media screen and (max-width: 960px) {
	#site-navigation.main-navigation li a {
		font-size: 1.5333rem;
		padding: 1.5rem 1.8rem;
	}

	.talento-container,
	.cabecera .tit_head {padding: 0 1rem;}
	.cabecera h1,
	.cabecera h2 {font-size: 3rem;}

	.primer_bloque .fecha {font-size: 0.8667rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {margin-top: 0.0667rem;}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .segundo_bloque,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .segundo_bloque,
	.primer_bloque .c-informacion .cantidad_en_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .cantidad_en_portada {font-size: 1.1333rem;}
	.primer_bloque .c-informacion .subtitulo_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .subtitulo_portada {font-size: 1.1333rem;}
	.segundo_bloque .excerpt,
	.segundo_bloque div:first-child {
		font-size: 0.8667rem;
		margin-bottom: 0.0667rem;
	}
	.segundo_bloque .titulo {
		font-size: 1rem;
		margin-bottom: 0.0667rem;
	}
	.segundo_bloque .actualizacion_de_datos {font-size: 0.8667rem;}

	.contact-footer::before,
	.c-newsletter::before {transform: translateX(-82vw);}
	.contact-footer::after,
	.c-newsletter::after {transform: translateX(81vw);}
}

@media screen and (max-width: 940px) {
	#site-navigation.main-navigation li a {
		font-size: 1.4667rem;
	}

	.contact-footer::before,
	.c-newsletter::before {transform: translateX(-85vw);}
	.contact-footer::after,
	.c-newsletter::after {transform: translateX(84vw);}

	.page-template-plantilla-blog .bloque-noticias article .entry-thumbnail {width: 20.8rem;}
	.page-template-plantilla-blog .bloque-noticias .blog-content-info {width: calc(100% - 23.2rem);}
}

@media screen and (max-width: 880px) {
	.tophead ul.top > li:last-child {padding: 0 4rem 0 0;}
	body:not(.home) .tophead ul.top > li:last-child {padding: 0;}
	.tophead ul.top > li:last-child .wpml-ls-legacy-dropdown {width: 4rem;}
	.tophead ul.top li:not(:last-child),
	.site-header .contenidohead ul.btns-top li:first-child {margin-right: 1.4333rem;}


	/* Menu principal */
	/* Modificaciones al menú y el sub-menú de navegación */
	.site-header.u-menu-fijo > .tophead {
		background: var(--white);
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
		left: 0;
		max-width: none;
		padding: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 8;
	}
	.site-header > .talento-container {
		left: 0;
		position: static;
		top: 0;
		z-index: 9;
	}
	.site-header.u-menu-fijo > .talento-container {position: fixed;}
	.site-header.u-menu-fijo .talento-container > .site-header-inner {
		margin: 0 auto;
		max-width: 91.6rem;
		padding: 0 1rem;
		width: 100%;
	}

	#mobile-menu-button {
		height: 2.6667rem;
		position: absolute;
		right: 1rem;
		top: 1.1333rem;
		width: 2.6667rem;
	}
	#mobile-menu-button span {
		background: #990100;
		border-radius: 2px;
		height: 2px;
		left: 7px;
		margin: 0;
		max-width: 26px;
	}
	#mobile-menu-button span:nth-child(1) {top: 10px;}
	#mobile-menu-button span:nth-child(2),
	#mobile-menu-button span:nth-child(3) {top: 19px;}
	#mobile-menu-button span:nth-child(4) {top: 28px;}

	.contact-footer::before,
	.contact-footer::after,
	.c-newsletter::after,
	.c-newsletter::before {content: unset;}
	.contact-footer .textwidget,
	.c-newsletter .textwidget {flex-direction: column;}
	.contact-footer .c-banda-dcha,
	.c-newsletter .textwidget p {margin: 2rem 0 0;}
	.contact-footer .c-banda-izda {margin: 0;}
	#colophon.site-footer a {text-decoration: underline;}

	/* páginas interiores */
	.w3eden .card-body.panel-body .col-lg-6,
	.w3eden .card-body.panel-body .col-lg-2 {width: 50% !important;}
	.w3eden .card-body.panel-body .row > div:nth-child(n+3) {margin-top: 1rem;}

	.panel-grid-cell {width: 100% !important;}
	.panel-grid-cell:not(:first-child) {margin-top: 1.6rem;}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque img {
		aspect-ratio: 16 / 9;
		height: auto;
		object-fit: cover;
		width: 100%;
	}

	.primer_bloque .fecha {font-size: 1rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .c-informacion {top: 6rem;}
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {margin-top: 0.4rem;}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .segundo_bloque,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .segundo_bloque {
		font-size: 3rem;
		line-height: normal;
	}
	.primer_bloque .c-informacion .cantidad_en_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .cantidad_en_portada {
		font-size: 2rem;
		line-height: normal;
	}
	.primer_bloque .c-informacion .subtitulo_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .subtitulo_portada {
		font-size: 2rem;
		line-height: normal;
	}
	.primer_bloque .c-informacion div p,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {
		font-size: 1.6rem;
		line-height: normal;
	}
	i.fas.fa-long-arrow-alt-up,
	i.fas.fa-long-arrow-alt-down {font-size: 1.4rem;}
	.segundo_bloque .excerpt,
	.segundo_bloque div:first-child {
		font-size: 1rem;
		margin-bottom: 0.4rem;
	}
	.segundo_bloque .titulo {
		font-size: 1.4rem;
		margin-bottom: 0.4rem;
	}
	.segundo_bloque .actualizacion_de_datos {
		font-size: 1rem;
		margin-top: 1rem;
	}

	#colophon.site-footer .widgets .widget h2 {font-size: 1.2rem;}
	.site-footer address,
	.site-footer .widgets .widget p,
	.site-footer .widgets .widget li {font-size: 1rem;}

	.c-blog-inicio ul {flex-direction: column;}
	.c-blog-inicio ul li {width: 100%;}
	.c-blog-inicio ul li:not(:first-child) {margin: 2rem 0 0;}
}

@media screen and (max-width: 780px) {
	.panel-grid-cell {margin-bottom: 0 !important;}

	.site-header h1 {font-size: 3rem;}
	.site-header h1 a {letter-spacing: 3px;}
	.imagen_cabecera_inicio p {font-size: 1.4rem;}

	.single-post .buscador-general .search-input-text,
	.page-template-plantilla-blog .buscador-general .search-input-text {flex-direction: column;}
	.single-post .buscador-general .search-input-text .button-search,
	.page-template-plantilla-blog .buscador-general .search-input-text .button-search {
		margin: 2rem 0 0 auto;
		width: auto;
	}
}

@media screen and (max-width: 768px) {
	.site-footer .widgets.widgets-2 .widget + .widget,
	.site-footer .widgets.widgets-4 .widget + .widget {width: 100% !important;}

	.talento-container .talento-container .area-swagger .wrapper {padding: 0;}

	.site-footer .widgets.widgets-3,
	.site-footer .widgets.widgets-6 {flex-wrap: wrap;}
	.site-footer .widgets.widgets-3 .widget,
	.site-footer .widgets.widgets-6 .widget {
		max-width: none;
		width: 100% !important;
	}
	.site-footer .container .widgets .widget:not(:first-child) {
		margin: 2rem 0 0;
		width: 50% !important;
	}
	.site-footer .container .widgets .widget:last-child {
		margin-left: 5%;
		width: 45% !important;
	}
}

@media screen and (max-width: 750px) {
	.bread_social {flex-wrap: wrap;}
	.bread_social > div {width: 100%;}
	.bread {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.redes_sociales_detalle {margin: 1rem 0 0;}
	.redes_sociales_detalle div {
		align-items: center;
		display: flex;
		justify-content: flex-end;
	}

	.page-template-plantilla-blog .bloque-noticias article {flex-direction: column-reverse;}
	.page-template-plantilla-blog .bloque-noticias article .entry-thumbnail {
		margin: 2rem 0 0;
		width: 100%;
	}
	.page-template-plantilla-blog .bloque-noticias .blog-content-info {width: 100%;}

	.contenidohead {height: 9rem;}
	.tophead ul.top {
		align-content: space-between;
		flex-wrap: wrap;
	}
	.tophead ul.top > li:last-child {padding: 0;}
	body.home .tophead ul.top > li:first-child {margin-right: 4rem;}
	body:not(.home) .tophead ul.top > li:first-child {margin-right: 0;}
	.single-post .tophead ul.top > li:first-child,
	.page-template-plantilla-blog .tophead ul.top > li:first-child {margin-right: 0;}
	.tophead ul.top > li:nth-child(2) {margin-left: auto !important;}
}

@media screen and (max-width: 720px) {
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .c-informacion {top: 5rem;}
	.primer_bloque .c-informacion .cantidad_en_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .cantidad_en_portada {font-size: 1.8rem;}
	.primer_bloque .c-informacion .subtitulo_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .subtitulo_portada {font-size: 1.8rem;}
	.primer_bloque .c-informacion div p,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {font-size: 1.4rem;}
	.segundo_bloque .excerpt,
	.segundo_bloque div:first-child {margin-bottom: 0.2rem;}
	.segundo_bloque .titulo {
		font-size: 1.2rem;
		margin-bottom: 0.2rem;
	}
	.segundo_bloque .actualizacion_de_datos {margin-top: 0.6rem;}
}

@media only screen and (max-width: 640px) {
	.topbar-out.admin-bar .site-header {top: 0px !important;}

	.home .site-main h2,
	body:not(.home) .u-titulo-categoria h1 {font-size: 1.8rem;}

	/*footer*/
	.site-footer .widgets {
		display: flex;
		justify-content: flex-start;
	}

	/* cabecera */
	.site-header h1 {font-size: 2.8rem;}
	.site-header h1 a {letter-spacing: 2.5px;}
	.imagen_cabecera_inicio p {font-size: 1.2rem;}

	/* páginas interiores */
	.cabecera img {height: 18rem;}
	.cabecera h1,
	.cabecera h2 {font-size: 2.9333rem;}

	ul.descarga_de_datos .tooltip_dataestur {
		left: 0;
		width: 28rem;
	}

	.swagger-ui .opblock .opblock-summary {flex-wrap: wrap;}
	.swagger-ui .opblock .opblock-summary-path {
		max-width: none;
		width: calc(100% - 6rem);
	}
	.swagger-ui .opblock .opblock-summary-description {
		padding: 0 0 0 6rem;
		width: 100%;
	}

	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .c-informacion {top: 5rem;}
	.primer_bloque .c-informacion .cantidad_en_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .cantidad_en_portada {
		font-size: 1.6rem;
		line-height: 1.1;
	}
	.primer_bloque .c-informacion .subtitulo_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .subtitulo_portada {
		font-size: 1.6rem;
		line-height: 1;
	}
	.primer_bloque .c-informacion div p,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {
		font-size: 1.2rem;
		line-height: 1;
		margin-top: 0.2rem;
	}
	i.fas.fa-long-arrow-alt-up,
	i.fas.fa-long-arrow-alt-down {font-size: 1.2rem;}
	.segundo_bloque .excerpt,
	.segundo_bloque div:first-child {font-size: 0.9333rem;}
	.segundo_bloque .titulo {
		font-size: 1.1333rem;
		margin-bottom: 0.2rem;
	}
	.segundo_bloque .actualizacion_de_datos {
		font-size: 0.9333rem;
		margin-top: 0.4rem;
	}
}

@media screen and (max-width: 600px) {
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .c-informacion {top: 4.6rem;}
	.primer_bloque .c-informacion .cantidad_en_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .cantidad_en_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .cantidad_en_portada {font-size: 1.4rem;}
	.primer_bloque .c-informacion .subtitulo_portada,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .subtitulo_portada,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .subtitulo_portada {font-size: 1.4rem;}
	i.fas.fa-long-arrow-alt-up,
	i.fas.fa-long-arrow-alt-down,
	.primer_bloque .c-informacion div p,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {
		font-size: 1.1333rem;
		margin-top: 0;
	}
}

@media screen and (max-width: 580px) {
	.home .site-main h2,
	body:not(.home) .u-titulo-categoria h1 {font-size: 1.6rem;}

	.contenidohead ul.top {flex-wrap: wrap;}
	.contenidohead ul.top > li:first-child {
		align-items: center;
		display: flex;
		justify-content: center;
		height: 3.3333rem;
		max-width: none;
	}

	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .c-informacion {top: 4rem;}
	i.fas.fa-long-arrow-alt-up,
	i.fas.fa-long-arrow-alt-down,
	.primer_bloque .c-informacion div p,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .primer_bloque .porcentaje p {font-size: 1.0667rem;}

	.segundo_bloque .excerpt,
	.segundo_bloque div:first-child {font-size: 0.8667rem;}
	.segundo_bloque .titulo {
		font-size: 1.0667rem;
		margin-bottom: 0;
	}
	.segundo_bloque .actualizacion_de_datos {
		font-size: 0.8667rem;
		margin-top: 0.2rem;
	}

	.site-footer .container .widgets .widget:not(:first-child) {width: 55% !important;}
	.site-footer .container .widgets .widget:last-child {width: 40% !important;}
}

@media only screen and (max-width: 520px) {
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .c-informacion {top: 3rem;}
}

@media only screen and (max-width: 480px) {
	.topbar-out.admin-bar .site-header {top: 0px !important;}

	.single-post .buscador-general .search-input-text .form-group,
	.page-template-plantilla-blog .buscador-general .search-input-text .form-group {
		justify-content: flex-start;
		flex-direction: column;
	}
	.single-post .buscador-general .search-input-text .form-group select,
	.page-template-plantilla-blog .buscador-general .search-input-text .form-group select {width: 100%;}
	.single-post .buscador-general .search-input-text .form-group select:not(:first-child),
	.page-template-plantilla-blog .buscador-general .search-input-text .form-group select:not(:first-child) {margin: 1.5rem 0 0;}
	.single-post .buscador-general .search-input-text .button-search,
	.page-template-plantilla-blog .buscador-general .search-input-text .button-search {margin-top: 3rem;}

	.talento-container,
	.cabecera .tit_head  {padding: 0 1rem;}
	#mobile-navigation {padding: 1rem;}

	.site-header h1 {font-size: 2.6rem;}
	.site-header h1 a {letter-spacing: 2px;}

	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .c-informacion,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .c-informacion {
		top: 55%;
		transform: translateY(-50%);
	}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .segundo_bloque,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .segundo_bloque,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .segundo_bloque {
		padding: 0.8rem 0 0;
		position: relative;
	}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .segundo_bloque div:first-child,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .segundo_bloque div:first-child,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .segundo_bloque div:first-child {color: #008898}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .segundo_bloque .titulo,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .segundo_bloque .titulo,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .segundo_bloque .titulo {color: #990100}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .segundo_bloque .excerpt,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .segundo_bloque .excerpt,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .segundo_bloque .excerpt {color: #838282}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .segundo_bloque .actualizacion_de_datos,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .segundo_bloque .actualizacion_de_datos,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .segundo_bloque .actualizacion_de_datos {text-align: right;}
	.panel-grid-cell:first-child:last-child .widget_bloq-post-widget .segundo_bloque .actualizacion_de_datos em,
	.panel-grid-cell:last-child:nth-child(2) .widget_bloq-post-widget .segundo_bloque .actualizacion_de_datos em,
	.panel-grid-cell:first-child:nth-last-child(2) .widget_bloq-post-widget .segundo_bloque .actualizacion_de_datos em {color: #abb8c3}

	.newsletter {padding: 0 1rem 0.4rem}
	.newsletter h2 {margin: 1.2rem 0 1.6rem;}
	.emaillist form {flex-direction: column;}
	.emaillist form > .es-field-wrap {width: 100%;}

	/* páginas interiores */
	.cabecera h1,
	.cabecera h2 {font-size: 2.8667rem;}

	.w3eden .card-body.panel-body .col-lg-6,
	.w3eden .card-body.panel-body .col-lg-2 {width: 100% !important;}
	.w3eden .card-body.panel-body .row > div:nth-child(n+2) {margin-top: 1rem;}

	.w3eden .col-md-6 .media {
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.w3eden .col-md-6 .media > div:last-child {
		margin: 0.6rem 0 0;
		text-align: right;
		width: 100%;
	}

	ul.descarga_de_datos .tooltip_dataestur {
		left: -1rem;
		width: 26rem;
	}

	.site-footer .container .widgets .widget:last-child,
	.site-footer .container .widgets .widget:not(:first-child) {width: 100% !important;}
	.site-footer .container .widgets .widget:last-child {margin-left: 0;}
}

@media screen and (max-width: 420px) {
	.contenidohead {
		height: 8.6667rem;
		padding: 1rem;
	}
	.tophead ul.top li:not(:first-child):not(:last-child) {margin-right: 1.4333rem;}
	.tophead ul.top ul.btns-top a {font-size: .9333rem;}

	.site-header h1 {font-size: 2.4rem;}
	.site-header h1 a {letter-spacing: 1.5px;}

	.c-newsletter .textwidget p {text-align: center;}

	/* páginas interiores */
	.cabecera h1,
	.cabecera h2 {font-size: 2.8rem;}

	ul.definiciones,
	ul.descarga_de_datos {margin-left: 1rem;}

	ul.descarga_de_datos .tooltip_dataestur {width: calc(100% + 1rem);}

	.swagger-ui .opblock .opblock-summary-path {
		padding: 0.6rem 0 0;
		width: 100%;
	}
	.swagger-ui .opblock .opblock-summary-description {
		padding: 0;
		width: 100%;
	}
}
