/* @override 
	https://www.anefs.es/wp-content/themes/anefs/style.css?ver=2.1.1 */

/*
	Theme Name: ANEFS
	Theme URI: http://my.studiopress.com/themes/enterprise/
	Description: Adaptación theme a medida para ANEFS
	Author: Albert Calzada
	Author URI: http://www.communikt.com/
	
	Version: 2.1.1
	
	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1

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

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

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


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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

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

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* 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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	background-color: #fff;
	color: #646464;
	font-family: 'Lato', sans-serif !important;
	font-weight: 300;
	line-height: 1.4;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #1a3c8a;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;

	/*line-height: 1.4em;*/
	color: #646464 ;
	font-size: 15px;
}

strong {
	font-weight: 700;
}

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

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	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 .gallery-item img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ececec;
	/*border-radius: 3px;*/
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
	color: #aaa;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	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: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
	background-color: #31b2ed;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
	background-color: #333;
	color: #fff;
}

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

.button {
	display: inline-block;
}

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 700;
	text-transform: uppercase;
}


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

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1150px;

}

.enterprise-pro-landing .wrap {
	max-width: 800px;
}

.site-inner {
	/*background-color: #f5f5f5;*/
	border-top: 1px solid #ececec;
	clear: both;
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

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


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

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

.avatar {
	float: left;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 10px;
	font-size: 13px;
	/*padding-left: 20px;*/
	margin-top: -25px;
}

.archive-description,
.author-box {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 8px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.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-title {
	font-size: 20px;
}

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

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

.entry-title a:hover {
	color: #31b2ed;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
	border-bottom: 1px solid rgba(83, 107, 158, 0.33);
	font-size: 16px;
	margin: 0 0 20px;
	padding: 0 0 20px;
}


.home-bottom .widget-title,
.sidebar .widget-title {
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

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

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

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

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

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

.gallery-caption {
	margin: 0 0 10px;
}


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

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

.widget li {
	/*border-bottom: 1px dotted #ececec;*/
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
	border-bottom-width: 0;
	padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry {
	background: none;
	border: none;
	/*border-bottom: 1px solid #ececec;*/
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.featured-content .entry-header {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry-title {
	font-size: 20px;
	margin: 0;
}

.featured-content .entry-content {
	padding: 40px;
}

.featured-content .alignnone {
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
	margin-bottom: 0;
}
	
.featured-content img {
	margin-bottom: -7px;
}

.featured-content .more-link {
	display: block;
	font-weight: 700;
	margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 40px;
}

.footer-widgets  .featured-content .alignnone {
	margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
	background: none;
	border: none;
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
	border: none;
	padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
	padding: 0;
}


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

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

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

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

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

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
	margin: 0;
}

.site-container #genesis-responsive-slider {
	border-width: 0;
	padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
	float: none;
	text-align: center;
}

.site-container #genesis-responsive-slider li {
	border-width: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	min-height: 130px;
/*	position: fixed;
	width: 100%;*/
}

.site-header .wrap {
	padding: 15px 0 0;
}
section.pdescription_site span {
color: #ffffff;
font-size: 12px;
	display: inline-block;
	padding-top: 8px;
}
section.pdescription_site h1 {
color: #ffffff;
font-size: 12px ;
	display: inline-block !important;
	font-weight: 300 !important;
	font-style: normal !important;
	margin-bottom: 0;
	padding-top: 8px;
}

div.utility-bar-left {
	float: left;
}

section.widget.simple-social-icons {
	margin-bottom: 0;
}

section.pdescription_site {
	margin-bottom: 0;
	height: 30px;
}

div.utility-bar {
	background-color: #283748;
}

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

.title-area {
	padding: 0 0 4px;
	width: 320px;
	float: left;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}


.site-title {
	color: #31b2ed;
	/*background: url(https://www.anefs.es/wp-content/uploads/2016/12/logo-anefs-web.jpg) no-repeat;*/
	background-size: 90px;
	/*width: 120px;*/
	height: 90px;
}

.header-image .site-title > a {
	background-position: 0 !important;
	background-size: auto 90px !important;
	background-repeat: no-repeat !important;
	float: left;
	min-height: 90px;
	width: 100%;
}

.site-description {
	color: #aaa;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
	display: none;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
	border: none;
	margin: 0;
	padding: 0;
}


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

.genesis-nav-menu {
	clear: both;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu a {
	color: #333;
	text-transform: uppercase;
}

#menu-menu-dreta-top a {
color: #333;
text-transform: uppercase;
	background-color: #4b6ba9;
	color: #ffffff;
	padding: 10px 15px;
	font-size: 13px;
}

section.menu-top-dreta {
	width: 100%;
	float: left;
}

.menu-menu-dreta  {
	width: 100% !important;
}

ul#menu-menu-dreta-top li {
	float: right;
	margin-right: 3px;
}

#menu-menu-dreta-top a:hover {
	background-color: rgba(74, 106, 169, 0.71);
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 20px 24px;
}

.postid-746.single-format-standard.et_bloom.custom-header.header-image.content-sidebar.anefs {
	
}

.genesis-nav-menu a:hover,
ul.sub-menu li.current-menu-item a, li.current-page-ancestor.current-menu-ancestor.current-menu-parent.current-page-parent.current_page_parent.current_page_ancestor > a ,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover, body.historia_futsal-template-default.single.single-historia_futsal li.elareasocios > a, body.historia_futsal-template-default.single.single-historia_futsal ul.sub-menu > li.leshistoriesfutsal a, body.entrevistas-template-default.single.single-entrevistas ul.sub-menu > li.lesentrevistes a, body.entrevistas-template-default.single.single-entrevistas li.elareasocios > a{
	color: #283748;
	background-color: #ffffff;
}

 
.genesis-nav-menu .sub-menu {
	border-top: 1px solid #ececec;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f8f8f8;
	border: 1px solid #ececec;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 16px 24px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
	font-size: 12px;
	padding: 12px 20px;
}

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

.site-header .widget_nav_menu {
	color: #333;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #283748;
/*	position: fixed;
	width: 100%;*/
}

.nav-primary,
.nav-primary a {
	color: #fff;
}

.nav-primary .sub-menu {
	border-color: #222;
}

.nav-primary .sub-menu a {
	background-color: #333;
	border-color: #222;
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 6px 20px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #31b2ed;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


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

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

.home-top {
	border-top: 1px solid #ececec;
}

.home-top .widget:first-child h4 {
	padding-top: 20px;
}

.home-top .entry {
	background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
	margin-bottom: 0;
}

.home-top a.alignleft, 
.home-top a.alignright {
	width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-top .featured-content .entry-header {
	border: none;
	padding: 10% 40px 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-top .featured-content .entry-content {
	padding: 0 40px;
}

.home-top .more-link {
	display: table;
	text-align: center;
}

.home-bottom .widget {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	float: left;
	margin-left: 2.564102564102564%;
	padding: 40px;
	width: 31.623931623931625%;
}

.home-bottom .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	/*border: 1px solid #ececec;*/
	/*box-shadow: 0 1px #ececec;*/
	padding: 20px;
	margin-bottom: 40px;
}

.entry-header {
	/*border-bottom: 1px solid #ececec;*/
	/*margin: -40px -40px 10px;*/
	padding: 20px 40px 40px 0;
}

.pagina_de_inicio header.entry-header {
	display: none;
}

div.widget.widget_featured-post.featured-content header.entry-header  {
	display: block;
	padding: 0;
}

div.widget.widget_featured-post.featured-content div.entry-content {
	padding: 0;
	font-size: 13px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

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

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

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



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

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

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

p.entry-meta {
	color: #aaa;
	font-size: 13px;
	margin-bottom: 0;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin: 10px 0 0;
}

.entry-footer {
	margin-top: 22px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ececec;
	margin: 0 -40px;
	padding: 40px 40px 0;
}

.entry-tags {
	float: right;
}

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

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

.after-entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.after-entry .widget {
	margin: 0;
	padding: 40px;
}

.after-entry .widget-title {
	border-top: 1px solid #ececec;
	margin: -40px -40px 30px;
	padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
	border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
	border-bottom: none;
}

.after-entry .featured-content .more-from-category {
	padding: 20px 40px;
}

.after-entry li {
	list-style-type: none;
}

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

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

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

.entry-pagination.pagination {
	margin: 0 0 10px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.comment-respond h3 {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 40px;
}

.comment-content {
	clear: both;
}

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

.comment-list li li {
	padding-right: 0;
}

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

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
	color: #aaa;
	font-size: 13px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
	color: #31b2ed;
}

.ping-list li {
	padding: 40px 40px 16px;
}

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

.comment-reply-link {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;
}


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

.footer-widgets {
	background-color: #f0f2f3;
	border-top: 1px solid #ececec;
	clear: both;
	padding-top: 40px;
}

.footer-widgets div.footer-widgets-1.widget-area {
	    background: url(https://www.anefs.es/content/marca_agua_footer.png) no-repeat right 7px transparent;
	
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets li {
	list-style: none !important;
	border-bottom: 0px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	font-size: 12px;
}

div.menu-footer-widgets.panel-widget-style h3.widget-title {
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.textwidget ul {
	margin-left: 0;
	margin-bottom: 10px;
}

div.seccion-patrocinadores div.widget_sow-image {
	margin-bottom: 0 !important;
}
div.seccion-patrocinadores div.widget_sow-image:hover {
	opacity: 1;
	-moz-box-shadow: 0 0 25px #8192ba;
	box-shadow: 0 0 25px #8192ba;
}
div.seccion-patrocinadores div.widget_sow-image img {
	max-height: 72px;
}

div.logo-tabla-colaboradores.anches.panel-widget-style img {
	padding: 12px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100% !important;
	margin-right: 0 !important;
}

/*.footer-widgets-1 {
	margin-right: 60px;
}*/

/*.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}*/
/*
.footer-widgets-3 {
	float: right;
}*/


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

.site-footer {
background: #264665; /* Old browsers */
background: -moz-linear-gradient(top,  #264665 0%, #1f3749 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#264665), color-stop(100%,#1f3749)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #264665 0%,#1f3749 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #264665 0%,#1f3749 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #264665 0%,#1f3749 100%); /* IE10+ */
background: linear-gradient(to bottom,  #264665 0%,#1f3749 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264665', endColorstr='#1f3749',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #ececec;
	color: #e3e3e3;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #31b2ed;
}

.site-footer p {
	margin-bottom: 0;
	font-size: 13px;
	color: #d3d1d1;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Enterprise Pro Black
--------------------------------------------- */

.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
	color: #aaa;
}

.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
	color: #333;
}

.enterprise-pro-black .nav-primary a {
	color: #fff;
}

.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
	background-color: #333;
	color: #fff;
}

.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
	background-color: #aaa;
	color: #fff;
}

/* Enterprise Pro Green
--------------------------------------------- */

.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
	color: #2bc876;
}

.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
	color: #aaa;
}

.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
	color: #333;
}

.enterprise-pro-green .nav-primary a {
	color: #fff;
}

.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
	background-color: #2bc876;
	color: #fff;
}

.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
	color: #ff6f00;
}

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
	color: #aaa;
}

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
	color: #333;
}

.enterprise-pro-orange .nav-primary a {
	color: #fff;
}

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
	background-color: #ff6f00;
	color: #fff;
}

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Red
--------------------------------------------- */

.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
	color: #ff473a;
}

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
	color: #aaa;
}

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
	color: #333;
}

.enterprise-pro-red .nav-primary a {
	color: #fff;
}

.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
	background-color: #ff473a;
	color: #fff;
}

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Teal
--------------------------------------------- */

.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
	color: #34bfba;
}

.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
	color: #aaa;
}

.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
	color: #333;
}

.enterprise-pro-teal .nav-primary a {
	color: #fff;
}

.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
	background-color: #34bfba;
	color: #fff;
}

.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

.info-permanent {
	margin-top: 9px;
	margin-bottom: 9px !important;
	font-weight: bold;
	line-height: 1.5em;
}

#simple-social-icons-2 div.widget-1.widget-primero.widget-último.widget-impar.widget-wrap ul.aligncenter li {
	margin-bottom: 0px !important;	
}
.simple-social-icons ul.aligncenter {
	text-align: right !important;
}


.default-theme.wp-posts-carousel .wp-posts-carousel-categories:after { content: ""; border-width: 6px 6px 6px 0px; border-style: solid; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-color: #892026 transparent transparent; position: absolute; right: 0px; bottom: -12px; }
.default-theme.wp-posts-carousel .wp-posts-carousel-categories:before { content: ""; border-width: 14px 2px 13px 14px !important; border-style: solid; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-color: #D23D46 #D23D46 #D23D46 transparent; position: absolute; top: 0px; left: -14px; }

.default-theme.wp-posts-carousel .wp-posts-carousel-categories { position: absolute; top: 10px; right: -3px; background: none repeat scroll 0% 0% #D23D46; padding: 3px 12px 2px 8px; font-size: 13px; color: #FFF; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25); }

div.carusel-formacion.panel-widget-style .default-theme.wp-posts-carousel .wp-posts-carousel-categories, p.wp-posts-carousel-categories.area-formacion-noticias {
	background-color: #405f9c !important;
	font-weight: bold !important;
}

div.carusel-formacion.panel-widget-style .default-theme.wp-posts-carousel .wp-posts-carousel-categories:before, p.wp-posts-carousel-categories.area-formacion-noticias:before {border-color: #405f9c #405f9c #405f9c transparent !important; }



div.carusel-aratecnica.panel-widget-style .default-theme.wp-posts-carousel .wp-posts-carousel-categories, p.wp-posts-carousel-categories.area-tecnica-noticias {
	background-color: #687fb0 !important;
	font-weight: bold !important;
}

div.carusel-aratecnica.panel-widget-style  .default-theme.wp-posts-carousel .wp-posts-carousel-categories:before, .default-theme.wp-posts-carousel .wp-posts-carousel-categories.area-tecnica-noticias:before {border-color: #687fb0 #687fb0 #687fb0 transparent !important; }



div.carusel-newsasnefs.panel-widget-style .default-theme.wp-posts-carousel .wp-posts-carousel-categories, p.wp-posts-carousel-categories.anefs-noticias {
	background-color: #7b8289 !important;
	font-weight: bold;
}

div.carusel-newsasnefs.panel-widget-style .default-theme.wp-posts-carousel .wp-posts-carousel-categories:before, p.wp-posts-carousel-categories.anefs-noticias:before {border-color: #7b8289 #7b8289 #7b8289 transparent !important; }


.filafonsnewshome h3.widget-title {
	margin-bottom: 0 !important;
}
a.wp-posts-carousel-more-button.button {
	padding: 5px 15px !important;
}

div.wp-posts-carousel-image a img {
/*max-height: 170px !important;	*/
	/*width: 100% !important;*/
	height: auto !important;
}

div.wp-posts-carousel-image {
	/*max-height: 190px;*/
	overflow: hidden;
	margin-bottom: 10px;
}


a.link_modulos_top_big {
    display: block;
    z-index: 1;
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


div.quadrat_seccio_menu h2 {
	font-weight: 300;
}

div.quadrat_seccio_menu {
	position: relative;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	max-height: ;
	height: 291px;
}
.box_bolsaTrabajo p {
	margin-bottom: 15px;
}
.box_bolsaTrabajo p, .box_bolsaTrabajo h3 {
		color: rgb(0, 40, 72) !important;;
}

.box_bolsaTrabajo:hover p, .box_bolsaTrabajo:hover h3 {
		color: #fff !important;
}

.box_bolsaTrabajo {
	position: relative;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	max-height: ;
	/*height: 291px;*/
	/*border: 2px solid #747474;*/
	background-color: rgb(152, 153, 152);

}
.box_bolsaTrabajo:hover {
	background-color: rgb(0, 40, 72) !important;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
	color: #ffffff !important;
}
div.quadrat_seccio_menu:hover {
	background-color: rgba(0, 39, 72, 0.44) !important;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
div.quadrat_seccio_menu.dins_area_laboral:hover {
	background-color: rgba(0, 39, 72, 0.44) !important;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: inherit;
}
div.quadrat_seccio_menu p {
	font-size: 13px;
	/*margin-bottom: 0;*/
}
div.quadrat_seccio_menu:hover p, div.quadrat_seccio_menu:hover h2 {
	color: #ffffff;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*.youtube_channel.responsive .ytc_video_container{width:30% !important;
float: left;

}*/

div.ytc_video_container.ar16_9 {
	width: 30% !important;
	float: left;
max-width: 32% !important;
	margin-right: inherit;
	margin-bottom: 25px;
}

h3.ytc_title.ytc_title_above {
	font-size: 15px;
	height: 40px;
	overflow: hidden;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin-bottom: 0;
/*	background-color: #7b8289;
	color: #fff;*/

}


div.ytc_video_container.ar16_9:nth-of-type(1n) {
	margin-right: 2% !important;
}
div.ytc_video_container.ar16_9:nth-of-type(3n) {
	margin-right: 0% !important;
}
.suscri_youtube {
    height: 51px;
    background-color:  #202b39;
	text-align: right;
	color: #fff;
	padding-top: 0;
	background: url(https://www.anefs.es/content/mini-logo-youtube.png) no-repeat 0px -1px #202b39;
	margin-bottom: 20px;
}
.suscri_youtube p {
	margin: 14px 6px 14px 14px;
    color: #fff;
	float: right;
	}
	
.widget_youtube-channel {
		margin-bottom: 0 !important;
	}
	
 div.ytc_link p {
		text-align: right;
		font-weight: bold;
		margin-bottom: 5px !important;
	}
	
	.suscri_youtube a {
    margin-left: 30px;
		margin-right: 10px;
		margin-top: -6px;
		background: url(https://www.anefs.es/content/play-youtube.png) no-repeat 0 0 transparent;
	padding: 7px 15px 5px 55px;
    font-size: 11px;
    color: #fff;
	border: 1px solid;
    width: 152px;
    text-align: center;
	float: right;
	height: 37px;
}


a.wp-posts-carousel-more-button.button {
	background-color: #405f9c;
}
a.wp-posts-carousel-more-button.button:hover {
	background-color: #8d9ec4;
}

p.wp-posts-carousel-buttons {
	margin-bottom: 10px !important;
	margin-top: 10px;
}

#pg-13-6 {
	margin-bottom: 0 !important;
}

.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
	
}

div.lista-productesWooc img {
	width: 100% !important;
margin-bottom: 10px;
	margin-right: auto !important;
	margin-left: auto !important;
	clear: both !important;
	float: none !important;
	height: 100px !important;
}


div.carusel-productos_recientes div.wp-posts-carousel-container {
	background-color: rgba(255, 255, 255, 0) !important;
	border: none !important;
	shape-rendering
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

div.carusel-productos_recientes h3.wp-posts-carousel-title a, div.carusel-productos_recientes h3.wp-posts-carousel-title {
	font-size: 13px;
	text-align: left !important;
	color: #ffffff;
	font-weight: normal !important;
	font-style: normal !important;
}

div.carusel-productos_recientes div.wp-posts-carousel-image {
	height: 100px !important;
	overflow: hidden !important;
}

div.lista-productesWooc span.product-title {
	display: block;
	font-size: 13px;
}

div.lista-productesWooc ul li {
border: none;
	width: 31%;
	float: left !important;
	margin-right: 2% !important;
	border: none;
}
div.lista-productesWooc ul li:nth-child(3) {
border: none;
	width: 31%;
	float: left !important;
	margin-right: 0% !important;
}
div.lista-productesWooc h3.widget-title {
	color: #fff;
	border: none;
}

div.lista-productesWooc span.woocommerce-Price-amount.amount {
	color: #fff;
}

div.lista-productesWooc ul li a {
	color: #294d8c;
}
.tabla_suscripcion h2 {
	
    line-height: 24px !important;
    padding-bottom: 0px;
	background-color: #f5f6f7;
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}
.tabla_suscripcion {
    border: 1px solid #bbbbc4;
    background: #f6f6f7;
    margin-bottom: 30px;
}

.sensepading div.tabla_suscripcion {
	margin-bottom: 0;
}

.tabla_suscripcion h2 b {
    display: block;
    font-size: 17px;
    font-weight: normal;
	text-align: center;
}
.tabla_suscripcion h3, .tabla_suscripcion a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    line-height: 48px;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.tabla_suscripcion a.megaboton:hover {
		background: rgba(43, 54, 72, 0.8) !important;
}

.tabla_suscripcion a.megaboton, .tabla_suscripcion h3, .side_form #login-form .button, .side_form h3, .bloque_links h3 a, .rt-top-inner {
    background: #2B3748 !important;
    border-bottom: none !important;
    color: #fff;
}
.tabla_suscripcion img, .tabla_suscripcion p {
	margin-bottom: 0px !important;
}

.nobottommargen {
	margin-bottom: 0px !important;
}

span.kturl {
	font-size: 11px;
}

.logos_patricinios_y_colab div.entry-content {
	/*padding-top: 20px;*/
}

.pag_inici_home {
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: rgba(255, 255, 255, 0);
}

body.pagina_de_inicio div.site-inner {
	background: -webkit-gradient(linear, left top, left bottom, from(#edeef0), color-stop(0.462, #ffffff)) #edeef0;
	background: -webkit-linear-gradient(top, #edeef0 0%, #ffffff 46.2%) #edeef0;
	background: -moz-linear-gradient(top, #edeef0 0%, #ffffff 46.2%) #edeef0;
	background: -ms-linear-gradient(top, #edeef0 0%, #ffffff 46.2%) #edeef0;
	background: -o-linear-gradient(top, #edeef0 0%, #ffffff 46.2%) #edeef0;
	background: linear-gradient(to bottom, #edeef0 0%, #ffffff 46.2%) #edeef0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeef0', endColorstr='#ffffff',GradientType=0 ); 
	/* IE6-9 */
	padding-bottom:0;border-bottom:0;
}

article.post-13.page.type-page.status-publish.entry.pag_inici_home {
	background-color: rgba(255, 255, 255, 0);
}

div.price-info-socio {
	padding: 10px;
	background-color: #8d9ec4;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: -20px;
}
div.price-info-socio p {
	margin-bottom: 0;
}
div.price-info-socio a {
	text-decoration: underline;
	color: #ffffff;
}

#tab-additional_information h2 {
	font-size: 20px;
}

div.carusel-productos_recientes.panel-widget-style {
	margin-top: -40px;
}

div.link_more_contenidos  {
	color: #ffffff;
	background: #2B3748 !important;
	border-bottom: none !important;

	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	height: 40px;
}

div.link_more_contenidos a {
	color: #fff;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.link_more_contenidos:hover  {
	background: rgba(43, 54, 72, 0.8) !important;

}
.tabla_suscripcion a.megaboton, .tabla_suscripcion h3, .side_form #login-form .button, .side_form h3, .bloque_links h3 a, .rt-top-inner {
    background: #2B3748 !important;
    border-bottom: none !important;
    color: #fff;
}

div.bloque_ventajas_socio.panel-widget-style {
	padding: 15px 10px;
	background-color: #8193ba;

}
div.bloque_ventajas_socio.panel-widget-style p {
	margin-bottom: 0px;
	color: #ffffff;
	}
	
section.menu_personalizado_sidebar  {
	padding: 0 !important;
}

aside.sidebar.sidebar-primary.widget-area {
	margin-top: 60px;
}

div.menu_personalizado_sidebar, section.menu_personalizado_sidebar {

	/*background-color: rgba(123, 130, 137, 0.31);*/
	border: 1px solid #b2b2b2 !important;
	border-bottom-width: 0;
}
.widgt-texto_sin_padding.widget.widget_text {
	padding: 0;
}
.widgt-texto_sin_padding.widget.widget_text img {
	margin-bottom: 0;
}


div.menu_personalizado_sidebar li.current-menu-item, div.menu_personalizado_sidebar li:hover, section.menu_personalizado_sidebar li.current-menu-item, section.menu_personalizado_sidebar li:hover, body.entrevistas-template-default.single.single-entrevistas li.esentrevista, body.historia_futsal-template-default.single.single-historia_futsal li.eshistoriafutsal, body.congresos.anefs li.escongresoanefs, body.premios-anefs.anefs li.espremiosanefs, body.jornadas.anefs li.esjornadastecnicas, body.futsalpedia.anefs li.esfutsalpedia  {
	background-color: #1b3d54;
}



div.menu_personalizado_sidebar li.current-menu-item a, div.menu_personalizado_sidebar li:hover a, section.menu_personalizado_sidebar li.current-menu-item a,  section.menu_personalizado_sidebar li:hover a, body.entrevistas-template-default.single.single-entrevistas li.esentrevista a, body.historia_futsal-template-default.single.single-historia_futsal li.eshistoriafutsal a, body.congresos.anefs li.escongresoanefs a, body.premios-anefs.anefs li.espremiosanefs a, body.jornadas.anefs li.esjornadastecnicas a, body.futsalpedia.anefs li.esfutsalpedia a {
	color: #ffffff;
}
section.menu_personalizado_sidebar h4.widget-title {
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 10px 10px 20px;
	background-color: #ffffff;
	margin: 0px !important;
}

.menu_categories_woocommerce h4.widget-title.widgettitle {
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 10px 10px 20px;
	background-color: #ffffff;
	margin: 0px !important;
}
.menu_categories_woocommerce {
	

border: 1px solid #b2b2b2 !important;
border-bottom-width: 0;
	padding: 0 !important;
}



#woocommerce_product_categories-2 div.widget-1.widget-primero.widget-último.widget-impar.widget-wrap ul.product-categories li.cat-item.cat-item-28.cat-parent.current-cat-parent ul.children li.cat-item {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#woocommerce_product_categories-2 div.widget-1.widget-primero.widget-último.widget-impar.widget-wrap ul.product-categories li.cat-item.cat-item-28.cat-parent.current-cat-parent ul.children {
	margin-top: 10px;
}

#woocommerce_product_categories-2  ul.product-categories li.cat-item a {
	margin-left: 25px;

}

.sensepading {
	padding: 0 !important;
}

div.titi_show_filter.panel-widget-style {
	
}

body.archive.tax-product_cat h1.page-title  {
	margin-top: 50px;
}

.menu_categories_woocommerce ul.product-categories {
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 0;
}

body.product-template-default.single.single-product div.product.type-product {
	margin-top: 20px;
}


body.product-template-default.single.single-product aside.sidebar.sidebar-primary.widget-area {
	margin-top: 30px;
}

.menu_categories_woocommerce ul li li {
	margin-left: 0;
	background-color: #e5e5e5;
	margin-bottom: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

li.cat-item.cat-item-32, li.cat-item.cat-item-29, li.cat-item.cat-item-1430, li.cat-item.cat-item-1485, li.cat-item.cat-item-1428 {
	display: none;
}




div.menu_personalizado_sidebar h3.widget-title {
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 10px 10px 20px;
	background-color: #ffffff;
	margin-bottom: 0px;
}

div.menu_personalizado_sidebar ul, section.menu_personalizado_sidebar ul {
	margin-left: 0;
	list-style: none;
	margin-bottom: 0;
}
div.menu_personalizado_sidebar li, section.menu_personalizado_sidebar li {
	list-style: none;
	border-bottom: 1px solid #b2b2b2;
	background-color: rgba(123, 130, 136, 0.19);
	margin-bottom: 0;
	padding: 10px 20px;
	position: relative;
	height: 45px;
	margin-left: 0;
}

li.candidate-title, li.candidate-location {
	background: none !important;	
}

div.menu_personalizado_sidebar.cvcandidatos ul.resumes > li, section.menu_personalizado_sidebar.cvcandidatos ul.resumes > li {
	list-style: none;
	border-bottom: 1px solid #b2b2b2;
	background-color: rgba(123, 130, 135, 0.03);
	margin-bottom: 0;
	padding: 10px 10px 10px 20px !important;
	position: relative;
	height: inherit;
	margin-left: 0;
}

div.menu_personalizado_sidebar.cvcandidatos li a, section.menu_personalizado_sidebar.cvcandidatos li a {
	color: #0d1c5d;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	top: 0;
	left: 20px;
	width: 95%;
	padding: 5px 0 !important;
}

div.menu_personalizado_sidebar li a, section.menu_personalizado_sidebar li a {
	color: #0d1c5d;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 95%;
}

form.contacto_generico span.gfield_required {
	display: none;
}

form.contacto_generico label.gfield_label {
	/*display: none !important;*/
}
form.contacto_generico select {
	height: 40px;
	color: #594e4e;
	background-color: #e2e2e3;
}

div.contacto_generico_wrapper {
	margin-top: 0;
}

form.contacto_generico li {
	border: none;
	/*margin-top: 0;*/
}

form.contacto_generico li:nth-child(1) {
	border: none;
	margin-top: 0;
}

form#gform_1.contacto_generico input.gform_button.button:hover {
	background-color: #8d9ec4;
}

li.menos-margenTop.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible {
	margin-top: 0;
}

.gfield.menos-margenTop div.ginput_container.ginput_container_checkbox {
	margin-top: 0;
}

form.contacto_generico input.large {
	padding-left: 15px;
	height: 40px;
	color: #464444;
	border: 1px solid #585858;
}

form.contacto_generico textarea {
	border: 1px solid #585858;
	color: #464444;
}

form.contacto_generico div.gform_footer.top_label {
	margin-top: 0;
	padding: 10px 0 0;
}

form.contacto_generico input.gform_button.button {
	width: 98%;
	background-color: #546c9f;
	height: 50px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.widget_form_contacto_sidebar-dreta.panel-widget-style {
		border: 1px solid #b2b2b2;
		padding: 10px 10px 10px 20px;
		background-color: #ffffff;
		margin-bottom: 0px;
}

.to-top {
	display:inline-block;
	height: 50px;
	width: 50px;
	position:fixed;
	bottom:40px;
	right:10px;
	/*box-shadow:0 0 10px rgba(0,0,0,0.05);*/
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: url(images/to-top.svg) center 50% no-repeat rgba(64, 94, 156, 0.58);
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.6;
}

.to-top:hover {
	background-color: #7b8289;
	opacity:1;
}

div.modulo-sidebar-contacto.otros_contactos strong {
	display: block;
	padding-top: 8px;
}


div.modulo-sidebar-contacto.otros_contactos strong:nth-child(1) {
	display: block;
	padding-top: 0px;
}
/*div.widgt_junta_cargo {
	background: url(https://www.anefs.es/content/marca_agua_footer.png) 120% -100px no-repeat, linear-gradient(to right, #2c374b 0%, #8d9ec4 100%) 0 0 no-repeat;
	padding: 20px;

}*/
div.widgt_junta_cargo {
	background: linear-gradient(to right, #2c374b 0%, #8d9ec4 100%) 0 0 no-repeat;
	padding: 20px;
	position: relative;
}

div.widgt_junta_cargo::before {
	content: "";
	background: url(https://www.anefs.es/content/marca_agua_footer.png) right 0 no-repeat;
	background-size: 200px 200px;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.2;
}
div.widgt_junta_cargo h3.widget-title {
	font-size: 35px;
	border: none;
	display:table-caption;
	width: 140%;
	color: #ffffff;
	margin-bottom: 10px;
	border-bottom: 3px solid #b1b0ad;
	padding-bottom: 10px;
	line-height: 1.1em;
}

div.widgt_junta_cargo p {
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 15px;
	z-index: 999;
}

#submit-job-form fieldset label {
	color: #0e0e0e;
	font-size: 16px;
		font-family: 'Lato', sans-serif !important;
}

#submit-job-form  label small {
	font-size: 15px;
	/*font-style: italic;*/
	color: #111293;
}

li.job-type.full-time {
/*	background-color: rgba(75, 106, 167, 0.61) !important;
	color: #f8f8f8;*/
}

ul.job_types li {
	list-style: none !important;
}

div.job_application.application input.application_button.button {
	padding: 10px 15px;
	background-color: #4b6ba8;
}
div.job_application.application input.application_button.button:hover, #submit-job-form fieldset div.field.account-sign-in a.button:hover, #submit-job-form p input.button:hover {
	background-color: #515855;
}
ul.job-listing-meta.meta, ul.job-listing-meta.meta li {
	list-style: none !important;
}

#submit-job-form fieldset div.field.account-sign-in a.button, #submit-job-form p input.button {
	padding: 5px 10px;
	background-color: #4b6ba8;
}


div.field.account-sign-in {
	line-height: 1.5em;
}

div.panel-row-style-titol_bolsa_trabajo_fila.titol_bolsa_trabajo_fila p, div.panel-row-style-titol_bolsa_trabajo_fila.titol_bolsa_trabajo_fila h2 {
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
}

div.panel-row-style-titol_bolsa_trabajo_fila.titol_bolsa_trabajo_fila div#pgc-51-0-0.panel-grid-cell {
	padding-right: 0;
}

/*div.panel-row-style-titol_bolsa_trabajo_fila.titol_bolsa_trabajo_fila div.siteorigin-widget-tinymce.textwidget {
	background-color: rgba(83, 82, 82, 0.5);
}*/

div.candidate-column {
	padding-left: 0 !important;
}

a.button, input.application_button.button, form.apply_with_resume input, #submit-resume-form p input.button, #resume_preview div.resume_preview_title input.button, input#resume_preview_submit_button.button, input.resume_contact_button, form.job-manager-form p input {
	padding: 10px;
	font: 16px 'Lato', sans-serif !important;
	background-color: #4064ad;
}

.job-manager-form fieldset small.description, small{opacity:1 !important;font-size:.85em !important;margin: 1.0em 0 0 !important;}

img.candidate_photo {
	display: none !important;
}

p.location {
	padding-left: 0 !important;
}

p.job-title {
	display: none !important;
}

div.resume-aside {
	padding: 0!important;
	border: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
	min-height: inherit !important;
}

article.resume.type-resume header.entry-header  {
	padding-bottom: 15px;
}

#resume_preview div.resume_preview.single-resume h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.resume_preview.single-resume div.single-resume-content ul li, div.single-resume-content li {
	display: block;
	width: 100%;
}

div.call_to_action_patrocinios p {
	color: #ffffff;
}

span.titulo_calltoaction {
	font-size: 23px;
	display: inline-block;
	margin-right: 2%;
}

span.content_calltoaction {
	font-size: 16px;
	display: inline-block;
}



div.ow-button-base.ow-button-align-justify:hover a.boto_calltoaction {
	background-color: #ffffff !important;
	color: #494949;
}

div.bloc_area_internacional {
	background-color: rgba(75, 107, 168, 0.22);
	min-height: 245px;
}

div.bloc_area_internacional i.fa  {
	color: #4b6ba8;
}

div.ow-button-base.ow-button-align-justify:hover a.boto_calltoaction span {
	color: #494949 !important;
}

.fila_area_internacional_3blocs {
	margin-bottom: 30px;
	margin-top: 80px;
}

.fila_calltoaction_areaInternational {
	margin-bottom: 60px;	
}

div.position.nouser {
	padding-left: 0 !important;
}

a.nouser {
	padding-left: 15px !important;
}

span.tagline {
	font-style: italic;
	display: inline-block;
	margin-left: 0 !important;
}
div.one-fourth.capsablog::before {
	content: "";
	background: url(https://www.anefs.es/content/marca_agua_footer.png) 150px no-repeat;
	background-size: 200px 200px;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	top: 0;
}
div.one-fourth.capsablog  {
	position: relative;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 10px;
	background-image: -webkit-linear-gradient(top, #497aae 0%, #ffffff 79.1%);
	background-image: -moz-linear-gradient(top, #497aae 0%, #ffffff 79.1%);
	background-image: -ms-linear-gradient(top, #497aae 0%, #ffffff 79.1%);
	background-image: linear-gradient(to bottom, #497aae 0%, #ffffff 79.1%);
	overflow: hidden;
	margin-right: 2%;
	-moz-box-shadow: inset 0 1px 2px #477aaf;
	box-shadow: inset 0 1px 2px #477aaf;
}
div.one-fourth.capsablog:nth-of-type(4n){
	margin-right: 0%;
}



p.nombreentrenador {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	color: #ffffff;
}

p.nombredelblog {
	font-variant: small-caps;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
}
div.lista_de_blogs .sow-features-feature {
	position: relative;
	text-align: left;
	background: -webkit-linear-gradient(top, #477bb0 0%, #e5e6e5 26.7%, #ffffff 100%) #c19f9f;
	background: -moz-linear-gradient(top, #477bb0 0%, #e5e6e5 26.7%, #ffffff 100%) #c19f9f;
	background: -ms-linear-gradient(top, #477bb0 0%, #e5e6e5 26.7%, #ffffff 100%) #c19f9f;
	background: linear-gradient(to bottom, #477bb0 0%, #e5e6e5 26.7%, #ffffff 100%) #c19f9f;
	-moz-box-shadow: 0 1px 2px black;
	box-shadow: 0 1px 2px black;
	overflow: hidden;
	min-height: 80px;
	margin-right: 15px;
	box-sizing: border-box;
}
div.lista_de_blogs .sow-features-feature:nth-child(1) {
	border-right: 0px !important;
}


div.relacio_blogs_anefs {
	margin-top: 40px;
}


div.relacio_blogs_anefs h3.widget-title {
font-size: 16px;
margin: 0 0 20px !important;
padding: 20px !important;
	text-align: center;
}

img.woo-image.thumbnail.alignleft.wp-post-image {
	display: block;
	float: none;
	text-align: center;
	width: 100%;
	margin: 0;
}

article.lesson div.sensei-message.info {
	display: none;
}

header + div.sensei-message.info {
	display: none;
}
.quiz form ol#sensei-quiz-list li .answer_message {
     right: -110px;

}

.user_wrong {
	
	display: none;
}

li#tablist1-tab1.responsive-tabs__list__item.responsive-tabs__list__item--active {
	
}

ul.responsive-tabs__list li.responsive-tabs__list__item--active {
	font-weight: bold;
	background-color: #e8e7e7;
}

section.course-meta.course-enrolment button.single_add_to_cart_button.button.alt {
	font-size: 17px;
}

div.comprar-entrada-congres.panel-widget-style li {
	min-width: 100%;
}

div.comprar-entrada-congres.panel-widget-style img {
	/*max-width: 115px;*/
	/*float: left;*/
}

div.espai_qinclou_entrada p{
	margin-bottom: 1px;
	clear: both;
}

div.panel-row-style-filavideo_entrada.siteorigin-panels-stretch.filavideo_entrada.panel-row-style {
	margin-top: 35px;
	margin-bottom: 35px;
}

div.espai_qinclou_entrada strong {
	margin-bottom: 15px;
	display: block;
}
div.espai_qinclou_entrada img {
	float: left;
	margin-right: 10px;
	width: 33px;
	height: auto;
	margin-bottom: 8px;
}
.fila_icones_activitats {
	border-top: 1px solid #4a6ba7;
}
.fila_icones_activitats p {
	/*color: #fff;*/
	font-weight: bold;
	font-size: 17px;
	color: #4a6ba6;
	text-transform: uppercase;
}

div.comprar-entrada-congres.panel-widget-style span.onsale.wc-memberships-member-discount {
	display: none;
}


.fil_amb_bordertop {
	border-top: 1px solid #000000;
	margin-top: 100px;
}

div.fons_espectacular_congreso h1 {
	font-size: 40px;
}
div.fons_espectacular_congreso p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.5em;
}
div.llistadeloincluido img {
	float: left;
	margin-right: 10px;
}
div.llistadeloincluido h4 {
margin-bottom: 30px;
}

div.llistadeloincluido p {
	clear: both;
}
/*div.llistadeloincluido {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}*/

div.single-entrevista {
	margin-bottom: 30px;
}

span.lafecha_entrevista {
	display: block;
	margin-bottom: 10px;
}

a.boto_leermas_entrev {
	background-color: #4064ad;
	color: #ffffff;
	padding: 5px 10px;
}

a.nom_entrevistat {
	font-size: 18px;
	font-weight: bold;
}
div.single-entrevista div.imatgepost img {
	width: 100%;
}

article.post-2724 #opc-product-selection table.shop_table {
	display: none;
}

/*#customer_details div.col-1 {
	/*float: left;*!/
	width: 95%;
}*/

div.woocommerce-account-fields {
	margin-bottom: 50px;
}

ul.sub-menu li.hide, .hide, .hidden {
	display: none;
}

select#additional_titulacion.select {
	min-height: 40px !important;
	height: 40px !important;	
}


form.checkout.woocommerce-checkout select {
	min-height: 30px !important;
	height: 40px !important;	
}

div.single-entrevista div.imatgepost {
	max-height: 180px;
	min-height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
}
.opc-pricing-table-product {
	position: relative;
	margin: 1.6em 0 1em -1px;
	border: 1px solid #e0e0e0;
	text-align: center !important;
	float: none !important;
}

div.opc-pricing-table-wrapper.opc_columns_1 {
	text-align: center !important;
}
.opc-pricing-table-product,
.opc_columns_4 .opc-pricing-table-product {
	width: 24%;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-bottom: 60px !important;
}

img.alignnone.wp-image-5678 {
	margin-top: -50px;
}
h3.opc-pricing-table-product-title {
	font-size: 20px;
}

div.opc-pricing-table-product-header span.subscription-details {
	font-size: 16px;
}

div.opc-pricing-table-product-header span.woocommerce-Price-amount.amount {
	font-size: 19px;
}

div.summary p.price span.woocommerce-Price-amount.amount {
	font-weight: bold;
	/*display: block;*/
	margin-top: 15px;
	font-size: 26px;
	margin-bottom: 35px;
	color: #4a4a4a;
}

li.wc_payment_method.payment_method_stripe {
	list-style: none;
}

#product-2618 div.woocommerce-product-gallery {
	width: 200px;
}

#product-2618 div.summary.entry-summary.product-item {
	width: 75%;
}
div#product-2618 div.product_meta {
	display: none;
}
div#product-2618 {
	padding: 0;
}

div#product-2618 span.onsale.wc-memberships-member-discount {
left: 130px !important;
right: inherit !important;
margin-right: -.5em;	
}
form.checkout.woocommerce-checkout select {
	min-height: 30px !important;
	height: 40px !important;
	color: #393939 !important;
}


form.elformvotaciones17 li.gfield  {
	margin-bottom: 30px;
}

body.archive li.course.type-course.entry {
	width: 50%;
	float: left;
	clear: none;
	min-height: 530px;
	margin-bottom: 0;
}

h2.sensei-category-title {
display: none;	
}


body.page-template-default.page.page-id-11935 li.course.type-course, body li.course.type-course  {
	width: 50%;
	float: left;
	clear: none;
	min-height: 530px;
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}

ul.course-container.columns-1 {
	margin: 0;
	padding: 0;
}

li.course.type-course.entry section.entry {
	margin-bottom: 0;
}

#sensei-user-courses ul.course-container li {
	list-style: none;
	padding: 0;
}


ul.sensei-course-filters, form.sensei-ordering {
	display: none;
}

p.lesson-meta span {
	margin-right: 15px;
}
article.lesson.type-lesson {
	margin-bottom: 0;
}
article.lesson.type-lesson section.entry  {
	/*display: none;*/
}

#product-2618 div.summary {
	width: 100%;
}

#product-2618 form.variations_form.cart div.single_variation_wrap div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.single_add_to_cart_button.button.alt {
	margin-top: 10px;
}

body.product-template-default.single.single-product.postid-2618 div.woocommerce-tabs.wc-tabs-wrapper {
	display: none !important;
}

h3#order_review_heading {
	margin-top: 40px;
	margin-bottom: 20px;
}

form.checkout.woocommerce-checkout {
	margin-top: 30px;
}

strong.mesmargetop {
	display: block;
	clear: both;
	padding-top: 40px;
}

#product-2618 div.summary div.woocommerce-product-details__short-description div.one-half p {
	margin-bottom: 0;
}


ol#sensei-quiz-list dl {
	display: none;
}
div.question_media_display a {
	color: #fff;
	font-weight: bold;
}
div.question_media_display {
	padding: 20px 10px;
	text-align: center;
	background-color: #4163ac;
	margin: 40px auto !important;
	width: 90%;
}

div.question_media_display:before {
    content: "\f019";
	font: 30px FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
	padding-right: 0.5em;
    position: relative;
	left: -5px;
}

div.ico_content_tecnic h3.widget-title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 0;
	border-bottom-style: none;
	padding-bottom: 5px;
}

div.ico_content_tecnic {
	border: 10px solid #918b8b;
	min-height: 180px;
}

div.ico_content_tecnic:hover {
	border: 10px solid #4064ad;
}

tr.cabecera-tablaprograma {
	background-color: #4b6ba8;
	color: #ffffff;
	font-weight: bold;
}

td.lodia {
	background-color: rgba(74, 107, 167, 0.47);
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

#panel-2728-2-0-0 div.so-widget-sow-editor.so-widget-sow-editor-base div.siteorigin-widget-tinymce.textwidget table.programaactivitats tbody td {
	padding-left: 20px;
	padding-right: 10px;
}

td.centrat.dia {
	text-align: center;
}

td.comida-cell {
	font-weight: bold;
}
#payment div.form-row.place-order div.woocommerce-info a {
	color: #ffffff;
	padding-left: 10px;
}
#payment div.form-row.place-order div.woocommerce-info {
	margin-top: 70px;
	background-color: rgba(61, 126, 190, 0.51);
	color: #ffffff;
}

tr.cabecera-tablaprograma td {
	text-align: left;
	padding-left: 5px;
}
li.woocommerce-SavedPaymentMethods-token, li.woocommerce-SavedPaymentMethods-new {
	list-style: none !important;
}


/*div.woocommerce-additional-fields {
	display: none !important;
}*/

/* Large devices (large desktops, 1200px and up) */
/*@media (min-width: 993px) {

	/* ---------------------
        WOOCOMMERCE
        --------------------- *!/
        body .woocommerce .col2-set .col-1{width:100% !important;}
        .woocommerce-billing-fields h3{margin-top:40px !important;}
        .woocommerce .col2-set, .woocommerce-page .col2-set{width:48% !important;float:left;}

h3#order_review_heading {
	margin-top: 40px;
}

#order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{float:left;width:48%;margin-left:2%;}

}*/


@media only screen and (max-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
		
	}
	#fila-logos #pgc-285-fila-logos-0, #fila-logos #pgc-285-fila-logos-1, #fila-logos #pgc-285-fila-logos-2, #fila-logos #pgc-285-fila-logos-3, #fila-logos #pgc-285-fila-logos-4, #fila-logos #pgc-285-fila-logos-5, #fila-logos #pgc-285-fila-logos-6 {
		margin-bottom: 0 !important;
	}
	div.ow-button-base.ow-button-align-left {
		text-align: center;
	}
	/*div.llistadeloincluido {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}*/


}

@media only screen and (min-width: 1024px) {
	.to-top {
		height: 50px;
		width: 50px;
		right:30px;
		bottom:30px;
	}
}



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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}

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

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

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

	.wrap {
		max-width: 768px;
	}
	
	.home-top .wrap {
		max-width: 750px;
	}

div.wp-posts-carousel-image {
	max-height: inherit;
	overflow: hidden;
	margin-bottom: 10px;
}


div.ytc_video_container.ar16_9 {
	width: 90% !important;
	float: left;
max-width: 49% !important;
	margin-right: inherit;
	margin-bottom: 20px;
	margin-left: auto !important;
}
div.ytc_video_container.ar16_9:nth-of-type(2n+1) {
	margin-right: 2% !important;
}
div.ytc_video_container.ar16_9:nth-of-type(2n+2) {
	margin-right: 0% !important;
}




	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-title {
		color: #31b2ed;
		/*background: url(https://www.anefs.es/wp-content/uploads/2016/12/logo-anefs-web.jpg) center no-repeat;*/
		background-size: 90px;
		width: 100%;
		height: 90px;
	}
	.entry {
		padding: 0px;
		/*margin-bottom: 40px;*/
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.featured-content .alignnone {
		display: block;
		text-align: center;
	}
	
	.home-top a.alignleft, 
	.home-top a.alignright {
		width: 100%;
	}
	
	.home-top .featured-content .entry-header {
		clear: both;
		padding: 40px 40px 0;
	}
	
	.home-top .featured-content .entry-content {
		padding: 0 40px 40px;
	}
	.header-image .site-title > a {
		background-position: center !important;
		background-size: auto 90px !important;
		background-repeat: no-repeat !important;
		min-height: 90px;
		width: 100%;

	}
	section.menu-top-dreta {
		width: 100%;
		text-align: center;
		margin-top: 20px;
		padding-bottom: 10px;
	}
	
	.menu-menu-dreta  {
		width: 100% !important;
	}

/*	ul#menu-menu-dreta-top li {
		margin-right: 3px;
		border: none;
		width: 32.5%;
	}
	*/

ul#menu-menu-dreta-top {
	text-align: center;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}
}

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

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

div.utility-bar-right {
	/*float: left;*/
	width: 84%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

img.alignnone.wp-image-5678 {
	margin-top: 0px;
}


div.utility-bar-left {
	float: none;
	width: 100%;
	text-align: center;
	height: 40px;
}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-top .more-link {
		display: block;
	}
	
	.home-bottom .widget {
		margin: 0 0 40px;
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		/*line-height: 1;*/
		padding: 16px 20px;
		text-transform: none;
		color: #ffffff;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.07);
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

.simple-social-icons ul.aligncenter {
	text-align: center !important;
}
section.menu-top-dreta {
		width: 100%;
		text-align: center;
		margin-top: 20px;
		padding-bottom: 10px;
	}
	
	.menu-menu-dreta  {
		width: 100% !important;
	}

	ul#menu-menu-dreta-top li {
		margin-right: 3px;
		border: none;
		width: 100%;
	}
	form#gform_1.contacto_generico input.gform_button.button {
		width: 100%;
		background-color: #546c9f;
		height: 50px;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding-top: 10px;
	}
	
	
	li.course.type-course.entry {
		width: 100% !important;
		float: left;
		clear: none;
	}
	


#fila-logos .panel-grid-cell {
		margin-bottom: 0;
	overflow: hidden !important;
}

.lo_pie_de_pag_web {
	overflow: hidden ;
}
/*
#lofooterwebanefs .panel-grid-cell {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	display: block !important;
	float: left !important;
	clear: both !important;
}
*/

.suscri_youtube {
    height: 91px;
    background-color:  #202b39;
	text-align: right;
	color: #fff;
	padding-top: 0;
	background: none no-repeat 0px -1px #202b39;
	margin-bottom: 20px;
}

.suscri_youtube a {
	margin-top: 10px;
}
.suscri_youtube p {
	margin: 14px 5px;
    color: #fff;
	text-align: left;
}

}
/* Layout 280 */ #pgc-280-0-0 , #pgc-280-0-1 , #pgc-280-0-2 , #pgc-280-0-3 , #pgc-280-0-4 { width:20%;width:calc(20% - ( 0.8 * 30px ) ) } #pl-280 .so-panel { margin-bottom:30px } #pl-280 .so-panel:last-child { margin-bottom:0px } #pg-280-0.panel-no-style, #pg-280-0.panel-has-style > .panel-row-style { -webkit-align-items:flex-start;align-items:flex-start } #pgc-280-0-0 , #pgc-280-0-1 , #pgc-280-0-2 , #pgc-280-0-3 , #pgc-280-0-4 { align-self:auto } @media (max-width:780px){ #pg-280-0.panel-no-style, #pg-280-0.panel-has-style > .panel-row-style { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-280-0 .panel-grid-cell { margin-right:0 } #pg-280-0 .panel-grid-cell { width:100% } #pgc-280-0-0 , #pgc-280-0-1 , #pgc-280-0-2 , #pgc-280-0-3 { margin-bottom:30px } #pl-280 .panel-grid-cell { padding:0 } #pl-280 .panel-grid .panel-grid-cell-empty { display:none } #pl-280 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px } #pgc-280-0-0> .panel-cell-style , #pgc-280-0-1> .panel-cell-style , #pgc-280-0-2> .panel-cell-style , #pgc-280-0-3> .panel-cell-style , #pgc-280-0-4> .panel-cell-style { width: 100% }  }

li#menu-item-7d.logout.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-7d > a {
	color: #ffffff !important;
	text-transform: uppercase;
	background-color: #d45c17 !important;
	padding: 10px 12px;
	font-size: 11px;
}
.woocommerce span.onsale{
min-height:3.236em;min-width:3.236em;padding: 10px !important;font-size: 12px !important;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:30% !important;background-color: #233749 !important;color:#fff;
	-webkit-font-smoothing:antialiased;z-index:9;
}


.et_bloom .et_bloom_optin_1 .et_bloom_form_content { background-color: #3b3b3b !important; } .et_bloom .et_bloom_optin_1 .et_bloom_form_container .et_bloom_form_header { background-color: #ffffff !important; } .et_bloom .et_bloom_optin_1 .carrot_edge .et_bloom_form_content:before { border-top-color: #ffffff !important; } .et_bloom .et_bloom_optin_1 .carrot_edge.et_bloom_form_right .et_bloom_form_content:before, .et_bloom .et_bloom_optin_1 .carrot_edge.et_bloom_form_left .et_bloom_form_content:before { border-top-color: transparent !important; border-left-color: #ffffff !important; }
						@media only screen and ( max-width: 767px ) {.et_bloom .et_bloom_optin_1 .carrot_edge.et_bloom_form_right .et_bloom_form_content:before, .et_bloom .et_bloom_optin_1 .carrot_edge.et_bloom_form_left .et_bloom_form_content:before { border-top-color: #ffffff !important; border-left-color: transparent !important; }
						}.et_bloom .et_bloom_optin_1 .et_bloom_form_content button { background-color: #8d9ec4 !important; } .et_bloom .et_bloom_optin_1 .et_bloom_form_content .et_bloom_fields i { color: #8d9ec4 !important; } .et_bloom .et_bloom_optin_1 .et_bloom_form_content .et_bloom_custom_field_radio i:before { background: #8d9ec4 !important; } .et_bloom .et_bloom_optin_1 .et_bloom_form_content button { background-color: #8d9ec4 !important; } .et_bloom .et_bloom_optin_1 .et_bloom_form_container h2, .et_bloom .et_bloom_optin_1 .et_bloom_form_container h2 span, .et_bloom .et_bloom_optin_1 .et_bloom_form_container h2 strong { font-family: "Lato", Helvetica, Arial, Lucida, sans-serif; }.et_bloom .et_bloom_optin_1 .et_bloom_form_container p, .et_bloom .et_bloom_optin_1 .et_bloom_form_container p span, .et_bloom .et_bloom_optin_1 .et_bloom_form_container p strong, .et_bloom .et_bloom_optin_1 .et_bloom_form_container form input, .et_bloom .et_bloom_optin_1 .et_bloom_form_container form button span { font-family: "Lato", Helvetica, Arial, Lucida, sans-serif; } 
				
				
				/* Layout 280 */ #pgc-280-0-0 , #pgc-280-0-1 , #pgc-280-0-2 , #pgc-280-0-3 , #pgc-280-0-4 { width:20% } #pg-280-0 .panel-grid-cell { float:left } #pl-280 .panel-grid-cell .so-panel { margin-bottom:30px } #pl-280 .panel-grid-cell .so-panel:last-child { margin-bottom:0px } #pg-280-0 { margin-left:-15px;margin-right:-15px } #pg-280-0 .panel-grid-cell { padding-left:15px;padding-right:15px } @media (max-width:780px){ #pg-280-0 .panel-grid-cell { float:none;width:auto } #pgc-280-0-0 , #pgc-280-0-1 , #pgc-280-0-2 , #pgc-280-0-3 { margin-bottom:30px } #pl-280 .panel-grid , #pl-280 .panel-grid-cell {  } #pl-280 .panel-grid .panel-grid-cell-empty { display:none } #pl-280 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } 
				

/* Layout 285 */ #pg-285-0 , #pg-285-1 , #pl-285 .panel-grid-cell .so-panel { margin-bottom:30px } #pg-285-0 .panel-grid-cell { float:none } #pgc-285-1-0 , #pgc-285-1-1 , #pgc-285-1-2 , #pgc-285-1-3 , #pgc-285-1-4 , #pgc-285-1-5 , #pgc-285-1-6 , #pgc-285-1-7 { width:12.5% } #pg-285-1 .panel-grid-cell , #pg-285-2 .panel-grid-cell { float:left } #pgc-285-2-0 { width:68.493% } #pgc-285-2-1 { width:31.507% } #pl-285 .panel-grid-cell .so-panel:last-child { margin-bottom:0px } #pg-285-0 , #pg-285-2 { margin-left:-15px;margin-right:-15px } #pg-285-0 .panel-grid-cell , #pg-285-2 .panel-grid-cell { padding-left:15px;padding-right:15px } #panel-285-1-0-0 > .panel-widget-style , #panel-285-1-0-1 > .panel-widget-style , #panel-285-1-0-2 > .panel-widget-style , #panel-285-1-1-0 > .panel-widget-style , #panel-285-1-1-1 > .panel-widget-style , #panel-285-1-2-0 > .panel-widget-style , #panel-285-1-2-1 > .panel-widget-style , #panel-285-1-3-0 > .panel-widget-style , #panel-285-1-3-1 > .panel-widget-style , #panel-285-1-4-0 > .panel-widget-style , #panel-285-1-4-1 > .panel-widget-style , #panel-285-1-5-0 > .panel-widget-style , #panel-285-1-5-1 > .panel-widget-style , #panel-285-1-6-0 > .panel-widget-style , #panel-285-1-6-1 > .panel-widget-style , #panel-285-1-7-0 > .panel-widget-style , #panel-285-1-7-1 > .panel-widget-style { padding:2% 2% 2% 2% } #panel-285-2-0-0 > .panel-widget-style { padding:0px 0px 0px 0px } #pg-285-2 > .panel-row-style { padding:10px 10px 10px 10px clear: both;
clear: both;
height: 55px;
} @media (max-width:780px){ #pg-285-0 .panel-grid-cell , #pg-285-1 .panel-grid-cell , #pg-285-2 .panel-grid-cell { float:none;width: 50%; } #pgc-285-1-0 , #pgc-285-1-1 , #pgc-285-1-2 , #pgc-285-1-3 , #pgc-285-1-4 , #pgc-285-1-5 , #pgc-285-1-6 , #pgc-285-2-0 { margin-bottom:30px } #pl-285 .panel-grid , #pl-285 .panel-grid-cell {  } #pl-285 .panel-grid .panel-grid-cell-empty { display:none } #pl-285 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px } #pg-285-2 > .panel-row-style { padding:10px 10px 10px 10px clear: both;
clear: both;
height: 85px;
} } </style>
#pgc-18805-0-0 {
    width: 100%;
    width: calc(100% - ( 0 * 30px ) );
}

				       
                /* Layout 18805 */ #pgc-18805-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-18805 #panel-18805-0-0-0 , #pl-18805 #panel-18805-1-0-0 , #pl-18805 #panel-18805-1-0-1 , #pl-18805 #panel-18805-1-0-2 , #pl-18805 #panel-18805-1-1-0 , #pl-18805 #panel-18805-1-1-1 , #pl-18805 #panel-18805-1-2-0 , #pl-18805 #panel-18805-1-2-1 , #pl-18805 #panel-18805-1-3-0 , #pl-18805 #panel-18805-1-3-1 , #pl-18805 #panel-18805-1-4-0 , #pl-18805 #panel-18805-1-4-1 , #pl-18805 #panel-18805-1-5-0 , #pl-18805 #panel-18805-1-5-1 , #pl-18805 #panel-18805-1-6-0 , #pl-18805 #panel-18805-1-6-1 , #pl-18805 #panel-18805-1-7-0 , #pl-18805 #panel-18805-1-7-1 , #pl-18805 #panel-18805-2-0-0 , #pl-18805 #panel-18805-2-1-0 {  } #pg-18805-0 , #pg-18805-1 , #pl-18805 .so-panel { margin-bottom:30px } #pgc-18805-1-0 , #pgc-18805-1-1 , #pgc-18805-1-2 , #pgc-18805-1-3 , #pgc-18805-1-4 , #pgc-18805-1-5 , #pgc-18805-1-6 , #pgc-18805-1-7 { width:12.5%;width:calc(12.5% - ( 0.875 * 0px ) ) } #pgc-18805-2-0 { width:68.4932%;width:calc(68.4932% - ( 0.31506849315068 * 30px ) ) } #pgc-18805-2-1 { width:31.5068%;width:calc(31.5068% - ( 0.68493150684932 * 30px ) ) } #pl-18805 .so-panel:last-child { margin-bottom:0px } #pg-18805-0.panel-no-style, #pg-18805-0.panel-has-style > .panel-row-style , #pg-18805-2.panel-no-style, #pg-18805-2.panel-has-style > .panel-row-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-18805-1-0-0> .panel-widget-style , #panel-18805-1-0-1> .panel-widget-style , #panel-18805-1-0-2> .panel-widget-style , #panel-18805-1-1-0> .panel-widget-style , #panel-18805-1-1-1> .panel-widget-style , #panel-18805-1-2-0> .panel-widget-style , #panel-18805-1-2-1> .panel-widget-style , #panel-18805-1-3-0> .panel-widget-style , #panel-18805-1-3-1> .panel-widget-style , #panel-18805-1-4-0> .panel-widget-style , #panel-18805-1-4-1> .panel-widget-style , #panel-18805-1-5-0> .panel-widget-style , #panel-18805-1-5-1> .panel-widget-style , #panel-18805-1-6-0> .panel-widget-style , #panel-18805-1-6-1> .panel-widget-style , #panel-18805-1-7-0> .panel-widget-style , #panel-18805-1-7-1> .panel-widget-style { border:1px solid #ededed;padding:2% 2% 2% 2% } #pg-18805-2> .panel-row-style { background-color:#8193ba;padding:10px 10px 10px 10px } #panel-18805-2-0-0> .panel-widget-style { background-color:#2b3748;padding:0px 0px 0px 0px } @media (max-width:780px){ #pg-18805-0.panel-no-style, #pg-18805-0.panel-has-style > .panel-row-style , #pg-18805-1.panel-no-style, #pg-18805-1.panel-has-style > .panel-row-style , #pg-18805-2.panel-no-style, #pg-18805-2.panel-has-style > .panel-row-style { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-18805-0 .panel-grid-cell , #pg-18805-1 .panel-grid-cell , #pg-18805-2 .panel-grid-cell { margin-right:0 } #pg-18805-0 .panel-grid-cell , #pg-18805-1 .panel-grid-cell , #pg-18805-2 .panel-grid-cell { width:100% } #pgc-18805-1-0 , #pgc-18805-1-1 , #pgc-18805-1-2 , #pgc-18805-1-3 , #pgc-18805-1-4 , #pgc-18805-1-5 , #pgc-18805-1-6 , #pgc-18805-2-0 { margin-bottom:30px } #pl-18805 .panel-grid-cell { padding:0 } #pl-18805 .panel-grid .panel-grid-cell-empty { display:none } #pl-18805 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } 
                
                 
                
                
                #pgc-18806-0-0, #pgc-18806-0-1, #pgc-18806-0-2, #pgc-18806-0-3, #pgc-18806-0-4 {
                    width: 20%;
                    width: calc(20% - ( 0.8 * 30px ) );
                }
                #pgc-18806-0-0, #pgc-18806-0-1, #pgc-18806-0-2, #pgc-18806-0-3, #pgc-18806-0-4 {
                    align-self: auto;
                }
                #pg-18806-0.panel-no-style, #pg-18806-0.panel-has-style > .panel-row-style {
                    -webkit-align-items: flex-start;
                    align-items: flex-start;
                }
                .panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style {
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: nowrap;
                    -ms-justify-content: space-between;
                    justify-content: space-between;
                }
                
                
                
li.wpml-ls-menu-item a {
	padding: 20px 15px;
}

@media (min-width:780px){

section#icl_lang_sel_widget-2.widget-impar.widget-3.widget.widget_icl_lang_sel_widget div.widget-wrap div.wpml-ls-sidebars-header-right.wpml-ls.wpml-ls-legacy-list-horizontal {
	display: none;
}

section#icl_lang_sel_widget-2.widget-odd.widget-3.widget.widget_icl_lang_sel_widget div.widget-wrap div.wpml-ls-sidebars-header-right.wpml-ls.wpml-ls-legacy-list-horizontal {
	display: none;
}
}
@media (max-width:780px){
ul#menu-menu-dreta-top {
	text-align: center;
	width: 100%;
	
}
  section#custom_html-3.widget_text.widget-impar, section#custom_html-2.widget_text.widget-even {
  	padding-bottom: 0;
  }
  section#icl_lang_sel_widget-2.widget-impar.widget-3.widget.widget_icl_lang_sel_widget div.widget-wrap div.wpml-ls-sidebars-header-right.wpml-ls.wpml-ls-legacy-list-horizontal {
  	padding-bottom: 0;
		padding-top: 0;
  }
li.wpml-ls-menu-item  {
display: none !important;
}
section#icl_lang_sel_widget-2.widget-odd.widget-3.widget.widget_icl_lang_sel_widget div.widget-wrap div.wpml-ls-sidebars-header-right.wpml-ls.wpml-ls-legacy-list-horizontal {
	padding-top: 0;
		padding-bottom: 0;
}
}