/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.3.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
 	-webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	/*font-family: "Source Sans Pro", sans-serif;*/
	font-family: "SourceSansProRegular", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);*/
	box-shadow: 0 0 20px rgb(0, 0, 0, 0.40);
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	/*padding-bottom: 20px;*/
	padding-bottom: 18px;
	padding-top: 0;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}



/* Fonts
---------------------------------------------------------------------------- */


@font-face {
    font-family: 'SourceSansProRegular';
    src: url('fonts/SourceSansPro-Regular.eot');
    src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('fonts/SourceSansPro-Regular.woff') format('woff'),
        url('fonts/SourceSansPro-Regular.ttf') format('truetype'),
        url('fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansProBold';
    src: url('fonts/SourceSansPro-Bold.eot');
    src: url('fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('fonts/SourceSansPro-Bold.woff') format('woff'),
        url('fonts/SourceSansPro-Bold.ttf') format('truetype'),
        url('fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansProExtraLight';
    src: url('fonts/SourceSansPro-ExtraLight.eot');
    src: url('fonts/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-ExtraLight.woff2') format('woff2'),
        url('fonts/SourceSansPro-ExtraLight.woff') format('woff'),
        url('fonts/SourceSansPro-ExtraLight.ttf') format('truetype'),
        url('fonts/SourceSansPro-ExtraLight.svg#SourceSansPro-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansProBlack';
    src: url('fonts/SourceSansPro-Black.eot');
    src: url('fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Black.woff2') format('woff2'),
        url('fonts/SourceSansPro-Black.woff') format('woff'),
        url('fonts/SourceSansPro-Black.ttf') format('truetype'),
        url('fonts/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansProLight';
    src: url('fonts/SourceSansPro-Light.eot');
    src: url('fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('fonts/SourceSansPro-Light.woff') format('woff'),
        url('fonts/SourceSansPro-Light.ttf') format('truetype'),
        url('fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansProSemi';
    src: url('fonts/SourceSansPro-SemiBold.eot');
    src: url('fonts/SourceSansPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-SemiBold.woff2') format('woff2'),
        url('fonts/SourceSansPro-SemiBold.woff') format('woff'),
        url('fonts/SourceSansPro-SemiBold.ttf') format('truetype'),
        url('fonts/SourceSansPro-SemiBold.svg#SourceSansPro-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}








/* General wordpress
---------------------------------------------------------------------------- */

.wrap {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}
h5 {
	font-family: 'SourceSansProSemi';
	font-size: 20px;
	line-height: 25px;
	color: #003C87;
	margin-bottom: 0px;
	font-weight: normal;
}
/* Deshabilitar intranet */
#menu-item-39 a {
	pointer-events: none;
}
/* Deshabilitar botones */
/*#menu-item-198,
#menu-item-196,
#menu-item-195,
#menu-item-194 {
	pointer-events: none;
}*/
/*estudios externos: 
#menu-item-211,
#menu-item-209,
#menu-item-192,*/
/*.footer-rrss ul li:nth-child(4) {
	display: none;
}*/
.socios-mobile{
	display: none;
}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

.leyenda-eventos li:nth-child(3) {
	display: none;
}

/*#genesis-nav-primary .sub-menu {
	display: none !important;
}*/
.genesis-nav-menu .sub-menu a {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	color: #333333 !important;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	/*font-family: 'SourceSansProSemi';*/
	font-family: 'SourceSansProLight' !important;
	font-weight: bold;
}

.genesis-nav-menu .sub-menu a:before {
    margin-right: 10px !important;
}
.genesis-nav-menu .sub-menu a span {
	top: 6px;
	position: relative;
}
.genesis-nav-menu .sub-menu li,
.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu span{
	border: none !important;
}
.genesis-nav-menu .sub-menu li:nth-child(1) a::before {
    background-color: #003C87;
}
.genesis-nav-menu .sub-menu li:nth-child(2) a::before {
    background-color: #67CDF2;
}
.genesis-nav-menu .sub-menu li:nth-child(3) a::before {
    background-color: #227BBF;
}
.genesis-nav-menu .sub-menu li:nth-child(4) a::before {
    background-color: #FF4747;
}
.genesis-nav-menu .sub-menu li:nth-child(5) a::before {
    background-color: #003C87;
}
.genesis-nav-menu .sub-menu li:nth-child(6) a::before {
    background-color: #67CDF2;
}


/* Menu Lateral
---------------------------------------------------------------------------- */

.page-template-page_estudios_general .site-inner #menu-menuestudios a,
.qsomso-page .site-inner #menu-menuqsomos a,
.prensa-page .site-inner #menu-menusalaprensa a,
.single-asociacion .site-inner #menu-menuqsomos a,
.single-notaprensa .site-inner #menu-menusalaprensa a {
	color: #003C87;
	font-family: 'SourceSansProSemi';
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	line-height: 14px;
	display: flex;
	float: left;
	align-items: center;
	width: 230px !important;
	position: relative;
	align-content: center;
}
.page-template-page_estudios_general .site-inner #menu-menuestudios .sub-menu a:before,
.qsomso-page .site-inner #menu-menuqsomos .sub-menu a:before,
.prensa-page .site-inner #menu-menusalaprensa .sub-menu a:before,
.single-notaprensa .site-inner #menu-menusalaprensa .sub-menu a:before,
.single-asociacion .site-inner #menu-menuqsomos .sub-menu a:before  {
	width: 8px;
	height: 39px;
	background-color: #227BBF;
	content: " ";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	float: left;
	/*position: absolute;*/
}
.page-template-page_estudios_general .site-inner #menu-menuestudios a:before,
.qsomso-page .site-inner #menu-menuqsomos a:before,
.prensa-page .site-inner #menu-menusalaprensa a:before,
.single-notaprensa .site-inner #menu-menusalaprensa a:before,
.single-asociacion .site-inner #menu-menuqsomos a:before {
	width: 8px;
	height: 39px;
	background-color: #003C87;
	content: " ";
	display: inline-block;
	margin-right: 10px;
	/*position: absolute;*/
	vertical-align: middle;
	float: left;
}
.page-template-page_estudios_general .site-inner #menu-menuestudios a:after {
	width: 18px;
	height: 21px;
	background: url(images/ico_estudios_blanco.svg);
	content: " ";
	display: inline-block;
	right: 15px;
position: absolute;
	margin-left: 10px;
	vertical-align: middle;
}
.page-template-page_estudios_general .site-inner #menu-menuestudios .sub-menu .current-menu-item a:after {
	display: none;
}
.page-template-page_estudios_general .site-inner #menu-menuestudios .current-menu-item a:after {
	width: 18px;
	height: 21px;
	background: url(images/ico_estudios_rojo.svg);
	right: 15px;
position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.page-template-page_estudios_general .site-inner #menu-menuestudios .sub-menu a:after {
	display: none;
}

.page-template-page_estudios_general .site-inner #menu-menuestudios .sub-menu li a,
.qsomso-page .site-inner #menu-menuqsomos a,
.prensa-page .site-inner #menu-menusalaprensa a,
.single-asociacion .site-inner #menu-menuqsomos a,
.single-notaprensa .site-inner #menu-menusalaprensa a {
	margin-top: 13px;
	height: 42px;
	vertical-align: middle;
}
.page-template-page_estudios_general .site-inner li a,
.qsomso-page .site-inner li a ,
.prensa-page .site-inner li a,
.single-asociacion .site-inner li a,
.single-notaprensa .site-inner li a {
	background-color: #227BBF;
	color: white !important;
}
.page-template-page_estudios_general .site-inner li.current-menu-item > a,
.qsomso-page .site-inner li.current-menu-item > a,
.prensa-page .site-inner li.current-menu-item > a,
.single-asociacion .site-inner li.current-menu-item > a,
.single-notaprensa .site-inner li.current-menu-item > a {
	background-color: white;
	color: #227BBF !important;
	border: 2px solid #227BBF;
	border-left: none;
}
.qsomso-page .site-inner li:nth-child(1) a,
.prensa-page .site-inner li:nth-child(1) a {
	margin-top: 42px !important;
}
.page-template-page_estudios_general .site-inner li li a,
.qsomso-page .site-inner li li a,
.prensa-page .site-inner li li a,
.single-asociacion .site-inner li li a,
.single-notaprensa .site-inner li li a {
	background-color: white;
	color: #227BBF !important;
	border: none;
}
.page-template-page_estudios_general .site-inner li li.current-menu-item a,
.qsomso-page .site-inner li li.current-menu-item a,
.prensa-page .site-inner li li.current-menu-item a,
.single-asociacion .site-inner li li.current-menu-item a,
.single-notaprensa .site-inner li li.current-menu-item a {
	background-color: white;
	border: 2px solid #227BBF;
	border-left: none;
	color: #227BBF !important;
}
.page-template-page_estudios_general .site-inner #menu-menuestudios li li.current-menu-item a:before,
.qsomso-page .site-inner #menu-menuestudios li li.current-menu-item a:before ,
.prensa-page .site-inner #menu-menusalaprensa li li.current-menu-item a:before,
.single-asociacion .site-inner #menu-menuqsomos li li.current-menu-item a:before,
.single-notaprensa .site-inner #menu-menusalaprensa li li.current-menu-item a:before  {
	width: 8px;
	height: 39px;
	background-color: #FF4747;
	content: " ";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.site-inner .widget li {
	padding-left: 0px;
}
.site-inner .widget li li {
	padding-left: 0px;
	margin-left: 0px;
}

.page-template-page_estudios_general #menu-menuestudios li.menu-item-has-children a,
.qsomso-page #menu-menuqsomos li.menu-item-has-children a,
.prensa-page #menu-menusalaprensa li.menu-item-has-children a,
.single-asociacion #menu-menuqsomos li.menu-item-has-children a,
.single-notaprensa #menu-menusalaprensa li.menu-item-has-children a {
	/*margin-top: 10px;*/
	margin-top: 34px;
}

/* Menu qsomos
---------------------------------------------------------------------------- */
.qsomso-page .site-inner #menu-menuqsomos li:nth-child(1) a:after,
.single-asociacion  #menu-menuqsomos li:nth-child(1) a:after {
	width: 19px;
	height: 24px;
	background: url(images/ico_objetivos.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	top: 9px;
	background-repeat: no-repeat;
}
.qsomso-page .site-inner #menu-menuqsomos li:nth-child(2) a:after,
.single-asociacion  #menu-menuqsomos li:nth-child(2) a:after {
	width: 19px;
	height: 16px;
	background: url(images/ico_organigrama.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.qsomso-page .site-inner #menu-menuqsomos li:nth-child(3) a:after,
.single-asociacion #menu-menuqsomos li:nth-child(3) a:after {
	width: 23px;
	height: 20px;
	background: url(images/ico_asociaciones.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	top: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.qsomso-page .site-inner #menu-menuqsomos li:nth-child(4)  a:after,
.single-asociacion #menu-menuqsomos li:nth-child(4)  a:after {
	width: 27px;
	height: 22px;
	background: url(images/ico_participamos.svg) 100% 50% no-repeat;
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	top: 9px;
}

.qsomso-page .site-inner #menu-menuqsomos li:nth-child(1).current-menu-item a:after,
.single-asociacion .site-inner #menu-menuqsomos li:nth-child(1).current-menu-item a:after {
	width: 19px;
	height: 24px;
	background: url(images/ico_objetivos_sel.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	top: 7px;
	background-repeat: no-repeat;
}
.qsomso-page .site-inner #menu-menuqsomos li:nth-child(2).current-menu-item a:after,
.single-asociacion .site-inner #menu-menuqsomos li:nth-child(2).current-menu-item a:after {
	width: 19px;
	height: 16px;
	background: url(images/ico_organigrama_sel.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.qsomso-page .site-inner #menu-menuqsomos li:nth-child(3).current-menu-item a:after,
.single-asociacion .site-inner #menu-menuqsomos li:nth-child(3).current-menu-item a:after  {
	width: 23px;
	height: 20px;
	background: url(images/ico_asociaciones_sel.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	top: 9px;
}
.qsomso-page .site-inner #menu-menuqsomos li:nth-child(4).current-menu-item a:after,
.single-asociacion .site-inner #menu-menuqsomos li:nth-child(4).current-menu-item a:after {
	width: 27px;
	height: 22px;
	background: url(images/ico_participamos_sel.svg) 110% 50% no-repeat;
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.qsomso-page .site-inner #menu-menuqsomos li:nth-child(1) a:before,
.single-asociacion .site-inner #menu-menuqsomos li:nth-child(1) a:before {
	background-color: #227BBF;
}
.qsomso-page .site-inner #menu-menuqsomos li:nth-child(2) a:before,
.single-asociacion .site-inner #menu-menuqsomos li:nth-child(2) a:before {
	background-color: #67CDF2;
}
.qsomso-page .site-inner #menu-menuqsomos li:nth-child(3) a:before,
.single-asociacion .site-inner #menu-menuqsomos li:nth-child(3) a:before {
	background-color: #003C87;
}
.qsomso-page .site-inner #menu-menuqsomos li:nth-child(4) a:before,
.single-asociacion .site-inner #menu-menuqsomos li:nth-child(4) a:before {
	background-color: #FF4747;
}
.qsomso-page  #menu-menuqsomos:after,
.single-asociacion  #menu-menuqsomos:after {
	width: 100%;
	height: 50px;
	background: url(images/fondo_menu.png);
	content: " ";
	display: block;
	top: 235px;
	position: relative;
	background-size: contain;
	z-index: -1;
	background-repeat: no-repeat;
}

.widget .contenedor-news,
.widget .contenedor-asociados {
    max-width: 230px;
    padding: 10px !important;
    height: 230px;
}
.widget .contenedor-news .txt-news {
    margin: 0 auto !important;
    text-align: center;
}
.widget .contenedor-news .txt-news p,
.widget .contenedor-asociados .txt-asociados p {
	font-size: 13px;
line-height: 19px;
font-family: 'SourceSansProSemi';
}
.widget .contenedor-news .txt-news p strong,
.widget .contenedor-asociados .txt-asociados p strong {
/*font-family: 'SourceSansProBlack' !important;*/
font-family: 'SourceSansProBold' !important;
}
.widget .sep {
    margin: 0 auto;
}
.qsomso-page #custom_html-2,
.qsomso-page #custom_html-3,
.single-asociacion #custom_html-2,
.single-asociacion #custom_html-3,
.prensa-page #custom_html-5,
.prensa-page #custom_html-4,
.single-notaprensa #custom_html-5,
.single-notaprensa #custom_html-4 {
	margin-bottom: 24px !important;
}
.prensa-notaprensa-page .ico-volver img {
	width: 22px;
}
.prensa-notaprensa-page .contenedor-seccion h3 {
	line-height: 20px;
}
.qsomso-page #custom_html-2,
.prensa-page #custom_html-5,
.single-asociacion #custom_html-2,
.single-notaprensa #custom_html-5{
	margin-top: 55px;
}
.single-asociacion #custom_html-2 {
	margin-top: 100px;
}
.single-notaprensa #custom_html-5 {
	margin-top: 75px;
}
.qsomso-page #custom_html-3:after,
.prensa-page #custom_html-4:after,
.single-asociacion #custom_html-3:after,
.single-notaprensa #custom_html-4:after {
	width: 100%;
	height: 32px;
	background: url(images/fondo_menu.png);
	content: " ";
	display: block;
	position: relative;
	background-size: 100% 100%;
	z-index: -1;
	background-repeat: no-repeat;
	max-width: 230px;
}
.widget .contenedor-news .ico-news {
    width: 142px;
    height: 123px;
    position: relative;
    left: 20px;
    top: 0;
    display: block;
    margin: 0 auto;
}
.widget .contenedor-asociados .ico-asociados {
    /*width: 129px;
    height: 110px;*/
    width: 110px;
	height: 95px;
    position: relative;
    left: auto;
    top: 0;
    display: block;
    margin: 0 auto;
}
.widget .contenedor-asociados .txt-asociados {
    margin: 0 auto;
    text-align: center;
}


/* Menu Sala de prensa
---------------------------------------------------------------------------- */
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(1) a:after,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(1) a:after {
	width: 18px;
	height: 21px;
	background: url(images/ico_nota.svg);
	right: 15px;
	background-repeat: no-repeat;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	top: 9px;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(2) a:after,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(2) a:after {
	width: 25px;
	height: 25px;
	background: url(images/ico_videoteca.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	margin-left: 10px;
	vertical-align: middle;
	top: 9px;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(3) a:after,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(3) a:after {
	width: 24px;
	height: 17px;
	background: url(images/ico_fototeca.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	background-repeat: no-repeat;
	vertical-align: middle;
	top: 13px;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(4)  a:after,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(4)  a:after {
	width: 23px;
	height: 17px;
	background: url(images/ico_audioteca.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	top: 13px;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(5)  a:after,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(5)  a:after  {
	width: 20px;
	height: 21px;
	background: url(images/ico_periodico.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	top: 9px;
}
.tax-year-periodico .barra-navegacion {
	float: left;
	width: 30%;
}
.tax-year-periodico .contenedor-seccion {
	float: right;
	width: 70%;
}
.tax-year-periodico .site-inner {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 0 !important;
}

.prensa-page .site-inner #menu-menusalaprensa li:nth-child(1).current-menu-item a:after,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(1).current-menu-item a:after {
	width: 18px;
	height: 21px;
	background: url(images/ico_nota_sel.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	top: 9px;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(2).current-menu-item a:after,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(2).current-menu-item a:after {
	width: 25px;
	height: 25px;
	background: url(images/ico_videoteca_sel.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	top: 7px;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(3).current-menu-item a:after
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(3).current-menu-item a:after {
	width: 24px;
	height: 17px;
	background: url(images/ico_fototeca_sel.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	top: 9px;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(3).current-menu-item a::after {
	background: url(images/ico_fototeca_sel.svg) !important;
	background-repeat: no-repeat;
	top: 9px;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(4).current-menu-item a:after,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(4).current-menu-item a:after {
	width: 23px;
	height: 16px;
	background: url(images/ico_audioteca_sel.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	top: 9px;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(5).current-menu-item a:after,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(5).current-menu-item a:after {
	width: 20px;
	height: 21px;
	background: url(images/ico_periodico_sel.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	top: 9px;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(1) a:before,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(1) a:before {
	background-color: #003C87;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(2) a:before,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(2) a:before {
	background-color: #67CDF2;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(3) a:before,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(3) a:before {
	background-color: #FF4747;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(4) a:before,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(4) a:before {
	background-color: #003C87;
}
.prensa-page .site-inner #menu-menusalaprensa li:nth-child(5) a:before,
.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(5) a:before {
	background-color: #67CDF2;
}
.prensa-page  #menu-menusalaprensa:after,
.single-notaprensa  #menu-menusalaprensa:after {
	width: 100%;
	height: 50px;
	background: url(images/fondo_menu.png);
	content: " ";
	display: block;
	top: 283px;
	position: relative;
	background-size: contain;
	z-index: -1;
	background-repeat: no-repeat;
}




/* Footer
---------------------------------------------------------------------------- */

.footer-contacto {
	background-color: #333333;
	text-align: center;
	padding: 30px 0;
}
.footer-contacto p,
.footer-contacto a {
	font-family: 'SourceSansProRegular';
	color: white;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 0px;
	text-decoration: none;
}
.footer-contacto p:nth-child(2){
	margin-bottom: 30px !important;
}
.logo-footer {
	margin-bottom: 30px;
}

.footer-rrss ul {
	margin-top: 50px;
	display: inline-block;
}
.footer-rrss ul li {
	display: inline-block;
	vertical-align: middle;
}

.banner-iht {
	height: 205px;
	width: 100%;
	background-size: cover !important;
}
.footer-rrss h5 {
	text-align: center;
}
.footer-rrss {
	text-align: center;
	padding: 40px 0px;
}
.footer-rrss img {
	width: 52px;
}
.logo-footer img {
	margin-bottom: 30px;
}
.footer-rrss li {
	margin-left: 16px;
}
.footer-rrss li.primero {
	margin-left: 0px;
}

.banner-hostelco {
	height: 209px;
	width: 100%;
	background-size: cover !important;
}

.franja-asociados {
	padding-top: 40px;
	padding-bottom: 35px;
}

.contenedor-footer {
	border-radius: 0.5rem; 
	padding: 30px;
	display: flex;
	align-content: center;
	justify-content: center;
}
.contenedor-footer p b {
	font-family: 'SourceSansProSemi';
}
.contenedor-footer p {
	margin-bottom: 0px;
}
.sep {
	width: 90%;
	height: 1px;
	margin: 10px 0px;
}
.sep.naranja {
	background-color: #FF4747;
}
.sep.azul {
	/*background-color: #227BBF;*/
	background-color: white;
}
/*.contenedor-asociados {
	background: rgba(0,60,135,1);
	background: -moz-linear-gradient(left, rgba(0,60,135,1) 0%, rgba(1,147,210,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,60,135,1)), color-stop(100%, rgba(1,147,210,1)));
	background: -webkit-linear-gradient(left, rgba(0,60,135,1) 0%, rgba(1,147,210,1) 100%);
	background: -o-linear-gradient(left, rgba(0,60,135,1) 0%, rgba(1,147,210,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,60,135,1) 0%, rgba(1,147,210,1) 100%);
	background: linear-gradient(to right, rgba(0,60,135,1) 0%, rgba(1,147,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c87', endColorstr='#0193d2', GradientType=1 );
}*/
.contenedor-asociados {
	background: #003C87;
	/*background: -moz-linear-gradient(left, rgba(0,60,135,1) 0%, rgba(1,147,210,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,60,135,1)), color-stop(100%, rgba(1,147,210,1)));
	background: -webkit-linear-gradient(left, rgba(0,60,135,1) 0%, rgba(1,147,210,1) 100%);
	background: -o-linear-gradient(left, rgba(0,60,135,1) 0%, rgba(1,147,210,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,60,135,1) 0%, rgba(1,147,210,1) 100%);
	background: linear-gradient(to right, rgba(0,60,135,1) 0%, rgba(1,147,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c87', endColorstr='#0193d2', GradientType=1 );*/
}
.contenedor-asociados p {
	color: white;
}
.contenedor-news p {
	color: #003C87;
	font-family: 'SourceSansProRegular';
}
.contenedor-news {
	border: 1px solid #666666;
	position: relative;
}
.contenedor-news .ico-news {
	width: 142px;
	height: 123px;
	position: absolute;
	left: 30px;
	top: 50px;
}
.contenedor-news .txt-news {
	margin-left: 131px;
	z-index: 1;
}
.contenedor-asociados .ico-asociados {
	/*width: 129px;*/
	width: 110px;
	height: 110px;
	position: absolute;
	left: 30px;
	top: calc(50% - 55px);
}
.contenedor-asociados, .contenedor-news {
	/*height: 227px;*/
	height: 200px;
	align-content: center;
display: grid;
}
.contenedor-asociados {
	position: relative;
}
.contenedor-asociados .txt-asociados {
	margin-left: 125px;
	z-index: 1;
}
.franja-socios {
	padding-top: 42px;
	padding-bottom: 32px;
	-webkit-box-shadow: inset 0px 10px 23px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 10px 23px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 10px 23px 0px rgba(0,0,0,0.5);
}
.slider-socios {
	margin-top: 40px;
}
.franja-socios .slick-track {
  display: flex !important;
}
.franja-socios .slick-track .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: center !important;
  justify-content: center !important;
}
.slider-socios .slick-slide img {
    max-height: 111px;
    text-align: center;
    vertical-align: center;
    align-content: center;
    width: auto;
	padding: 0 1rem;
}

.banner-iht.home,
.banner-hostelco,
.home-page .banner-iht.no-home  {
	display: none;
}
.home-page .banner-iht.home,
.banner-iht.no-home,
.home-page .banner-hostelco {
	display: block;
}




/* Header
---------------------------------------------------------------------------- */

.header-sup {
	text-align: right;
right: 26px;
position: absolute;
}
.header-sup a {
	color: #4D4D4D;
	font-family: 'SourceSansProBold';
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}
.genesis-nav-menu a {
	color: #333333 !important;
	/*font-size: 12px;*/
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'SourceSansProSemi';
	font-weight: bold;
	text-align: left;
	padding: 0px;
	padding-right: 18px !important;
	padding-left: 0px !important;
	display: flex;
	font-size: 13px;
}
.genesis-nav-menu a:before {
	background-color: #003C87;
	height: 27px;
	width: 3px;
	display: inline-block;
	margin-right: 5px;
	content: " ";
}
.genesis-nav-menu li:nth-child(1) a:before,
.genesis-nav-menu li:nth-child(6) a:before {
	background-color: #003C87;
}
.genesis-nav-menu li:nth-child(2) a:before,
.genesis-nav-menu li:nth-child(5) a:before{
	background-color: #67CDF2;
}
.genesis-nav-menu li:nth-child(3) a:before {
	background-color: #227BBF;
}
.genesis-nav-menu li:nth-child(4) a:before{
	background-color: #FF4747;
}
header .wrap {
	position: relative;
}
header .nav-primary {
	padding: 0px;
	bottom: 0;
	position: absolute;
	right: 0;
}
header .genesis-nav-menu {
	line-height: 0;
}
.genesis-nav-menu .sub-menu {
    position: absolute;
}


/* Home
---------------------------------------------------------------------------- */

.franja-asociados.out-home {
	display: block;
}
.franja-asociados.in-home {
	display: none;
}
.home .franja-asociados.in-home {
	display: block;
}
.home .franja-asociados.out-home {
	display: none;
}

.franja-eventos {
	background: url(images/fondo_calendario.jpg) 50% 50% no-repeat;
	background-size: cover !important;
	padding-top: 50px;
	padding-bottom: 20px;
	width: 100%;
}
.contenedor-eventos-home {
	min-height: 275px;
	margin-bottom: 27px;
}
.contenedor-eventos-home .rhcalendar .fullCalendar {
    background: #ffffff !important;
}

.boton {
	text-align: center;
	display: flex;
	justify-content: center;
}
.franja-eventos .boton {
	/*display: block;*/
	text-align: center !important;
	width: 100%;
}
.boton.rojo a {
	background-color: #FF4747;
	color: white !important;
	border-radius: 1.5rem;
}
.boton a {
	text-decoration: none;
	color: white;
	font-family: 'SourceSansProBold';
	font-size: 16px;
	line-height: 16px;
	background-color: #003C87;
	padding: 12px 18px;
	border-radius: 0.5rem;
}
h3 {
	margin-bottom: 0px;
	font-family: 'SourceSansProLight';
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	text-align: center;
}

.slide-carrusel {
	width: 100%;
	height: 650px !important;
	background-size: cover !important;
}

.btn-slide {
	position: absolute;
	bottom: 20px;
	left: calc(50% - 110px);
	display: none;
}
.titular-slider h2 {
	/*margin-top: calc(32% - 45px);*/
}
.btn-slide .boton a {
	border-radius: 0 !important;
}
.titular-slider h2 p {
	color: #003C87;
    font-family: 'SourceSansProRegular';
    font-size: 35px;
	line-height: 43px;
	/*text-shadow: 0.1em 0.1em 0.2em black;*/
	text-align: center;
	padding-left: 25px;
	max-width: 980px;
	width: 100%;
	padding-right: 25px;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 13px;
}
.titular-slider h2 {
    bottom: 75px;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	width: 100vw;
}
.titular-slider h2 p strong {
	font-family: 'SourceSansProBold';
}
.slider-home {
	position: relative;
}

.franja-novedades {
	padding-top: 15px;
	padding-bottom: 32px;
}
.imagen-menu-noticia {
	background-size: cover !important;
	width: 100%;
	height: 175px;
}
.novedad h4 {
	font-family: 'SourceSansProRegular';
	font-size: 20px;
	line-height: 24px;
	color: white;
	text-align: center;
	margin-bottom: 0px;
	display: inline-grid;
	align-content: center;
}
.novedad a {
	color: white;
	text-decoration: none;
}
.contenedor-titular {
	background-color: #003C87;
	padding: 15px 20px;
	display: flex;
	align-content: center;
	height: 175px;
}
.row-novedades {
	margin-top: 20px;
}
.novedades-mobile {
	display: none;
}

#menu-mainmenu li:nth-child(6) a {
	padding-right: 0px !important;
}
.slidehome .wrap {
	max-width: 100%;
	padding: 0px;
}
.genesis-nav-menu .sub-menu span {
	padding-top: 0px;
	padding-bottom: 10px;

}
.genesis-nav-menu .sub-menu li {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
	border-bottom: 1px solid rgba(125,125,125,0.2) !important;
}
.genesis-nav-menu .sub-menu {
	padding-top: 10px;
	border: none !important;
}


/* Qhacemos
---------------------------------------------------------------------------- */

.contenedor-iconos a {
	text-decoration: none;
	color: #4D4D4D !important;
}
.contenedor-iconos h2 {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	font-size: 14px;
	line-height: 19px;
	color: #4D4D4D;
	text-align: center;
	margin-bottom: 0;
	margin-top: 10px;
}
.contenedor-iconos .one-fourth {
	margin-bottom: 60px;
	text-align: center !important;
	border-right: 1px solid #CCCCCC;
	padding-right: 2.564102564102564%;
}
.contenedor-iconos .one-fourth.first{
	border-left: 1px solid #CCCCCC;
	padding-right: 0px;
}
.contenedor-iconos {
	padding-top: 72px;
}
.banner-cabecera {
	width: 100%;
	height: 300px;
	position: relative;
	background-size: cover !important;
}
.banner-cabecera h1 {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	color: white;
	background-color: #003C87;
	width: 230px;
	padding: 10px 0;
	padding-left: 28px;
	text-align: left;
	margin-bottom: 0px;
	font-size: 18px;
	position: absolute;
	bottom: -25px;
	min-height: 50px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.contenedor-iconos img {
	height: 166px;
}
.page-template-page_qhacemos .franja-asociados {
	display: none;
}



/* Proveedores
---------------------------------------------------------------------------- */

.page-template-page_proveedor_listado .franja-socios {
	display: none;
}
.page-template-page_proveedor_listado .contenedor-seccion {
	margin-bottom: 65px;
}
.page-template-page_proveedor_listado .franja-video {
	display: none;
}
.contenedor-seccion h3 {
	/*padding-left: 28px;*/
	padding-left: 0px;
	border-bottom: 1px solid #999999;
	font-family: 'SourceSansProBold';
	font-size: 20px;
	line-height: 26px;
	color: #227BBF;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 20px;
	width: 100%;
}
.ico-volver img {
	width: 29px;
	margin-left: 10px;
}
.ico-volver {
	text-align: right;
	padding: 18px 0px;
}
.ico-volver a {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	font-size: 15px;
	line-height: 29px;
	color: #FF4747;
	text-decoration: none;
	vertical-align: middle;
	padding-bottom: 5px;
}

.franja-video {
	margin-bottom: 40px;
}

.contenedor-socios .one-fourth {
	border-right: 1px solid #666666;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	margin-top: 44px;
	/*padding-right: 1.5rem;
	padding-left: 1.5rem;*/
	padding-right: 1.05rem;
	padding-left: 1.05rem;
	margin-left: 0px;
	width: 25%;
}
.contenedor-img-socio {
	height: 95px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.contenedor-socios .one-fourth.first {
	border-left: 1px solid #666666;
}
.contenedor-socios a {
	text-decoration: none;
	color: #808080;
}
.contenedor-socios img {
	max-height: 95px;
}
.contenedor-socios h4 {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	font-size: 15px;
	line-height: 22px;
	color: #666666 !important;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.contenedor-socios p {
	font-family: 'SourceSansProRegular';
	font-size: 12px;
	line-height: 20px;
	color: #808080;
	text-align: center;
	margin-bottom: 0px;
}


.seccion-info p {
	padding-left: 14px;
}
.info {
	font-size: 17px;
	line-height: 22px;
	color: #227BBF;
	margin-top: 30px;
	width: 100%;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
}

.single-socioapt .contenedor-seccion h3 {
    padding-left: 0;
    border-bottom: none;
    font-family: 'SourceSansProBold';
    font-size: 20px;
    line-height: 26px;
    color: #227BBF;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
}
.fin-seccion {
	height: 1px;
	width: 100%;
	border-bottom: thin solid #999999;
	margin-top: 70px;
}

.contenedor-info {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: thin solid #B3B3B3;
	border-top: thin solid #B3B3B3;
	margin-top: 20px;
}
.contenedor-seccion p strong,
.contenedor-seccion p b {
	font-family: 'SourceSansProBold';
}
.contenedor-seccion p {
	font-family: 'SourceSansProRegular';
}

.single-socioapt .contenedor-seccion .two-thirds h2 {
	font-size: 20px;
	line-height: 13px;
	color: #4D4D4D;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	text-transform: uppercase;
	margin-bottom: 20px;
}

.franja-asociados.out-home {
    padding-top: 54px;
    padding-bottom: 74px;
}



/* Qhacemos txt
---------------------------------------------------------------------------- */

.contenedor-txt p {
	font-family: 'SourceSansProRegular';
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #4D4D4D;
}
.contenedor-txt li {
	font-family: 'SourceSansProRegular';
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #4D4D4D;
	list-style-type: disc;
	margin-left: 14px;
}
.contenedor-txt h2 {
    padding-left: 0px;
    border-bottom: none;
    /*font-family: 'SourceSansProBlack';*/
    font-family: 'SourceSansProBold';
    font-size: 20px;
    line-height: 22px;
    color: #227BBF;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.contenedor-txt h3 {
	padding-left: 0px;
    border-bottom: none;
    font-family: 'SourceSansProBold';
    font-size: 17px;
    line-height: 22px;
    color: #227BBF;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.page-template-page_qhacemos_txt .franja-asociados.out-home {
	display: none;
}
.page-template-page_qhacemos_txt .seccion-info img {
	margin-bottom: 35px;
}
.contenedor-seccion a {
	font-size: 15px;
	line-height: 22px;
	color: #4D4D4D;
	text-decoration: none;
}



/* Internacionalizacion
---------------------------------------------------------------------------- */

.page-template-page_qhacemos_acuerdos .contenedor-img-inter {
	margin: 30px 0;
	text-align: center;
	display: flex;
	height: 160px !important;
	justify-content: center;
	align-content: center;
}
.page-template-page_qhacemos_inter .contenedor-img-inter {
margin: 30px 0;
display: flex;
height: 160px !important;
justify-content: center;
align-content: center;
max-height: 90px;
}
.contenedor-img-inter img {
	height: 100%;
}
.desc-inter {
	padding: 20px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.desc-inter p {
	font-size: 15px;
	line-height: 24px;
	font-family: 'SourceSansProRegular';
	color: #4D4D4D;
	text-align: justify;
}



/* Acuerdos 
---------------------------------------------------------------------------- */
.page-template-page_qhacemos_acuerdos .contenedor-seccion h2 {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	display: inline;
	margin-right: 5px;
}
.page-template-page_qhacemos_acuerdos .contenedor-seccion h2 {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	display: inline;
	margin-right: 5px;
}
.page-template-page_qhacemos_acuerdos .desc-inter p {
    text-align: justify;
    display: initial;
}

.page-template-page_qhacemos_acuerdos .enlace-proveedores {
	margin-top: 105px;
}
.page-template-page_qhacemos_acuerdos .enlace-proveedores p {
	font-family: 'SourceSansProRegular';
	font-size: 15px;
	line-height: 24px;
	color: #4D4D4D;
}
.page-template-page_qhacemos_acuerdos .contenedor-seccion {
	margin-bottom: 207px;
}
.page-template-page_qhacemos_acuerdos .franja-asociados.out-home {
	display: none;
}



/* Comunicación
---------------------------------------------------------------------------- */
.un-documento {
	padding: 12px 0;
	border-bottom: 1px solid #999999;
}
.un-documento.primero {
	border-top: 1px solid #999999;
}
.un-documento .nombre-doc {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	font-size: 16px;
	line-height: 30px;
	color: #4D4D4D;
	display: inline;
	padding-right: 5px;
}
.un-documento .desc-doc p {
	font-family: 'SourceSansProRegular';
	font-size: 16px;
	line-height: 30px;
	color: #4D4D4D;
	display: inline;
	margin-bottom: 0px;
}
.un-documento .parte-txt {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 85px);
}
.un-documento .parte-img {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 45px;
}
.intro-txt {
	font-family: 'SourceSansProRegular';
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #4D4D4D;
}
.page-template-page_qhacemos_comunicacion .contenedor-seccion .boton a {
	color: white;
}
.boton.cuadrado a {
	border-radius: 0;
}
.boton.completo a {
	width: 100%;
	max-width: 100%;
}
.franja-rrss {
	text-align: center;
	margin-top: 60px;
}
.franja-rrss li.primero {
    margin-left: 0px;
}
.franja-rrss ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
}
.page-template-page_qhacemos_comunicacion .franja-asociados.out-home {
	display: none;
}
.page-template-page_qhacemos_comunicacion .franja-botones {
	padding: 80px 0;
}



/* Estudios
---------------------------------------------------------------------------- */

.page-template-page_estudios_general .site-inner,
.qsomso-page .site-inner,
.prensa-page .site-inner,
.eventos-listado-page .site-inner {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}
.sidebar-content .seccion-contenido h3 {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar-content .seccion-contenido {
	padding-top: 20px;
	padding-bottom: 70px;
}
.sidebar-content  .seccion-volver {
	float: right;
}
.sidebar-content  .seccion-volver div {
	padding: 17px 0;
	/*padding: 19px 0;*/
}
.sidebar-content .seccion-contenido p {
	margin-bottom: 20px;
	font-family: 'SourceSansProRegular';
	font-size: 15px;
	line-height: 22px;
	color: #333333;
}
.page-template-page_estudios_general .ico-volver a,
.qsomso-page .ico-volver a,
.eventos-page .ico-volver a {
    /*font-family: 'SourceSansProBlack';*/
    font-family: 'SourceSansProBold';
    font-size: 15px;
	line-height: 29px;
	color: #FF4747;
	text-decoration: none;
	vertical-align: middle;
	padding-bottom: 5px;
}
.qsomso-page .ico-volver img {
	height: 24px;
}
.qsomso-page .ico-volver {
	padding-top: 22px !important;
}


/* Formularios 
---------------------------------------------------------------------------- */

form .gform_button.button {
	width: 209px !important;
	text-align: center;
	color: white;
	background-color: #FF4747 !important;
	border-radius: 1.5rem;
	margin: 0 auto !important;
	margin-top: 22px !important;
	margin-bottom: 0px !important;
	height: 45px;
	line-height: 45px;
	padding: 0px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 19px;
	font-family: 'SourceSansProBold';
}
form .gform_footer.top_label {
	padding: 0 !important;
	border-top: 1px solid #999999;
	text-align: center;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    width: 30%;
    padding-right: 45px;
}
form .gform_wrapper ul li.gfield {
    margin-top: 14px;
}
form .gform_body {
	padding-bottom: 7px;
}
form div.ginput_container {
    margin-top: 0px !important;
    display: inline-block;
    width: 70%;
}
form input, form textarea {
    background-color: #F2F2F2;
    border-radius: 1.5rem;
    border: none;
    max-width: 305px;
    padding-left: 10px !important;
}
form label {
	color: #003C87;
	font-family: 'SourceSansProBold';
	font-size: 15px;
	line-height: 18px;
	text-align: right;
}
form input {
    width: 100% !important;
    height: 45px !important;
}



/* Laboral
---------------------------------------------------------------------------- */
.page-template-page_qhacemos_laboral .ico-volver a {
    /*font-family: 'SourceSansProBlack';*/
    font-family: 'SourceSansProBold';
	font-size: 15px;
	line-height: 29px;
	color: #FF4747;
	text-decoration: none;
	vertical-align: middle;
	padding-bottom: 5px;
}
.page-template-page_qhacemos_laboral .ico-volver {
	padding-bottom: 10px;
}
.page-template-page_qhacemos_laboral .contenedor-seccion h3 {
	text-transform: uppercase;
}
.page-template-page_qhacemos_laboral .un-documento.primero {
    border-top: none;
}
.page-template-page_qhacemos_laboral .contenido-informes {
	margin-bottom: 60px;
}
.page-template-page_qhacemos_laboral .franja-asociados.out-home {
	display: none;
}



/* Blog
---------------------------------------------------------------------------- */
.imagen-noticias img{
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 175px;
  object-position: center;
  object-fit: cover;
}
.noticia-completa .imagen-noticias img{
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 440px;
  object-position: center;
  object-fit: cover;
}
.blog-page .entrada-contenido h4 {
	color: #227BBF;
	font-family: 'SourceSansProSemi';
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 14px;
	margin-top: 10px;
	text-align: left;
}
.blog-page .noticia .date {
    font-size: 15px;
    line-height: 22px;
    color: #FF4747;
    font-family: 'SourceSansProBold';
    margin-bottom: 15px;
}
.blog-page .noticia-completa .entrada-contenido h4,
.blog-page .noticia-completa .entrada-contenido p {
	text-align: justify;
	font-family: 'SourceSansProRegular';
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	color: #333;
	margin-bottom: 0px;
}
.blog-page .noticia-completa .entrada-contenido .titulo h4 {
	color: #227BBF;
	font-family: 'SourceSansProSemi';
	line-height: 32px;
	font-size: 28px;
	margin-bottom: 24px;
	margin-top: 24px;
	text-align: justify;
}
.blog-page .entrada-contenido {
	font-family: 'SourceSansProRegular';
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
}
.blog-page .entrada-contenido .excerpt p {
	color: #4D4D4D;
	font-family: 'SourceSansProRegular';
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
}
.blog-page .franja-boton .boton a {
	color: white;
}
.blog-page .franja-boton .boton {
	padding-top: 30px;
	margin-bottom: 40px;
	border-top: 1px solid #999999;
}
.blog-page .seccion-volver {
	border-bottom: 1px solid #999999;
	margin-bottom: 34px;
}
.blog-page .seccion-volver a {
	color: #FF4747 !important;
}
.blog-page .contenedor-seccion {
	margin-top: 60px;
}
.blog-page  #ajaxsearchlite1 .probox, div.asl_w .probox {
    margin: 0;
    padding: 8px;
    height: 50px;
    background-color: #E6E6E6;
    border: none;
    max-width: 290px;
	box-sizing: border-box;
	padding-top: 2px;
}
.blog-page .asl_m .probox .innericon {
    background-color: transparent !important;
}
.blog-page div.asl_w .probox .promagnifier {
	box-shadow: none !important;
}
.blog-page div.asl_m .probox .promagnifier .innericon svg {
    height: 100%;
    vertical-align: middle;
    width: 31px !important;
}
.blog-page .contenedor-seccion .wrap {
	position: relative;
}
.blog-page .buscador {
	position: absolute;
	right: 25px;
	width: 290px;
	top: -82px;
}
.blog-page .buscador .innericon {
	top: 6px !important;
	position: relative !important;
	right: 10px !important;
}
.blog-page .contenedor-seccion .boton a {
	border-radius: 1.5rem;
}
.blog-page .franja-boton {
	margin-top: 40px !important;
}
.blog-page.page-template-page_blog_listado .noticia {
	margin-bottom: 60px;
}
.blog-page .prev {
	float: left;
}
.blog-page .next {
	float: right;
	position: relative;
	top: -30px;
}
.blog-page .page-nav {
	border-top: thin solid #999999;
	padding-top: 25px;
}
.blog-page .page-nav a,
.blog-page .page-nav .pags span  {
	color: #227BBF;
	font-size: 16px;
	line-height: 30px;
	font-family: 'SourceSansProSemi';
	text-decoration: none;
}
.blog-page .page-nav span,
.blog-page .page-nav .pags a {
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	font-family: 'SourceSansProSemi';
}
.blog-page .pags {
	margin: 0 auto;
	text-align: center;
	padding-right: 80px;
}
.blog-page .contenido-noticia a {
	font-family: 'SourceSansProBold';
	color: #FF4747;
}



/* Single Post
--------------------------------------------------------------- */

.single-post .entrada h4 a {
    font-size: 22px;
    line-height: 32px;
}
.single-post .entrada .date {
	font-size: 15px;
	line-height: 22px;
	color: #FF4747;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	margin-bottom: 15px;
}
.single-post .entrada .tipo {
	font-size: 11px;
	line-height: 22px;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	margin-bottom: 15px;
	color: #003C87;
}
.single-post .entrada .contenido {
	color: #4D4D4D;
	font-size: 15px;
	line-height: 24px;
	font-family: 'SourceSansProRegular';
}
.single-post .entrada .contenido p {
	margin-bottom: 24px;
	text-align: justify;
}
.single-post .contenido-noticia {
	margin-top: 20px;
}
.single-post .ico-volver a {
    /*font-family: 'SourceSansProBlack';*/
    font-family: 'SourceSansProBold';
    font-size: 15px;
    line-height: 15px;
    color: #FF4747;
    text-decoration: none;
    vertical-align: middle;
}
.single-post .ico-volver {
	border-top: thin solid #999999;
	text-align: left;
}
.single-post .ico-volver img {
    margin-left: 0px;
    margin-right: 10px;
}
.single-post .entrada h3 {
	text-transform: none;
	border-bottom: none;
	color: #227BBF;
	font-size: 28px;
	line-height: 32px;
	font-family: 'SourceSansProSemi';
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.blog-page .single-post .entrada h3 {
text-transform: none;
border-bottom: none;
color: #227BBF;
font-size: 28px;
line-height: 32px;
font-family: 'SourceSansProSemi';
margin-left: 0px;
padding-left: 0px;
margin-bottom: 15px;
padding-bottom: 0px;
}
.single-post .mwm_rrss_contenedor.mwm_rrss_appearance_7 .mwm_rrss {
    border-radius: 100%;
    height: 29px;
    width: 29px;
}
.single-post .mwm_rrss_contenedor.mwm_rrss_alingment_3 {
	float: right;
	margin: 0;
}
.single-post .entrada h4 {
	text-transform: none;
	border-bottom: none;
	color: #003C87;
	font-size: 22px;
	font-family: 'SourceSansProRegular';
	line-height: 32px;
	margin-bottom: 20px;
}
.single-post .entrada h5 {
	text-transform: none;
	border-bottom: none;
	color: #003C87;
	font-size: 15px;
	line-height: 24px;
	font-family: 'SourceSansProBold';
	margin-bottom: 20px;
}
.single-post .seccion-compartir  span {
	vertical-align: middle;
	display: inline-block;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	font-size: 11px;
	line-height: 36px;
color: #227BBF;
float: right;
padding-right: 14px;
}
.single-post .seccion-compartir {
	position: relative;
	bottom: 33px;
}
.single-post .contenedor-seccion {
	margin-top: 60px; 
}
.single-post .contenedor-img-noticia {
	margin-top: 15px;
	margin-bottom: 24px;
}
.single-post figcaption,
.single-post .wp-caption-text {
	font-family: 'SourceSansProLight';
	font-size: 12px;
	line-height: 24px;
	color: #4D4D4D;
	font-weight: lighter;
}



/* Qsomos
---------------------------------------------------------------------------- */
.qsomso-page .franja-asociados.out-home {
	display: none;
}
.qsomso-page .seccion-contenido li {
	margin-bottom: 20px;
}
/*.qsomso-page .seccion-contenido ul li {
	list-style-type: lower-latin;
}*/
.qsomso-page .seccion-contenido li:before {
	color: #FF4747;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
}
.qsomso-page .seccion-contenido ol { counter-reset: item }
.qsomso-page .seccion-contenido ol li { display: block ; counter-increment: item; }
.qsomso-page .seccion-contenido ol li:before { content: counter(item,decimal)". "; }

.qsomso-page .seccion-contenido ul { counter-reset: item }
.qsomso-page .seccion-contenido ul li { display: block ; counter-increment: item; }
.qsomso-page .seccion-contenido ul li:before { content: counter(item,lower-alpha)") "; }
.qsomso-page.page-id-242 .seccion-contenido ul li::before {
    content: counter(item,lower-alpha)") ";
    content: counter(item, disc);
    margin-right: 5px;
    font-size: 16px;
}

.qsomso-page .seccion-contenido p strong,
.qsomso-page .seccion-contenido li strong {
	font-family: 'SourceSansProBold';
}
.qsomso-page .seccion-contenido h5 {
    font-family: 'SourceSansProSemi';
    font-size: 15px;
    line-height: 22px;
    color: #003C87;
    margin-bottom: 0px;
    font-weight: normal;
    margin-bottom: 20px;

}
.qsomso-page .seccion-contenido h5 strong {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
}

.qsomso-page .seccion-contenido h4 {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	color: #227BBF;
	text-align: left;
	margin-bottom: 20px;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #999999;
}
.qsomso-page .seccion-contenido h4:nth-child(1) {
	border-top: none;
	padding-top: 0; 
} 
.qsomso-page .seccion-contenido a {
	color: #227BBF;
	font-family: 'SourceSansProSemi';
}
.qsomso-page .seccion-contenido a.enlace-pag {
	color: white;
	font-family: 'SourceSansProBold';
	background-color: #227BBF;
	padding: 5px 10px;
	border-radius: 1.5rem;
}

.qsomso-page .seccion-contenido table {
	font-family: 'SourceSansProSemi';
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 15px;
	color: #4D4D4D;
}
.qsomso-page .seccion-contenido table td {
    padding: 0.5em;
    line-height: 22px !important;
}
.qsomso-page .seccion-contenido table tbody {
	border-bottom: none;
}
.qsomso-page .seccion-contenido table strong {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
}
.qsomso-page .seccion-contenido table tr {
	border: none;
}

.qsomso-page .seccion-contenido p {
	font-family: 'SourceSansProRegular';
	font-size: 15px;
	line-height: 22px;
	color: #4D4D4D !important;
}




/* Qsomos Mapa - Asociaciones 
---------------------------------------------------------------------------- */

.provincia:hover {
	fill: #FF4747 !important;
	cursor: pointer !important;
}
.single-asociacion .barra-navegacion {
	float: left;
	width: 30%;
}
.single-asociacion .container-seccion {
	float: right;
	width: 70%;
}
.single-asociacion #menu-menuqsomos li:nth-child(1) a {
	margin-top: 0px !important;
}




/* Qsomos Mapa - Asociaciones 
---------------------------------------------------------------------------- */

.listado-entidades .tit {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	color: #666666;
	font-size: 15px;
	line-height: 14px;
	text-align: center;
	margin-top: 20px;
}
.listado-entidades .one-third {
	margin-bottom: 30px;
}
.listado-entidades .contenedor-img-socio {
	border-right: 1px solid #666666;
	height: 124px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.listado-entidades .contenedor-img-socio img {
	max-height: 100%;
}
.listado-entidades .one-third.first .contenedor-img-socio {
	border-left: 1px solid #666666;
}
.listado-entidades {
	margin-bottom: 100px;
}


.qsomso-page .seccion-contenido p,
.qsomso-page .seccion-contenido li {
	font-family: 'SourceSansProSemi';
}
.qsomso-page .seccion-contenido p b,
.qsomso-page .seccion-contenido li b,
.qsomso-page .seccion-contenido p strong,
.qsomso-page .seccion-contenido li strong {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
}

/* Prensa
---------------------------------------------------------------------------- */

.prensa-page .franja-asociados.out-home {
	display: none;
}
.prensa-page .seccion-contenido a.btn-azul {
	background-color: #227BBF;
	color: white;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	padding: 5px 0;
	border-radius: 1.5rem;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: 0 auto;
	max-width: 115px;
	display: block;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.prensa-page .seccion-contenido a.btn-azul {
background-color: #227BBF;
color: white;
font-family: 'SourceSansProBold';
padding: 5px 5px;
border-radius: 1.5rem;
text-align: center;
text-decoration: none;
width: auto;
margin: 0 auto;
min-width: 115px;
display: inline-block;
font-size: 15px;
margin-top: 15px;
margin-bottom: 30px;
}
.tax-year-periodico .listado-revistas {
	text-align: center;
}
.tax-year-periodico .ico-volver a {
    font-family: 'SourceSansProBold';
    font-size: 15px;
    line-height: 15px;
    color: #FF4747;
    text-decoration: none;
    vertical-align: middle;
}
.tax-year-periodico .ico-volver img {
	vertical-align: middle;
}
.page-template-page_prensa_periodico .seccion-contenido .listado-periodico a.btn-azul,
.tax-year-periodico .listado-revistas a.btn-azul {
    background-color: #227BBF;
    color: white;
    font-family: 'SourceSansProBold';
    padding: 5px 5px;
    border-radius: 1.5rem;
    text-align: center;
    text-decoration: none;
    width: auto;
    margin: 0 auto;
    min-width: 115px;
    display: inline-block;
    font-size: 14px !important;
    line-height: 20px !important;
    max-width: 100%;
    margin-top: 15px;
	margin-bottom: 30px;
}
.filtro-periodico {
	left: calc(100% - 280px);
	position: relative;
	top: -75px;
}
.filtro-periodico select {
    border: 2px solid #227BBF;
    padding: 5px 15px;
    border-radius: 1.5rem;

    background-image: url(images/ico_desplegable.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: 26px 26px;
    width: 195px;
}
.filtro-periodico input {
	background-color: #227BBF !important;
	color: white;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	padding: 5px 15px;
	border-radius: 1.5rem;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	height: 34px !important;
	border: 2px solid #227BBF !important;
	position: relative;
	top: -2px;
}
.page-template-page_prensa_periodico .seccion-contenido {
	position: relative;
}
.page-template-page_prensa_periodico .contenedor-img-socio,
.tax-year-periodico .contenedor-img-socio {
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.page-template-page_prensa_periodico .sep-year {
	margin-top: 70px;
}
.page-template-page_prensa_periodico .listado-periodico {
	position: relative;
	top: -35px;
	text-align: center;
}




/* Notas de prensa
---------------------------------------------------------------------------- */

.page-template-page_prensa_nota .nombre-ico {
	font-family: 'SourceSansProBold';
	line-height: 9px;
	color: #4D4D4D;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 20px;
	font-size: 14px;
}
.page-template-page_prensa_nota .nombre-doc {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	font-size: 15px;
	line-height: 25px;
	color: #4D4D4D;
	display: block;
}
.page-template-page_prensa_nota .contenido-informes .lista-iconos {
	margin-top: 5px;
}




/* Audioteca
---------------------------------------------------------------------------- */

.page-template-page_prensa_audioteca .intro-txt,
.page-template-page_prensa_videoteca .intro-txt {
	margin-bottom: 50px;
}
.prensa-page .nombre-doc p {
	color: #4D4D4D;
	font-size: 15px;
	line-height: 22px;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	margin-bottom: 0px !important;
}
.page-template-page_prensa_audioteca .seccion-contenido a.btn-azul,
.page-template-page_prensa_nota .seccion-contenido a.btn-azul {
    background-color: #227BBF;
	color: white;
	font-family: 'SourceSansProSemi';
	padding: 5px 20px;
	border-radius: 1.5rem;
	text-align: center;
	text-decoration: none;
	margin: 0;
	min-width: 130px;
	display: inline-block;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 5px;
	max-width: 100%;
	width: auto;
}
.agenda .fc-border-separate tr.fc-last th{
    color: #003C87;
    font-family: 'SourceSansProBold';
}
.page-template-page_prensa_audioteca .un-documento {
    padding: 12px 0;
    border-bottom: 1px solid #999999;
    padding-bottom: 5px;
}
.page-template-page_prensa_audioteca iframe {
	height: 110px !important;
}
.page-template-page_prensa_audioteca .seccion-contenido a.btn-azul:after,
.page-template-page_prensa_nota .seccion-contenido a.btn-azul:after {
	content: " ";
	display: table;
	clear: both;
}
.prensa-page .un-documento .nombre-doc {
    line-height: auto;
    padding-right: 0;
}
.prensa-page .page-nav {
	margin-top: 20px;
}
.prensa-page .page-nav a, 
.prensa-page .page-nav .pags span {
    color: #227BBF;
    font-size: 16px;
    line-height: 30px;
    font-family: 'SourceSansProRegular';
    text-decoration: none;
}
.prensa-page .next {
    float: right;
    position: relative;
    top: -30px;
}
.prensa-page .page-nav span, .prensa-page .page-nav .pags a {
    color: #808080;
    font-size: 16px;
    line-height: 30px;
    font-family: 'SourceSansProSemi';
}
.prensa-page .prev {
    float: left;
}
.prensa-page .pags {
    margin: 0 auto;
    text-align: center;
    padding-right: 80px;
}


.lista-iconos a {
	display: inline-block;
	vertical-align: middle;
}



/* Fototeca
---------------------------------------------------------------------------- */

.prensa-fototeca-page .aigpl-img-count {
	display: none;
}
.prensa-fototeca-page .aigpl-gallery-album-wrp .aigpl-img-wrp {
    border: none;
    padding: 0;
}
.prensa-fototeca-page .aigpl-gallery-album-wrp .aigpl-img-wrp::after {
    border: none !important;
}
.prensa-fototeca-page .aigpl-img-title {
	color: #4D4D4D;
	font-family: 'SourceSansProSemi';
	font-size: 15px !important;
	line-height: 22px !important;
	text-align: left !important;
}
.prensa-fototeca-page .aigpl-columns {
	padding-left: 13px;
	padding-right: 0px; 
}
.prensa-fototeca-page .aigpl-columns.aigpl-first {
	padding-left: 0px;
	padding-right: 13px; 
}
.prensa-fototeca-page a.aigpl-breadcrumb {
	display: none;
}
.prensa-fototeca-page .aigpl-breadcrumb-wrp {
	color: #227BBF;
	font-family: 'SourceSansProSemi';
	font-size: 15px;
	line-height: 22px;
	text-align: left !important;
	margin-bottom: 15px;
}
.prensa-page .contenedor-seccion h3 {
	line-height: 20px;
}
.prensa-fototeca-page .aigpl-design-1 .aigpl-img-caption {
    display: none;
}
.prensa-fototeca-page .aigpl-cnt-wrp .aigpl-img-desc p:last-child {
    margin-bottom: 0;
    font-family: 'SourceSansProLight';
    color: #333333;
    font-size: 12px;
    line-height: 17px;
}
/* Fototeca - descarga */
.album-page .lb-dataContainer .descarga {
	text-decoration: none;
}
.album-page .lb-dataContainer .descarga .dashicons.dashicons-download {
	color: #bfbfbf;
	width: 30px;
	height: 30px;
	font-size: 33px;
}
.album-page .lb-dataContainer .descarga .dashicons.dashicons-download:hover {
	color: #fff; 
}


/* Videoteca
---------------------------------------------------------------------------- */
.prensa-videoteca-page .contenedor-video {
	max-height: 170px;
	height: 170px;
}
.prensa-videoteca-page .btn-azul.fecha {
	background-color: #227BBF;
    color: white;
    /*font-family: 'SourceSansProBlack';*/
    font-family: 'SourceSansProBold';
    padding: 8px;
    border-radius: 1.5rem;
    text-align: center;
    text-decoration: none;
    width: auto;
    margin-left: 0px !important;
    display: block;
    font-size: 11px !important;
    line-height: 11px !important;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}
.prensa-videoteca-page .nombre-doc {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	font-size: 15px;
	line-height: 22px;
	color: #4D4D4D;
	text-align: left;
	margin-bottom: 14px;
}




/* Page texto txt
---------------------------------------------------------------------------- */

.page-template-page_txt .contenedor-seccion p,
.page-template-page_txt .contenedor-seccion {
	font-family: 'SourceSansProRegular';
	font-size: 15px;
	line-height: 22px;
	color: #4D4D4D;
}
.page-template-page_txt .contenedor-seccion h2 {
	color: #227BBF;
	font-size: 20px;
	line-height: 26px;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.page-template-page_txt .contenedor-seccion h3{
	color: #003C87 !important;
	padding-left: 0px;
	margin-left: 0px;
	font-family: 'SourceSansProBold';
	font-size: 15px !important;
	line-height: 22px !important;
	border: none;
	margin-bottom: 20px !important;
	padding-bottom: 0px !important;
}



/* 404
---------------------------------------------------------------------------- */
.error404 .content h2 {
	color: #227BBF;
	font-size: 20px;
	line-height: 26px;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.error404 .seccion-contenido {
	max-width: 980px;
	width: 100%;
	padding:0 25px;
	margin: 0 auto;
	font-family: 'SourceSansProRegular';
	font-size: 15px;
	line-height: 22px;
	color: #4D4D4D;
}
.error404 .seccion-contenido a {
	color: #227BBF;
	text-decoration: none !important;
}


.franja-novedades h3 {
	font-family: 'SourceSansProLight';
}




/* Single Nota Prensa
---------------------------------------------------------------------------- */
.single-notaprensa .btn-azul.fecha {
	background-color: #227BBF;
	color: white;
	font-family: 'SourceSansProBold';
	padding: 5px 20px;
	border-radius: 1.5rem;
	text-align: center;
	text-decoration: none;
	width: auto;
	margin: 0;
	min-width: 115px;
	display: inline-block;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 20px;
}
.single-notaprensa .nombre-ico {
    font-family: 'SourceSansProBold';
    /*font-size: 9px;*/
    line-height: 9px;
    color: #4D4D4D;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 20px;
    font-size: 13px;
}
.single-notaprensa .contenedor-info img {
	vertical-align: middle;
}
.single-notaprensa .contenedor-info p {
	display: inline-block;
	margin-bottom: 0;
}
.single-notaprensa .contenedor-seccion h2 {
    padding-left: 28px;
    border-bottom: 1px solid #999999;
    font-family: 'SourceSansProBold';
    font-size: 20px;
    line-height: 26px;
    color: #227BBF;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-left: 0px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0px;
}
.single-notaprensa .descripcion p {
    margin-bottom: 20px;
    font-family: 'SourceSansProRegular';
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 24px;
    color: #333333;
}
.single-notaprensa .barra-navegacion {
	float: left;
	width: 30%;
}
.single-notaprensa .container-seccion {
	float: right;
	width: 70%;
}
.single-notaprensa .contenedor-info {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: thin solid #B3B3B3;
    border-top: none;
    margin-top: 0;
    margin-bottom: 20px;
}
.single-notaprensa  .contenedor-info p:nth-child(1) {
	padding-left: 0px !important;
}
.single-notaprensa .descripcion p {
	padding-left: 0px;
}



/* Logos Formacion
---------------------------------------------------------------------------- */

.formacion-page .logos-formacion .one-fourth {
	text-align: center !important;
	border-right: 1px solid #CCCCCC;
	padding-right: 2.564102564102564%;
	height: 130px;
}
.formacion-page .logos-formacion .one-fourth.first {
	border-left: 1px solid #CCCCCC;
	padding-right: 0px;
}
.formacion-page .logos-formacion .one-fourth div {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.formacion-page .logos-formacion img {
	max-width: 100% !important;
}
.formacion-page .contenedor-seccion h3 {
	margin-bottom: 25px;
	text-transform: uppercase;
}
.formacion-page .contenedor-cursos {
	margin-bottom: 30px;
}
.formacion-page .contenedor-seccion p {
	font-family: 'SourceSansProRegular';
	font-size: 15px;
	line-height: 24px;
	color: #333333;
	text-align: justify;
}
.formacion-page .logos-formacion p {
	text-align: center;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 60px;
	color: #666666;
	margin-top: 30px;
}
.formacion-page .logos-formacion {
	margin-bottom: 100px;
}

.formacion-page .contenedor-cursos {
	margin-bottom: 35px;
}
.formacion-page .contenedor-cursos .one-third {
	background-color: #E6E6E6;
	padding: 14px 16px;
	margin-bottom: 30px;
	text-align: center;
}
.formacion-page .contenedor-cursos .un-curso h4 {
	font-family: 'SourceSansProSemi';
	font-size: 18px;
	line-height: 22px;
	color: #003C87;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	margin-bottom: 15px;
	height: 65px;
	overflow: hidden;
}
.formacion-page .contenedor-cursos .un-curso .sector {
	background-color: #227BBF;
	color: white;
	font-family: 'SourceSansProBold';
	padding: 5px 20px;
	border-radius: 1.5rem;
	text-decoration: none;
	margin: 0 auto;
	min-width: 115px;
	display: inline-block;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	/*display: none;*/
}
.formacion-page .contenedor-cursos img {
	object-fit: cover;
	width: 100%;
	height: 150px;
}
.formacion-page .contenedor-cursos div.contenedor-img {
	margin-bottom: 10px;
}
.formacion-page .contenedor-cursos .un-curso p,
.formacion-page .contenedor-cursos .un-curso .desc-peq {
	font-family: 'SourceSansProSemi';
	font-size: 11pt;
	line-height: 16pt;
	color: #4D4D4D;
	text-align: center !important;
	margin-bottom: 0px;
}
.formacion-page .contenedor-cursos .un-curso .desc-peq {
	height: 85px;
	overflow: hidden;
}
/*.formacion-page .franja-asociados.out-home {
	display: none;
}*/


/* Single Curso
---------------------------------------------------------------------------- */

.single-curso .contenedor-seccion .two-thirds h3 {
	font-size: 17px;
	line-height: 22px;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	padding: 0px !important;
	margin-bottom: 0px !important;
	border: none;
	text-transform: none;
}
.single-curso .contenedor-seccion .two-thirds p{
	color: #4D4D4D;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 20px;
}
.single-curso .fin-seccion {
	margin-top: 20px;
	margin-bottom: 40px;
}
.single-curso .contenedor-info {
	background-color: #E6E6E6;
	padding: 15px;
	padding-bottom: 40px;
	border: none;
}
.single-curso .contenedor-info p.normal {
	color: #4D4D4D;
	font-family: 'SourceSansProSemi';
	font-size: 15px;
	line-height: 14px;
}
.single-curso .contenedor-info p {
	padding-left: 0px !important;
}
.single-curso .contenedor-info p.normal b {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	margin-bottom: 5px;
}
.single-curso .contenedor-info p .info {
	color: #227BBF;
	font-family: 'SourceSansProRegular';
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 20px;
	display: block;
	margin-top: 0;
}
.img-curso {
	margin-bottom: 13px;
}
.single-curso .contenedor-seccion .two-thirds h2{
	color: #4D4D4D;
	font-size: 20px;
	line-height: 30px;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	text-transform: uppercase;
	margin-bottom: 30px;
}
.single-curso form li {
	width: 50% !important;
	display: inline-block;
}
.single-curso .gform_wrapper label.gfield_label, 
.single-curso .gform_wrapper legend.gfield_label {
    width: 35%;
    padding-right: 10px;
}
.single-curso form div.ginput_container {
    width: 65%;
}
.single-curso form .gform_footer.top_label {
    border-top: none;
    margin-top: 0;
}
.single-curso form .gform_button.button {
	margin-top: 0px !important;
}
.single-curso .formulario-inscripcion {
	margin-bottom: 50px;
}
.single-curso .formulario-inscripcion h3 {
	text-align: center;
	padding: 0px;
	margin: 0 auto !important;
	margin-bottom: 30px;
	border: none;
}
.single-curso .sector {
	background-color: #227BBF;
	color: white;
	font-family: 'SourceSansProBold';
	padding: 5px 20px;
	border-radius: 1.5rem;
	text-align: center;
	text-decoration: none;
	margin: 0;
	min-width: 115px;
	display: inline-block;
	font-size: 15px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	display: none;
}
.single-curso .familia {
	background-color: #FF4747;
	color: white;
	font-family: 'SourceSansProBold';
	padding: 5px 20px;
	border-radius: 1.5rem;
	text-align: center;
	text-decoration: none;
	margin: 0;
	min-width: 115px;
	display: inline-block;
	font-size: 15px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	display: none;
}
.gform_confirmation_message {
	text-align: center !important;
	margin: 0 auto !important
	margin-top: 20px !important;
}



/* Ofertas
---------------------------------------------------------------------------- */
.listado-ofertas {
	margin-top: 40px;
}
.oferta-page .listado-ofertas a.btn-azul {
    background-color: #227BBF;
	color: white;
	font-family: 'SourceSansProBlack';
	font-family: 'SourceSansProBold';
	padding: 5px 20px;
	border-radius: 1.5rem;
	text-align: center;
	text-decoration: none;
	width: auto;
	margin: 0;
	min-width: 115px;
	display: inline-block;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 5px;
}
.single-oferta h2 {
    padding-left: 0px;
    border-bottom: 1px solid #999999;
    font-family: 'SourceSansProBold';
    font-size: 20px;
    line-height: 26px;
    color: #227BBF;
    text-align: left;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
}
.single-oferta .seccion-info p {
	font-family: 'SourceSansProSemi';
	font-size: 15pt;
	line-height: 22pt;
	color: #666666;
	text-align: justify;
	margin-bottom: 24px;
	padding-left: 0px;
}
.oferta-page .listado-ofertas .un-documento.primero {
	border-top: none;
}
.oferta-page .listado-ofertas .un-documento p {
    color: #4D4D4D;
    font-size: 15px;
    line-height: 22px;
    /*font-family: 'SourceSansProBlack';*/
    font-family: 'SourceSansProBold';
    margin-bottom: 0px !important;
}
.single-oferta form li {
	width: 50% !important;
	display: inline-block;
}
.single-oferta .gform_wrapper label.gfield_label, 
.single-oferta .gform_wrapper legend.gfield_label {
    width: 35%;
    padding-right: 10px;
}
.single-oferta form div.ginput_container {
    width: 65%;
}
.single-oferta form .gform_footer.top_label {
    border-top: none;
    margin-top: 0;
}
.single-oferta form .gform_button.button {
	margin-top: 30px !important;
}
.single-oferta .formulario-inscripcion {
	margin-bottom: 50px;
}
.single-oferta .formulario-inscripcion h3 {
	text-align: center;
	padding: 0px;
	margin: 0 auto !important;
	margin-bottom: 30px;
	margin-top: 40px !important;
	border: none;
}
.single-oferta form select {
	background-color: #F2F2F2;
	border-radius: 1.5rem;
	border: none;
	max-width: 305px;
	padding-left: 10px !important;
	height: 45px;
	width: 100% !important;

	background-image: url(images/ico_desplegable.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 6px) center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-size: 26px 26px;
	padding-top: 0px;
	padding-bottom: 0px;
}



/* Provincias
---------------------------------------------------------------------------- */

.single-asociacion .listado-ofertas a.btn-azul {
    background-color: #227BBF;
    color: white;
    /*font-family: 'SourceSansProBlack';*/
    font-family: 'SourceSansProBold';
    padding: 5px 0;
    border-radius: 1.5rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin: 0;
    max-width: 115px;
    display: block;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 5px;
}
.single-asociacion h3 {
	text-transform: uppercase;
}
.single-asociacion h2 {
    padding-left: 28px;
    border-bottom: 1px solid #999999;
    font-family: 'SourceSansProBold';
    font-size: 20px;
    line-height: 26px;
    color: #227BBF;
    text-align: left;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
}
.single-asociacion .seccion-info p {
	font-family: 'SourceSansProSemi';
	font-size: 15pt;
	line-height: 22pt;
	color: #666666;
	text-align: justify;
	margin-bottom: 24px;
	padding-left: 0px;
}
.single-asociacion .seccion-info td:nth-child(1) {
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	color: #4D4D4D;
	font-size: 15px;
	line-height: 22px;
}
.single-asociacion .seccion-info td:nth-child(2) {
	font-family: 'SourceSansProSemi';
	color: #4D4D4D;
	font-size: 15px;
	line-height: 22px;
}
.single-asociacion .seccion-info td a {
	font-family: 'SourceSansProSemi';
	color: #227BBF;
	text-decoration: none;
}
.single-asociacion .seccion-info td {
	padding-top: 0;
    padding-bottom: 0;
}




/* Eventos
---------------------------------------------------------------------------- */

.agenda {

	background: #f2f2f2;
	border-radius: 6px;
	/* height: 265px; */
	height: auto;
	/*min-height: 327px;*/
	margin-bottom: 17px;
	margin-top: 75px;
}
.eventos-page.sidebar-content .seccion-contenido {
    padding-top: 75px !important;
    padding-bottom: 70px;
}
.rhcalendar {
	background: #ffffff;
}
.rhcalendar .fullCalendar {

	background: #f2f2f2;
}
.rhcalendar .fullCalendar .fc-footer {
	margin: 10px 0px 0px 0px;
}
.rhcalendar.for-widget .rhc_calendar_widget_day_click .rhc-widget-event-list {
	margin-bottom: 5px !important;
}
.rhcalendar.for-widget.flat-ui-cal .fc-header {
	height: 50px !important;
	overflow: hidden !important;
	border: none !important;
	border-radius: 0px !important;
	margin: 0px 5px !important;
	background: none !important;
}
.rhc_calendar_widget_day_click {
	background: #ffffff;
}
.rhcalendar.for-widget.flat-ui-cal .fullCalendar .fc-header-title {
	height: 50px;
	line-height: 50px;
}
.rhcalendar.for-widget.flat-ui-cal .fullCalendar .fc-header-title h2 {
	background: none;
	height: 50px;
	line-height: 50px;
	color: #29abe2 !important;
	font-family: 'Open Sans';
	font-weight: 400;
}
.rhcalendar.for-widget.flat-ui-cal.not-current-date .fc-header-cell, 
.rhcalendar.for-widget.flat-ui-cal.not-current-date .fc-header-cell h2 {
	text-align: center !important;
	color: #29abe2 !important;
	font-family: 'Open Sans' !important;
	font-weight: 400 !important;
}
/* Dia semana - cabecera */
.rhcalendar.for-widget.flat-ui-cal .fc-header-cell .fuiw-dayname {
	display: none !important;
	font-size: 0px !important;
}
/* Día mesa - cabecera */
.rhcalendar.for-widget.flat-ui-cal .fc-header-cell .fuiw-day {
	display: none !important;
	font-size: 0px !important;
}
.rhcalendar.for-widget.flat-ui-cal.not-current-date .fc-header-cell h2 .fuiw-month,
.rhcalendar.for-widget.flat-ui-cal.not-current-date .fc-header-cell h2 .fuiw-year,
.rhcalendar.for-widget.flat-ui-cal .fc-header-cell .fuiw-month, 
.rhcalendar.for-widget.flat-ui-cal .fc-header-cell .fuiw-year {
	font-size: 17px !important;
	display: inline !important;
	color: #004974 !important;
	font-family: 'Open Sans' !important;
	font-weight: 400 !important;
}
.rhcalendar.for-widget.flat-ui-cal .fc-header-cell span {
    font-size: 22px !important;
    display: inline !important;
    color: #808080 !important;
    font-family: 'SourceSansProLight' !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.rhcalendar.for-widget.flat-ui-cal .fc-header-cell.fc-header-left,
.rhcalendar.for-widget.flat-ui-cal .fc-header-cell.fc-header-right {
	height: 50px !important;
	top: 0px !important;
}
.rhcalendar.for-widget.flat-ui-cal .fc-header-cell .fuiw-month,
.rhcalendar.for-widget.flat-ui-cal .fc-header-cell .fuiw-year {
    font-size: 22px !important;
    display: inline !important;
    color: #808080 !important;
    font-family: 'SourceSansProLight' !important;
 }

/* Botones navegación meses */

div.fc-header-row {
	margin-top: 0px !important;
}
div.fc-header-row .fc-header-cell {
}
div.fc-header-row .fc-header-cell.fc-header-center {

	width: 70% !important;
	margin: 0 auto !important;
}
div.fc-header-row .fc-header-cell.fc-header-center span.fc-header-title {
	top: 0px !important;
}

/* Boton derecha */

div.fc-header-row .fc-header-cell.fc-header-left {
	width: 25px !important;
	height: 40px !important;
	right: 0px !important;
}
.rhcalendar.for-widget.flat-ui-cal .fc-button.fc-button-next {
	padding: 0px;
	width: 100%;
	border-radius: 0px;
	margin: 0px !important;
	height: 50px !important;
	position: absolute !important;
	top: 0px;
	left: 0px;
	font-family: 'Open Sans' !important;
	font-weight: 400 !important;
}
.rhcalendar.for-widget.flat-ui-cal .fc-button.fc-button-next::before {
	margin-top: 0px !important;
color: #333 !important;
font-size: 15px !important;
position: relative !important;
position: absolute !important;
top: -4px !important;
top: 18px !important;
right: 5px !important;
right: 5px !important;
width: 25px !important;
text-indent: 0px !important;
font-weight: bold;
}

/* Boton izquierda */

div.fc-header-row .fc-header-cell.fc-header-right {

	width: 25px !important;
	height: 40px !important;
	left: 0px !important;
}
.rhcalendar.for-widget.flat-ui-cal span.fc-button.fc-button-prev {
	padding: 0px;
	width: 100%;
	border-radius: 0px;
	margin: 0px !important;
	height: 50px !important;
	position: absolute !important;
	top: 0px;
	left: 0px;
	font-family: 'Open Sans' !important;
	font-weight: 400 !important;
}
.rhcalendar.for-widget.flat-ui-cal .fc-button.fc-button-prev::before {
	margin-top: 0px !important;
color: #333 !important;
font-size: 14px !important;
position: relative !important;
position: absolute !important;
top: -4px !important;
top: 18px !important;
right: 5px !important;
right: 0px !important;
width: 25px !important;
text-indent: 0px !important;
font-weight: bold;
} 

.rhcalendar.for-widget.flat-ui-cal .fc-day-header{
	border-top: 1px solid #b3b3b3 !important;
	border-bottom: none;
	padding: 0px !important;
	font-family: 'Open Sans' !important;
	font-weight: 400 !important;
}

.rhcalendar.for-widget.flat-ui-cal .fc-day-header {
	color: #003C87 !important;
	/*font-family: 'SourceSansProBlack' !important;*/
	font-family: 'SourceSansProBold' !important;
}

.rhcalendar.for-widget.flat-ui-cal .fc-have-event .fc-day-number {

	/*background-color: #29abe2 !important;*/
	color: #ffffff !important;
	border-radius: 0px !important;
}
.rhcalendar.for-widget.flat-ui-cal .fc-today .fc-day-number {

	background: #cccccc !important;
	color: #004974 !important;
	font-family: 'Open Sans' !important;
	font-weight: 400 !important;
	font-weight: normal !important;
}
.rhcalendar.for-widget.flat-ui-cal .fc-have-event.fc-today .fc-day-number {
	background-color: #29abe2 !important;
	color: #ffffff !important;
}

/* Dias de la semana, para disminuir el ancho */

.rhcalendar.for-widget.flat-ui-cal .fc-day-number {
	width: 22px !important;
	height: 22px !important;
	padding: 4px 0px 0px !important;
	font-family: 'SourceSansProSemi' !important;
	font-weight: 400 !important;
	color: #333 !important;
	/*color: #808080 !important;*/
	font-size: 18px !important;
}
.rhcalendar.for-widget .rhc_calendar_widget_day_click .rhc_title {
	text-align: left !important;
}
.rhcalendar.for-widget .rhc_calendar_widget_day_click div.rhc-widget-event-list-body {
	display: none !important;
}
/*
.rhcalendar.for-widget .rhc_calendar_widget_day_click div.rhc-time-location
*/

.rhcalendar.for-widget .rhc_calendar_widget_day_click div.rhc-map-social-buttons,
.rhcalendar.for-widget .rhc_calendar_widget_day_click div.rhc-map-view {	
	display: none !important;
}

.rhcalendar.for-widget .rhc_calendar_widget_day_click .rhc_description {
	font-family: 'Open Sans' !important;
	font-weight: 400 !important;
}

.rhcalendar.for-widget .rhc_calendar_widget_day_click .rhc-title-date-venue {
	width: 65% !important;
}

.eventos-page .rhcalendar.for-widget.flat-ui-cal.not-current-date .fc-header-cell, 
.eventos-page .rhcalendar.for-widget.flat-ui-cal.not-current-date .fc-header-cell h2,
.contenedor-eventos-home .rhcalendar.for-widget.flat-ui-cal.not-current-date .fc-header-cell, 
.contenedor-eventos-home .rhcalendar.for-widget.flat-ui-cal.not-current-date .fc-header-cell h2 {
    text-align: center !important;
}
.contenedor-eventos-home .fullCalendar td.fc-day {
    padding: 3px 1px 2px 0 !important;
}
.contenedor-eventos-home .fc-button.fc-button-prev.fc-state-default:hover,
.contenedor-eventos-home .fc-button.fc-button-next.fc-state-default:hover,
.agenda .fc-button.fc-button-prev.fc-state-default:hover,
.agenda .fc-button.fc-button-next.fc-state-default:hover {
	background-color: transparent !important;
}


.leyenda-eventos img, .leyenda-eventos p {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.leyenda-eventos img {
	width: 27px;
	height: 27px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.leyenda-eventos p {
	font-size: 15px;
	line-height: 30px;
	color: #4D4D4D;
	font-family: 'SourceSansProSemi';
	margin-bottom: 10px;
}
.eventos-page .un-documento img,
.contenedor-eventos-home .un-documento img  {
	height: 42px;
}
.eventos-page .un-documento,
.contenedor-eventos-home .un-documento {
	background-color: #F2F2F2 !important;
	margin-bottom: 20px;
	position: relative;
	padding: 0;
	border: none;
	background: url(images/fondo_evento_azul.svg) no-repeat;
}
.contenedor-eventos-home .un-documento {
	background-color: white !important;
}
.contenedor-eventos-home .un-documento {
	margin-bottom: 30px;
}
.home-page.leyenda-eventos,
.home-page .leyenda-eventos li {
	display: inline-block !important;
}
.home-page .leyenda-eventos li {
	margin-right: 20px;
}
.home-page .leyenda-eventos {
	float: left;
}
.home-page .patrocinador {
	float: right;
}
.home-page .patrocinador img {
	vertical-align: middle;
}
.home-page .patrocinador span {
	color: #4D4D4D;
	font-family: 'SourceSansProSemi';
	font-size: 15px;
	margin-right: 20px;
	vertical-align: middle;
	line-height: 15px;
}
.home-page .franja-eventos .boton a {
	margin: 0 auto;
}
.contenedor-eventos-home .un-documento.azul,
.eventos-page .un-documento.azul  {
	background: url(images/fondo_evento_azul.svg) no-repeat;
}
.contenedor-eventos-home .un-documento.cian,
.eventos-page .un-documento.cian {
	background: url(images/fondo_evento_cian.svg) no-repeat;
}
.contenedor-eventos-home .un-documento.rojo,
.eventos-page .un-documento.rojo {
	background: url(images/fondo_evento_rojo.svg) no-repeat;
}
.eventos-page .desc {
	color: #4D4D4D;
	font-family: 'SourceSansProRegular';
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}
/*.eventos-page .fecha:before {
	background: url(images/fondo_evento_azul.svg);
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	left: 0;
	height: 76px;
	width: 100%;
	content: " ";
	background-size: 76px 100%;
	z-index: 0;
}*/
.eventos-page .fecha,
.contenedor-eventos-home .fecha {
	color: white;
	font-size: 18px;
	line-height: 76px;
	text-align: center;
	/*font-family: 'SourceSansProBlack';*/
	font-family: 'SourceSansProBold';
	text-transform: uppercase;
	padding-left: 18px;
	padding-right: 48px;
	float: left;
	min-width: 120px;
}
.eventos-page .tit-evento,
.contenedor-eventos-home .tit-evento {
	font-family: 'SourceSansProBold';
	font-size: 17px;
	line-height: 24px;
	color: #333333;
	left: 10px;
	position: relative;
	display: flex;
	align-items: center;
	height: 76px;
}
.eventos-single-page .agenda,
.contenedor-eventos-home .agenda {
	margin-top: 0px;
}





/* Menu hamburguesa completo
---------------------------------------------------------------------------- */

.menu-completo .menu-item {
		display: inline-block;
	}

	.menu-completo .menu-item:focus,
	.menu-completo .menu-item:hover {
		position: relative;
	}

	.menu-completo a {
		font-weight: 700;
	}

	.menu-completo a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.menu-completo  a:focus,
	.menu-completo a:hover {
		background-color: #0073e5;
	}

	.menu-completo .sub-menu,
	.menu-completo .sub-menu a {
		width: 180px;
	}

	.menu-completo .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.menu-completo .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.menu-completo .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.menu-completo {
		display: block;
		padding-top: 18px;
	}

	.menu-completo .menu-toggle,
	.menu-completo .sub-menu-toggle {
		display: none;
		visibility: hidden;
	}


.agenda .fc-event-inner {
	display: none;
}
.agenda .fc-widget-header, 
.agenda .fc-widget-content {
    border: none !important;
}
.agenda th {
	line-height: 2
}
.agenda td{
    line-height: 0.5;
}
.agenda .fullCalendar .fc-header-title h2 {
    text-shadow: none;
    font-size: 22px !important;
    display: inline !important;
    color: #808080 !important;
    font-family: 'SourceSansProLight' !important;
    text-transform: uppercase;
    line-height: 40px;
}
.fct-tooltip .fe-maincol > div:nth-child(2),
.fct-tooltip .fe-maincol > div:nth-child(3),
.fct-tooltip .fe-maincol > div:nth-child(4) {
	display: none;
}
.fct-tooltip a {
    color: #003C87 !important;
    font-family: 'SourceSansProSemi';
    font-size: 20px;
    line-height: 26px;
}
.agenda .fc-view {
    border-top: 1px solid #CCC;
}
.agenda .fc-event-container > a{
background-color: transparent !important;
/*height: 30px !important;*/
margin-top: 10px;
border-width: 4px;
}
.agenda tr {
    border-top: none;
}
.agenda .rhcalendar.not-widget .fc-view-month.fc-grid .fc-day-number {
    text-align: right;
    float: none;
    padding: 0 10px;
    /*z-index: 99;*/
    position: relative;
    top: 5px;
}
.agenda .rhcalendar.not-widget .fc-view-month.fc-grid .has-event .fc-day-number {
	/*color: white !important;*/
	/*font-family: 'SourceSansProBlack' !important;*/
	font-family: 'SourceSansProBold' !important;
}
.agenda td {
    line-height: 9.5pt;
}
.agenda .fc-button.fc-state-default {
    color: #333;
    background-color: transparent;
    background-image: none;
 }
.contenedor-eventos-home .agenda .rhcalendar.not-widget.rhc_holder,
.eventos-single-page .agenda .rhcalendar.not-widget.rhc_holder {
    margin-top: -1rem !important;
}
.rhcalendar.not-widget.rhc_holder {
    margin-top: -1rem;
}



/* Single socioapt - ficha proveedor */
.single-socioapt .seccion-info p {
	margin-bottom: 0 !important;
}


.single-notaprensa .contenedor-seccion h5 {
	font-family: 'SourceSansProRegular';
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	margin-bottom: 24px;
	color: #333333;
}
.single-notaprensa .contenedor-seccion h5 strong,
.single-notaprensa .contenedor-seccion h5 b {
	font-family: 'SourceSansProSemi';
}
.single-notaprensa .contenedor-seccion h6 {
	font-family: 'SourceSansProRegular';
	font-size: 13px;
	text-align: justify;
	line-height: 19px;
	margin-bottom: 24px;
	color: #333333;
}
.single-notaprensa .contenedor-seccion h6 strong,
.single-notaprensa .contenedor-seccion h6 b {
	font-family: 'SourceSansProSemi';
}
.single-notaprensa .contenedor-seccion .descripcion li,
.single-post .contenedor-seccion .contenido-noticia li,
.events-template-taxonomy-events .contenedor-seccion .seccion-info li {
	list-style-type: disc;
	margin-left: 20px;
}
.single-notaprensa .contenedor-seccion .descripcion li {
    list-style-type: disc;
    margin-left: 20px;
    font-family: 'SourceSansProRegular';
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 24px;
    color: #333333;
}
.single-notaprensa .contenedor-seccion .descripcion li strong {
    font-family: 'SourceSansProBold';
}
.single-post .contenedor-seccion .contenido-noticia ol {
	margin-top: 25px;
}
.single-notaprensa .contenedor-seccion .descripcion ol li, 
.single-post .contenedor-seccion .contenido-noticia ol li, 
.events-template-taxonomy-events .contenedor-seccion .seccion-info ol li {
	list-style-type: decimal;
}
.qsomso-page .seccion-contenido li  {
	list-style-type: disc;
	margin-left: 0px;
}
.page-template-page_qhacemos_txt .seccion-info p {
	margin-bottom: 0px;
}
.single-notaprensa .contenedor-seccion .descripcion a {
	font-family: 'SourceSansProBold';
    color: #227BBF !important;
    background: none;
    text-decoration: underline;
}

/* Listado noticias ith */
.listado-noticias-ith  h4 {
    color: #227BBF;
    font-family: 'SourceSansProSemi';
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 10px;
    text-align: left;
}
.listado-noticias-ith .entrada-contenido {
    font-family: 'SourceSansProRegular';
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}
.listado-noticias-ith .noticia .date {
    font-size: 15px;
    line-height: 22px;
    color: #FF4747;
    font-family: 'SourceSansProBold';
    margin-bottom: 15px;
}
.listado-noticias-ith {
		margin-top: 60px;
}

.listado-noticias-ith .one-third {
    width: 48.717948717948715%;
    float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 30px;
}
.listado-noticias-ith .one-third.first {
	margin-left: 0px;
}
.listado-noticias-ith .one-third:nth-child(3) {
	margin-left: 0px;
}


.single-socioapt .descripcion a {
	font-family: 'SourceSansProBold';
	font-size: 18px;
	color: #FF4747;
}
.single-socioapt .logo-proveedor {
	margin-bottom: 20px;
	padding-left: 14px;
	padding-right: 14px;
}

.single-notaprensa .franja-asociados {
	display: none;
}

.single-asociacion .franja-asociados {
	display: none;
}


.search-results .site-inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
}
.search-results article .entry-content,
.search-results article .entry-author {
	display: none;
}
.search-results .archive-description {
	display: none;
}
.search-results article h2 a {
    color: #227BBF;
    font-family: 'SourceSansProSemi';
    line-height: 32px;
    font-size: 28px;
    margin-bottom: 24px;
    margin-top: 24px;
    text-align: justify;
}
.search-results article .entry-meta {
	font-size: 0;
}

.blog-page div.asl_r .results .item .asl_content h3, 
.blog-page div.asl_r .results .item .asl_content h3 a {
	display: inherit;
}

.listado-noticias-ith .one-half {
    width: 48.717948717948715%;
    float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 25px;
}
.listado-noticias-ith .one-half.first {
	margin-left: 0px;
}
 

 .page-template-page_proveedor_listado .extra-contacto {
 	margin-top: 60px;
 	text-align: center;
 }
 .page-template-page_proveedor_listado .extra-contacto a {
    font-family: 'SourceSansProBold';
    font-size: 18px;
    color: #FF4747;
}


/* Comunicación */
.page-template-page_qhacemos_comunicacion .intro-txt a {
	font-family: 'SourceSansProBold';
    font-size: 18px;
    color: #FF4747;
}
.page-template-page_qhacemos_comunicacion .intro-txt li {
	margin-left: 20px;
	list-style-type: disc;
}


/* Eventos calendario */
.events-template-taxonomy-events .contenedor-seccion .desc p {
    font-family: 'SourceSansProRegular';
    font-size: 15px;
}
.events-template-taxonomy-events .contenedor-seccion .desc a {
	font-family: 'SourceSansProBold';
    font-size: 15px;
    color: #FF4747;
}
.events-template-taxonomy-events .contenedor-seccion .desc b,
.events-template-taxonomy-events .contenedor-seccion .desc strong {
	font-family: 'SourceSansProBold';
}
.events-template-taxonomy-events .contenedor-seccion .desc li {
	margin-left: 20px;
	list-style-type: disc;
}


/* Nota de prensa */
.page-template-page_prensa_nota .un-documento.primero {
	border-top: none;
}
.page-template-page_prensa_audioteca .un-documento.primero {
	border-top: none;
}
.page-template-page_qhacemos_acuerdos .desc-inter a,
.page-template-page_prensa_periodico .intro-txt a  {
	font-family: 'SourceSansProBold';
    font-size: 15px;
    color: #FF4747;
}
.rhcalendar .bg_matched {
	font-family: 'SourceSansProBold' !important;
}



/* Organigrama */
.page-id-246 .contenedor-img-socio {
    height: auto;
}
.qsomso-page.page-id-246 .seccion-contenido ul li::before {
    content: counter(item,disc);
    margin-right: 5px;
}
.listado-organigrama .cargo {
	font-size: 15px;
	line-height: 22px;
	color: #2381C7;
	font-family: 'SourceSansProBold' !important;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
.listado-organigrama .tit {
	color: #4D4D4D;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	font-family: 'SourceSansProBold' !important;
	margin-bottom: 10px;
}
.listado-organigrama .desc-organigrama p {
	color: #4D4D4D;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	font-family: 'SourceSansProRegular' !important;
	margin-bottom: 0px;
}
.listado-organigrama .contenedor-linkedin img {
	height: 22px;
	width: 22px;
}
.listado-organigrama .contenedor-linkedin {
	height: 22px;
	margin-top: 5px;
	text-align: center;
}
.listado-organigrama .one-third {
	margin-bottom: 18px;
}



/* Intranet */
.page-id-35 .seccion-info p {
    padding-left: 0;
    margin: 0;
    text-align: center;
    font-family: 'SourceSansProBold' !important;
    font-size: 20px !important;
}
.franja-asociados a {
	text-decoration: none;
}
.widget_text.widget-wrap a {
	text-decoration: none;
}


/* estudios */
.page-template-page_estudios_general .seccion-contenido li:before {
    color: #FF4747;
    font-family: 'SourceSansProBold';
    content: counter(item, disc);
	margin-right: 5px;
	font-size: 16px;
}
.page-id-162 .seccion-contenido a {
    font-family: 'SourceSansProBold';
    color: #FF4747;
}


.page-id-166 .seccion-contenido td {
    vertical-align: middle;
}
.page-id-166 .seccion-contenido tbody, 
.page-id-166 .seccion-contenido table,
.page-id-166 .seccion-contenido tr {
	border: none;
}

.single-socioapt .descripcion li {
    margin-left: 20px;
    list-style-type: disc;
}



/*Submenu lateral sin seleccionar - subhijos */
.page-template-page_estudios_general .site-inner #menu-menuestudios .sub-menu .sub-menu a{
	width: 210px !important;
}
.menu-menuestudios-container .sub-menu .sub-menu {
	margin-left: 20px;
}
.page-template-page_estudios_general .site-inner li li.current-menu-item a .sub-menu li a {
	width: 210px !important;
	border: none !important;
}
.page-template-page_estudios_general .site-inner li li.current-menu-item a .sub-menu a:before{
	background-color: #227BBF !important;
}
/* Submenu seleccionado*/
.page-template-page_estudios_general .site-inner #menu-menuestudios .sub-menu li.current-menu-item .sub-menu li a {
	border: none !important;
}
.page-template-page_estudios_general .site-inner #menu-menuestudios .sub-menu li.current-menu-item .sub-menu li a:before {
	background-color: #227BBF !important;
}
.page-template-page_estudios_general .site-inner #menu-menuestudios .sub-menu .sub-menu li.current-menu-item a {
	border: 2px solid #227BBF !important;
}
.page-template-page_estudios_general .site-inner li li.current-menu-item a .sub-menu li.current-menu-item a:before {
	background-color: #FF4747 !important;
}



/* Banner publi blog listado */
.banner-pie-blog.publi-mobile {
	display: none;
}
.banner-pie-blog {
	margin-bottom: 10px;
}
.banner-pie-blog.banner-blog-destacado {
    margin-bottom: 0px;
    margin-top: 50px;
}
.banner-pie-blog.banner-noticia {
    margin-bottom: 0;
    margin-top: 30px;
}

.banner-medio-blog {
	/*border: thin solid;*/
}
.spu-close.spu-close-popup.spu-close-top_right {
 padding-top: 5px;
}

.banner-medio-mobile {
	display: none;
}




/* Reestructurar eventos */
.eventos-page .page-nav,
.intranet-page .page-nav {
	margin-top: 20px;
}
.eventos-page .page-nav a, 
.eventos-page .page-nav .pags span,
.intranet-page .page-nav a, 
.intranet-page .page-nav .pags span {
    color: #227BBF;
    font-size: 16px;
    line-height: 30px;
    font-family: 'SourceSansProRegular';
    text-decoration: none;
}
.eventos-page .next,
.intranet-page .next {
    float: right;
    position: relative;
    top: -30px;
}
.eventos-page .page-nav span, 
.eventos-page .page-nav .pags a,
.intranet-page .page-nav span, 
.intranet-page .page-nav .pags a {
    color: #808080;
    font-size: 16px;
    line-height: 30px;
    font-family: 'SourceSansProSemi';
}
.eventos-page .prev,
.intranet-page .prev {
    float: left;
}
.eventos-page .pags,
.intranet-page .pags {
    margin: 0 auto;
    text-align: center;
    padding-right: 80px;
}


/* Intranet 
---------------------------------- */
.intranet-page .banner-cabecera h1 {
    background-color: #FF4747;
}
.intranet-page .contenedor-iconos .one-fourth {
	border-right: none !important;
	border-left: none !important;
	padding-right: 0;
}
.intranet-page .contenedor-iconos h2 {
    margin-bottom: 0;
    margin-top: 25px;
    border-top: 1px solid #FF4747;
    padding-top: 20px;
    display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	box-sizing: content-box;
}
.intranet-page .contenedor-iconos img {
	height: 48px;
	width: auto !important;
}
.intranet-page .leyenda-eventos li:nth-child(3) {
    display: block;
}
.intranet-page .seccion-info .agenda {
    margin-top: 0;
    top: -15px;
    position: relative;
}
.intranet-page .seccion-info .rhcalendar.not-widget.rhc_holder {
    margin-top: 0px;
}
.intranet-page .franja-asociados,
.intranet-page .franja-socios {
	display: none;
}
.intranet-page .seccion-info {
	padding-bottom: 80px;
}
.intranet-page .nombre-asociacion h3 {
	text-transform: uppercase;
	color: #003C87;
}
.intranet-page .contenedor-iconos {
    padding-top: 40px;
}
.intranet-page .contenedor-iconos .one-fourth {
    margin-bottom: 40px;
}
.intranet-page .tit-eventos h4 {
	text-transform: uppercase;
	color: #2381C7;
	border-bottom: none;
}
.intranet-page .un-documento.primero {
    border-top: none;
}
.intranet-page .un-documento .fecha {
	display: block !important;
	margin: 0 !important;
	margin-bottom: 10px !important;
}

/* Intranet - menu
---------------------------------- */
.intranet-page .site-inner .menu li a:before {
	background-color: #67CDF2;
}

/*.intranet-page  .menu:after {
	width: 100%;
	height: 50px;
	background: url(images/fondo_menu.png);
	content: " ";
	display: block;
	top: 283px;
	position: relative;
	background-size: contain;
	z-index: -1;
	background-repeat: no-repeat;
}*/
.intranet-page  .site-inner .menu a:before {
    width: 8px;
    height: 39px;
    background-color: #67CDF2;
    content: " ";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    float: left;
    margin-right: 10px !important;
}
.intranet-page  .site-inner .menu li.current-menu-item a:before {
	background-color: #FF4747;
}
.intranet-page .site-inner .menu li.current-menu-item a:after {
	width: 20px;
	height: 21px;
	background: url(images/ico_periodico_sel.svg);
	right: 15px;
	position: absolute;
	content: " ";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	top: 9px;
}
.intranet-page .site-inner .menu li a:after {
    width: 20px;
    height: 21px;
    background: url(images/ico_periodico.svg);
        background-repeat: repeat;
    right: 15px;
    position: absolute;
    content: " ";
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    top: 9px;
}
.intranet-page .site-inner .menu li a {
    color: #003C87;
    font-family: 'SourceSansProSemi';
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    line-height: 14px;
    display: flex;
    float: left;
    align-items: center;
    width: 230px !important;
    position: relative;
    align-content: center;
    margin-top: 13px;
	height: 42px;
}
.intranet-page .seccion-contenido a.btn-azul {
    max-width: 100% !important;
    width: auto !important;
    min-width: 130px !important;
    display: inline-block !important;
}

/* Intranet datos */
.intranet-datos-page .nombre-asociacion h3 {
    padding-top: 20px;
}
.intranet-datos-page .wppb-default-biographical-info {
	display: none;
}
.intranet-datos-page .wppb-default-about-yourself-heading h4 {
	display: none;
}
.intranet-datos-page .ico-volver a {
	display: flex;
	align-items: center;
}
.intranet-datos-page .seccion-info {
	margin-top: 20px;
}
.intranet-datos-page .seccion-info p,
.intranet-page .sin-acceso p {
    padding-left: 0;
    margin: 0;
    text-align: center;
    font-family: 'SourceSansProBold' !important;
    font-size: 20px !important;
}
.intranet-datos-page .seccion-info a,
.intranet-page .sin-acceso p a  {
    font-size: 20px;
    color: #FF4747;
    text-decoration: none;
    padding-left: 5px;
}
.intranet-datos-page h4 {
	font-size: 20px;
	color: #003C87;
	font-family: 'SourceSansProBold';
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
}
.intranet-page .sin-acceso {
	margin-bottom: 80px;
}
.intranet-datos-page .wppb-front-end-logout {
	margin-top: 25px;
}
.intranet-page .wppb-form-field label, 
.intranet-page #wppb-login-wrap .login-username label, 
.intranet-page #wppb-login-wrap .login-password label {
    width: 30%;
    float: left;
    min-height: 1px;
    align-items: center;
    display: flex;
    padding-right: 25px;
    justify-content: flex-end;
    height: 45px;
    font-size: 14px;
}
.intranet-datos-page #edit_profile,
.intranet-acceso-page .login-submit #wppb-submit {
	width: 209px !important;
	text-align: center;
	color: white;
	background-color: #FF4747 !important;
	border-radius: 1.5rem;
	margin: 0 auto !important;
	margin-top: 22px !important;
	margin-bottom: 0px !important;
	padding: 0px;
	vertical-align: middle;
	line-height: 19px;
	font-family: 'SourceSansProBold';
}
.intranet-page .wppb-form-field input, 
.intranet-page .wppb-form-field select, 
.intranet-page .wppb-form-field textarea, 
.intranet-page .wppb-checkboxes, 
.intranet-page .wppb-radios,
.intranet-page #wppb-login-wrap 
.intranet-page .login-username input, 
.intranet-page #wppb-login-wrap .login-password input{
    float: left;
    background-color: #F2F2F2;
    border-radius: 1.5rem !important;
    border: none !important;
    max-width: 305px;
    padding-left: 10px !important;
}

/* Intranet login */
.intranet-acceso-page .seccion-info a {
    font-size: 20px;
    color: #FF4747;
    text-decoration: none;
}
.intranet-acceso-page form input, 
.intranet-acceso-page form textarea {
    background-color: #F2F2F2;
    border-radius: 1.5rem !important;
    border: none !important;
}
.intranet-acceso-page .wppb-form-field label, 
.intranet-acceso-page #wppb-login-wrap .login-username label, 
.intranet-acceso-page #wppb-login-wrap .login-password label {
    width: 130px;
}
.intranet-acceso-page #wppb-login-wrap p {
    justify-content: center;
    display: flex;
}
.intranet-acceso-page form input#rememberme {
    height: auto !important;
    width: auto !important;
    margin-right: 20px;
}
.intranet-acceso-page .login-remember {
	display: inherit;
}
.intranet-acceso-page #wppb-recover-password > p:nth-child(1) {
	display: none;
}
.intranet-acceso-page .contenedor-info summary {
	text-align: center;
}
.intranet-acceso-page p.info-pass{
	font-size: 15px !important;
    font-family: 'SourceSansProRegular' !important;
    padding-top: 5px;
    padding-bottom: 10px;
}
.intranet-acceso-page #wppb-recover-password li.wppb-form-field.wppb-username-email{
	width: 440px;
    margin: 0 auto;
}
.intranet-acceso-page #wppb-recover-password  #wppb-recover-password-button {
	    width: 209px !important;
    text-align: center;
    color: white;
    background-color: #FF4747 !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
    padding: 0px;
    vertical-align: middle;
    line-height: 19px;
    font-family: 'SourceSansProBold';
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}


/* Fototeca album */
.album-page #album_title h2 {
	color: #227BBF;
	font-family: 'SourceSansProBold';
    font-size: 20px;
}
.album-page .mygallery.grid {
	width: 100% !important;
	max-width: 100% !important;
}
.album-page .grid.js-masonry {
    width: 100% !important;
    /*width: 48.717948717948715% !important;*/
}
.album-page .grid figure {
    width: 48.717948717948715%;
	margin-left: 0;
	position: relative !important;
	top: auto !important;
}
.album-page .grid figure img {
	margin: 0 auto;
}
.album-page .grid figure:nth-child(2n) {
	margin-left: 2.564102564102564%;
}
.album-page .grid figure:nth-child(2n-1) {
	clear: both;
}
.album-page .grid .thumbnail {
    margin: 0;
    width: 100% !important;
}

.page-template-page_prensa_fototeca figure {
	width: 48.717948717948715%;
	margin-left: 0;
	position: relative !important;
	top: auto !important;
}
.page-template-page_prensa_fototeca figure:nth-child(2n) {
	margin-left: 2.564102564102564%;
}
.page-template-page_prensa_fototeca figure:nth-child(2n-1) {
	clear: both;
}
.page-template-page_prensa_fototeca .grid.js-masonry {
	padding: 0 !important;
    width: 100% !important;
}
.page-template-page_prensa_fototeca .grid .thumbnail {
    width: 100% !important;
    margin: 0px;
}
.page-template-page_prensa_fototeca .site-inner .grid.js-masonry li a {
	background-color: transparent !important;
	color: #003C87 !important;
}
.page-template-page_prensa_fototeca .grid.js-masonry .details {
    padding: 5px 0px 0px;
    padding-bottom: 5px;
}
.page-template-page_fototeca_album .grid.js-masonry {
	height: max-content !important;
}



/* Newsletter
---------------------------------------------------------------------------- */
.mc4wp-form select {
    border-radius: 2rem;
    max-width: 500px;
}
.mc4wp-form input[type="submit"] {
	width: 209px !important;
text-align: center;
color: white;
background-color: #FF4747 !important;
border-radius: 1.5rem;
margin: 0 auto !important;
margin-bottom: 0px !important;
height: 45px;
line-height: 45px;
padding: 0px;
vertical-align: middle;
font-size: 16px;
line-height: 19px;
font-family: 'SourceSansProBold';
}
.mc4wp-form p {
	width: 47.717948717948715%;
	display: inline-block;
	margin-left: 0;
	vertical-align: middle;
}
.mc4wp-form p input {
	float: right;
}
.mc4wp-form p label {
	line-height: 45px;
	font-size: 18px;
}
.mc4wp-form p:nth-child(2n){
	width: 47.717948717948715%;
	display: inline-block;
	margin-left: 2.564102564102564%;
}
.mc4wp-form p:nth-child(4) {
	width: 100%;
	margin-left: 0;
}
.mc4wp-form p:nth-child(5) {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.mc4wp-form p:nth-child(5) input {
	float: none;
}
.mc4wp-response p {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
}



/* Formulario momentáneo
---------------------------------------------------------------------------- */
.page-id-1067 .gform_wrapper ul li.gfield {
    clear: both;
    width: 50%;
    display: inline-block;
}
.page-id-1067 .gform_wrapper ul li#field_4_4 {
	width: 100%;
}
.page-id-1067 .gform_wrapper ul li#field_4_4 input {
    height: auto !important;
}
.page-id-1067 .gform_wrapper ul li#field_4_4 label {
	vertical-align: top;
}
.page-id-1067 .gform_wrapper ul #input_4_4 label {
	vertical-align: middle !important;
}
.page-id-1067 .gform_wrapper label.gfield_label {
	text-align: left;
}
.page-id-1067 li#field_4_2 {
	width: 60%;
}
.page-id-1067 li#field_4_2 input {
	height: auto !important;
	width: auto !important;
}
#field_4_9 {
 width: 100%;
}


/* banner publicidad blog derecha */
.contenedor-asociados.contenedor-footer.asociados-mobile {
	display: none !important;
}
.contenedor-asociados.contenedor-footer.asociados-web {
	display: block !important;
}



/* banner eventos */
.banner-eventos img,
.banner-eventos {
	text-align: center;
}


.page-template-page_intranet_listado .seccion-contenido a.btn-azul {
	display: none !important;
}
.page-template-page_intranet_listado .seccion-contenido .parte-txt br {
	display: none !important;
}



/* Crokis - sept 2021 - Pag Inscripciones */
.page-id-2270 form .ginput_container_consent input {
	height: auto !important;
	width: auto !important;
}
.page-id-2270 #field_5_10 {
	text-align: center;
}

.page-id-2270 .gform_wrapper label.gfield_label, 
.page-id-2270 .gform_wrapper legend.gfield_label {
    width: 45%;
}
.page-id-2270 .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}
.page-id-2270 form div.ginput_container {
    width: 55%;
}



/* banner promo */
.banner-promo {
	height: 210px;
	width: 100%;
	background-size: cover !important;
	border-radius: 0.5rem;
}
.banner-promos .one-half {
}
.banner-promos img {
	border-radius: 0.5rem;
	border: 1px solid #666666;
	width: 100%;
}
.banner-promos .promo-mobile {
	display: none;
}


/*cliente pwc*/
.menu-menuestudios-container #menu-item-209 a {
	text-transform: none !important;
}
.page-id-206.sidebar-content .seccion-contenido h3 {
    text-transform: none !important;
}


/* Política calidad
---------------------------------------------------------------------------- */
.page-template-page_txt.page-id-2840 .contenedor-info li {
  list-style-type: disc;
  margin-left: 28px;
  margin-bottom: 30px;
}
.seccion-logos-calidad {
	display: flex;
	justify-content: center; 
	margin-bottom: 10px;
}
.seccion-logos-calidad img {
	margin: 0 11px !important;
	height: 80px;
}
p.texto-calidad {
	margin-bottom: 30px;
}


/* Notas prensa -- junio 2022
---------------------------------------------------------------------------- */
.nota-espacio img {
	height: 100%;
	object-fit: cover;
}
.nota-espacio .pic,
.nota-espacio .quote-obtuse {
	height: 100%; 
}
.page-template-page_prensa_nota .un-documento .parte-img {
  align-self: center;
}
.single-notaprensa .img-noticia img {
	width: 100%;
}



/* Formulario búsqueda global cabecera --  junio 2022
---------------------------------------------------------------------------- */
.header-sup .is-form-style {
  display: inline-block !important;
}
.header-sup .is-form-style input.is-search-input {
  padding: 2px 18px;
  border-radius: 0.5rem;
  height: auto !important;
  font-size: 10px !important;
  line-height: 10px;
}
.custom-search-page .site-inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}
.custom-search-page .post-type h2 a {
  color: #227BBF;
  font-family: 'SourceSansProSemi';
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 14px;
  margin-top: 10px;
  text-align: left;
}
.custom-search-page article {
  padding: 12px 0;
  border-bottom: 1px solid #999999;
}
.custom-search-page article .entry-content, 
.custom-search-page article .entry-author {
  display: block;
}
.custom-search-page article .entry-content p {
  font-family: 'SourceSansProRegular';
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 0px;
}
.custom-search-page article .entry-content .more-link {
  margin-bottom: 15px;
}



/* Newsletter - julio 2022
---------------------------------------------------------------------------- */
.barra-form {
	margin-top: 60px;
	text-align: right;
}
.barra-form a {
	text-decoration: none;
	color: white;
	font-family: 'SourceSansProBold';
	font-size: 16px;
	line-height: 16px;
	background-color: #003C87;
	padding: 12px 18px;
	border-radius: 0.5rem;
}
.newsletter-single-page .contenido-plantilla {
	margin-top: 60px;
	margin-bottom: 60px;
	border-radius: 0.5rem;
	border: thin solid black;
	padding: 30px;
	text-align: center;
}
.page-template-page_listado_news .seccion-contenido a.btn-azul {
  margin: 0;
}
.page-template-page_listado_news .un-documento .nombre-doc {
	padding-left: 30px !important;
}



/* YOUTUBE FEED
---------------------------------------------------------------------------- */

/*[id^=sb_youtube_].sb_youtube.sby_col_3 .sby_items_wrap .sby_item{
	flex: 50%;
}
.sby_items_wrap{
	display: flex;
	flex-flow: wrap;
}*/


.sby_video_thumbnail_wrap {
  height: 230px;
  border: unset !important;
}
[id^="sb_youtube_"].sb_youtube .sby_thumbnail_hover {
	  opacity: 1 !important;
	  display: block !important;
	  position: relative !important;
	  background: unset !important;
	  font-weight: bold !important;
	  bottom: 0 !important;
	  top: 156px;
      font-family: 'SourceSansProBold';
	  font-size: 15px;
	  line-height: 22px;
	  color: #227BBF;
	  text-align: left;
}

.sby_video_thumbnail_wrap{
	margin-bottom: 30px;

}

[id^="sb_youtube_"].sb_youtube .sby_video_thumbnail {
  height: 100% !important;
  overflow: unset !important;
  background-size: 283px 159px !important;
  border: unset !important;
  background-position: top center !important;
}
a.sby_video_thumbnail:after{
	box-shadow: inset 0 0 1px 0 rgb(0 0 0 / 0%) !important;
}
.sby_play_btn {
  top: calc(50% - 35px) !important;
}

[id^=sb_youtube_].sb_youtube .sby_thumbnail_hover_inner .sby_video_title{
	  position: absolute !important;
	  background: unset !important;
	  bottom: 0 !important;
	  top: 170px;
	  color: #227BBF;
}


/* Crokis - modificacion legales forms jul 2023 */
.page-template-page_txt #field_4_2,
.page-template-page_txt #field_4_2 .ginput_container.ginput_container_consent,
.page-template-page_txt #field_4_11,
.page-template-page_txt #field_4_11 .ginput_container.ginput_container_consent,
.page-template-page_txt #field_4_10,
.page-template-page_txt #field_4_10 .ginput_container.ginput_container_consent,
.single-curso #field_2_12,
.single-curso #field_2_12 .ginput_container.ginput_container_consent,
.single-curso #field_2_13,
.single-curso #field_2_13 .ginput_container.ginput_container_consent {
	width: 100% !important;
}
.page-template-page_txt input#input_4_10_1,
.page-template-page_txt input#input_4_11_1,
.single-curso input#input_2_12_1,
.single-curso input#input_2_13_1 {
	height: auto !important;
	width: auto !important;
}
.page-template-page_txt #field_4_12,
.single-curso #field_2_14 {
	width: 100% !important;
	margin-top: 50px;
}


/* fototeca 2024 */
.listado-albums .un-album {
	width: 48%;
	padding:10px;
	border: 1px solid #999999;
	margin-bottom: 30px;
}
.listado-albums .un-album img {

}
.listado-albums .un-album p {
color: #003C87 !important;
padding: 10px;
}



/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 980px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 100%;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 100%;
	}

	.sidebar-content .content {
		float: right;
	    width: 70%;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 0px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}



@media only screen and (max-width: 980px) {
	.site-header {
	    padding: 0 25px;
	}
	#genesis-mobile-nav-primary {
		right: 0;
		position: absolute;
		padding: 0;
		padding-top: 10px;
		color: #003C87;
	}
	#genesis-nav-primary {
	    top: 100px;
		position: absolute;
		height: auto;
		max-height: 100%;
		z-index: 99999;
	}
	#genesis-nav-primary > .wrap {
		background-color: white;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	.genesis-nav-menu a:before {
		display: none;
	}
	.genesis-nav-menu .menu-item {
	    display: block;
	    float: none;
	    position: relative;
	    padding-top: 10px !important;
	    padding-bottom: 10px;
	    border-bottom: 2px solid #003C87;
	}
	#genesis-nav-primary .dashicons-arrow-down-alt2:before {
	    content: " " !important;
	    background: url(images/ico_menu_desplegable.svg) no-repeat !important;
	    background-size: 25px 25px !important;
	    height: 25px !important;
	    width: 25px !important;
	    top: -5px;
		position: relative;
	    display: inline-block !important;
	}
	.genesis-nav-menu .sub-menu {
    	position: relative;
	}
	.genesis-nav-menu .sub-menu li {
    	border-top: 1px solid #999 !important;
    	padding-left: 15px;
	}
	.genesis-nav-menu .sub-menu li:nth-child(1) {
		border-top: 2px solid #003C87 !important;
	}
	.genesis-nav-menu .sub-menu {
		padding-left: 0px;
		margin-top: 10px;
	}
	.genesis-nav-menu .sub-menu a span {
    	top: 0;
	}


	/* Home */
	.franja-asociados .one-half {
		float: left;
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	.franja-asociados .one-half.first {
		margin-left: 0px;
	}
	.contenedor-news .ico-news {
	    width: 110px;
	    height: auto;
	    position: absolute;
	    left: 30px;
	    top: 25%;
	}
	.contenedor-news .txt-news {
	    margin-left: 110px;
	    z-index: 1;
	}
	.contenedor-news p {
	    font-size: 19px !important;
	    line-height: 21px;
	}
	.contenedor-asociados p {
	    font-size: 21px !important;
	    line-height: 21px !important;
	}
	.contenedor-asociados p.tit {
		font-size: 31px !important;
		line-height: 30px !important;
	}

	.row-novedades .one-third {
		width: 31.623931623931625%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	.row-novedades .one-third.first {
		margin-left: 0px;
	}
	.row-novedades .novedad h4 {
		font-size: 19px;
		line-height: 19px;
	}
	.row-novedades .contenedor-titular {
		padding: 15px 15px;
	}
	.row-novedades .imagen-menu-noticia {
	    height: 140px;
	}

	.slider-home .slick-next,
	.slider-home .slick-prev {
	    display: none !important;
	}


	/* Blog */
	.blog-page .contenedor-seccion .one-third {
		width: 31.623931623931625%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	.blog-page .contenedor-seccion .one-third.first {
		margin-left: 0px;
	}


	/* Proveedores */
	.page-template-page_proveedor_listado .contenedor-socios .one-fourth {
		margin-left: 0px;
    	width: 25%;
    	float: left;
	}
	.page-template-page_proveedor_listado .contenedor-socios .one-fourth.first {
		margin-left: 0px;
	}


	/* Proveedores  ficha */
	.single-socioapt .contenedor-seccion .one-third {
    	width: 31.623931623931625%;
    	float: left;
    	margin-left: 2.564102564102564%;
    }
    .single-socioapt .contenedor-seccion .one-third.first {
    	margin-left: 0px;
    }
    .single-socioapt .contenedor-seccion .two-thirds {
    	width: 65.81196581196582%;
    	float: left;
    	margin-left: 2.564102564102564%;
	}
	.single-socioapt .contenedor-seccion .two-thirds.first {
		margin-left: 0px;
	}
	


	/* QHacemos */
	.page-template-page_qhacemos .contenedor-iconos .one-fourth {
	    width: 25%;
	    margin-left: 0 !important;
	    padding-left: 0;
	    padding-right: 0 !important;
	    float: left;
	}


	/* Eventos */
	.events-template-taxonomy-events .two-thirds {
    	width: 65.81196581196582%;
    	float: left;
    	margin-left: 2.564102564102564%;
	}
	.events-template-taxonomy-events .two-thirds.first {
		margin-left: 0px;
	}
	.events-template-taxonomy-events .one-third.first {
    	width: 31.623931623931625%;
    	float: left;
    	margin-left: 0;
	}
	.page-template-page_eventos_listado .contenedor-seccion .wrap {
		padding: 0px;
	}
	.page-template-page_eventos_listado .rhcalendar,
	.page-template-page_eventos_listado .agenda  {
		margin-top: 0px !important;
	}


	/* Internacionalizacion */
	.page-template-page_qhacemos_inter .contenedor-seccion .one-half,
	.page-template-page_qhacemos_acuerdos .contenedor-seccion .one-half {
    	width: 48.717948717948715%;
    	float: left;
    	margin-left: 2.564102564102564%;
	}
	.page-template-page_qhacemos_inter .contenedor-seccion .one-half.first,
	.page-template-page_qhacemos_acuerdos .contenedor-seccion .one-half.first {
		margin-left: 0px;
	}


	/*ITH*/
	.page-template-page_qhacemos_txt .contenedor-seccion .one-third {
    	width: 31.623931623931625%;
    	float: left;
		margin-left: 2.564102564102564%;
	}
	.page-template-page_qhacemos_txt .contenedor-seccion .one-third.first {
		margin-left: 0px;
	}
	.page-template-page_qhacemos_txt .contenedor-seccion .two-thirds {
    	width: 65.81196581196582%;
    	float: left;
		margin-left: 2.564102564102564%;
	}


	/* Formación */
	.contenedor-cursos .one-third {
    	width: 31.623931623931625%;
    	float: left;
		margin-left: 2.564102564102564%;
	}
	.contenedor-cursos .one-third.first {
		margin-left: 0;
	}

	.logos-formacion .one-fourth {
    	width: 23.076923076923077%;
    	margin-left: 2.564102564102564% !important;
    	float: left;
	}
	.logos-formacion .one-fourth.first {
    	margin-left: 0px !important;
	}


	.single-curso .contenedor-seccion .one-third  {
    	width: 31.623931623931625%;
    	margin-left: 2.564102564102564%;
    	float: left;
    	margin-bottom: 60px;
	}
	.single-curso .contenedor-seccion .one-third.first  {
		margin-left: 0px;
	}
	.single-curso .contenedor-seccion .two-thirds {
    	width: 65.81196581196582%;
    	margin-left: 2.564102564102564%;
    	float: left;
	}
	.single-curso .contenedor-seccion .two-thirds.first  {
		margin-left: 0px;
	}


	.listado-noticias-ith .one-third {
	    width: 48.717948717948715% !important;
	    float: left;
		margin-left: 2.564102564102564% !important;
		margin-bottom: 30px;
	}
	.listado-noticias-ith .one-third.first {
		margin-left: 0px !important;
	}
	.listado-noticias-ith .one-third:nth-child(3) {
		margin-left: 0px !important;
	}


	/* Organigrama */
	.listado-organigrama .one-third {
	    margin-left: 0px;
	}
	.listado-organigrama .one-third {
	    width: 31.623931623931625%;
	    float: left;
	    margin-left: 2.564102564102564%;
	}
	.listado-organigrama .one-third.first {
		margin-left: 0px;
	}

	/* Entidades */
	.listado-entidades .one-third  {
	    width: 31.623931623931625%;
	    float: left;
		margin-left: 2.564102564102564%;
		height: 190px;
	}
	.listado-entidades .one-third  {
		margin-left: 0px;
	}



	.sidebar-content .sidebar {
	    width: 30%;
	}
	.sidebar-content .content {
	    float: right;
	    width: 70%;
	}

	.page-template-page_qsomos #nav_menu-3,
	.page-template-page_qsomos_mapa #nav_menu-3,
	.page-template-page_qsomos_entidades #nav_menu-3 {
		height: 260px;
	}
	.prensa-page #nav_menu-4 {
		height: 300px;
	}
	.page-template-page_qsomos #custom_html-2,
	.page-template-page_qsomos #custom_html-3,
	.page-template-page_qsomos_mapa #custom_html-2,
	.page-template-page_qsomos_mapa #custom_html-3,
	.page-template-page_qsomos_entidades #custom_html-2,
	.page-template-page_qsomos_entidades #custom_html-3,
	.prensa-page #custom_html-5,
	.prensa-page #custom_html-4 {
		height: 250px;
	}
	.widget .contenedor-news, 
	.widget .contenedor-asociados {
    	height: 250px;
	}


	/* Periodico */
	.listado-periodico .one-fourth,
	.listado-revistas .one-fourth {
    	width: 23.076923076923077%;
    	float: left;
		margin-left: 2.564102564102564%;
	}
	.listado-periodico .one-fourth.first,
	.listado-revistas .one-fourth.first {
		margin-left: 0px;
	}


	/* Videoteca */
	.contenido-videos .one-half {
	    width: 48.717948717948715%;
	    float: left;
		margin-left: 2.564102564102564%;
	}
	.contenido-videos .one-half.first {
		margin-left: 0px;
	}



	/* Notaprensa */
	.single-notaprensa .container-seccion {
	    float: right;
	    width: calc(70% - 25px);
	    margin-left: 25px;
	}
	.single-notaprensa .barra-navegacion {
    	float: left;
    	width: 30%;
	}


	/* Busqueda periódico */
	.tax-year-periodico .container-seccion {
	    float: right;
	    width: calc(70% - 25px);
	    margin-left: 25px;
	}
	.tax-year-periodico .barra-navegacion {
    	float: left;
    	width: 30%;
	}



	/* Asociacion */
	.single-asociacion .contenedor-seccion {
	    float: right;
	    width: calc(70% - 25px);
	    margin-left: 25px;
	}
	.single-asociacion .contenedor-seccion{
		width: 100%;
	}
	.single-asociacion .barra-navegacion {
    	float: left;
    	width: 30%;
	}


	.listado-noticias-ith .one-half {
	    width: 48.717948717948715%;
	    float: left;
		margin-left: 2.564102564102564%;
	}
	.listado-noticias-ith .one-half.first {
		margin-left: 0px;
	}


	/* general */
	#genesis-mobile-nav-primary {
	    margin-top: 12px;
	    margin-right: 19px;
	}



	/* Intranet crokis */
	.intranet-page .contenedor-seccion .one-fourth {
	    width: 23.076923076923077%;
	    float: left;
	    margin-left: 2.564102564102564%;
	}
	.intranet-page .contenedor-seccion .one-fourth.first {
		margin-left: 0px;
	}

	.page-template-page_estudios_general .site-inner #menu-menuestudios .current-menu-item a::after,
	.page-template-page_estudios_general .site-inner #menu-menuestudios a::after {
    	right: 7px;
	}


	.widget_text .contenedor-asociados p.tit {
    	font-size: 21px !important;
    	line-height: 25px !important;
	}
	.widget_text .contenedor-asociados p {
    	font-size: 16px !important;
    	line-height: 20px !important;
	}


	/* banner promo */
	.banner-promos .one-half {
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
		float: left;
	}
	.banner-promos .one-half.first {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 850px) {
	.contenedor-asociados p {
	    font-size: 19px !important;
	    line-height: 21px !important;
	}
	.contenedor-asociados p.tit {
	    font-size: 25px !important;
	    line-height: 30px !important;
	}
	.franja-asociados .contenedor-asociados.contenedor-footer {
		padding: 30px 16px;
	}
	

	
}


@media only screen and (max-width: 750px) {
	.page-template-page_blog_listado .listado-entradas .one-third {
		width: 48.717948717948715%;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.page-template-page_blog_listado .listado-entradas .one-third:nth-child(2n - 1) {
		margin-left: 0px !important;
	}
	.page-template-page_blog_listado .page-nav {
    width: 100%;
    float: left;
	}


	.page-template-page_estudios_general .site-inner #menu-menuestudios a:before, 
	.qsomso-page .site-inner #menu-menuqsomos a:before, 
	.prensa-page .site-inner #menu-menusalaprensa a:before, 
	.single-notaprensa .site-inner #menu-menusalaprensa a:before, 
	.single-asociacion .site-inner #menu-menuqsomos a:before {
	    height: 38px !important;
	}
	.page-template-page_estudios_general .site-inner #menu-menuestudios .sub-menu .sub-menu a {
	    width: calc(50% - 14px) !important;
	}
	.menu-menuestudios-container .sub-menu .sub-menu {
	    margin-left: 0px;
	}

	
	/* Home */
	.franja-asociados .one-half {
		float: none !important;
		margin-left: 0;
		width: 100%;
		max-width: 450px;
		margin: 0 auto !important;
	}
	.franja-asociados .one-half.first {
		margin-bottom: 25px !important;
	}

	/* Proveedores */
	.page-template-page_proveedor_listado .contenedor-socios .one-fourth {
    	width: 50% !important;
    	line-height: 20px;
    	float: left;
	}
	.page-template-page_proveedor_listado .contenedor-socios .one-fourth {
		border-left: 1px solid #666666 !important;
	}
	.page-template-page_proveedor_listado .contenedor-socios .one-fourth {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.page-template-page_proveedor_listado .contenedor-socios h4 {
		margin-bottom: 10px;
    	margin-top: 10px;
	}
	.page-template-page_proveedor_listado .contenedor-socios .one-fourth.col-1 {
	    float: none;
		width: 50% !important;
		border-right: none;
		margin-left: 0px;
		margin-right: 0px;
		display: inline-block;
	}
	.page-template-page_proveedor_listado .contenedor-socios .one-fourth.col-2 {
	    float: none;
	    width: 50% !important;
	    border-left: 1px solid #666 !important;
	    margin-left: 0px;
	    margin-right: 0px;
	    display: inline-block;
	}

	/*.page-template-page_proveedor_listado .contenedor-socios .one-fourth {
	    border-right: 1px solid #666666 !important;
	    border-left: none;
	}
	.page-template-page_proveedor_listado .contenedor-socios .clearfix {
		display: none;
	}*/


	/* Eventos single */
	.events-template-taxonomy-events .contenedor-seccion .wrap {
	   display: flex;
	   flex-flow: column;
	}
	/*sidebar */
	.events-template-taxonomy-events .contenedor-seccion .one-third {
	   order: 2;
	   width: 100%;
	   margin-left: 0px;
	}
	/*contenido */
	.events-template-taxonomy-events .contenedor-seccion .two-thirds{
	   order: 1;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 60px;
	}
	.events-template-taxonomy-events .seccion-info p {
    	padding-left: 0;
	}
	.fin-seccion {
   		order: 3;
	}

	

	/*ITH*/
	.page-template-page_qhacemos_txt .contenedor-seccion .one-third {
    	width: 100%;
    	float: left;
		margin-left: 0;
		text-align: center;
		margin-bottom: 60px;
	}
	.page-template-page_qhacemos_txt .contenedor-seccion .one-third.first {
		margin-left: 0px;
	}
	.page-template-page_qhacemos_txt .contenedor-seccion .two-thirds {
    	width: 100%;
    	float: left;
		margin-left: 0;
	}


	/* Formación */
	.contenedor-cursos .one-third.first {
		margin-left: 2.564102564102564%;
	}
	.contenedor-cursos .one-third {
		width: 48.717948717948715%;
		float: left;
		margin-left: 2.564102564102564% !important;
	}
	.contenedor-cursos .one-third:nth-child(2n - 1) {
		margin-left: 0px !important;
	}
	.contenedor-cursos .one-third:nth-child(5n) {
		margin-left: 2.564102564102564% !important;
	}
	.contenedor-cursos .clearfix {
		display: none;
	}


	/* Entidades */
	.listado-entidades .one-third  {
	    width: 48.717948717948715%;
	    float: left;
		margin-left: 2.564102564102564%;
	}
	.listado-entidades .one-third  {
		margin-left: 2.564102564102564%;
	}
	.listado-entidades .one-third:nth-child(2n - 1) {
		margin-left: 0px !important;
	}
	.listado-entidades .one-third.first .contenedor-img-socio {
    	border-left: none;
	}
	.listado-entidades .one-third .contenedor-img-socio {
    	border-right: 1px solid #666666;
	}
	.listado-entidades .one-third:nth-child(2n - 1) .contenedor-img-socio {
    	border-left: 1px solid #666666;
	}
	

	.listado-organigrama .one-third.first {
		margin-left: 2.564102564102564%;
	}
	.listado-organigrama .one-third {
		width: 48.717948717948715%;
		float: left;
		margin-left: 2.564102564102564% !important;
		height: 445px;
	}
	.listado-organigrama .one-third:nth-child(2n) {
		margin-left: 2.564102564102564% !important;
	}
	.listado-organigrama .one-third:nth-child(2n + 1) {
		margin-left: 0px !important;
	}
	.listado-organigrama .one-third.col-1 {
		height: auto;
		margin-left: 0px !important;
		clear: both;
	}
	.listado-organigrama .one-third.col-2 {
		height: auto;
		margin-left: 2.564102564102564% !important;
	}
	
	.listado-organigrama .clearfix {
		display: none;
	}


	/* Quienes somos */
	.page-template-page_qsomos .contenedor-seccion .wrap,
	.page-template-page_estudios_general .contenedor-seccion .wrap,
	.prensa-page .contenedor-seccion .wrap,
	.qsomso-page .contenedor-seccion .wrap {
		padding: 0px;
	}
	.page-template-page_qsomos .contenedor-seccion,
	.page-template-page_qsomos_mapa .contenedor-seccion,
	.page-template-page_qsomos_entidades .contenedor-seccion,
	.page-template-page_estudios_general .contenedor-seccion,
	.prensa-page .contenedor-seccion   {
		margin-top: 40px;
	}
	.page-template-page_estudios_general .site-inner #menu-menuestudios a, 
	.qsomso-page .site-inner #menu-menuqsomos a, 
	.prensa-page .site-inner #menu-menusalaprensa a, 
	.single-asociacion .site-inner #menu-menuqsomos a, 
	.single-notaprensa .site-inner #menu-menusalaprensa a {
		width: calc(50% - 7px) !important;
		margin-bottom: 14px;
	}
	.page-template-page_estudios_general .site-inner #menu-menuestudios a {
		width: calc(50% - 14px) !important;
		margin-bottom: 14px !important;
		margin-top: 0px !important;
		margin-left: 0px !important;
		float: left;
		margin-right: 0px !important;
	}
	.page-template-page_estudios_general .site-inner #menu-menuestudios li:nth-child(2n) a {
		margin-right: 14px !important;
	}
	.page-template-page_estudios_general .site-inner  #menu-menuestudios #menu-item-199 a {
		margin-right: 14px !important;	
	}
	.page-template-page_estudios_general .site-inner #menu-menuestudios li:nth-child(2n) a, 
	.qsomso-page .site-inner #menu-menuqsomos li:nth-child(2n) a, 
	.prensa-page .site-inner #menu-menusalaprensa li:nth-child(2n) a, 
	.single-asociacion .site-inner #menu-menuqsomos li:nth-child(2n) a, 
	.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(2n) a {
		margin-left: 7px;
	}
	.page-template-page_estudios_general .site-inner #menu-menuestudios li:nth-child(2n + 1) a, 
	.qsomso-page .site-inner #menu-menuqsomos li:nth-child(2n + 1) a, 
	.prensa-page .site-inner #menu-menusalaprensa li:nth-child(2n + 1) a, 
	.single-asociacion .site-inner #menu-menuqsomos li:nth-child(2n + 1) a, 
	.single-notaprensa .site-inner #menu-menusalaprensa li:nth-child(2n + 1) a {
		margin-right: 7px;
	}

	.page-template-page_qsomos #nav_menu-3,
	.page-template-page_qsomos_mapa #nav_menu-3,
	.page-template-page_qsomos_entidades #nav_menu-3,
	.prensa-page #nav_menu-4 {
    	height: auto;
	}	
	.widget .contenedor-news, 
	.widget .contenedor-asociados {
    	margin: 0 auto;
	}
	.widget .contenedor-news .ico-news {
    	width: 110px;
    	height: auto;
	}
	.widget .contenedor-asociados .ico-asociados {
    	width: 80px;
    	height: auto;
	}
	.page-template-page_qsomos #custom_html-2, 
	.page-template-page_qsomos #custom_html-3,
	.page-template-page_qsomos_mapa #custom_html-2, 
	.page-template-page_qsomos_mapa #custom_html-3,
	.page-template-page_qsomos_entidades #custom_html-2, 
	.page-template-page_qsomos_entidades #custom_html-3,
	.prensa-page #custom_html-4, 
	.prensa-page #custom_html-5  {
	    height: 250px;
	    width: calc(50% - 7px);
	    margin: 0;
	    margin-right: 7px;
	    float: left;
	}
	.page-template-page_qsomos #custom_html-3,
	.page-template-page_qsomos_mapa #custom_html-3,
	.page-template-page_qsomos_entidades #custom_html-3,
	.prensa-page #custom_html-4 {
		margin-right: 0px;
		margin-left: 7px;
	}
	.qsomso-page #menu-menuqsomos::after, 
	.single-asociacion #menu-menuqsomos::after,
	.prensa-page #menu-menusalaprensa::after,
	.single-notaprensa #menu-menusalaprensa::after {
    	display: none;
	}

	.sidebar-content .seccion-contenido {
	    padding-bottom: 0px;
	}
	.sidebar-content .sidebar {
	    width: 100%;
		float: none;
		display: block;
	}
	.sidebar-content .content {
	    float: none;
	    width: 100%;
	    display: block;
	}
	
	.qsomso-page .site-inner li:nth-child(1) a, 
	.prensa-page .site-inner li:nth-child(1) a {
    	margin-top: 0 !important;
	}
	.page-template-page_estudios_general .site-inner #menu-menuestudios .sub-menu li a, 
	.qsomso-page .site-inner #menu-menuqsomos a, 
	.prensa-page .site-inner #menu-menusalaprensa a, 
	.single-asociacion .site-inner #menu-menuqsomos a, 
	.single-notaprensa .site-inner #menu-menusalaprensa a {
    	margin-top: 0px;
    }
	


    /* Franja asociados */
	.franja-asociados .one-half.first {
	    margin-left: 0px !important;
	}
	.franja-asociados .one-half {
	    float: left !important;
	    margin-left: 0;
	    width: 48%;
	    margin-left: 2.564102564102564% !important;
	}
	.franja-asociados .contenedor-asociados .ico-asociados {
	    width: auto;
	    height: 90px;
	    position: relative;
	    left: auto;
	    top: 0;
	    margin: 0 auto;
	}
	.franja-asociados .contenedor-asociados .txt-asociados {
    	margin-left: 0;
	}
	.franja-asociados .contenedor-news .ico-news {
	    width: 110px;
	    height: auto;
	    position: relative;
	    left: 30px;
	    top: 0;
	    margin: 0 auto;
	}
	.franja-asociados .contenedor-news .txt-news {
	    margin-left: 0;
	    z-index: 1;
	    display: block;
	    text-align: center;
	}
	.franja-asociados .contenedor-footer {
    	padding: 15px 5px;
	}
	.franja-asociados .contenedor-asociados, 
	.franja-asociados .contenedor-news {
    	height: 230px;
	}
	.franja-asociados .contenedor-news p.tit b {
    	font-size: 16px !important;
	}
	.franja-asociados .contenedor-news p {
    	line-height: 18px;
    	font-size: 16px !important;
	}


	/* Nota prensa */
	.single-notaprensa .contenedor-seccion .wrap {
		display: flex;
	   flex-flow: column;
	}
	.single-notaprensa .container-seccion {
	    float: left;
	    width: 100%;
	    margin-left: 0;
	    order: 1;
	}
	.single-notaprensa .barra-navegacion {
	    float: right;
	    width: 100%;
	    order: 2;
	}
	.single-notaprensa #custom_html-4::after{
		display: none;
	}
	.single-notaprensa #custom_html-5 {
		width: calc(50% - 7px);
		float: left;
		margin-top: 0px;
		margin-right: 14px;
	}
	.single-notaprensa #custom_html-4 {
		width: calc(50% - 7px);
		float: left;
	}


	/* Single Asociacion */
	.single-asociacion .contenedor-seccion .wrap {
		display: flex;
	   flex-flow: column;
	}
	.single-asociacion .container-seccion {
	    float: left;
	    width: 100%;
	    margin-left: 0;
	    order: 1;
	}
	.single-asociacion .barra-navegacion {
	    float: right;
	    width: 100%;
	    order: 2;
	}
	.single-asociacion #custom_html-3::after {
		display: none;
	}
	.single-asociacion #custom_html-2 {
		width: calc(50% - 7px);
		float: left;
		margin-top: 0px;
		margin-right: 14px;
	}
	.single-asociacion #custom_html-3 {
		float: left;
		width: calc(50% - 7px);
	}


	
	/* Periodico busqueda*/
	.tax-year-periodico .page.hentry.entry .wrap {
		display: flex;
	   flex-flow: column;
	}
	.tax-year-periodico .contenedor-seccion {
	    float: left;
	    width: 100%;
	    margin-left: 0;
	    order: 1;
	}
	.tax-year-periodico .barra-navegacion {
	    float: right;
	    width: 100%;
	    order: 2;
	}
	.tax-year-periodico #custom_html-4::after{
		display: none;
	}
	.tax-year-periodico #custom_html-4 {
		width: calc(50% - 7px);
		float: left;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}
	.tax-year-periodico #custom_html-5 {
		width: calc(50% - 7px);
		float: left;
		margin-right: 14px;
	}



	/*Intranet crokis*/
	.intranet-page .site-inner .menu li a {
	    width: 50% !important;
	    margin-top: 13px !important;
	}
	.intranet-page .contenedor-seccion .one-fourth {
	    width: 48.717948717948715%;
	    float: left;
	    margin-left: 2.564102564102564%;
	}
	.intranet-page .contenedor-seccion .one-fourth.first,
	.intranet-page .contenedor-seccion .one-fourth.nuevo-primero {
		margin-left: 0px;
	}



	/* Noticias blog listado*/
	.page-template-page_blog_listado .entrada-contenido h4 {
		max-height: 72px;
		overflow: hidden;
	}
	.page-template-page_blog_listado .noticia.one-third.primera-fila {
		width: 48.717948717948715% !important;
		float: left;
		margin-left: 0px !important;
		clear: both;
	}
	.page-template-page_blog_listado .noticia.one-third.segunda-fila {
		width: 48.717948717948715% !important;
		float: left;
		margin-left: 2.564102564102564% !important;
	}


	/* Formulario momentáneo
	---------------------------------------------------------------------------- */
	.page-id-1067 .gform_wrapper ul li.gfield {
	    clear: both;
	    width: 100%;
	    display: inline-block;
	}
	.page-id-1067 .gform_wrapper #field_4_4 label {
		padding-right: 0px !important;
	}
	.page-id-1067 .gform_wrapper ul li#field_4_4 label {
    	text-align: left;
	}
	.page-id-1067 li#field_4_2 {
    	width: 100%;
	}
	.page-id-1067 .gform_wrapper #field_4_2 label.gfield_label {
    padding: 0;
    font-size: 13px;
	}
	
}




@media only screen and (max-width: 650px) {
	.header-sup {
		display: none;
	}
	header .wp-custom-logo.title-area {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	/* Home */
	.slider-home .slide-carrusel {
		height: 300px !important;
	}
	.titular-slider h2 p {
    font-size: 25px;
    line-height: 35px;
	}
	.row-novedades .one-third {
		width: 48.717948717948715%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	.row-novedades .one-third.first {
		margin-left: 0;
	}

	.novedades-mobile {
		display: block;
	}
	.novedades-web {
		display: none;
	}
	.novedades-mobile .slick-prev:before {
	    content: ' ';
	    background: url(images/ico_ir_gris.svg) no-repeat;
	    height: 42px;
	    display: inline-block;
	    background-size: 100% 42px;
	    -webkit-transform: rotate(-180deg);
		 -moz-transform: rotate(-180deg);
		 -ms-transform: rotate(-180deg);
		 transform: rotate(-180deg);
		 display: block;
		 left: 7px;
		 position: relative;
		 opacity: 1 !important;
	}
	.novedades-mobile .slick-next:before {
	    content: ' ';
	    background: url(images/ico_ir_gris.svg) no-repeat;
	    height: 42px;
	    display: inline-block;
	    background-size: 100% 42px ;
	    opacity: 1 !important;
	    right: 7px;
		position: relative;
	    display: block;
	}
	.slick-prev, .slick-next {
		height: 42px !important;
	}
	.slide-carrusel-novedades{
		margin-left: 12px;
		margin-right: 12px;
	}

	.novedades-mobile .novedad h4 {
    font-size: 19px;
    line-height: 19px;
	}
	.novedades-mobile .contenedor-titular {
    padding: 10px 10px;
	}
	.novedades-mobile .imagen-menu-noticia {
    	width: 100%;
    	height: 120px;
	}

	.contenedor-eventos-home .agenda {
    	margin-top: calc(1rem + 20px);
	}
	.franja-eventos .leyenda-eventos img, 
	.franja-eventos .leyenda-eventos p {
		display: inline-block;
		vertical-align: middle;
	}
	.franja-eventos .leyenda-eventos p {
		font-size: 13px;
	}
	.franja-eventos .leyenda-eventos li {
		float: left;
		display: block !important;
	}
	.franja-eventos .boton a {
		display: inline-table;
		position: relative;
		right: 10%;
	}
	.home-page .patrocinador span {
	    margin-right: 0;
		text-align: center;
		display: block;
		margin-bottom: 10px;
	}
	.franja-eventos .boton {
		align-items: center;
		display: flex;
		text-align: center !important;
		width: 100%;
	}

	.titular-slider h2 {
    	bottom: 0px;
	}

	.socios-mobile {
		display: block;
	}
	.socios-web {
	display: none;
	}
	div.fc-header-row .fc-header-cell.fc-header-right {
	    right: 15px !important;
	    top: 0;
	    position: absolute;
	    left: auto !important;
	}
	body .rhcalendar .fullCalendar .fc-header-cell .fc-header-title {
    	margin-top: 8px !important;
	}

	/*.franja-asociados .one-half {
		float: left;
		margin-left: 0;
		width: 100%;
	}*/


	/* Footer */
	.contenedor-asociados p {
		/*font-size: 15px !important;*/
		font-size: 14px !important;
		line-height: 18px !important;
		text-align: center !important;
	}
	.contenedor-asociados p.tit {
		/*font-size: 18px !important;*/
		font-size: 16px !important;
	}
	.franja-asociados .one-half.first {
		margin-bottom: 25px;
	}
	.franja-asociados .contenedor-news p.tit {
		line-height: 29px;
	}
	.franja-asociados .contenedor-news p.tit b {
		font-size: 20px !important;
	}
	.franja-asociados .contenedor-news p {
		line-height: 24px;
	}
	.contenedor-asociados.contenedor-footer {
	    padding: 20px 10px;
	}

	/* Cabecera */
	.banner-cabecera {
	    width: 100%;
	    height: 180px;
	}


	/* Blog */
	.blog-page .buscador {
	    position: relative;
	    right: 0;
	    width: 230px;
	    top: -18px;
	}
	.page-template-page_blog .contenedor-seccion .one-third {
		width: 48.717948717948715%;
		float: left;
		margin-bottom: 25px;
	}
	.page-template-page_blog .contenedor-seccion .one-third:nth-child(2n) {
		margin-left: 0px !important;
	}
	.page-template-page_blog .contenedor-seccion .one-third:nth-child(2n + 1) {
		margin-left: 2.564102564102564% !important;
	}
	.blog-page .noticia-completa .imagen-noticias img {
    display: block;
    max-height: auto !important;
    object-position: center;
    object-fit: cover;
    height: auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
	}
	.blog-page .one-third .imagen-noticias img {
	    max-height: 135px;
	}
	.blog-page.page-template-page_blog_listado .noticia {
    	margin-bottom: 25px;
	}
	

	/* Proveedores */
	.single-socioapt .seccion-info p {
    	margin-bottom: 0px;
	}
	.single-socioapt .contenedor-seccion .two-thirds h2 {
    	margin-top: 30px;
	}
	

	/* Proveedores  ficha */
	.single-socioapt .contenedor-seccion .one-third {
    	width: 100%;
    	float: left;
    	margin-left: 0;
    }
    .single-socioapt .contenedor-seccion .one-third.first {
    	margin-left: 0px;
    }
    .single-socioapt .contenedor-seccion .two-thirds {
    	width: 100%;
    	float: left;
    	margin-left: 0;
	}
	.single-socioapt .contenedor-seccion .two-thirds.first {
		margin-left: 0px;
	}	


	/* Ofertas */
	.single-oferta form li {
    	width: 100% !important;
    }
    .single-oferta form label {
    	text-align: left;
	}

	/* QHacemos */
	.page-template-page_qhacemos .contenedor-iconos .one-fourth {
	    width: 50%;
	    margin-left: 0 !important;
	    padding-left: 0;
	    padding-right: 0 !important;
	}
	.page-template-page_qhacemos .contenedor-iconos .one-fourth {
	    border-left: 1px solid #CCCCCC;
	}


	.single-socioapt .contenedor-seccion .two-thirds {
    	width: 100%;
    	float: left;
    	margin-left: 0;
	}
	.single-socioapt .contenedor-seccion .one-third.first {
	    margin-left: 0px;
	    float: right;
	    width: 100%;
	}
	.single-socioapt .contenedor-seccion .two-thirds p {
		text-align: justify;
	}
	.single-socioapt .logo-proveedor {
		text-align: center;
	}


	/* Eventos */
	.eventos-page .un-documento .parte-txt {
    	width: calc(100% - 42px);
	}
	.eventos-page  .un-documento .parte-img {
	    text-align: center;
	    margin-left: 0;
	}
	.eventos-page .rhcalendar.not-widget.rhc_holder,
	.eventos-page .agenda  {
    	margin-top: 0;
	}
	.eventos-page.sidebar-content .seccion-contenido {
	    padding-bottom: 0px;
	}


	/* Internacionalizacion */
	.page-template-page_qhacemos_inter .contenedor-seccion .one-half,
	.page-template-page_qhacemos_acuerdos .contenedor-seccion .one-half {
    	width: 100%;
    	float: left;
    	margin-left: 0%;
	}
	.page-template-page_qhacemos_inter .contenedor-seccion .one-half.first,
	.page-template-page_qhacemos_acuerdos .contenedor-seccion .one-half.first {
		margin-left: 0px;
	}
	

	.logos-formacion .one-fourth {
    	width: 48.717948717948715%;
    	margin-left: 2.564102564102564% !important;
    	float: left;
    	margin-bottom: 60px;
    	border-right: 1px solid #CCCCCC;
    	border-left: 1px solid #CCCCCC;
	}
	.logos-formacion .one-fourth:nth-child(4) {
		margin-left: 2.564102564102564% !important;
	}
	.logos-formacion .one-fourth:nth-child(3) {
		margin-left: 0px !important;
	}
	.logos-formacion .one-fourth.first {
    	margin-left: 0px !important;
	}
	

	.single-curso .contenedor-seccion .one-third  {
    	width: 100%;
    	margin-left: 0 !important;
    	float: left;
    	margin-bottom: 60px;
	}
	.single-curso .contenedor-seccion .one-third.first  {
		margin-left: 0px;
	}
	.single-curso .contenedor-seccion .two-thirds {
    	width: 100%;
    	margin-left: 0px !important;
    	float: left;
	}
	.single-curso .contenedor-seccion .two-thirds.first  {
		margin-left: 0px;
	}
	.single-curso form li {
    	width: 100% !important;
	}


	.listado-noticias-ith .one-third .imagen-noticias img {
    	max-height: 135px;
	}



	.franja-asociados .one-half.first {
	    margin-left: 0px !important;
	}
	.franja-asociados .one-half {
	    float: left !important;
	    margin-left: 0;
	    width: 48%;
	    margin-left: 2.564102564102564% !important;
	}
	.franja-asociados .contenedor-asociados .ico-asociados {
	    width: auto;
	    height: 90px;
	    position: relative;
	    left: auto;
	    top: 0;
	    margin: 0 auto;
	}
	.franja-asociados .contenedor-asociados .txt-asociados {
    	margin-left: 0;
	}
	.franja-asociados .contenedor-news .ico-news {
	    /*width: 110px;
	    height: auto;
	    position: relative;
	    left: 30px;
	    top: 0;
	    margin: 0 auto;*/
	    width: 90px;
		height: auto;
		position: relative;
		left: 15px;
		top: 0;
		margin: 0 auto;
	}
	.franja-asociados .contenedor-news .txt-news {
	    margin-left: 0;
	    z-index: 1;
	    display: block;
	    text-align: center;
	}
	.franja-asociados .contenedor-footer {
    	padding: 15px 5px;
	}
	.franja-asociados .contenedor-asociados, 
	.franja-asociados .contenedor-news {
    	height: 230px;
	}
	.franja-asociados .contenedor-news p.tit b {
    	/*font-size: 16px !important;*/
    	font-size: 14px !important;
	}
	.franja-asociados .contenedor-news p {
    	line-height: 18px;
    	font-size: 16px !important;
	}


	/* Fototeca */
	.prensa-fototeca-page .aigpl-columns {
    	width: 50% !important;
	}
	.prensa-fototeca-page .aigpl-img-wrp {
		height: 125px !important;
	}


	/* Periodico */
	.listado-periodico .one-fourth,
	.listado-revistas .one-fourth {
    	width: 48.717948717948715%;
    	margin-left: 2.564102564102564% !important;
    	float: left;
	}
	.listado-periodico .one-fourth.first,
	.listado-revistas .one-fourth.first {
		margin-left: 0px;
	}
	.listado-periodico .one-fourth:nth-child(4),
	.listado-revistas .one-fourth:nth-child(4) {
		margin-left: 2.564102564102564% !important;
	}
	.listado-periodico .one-fourth:nth-child(3),
	.listado-revistas .one-fourth:nth-child(3) {
		margin-left: 0px !important;
	}
	.listado-periodico .one-fourth.first,
	.listado-revistas .one-fourth.first {
    	margin-left: 0px !important;
	}


	/* Videoteca */
	.contenido-videos .one-half {
	    width: 100%;
	    float: left;
		margin-left: 0;
	}
	.contenido-videos .one-half.first {
		margin-left: 0px;
	}

	.filtro-periodico {
	    left: auto;
	    position: relative;
	    top: -100px;
	    right: 0 !important;
	    text-align: right;
	}

	.lista-yt iframe {
	    max-width: 100%;
	    height: calc(100vw/1.77) !important;
	}


	.qsomso-page .site-inner #menu-menuqsomos li:nth-child(1) a::after, 
	.single-asociacion #menu-menuqsomos li:nth-child(1) a::after,
	.qsomso-page .site-inner #menu-menuqsomos li:nth-child(2) a::after, 
	.single-asociacion #menu-menuqsomos li:nth-child(2) a::after,
	.qsomso-page .site-inner #menu-menuqsomos li:nth-child(3) a::after, 
	.single-asociacion #menu-menuqsomos li:nth-child(3) a::after,
	.qsomso-page .site-inner #menu-menuqsomos li:nth-child(4) a::after, 
	.single-asociacion #menu-menuqsomos li:nth-child(4) a::after,
	.qsomso-page .site-inner #menu-menuqsomos li:nth-child(1).current-menu-item a::after, 
	.single-asociacion .site-inner #menu-menuqsomos li:nth-child(1).current-menu-item a::after,
	.qsomso-page .site-inner #menu-menuqsomos li:nth-child(2).current-menu-item a::after, 
	.single-asociacion .site-inner #menu-menuqsomos li:nth-child(2).current-menu-item a::after,
	.qsomso-page .site-inner #menu-menuqsomos li:nth-child(3).current-menu-item a::after, 
	.single-asociacion .site-inner #menu-menuqsomos li:nth-child(3).current-menu-item a::after,
	.qsomso-page .site-inner #menu-menuqsomos li:nth-child(4).current-menu-item a::after, 
	.single-asociacion .site-inner #menu-menuqsomos li:nth-child(4).current-menu-item a::after {
    	right: 7px;
	}


	.page-template-page_proveedor_listado .contenedor-socios .one-fourth.col-1,
	.page-template-page_proveedor_listado .contenedor-socios .one-fourth.col-2 {
		height: 405px;
	}
	.page-template-page_proveedor_listado .contenedor-socios .one-fourth.col-1 {
		float: left;
	}


	.franja-asociados .contenedor-asociados.contenedor-footer .sep.azul {
    	margin-top: 5px;
	}
	.franja-asociados .contenedor-asociados .ico-asociados {
    width: auto;
    height: 72px;
	}


	.widget_text .contenedor-asociados p.tit {
	    font-size: 18px !important;
	    line-height: 22px !important;
	}
	.widget_text .contenedor-asociados p {
    font-size: 15px !important;
    line-height: 19px !important;
	}


	/* banner publicidad blog derecha */
	.contenedor-asociados.contenedor-footer.asociados-mobile {
		display: block !important;
		padding: 0px !important;
		background-size: cover !important;
	}
	.contenedor-asociados.contenedor-footer.asociados-web {
		display: none !important;
	}


	/* banner promo */
	.banner-promos .promo-desktop {
		display: none;
	}
	.banner-promos .promo-mobile {
		display: block;
	}
}


@media only screen and (max-width: 550px) {

	/*Home*/
	.franja-eventos .boton a {
		display: inline-table;
		position: relative;
		right: 5%;
	}
	.contenedor-eventos-home .un-documento .parte-txt {
    	width: calc(100% - 42px);
	}
	.contenedor-eventos-home .un-documento .parte-img{
		margin-left: 0px;
		text-align: center;
	}

	#genesis-mobile-nav-primary.dashicons-before:before {
	width: 28px !important;
	height: 30px !important;
	font-size: 30px !important;
	}
	#genesis-mobile-nav-primary {
	    margin-top: 13px !important;
	    padding-top: 0px;
	    margin-right: -7px;
	}


	.banner-medio-mobile {
		display: block;
	}
	.banner-medio-web {
		display: none;
	}



}


@media only screen and (max-width: 480px)  {
	/* Banner publi blog listado */
	.banner-pie-blog.publi-mobile {
		display: block;
		text-align: center;
		margin: 0 auto;
		margin-top: 50px;
	}
	.banner-pie-blog.publi-web {
		display: none;
	}
	

	/* banner derecho publicidad */
	.contenedor-asociados.contenedor-footer.asociados-mobile {
		background-size: 100% 100% !important;
	}
}
