/*!
Theme Name: Segittur
Theme URI: https://bootstrap-wp.com
Author: Segittur
Author URI:
Description: Tema de Segittur basado en "WP Bootstrap 4", que utiliza Twitter Bootstrap 4. Soporta los plugins más populares de WordPress como Jetpack, Contact Form 7, Elementor, Beaver Builder, SiteOrigin Page Builder etc. Demo en https://bootstrap-wp.com
Version: 1.0.9
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, imagenes-destacadas, threaded-comments, translation-ready, dos-columnas, sidebar-izquierdo, sidebar-derecho, custom-colores, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
body {
	background-color: #f8f9fa;
	font-family: 'Source Sans Pro', sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

a,
button,
input {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

blockquote {
	font-size: 1.25rem;
	padding: 1.25rem 1.75rem;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

table th,
table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

table tbody+tbody {
	border-top: 2px solid #dee2e6;
}

table table {
	background-color: #fff;
}

figcaption {
	padding-top: 0;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	padding: 0.5rem 1.25rem;
	color: #fff;
	background-color: #008898;
	border-color: #008898;
	margin-top: 10px;
}

input[type="button"]:active,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:hover {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
	cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
*/

input[type="text"]:-webkit-input-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-webkit-input-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-webkit-input-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-webkit-input-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-webkit-input-placeholder,
input[type="search"]:-moz-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-webkit-input-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-webkit-input-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-webkit-input-placeholder,
input[type="range"]:-moz-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-webkit-input-placeholder,
input[type="date"]:-moz-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-webkit-input-placeholder,
input[type="month"]:-moz-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-webkit-input-placeholder,
input[type="week"]:-moz-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-webkit-input-placeholder,
input[type="time"]:-moz-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-webkit-input-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-webkit-input-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-webkit-input-placeholder,
input[type="color"]:-moz-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

select {
	height: calc(2.25rem + 2px);
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

blockquote {
	font-style: italic;
	font-size: 1.15rem;
	border-left: 3px solid rgba(33, 37, 41, 0.25);
	padding: 0.5rem 1.75rem;
	background: rgba(33, 37, 41, 0.05);
}

blockquote p {
	font-size: 1.15rem;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.navbar-dark .navbar-nav .dropdown-menu a {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.site-footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	text-align: left;
	width: 50%;
}

.post-thumbnail {
	margin-top: 1.5em;
	display: inline-block;
}

.card-title.entry-title {
	margin-bottom: .25rem;
}

.entry-meta {
	font-size: .9rem;
}

.entry-footer {
	font-size: .9rem;
	margin-top: 1rem;
}

.comments-link {
	float: right;
	margin: 4px 0px 4px 10px;
	font-size: 90%;
	padding-top: 0.2em;
}

.entry-meta a,
.comments-link a,
.edit-link a {
	color: #6c757d;
}

.content-area.wp-bp-404 .card-body {
	padding: 2.5rem 4rem;
}

.sidebar-1-area .widget,
.footer-widgets .widget {
	margin-bottom: 0;
	padding: 2rem;
}

.sidebar-1-area .widget ul,
.footer-widgets .widget ul {
	padding-left: 20px;
	color: #6c757d;
	margin-bottom: 0;
}

.sidebar-1-area .widget ul li,
.footer-widgets .widget ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: square;
}

.sidebar-1-area .widget ul li:last-child,
.footer-widgets .widget ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar-1-area .widget ul li a,
.footer-widgets .widget ul li a {
	color: #6c757d;
}

.sidebar-1-area .widget ul li a:hover,
.footer-widgets .widget ul li a:hover {
	color: #212529;
	text-decoration: none;
}

.footer-widgets .widget {
	padding: 0.5rem;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	color: #6c757d;
}

#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
	color: #212529;
	text-decoration: none;
}

#calendar_wrap table th,
#calendar_wrap table td {
	padding: .25rem;
}

.hentry.card .card-body {
	padding: 1.5rem;
}

select {
	height: calc(2.25rem + 2px);
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.entry-title a:hover {
	text-decoration: none;
}

.mt-3r {
	margin-top: 3rem;
}

.wp-bs-4-jumbotron {
	margin-bottom: 0;
}

.wp-bs-4-jumbotron .jumbotron-heading {
	font-weight: 600;
}

.wp-bs-4-jumbotron .container {
	max-width: 40rem;
}

.comments-area {
	clear: both;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}

.comments-area .media-body {
	overflow: auto;
}

.comments-area .comment-list {
	list-style: none;
	padding-left: 0;
}

.comments-area .comment-list>li {
	border-bottom: 1px solid #dee2e6 !important;
	padding: 2.5rem 4rem;
}

.comments-area .comment-list ul.children {
	list-style: none;
	padding-left: 2rem;
}

.comments-area .comment-list ul.children li {
	padding: 2.5rem 0 0;
}

.comments-area .comment-list .comment-respond {
	padding: 2.5rem 4rem;
}

.comments-area .comments-title {
	padding: 2.5rem 4rem;
	border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .comment-navigation {
	padding: 1rem 4rem 0;
	border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .wb-comment-form {
	padding: 2.5rem 4rem;
}

.comments-area .wb-cancel-reply {
	margin-left: 2rem;
}

.comments-area .logged-in-as {
	padding-left: 15px;
	font-size: .9rem;
}

.comments-area .logged-in-as a {
	color: #6c757d;
}

.comments-area .logged-in-as a:hover {
	color: #212529;
	text-decoration: none;
}

.comments-area .wb-comment-notes {
	font-size: .9rem;
}

.comments-area .no-comments {
	padding: 1rem 4rem;
}

.comments-area small {
	font-size: .9rem;
}

.comments-area p {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}

.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
	margin-right: 1rem;
	color: #6c757d;
}

.comments-area .comment-reply-link:hover,
.comments-area .comment-edit-link:hover {
	color: #212529;
	text-decoration: none;
}

.comments-area .comment-author a:hover {
	text-decoration: none;
	color: #212529;
}

.wp-bp-sticky {
	position: absolute;
	top: 0;
	right: 1rem;
}

.single .post-navigation .nav-links a {
	color: #6c757d;
	margin-bottom: 2rem;
	display: inline-block;
}

.single .post-navigation .nav-links a:hover {
	color: #212529;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Formulario
--------------------------------------------------------------*/
.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	min-height: 1px;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-bottom: 1rem;
}

.col-sm-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-bottom: 1rem;
}

.full-width-label {
	width: 100% !important;
}

.field {
	display: flex;
	flex-flow: column-reverse;
	margin-bottom: 1rem;
}

.contacto .row .label {
	padding: 10px;
	font-size: 16px;
	color: #4d4d4d;
}

#segittur-template-chatbot .contacto>.row:not(.l-checkbox) {
	align-items: flex-end;
}

#segittur-template-chatbot .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
	min-height: 122px;
}

#segittur-template-chatbot .contacto .col-sm-6>label,
#segittur-template-chatbot .contacto .col-sm-6>label>span,
#segittur-template-chatbot .contacto .col-sm-6>label+span,
#segittur-template-chatbot .contacto .col-sm-6>label+span>span {
	display: block;
}

#segittur-template-chatbot .contacto .col-sm-6>label+span>span {
	height: auto;
	padding: 0 1.6667rem;
}

#segittur-template-chatbot .wpcf7-form-control-wrap .wpcf7-form-control {
	margin-top: 0.6rem;
	margin-left: -1rem;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	font-family: inherit;
	border-radius: 5px;
	padding: 25px;
	cursor: text;
	height: 80px;
}

.wpcf7-form-control-wrap {
	z-index: 1000;
}

.wpcf7-list-item {
	display: flex !important;

}

#segittur-template-chatbot .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
	border: 0px !important;
	font-size: 1rem;
}

#segittur-template-chatbot .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance {
	border: 0px !important;
	font-size: 1rem;
}

input.wpcf7-form-control.wpcf7-submit {
	position: relative;
	width: 300px;
	height: 60px;
	top: 20px;
	background-color: #B21E16;
	left: -2px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #000;
}

#segittur-template-chatbot .wpcf7-acceptance label {
	padding-left: 0;
}

#segittur-template-chatbot .contacto label {
	color: #4d4d4d !important;
	padding-left: 1rem;
}

#segittur-template-chatbot .contacto .area-mensaje {
	width: 100%;
}

#segittur-template-chatbot .contacto label .mini {
	color: #BC9393;
	font-size: 10px;
	display: inline-block;
}

#segittur-template-chatbot textarea {
	width: 100%;
}

#segittur-template-chatbot .wpcf7-form-control-wrap.aceptacion {
	display: block;
}

#segittur-template-chatbot .aceptacion span {
	display: block !important;
	margin: 0;
}

#segittur-template-chatbot .aceptacion .wpcf7-form-control {
	margin: 0;
}

#segittur-template-chatbot .aceptacion .wpcf7-form-control label {
	margin: 0;
	padding: 0;
}

#segittur-template-chatbot .wpcf7-acceptance input:valid {
	height: 1.6rem;
	width: 1.6rem;
	background-color: #B8B8B8;
	border: 1px solid #ccc;
	position: absolute;
	top: 1.6rem;
	left: 0;
	margin-right: 1rem;
}

#segittur-template-chatbot .aceptacion .wpcf7-form-control label span {
	line-height: 1.5;
}

.span .wpcf7-form-control {
	border: 0 !important;
}

.chequed {
	border: 0 !important;
}

#segittur-template-chatbot .wpcf7-acceptance .wpcf7-list-item-label::before {
	margin-left: 1rem !important;
}

/*******Contact Form 7*******/
#segitturlab .wpcf7-list-item-label {
	font-size: 1.5rem;
	font-weight: bold;
}

#segitturlab .subtexto {
	margin-top: -1rem;
}

#segitturlab .wpcf7-list-item.first.last {
	margin-left: -1rem;
}

#segitturlab ul {
	color: #58595b;
}

#segitturlab #emailcontacto {
	width: 1095px !important;
}

#segitturlab #aceptacion .wpcf7-list-item-label {
	font-size: 1rem;
}

#segitturlab.contacto label {
	padding-left: 0px;
}

#segitturlab .wpcf7-form-control-wrap .wpcf7-form-control {
	margin-left: 0px;
}

/**************ACCORDION**************/
.page-template-template-transparencia #accordion button {
	text-transform: uppercase !important;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	color: #58595b;
}

.page-template-template-transparencia #accordion button:hover {
	color: #990100 !important;
	text-decoration: none;
}

.page-template-template-sostenibilidad #segittur-modulo-cabecera .segittur-cabecera-claim {
	width: 70%;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.hentry.card .card-body {
		padding: 2.5rem 4rem;
	}

	.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
		display: block;
	}
}

@media (max-width: 575px) {
	.col-xs-12-hack {
		flex: none;
		max-width: none;
		width: 100%;
	}
}

/****** Trabaja con nosotros ******/
.page-template-template-trabajaconnosotros .cabecera-solo-titulo {
	position: relative;
	top: -125px;
	color: #fff;
}

.page-template-template-trabajaconnosotros #segittur-template-transparencia {
	position: relative;
	top: -110px;
}

.page-template-template-trabajaconnosotros #segittur-template-transparencia .content-area ul.list-tr {
	list-style: none;
	padding: 0;
}

.page-template-template-trabajaconnosotros #segittur-template-transparencia .content-area ul .post-tr {}

.page-template-template-trabajaconnosotros #segittur-template-transparencia .content-area ul.list-tr li.post-tr .bloq-cab-tr {
	background: url(/wp-content/themes/wp-bootstrap-4/assets/images/headhunting.png) 0 0 no-repeat;
	margin: 0 0 1rem;
	padding: .5rem 0 .5rem 4.5rem;
}

.page-template-template-trabajaconnosotros #segittur-template-transparencia .content-area ul.list-tr li.post-tr .bloq-cab-tr .fecha-tr {
	color: #008797;
	text-transform: uppercase;
	font-weight: bold;
}

.page-template-template-trabajaconnosotros #segittur-template-transparencia .content-area ul.list-tr li.post-tr .bloq-cab-tr .titulo-tr {
	color: #990100;
	font-weight: bold;
}

.page-template-template-trabajaconnosotros #segittur-template-transparencia .content-area ul.list-tr li .archivos-tr {}

.page-template-template-trabajaconnosotros #segittur-template-transparencia .content-area ul.list-tr li .archivos-tr p {
	color: #008797;
	text-transform: uppercase;
	font-weight: bold;
}

.page-template-template-trabajaconnosotros #segittur-template-transparencia .content-area ul.list-tr li .archivos-tr ul.doc-tr {
	list-style: none;
	padding: 0;
}

.page-template-template-trabajaconnosotros #segittur-template-transparencia .content-area ul.list-tr li .archivos-tr ul.doc-tr li {
	background: url(/wp-content/themes/wp-bootstrap-4/assets/images/arrow-left-end-frame.png) 0 0 no-repeat;
	box-shadow: none;
	line-height: 38px;
	margin: 0;
	padding: 0 0 0 3rem;
}

.page-template-template-trabajaconnosotros #segittur-template-transparencia .content-area ul.list-tr li .archivos-tr ul.doc-tr li a {
	color: #990100;
	font-weight: bold;
}


.page-template-template-trabajaconnosotros #segittur-template-transparencia .content-area ul.list-tr li {
	background: #FFFFFF;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10);
	margin: 0 0 3rem;
	padding: 25px 30px;
}

.single-trabajo .saboxplugin-wrap {
	display: none;
}

.single-trabajo #segittur-modulo-breadcrumbs {
	margin: 2rem 0;
}

.single-trabajo #segittur-single .entry-header {
	margin-bottom: 0;
}

.single-trabajo #segittur-single .site-main article {
	background: #FFFFFF;
	box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%);
	margin: 0 0 3rem;
	padding: 25px 30px;
}

.single-trabajo #segittur-single .site-main article .bloq-cab-tr {
	background: url(/wp-content/themes/wp-bootstrap-4/assets/images/headhunting.png) 0 50% no-repeat;
	margin: 0 0 1rem;
	padding: .5rem 0 .5rem 4.5rem;
}

.single-trabajo #segittur-single .site-main article .bloq-cab-tr h1 {
	font-size: 1.75rem;
}

.single-trabajo #segittur-single .site-main article .archivos-tr {
	margin-top: 1rem;
}

.single-trabajo #segittur-single .site-main article .archivos-tr p {
	color: #008797;
	text-transform: uppercase;
	font-weight: bold;
}

.single-trabajo #segittur-single .site-main article ul.doc-tr {
	list-style: none;
	padding: 0;
}

.single-trabajo #segittur-single .site-main article ul.doc-tr li {
	background: url(/wp-content/themes/wp-bootstrap-4/assets/images/arrow-left-end-frame.png) 0 0 no-repeat;
	box-shadow: none;
	line-height: 38px;
	margin: 0;
	padding: 0 0 0 3rem;
}

.single-trabajo #segittur-single .site-main article ul.doc-tr li a {
	color: #990100;
	font-weight: bold;
}

.single-trabajo .saboxplugin-wrap,
.single-ayudas_ng .saboxplugin-wrap {
	display: none;
}

/****** Ayudas Next Generation ******/
.page-template-template-ayudas-ng .cabecera-solo-titulo {
	position: relative;
	top: -125px;
	color: #fff;
}

.page-template-template-ayudas-ng #segittur-template-transparencia .content-area ul.list-ayudas {
	list-style: none;
	padding: 0;
}

.page-template-template-ayudas-ng #segittur-template-transparencia .content-area ul.list-ayudas li.post-ayudas .bloq-cab-ayudas {
	background: url(/wp-content/themes/wp-bootstrap-4/assets/images/icono-trabajo.png) 0 0 no-repeat;
	margin: 0 0 1rem;
	padding: .5rem 0 .5rem 4.5rem;
}

.page-template-template-ayudas-ng #segittur-template-transparencia .content-area ul.list-ayudas li.post-ayudas .bloq-cab-ayudas .fecha-ayudas {
	color: #008797;
	text-transform: uppercase;
	font-weight: bold;
}

.page-template-template-ayudas-ng #segittur-template-transparencia .content-area ul.list-ayudas li.post-ayudas .bloq-cab-ayudas .titulo-ayudas {
	color: #990100;
	font-weight: bold;
}

.page-template-template-ayudas-ng #segittur-template-transparencia .content-area ul.list-ayudas li .archivos-ayudas p {
	color: #008797;
	text-transform: uppercase;
	font-weight: bold;
}

.page-template-template-ayudas-ng #segittur-template-transparencia .content-area ul.list-ayudas li .archivos-ayudas ul.doc-ayudas {
	list-style: none;
	padding: 0;
}

.page-template-template-ayudas-ng #segittur-template-transparencia .content-area ul.list-ayudas li .archivos-ayudas ul.doc-ayudas li {
	background: url(/wp-content/themes/wp-bootstrap-4/assets/images/arrow-left-end-frame.png) 0 0 no-repeat;
	box-shadow: none;
	line-height: 38px;
	margin: 0;
	padding: 0 0 0 3rem;
}

.page-template-template-ayudas-ng #segittur-template-transparencia .content-area ul.list-ayudas li .archivos-ayudas ul.doc-ayudas li a {
	color: #990100;
	font-weight: bold;
}


.page-template-template-ayudas-ng #segittur-template-transparencia .content-area ul.list-ayudas li {
	background: #FFFFFF;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10);
	margin: 0 0 3rem;
	padding: 25px 30px;
}

.single-ayudas_ng #segittur-modulo-breadcrumbs {
	margin: 2rem 0;
}

.single-ayudas_ng #segittur-single .entry-header {
	margin-bottom: 0;
}

.single-ayudas_ng #segittur-single .site-main article {
	background: #FFFFFF;
	box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%);
	margin: 0 0 3rem;
	padding: 25px 30px;
}

.single-ayudas_ng #segittur-single .site-main article .bloq-cab-ayudas {
	background: url(/wp-content/themes/wp-bootstrap-4/assets/images/icono-trabajo.png) 0 50% no-repeat;
	margin: 0 0 1rem;
	padding: .5rem 0 .5rem 4.5rem;
}

.single-ayudas_ng #segittur-single .site-main article .bloq-cab-ayudas h1 {
	font-size: 1.75rem;
}

.single-ayudas_ng #segittur-single .site-main article .archivos-ayudas {
	margin-top: 1rem;
}

.single-ayudas_ng #segittur-single .site-main article .archivos-ayudas p {
	color: #008797;
	text-transform: uppercase;
	font-weight: bold;
}

.single-ayudas_ng #segittur-single .site-main article ul.doc-ayudas {
	list-style: none;
	padding: 0;
}

.single-ayudas_ng #segittur-single .site-main article .buzon_consultas a {
	/*background: url(/wp-content/themes/wp-bootstrap-4/assets/images/icono-link.png) 0 0 no-repeat;*/
	box-shadow: none;
	line-height: 38px;
	margin: 0;
	padding: 0 0 0 0.8rem;
	font-weight: bold;
	font-size: 1.2rem;
	color: #990100;

}

.single-ayudas_ng #segittur-single .site-main article .orden_bases a {
	background: url(/wp-content/themes/wp-bootstrap-4/assets/images/icono-link.png) 0 0 no-repeat;
	box-shadow: none;
	line-height: 38px;
	margin: 0;
	padding: 0 0 0 2rem;
	font-weight: bold;
	font-size: 1.2rem;
	color: #990100;
	background-position-y: center;
}

.single-ayudas_ng #segittur-single .site-main article ul.doc-ayudas li a {
	color: #990100;
	font-weight: bold;
}

.single-ayudas_ng #segittur-single .site-main article .video-ayudas {
	margin: 2rem 0 2rem 0;
	text-align: center;
}

.single-ayudas_ng #segittur-single .site-main article .preguntas-ayudas {
	margin: 3rem 0 0 0;
}

/*Acordeón*/
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	font-weight: bold;
	font-size: 1.2rem;
	color: #990100;
}

.accordion:hover {
	background-color: #ccc;
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
	margin: 2rem;
}

button.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

/*Link de orden*/
.orden_bases {
	display: flex;
	flex-direction: column;
}

/*Link correo*/
i.fa-regular.fa-envelope {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: #990100;
}

.single-ayudas_ng li {

	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #58595b;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.hentry.card .card-body {
		padding: 2.5rem 4rem;
	}

	.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
		display: block;
	}
}

@media (max-width: 575px) {
	.col-xs-12-hack {
		flex: none;
		max-width: none;
		width: 100%;
	}

	#segittur-template-cabecera-solo-titulo .cabecera-solo-titulo h1 {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.page-template-template-trabajaconnosotros #segittur-template-transparencia .content-area ul.list-tr li .archivos-tr ul.doc-tr li {
		line-height: normal;
		padding: 0.75rem 0 0.75rem 3rem;
	}

	.page-template-template-ayudas-ng #segittur-template-transparencia .content-area ul.list-ayudas li .archivos-ayudas ul.doc-ayudas li {
		line-height: normal;
		padding: 0.75rem 0 0.75rem 3rem;
	}
}