/*
	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: 2.6.0

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

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* 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
	- Jetpack
- 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
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{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}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}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,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:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[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}

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

html {
	box-sizing: border-box;
}

*,
*::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 {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

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-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 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;
	font-size: 3rem;
}

h2 {
	font-size: 27px;
	font-size: 2.7rem;
}

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

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

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

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* 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-size: 1.8rem;
	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;
}

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

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 15px 30px;
	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,
.button:focus,
.button:hover {
	background-color: #0073e5;
	color: #fff;
}

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

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.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;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* 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,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

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

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

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

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

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


/* 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;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.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-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	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-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

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

.aligncenter {
	text-align: center;
}

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 {
	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;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	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-image {
	height: 75px;
	width: 75px;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	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;
	font-size: 1.6rem;
	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";
	float: right;
}

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

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* 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: #23282e;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	height: 165px !important;
	position: relative;
}

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

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

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

.site-title {
	font-size: 20px;
	font-size: 2rem;
	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-size: 1.5rem;
	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;
	font-size: 1.4rem;
	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 {
	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;
	padding-bottom: 15px;
	position: relative;
}

.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;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

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

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

.nav-primary {
	clear: left;
	width: 100%;
}

.escudo-header {
	height: 125px;
	width: 100% !important;
	max-width: 310px;
}

/* 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;
	margin-left: 40px;
}

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

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

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

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

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

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

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	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-size: 1.6rem;
	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 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

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

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

.comment-list .bypostauthor {
}

.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;
}


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	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;
	font-size: 18px;
	font-size: 1.8rem;
	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;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

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



/* Fonts
----------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'seravekregular';
    src: url('fonts/seravek-webfont.eot');
    src: url('fonts/seravek-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/seravek-webfont.woff2') format('woff2'),
         url('fonts/seravek-webfont.woff') format('woff'),
         url('fonts/seravek-webfont.ttf') format('truetype'),
         url('fonts/seravek-webfont.svg#seravekregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'seravekbold';
    src: url('fonts/seravek-bold-webfont.eot');
    src: url('fonts/seravek-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/seravek-bold-webfont.woff2') format('woff2'),
         url('fonts/seravek-bold-webfont.woff') format('woff'),
         url('fonts/seravek-bold-webfont.ttf') format('truetype'),
         url('fonts/seravek-bold-webfont.svg#seravekbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'OpenSansSemi';
    src: url('fonts/OpenSans-SemiBold.ttf') format('truetype');
}



/* Cabecera
----------------------------------------------------------------------------------------------------- */
.title-area {
    float: left;
    padding-bottom: 0px;
    padding-top: 0px;
    max-width: 928px;
    position: absolute;
    width: 100%;
}
/* Menú */
.nav-primary {
    clear: none;
    float: right;
    width: auto;
    padding-bottom: 0px;
    z-index: 10;
    margin-top: 100px;
}
.site-header .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 26px;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
}
#menu-mainmenu li a {
    text-decoration: none !important;
}
.nav-primary .genesis-nav-menu a {
    padding-left: 20px;
}
.genesis-nav-menu a {
    color: white !important;
    display: block;
    font-size: 15px !important;
    font-weight: 400;
    outline-offset: -1px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none;
}
.title-area a img {
    max-height: 140px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: auto;
    margin-top: 15px;
}
#elementos-rrss {
    text-align: right;
    width: auto;
    position: relative;
    margin-right: 10px;
    float: right;
    margin-right: 50px;
}
#elementos-enlaces {
    color: white;
    font-family: 'seravekbold';
    text-transform: uppercase;
    width: auto;
    padding-left: 40px;
    padding-top: 10px;
    padding-top: 3px;
}
#elementos-rrss li {
    display: inline-block;
    margin-right: 6px;
}
#contenedor-menu-superior {
    width: 500px;
    height: 44px;
    float: right;
}
#elementos-enlaces a {
    color: white;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}
.enlace-canarias {
	color: #f5c000 !important;
	text-decoration: none !important;
    font-family: 'seravekbold';
}
#genesis-nav-primary .wrap {
	padding: 0px !important;
}
#menu-mainmenu li a span {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    font-family: 'seravekbold';
}



/* Slider Home 
----------------------------------------------------------------------------------------------------- */
#containerslidehome .slick-next {
	margin-right: -494px !important;
}
#containerslidehome .slick-prev {
	margin-left: -494px !important;
}
.slick-next {
	background: url(images/ico-next.png) 50% 50% no-repeat !important;
	margin-right: -504px !important;
}
.slick-prev {
	background: url(images/ico-prev.png) 50% 50% no-repeat !important;
	margin-left: -504px !important;
}
/* Slider - dots */
.slick-dots li {
    width: 10px !important;
    height: 10px !important;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid white;
    margin-right: 7px !important;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: white;
    border-radius: 100%;
    border: 1px solid white;
    width: 10px !important;
    height: 10px !important;
}
.slick-dots li button:before {
	content: ' ' !important;
}
.slick-dots li.slick-active button:before {
	content: ' ' !important;
}
/* Slide home  movil desaparecer */
.slider-home-movil {
	display: none; 
}
/* Home slide superior */
.page-template-page_home #containerslidehome .slick-slide img {
	display: block;
    text-align: center;
    margin: 0 auto;
    display: block;
    
    height: 600px;
    object-fit: cover;
}
.page-template-page_home .slider-home-web {
	background-color: #23282e;
}



/* Seccion Galería y vídeos
---------------------------------------------------------------------------------------------------- */
#franja-campus {
	background-color: #23282e;
}
.tit-home {
    margin-bottom: 28px;
    font-family: 'seravekbold';
    font-size: 20px;
    line-height: 24px;
    color: #1e2024;
}
#aptdo-tv {
    margin-bottom: 38px;
    margin-top: 40px;
}
.titulo-coloreado {
    color: #dda800;
}
.tit-home {
    font-family: 'seravekbold';
    font-size: 20px;
    line-height: 24px;
    color: #1e2024;
}
.page-template-page_home #aptdo-tv .tit-home, .page-template-page_home #galeria-fotos .tit-home {
	color: white;
}
.page-template-page_home #aptdo-tv p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'seravekbold';
    color: white;
    margin-bottom: 15px;
}
.page-template-page_home .home .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 26px;
}
.page-template-page_home #aptdo-tv iframe {
    height: 252px;
    width: 100%;
}
.multiple-items .slider_img {
	height: 180px;
	text-align: center;
}
#galeria-fotos {
	margin-bottom: 40px;
	/* display: none !important; */
}
#galeria-fotos .slick-slide {
	width: auto !important;
	margin-right: 29px;
}
#galeria-fotos .multiple-items.slick-initialized.slick-slider {
	height: 180px;
}
#galeria-fotos .ms-edit-frontend {
	display: none !important;
}



/* Seccion Info
---------------------------------------------------------------------------------------------------- */
.page-template-page_home #franja-info .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 26px;
}
#franja-info .titulo-info {
	font-family: 'seravekbold';
	font-size: 20px;
	line-height: 24px;
	color: black;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0px;
}
#franja-info .edad {
	font-size: 15px;
	line-height: 24px;
	color: black;
	text-align: center;
	font-family: 'seravekbold';
}
#franja-info .desc-info {
	font-size: 15px;
	line-height: 24px;
	color: black;
	text-align: center;
}
#franja-info {
	padding-top: 40px;
}
.seccion-info {
	padding-top: 10px;
	margin-bottom: 40px;
}
.seccion-info .one-third {
	text-align: center;
}


/* Seccion Mas noticias home
---------------------------------------------------------------------------------------------------- */

.page-template-page_home #masnoticias {
	background-color: #23282e;
	padding-top: 40px;
	padding-bottom: 40px;
}
.page-template-page_home #masnoticias .tit-home {
	color: #ffffff;
}
.page-template-page_home #masnoticias .out-noticia-home {
	height: 220px;
	overflow: hidden;
}
.page-template-page_home #masnoticias span.date {
	font-family: 'seravekbold';
	color: #f5c000;
	font-size: 14px;
	line-height: 28px;
}
.page-template-page_home #masnoticias div.titulo h3 {
	font-size: 20px;
	line-height: 22px !important;
	font-family: 'seravekbold' !important;
	font-weight: normal;
}
.page-template-page_home #masnoticias div.titulo a,
.page-template-page_home #masnoticias div.titulo a:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}



/* Seccion Blog Noticias
---------------------------------------------------------------------------------------------------- */
#seccion-blog {
	background-color: #67bab0;
}
#franja-ult-noticias div {
    font-size: 20px;
    line-height: 24px;
    font-family: 'seravekbold';
    color: #1e2024;
}
#franja-ult-noticias {
    background-color: #df21cf !important
}
#franja-ult-noticias .div-noticias {
    font-family: 'seravekbold';
    font-size: 20px;
    line-height: 24px;
    color: white;
    margin-bottom: 20px;
}
.noticia-destacada .one-half {
    height: 316px;
    overflow-y: hidden;
}
.noticia-destacada .one-half img {
	width: 100%;
	height: auto;
	/*
    height: 100%;
    object-fit: cover;
    */
}
.noticia-destacada .titulo a {
    text-decoration: none !important;
    color: white !important;
}
.noticia-destacada .date {
    margin-bottom: 15px;
}
.noticia-destacada .date span {
    font-size: 14px;
    line-height: 28px;
    font-family: 'seravekbold';
    color: #f5c000;
}
.noticia-destacada div.excerpt {
    border-top: 1px solid #23282e;
    border-bottom: 1px solid #23282e;
    border-top: 1px solid #23282e;
    border-bottom: 1px solid #23282e;
    font-family: 'seravekregular' !important;
    color: white !important;
    font-size: 15px !important;
    line-height: 26px !important;
    font-weight: normal !important;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 17px;
}
#franja-ult-noticias .slick-dots {
    display: none !important;
}
/*
#franja-ult-noticias {
	background-color: #67bab0 !important;
}*/
.noticia-destacada .titulo h3 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'seravekbold';
    color: white;
    font-weight: normal !important;
    margin-bottom: 0px;
    font-family: Arial !important;
    font-family: 'OpenSans' !important;
}
#franja-ult-noticias .div-noticias {
	font-family: 'seravekbold';
	font-size: 20px;
	line-height: 24px;
	color: white;
	margin-bottom: 20px;
}
#franja-ult-noticias .wrap {
	padding-top: 40px;
	padding-bottom: 20px;
}
#instagram-web #sbi_load {
	display: none !important;
}
#instagram-web .sb_instagram_header {
	display: none !important;
}
#instagram-movil {
	display: none;
}

.page-template-page_home #galeria-fotos .gallery img{
	height: 90px;
	object-fit: cover;
	object-position: center;
}

/* Seccion Sedes
---------------------------------------------------------------------------------------------------- */
.page-template-page_home #franja-sedes .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 26px;
}
.page-template-page_home #franja-sedes {
	padding-top: 40px;
	background-color: white !important;
	padding-bottom: 40px;
}
#franja-sedes .div-noticias {
	font-family: 'seravekbold';
	font-size: 20px;
	line-height: 24px;
	color: black;
	margin-bottom: 20px;
}
#franja-sedes .item-sede {
	padding: 0 75px;
}
#franja-sedes .item-sede img {
	margin: 0 auto;
	display: block;
}
#franja-sedes .titulo-info {
	font-family: 'seravekbold';
	font-size: 20px;
	line-height: 24px;
	color: black;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #f5c000;
	padding: 10px 0px;
	min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#franja-sedes .edad {
	font-size: 15px;
	line-height: 24px;
	color: black;
	text-align: center;
	font-family: 'seravekbold';
}
#franja-sedes .desc-info {
	font-size: 15px;
	line-height: 24px;
	color: black;
	text-align: center;
}
#franja-sedes .logo {
	text-align: center;
	margin-top: 30px;
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* .one-third.item-sede {
	margin: 0 8%;
} */





/* Seccion Inscripción
---------------------------------------------------------------------------------------------------- */
.page-template-page_home #franja-inscripcion .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 26px;
}
#franja-inscripcion .titulo-info {
	font-family: 'seravekbold';
	font-size: 20px;
	line-height: 24px;
	color: black;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0px;
}
#franja-inscripcion .div-noticias {
	font-family: 'seravekbold';
	font-size: 20px;
	line-height: 24px;
	color: white;
	margin-bottom: 20px;
}
#franja-inscripcion {
	background-color: #23282e;
}
#franja-inscripcion .seccion-inscripcion {
	padding-top: 40px;
	padding-bottom: 40px;
}
.izquierda {
    display: inline-block;
    width: 47.2% !important;
}
.derecha {
    width: 47.2% !important;
    display: inline-block;
    margin-left: 10% !important;
}
/*#franja-inscripcion .gform_wrapper form li.derecha, #franja-inscripcion .gform_wrapper li.derecha {
	margin-left: 10% !important;
}*/
li.izquierda, li.derecha {
	margin: 0;
	padding: 0px !important;
}
li.izquierda {
	margin-right: 5% !important;
}
/*
li.izquierda .ginput_container, li.derecha .ginput_container {
	width: 45% !important;
}
*/

li.gfield label {
	width: 40% !important;
	display: inline-block !important;
}
#label_8_54_0,#label_8_54_1,#label_8_54_2,#label_8_54_3,#label_8_54_4,#label_8_54_5{
	width: 100% !important;
}

li.gfield div:not(.clear-multi) {
	width: 60% !important;
	display: inline-block !important;
}
#field_8_54 div, #field_8_72 div{
	width: 70% !important;
}
#field_1_31 label, #field_1_33 label {
	width: 15% !important;
}
#field_1_31 div, #field_1_33 div {
	width: 85% !important;
}
#field_1_34 div, #field_1_34 label,
#field_1_49 div, #field_1_49 label,
#field_1_42 div, #field_1_42 label,
#field_1_44 div, #field_1_44 label,
#field_1_51 div, #field_1_51 label,
#field_1_55 div, #field_1_55 label,
#field_1_61 div, #field_1_61 label,
#field_1_66 div, #field_1_66 label {
	display: block !important;
	width: 100% !important;
}
li#field_1_42 {
	width: 100% !important;
}
#field_1_49 li label, #field_1_42 li label, #field_1_44 li label, #field_1_51 li label, #field_1_55 li label, #field_1_61 li label, #field_1_66 li label {
	display: inline-block !important;
}
.validation_error {
	color: white;
}
li.izquierda .ginput_container select, li.izquierda .ginput_container input,
li.derecha .ginput_container select, li.derecha .ginput_container input {
	width: 100% !important;
}
li.izquierda .ginput_container input[type="checkbox"], li.derecha .ginput_container input[type="checkbox"],
li.izquierda .ginput_container input[type="radio"], li.derecha .ginput_container input[type="radio"] {
	width: auto !important;
}
.seccion-inscripcion label {
	font-size: 20px;
	line-height: 24px;
	font-family: 'seravekregular' !important;
	color: white;
	font-weight: normal !important;
}
.seccion-inscripcion input, .seccion-inscripcion select, .seccion-inscripcion textarea {
	border-radius: 25px;
}
#franja-inscripcion .gsection_description, #franja-inscripcion h2.gsection_title, #franja-inscripcion .gfield_description {
	color: white;
}
#franja-inscripcion .gform_button, #franja-inscripcion .gform_button:hover {
	background-color: #efba00;
	width: 338px;
	height: 57px;
	color: #292c31;
	font-size: 20px !important;
	line-height: 57px;
	font-family: 'seravekbold' !important;
	text-transform: uppercase;
	padding: 0px;
	position: relative;
	top: 100px;
}
#franja-inscripcion .instruction  {
	display: none !important;
}
#franja-inscripcion .gform_footer {
	text-align: center !important;
	margin: 0 auto !important;
}
#franja-inscripcion .gform_wrapper .gform_footer input[type="submit"] {
	margin-right: 0px !important;
}
#franja-inscripcion .ginput_container_fileupload {
	width: 100% !important;
}
#tit-pie-formulario {
	font-size: 30px;
	line-height: 32px;
	color: #efba00;
	font-family: 'seravekbold' !important;
	margin-bottom: 20px;
	margin-top: 60px;
}
#pie-formulario li {
	font-size: 20px;
	line-height: 32px;
	color: #efba00;
	font-family: 'seravekregular' !important;
	overflow: hidden !important;
}
#pie-formulario li ul li {
	margin-left: 20px;
}
#pie-formulario li:before {
	content: url('images/ico-balon-magenta.png');
	margin-right: 10px;
}
#pie-formulario ul.precios-especiales li:before {
	content: none;
	margin-right: 10px;
}
#pie-formulario ul.precios-especiales {
  /* display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column wrap;
  height: 370px; */
  margin-bottom: 20px;
}
#pie-formulario ul.precios-especiales li {
	list-style-type: circle;
	margin-left: 40px;
	/* width: calc(50% - 40px); */
}
#pie-formulario li strong {
	font-family: 'seravekbold' !important;
	color: white !important;
}
.gchoice.gchoice_1_42_1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#choice_1_42_1 {
  max-width: 20px;
}
#field_1_64 .ginput_container {
	display: block !important;
}
#field_1_64 label {
	color: #efba00 !important;
}
#field_1_64 .ginput_container label {
	color: #fff !important;
}
#field_2_73 .ginput_container {
	display: block !important;
}
#field_2_73 label {
	color: #efba00 !important;
}
#field_2_73 .ginput_container label {
	color: #fff !important;
}





/* Seccion Patrocinadores
---------------------------------------------------------------------------------------------------- */
.page-template-page_home #franja-patrocinador .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 26px;
}
#franja-patrocinador {
	padding-top: 40px;
}
#franja-patrocinador .titulo-info {
	font-family: 'seravekbold';
	font-size: 20px;
	line-height: 24px;
	color: black;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0px;
}
#franja-patrocinador {
	background-color: white !important;
}
#franja-patrocinador .div-noticias {
	font-family: 'seravekbold';
	font-size: 20px;
	line-height: 24px;
	color: black;
	margin-bottom: 20px;
}
#franja-patrocinador .one-third {
	text-align: center;
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	height: 160px;
}
#franja-patrocinador .seccion-patrocinador-principal .one-third {
	margin-top: 20px;
	margin-bottom: 20px; 
}
#franja-patrocinador .seccion-patrocinador-principal {
	border-bottom: 2px solid #999;
	margin-bottom: 40px;
}
#franja-patrocinador .one-third img {
	max-height: 160px;
	margin: 0 auto;
}
#franja-patrocinador .one-third a {
	margin: 0 auto;
}
#franja-patrocinador .seccion-patrocinadores .one-third {
	margin-bottom: 20px;
}
.separador {
	background-color: #df21cf;
	width: 100%;
	height: 15px;
}
.separador-sombra {
	background: url(images/sombra-pre-rrss.png);
	height: 94px;
	width: 100%;
}

.seccion-patrocinador-principal img {
	width: 100%;
	max-width: 200px;
	margin: 30px 0;
}



/* RRSS
---------------------------------------------------------------------------------------------------- */
.texto-rrss {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-family: 'seravekbold';
    color: #1e2024;
}
#franja-rrss {
	background: #fff;
}
#franja-rrss .tit-home {
	display: none;
}
#franja-rrss ul {
    margin-top: 25px;
    margin-bottom: 40px;
}
#franja-rrss ul li {
    display: inline;
    padding-right: 13px;
}
#franja-rrss {
	padding-top: 40px;
	padding-bottom: 20px;
}
#contenedor-rrss {
    width: 100%;
    height: 295px;
    margin-bottom: 50px;
	display: none;
}
#contenedor-facebook {
    height: 293px;
    overflow-y: scroll;
}
.contenedor-twitter {
    height: 293px;
    overflow-y: scroll;
}
#imgDer {
    float: right;
}



/* Footer
---------------------------------------------------------------------------------------------------- */
.site-prefooter .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 13px;
}
.site-prefooter .wrap h3 {
    font-family: seravekbold;
    color: #ffffff;
    font-weight: normal;
    font-size: 19px;
    font-size: 1.9rem;
}
.site-prefooter .wrap .one-fifth.first {
    border-left: 1px solid #ffffff;
}
.site-prefooter .wrap .one-fifth {
    width: 20%;
    display: inline-block;
    margin: 0px;
    border-right: 1px solid #ffffff;
}
.site-prefooter .wrap .one-fifth img {
    width: 90%;
    max-width: 195px;
    margin: 0 auto;
}
#movil-patrocinador-home {
    display: none;
}
#web-patrocinador-home {
    display: block;
}
.site-footer {
    background-color: #292c31;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 30px 0px;
    text-align: center;
}
.site-footer .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px 26px;
}
.site-footer .footer-menu {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    float: left;
    margin: 2em 0;
    padding-bottom: 20px;
}
.site-footer .footer-menu p {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}
.site-footer .footer-menu p a::before {
    content: url(images/ico-balon-white.png);
    margin-right: 10px;
}
.site-footer .footer-menu p a {
    color: #f5c000;
    text-decoration: none;
    padding-left: 30px;
    background: url(images/ico-balon-white.png) no-repeat 0% 50% transparent;
    text-transform: uppercase;
}
.site-footer .footer-menu p a {
    color: #f5c000;
    text-transform: uppercase;
}
.site-footer .footer-data p {
    color: #ffffff;
    position: relative;
}
.site-footer .footer-data p.map::before {
    content: url(images/ico-map.png);
    position: absolute;
    top: 2px;
    margin-left: -20px;
}
.site-footer .footer-bottom {
    padding-top: 3em;
}
.site-footer .footer-bottom a {
    color: #f5c000;
    text-decoration: none;
}
.site-footer .footer-bottom span {
    color: #ffffff;
    padding: 0px 10px;
}
.site-prefooter {
    background-color: #1e2024;
    padding: 1em 0 2.5em;
}
.site-footer .footer-data a.mail {
    padding-left: 22px;
}
.site-footer .footer-data a.mail::before {
    content: url(images/ico-mail.png);
    position: absolute;
    top: 2px;
    margin-left: -25px;
}
.site-footer .footer-data a.tel::before {
    content: url(images/ico-tel.png);
    position: absolute;
    top: 1px;
    margin-left: -18px;
}
.site-footer .footer-data a.fax::before {
    content: url(images/ico-fax.png);
    position: absolute;
    top: 2px;
    margin-left: -22px;
}
.site-footer .footer-data a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 17px;
    position: relative;
}






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


.page-template-default #genesis-content {
	margin: 0 auto;
	max-width: 980px;
	padding: 0px 26px;
	margin-top: 40px;
}
.page-template-default #genesis-sidebar-primary {
	display: none !important;
}

/* Single post noticias */
.single-post .noticias-single .widget-wrap h3,
.page-template-page_blog .widget-title,
.archive.category .widget-title {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-family: 'seravekbold';
	font-weight: normal !important;
	color: #1e2024;
}
.single-post .noticias-single .search-form input {
	background-color: #cccccc;
	border-radius: 15px;
	border-color: #cccccc;
	color: #1e2024;
	padding: 5px;
	padding-left: 10px;
	width: 100%;
}
.single-post .noticias-single  .search-form {
	width: 100%;
	margin-bottom: 0px;
}
.single-post .noticias-single .widget-wrap .cat-item a{
	/*color: #f5c000;*/
	color: #dda800;
	font-size: 14px;
	line-height: 24px;
	font-family: 'seravekbold';
	text-transform: uppercase;
	text-decoration: none !important;
}
.single-post .noticias-single .widget-wrap li.cat-item {
	display: inline-block;
}
.single-post .noticias-single #categories-2 .widget-wrap li:after {
  content: "/  ";
  color: #4d4d4d;
}
.single-post .noticias-single #categories-2 {
	margin-bottom: 30px;
}
.single-post .noticias-single #categories-2 ul {
	margin: 0px;
}
.single-post .noticias-single #categories-2 h3 {
	margin-bottom: 10px;
}
.single-post .noticias-single h3.titulo {
    color: #1e2024;
    font-size: 20px;
    line-height: 24px;
    font-family: 'seravekbold' !important;
    font-weight: normal !important;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.noticias-single .contenido .two-thirds p {
    font-size: 15px;
    line-height: 24px;
    font-family: 'seravekregular';
    color: #666666;
    text-align: justify;
}
.single-post .entry-content {
	max-width: 980px;
	margin-left: 26px;
	margin-right: 26px;
	margin: 0 auto;
	margin-top: 100px;
}
.noticias-single .date {
    color: #f5c000;
    color: #dda800;
    font-size: 14px;
    line-height: 24px;
    font-family: 'seravekbold' !important;
    font-weight: normal !important;
    text-transform: capitalize;
	width: 100%;
	display: block;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.noticias-single .imagen-noticias {
    margin-bottom: 20px;
    text-align: center;
}
.noticias-single li {
	list-style-type: none !important;
}
.noticias-single ul {
	margin-left: 0px !important;
}
.noticias-single a.title_rel {
    color: #808080;
    font-family: 'seravekbold';
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}
.noticias-single .rel_posts li {
	margin-bottom: 20px;
}
.noticias-single .rel_posts .img-post-rel {
	margin-bottom: 10px;
}

.page-template-page_blog .entry,
.archive.category .entry {
	max-width: 980px;
	padding-left: 26px;
	padding-right: 26px;
	margin: 0 auto;
	margin-top: 100px;
}
.page-template-page_blog .titulo h3,
.archive.category .titulo h3  {
    color: #1e2024;
    font-size: 20px;
    line-height: 24px;
    font-family: 'seravekbold' !important;
    font-weight: normal !important;
    text-transform: uppercase;
    margin-bottom: 0px;
}
#listado-noticias .date {
    color: #f5c000;
    color: #dda800;
    font-size: 14px;
    line-height: 24px;
    font-family: 'seravekbold' !important;
    font-weight: normal !important;
    text-transform: capitalize;
}
.page-template-page_blog .excerpt {
    font-size: 15px;
    line-height: 24px;
    font-family: 'seravekregular';
    color: #666666;

    border-top: 1px solid #979797;
    padding-top: 5px;
    margin-top: 5px;
}
.page-template-page_blog .titulo a,
.archive.category .titulo a  {
	text-decoration: none;
}
.page-template-page_blog .imagen-noticias,
.archive.category .imagen-noticias {
    margin-bottom: 20px;
}
.page-template-page_blog #unaentrada,
.archive.category #unaentrada {
    margin-bottom: 40px !important;
    display: inline-block;
}
.page-template-page_blog .archive-description.blog-template-description,
.archive.category .archive-description.blog-template-description {
	display: none;
}
.page-template-page_blog .unaentrada-imagen,
.archive.category .unaentrada-imagen {
	/*width: 45%;*/
	width: 100%;
	float: left;
}
.page-template-page_blog .unaentrada-parte-der,
.archive.category .unaentrada-parte-der {
	float: left;
	/*
	width: 50%;
	margin-left: 5%;
	*/
	width: 100%;
	margin-left: 0;
}
.single-post .etiquetas,
.archive.category .etiquetas {
    text-transform: uppercase;
    color: #808080;
    font-family: 'seravekbold';
    font-size: 14px;
    line-height: 22px;
	display: none;
}
.page-template-page_blog .etiquetas,
.archive.category .etiquetas {
    text-transform: uppercase;
    color: #808080;
    font-family: 'seravekbold';
    font-size: 14px;
    line-height: 22px;
}



/* Page 404 */
.error404 .site-inner {
    margin: 0 auto;
    max-width: 980px;
    padding-left: 26px;
    padding-right: 26px;
}
.error404 .entry-content h2, .error404 .entry-content h3, 
.error404 .entry-content ul, .error404 .entry-content form {
	display: none;
}
.error404 #genesis-sidebar-primary {
	display: none;
}
.error404 .entry {
	margin-top: 100px !important;
}


/* Paginacion */
.page-template-page_blog .page-nav .prev,
.archive.category .page-nav .prev {
	float: left;
}
.page-template-page_blog .page-nav .next,
.archive.category .page-nav .next {
	float: right;
}
.page-template-page_blog .page-nav,
.archive.category .page-nav {
	text-align: center;
	margin-bottom: 2em;
}
.page-template-page_blog .page-nav span, .page-template-page_blog .page-nav a,
.archive.category .page-nav span, .page-template-page_blog .page-nav a {
	margin-left: 5px;
	margin-right: 5px;  
	color: #dda800;
	text-decoration: none;
}
.page-template-page_blog .page-nav a.next, .page-template-page_blog .page-nav a.prev,
.archive.category .page-nav a.next, .page-template-page_blog .page-nav a.prev {
	text-decoration: none;
}
.page-template-page_blog .page-nav span,
.archive.category .page-nav span {
	text-decoration: none;
	color: black;
}



.single-post .one-third li {
	width: 100% !important;
}




/* Banner superior blog*/
.page-template-page_blog .bannersuperior,
.archive.category .bannersuperior {
    position: absolute;
    width: 100%;
    height: 299px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.page-template-page_blog .tituloppal h2,
.archive.category .tituloppal h2 {
    margin: 0px;
    color: #ffffff;
}
.page-template-page_blog span.ppalnegro,
.archive.category span.ppalnegro {
    color: black !important;
    font-family: 'seravekbold';
    font-size: 18px !important;
    line-height: 24px !important;
    top: -4px;
    position: relative;
}
.page-template-page_blog .tituloppal,
.archive.category .tituloppal {
    background: #f5c000;
    height: auto;
}
.page-template-page_blog .tituloppal .wrap,
.archive.category .tituloppal .wrap {
	max-width: 980px;
	padding-left: 26px;
	padding-right: 26px;
	margin: 0 auto;
}


/* Marzo 2019 - Nuevos colores */
.noticia-destacada .date span {
	color: #23282e !important;
}
#franja-ult-noticias {
    /* background-color: #f5c000 !important; */
    background-color: #77c7c7 !important;
}
.page-template-page_home #masnoticias {
    background-color: #df21cf !important;
}

/* Marzo 2019 -  Nueva estructura en el blog */
.noticias .wrap select {
	width: 100%;
	max-width: 200px;
}
.noticias .imagen-noticias img {
	width: 100%;
}


/* Inscripciones */
#field_1_55 label, #field_1_49 label, #field_1_61 label, #field_1_66 label {
	color: #efba00 !important;
}
#field_1_55 li label, #field_1_49 li label, #field_1_61 li label, #field_1_66 li label  {
	color: white !important;
}



/* Formulario Julio */
.tipo-campus label {
	color: #efba00 !important;
}
.tipo-campus ul label {
	color: white !important;
}
.tipo-campus li, .tipo-campus label.gfield_label, .tipo-campus div.ginput_container {
	width: 100% !important;
	display: block !important;
}
.tipo-campus li label {
	width: auto !important;
}
li.tipo-campus {
	vertical-align: top;
}
li.izquierda-semanas {
	width: 100% !important;
}
li.izquierda-semanas label.gfield_label {
	display: block !important;
}
li.izquierda-semanas ul, li.izquierda-semanas ul li {
	display: block !important;
	width: 100% !important;
}
#field_2_54 label.gfield_label {
	display: block !important;
	width: 100% !important;
}
#field_2_54 label {
	width: 100% !important;
}
#field_2_54 div {
	width: 100%;
}
#field_2_72 label.gfield_label {
	display: block !important;
	width: 100% !important;
}
#field_2_72 label {
	width: 100% !important;
}
#field_2_72 div {
	width: 100%;
}

#field_2_55 label, #field_2_49 label, #field_2_67 label, #field_2_68 label, #field_2_54 label, #field_2_72 label {
	color: #efba00 !important;
}
#field_2_55 li label, #field_2_49 li label, #field_2_67 li label, #field_2_68 li label, #field_2_54 li label, #field_2_72 li label {
	color: white !important;
}

#field_2_34 div,
#field_2_34 label,
#field_2_49 div,
#field_2_49 label,
#field_2_42 div,
#field_2_42 label,
#field_2_44 div,
#field_2_44 label,
#field_2_51 div,
#field_2_51 label,
#field_2_55 div,
#field_2_55 label,
#field_2_67 div,
#field_2_67 label,
#field_2_68 div,
#field_2_68 label  {
    display: block !important;
    width: 100% !important;
}

#field_2_31 label, #field_2_33 label {
	width: 15% !important;
}
#field_2_31 div, #field_2_33 div {
	width: 85% !important;
}
#field_2_34 div, #field_2_34 label,
#field_2_49 div, #field_2_49 label,
#field_2_42 div, #field_2_42 label,
#field_2_44 div, #field_2_44 label,
#field_2_51 div, #field_2_51 label,
#field_2_55 div, #field_2_55 label,
#field_2_67 div, #field_2_67 label,
#field_2_68 div, #field_2_68 label {
	display: block !important;
	width: 100% !important;
}
li#field_2_42 {
	width: 100% !important;
}

#field_2_49 li label, #field_2_42 li label, #field_2_44 li label, #field_2_51 li label, #field_2_55 li label, #field_2_67 li label, #field_2_68 li label {
    display: inline-block !important;
}


/* Icono alerta formulario */
.icono-alerta {
	max-height: 20px;
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.contenido-alerta {
	display: none;
    position: absolute;
    width: auto;
    height: auto;
    padding: 26px;
    background: white;
    border-radius: 20px;
    margin-top: -820px;
}
.contenedor-alerta {
	color: #efba00;
	position: relative;
	top: -90px;
}
.img-alerta {
	max-width: 800px;
	width: 100%;
}
div.col-foto {
	height: 316px !important;
	overflow-y: hidden !important;
}

/* Estilo página de pagos */
.page-template-page_realizar_pago .site-inner {
	margin: 0 auto;
	max-width: 980px;
	padding: 0px 26px;
	width: 100%;
}
#pie-formulario p {
    font-size: 20px;
    line-height: 32px;
    /*color: #efba00;*/
    color: white;
    font-family: 'seravekregular' !important;
}
/*
#field_1_56 div {
	width: 100% !important;
}
#field_1_56 .contenido-alerta{
	display: none;
}*/


/* Crokis jun 2020 - Quitar banner acequia */
#pie .banner-prefooter {
	display: none !important;
}


/* Crokis 2021 - Nuevo campus */

.btn-galeria-home {
	font-family: 'seravekbold';
	font-size: 20px;
	line-height: 24px;
	color: white;
	margin-bottom: 20px;
	background-color: #f5c000 !important;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 15px;
	padding: 5px 30px;
	text-align: center;
}
.post-1892 .entry-header h1{
	font-family: 'seravekbold';
	font-size: 20px;
	line-height: 24px;
	color: #f5c000;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.post-1892 .galleryid-1892 figure:nth-child(36) img.attachment-thumbnail.size-thumbnail,
.post-1892 .galleryid-1892 figure:nth-child(37) img.attachment-thumbnail.size-thumbnail,
.post-1892 .galleryid-1892 figure:nth-child(38) img.attachment-thumbnail.size-thumbnail {
	max-height: 103px !important;
	object-fit: contain !important;
	width: 97% !important;
}


#label_1_49_6, .gchoice.gchoice_1_49_6 {
	display: none !important;
}
/* Media Queries
---------------------------------------------------------------------------------------------------- */

/* Botones Junio y Julio
---------------------------------------------------------------------------------------------------- */
.botones-form {
	margin: auto;
	max-width: 380px;
	text-align: center;
}

.botones-form button{
	width: 150px;
	display: inline-block;
	margin: 10px 20px;
    background-color: #efba00;
    border-radius: 13px;
	font-family: 'seravekbold';
}

.botones-form #atras{
	display: none;
	max-width: 60px;
	padding: 10px 0;
	padding-top: 14px;
}

.botones-form #atras img{
	max-width: 30px;
	margin-top: -6px;
}


@media only screen and (min-width: 980px) {
	/* 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;
	}

	/* 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:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {
		background-color: #0073e5;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-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 .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;
	}


	/* Page noticia - movil */
	.single-post .entry {
		margin-left: 26px;
		margin-right: 26px;
	}
	/*.single-post .rel_posts li:nth-child(n) {
		width: 47.5% !important;
		float: left;
	}
	.single-post .rel_posts li:nth-child(2n) {
		width: 47.5% !important;
		margin-left: 5% !important;
		float: left;
	}*/
	.single-post .rel_posts li {
		width: 100% !important;
	}


	.single-post .one-third li {
		width: 100% !important;
	}
	.single-post .rel_posts li {
		width: 100% !important;
	}


	
	
}



@media only screen and (max-width: 980px) {
	/* Slider blog noticias */
	/*#franja-ult-noticias .slick-track {
		max-width: 100% !important;
	}*/

	#franja-ult-noticias button.slick-next {
		float: right !important;
		margin: 0px !important;
		right: 0px !important;
	}
	#franja-ult-noticias button.slick-prev {
		float: left !important;
		margin: 0px !important;
		left: 0px !important;
	}


	/* Sección Noticias single-post */
	.single-post .entry {
	    max-width: 980px;
	    width: 100%;
	    padding-left: 26px;
	    padding-right: 26px;
	    margin: 0 auto;
	    margin-top: 0px;
	}

	#pie-formulario ul.precios-especiales {
		height: 450px;
	}
}

@media only screen and (max-width: 880px) {
	#pie-formulario ul.precios-especiales {
		height: 550px;
	}
}

@media only screen and (max-width: 880px) {
	#pie-formulario ul.precios-especiales {
		height: unset;
	}

	#pie-formulario ul.precios-especiales li {
		width: calc(100% - 50px);
	}
}

@media only screen and (max-width: 750px) {
	.page-template-page_blog .unaentrada-imagen {
		width: 100%;
		float: left;
	}
	.page-template-page_blog .unaentrada-parte-der {
		float: left;
		width: 100%;
		margin-left: 0px;
	}
	.page-template-page_blog .excerpt {
		margin-bottom: 40px;
	}

	/* banner blog */
	.page-template-page_blog .entry {
	    margin-top: 0px; 
	}
	.page-template-page_blog .bannersuperior {
	    height: 180px;
	}
}



@media only screen and (max-width: 650px) {
	#instagram-movil {
	    display: block;
	}
	#instagram-web {
		display: none;
	}


	/* Page noticia - movil */
	.single-post .rel_posts li:nth-child(n) {
		width: 100% !important;
		float: left;
		margin-left: 0px !important;
	}


	/* Crokis 21marzo */
	#franja-inscripcion .gform_button, #franja-inscripcion .gform_button:hover {
		position: relative;
		top: 200px;
	}
	.contenido-alerta {
	    margin-top: -630px;
	}
}



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

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

	.site-header {
		width: 100%;
		z-index: 9999;
	}

	

	/* 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;
	}

	.full-width-content .content,
	.landing-page .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;
	}

	

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

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

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

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

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: 33.33%; /* fallback for older browsers */
		width: calc(100% / 3);
	}



	/* Home Slider
	--------------------------------------------- */
	.page-template-page_home #containerslidehome .slick-slide img {
		height: auto !important;
	}
	.slider-home-movil {
		display: block; 
	}
	.slider-home-web {
		display: none;
	}
	/* Slider */
	.page-template-page_home #containerslidehome .slick-prev {
	    margin-left: -50% !important;
	}
	#containerslidehome .slick-next {
	    margin-right: -50% !important;
	}


	/* Cabecera
	--------------------------------------------- */
	/*.escudo-header {
		max-width: 50px !important;
		z-index: 100;
	}*/


	/* Menú responsive */
	.nav-primary {
		background-color: white;
		color: black;
		margin-top: 0px !important;
		/*position: absolute;
		right: 52px !important;
		width: 200px !important;
		top: 127px;*/
		position: absolute;
		right: 26px !important;
		width: 200px !important;
		top: 72px;
	}
	#contenedor-menu-superior {
	    width: 100%;
	    height: auto;
	    float: none;
	    position: absolute;
	    top: 75px;
	}
	#elementos-rrss {
		margin-right: 0px !important;
	}

	.genesis-nav-menu .menu-item {
	    display: block !important;
	}
	#menu-mainmenu li a span {
	    color: black;
	    text-transform: uppercase;
	    font-size: 16px;
	    line-height: 19px;
	    font-family: 'seravekbold';
	}
	#genesis-mobile-nav-primary {
	    width: 42px;
	    height: 42px;
	    background-color: #f5c002;
	    padding: 0px;
	    padding-left: 11px;

	    margin-right: 0px;
		top: 20px;
		position: absolute;
		right: 26px;
	}


	/* Seccion info */
	.seccion-info .one-third {
		width: 31.623931623931625%;
		margin-left: 2.564102564102564%;
		float: left;
	}
	.seccion-info .one-third.first {
		margin-left: 0px;
	}


	/* Redes sociales */
	.page-template-page_home #contenedor-rrss .one-third {
	    float: left;
		margin-left: 2.564102564102564%;
	    width: 31.623931623931625% !important;
	}
	.page-template-page_home #contenedor-rrss .one-third.first {
	    margin-left: 0px;
	}


	/* Seccion sedes */
	.page-template-page_home .sedes .one-third {
	    float: left;
		margin-left: 2.564102564102564%;
	    width: 31.623931623931625% !important;
	}
	.page-template-page_home .sedes .one-third.first {
	    margin-left: 0px;
	}


	/* vídeos */
	#aptdo-tv .one-half {
	    width: 48.717948717948715% !important;
	    float: left;
	    margin-left: 2.564102564102564% !important;
	}
	#aptdo-tv .one-half.first {
	    margin-left: 0px !important;
	}

	.title-area {
	    float: left;
	    padding-bottom: 0px;
	    padding-top: 0px;
	    max-width: 100%;
	    position: relative;
	    width: 100%;
	}

	/* Patrocinador */
	#franja-patrocinador .one-third {
		float: left;
		margin-left: 2.564102564102564%;
	    width: 31.623931623931625% !important;
	}
	#franja-patrocinador .one-third.first {
		margin-left: 0px;
	}

	/* Redes sociales */
	#imgIzq {
		margin-bottom: 20px !important;
	}
	#imgDer {
		float: none !important;
	}

	/* Formulario */
	.seccion-inscripcion #field_1_4 {
		overflow-x: hidden;
	}

	/* Home - Mas noticias */

	.page-template-page_home #masnoticias .out-noticia-home {
		height: auto;
		overflow: hidden;
	}	
	.page-template-page_home #masnoticias .one-third {
		width: 31.623931623931625%;
		float: left;
		margin-left: 2.564102564102564%;
	}
	.page-template-page_home #masnoticias .one-third.first {	
		margin-left: 0px;
	}	
}

@media only screen and (max-width: 970px) {
	#franja-sedes .item-sede {
		margin: 60px 0;
	}
}
@media only screen and (max-width: 650px) {
	.derecha, .izquierda {
		width: 100% !important;
	}
	#field_1_3 label, #field_1_3 div {
		width: 100% !important;
		display: block !important;
	}


	/* galeria */
	#galeria-fotos .multiple-items.slick-initialized.slick-slider {
	    height: 180px;
	    overflow: hidden;
	}

	/* RRSS */
	.page-template-page_home #contenedor-rrss .one-third {
		width: 100% !important;
		margin-left: 0px !important;
	}


	/* Escudo */
	.escudo-header {
	    position: absolute !important;
	    margin-top: 10px !important;
	    max-width: 180px;
	    width: 100% !important;
	    height: auto !important;
	}

	#elementos-rrss li:nth-child(1) {
		display: block !important;
	}	
	#elementos-rrss li:nth-child(2), #elementos-rrss li:nth-child(3),
	#elementos-rrss li:nth-child(4), #elementos-rrss li:nth-child(5) {
		display: inline-block !important;
	}

	/* Home - Mas noticias */
	
	.page-template-page_home #masnoticias .one-third {
		width: 100%;
		margin-left: 0;
	}
	.page-template-page_home #masnoticias .one-third.first {	
		margin-left: 0px;
	}	
	.page-template-page_home #masnoticias .out-noticia-home {
		height: auto;
		overflow: hidden;
	}		
	
	#franja-sedes .item-sede {
		padding: 0;
	}
}

@media only screen and (max-width: 500px) {
	/* Cabecera
	--------------------------------------------- */
	/*.escudo-header {
		position: relative !important;
		margin-top: 26px !important;
		margin-bottom: 5px !important;
	}
*/

	/* Seccion info */
	.seccion-info .one-third {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 20px;
	}


	/* vídeos */
	#aptdo-tv .one-half {
	    width: 100% !important;
	    float: left;
	    margin-left: 0px !important;
	}


	/* Seccion sedes */
	.page-template-page_home .sedes .one-third {
	    float: left;
		margin-left: 0px;
	    width: 100% !important;
		margin-bottom: 50px;
	}

	/* Formulario Inscripcion */
	#franja-inscripcion li label, #franja-inscripcion li div {
		width: 100% !important;
		/* display: block !important; */
		display: inline-block !important;
	}
	#franja-inscripcion .gform_button, #franja-inscripcion .gform_button:hover {
		width: 100% !important;
		max-width: 100%; 
    }
    #input_1_42 label, #input_1_44 label {
    	display: inline-block !important;
    }


    /* Patrocinadores pie */
    .site-prefooter .wrap .one-fifth, .site-prefooter .wrap .one-fifth.first {
	    width: 90%;
	    padding: 10px 0;
	    border-bottom: 1px solid #ffffff;
	    border-left: none;
	    border-right: none;
	}
	.site-prefooter .wrap .one-fifth {
	    display: inline-block;
	    margin: 0px;
	    border-right: none !important;
	}


	/* Patrocinadores */
	#franja-patrocinador .one-third {
		width: 100% !important;
	}

	/* Home - Mas noticias */	

    .page-template-page_home #masnoticias .out-noticia-home {
		height: auto;
		overflow: hidden;
	}	

	/* Crokis 21marzo */
	#franja-inscripcion .gform_button, #franja-inscripcion .gform_button:hover {
		position: relative;
		top: 250px;
	}	
}


@media only screen and (max-width: 400px) {
	/* Crokis 21marzo */
	#franja-inscripcion .gform_button, #franja-inscripcion .gform_button:hover {
		position: relative;
		top: 300px;
	}
}




/* 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;
		top: -100px;
	}

	.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;
	}

}

form#gform_3 div.gform_body ul#gform_fields_3 li div.gfield_description,
form#gform_3 div.gform_body ul#gform_fields_3 li div.ginput_container{
	display: block !important;
}