 /*
 * @file
 * global.styles 
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * To FORCE PRINT all selectors you can search and replace a single { (opening
 * curly brace) and insert an empty comment. This is very useful in conjuction
 * with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
 
 /*		G.G.G.			    Abril 2021		*/
 
 
/* =============================================================================
 *   Base
 * ========================================================================== */
/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
/* line 41, ../sass/global.styles.scss */
html {
  background: #fff;
}

/* line 45, ../sass/global.styles.scss */
body {
	color: #2C2C2C;
	font-size: 112.5%;
	/*font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;*/ 
	}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
/* line 135, ../sass/global.styles.scss */
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}

p, pre {margin-bottom: 1em;}

b, strong {/*font-weight: normal;*/}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings. You can
 * style the .container class but do not add width such as border, padding,
 * margins etc.
 */
#page-wrapper #page {}

#page.full-height {height: 100vh;}

/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars and the content column
 */
#content-wrapper{}
	
/*
 * Main content column wrapper
 */
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
#main-content {margin-left: 0; margin-right: 0;}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
/*
 * Footer wrapper
 */
/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps the leaderboard
 */
/*
 * Wraps the header
 */
/* line 231, ../sass/global.styles.scss */
#header-wrapper {
  padding: 0 4.16%;
  background-color: black;
    /* Debug styles, is this working */
    /*background: rgba(255, 192, 203, 0.5);*/
	}

/*
 * Wraps the nav elements
 */
/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
/*
 * Wraps the tertiary content/postfix region
 */
/*
 * Footer wrapper
 */
/* line 289, ../sass/global.styles.scss */
#footer-wrapper {
  background-color: #0C240D;
  color: white;
	/* Debug styles, is this working? */
	/*background: rgba(255, 192, 203, 0.5);*/
	}

#footer-wrapper.anclado {position: absolute; bottom: 0; width: 100%;}

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
#header {}

#header #branding {}
  
body.not-logged-in #header #branding {/*display: none;*/}

/*
 * Logo
 */
/* line 310, ../sass/global.styles.scss */
#logo {float: left; width: 18em; margin-top: -0.4em;}

#logo a {display: block; line-height: 0;}
/* line 313, ../sass/global.styles.scss */

/*body.not-front #logo {display: none;}*/

/*
 * Wrapper for the site name and slogan
 */
/*
 * Site name (h1)
 */
/* line 328, ../sass/global.styles.scss */
#site-name {
  margin: 0;
}
/* line 333, ../sass/global.styles.scss */
#site-name a:link, #site-name a:visited {
  outline: none;
  text-decoration: none;
}
/* line 338, ../sass/global.styles.scss */
#site-name a:hover, #site-name a:focus {
  outline: none;
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
/* line 349, ../sass/global.styles.scss */
#name-and-slogan {}

#site-slogan {}

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
/* line 367, ../sass/global.styles.scss */

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
/* line 385, ../sass/global.styles.scss */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

/* line 392, ../sass/global.styles.scss */
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
/* line 408, ../sass/global.styles.scss */
ul.links {
  margin: 0;
  padding: 0;
}
/* line 412, ../sass/global.styles.scss */
ul.links.inline {
  display: block;
}
/* line 416, ../sass/global.styles.scss */
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.links li.statistics_counter {/*position: absolute; left: 0; padding: 0.2em;*/}

/*
 * Search results are an ordered list so reset the margin
 */
/* line 427, ../sass/global.styles.scss */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
/* line 436, ../sass/global.styles.scss */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}
/* line 442, ../sass/global.styles.scss */
.attribution a {
  text-decoration: none;
  color: inherit;
}
/* line 446, ../sass/global.styles.scss */
.attribution a:hover, .attribution a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/*
 * Footer region
 */
 .region-footer {}
 
/* =============================================================================
 *   Links
 * ========================================================================== */
/* line 540, ../sass/global.styles.scss */
a {
  color: #404040;
  outline: none;
  text-decoration: none;
  font-family: "Open Sans Semibold"
  }
/* line 549, ../sass/global.styles.scss */
a:hover, 
a:focus,
a:active,
a:visited {
  color: #005500;
  outline: none;
  text-decoration: none;
  }

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
/* line 560, ../sass/global.styles.scss */
.nav {
  clear: both;
  /*margin: 10px 0;*/
  /*background: rgba(255, 192, 203, 0.5);*/
}
/* line 564, ../sass/global.styles.scss */
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
/* line 570, ../sass/global.styles.scss */
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 579, ../sass/global.styles.scss */
.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
/* line 591, ../sass/global.styles.scss */

.mean-bar li a:hover {background-color: #ccc;}

/* =============================================================================
 *   Superfish
 * ========================================================================== */
/* line 601, ../sass/global.styles.scss */
ul.sf-menu {
  margin-bottom: 0;
}
/* line 604, ../sass/global.styles.scss */
ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}
/* line 617, ../sass/global.styles.scss */
ul.sf-menu li:hover, ul.sf-menu li.sfHover {
  outline: 0;
}
/* line 624, ../sass/global.styles.scss */
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
/* line 640, ../sass/global.styles.scss */
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 651, ../sass/global.styles.scss */
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
/* line 661, ../sass/global.styles.scss */
.sf-vertical {
  width: 100%;
}
/* line 664, ../sass/global.styles.scss */
.sf-vertical li {
  width: 100%;
}
/* line 669, ../sass/global.styles.scss */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
/* line 677, ../sass/global.styles.scss */
.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
/* line 687, ../sass/global.styles.scss */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
/* line 695, ../sass/global.styles.scss */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */
/* line 705, ../sass/global.styles.scss */
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
/* line 713, ../sass/global.styles.scss */
.at-mt .at-menu-toggle-button {
  margin: 0;
}
/* line 717, ../sass/global.styles.scss */
.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
/* line 728, ../sass/global.styles.scss */
ul.menu {
  padding-left: 15px;
}
/* line 731, ../sass/global.styles.scss */
ul.menu ul {
  padding-left: 15px;
}
/* line 739, ../sass/global.styles.scss */
ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
/* line 768, ../sass/global.styles.scss */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
/* line 785, ../sass/global.styles.scss */
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}
/* line 791, ../sass/global.styles.scss */
.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
/* line 801, ../sass/global.styles.scss */
#breadcrumb {
  margin: 10px 0;
  /* If the label is set to show in theme settings the label class is added */
}
/* line 805, ../sass/global.styles.scss */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}
/* line 810, ../sass/global.styles.scss */
#breadcrumb .breadcrumb-label:after {
  content: ":";
}
/* line 815, ../sass/global.styles.scss */
#breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 820, ../sass/global.styles.scss */
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}
/* line 824, ../sass/global.styles.scss */
#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
/* line 851, ../sass/global.styles.scss */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

/* line 858, ../sass/global.styles.scss */
.item-list ul.pager li {
  margin: 0;
}

/* line 863, ../sass/global.styles.scss */
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}
/* line 869, ../sass/global.styles.scss */
ul.pager li.pager-current {
  font-weight: 700;
}

/* line 875, ../sass/global.styles.scss */
.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
/* line 912, ../sass/global.styles.scss */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
/* line 921, ../sass/global.styles.scss */
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
/* line 931, ../sass/global.styles.scss */
#skip-link a:link, #skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
/* line 942, ../sass/global.styles.scss */
#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
/* line 955, ../sass/global.styles.scss */
#tasks {
  margin-bottom: 15px;
  position: absolute;
  top: 24%;
  right: 6%;
  z-index: 9;
  }
/* line 960, ../sass/global.styles.scss */
ul.primary {
  border-bottom-color: transparent;
  margin: 20px 0;
  padding: 0 0 0 5px;
  background-color: transparent;
  }
/* line 965, ../sass/global.styles.scss */
ul.primary li {
  display: block;
  float: left;
  margin: 0 0.3em;
  }
/* line 970, ../sass/global.styles.scss */
ul.primary li a {
    color: white;
    display: inline-block;
    margin: 0 0.5em;
    padding: 0.2em 1.2em;
    border: none;
    border-radius: 0.5em;
    background-color: #37a240;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 20%);
    }
/* line 980, ../sass/global.styles.scss */
ul.primary li a:hover, 
ul.primary li a:focus {background-color: #112f12;}

/* line 989, ../sass/global.styles.scss */
ul.primary li.active a {pointer-events: none; display: none;}

ul.primary li.active a:hover,
ul.primary li.active a:focus {}

/* line 999, ../sass/global.styles.scss */
ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}
/* line 1004, ../sass/global.styles.scss */
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}
/* line 1010, ../sass/global.styles.scss */
ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
/* line 1024, ../sass/global.styles.scss */
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Wrapper for any field
 */
/*
 * Above and inline classes are on the field wrapper
 */
/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
/* line 1051, ../sass/global.styles.scss */
.field-label-inline {
  /* Remove the margin on inline field lables to preserve vertical formatting */
}
/* line 1054, ../sass/global.styles.scss */
.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted inheritance issues
 */
/* line 1062, ../sass/global.styles.scss */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/*
 * Taxonomy
 */
/* line 1091, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}
/* line 1096, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
/* line 1101, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
/*
 * Long text
 */
/*
 * Text with summary
 */
/*
 * File
 */
/*
 * Number/Integer
 */
/*
 * Decimal
 */
/*
 * Number float
 */
/*
 * List
 */
/*
 * List boolean
 */
/*
 * List integer
 */
/*
 * List float
 */
/*
 * Field types (Contrib)
 */
/*
 * Named fields
 */
 /*
 * Views fields
 */
.views-field-edit-term a,
.views-field-edit-node a {
	position: absolute;
	z-index: 4;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	color: white;
	padding: 0.5em 0 0.5em 0.5em !important;
	margin: 1em;
	background-color: #0D74BC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: none !important;
	-moz-box-shadow: 3px 3px 8px #333333;
	-webkit-box-shadow: 3px 3px 8px #333333;
	box-shadow: 3px 3px 8px #333333;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color = '#333333');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = '#333333')";
	/*Shadows look very different in IE (Only cardinal directions supported)*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element should have a background-color*/
	/*All filters must be placed together*/
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	}
  
table .views-field-edit-term a,
table .views-field-edit-node a {
  position: initial;
  width: 2.5em;
  display: block;
  text-align: center;
  padding: 0.5em !important;
  border-radius: 50%;
  box-shadow: none;
  }
  
.views-field-edit-term a:hover,
.views-field-edit-node a:hover {background-color: #0F96DE;}

.views-field-edit-term a .fa,
.views-field-edit-node a .fa,
.views-field-edit-term a .svg-inline--fa,
.views-field-edit-node .svg-inline--fa {font-size: 3em;}

.views-field-edit-term a .texto-editar,
.views-field-edit-node a .texto-editar {display: none; clear: both;}

.views-field-edit-term a:hover .texto-editar,
.views-field-edit-node a:hover .texto-editar {display: block;}

/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
/* line 1215, ../sass/global.styles.scss */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
/* line 1224, ../sass/global.styles.scss */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
/* line 1233, ../sass/global.styles.scss */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
/* line 1247, ../sass/global.styles.scss */
.block {
  margin-bottom: 0;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
/*
 * The first block in the region
 */
/*
 * The last block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Block title
 */
/* line 1285, ../sass/global.styles.scss */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
/* line 1301, ../sass/global.styles.scss */
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}
/* line 1306, ../sass/global.styles.scss */
.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
/*
 * Block for the latest news items in the first feed
 */
/*
 * First block created with "Add block" link
 */
/*
 * "Recent blog posts" block
 */
/*
 * "Book navigation" block for the current book's table of contents
 */
/*
 * "Recent comments" block
 */
/*
 * "Active forum topics" block
 */
/*
 * "New forum topics" block
 */
/*
 * Language switcher block
 */
/*
 * Custom menu block
 */
/*
 * "Recent content" block
 */
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
/*
 * "Most recent poll" block
 */
/*
 * "Author information" block for the profile of the page's author
 */
/*
 * "Search form" block
 */
 #block-search-form {float: right; padding: 3em;}
/*
 * "Shortcuts" block
 */
/*
 * "Popular content" block
 */
/*
 * "Main menu" block
 * (y el del footer)
 */
#block-menu-block-1 .menu,
#block-system-main-menu .menu {margin: 0; padding: 0;}

#block-menu-block-1 .menu li,
#block-system-main-menu .menu li {
	float: left;
	list-style: none; 
	text-align: center;
	}

#block-menu-block-1 .menu li a,
#block-system-main-menu .menu li a {
	color: white;
	outline: none;
	float: left;
	/*text-transform: uppercase;*/
	/*-webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;*/
	}
	
#block-menu-block-1 .menu li a:hover,
#block-menu-block-1 .menu li a.active,
#block-system-main-menu .menu li a:hover,
#block-system-main-menu .menu li a.active {
	text-decoration: none;
	}

#footer-wrapper .menu-block-1 .menu li {list-style: none; padding: 0;}

#footer-wrapper .menu-block-1 .menu li a:hover,
#footer-wrapper .menu-block-1 .menu li a:active,
#footer-wrapper .menu-block-1 .menu li a.active {color: #a4a4a4; text-decoration: none;}

.sidenav li {clear: both;}

.sidenav .block-inner {float: left; width: 100%;}

/*
 * "Management" block for Drupal management menu
 */
/*
 * "Navigation" block for Drupal navigation menu
 */
#nav-wrapper nav {margin: 0;}

/*
 * "User menu" block for Drupal user menu
 */
/*
 * "System help" block
 */
/*
 * "Main page content" block
 */
#block-system-main {}

article .node-content {color: #444242; font-size: 1.12em;}

article nav.clearfix {display: none;}

body.administrator article nav {display: none;}

.flexslider {
	margin: 0 0 4.3em 0; 
	border: none; 
	/*border-top: solid 1px transparent;*/ 
	border-radius: 0; 
	box-shadow: none;
	}
	
.flexslider .flex-control-nav {bottom: 1em; padding-left: 0; z-index: 10;}

.flexslider .flex-control-nav li {margin: 0 0.25em;}

.flexslider .flex-direction-nav a {
	display: block;
  top: 40%;
	color: rgba(18,41,19,0.5);
	width: 3em;
	height: 3em;
  opacity: 1;
	}
  
.flexslider .flex-direction-nav a:hover {color: rgba(18,41,19,1);}

.flexslider .flex-direction-nav a.flex-prev {left: -3em;}

.flexslider .flex-direction-nav a.flex-prev:before {}

.flexslider .flex-direction-nav a.flex-next {right: -3em;}

.flexslider .flex-direction-nav a.flex-next:before {}

#block-system-main .flex-control-paging li a {width: 1em; height: 1em;}

/*
 * "Powered by Drupal" block
 */
/*
 * "User login form" block
 */
/*
 * "Who's new" block for a list of the newest users
 */
/*
 * "Who's online" block for a list of the online users
 */
 /*
 * Enlaces a redes sociales
 */
#block-block-2 {
	margin-left: 0.2em; 
	margin-top: 1em;
	margin-right: 0.2em;
	padding-top: 1em;
	}

#block-block-2 a {
	display: block; 
	outline: none;
	float: left; 
	padding: 0.2em 0.4em;
	}

#block-block-2 .fa,
#block-block-2 .fab,
#block-block-2 .fal,
#block-block-2 .far,
#block-block-2 .fas,
#block-block-2 .svg-inline--fa {font-size: 1.4em;}

/*
 * Slideshow de imágenes compuestas
 */
#block-views-764ae5889882f4441784537979e76128 {position: relative;}

#block-views-764ae5889882f4441784537979e76128 .slides {padding: 0;}

.view-slideshow-paragraphs-field- .flexslider {margin-bottom: 0;}

.view-slideshow-paragraphs-field- .flexslider .slides > li {position: relative;}

 /*-        Oculta los elementos animados con Animate.css          -*/
/*- Serán mostrados con Javascript cuando vaya pasando cada slide -*/
 .view-slideshow-paragraphs-field- .flexslider li:not(:first-child) .animar {display: none;}

.view-slideshow-paragraphs-field- .views-field-field-imagen-complementaria {
	position: absolute;	
	top: 0;
	left: 0;
	}
	
.view-slideshow-paragraphs-field- .views-field-field-imagen-sin-procesar img {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	}

.view-slideshow-paragraphs-field- .views-field-field-encabezado-h1 {
	position: absolute;
	top: 1em;
	left: 6%;
	width: 60%;
	}
	
.view-slideshow-paragraphs-field- .views-field-field-encabezado-h2 {
	position: absolute;
	top: 5em;
	left: 6%;
	width: 60%;
	}

.view-slideshow-paragraphs-field- .views-field-field-texto-sobre-imagen {
	position: absolute;
	top: 32%;
	left: 6%;
	width: 40%;
	white-space: pre-wrap;
	line-height: 1.2em;
	font-size: 1.24em;
	}

.view-slideshow-paragraphs-field- .views-field-field-componentes-imagen-sup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
.view-slideshow-paragraphs-field- .views-field-field-componentes-imagen-sup .content {
	padding-top: 0;
	padding-bottom: 0;
	}

.view-slideshow-paragraphs-field- .views-field-field-componentes-enlace .paragraphs-item-atomo-enlace {
	position: absolute;
	width: auto;
	}

.view-slideshow-paragraphs-field- .views-field-field-color-fondo .color-swatch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: -1;
	}

.view-slideshow-paragraphs-field- li.flex-active-slide .views-field-field-encabezado-h1,
.view-slideshow-paragraphs-field- li.flex-active-slide .views-field-field-encabezado-h2,
.view-slideshow-paragraphs-field- li.flex-active-slide .views-field-field-texto-sobre-imagen,
.view-slideshow-paragraphs-field- li.flex-active-slide .views-field-field-componentes-overlay .color-swatch {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: myFadeInLeft;
	animation-name: myFadeInLeft;
	}

/*
 * Home noticias
 */
.view-home-noticias * {border: none;}

.view-home-noticias td {width: 33.3%; padding: 0.7em; vertical-align: top;}

.view-home-noticias td a {outline: none;}

/*
 * Home slideshow
 */
#block-views-home-slideshow-block-1 .owl-controls {margin-bottom: 2em;}

#block-views-764ae5889882f4441784537979e76128 .block-inner {margin-left: 0; margin-right: 0;}

 
 /*
 * Imagen para encabezado
 */
#block-views-imagen-encabezado-block figure,
#block-views-imagen-encabezado-block picture {display: block; line-height: 0;}

#block-views-imagen-encabezado-block .block-inner {margin: 0;}

#block-views-imagen-encabezado-block img {width: 100%;}
 
/*
 * Home carousel
 */
.view-home-carousel .flexslider {margin: 0 0 1em 0; border: none; box-shadow: none; background-color: transparent;}
 
.view-home-carousel .flexslider .slides li {margin: 0 3em 0 0;}

.view-home-carousel .flexslider .slides li a {outline: none;}

.view-home-carousel .flex-direction-nav a {display: block; height: 4em; opacity: 0.35; outline: none;}

.view-home-carousel .flex-direction-nav a:hover {opacity: 1;}

.view-home-carousel .flex-direction-nav .flex-prev {left: -1.5em;}

.view-home-carousel .flex-direction-nav .flex-next {right: -2em;}

/*
 * Forma de Contacto
 */
#block-webform-client-block-7 .block-inner {}
 
#block-webform-client-block-7 .webform-client-form,
#block-webform-client-block-7 .field-name-body,
#block-webform-client-block-7 .field-name-field-image,
#block-webform-client-block-7 .field-name-field-mapa-ubicacion {}

#webform-client-form-7 input.form-text,
#block-webform-client-block-7 .webform-client-form input.form-text {}

#webform-client-form-7 .form-textarea-wrapper,
#block-webform-client-block-7 .webform-client-form .form-textarea-wrapper {}

/*
 * Bloque de párrafos reutilizables
 */
#block-views-parrafos-reutilizables-block-1 .block-inner {margin-left: 0; margin-right: 0;}

/* =============================================================================
 *   Node Styling
 * ========================================================================== */
/* line 1479, ../sass/global.styles.scss */
.node {
  /*margin-bottom: 1em;*/
}
/* line 1496, ../sass/global.styles.scss */
.node .node-title {
  margin: 0;
}
/* Opción "Esconder título de página" */
body.hide-page-title h1#page-title {display: none;}

body.user-role-representante.page-node-edit h1#page-title {display: block;}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
/* line 1554, ../sass/global.styles.scss */
#comments {
  margin: 1.5em 0;
}
/* line 1558, ../sass/global.styles.scss */
#comments h2.comment-title {
  margin: 0;
}
/* line 1562, ../sass/global.styles.scss */
#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
/* line 1572, ../sass/global.styles.scss */
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
/* line 1603, ../sass/global.styles.scss */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
/*
 * Preview of the comment before submitting new or updated comment
 */
/*
 * "New" marker for comments that are new for the current user
 */
/* line 1635, ../sass/global.styles.scss */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
/* line 1643, ../sass/global.styles.scss */
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
/* line 1657, ../sass/global.styles.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 1663, ../sass/global.styles.scss */
.form-item label {
  font-weight: 700;
}
/* line 1670, ../sass/global.styles.scss */
.form-item .description {
  font-size: 0.85em;
}

/*
 * Highlight marks and form required mark
 */
/* line 1683, ../sass/global.styles.scss */
.marker,
.form-required {
  color: #c00;
}

/*
 * The submit button
 */
input#edit-delete {color: white; background-color: darkred;}
/* line 1697, ../sass/global.styles.scss */
.container-inline div,
.container-inline label {
  display: inline;
}

input#edit-delete:hover,
input#edit-delete:active {color: #2C2C2C; background-color: #E9E600;}
/*
 * Define consistent borders
 */
/* line 1706, ../sass/global.styles.scss */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
/* line 1720, ../sass/global.styles.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/*
 * Password confirmation
 */
/* line 1728, ../sass/global.styles.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

a#edit-cancel,
input.form-submit {
  box-shadow: none;
  /*-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);*/
  }


/* =============================================================================
 *   Tables
 * ========================================================================== */
/* line 1738, ../sass/global.styles.scss */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
/* line 1743, ../sass/global.styles.scss */
table.sticky-header {
  z-index: 10;
}

/* line 1749, ../sass/global.styles.scss */
table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

/* line 1759, ../sass/global.styles.scss */
table,
td,
th {
  vertical-align: middle;
}

/* line 1766, ../sass/global.styles.scss */
caption,
th,
td {
  text-align: left;
}

/* line 1773, ../sass/global.styles.scss */
thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

/* line 1779, ../sass/global.styles.scss */
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

/* line 1790, ../sass/global.styles.scss */
tbody tr {
  border-top: 1px solid #ccc;
}

/* line 1795, ../sass/global.styles.scss */
tr {
  /* Table row striping */
}
/* line 1797, ../sass/global.styles.scss */
tr.odd {
  background: #fff;
}
/* line 1802, ../sass/global.styles.scss */
tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}
/* line 1813, ../sass/global.styles.scss */
tr.odd td.active {
  background-color: #eee;
}
/* line 1817, ../sass/global.styles.scss */
tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
/* line 1840, ../sass/global.styles.scss */
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: normal;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */
/* line 1856, ../sass/global.styles.scss */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 1861, ../sass/global.styles.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */
/* line 1902, ../sass/global.styles.scss */
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}
/* line 186, ../sass/_custom.scss */
.ie6-7 .node-unpublished p.unpublished > *, .ie6-7
.comment-unpublished p.unpublished > * {
  position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
/* line 1913, ../sass/global.styles.scss */
.maintenance-page .container {
  padding: 40px 0;
}
/* line 1917, ../sass/global.styles.scss */
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

/* line 1925, ../sass/global.styles.scss */
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}
/* line 1932, ../sass/global.styles.scss */
.db-offline div.messages {
  margin: 20px 0 0;
}
/* line 1936, ../sass/global.styles.scss */
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
/* line 1949, ../sass/global.styles.scss */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
/* line 1958, ../sass/global.styles.scss */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
/* line 1967, ../sass/global.styles.scss */
#styleguide-header {
  padding: 0 10px;
}
/* line 1970, ../sass/global.styles.scss */
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/*# sourceMappingURL=global.styles.css.map */

/*
 * Webform fields
 */
.webform-client-form .form-text,
.webform-client-form .form-textarea {
	padding: 0.8em 1em; 
	border: none;
	/*border-radius: 4px;*/
	background-color: #f0f0f0;
	}

/*
 * CAPTCHA module
 */
fieldset.captcha {border: none;}

fieldset.captcha legend {display: none;}

fieldset.captcha .form-item-captcha-response {float: left; margin-top: 0; padding-right: 2em;}

/*
 * Sitemap module
 */
body.page-sitemap #columns .columns-inner {padding: 2em 6%;}

/*
 * Colorbox module
 */
#colorbox {position: fixed !important; top: 7vh !important;}
	
#cboxOverlay {/*background: #F42534;*/}





/*
 *   =======================================
 *     P A R A G R A P H S  *  M O D U L E 
 *   =======================================
 */

 /*         COMPONENTE RAÍZ          */
 /* =============================== */
 .entity-paragraphs-item {
	position: relative;
    float: left;
    width: 100%;
	overflow: hidden;
	}

.entity-paragraphs-item > .content {
	float: left;
	width: 100%;
	/*height: 100%;*/
	padding-top: 1em;
	padding-bottom: 1em;
	}
	
.entity-paragraphs-item figure {margin: 0;}

	
 
 /*         ELEMENTOS (CAMPOS)          */
 /* ================================== */ 
.entity-paragraphs-item .field-name-field-image img {width: 100%;}



/* ----------- CONJUNTO DE COLUMNAS ----------- */
/* =========================================== */
.field-name-field-componentes-columnas > .field-items {display: flex; flex-flow: row wrap; justify-content: center;}

.field-name-field-componentes-columnas > .field-items > .field-item {display: flex; float: left;}

.field-name-field-componentes-columnas > .field-items > .field-item .field-name-field-componentes-columnas > .field-items > .field-item {float: none; margin: 0;}


	
	
/* ----------- UNIDAD DE CONTENIDOS (ORDEN FIJO) ------------ */
/* ========================================================= */
.paragraphs-item-unidad-contenido .field-name-field-image {position: relative; z-index: 2;}

.paragraphs-item-unidad-contenido .field-name-field-titulo-imagen {position: relative; z-index: 2;}

.paragraphs-item-unidad-contenido.texto-en-cuadro .field-name-field-titulo-imagen {
	position: absolute;
	left: 0;
	bottom: 4em;
	padding: 0.5em 2em;
	}

.paragraphs-item-unidad-contenido .field-name-field-texto-sobre-imagen {
	position: relative; 
	white-space: pre-wrap;
	z-index: 2;
	}

.paragraphs-item-unidad-contenido.texto-en-cuadro .field-name-field-texto-sobre-imagen {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1em 2em;
	}
	
.paragraphs-item-unidad-contenido .field-name-field-enlace-opcional {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	}

.paragraphs-item-unidad-contenido .field-name-field-enlace-opcional a {
	position: relative;
	z-index: 2;
	margin: 1em auto;
	width: 50%;
	display: block;
	text-align: center;
	border: solid 2px #333;
	padding: 0.5em;
	outline: none;
	background: rgba(255,255,255,0);
	-webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
	}
	
.paragraphs-item-unidad-contenido.text-bg-white .field-name-field-enlace-opcional a {background: rgba(255,255,255,0.35);}

.paragraphs-item-unidad-contenido.text-bg-black .field-name-field-enlace-opcional a {background: rgba(0,0,0,0.35);}
	
.paragraphs-item-unidad-contenido .field-name-field-enlace-opcional a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.35);
	}

/*.paragraphs-item-unidad-contenido .field-name-field-color-fondo .color-swatch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}*/

/*.paragraphs-item-unidad-contenido .field-name-field-video-youtube .field-item {padding: 0 0 2em 0;}*/





/* -------- UNIDAD DE CONTENIDOS (ORDEN VARIABLE) --------- */
/* ======================================================= */
.paragraphs-item-unidad-atomizada .field-name-field-componentes-columnas > .field-items > .field-item {width: 100%;}

.paragraphs-item-unidad-atomizada .field-name-field-componentes-columnas > .field-items > .field-item > .entity {position: absolute;}





/* ------------- UNIDAD DE CAMPOS DE TEXTO ------------- */
/* ==================================================== */
.paragraphs-item-unidad-texto > .content {padding-left: 0; padding-right: 0;}

.paragraphs-item-unidad-texto h1,
.paragraphs-item-unidad-texto h2,
.paragraphs-item-unidad-texto h3 {margin: 0.54em 0 0.36em 0;}
 
.paragraphs-item-unidad-texto .field-name-field-texto-sobre-imagen {
	margin-top: 1em;
	margin-bottom: 2em; 
	white-space: pre-line;
	}

.paragraphs-item-unidad-texto .field-name-field-editor-texto img {padding: 1em 0;}

.paragraphs-item-unidad-texto .paragraphs-item-atomo-icono-fontawesome {
	float: left; 
	width: auto;
	margin-right: 1.2em;
	}






/* ---------------- IMAGEN COMPUESTA ---------------- */
/* ================================================= */
.paragraphs-item-banner-compuesto > .content {padding-top: 0; padding-bottom: 0;}

.paragraphs-item-banner-compuesto .field-name-field-imagen img,
.paragraphs-item-banner-compuesto .field-name-field-imagen-1 img {width: 100%;}

.paragraphs-item-banner-compuesto .field_componentes_imagen_sup {
	position: absolute;	
	top: 0;
	left: 0;
	}

.paragraphs-item-banner-compuesto > .content > .field-name-field-imagen-sin-procesar {
	position: absolute;
	left: 1em;
	bottom: 1em;
	}

.paragraphs-item-banner-compuesto > .content > .field-name-field-encabezado-h1 {
	position: absolute;
	top: 1em;
	left: 6%;
	width: 60%;
	}
	
.paragraphs-item-banner-compuesto > .content > .field-name-field-encabezado-h2 {
	position: absolute;
	top: 5em;
	left: 6%;
	width: 60%;
	}

.paragraphs-item-banner-compuesto > .content > .field-name-field-texto-sobre-imagen {
	position: absolute;
	top: 32%;
	left: 6%;
	width: 40%;
	white-space: pre-wrap;
	line-height: 1.2em;
	font-size: 1.24em;
	}

.paragraphs-item-banner-compuesto  .paragraphs-item-atomo-enlace {position: absolute;}





/* ------------ IMAGEN SUPERPUESTA ------------ */
/* =========================================== */
.paragraphs-items-field-componentes-imagen-sup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.paragraphs-items-field-componentes-imagen-sup .content {
	padding-top: 0;
	padding-bottom: 0;
	}




/* -------- UNIDAD DE VISTAS Y BLOQUES -------- */
/* =========================================== */
.paragraphs-item-vistas-y-bloques .field-name-field-encabezado-h1,
.paragraphs-item-vistas-y-bloques .field-name-field-encabezado-h2 {text-align: center;}





/* --------- CAPA DE COLOR (OVERLAY) ---------- */
/* =========================================== */
.paragraphs-item-color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.paragraphs-item-color-overlay > .content {
	padding-top: 0;
	padding-bottom: 0;
	}
	
.paragraphs-item-color-overlay .campos-texto {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	}

.paragraphs-item-color-overlay .campos-texto .field {margin: 0.5em 1.5em;}

.paragraphs-item-color-overlay .campos-texto .field ul {padding: 0 0 0 1em;}






/* ----- ELEMENTO: IMAGEN CON ENLACE OPCIONAL ----- */
/* ------------------------------------------------*/
.paragraphs-item-atomo-imagen > .content {padding-top: 0; padding-bottom: 0;}

.paragraphs-item-atomo-imagen {display: inherit !important;}

.paragraphs-item-atomo-imagen .field-name-field-image {position: relative;}

.paragraphs-item-atomo-imagen .field-name-field-image img,
.paragraphs-item-atomo-imagen .field-name-field-imagen-1 img {width: 100%;}

.paragraphs-item-atomo-imagen .field-name-field-enlace-opcional {text-align: center;}

.paragraphs-item-atomo-imagen .field-name-field-enlace-opcional a:hover {text-decoration: none;}






/* ----- ELEMENTO: TÍTULO H3 ----- */
/* -------------------------------*/
.paragraphs-item-atomo-titulo-h3 > .content {padding-top: 0; padding-bottom: 0;}
.paragraphs-item-atomo-titulo-h3 .field-name-field-titulo-imagen {line-height: 1.2em;}






/* ----- ELEMENTO: ENLACE ----- */
/* ----------------------------*/
.paragraphs-item-atomo-enlace > .content {padding-top: 0; padding-bottom: 0;}

.paragraphs-item-atomo-enlace .field-name-field-enlace-opcional a {
	color: white;
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
	outline: none;
	background: rgba(255,255,255,0);
	-webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    }

.paragraphs-item-atomo-enlace .field-name-field-enlace-opcional a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.35);
	}
	
.paragraphs-item-atomo-enlace .field-name-field-enlace-opcional a:active {
	text-decoration: none;
	}

	
	
	
	
/* ----- ELEMENTO: VIDEO YOUTUBE ----- */
/* -----------------------------------*/
.paragraphs-item-atomo-video-youtube > .content {padding-top: 0; padding-bottom: 0;}
 
.paragraphs-item-atomo-video-youtube .field-name-field-video-youtube .field-item {padding: 0 0 2em 0;}





/* ----- ELEMENTO: ICONO FONT AWESOME ----- */
/* ----------------------------------------*/
.paragraphs-item-atomo-icono-fontawesome > .content {padding-top: 0; padding-bottom: 0;}
 
.paragraphs-item-atomo-icono-fontawesome {
	position: relative; 
	text-align: center; 
	letter-spacing: -0.1em;
	line-height: 100%;
	}

.paragraphs-item-atomo-icono-fontawesome .field-name-field-dummy-image-for-link {
	position: absolute; 
	left: 0; 
	top:0;
	width: 100%;
	/*padding: 15% 25%;*/
	overflow: hidden;
	}

.paragraphs-item-atomo-icono-fontawesome .field-name-field-dummy-image-for-link a {outline: none;}




/* ----- SEPARADOR DE COLOR ----- */
/* ------------------------------*/
.paragraphs-item-separador > .content {padding-top: 0; padding-bottom: 0;}
 
.paragraphs-item-separador {float:left; width: 100%;}

.paragraphs-item-separador .field-name-field-color-fondo .color-swatch {
	margin: 4em 5%;
	width: 90% !important; 
	height: 4px !important;
	}




/* ------------- CLASES QUE SE PUEDEN APLICAR A LOS COMPONENTES EN GENERAL ------------ */
/* ------------------------------------------------------------------------------------*/

/*---    N Ú M E R O   D E   C O L U M N A S    ---*/
	
/*---    OJO: Esto se está manejando en el script accion-01 en el módulo JS Injector    ---*/
/*---    EXCEPTO para el caso de 5 columnas, que no se adapta la retícula de 12 columnas de Materialize.css    ---*/
	
/*.entity.columnas-1 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item {
    width: 100%;
	}
	
.entity.columnas-2 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item {
    width: 50%;
	}
	
.entity.columnas-2-25-75 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item {
    width: 50%;
  }
.entity.columnas-2-25-75 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item.even {
    width: 25%;
  }
.entity.columnas-2-25-75 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item.odd {
    width: 75%;
  }

.entity.columnas-2-75-25 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item {
    width: 50%;
  }
.entity.columnas-2-75-25 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item.even {
    width: 75%;
  }
.entity.columnas-2-75-25 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item.odd {
    width: 25%;
  }

.entity.columnas-2-35-65 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item {
    width: 50%;
  }
.entity.columnas-2-35-65 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item.even {
    width: 35%;
  }
.entity.columnas-2-35-65 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item.odd {
    width: 65%;
  }

.entity.columnas-2-65-35 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item {
    width: 50%;
  }
.entity.columnas-2-65-35 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item.even {
    width: 65%;
  }
.entity.columnas-2-65-35 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item.odd {
    width: 35%;
  }
	
.entity.columnas-2-45-55 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item {
    width: 50%;
  }
.entity.columnas-2-45-55 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item.even {
    width: 45%;
  }
.entity.columnas-2-45-55 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item.odd {
    width: 55%;
  }

.entity.columnas-2-55-45 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item {
    width: 50%;
  }
.entity.columnas-2-55-45 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item.even {
    width: 55%;
  }
.entity.columnas-2-55-45 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item.odd {
    width: 45%;
  }

.entity.columnas-3 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item {
    width: 33.33%;
  }

.entity.columnas-4 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item {
    width: 25%;
  }

.entity.columnas-6 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item {
    width: 16.66%;
  }*/

.entity.columnas-5 > .content > .paragraphs-items > .field-name-field-componentes-columnas > .field-items > .field-item {
    width: 20%;
  }

  

/*---    A L I N E A C I Ó N   V E R T I C A L   D E L   C O N T E N I D O    ---*/
.direct-content-vertical-align-top,
.entity.content-vertical-align-top .entity-paragraphs-item {
    display: flex;
    align-items: flex-start;
  }


.direct-content-vertical-align-center,
.entity.content-vertical-align-center .entity-paragraphs-item {
    display: flex;
    align-items: center;
  }

.direct-content-vertical-align-bottom,
.entity.content-vertical-align-bottom .entity-paragraphs-item {
    display: flex;
    align-items: flex-end;
  }



  
/*---    T A M A Ñ O   D E   L E T R A    ---*/
.entity.font-size-big {font-size: 2.4em; /*line-height: 1.36em;*/}

.entity.font-size-medium {font-size: 1.36em; /*line-height: 1.32em;*/}

.entity.font-size-small {font-size: 0.8em;}



/*---    A L I N E A M I E N T O   D E L   T E X T O    ---*/
.entity.text-align-left {text-align: left;}

.entity.text-align-center {text-align: center;}

.entity.text-align-right {text-align: right;}

.entity.text-align-justify {text-align: justify;}




/*---    M A R G E N    A D I C I O N A L (IZQ. Y DER.)    ---*/
.paragraphs-item-columnas.nulo > .content,
.paragraphs-item-unidad-texto.nulo,
.paragraphs-item-unidad-contenido.nulo,
.paragraphs-item-unidad-atomizada.nulo,
.paragraphs-item-vistas-y-bloques.nulo {
    margin-left: 0 !important;
	margin-right: 0 !important;
    width: 100% !important;
    }
	
.paragraphs-item-columnas.leve > .content,
.paragraphs-item-unidad-texto.leve,
.paragraphs-item-unidad-contenido.leve,
.paragraphs-item-unidad-atomizada.leve,
.paragraphs-item-vistas-y-bloques.leve {
    margin-left: 4% !important;
	margin-right: 4% !important;
    width: 92% !important;
    }

.paragraphs-item-columnas.moderado > .content,
.paragraphs-item-unidad-texto.moderado,
.paragraphs-item-unidad-contenido.moderado,
.paragraphs-item-unidad-atomizada.moderado,
.paragraphs-item-vistas-y-bloques.moderado {
    margin-left: 12% !important;
	margin-right: 12% !important;
    width: 76% !important;
    }

.paragraphs-item-columnas.amplio > .content,
.paragraphs-item-unidad-texto.amplio,
.paragraphs-item-unidad-contenido.amplio,
.paragraphs-item-unidad-atomizada.amplio,
.paragraphs-item-vistas-y-bloques.amplio {
    margin-left: 24% !important;
	margin-right: 24% !important;
    width: 52% !important;
    }

.paragraphs-item-columnas.extremo > .content,
.paragraphs-item-unidad-texto.extremo,
.paragraphs-item-unidad-contenido.extremo,
.paragraphs-item-unidad-atomizada.extremo,
.paragraphs-item-vistas-y-bloques.extremo {
    margin-left: 32% !important;
	margin-right: 32% !important;
    width: 36% !important;
    }
	
.paragraphs-item-columnas.extremo2 > .content,
.paragraphs-item-unidad-texto.extremo2,
.paragraphs-item-unidad-contenido.extremo2,
.paragraphs-item-unidad-atomizada.extremo2,
.paragraphs-item-vistas-y-bloques.extremo2 {
    margin-left: 38% !important;
	margin-right: 38% !important;
    width: 24% !important;
    }




/*---    E S P A C I A D O   S U P E R I O R   E   I N F E R I O R    ---*/
.entity.espaciado-sup-inf {
    padding-top: 3em !important; 
    padding-bottom: 4em !important;
  }
	
	
	
	
/*---    E F E C T O    D I V I S O R    ---*/
.entity.efecto-divisor:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.5em;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(252,252,252,0) 72%, rgba(255,255,255,0) 73%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(252,252,252,0) 72%,rgba(255,255,255,0) 73%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(252,252,252,0) 72%,rgba(255,255,255,0) 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    }
    
.entity.efecto-divisor:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5em;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 19%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 19%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 19%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
    }



/*---    E F E C T O    S O M B R A    ---*/
.entity.efecto-sombra-imagen figure {padding: 14px;}

.entity.efecto-sombra-imagen .field-name-field-image img {
	-webkit-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.2);
	}

.entity.efecto-sombra-columnas .paragraphs-item-unidad-texto,
.entity.efecto-sombra-columnas .paragraphs-item-unidad-atomizada,
.entity.efecto-sombra-columnas .paragraphs-item-unidad-contenido {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  }
  
.entity.efecto-sombra-texto .field-name-field-titulo-imagen,
.entity.efecto-sombra-texto .field-name-field-texto-sobre-imagen {
    text-shadow: 1px 1px 0px rgba(0,0,0,1);
  }
  
.entity.efecto-brillo-texto .field-name-field-titulo-imagen,
.entity.efecto-brillo-texto .field-name-field-texto-sobre-imagen {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
  }



/*---    B O R D E   E N L A C E    ---*/
.entity.borde-enlace  .field-name-field-enlace-opcional a {
    border: solid 3px white;
  }



/*---    E S Q U I N A S   R E D O N D A S    ---*/
.entity.esquinas-redondas .field-name-field-enlace-opcional a {
    border-radius: 0.5em;
  }




/*---    A U M E N T O   I C O N O S   Font Awesome    ---*/
.entity.fa-150x .fa,
.entity.fa-150x .fab,
.entity.fa-150x .fal,
.entity.fa-150x .far,
.entity.fa-150x .fas,
.entity.fa-150x .svg-inline--fa {font-size: 150%;}

.entity.fa-200x .fa,
.entity.fa-200x .fab,
.entity.fa-200x .fal,
.entity.fa-200x .far,
.entity.fa-200x .fas,
.entity.fa-200x .svg-inline--fa {font-size: 200%;}

.entity.fa-250x .fa,
.entity.fa-250x .fab,
.entity.fa-250x .fal,
.entity.fa-250x .far,
.entity.fa-250x .fas,
.entity.fa-250x .svg-inline--fa {font-size: 250%;}

.entity.fa-300x .fa,
.entity.fa-300x .fab,
.entity.fa-300x .fal,
.entity.fa-300x .far,
.entity.fa-300x .fas,
.entity.fa-300x .svg-inline--fa {font-size: 300%;}

.entity.fa-350x .fa,
.entity.fa-350x .fab,
.entity.fa-350x .fal,
.entity.fa-350x .far,
.entity.fa-350x .fas,
.entity.fa-350x .svg-inline--fa {font-size: 350%;}

.entity.fa-400x .fa,
.entity.fa-400x .fab,
.entity.fa-400x .fal,
.entity.fa-400x .far,
.entity.fa-400x .fas,
.entity.fa-400x .svg-inline--fa {font-size: 400%;}

.entity.fa-450x .fa,
.entity.fa-450x .fab,
.entity.fa-450x .fal,
.entity.fa-450x .far,
.entity.fa-450x .fas,
.entity.fa-450x .svg-inline--fa {font-size: 450%;}

.entity.fa-500x .fa,
.entity.fa-500x .fab,
.entity.fa-500x .fal,
.entity.fa-500x .far,
.entity.fa-500x .fas,
.entity.fa-500x .svg-inline--fa {font-size: 500%;}

.entity.fa-550x .fa,
.entity.fa-550x .fab,
.entity.fa-550x .fal,
.entity.fa-550x .far,
.entity.fa-550x .fas,
.entity.fa-550x .svg-inline--fa {font-size: 550%;}

.entity.fa-600x .fa,
.entity.fa-600x .fab,
.entity.fa-600x .fal,
.entity.fa-600x .far,
.entity.fa-600x .fas,
.entity.fa-600x .svg-inline--fa {font-size: 600%;}

.entity.fa-650x .fa,
.entity.fa-650x .fab,
.entity.fa-650x .fal,
.entity.fa-650x .far,
.entity.fa-650x .fas,
.entity.fa-650x .svg-inline--fa {font-size: 650%;}

.entity.fa-700x .fa,
.entity.fa-700x .fab,
.entity.fa-700x .fal,
.entity.fa-700x .far,
.entity.fa-700x .fas,
.entity.fa-700x .svg-inline--fa {font-size: 700%;}

.entity.fa-750x .fa,
.entity.fa-750x .fab,
.entity.fa-750x .fal,
.entity.fa-750x .far,
.entity.fa-750x .fas,
.entity.fa-750x .svg-inline--fa {font-size: 750%;}

.entity.fa-800x .fa,
.entity.fa-800x .fab,
.entity.fa-800x .fal,
.entity.fa-800x .far,
.entity.fa-800x .fas,
.entity.fa-800x .svg-inline--fa {font-size: 800%;}

.entity.fa-850x .fa,
.entity.fa-850x .fab,
.entity.fa-850x .fal,
.entity.fa-850x .far,
.entity.fa-850x .fas,
.entity.fa-850x .svg-inline--fa {font-size: 850%;}

.entity.fa-900x .fa,
.entity.fa-900x .fab,
.entity.fa-900x .fal,
.entity.fa-900x .far,
.entity.fa-900x .fas,
.entity.fa-900x .svg-inline--fa {font-size: 900%;}

.entity.fa-950x .fa,
.entity.fa-950x .fab,
.entity.fa-950x .fal,
.entity.fa-950x .far,
.entity.fa-950x .fas,
.entity.fa-950x .svg-inline--fa {font-size: 950%;}

.entity.fa-1000x .fa,
.entity.fa-1000x .fab,
.entity.fa-1000x .fal,
.entity.fa-1000x .far,
.entity.fa-1000x .fas,
.entity.fa-1000x .svg-inline--fa {font-size: 1000%;}




/*---  Anular altura en campos de imágenes  ---*/
.entity-paragraphs-item figure,
.entity-paragraphs-item picture {display: block; line-height: 0;}


/*---  Elimina el margen de los enlaces con efectos Hover.css de fondo  ---*/
.paragraphs-item-atomo-enlace.hvr-fade,
.paragraphs-item-atomo-enlace.hvr-back-pulse,
.paragraphs-item-atomo-enlace.hvr-sweep-to-right,
.paragraphs-item-atomo-enlace.hvr-sweep-to-left,
.paragraphs-item-atomo-enlace.hvr-sweep-to-bottom,
.paragraphs-item-atomo-enlace.hvr-sweep-to-top,
.paragraphs-item-atomo-enlace.hvr-bounce-to-right,
.paragraphs-item-atomo-enlace.hvr-bounce-to-left,
.paragraphs-item-atomo-enlace.hvr-bounce-to-bottom,
.paragraphs-item-atomo-enlace.hvr-bounce-to-top,
.paragraphs-item-atomo-enlace.hvr-radial-out,
.paragraphs-item-atomo-enlace.hvr-radial-in,
.paragraphs-item-atomo-enlace.hvr-rectangle-in,
.paragraphs-item-atomo-enlace.hvr-rectangle-out,
.paragraphs-item-atomo-enlace.hvr-shutter-in-horizontal,
.paragraphs-item-atomo-enlace.hvr-shutter-out-horizontal,
.paragraphs-item-atomo-enlace.hvr-shutter-in-vertical,
.paragraphs-item-atomo-enlace.hvr-shutter-out-vertical {margin: 1.2em 0;}

.paragraphs-item-atomo-enlace.hvr-fade a,
.paragraphs-item-atomo-enlace.hvr-back-pulse a,
.paragraphs-item-atomo-enlace.hvr-sweep-to-right a,
.paragraphs-item-atomo-enlace.hvr-sweep-to-left a,
.paragraphs-item-atomo-enlace.hvr-sweep-to-bottom a,
.paragraphs-item-atomo-enlace.hvr-sweep-to-top a,
.paragraphs-item-atomo-enlace.hvr-bounce-to-right a,
.paragraphs-item-atomo-enlace.hvr-bounce-to-left a,
.paragraphs-item-atomo-enlace.hvr-bounce-to-bottom a,
.paragraphs-item-atomo-enlace.hvr-bounce-to-top a,
.paragraphs-item-atomo-enlace.hvr-radial-out a,
.paragraphs-item-atomo-enlace.hvr-radial-in a,
.paragraphs-item-atomo-enlace.hvr-rectangle-in a,
.paragraphs-item-atomo-enlace.hvr-rectangle-out a,
.paragraphs-item-atomo-enlace.hvr-shutter-in-horizontal a,
.paragraphs-item-atomo-enlace.hvr-shutter-out-horizontal a,
.paragraphs-item-atomo-enlace.hvr-shutter-in-vertical a,
.paragraphs-item-atomo-enlace.hvr-shutter-out-vertical a {margin: 0 !important; padding: 2em 0; width: auto !important;}

.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {background-color: transparent !important;}

.hvr-fade a:active, .hvr-fade a:focus, .hvr-fade a:hover,
.form-submit.hvr-fade:active, .form-submit.hvr-fade:focus, .form-submit.hvr-fade:hover {
    /*background-color: #d1b786 !important;
    color: #fff !important;*/
	}


/*---  Elimina el borde y agrega un fondo en los enlaces con efectos Hover.css de borde  ---*/
.paragraphs-item-atomo-enlace.hvr-border-fade,
.paragraphs-item-atomo-enlace.hvr-hollow,
.paragraphs-item-atomo-enlace.hvr-trim,
.paragraphs-item-atomo-enlace.hvr-ripple-out,
.paragraphs-item-atomo-enlace.hvr-ripple-in,
.paragraphs-item-atomo-enlace.hvr-outline-out,
.paragraphs-item-atomo-enlace.hvr-outline-in,
.paragraphs-item-atomo-enlace.hvr-round-corners,
.paragraphs-item-atomo-enlace.hvr-underline-from-left,
.paragraphs-item-atomo-enlace.hvr-underline-from-center,
.paragraphs-item-atomo-enlace.hvr-underline-from-right,
.paragraphs-item-atomo-enlace.hvr-overline-from-left,
.paragraphs-item-atomo-enlace.hvr-overline-from-center,
.paragraphs-item-atomo-enlace.hvr-overline-from-right,
.paragraphs-item-atomo-enlace.hvr-reveal,
.paragraphs-item-atomo-enlace.hvr-underline-reveal,
.paragraphs-item-atomo-enlace.hvr-overline-reveal {
	margin: 1.2em 0;
	}

.paragraphs-item-atomo-enlace.hvr-border-fade a,
.paragraphs-item-atomo-enlace.hvr-hollow a,
.paragraphs-item-atomo-enlace.hvr-trim a,
.paragraphs-item-atomo-enlace.hvr-ripple-out a,
.paragraphs-item-atomo-enlace.hvr-ripple-in a,
.paragraphs-item-atomo-enlace.hvr-outline-out a,
.paragraphs-item-atomo-enlace.hvr-outline-in a,
.paragraphs-item-atomo-enlace.hvr-round-corners a,
.paragraphs-item-atomo-enlace.hvr-underline-from-left a,
.paragraphs-item-atomo-enlace.hvr-underline-from-center a,
.paragraphs-item-atomo-enlace.hvr-underline-from-right a,
.paragraphs-item-atomo-enlace.hvr-overline-from-left a,
.paragraphs-item-atomo-enlace.hvr-overline-from-center a,
.paragraphs-item-atomo-enlace.hvr-overline-from-right a,
.paragraphs-item-atomo-enlace.hvr-reveal a,
.paragraphs-item-atomo-enlace.hvr-underline-reveal a,
.paragraphs-item-atomo-enlace.hvr-overline-reveal a {
	width: auto !important; 
	margin:  0 !important; 
	padding: 1em 0 !important; 
	} 

.paragraphs-item-atomo-enlace.hvr-border-fade a:hover,
.paragraphs-item-atomo-enlace.hvr-hollow a:hover,
.paragraphs-item-atomo-enlace.hvr-trim a:hover,
.paragraphs-item-atomo-enlace.hvr-ripple-out a:hover,
.paragraphs-item-atomo-enlace.hvr-ripple-in a:hover,
.paragraphs-item-atomo-enlace.hvr-outline-out a:hover,
.paragraphs-item-atomo-enlace.hvr-outline-in a:hover,
.paragraphs-item-atomo-enlace.hvr-round-corners a:hover,
.paragraphs-item-atomo-enlace.hvr-underline-from-left a:hover,
.paragraphs-item-atomo-enlace.hvr-underline-from-center a:hover,
.paragraphs-item-atomo-enlace.hvr-underline-from-right a:hover,
.paragraphs-item-atomo-enlace.hvr-overline-from-left a:hover,
.paragraphs-item-atomo-enlace.hvr-overline-from-center a:hover,
.paragraphs-item-atomo-enlace.hvr-overline-from-right a:hover,
.paragraphs-item-atomo-enlace.hvr-reveal a:hover,
.paragraphs-item-atomo-enlace.hvr-underline-reveal a:hover,
.paragraphs-item-atomo-enlace.hvr-overline-reveal a:hover {background: rgba(255,255,255,0) !important;}

/*---  Elimina el margen y borde de los enlaces con efectos Hover.css de brillo y sombra  ---*/
.paragraphs-item-atomo-enlace.hvr-glow,
.paragraphs-item-atomo-enlace.hvr-shadow,
.paragraphs-item-atomo-enlace.hvr-grow-shadow,
.paragraphs-item-atomo-enlace.hvr-box-shadow-outset,
.paragraphs-item-atomo-enlace.hvr-box-shadow-inset,
.paragraphs-item-atomo-enlace.hvr-float-shadow,
.paragraphs-item-atomo-enlace.hvr-shadow-radial {margin: 1.2em 0;}

.paragraphs-item-atomo-enlace.hvr-glow a,
.paragraphs-item-atomo-enlace.hvr-shadow a,
.paragraphs-item-atomo-enlace.hvr-grow-shadow a,
.paragraphs-item-atomo-enlace.hvr-box-shadow-outset a,
.paragraphs-item-atomo-enlace.hvr-box-shadow-inset a,
.paragraphs-item-atomo-enlace.hvr-float-shadow a,
.paragraphs-item-atomo-enlace.hvr-shadow-radial a {margin: 0 !important; width: auto !important;}

/*---  Elimina el margen y borde de los enlaces con efectos Hover.css de burbuja (diálogo)  ---*/
.paragraphs-item-atomo-enlace.hvr-bubble-top,
.paragraphs-item-atomo-enlace.hvr-bubble-right,
.paragraphs-item-atomo-enlace.hvr-bubble-bottom,
.paragraphs-item-atomo-enlace.hvr-bubble-left,
.paragraphs-item-atomo-enlace.hvr-bubble-float-top,
.paragraphs-item-atomo-enlace.hvr-bubble-float-right,
.paragraphs-item-atomo-enlace.hvr-bubble-float-bottom,
.paragraphs-item-atomo-enlace.hvr-bubble-float-left {margin: 1.2em 0;}

.paragraphs-item-atomo-enlace.hvr-bubble-top a,
.paragraphs-item-atomo-enlace.hvr-bubble-right a,
.paragraphs-item-atomo-enlace.hvr-bubble-bottom a,
.paragraphs-item-atomo-enlace.hvr-bubble-left a,
.paragraphs-item-atomo-enlace.hvr-bubble-float-top a,
.paragraphs-item-atomo-enlace.hvr-bubble-float-right a,
.paragraphs-item-atomo-enlace.hvr-bubble-float-bottom a,
.paragraphs-item-atomo-enlace.hvr-bubble-float-left a {margin: 0 !important; width: auto !important;}

/*---  Elimina el margen de los enlaces con efectos Hover.css de doblez (curl)  ---*/
.paragraphs-item-atomo-enlace.hvr-curl-top-left,
.paragraphs-item-atomo-enlace.hvr-curl-top-right,
.paragraphs-item-atomo-enlace.hvr-curl-bottom-left,
.paragraphs-item-atomo-enlace.hvr-curl-bottom-right {margin: 1.2em 0;}

.paragraphs-item-atomo-enlace.hvr-curl-top-left a,
.paragraphs-item-atomo-enlace.hvr-curl-top-right a,
.paragraphs-item-atomo-enlace.hvr-curl-bottom-left a,
.paragraphs-item-atomo-enlace.hvr-curl-bottom-right a {margin: 0 !important; width: auto !important;}

.hvr-curl-top-left:before,
.hvr-curl-top-right:before,
.hvr-curl-bottom-left:before,
.hvr-curl-bottom-right:before {z-index: 4;}

/* --------------------------- EFECTOS DE ANIMACIÓN REUTILIZABLES --------------------- */
/* ------------------------------------------------------------------------------------*/
@-webkit-keyframes myFadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@keyframes myFadeInLeft {
		0% {
				/*opacity: 0;*/
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				/*opacity: 1;*/
				-webkit-transform: none;
				transform: none;
		}
}

@-webkit-keyframes myFadeOutLeft {
		0% {
				/*opacity: 1;*/
		}
		100% {
				/*opacity: 0;*/
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}

@keyframes myFadeOutLeft {
		0% {
				/*opacity: 1;*/
		}
		100% {
				/*opacity: 0;*/
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}




/*
 *   ===========================================
 *     S O L O   P A R A   E S T E   S I T I O 
 *   ===========================================
 */

.entity ul:not(.browser-default) {
  padding-left: 1.6em;
  list-style-type: disc;
}

.entity ul:not(.browser-default)>li {list-style-type: disc; padding-bottom: 0.3em;}

.select-wrapper ul:not(.browser-default)>li {list-style-type: none;}

.select-wrapper ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

#header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

#nav-wrapper {
    position: fixed;
    top: 3.6em;
    left: 0;
    width: 100%;
    /*margin-top: 3.6em;*/
    z-index: 10;
    /*box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.5);*/
  }
  
#nav-wrapper #menu-bar {
  padding: 0 8.33%;
  background-color: black;
  /*background-color: #112f12;*/
  }

body.logged-in.admin-menu #header-wrapper {top: 30px;}

body.logged-in.admin-menu #nav-wrapper {top: calc(3.6em + 30px);}

nav#block-system-main-menu {
  height: 48px;
  line-height: 48px;
  box-shadow: none;
  background-color: transparent;
  }

#block-system-main-menu ul.menu li a {padding: 0 1.5vw;}

#block-system-main-menu ul.menu li a:hover {color: #E9E600;}

#block-system-main-menu .menu li a.active {
  color: white;
	border-bottom: solid 3px #E9E600;
	}
  
#block-system-main-menu .menu li.redtox-kids-label {position: relative; margin-right: 2em;}

#block-system-main-menu .menu li.redtox-kids-label:after {
  content: "";
  display: block;
  position: absolute;
  left: 3.8em;
  top: 0;
  width: 2.5em;
  height: 2em;
  background: transparent url(/sites/default/files/no-responsivas/kids-tag.png) no-repeat center center;
  background-size: 2.5em;
  }
  
#block-system-main-menu .menu li.solo-editores {display: none;}

body.user-role-redtox #block-system-main-menu .menu li.solo-editores {display: initial;}


#secondary-content-wrapper {margin-top: 6.4em;}



#block-system-user-menu {
  height: auto;
  margin-top: 10em;
  line-height: 1.2em;
  border-radius: 0.5em;
  background-color: #BAFD37;
  }

#block-system-user-menu .block-inner {
    color: #112f12;
    margin-left: 0;
    margin-right: 0;
    padding: 1em 2em;
    }
    
#block-system-user-menu .block-inner a,
#block-system-user-menu .block-inner h2 {color: #112f12;}

#block-system-user-menu ul {padding: 1.5em 0 0 15px;}

#block-system-user-menu ul li {
    float: none;
    padding: 0.5em 0;
    list-style-type: disc;
    list-style-image: none;
    }

#block-system-user-menu ul li a {padding: 0.5em; font-size: 1.2em;}

#block-system-user-menu ul li a:hover {text-decoration: none;}




/*
 * Sidenav trigger --------------------------------------------
 */
 #top-bar {position: absolute; top: 0.2em; right: 0.8em;}

 .sidenav-trigger {color: white;}
 
 .sidenav-trigger .material-icons {font-size: 4em;}
 
 /*
  * Sidenav bar -----------------------------------------------
  */
 
#footer-wrapper .region-footer .sidenav  { /*--- Esta clase se debe colocar en el bloque que contiene el menú para móviles ---*/
  background-color: #112F12;
  width: 40%;
  }
 
.region-footer .sidenav .sf-accordion-toggle {display:none;}

.region-footer .sidenav #superfish-1-accordion {display: initial; left:auto !important; top:auto !important;}

.region-footer .sidenav ul,
.region-footer .sidenav ul ul {padding-left: 0;}
 
.region-footer .sidenav li {position: relative; width: 100%;}
 
.region-footer .sidenav li > a {
   color: #FFFFFF !important;
   padding: 0 15px !important;
   width: 100%;
   text-align: left;
   }
   
.region-footer .sidenav li li > a {padding: 0 15px 0 30px !important;}
 
.region-footer .sidenav .block-inner {
     margin-left: 0;
     margin-right: 0;
     margin-top: 0;
     }
   
.region-footer .sidenav a.active,
.region-footer .sidenav .menuparent.active-trail > a {
    background-color: #42d84e;
    color: #112F12 !important;
   }
   
.region-footer .sidenav .menuparent.active-trail {background: rgba(255,255,255,0.2);}
  
.region-footer .sidenav .block-title {display: none;}

.region-footer .sidenav li.menuparent:after {
    content: "";
    display: block;
    position: absolute;
    top: 2em;
    right: 3em;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid white;
    -webkit-transition: all 0.5s ease; /* Para Chrome y Safari */
    -moz-transition: all 0.5s ease; /* Para Mozilla */
    -o-transition: all 0.5s ease; /* Para Ópera */
    -ms-transition: all 0.5s ease; /* Para Explorer */
    transition: all 0.5s ease;
    }
 
.region-footer .sidenav li.menuparent.sf-expanded:after {transform: rotate(180deg);} 
 
/*
  * Sidenav bar- collpasible menu adjust for Chrome
  */
.region-footer .sidenav .collapsible > li.active .collapsible-body {clear: both; display: block; height: auto;}
 
.region-footer .sidenav .collapsible > li.active .collapsible-body nav.block-user-menu {height: auto;}
 
nav .notifications .collapsible-body {top: 5.5em; width: 100vw;}


/*
  * INFORMACION DE PIE DE PAGINA (componentes)
  */
.footer-seccion-01 {
    background-image: url(/sites/default/files/no-responsivas/fondo-contacto.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20%;
    }
    
.footer-seccion-02 {border-bottom: solid 1px #37A240;}

.footer-seccion-01 .izquierda h2,
.footer-seccion-02 .derecha h2 {border-bottom: none;}

.footer-seccion-02 .derecha h2 {font-size: 1.2em;}

.footer-seccion-01 .derecha .form-item.webform-component,
.footer-seccion-02 .derecha .form-item.webform-component {margin-top: 0; margin-bottom: 0;}

.footer-seccion-01 .derecha .form-item.webform-component input,
.footer-seccion-02 .derecha .form-item.webform-component input {color: white; padding: 0 1em;}

.footer-seccion-01 .derecha .webform-component--contacto-entidad,
.footer-seccion-01 .derecha .webform-component--contacto-telefono {float: left; width: 50%;}

.footer-seccion-01 .derecha .webform-client-form .form-textarea {
  color: white;
  overflow: hidden;
  border-bottom: 1px solid #9e9e9e;
  background-color: transparent;
  }
  
.footer-seccion-01 .derecha .webform-client-form .form-textarea:focus {outline: none; border-bottom: 1px solid #26a69a;}
  
.footer-seccion-01 .derecha #edit-submitted-contacto-adjunto-ajax-wrapper,
.footer-seccion-01 .derecha #edit-submitted-contacto-adjunto-ajax-wrapper .form-managed-file {margin-top: 1.5em;}

.footer-seccion-01 .derecha #edit-submitted-contacto-adjunto-ajax-wrapper {padding-bottom: 0.5em; border-bottom: 1px solid #9e9e9e;}

.footer-seccion-01 .derecha #edit-submitted-contacto-adjunto-upload-button {display: none;}

.footer-seccion-01 .derecha .webform-component--contacto-terminos label,
.footer-seccion-01 .derecha .webform-component--contacto-privacidad label {
    color: white;
    padding-left: 1em;
    font-size: 1em;
    font-weight: normal;
    }
    
.footer-seccion-02 .derecha .webform-component--boletin-terminos label,
.footer-seccion-02 .derecha .webform-component--boletin-privacidad label {
    color: white;
    padding-left: 1em;
    font-size: 0.86em;
    font-weight: normal;
    }
    
.footer-seccion-01 .derecha .webform-component--contacto-terminos input,
.footer-seccion-01 .derecha .webform-component--contacto-privacidad input,
.footer-seccion-02 .derecha .webform-component--boletin-terminos input,
.footer-seccion-02 .derecha .webform-component--boletin-privacidad input {
    position: initial;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1.6);
    }
    
.footer-seccion-02 .derecha select {
    color: white;
    display: initial;
    padding: 0 1em;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    background-color: transparent;
    }

.footer-seccion-01 .derecha .form-actions,
.footer-seccion-02 .derecha .form-actions {margin-top: 1.2em; text-align: center;}


 
/*
  * INFORMACION DE PIE DE PAGINA (bloque estático)
  */
#block-block-46 {padding: 1em;}

#block-block-46 .contenidoFtr .lgoFtr {
  height: 6em;
  background-image: url("/sites/default/files/svg/redtox_blanco.svg");
  background-repeat: no-repeat;
  background-size: 12em;
  background-position: center;
}

#block-block-46 .contenidoFtr p a {font-size: 0.8em;}

#block-block-46 .contenidoFtr .derechos p {margin: 0;}

#block-block-46 .contenidoFtr .derechos,
#block-block-46 .contenidoFtr .redes{
  height: 6em;
  display: flex;
  align-items: center;
  justify-content: space-around;
  }

#block-block-46 .contenidoFtr .redes .icnRed{
  height: 2.5em;
  width: 2.5em;
  }

#block-block-46 .contenidoFtr .redes a img { filter: brightness(300%) grayscale(100%);}

#block-block-46 .contenidoFtr .redes a img:hover {filter: brightness(100%) grayscale(0%);}

#block-block-46 .contenidoFtr .row a:first-child {margin-bottom: 2em;}

#block-block-46 .contenidoFtr .row {
  margin: 0;
  padding: 1em 0em;  
  }

#block-block-46 .contenidoFtr a {
  text-align: center;
  color: white; 
  }

/*
 * Status messages --------------------------------------------
 */
#modalmsg,
#modalmsg .modal-footer,
#modalmsg .modal-content,
#modalmsg .modal-content .messages.status {color: white; border: none; background-color: #37A240;}

#modalmsg .modal-footer a.white-text {color: #37A240 !important; font-family: "Open Sans Semibold";}

#modalmsg .modal-footer a.indigo {background-color: #E9E600 !important;}

/*
 * Slideshow y video editables para la página principal -------
 */
#block-views-home-slideshow-block > .block-inner,
#block-views-home-slideshow-block-2 > .block-inner {margin-left: 0; margin-right: 0;}

.view-home-slideshow .flexslider {margin: 0;}

.view-home-slideshow .flexslider li {position: relative; padding-bottom: 0 !important;}

.view-home-slideshow .flexslider .campos {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 10vw;
    bottom: 16%;
    width: 40vw;
    height: 80%;
    font-size: 1.2em;
    }

.view-home-slideshow .flexslider .campos-1 {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 4vw;
    top: 0;
    width: 40vw;
    height: 100%;
    font-size: 1.2em;
    }
    
.view-home-slideshow .flexslider .campos-2 {
    position: absolute;
    left: 44vw;
    top: 0;
    width: 56vw;
    height: 100%;
    }
    
.view-home-slideshow .flexslider .campos-2 .video {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    }
    
.view-home-slideshow .flexslider .campos-2 .video iframe {width: 80%; height: 66%;}

.view-home-slideshow .flexslider h1 {color: #E9E600; margin-top: 0.5em; margin-bottom: 0.5em;}

.view-home-slideshow .flexslider .enlace a {float: left;}
    
.view-home-slideshow .flexslider .flex-control-nav {z-index: 9;}

.view-home-slideshow .flexslider .flex-control-nav li {margin: 0 0.65em;}

.view-home-slideshow .flexslider .flex-control-nav a {
    width: 16px;
    height: 16px;
    background: rgba(255,255,255,0.5);
    }

.view-home-slideshow .flexslider .flex-control-nav a.flex-active {background: rgba(255,255,255,0.9);}


/*
 * Bloque con caja de búsqueda --------------------------------------------
 */
#block-views-exp-buscador-todos-page {
  position: absolute;
  top: 0;
  right: 2%;
  width: 32vw;
  }
  
#block-views-exp-buscador-todos-page #edit-keys-wrapper {padding: 1em 1em 0 0;}

#block-views-exp-buscador-todos-page .views-exposed-form .views-exposed-widget {padding: .8em 1em 0 0;}

#block-views-exp-buscador-todos-page .views-exposed-form .views-exposed-widget .form-submit {
  width: 2em;
  min-width: auto;
  margin-top: 0;
  padding: 0.8em 1em;
  text-indent: -9000px;
  background: transparent url(/sites/default/files/search_alt_white.png) no-repeat center center;
  background-size: 2em;
  }
  
#block-views-exp-buscador-todos-page .views-exposed-form .views-exposed-widget #edit-keys {
  color: initial;
  width: 19vw;
  height: 2.4em;
  padding: 0 1em;
  border-bottom: none;
  border-radius: 1.5em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }

#block-views-exp-buscador-todos-page .views-exposed-form .views-exposed-widget #edit-keys:focus {
  background-color: #9a9a9a;
}

#block-views-exp-buscador-todos-page:hover .views-exposed-form .views-exposed-widget #edit-keys {
  border-bottom: 1px solid #9e9e9e;
  background-color: #fafafa;
  }
  
#block-views-exp-buscador-todos-page #edit-keys::-webkit-input-placeholder { /* Edge */
  color: black;
  }

#block-views-exp-buscador-todos-page #edit-keys:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
  }

#block-views-exp-buscador-todos-page #edit-keys::placeholder {
  color: black;
  }



/*
 * Bloque con caja de búsqueda (MÓVILES) ---------------------------------------------
 */
#block-superfish-1 #superfish-1-accordion > li:nth-child(1) {
  padding: 3em 1em 2em 1em !important;
  background-color: black;
  }

#block-superfish-1 #superfish-1-accordion > li:nth-child(1) a.sf-depth-1,
#block-superfish-1 #superfish-1-accordion > li:nth-child(1) a.menu-attach-block-drop-link {display: none;}

#block-superfish-1 #superfish-1-accordion form {position: relative; width: 100%;}

#block-superfish-1 #superfish-1-accordion .views-exposed-form .views-exposed-widget .form-submit {
  position: absolute;
  right: 0;
  top: 1.5em;
  width: 3em;
  min-width: auto;
  margin-top: 0;
  padding: 0.8em 1em;
  text-indent: -9000px;
  background: transparent url(/sites/default/files/search_alt_yellow.png) no-repeat center center;
  background-size: 3em;
  }

#block-superfish-1 #superfish-1-accordion #edit-keys-wrapper {width: 86%;}

#block-superfish-1 #superfish-1-accordion #edit-keys {
  color: white;
  width: 100%;
  height: 2.5em;
  border-bottom: solid 2px #E9E600;
  }
  
#block-superfish-1 #superfish-1-accordion #edit-keys::-webkit-input-placeholder { /* Edge */
        color: #909090;
        }

#block-superfish-1 #superfish-1-accordion #edit-keys:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #909090;
        }

#block-superfish-1 #superfish-1-accordion #edit-keys::placeholder {
        color: #909090;
        }


/*
 * Estandarizar aspecto de enlaces "call to action" y
 *    botones para envío de formularios   --------------------------------------------
 */
a.redtox-cta,
a#edit-cancel,
.seccion .cta a,
input.form-submit,
.pager-show-more a {
    color: #2C2C2C;
    display: block;
    min-width: 14em;
    max-width: 26em;
    text-align: center;
    padding: 0.6em;
    border: none;
    font-size: 1em;
    border-radius: 0.5em;
    background-color: #E9E600;
    font-family: "Open Sans Semibold";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

a.redtox-cta:hover,
a#edit-cancel:hover,
.seccion .cta a:hover,
input.form-submit:hover,
.pager-show-more a:hover {color: white; background-color: #42D84E;}

.pager-show-more a {margin: 0 auto; width: 11em;}

