/*!
Theme Name: INNOVA Agricultura Familiar
Theme URI: http://underscores.me/
Author: Ingenio Arte y Comunicación
Author URI: http://ingenio.co.cr
Description: Theme oficial del sitio web de INNOVA Agricultura Familiar.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: innova
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

INNOVA Agricultura Familiar is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: .5;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: .5;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: .5;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: .5;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-toggler {
	padding-bottom: 12px;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	background-color: #55aa45;
	color: #ffffff;
	padding: 6px 0;
	float: left;
	position: absolute;
	top: 32px;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul li {
	margin: 7px 17px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}

.main-navigation ul ul li:last-child {
	border: none;
}

.main-navigation ul ul li a {
	padding-bottom: 7px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}




body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
a,
a:visited {
	color: #2d3e50;
}
a:hover {
	text-decoration: none;
}
.post,
.page {
    margin: 0;
}
.header-top {
	padding: 45px 15px 30px 15px;
}
.main-navigation {
	background-color: #24366F;
	padding: 11px 0 3px 0;
}
.menu-menu-principal-container {
	text-align: center;
}
.menu-menu-principal-container ul li {
	display: inline-block;
	margin: 0 15px;
	float: none;
	text-align: center;
}
.menu-menu-principal-container ul li a {
	display: block;
	padding-bottom: 12px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-menu-principal-container ul li a:hover {
	opacity: .5;
}
.main-navigation .show-on-mobile #navbarCollapse {
	clear: both;
}
.main-navigation .show-on-mobile ul li {
	display: block;
	margin: 15px 0;
}
.main-navigation .show-on-mobile .navbar-toggler {
	margin-top: 12px;
}
.colour-band {
	height: 19px;
	background: url(images/colour-band01.png) top center repeat-x;
	clear: both;
}
#mysticky-wrap .elementor-button-link {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#mysticky-wrap .elementor-button-link:hover {
    opacity: .5;
}
.subcategory-row p a,
.links-of-interest-well a {
	color: #196ea1;
}
#home-news-carousel .col-sm-7,
#home-news-carousel .col-sm-5 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 470px;
}
#home-news-carousel .lone-slide {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 470px;
	padding: 100px 0;
}
.home .home-carousel-right-column {
	background-color: #b8d1e7;
}
.home .home-carousel-right-column h2 a:hover {
	color: #2d3e50;
}
.home h2 {
	position: relative;
	margin: 0;
	color: #ffffff;
	font-size: 38px;
	font-weight: bold;
	text-align: right;
	z-index: 9;
}
.home h2 strong {
	font-size: 27px;
	font-weight: normal;
}
.home-content-outer-container {
	padding: 50px 0;
}
.events-element {
	background-color: #E0E3A9;
}
.events-element h3 {
	background-color: #8DC640;
	color: #ffffff;
	padding: 10px 30px;
	font-size: 32px;
}
.events-element article {
	padding: 10px 30px;
}
.events-element article:nth-child(3) {
	margin-bottom: -52px;
}
.events-element .date,
.events-element .title {
	color: #0973b9;
	font-weight: bold;
}
.events-element .download {
	color: #0973b9;
	text-decoration: underline;
}
.home-events-button {
	display: block;
	position: relative;
	top: -18px;
	right: 15px;
	width: 50px;
	color: #fff;
	font-size: 34px;
	float: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#restOfEvents {
	padding-top: 55px;
}
.featured-element {
	color: #ffffff;
}
.featured-element article {
	height: 327px;
	background-color: #4DA5DC;
}
.featured-element .featured-image-container {
	position: absolute;
	width: 100%;
	height: 302px;
}
.featured-element .right-column {
	padding: 40px 40px 0 40px;
}
.featured-element .date {
	font-size: 29px;
	font-weight: bold;
	line-height: 29px;
}
.featured-element .type {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.featured-element .title {
	display: block;
	margin-top: 15px;
	font-size: 22px;
	line-height: 26px;
}
.line-clamp {
  overflow: hidden;
  position: relative; 
  line-height: 1.2em;
  max-height: 68px;
}
.line-clamp:before {
  content: '...';
  position: absolute;
  right: 16px;
  bottom: 0;
}
.line-clamp:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
header.entry-header {
	background: url(images/inner-page-title-background01.png) top center repeat-x;
	background-size: cover;
	padding: 10px 0;
}
header.entry-header h1 {
	margin: 0;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}
.single-componente header.entry-header {
    border-bottom: 8px solid #ffffff;
}
.header-top-last-column {
	margin-top: 38px;
}
.page .entry-content {
	margin: 65px 0 85px 0;
}
.page-template-countries .entry-content,
.page-template-news .entry-content {
	margin: 0;
}
.inner-page-outer-container {
	margin: 85px 0 100px 0;
}
.elementor-element-8ef83d3 .elementor-row .elementor-column {
	border-right: 1px dashed #2d3e50;
}
.elementor-element-8ef83d3 .elementor-row .elementor-column:last-child {
	border: none;
}
.page-template-components .entry-content {
	margin: 0;
}
.components-featured-image {
	height: 150px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.components-featured-image img,
.components-column .category p {
	display: none !important;
}
.components-column .category {
	display: block;
	margin-top: 22px;
	font-size: 14px;
	text-transform: uppercase;
}
.components-column .title {
	margin: 0 0 20px 0;
	font-size: 23px;
}
.components-column .title a:hover {
	text-decoration: none;
}
.components-column .excerpt p {
	color: #2d3e50;
	font-size: 14px;
}
.components-column .more-button a,
.postid-73 .more-button a,
.page-template-news .more-button a {
	background-color: #2d3e50;
	padding: 4px 19px;
	color: #ffffff;
	font-size: 13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.components-column .more-button a:hover,
.postid-73 .more-button a:hover,
.page-template-news .more-button a:hover {
	text-decoration: none;
	opacity: .5;
}
.page-template-news .more-button a {
	padding: 5px;
}
.featured-news-primary-element .more-button a {
	background-color: #56a445;
}
.older-news-element .more-button {
	position: absolute;
	bottom: 0;
	background-color: #56a445;
}
.older-news-element .more-button a {
	background-color: #56a445;
}
#hero-component {
	padding: 265px 0;
}
.postid-70 #hero-component {
	padding: 150px 0;
}
.single-componente h2 {
	color: #223b77;
	font-size: 37px;
	font-weight: 400;
}
.single-componente h2 strong {
	font-weight: 900;
}
#alianzas-publico-privadas-section {
	margin-top: 40px;
}
.title-and-description {
	display: none;
}
.title-and-description.first-element {
	display: block;
}
.title-and-description.first-element h3 {
	margin-bottom: 32px;
	padding: 25px 40px;
	color: #56a445;
	background-color: #ecf3e7;
	font-size: 21px;
	text-transform: uppercase;
}
.title-and-description.first-element .description {
	padding: 0 40px;
}
.subcategory-row {
	margin: 0 40px;
	padding: 25px 0;
	border-bottom: 1px solid #000000;
}
.subcategory-container .subcategory-row:last-child {
	border: none;
}
#experiencias-de-escalamiento-promovidas-por-fida-section {
	margin: 25px 0 35px 0;
}
#experiencias-de-escalamiento-promovidas-por-fida-section h4 a {
	color: #49a5dc;
	font-size: 18px;
	font-weight: bold;
}
.main-downloads-section-inner-container {
	margin-top: 25px;
}
.main-downloads-section-inner-container h5 {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 700;
}
.main-downloads-section-inner-container a {
	font-size: 14px;
}
.main-download-featured-image {
	width: 130px;
	height: 170px;
}
.postid-71 .footer-blue-section {
	background-color: #56a445;
}
.countries-outer-container {
	margin-bottom: 100px;
	text-align: center;
}
.countries-outer-container .countries-column {
	margin-bottom: 40px;
}
.countries-outer-container .countries-column center {
	width: 100%;
}
.country-map {
	display: -webkit-flex;
	-webkit-align-items: flex-end;
	display: flex;
	align-items: flex-end;
	height: 300px;
}
.country-map a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.country-map a:hover {
	opacity: .6;
}
.country-map img {
	margin-bottom: 12px;
}
.countries-outer-container h3 {
	font-size: 23px;
	font-weight: normal;
}
.news-outer-container {
	padding: 80px 0;
}
.featured-news-primary-element {
	display: none;
	background-color: #23356f;
	color: #ffffff;
	margin-bottom: 30px;
	padding: 30px;
}
.featured-news-primary-element .featured-image {
	width: 100%;
	height: 240px;
}
.featured-news-secondary-element .featured-image {
	width: 100%;
	height: 150px;
}
.older-news-element .featured-image {
	width: 100%;
	height: 150px;
}
.featured-news-primary-element h2 {
	line-height: 27px;
}
.featured-news-primary-element h2 a {
	color: #85bbe5;
	font-size: 27px;
}
.featured-news-secondary-element {
	display: none;
	min-height: 478px;
	color: #ffffff;
	padding: 30px;
}
.featured-news-secondary-row {
	margin-bottom: 42px;
}
.featured-news-secondary-element h2 {
	line-height: 23px;
}
.featured-news-secondary-element h2 a {
	color: #ffffff;
	font-size: 23px;
}
.featured-news-secondary-column:first-child .featured-news-secondary-element {
	background-color: #56a445;
}
.featured-news-secondary-column:last-child .featured-news-secondary-element {
	background-color: #8c6339;
}
.older-news-element h2 {
	line-height: 19px;
}
.older-news-element h2 a {
	color: #8c6339;
	font-size: 19px;
}
hr {
	background-color: #231f20;
}
.bg-overlay {
    background: #000000;
    opacity: 0.02;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}
.single-post h1 {
	color: #223b77;
	font-size: 30px;
	font-weight: 400;
}
.single-post h4 {
	color: #223b77;
	font-size: 21px;
	font-weight: 400;
	font-style: italic;
}
.single-post p {
	font-size: 14px;
}
.single-post article {
	padding: 40px 0 50px 0;
}
.single-news-featured-image {
	width: 550px;
	height: 351px;
	margin: 0 0 160px 30px;
	float: right;
}
.featured-image-caption {
	position: relative;
	bottom: -351px;
	background-color: #e5eaf7;
	color: #223b77;
	padding: 20px;
	font-size: 14px;
}
.post-type-archive-publicacion .featured-image,
.post-type-archive-curso-virtual .featured-image {
	width: 100%;
	height: 360px;
}
.post-type-archive-publicacion h3,
.post-type-archive-curso-virtual h3 {
	font-size: 20px;
	font-weight: 400;
}
.publications-outer-container,
.virtual-courses-outer-container {
	margin: 60px auto;
}
.post-type-archive-curso-virtual .featured-video iframe {
	height: 210px;
}
#loginRegisterModal,
#loginRegisterModal .btn {
	font-size: 15px;
}
.lwa-register h2 {
	display: none;
}
.lwa .lwa-register {
	display: block !important;
}
.lwa .lwa-register label {
	display: none;
}
.lwa .lwa-register label[for="acf-field_5d47377389bd4"] {
	display: block;
	text-align: left;
}
.modal-body {
    padding: 1rem 40px;
}
.modal-content {
	background-color: #00599e;
	color: #ffffff;
	border-radius: 0px;
}
.modal-header {
	background-color: #163260;
	padding: 1rem 40px;
	border: none;
}
.lwa-divs-only input[type="text"],
.lwa-divs-only input[type="password"] {
	width: 100%;
	padding: 8px 20px 5px 20px;
}
.lwa-divs-only select {
	width: 100%;
	margin-bottom: 12px;
	padding: 5px 20px;
}
.remember-label {
	margin: 5px 0 0 0 !important;
}
.modal-content a {
    color: #ffffff;
}
.modal-content hr {
    background-color: #ffffff;
}
.modal-content .btn {
	color: #ffffff !important;
    background-color: #57a245 !important;
    border-color: #57a245 !important;
}
#lwa_user_login {
	background: #ffffff url(images/login-username01.png) no-repeat;
	background-position: 10px 8px;
	padding-left: 40px;
}
#lwa_user_pass {
	background: #ffffff url(images/login-password01.png) no-repeat;
	background-position: 10px 8px;
	padding-left: 40px;
}
#user_login {
	background: #ffffff url(images/login-username01.png) no-repeat;
	background-position: 10px 8px;
	padding-left: 40px;
}
#user_email {
	background: #ffffff url(images/login-email01.png) no-repeat;
	background-position: 10px 11px;
	padding-left: 40px;
}
.news-share-buttons {
	padding-top: 20px;
	text-align: center;
}
.news-share-buttons span {
	display: block;
	margin-bottom: 10px;
}
.knowledge-management-outer-container {
	margin-bottom: 60px;
}
.postid-73 h2 img {
	width: 55px;
	margin-right: 7px;
}
.postid-73 .more-button a {
	float: right;
}
.postid-73 .footer-blue-section,
.post-type-archive-publicacion .footer-blue-section,
.post-type-archive-curso-virtual .footer-blue-section {
    background-color: #8c6339;
}
.postid-73 .footer-green-section,
.post-type-archive-publicacion .footer-green-section,
.post-type-archive-curso-virtual .footer-green-section {
    background-color: #b4a496;
}
.publications-heading {
	background-color: #544842;
	margin-bottom: 28px;
	padding: 8px 20px;
	color: #ffffff !important;
	font-size: 20px !important;
	font-weight: bold !important;
	text-transform: uppercase;
}
.virtual-courses-heading {
	background-color: #8c6339;
	margin-bottom: 28px;
	padding: 8px 20px;
	color: #ffffff !important;
	font-size: 20px !important;
	font-weight: bold !important;
	text-transform: uppercase;
}
.links-of-interest-heading {
	background-color: #998777;
	margin-bottom: 28px;
	padding: 8px 20px;
	color: #ffffff !important;
	font-size: 20px !important;
	font-weight: bold !important;
	text-transform: uppercase;
}
.links-of-interest-well {
    max-height: 330px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.pagination {
	display: block;
	text-align: center;
}
.pagination .page-numbers {
	margin: 0 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagination .page-numbers.current {
	background-color: #56a445;
	color: #ffffff;
	padding: 4px 8px;
}
.post-type-archive-publicacion .pagination .page-numbers.current,
.post-type-archive-curso-virtual .pagination .page-numbers.current {
    background-color: #8c6339;
}
.pagination .page-numbers.prev {
	margin-right: 12px;
	background-color: #2d3e50;
	color: #ffffff;
	padding: 4px 8px;
}
.pagination .page-numbers.next {
	margin-left: 12px;
	background-color: #2d3e50;
	color: #ffffff;
	padding: 4px 8px;
}
.footer-blue-section {
	height: 257px;
	background-color: #24366F;
	padding: 50px 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
}
.footer-blue-section h4 {
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}
.footer-blue-section img {
	margin-right: 10px;
}
.footer-blue-section span {
	display: block;
	margin-left: 24px;
}
.footer-blue-section a {
	color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer-blue-section a:hover {
	text-decoration: none;
	opacity: .5;
}
.footer-green-section {
	background-color: #58A445;
	padding: 25px 0;
}
.no-padding {
	padding: 0;
}
.footer-countries-first-column:before {
	content: "";
	position: absolute;
	left: 100px;
	width: 1px;
	height: 100%;
	border-right: 1px solid #ffffff;
}
.footer-countries-last-column {
	position: relative;
	left: -80px;
}
.footer-final-row {
	padding: 25px 15px;
}
.footer-final-row-first-column img {
	max-width: 490px;
}
#back-to-top {
	display: block;
	margin-top: 15px;
}

.show-on-desktop {
	display: block;
}
.show-on-mobile {
	display: none;
}
.bg-overlay {
    background: linear-gradient(to right, #000000, #000000);
    opacity: 0.2;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}
@media screen and (min-width: 5120px) {
}
@media screen and (max-width: 2880px) {
}
@media screen and (max-width: 2560px) {
}
@media screen and (max-width: 1920px) {
}
@media screen and (max-width: 1600px) {
	.header-top .header-top-first-column img {
		max-width: 240px;
	}
}
@media screen and (max-width: 1440px) {
	.header-top .header-top-first-column img {
		max-width: 220px;
	}
	.header-top-last-column {
		margin-top: 25px;
	}
	.header-top .header-top-last-column img {
		max-width: 170px;
	}
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
	.header-top .show-on-desktop {
		margin-top: 8px;
	}
	.footer-countries-last-column {
		left: -60px;
	}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
	.show-on-desktop,
	.countries-participating {
		display: none !important;
	}
	.show-on-mobile {
		display: block;
	}
	.footer-blue-section {
		height: auto;
	}
}
/* ANDROID BLU LANDSCAPE */
@media screen and (max-width: 854px) {
}
@media screen and (max-width: 778px) {
}
@media screen and (max-width: 767px) {
	.main-navigation ul.sub-menu,
	.elementor-element-b46cefc img {
		display: none !important;
	}
	.main-navigation .show-on-mobile .navbar-toggler {
		margin-top: 0;
	}
	#home-news-carousel .col-sm-7,
	#home-news-carousel .col-sm-5 {
		height: 240px;
	}
	.home-carousel-right-column {
		padding: 50px 0 !important;
	}
	.home-carousel-right-column h2 {
		font-size: 18px;
	}
	#home-news-carousel .lone-slide {
		height: 240px;
	}
	#home-news-carousel .lone-slide .col-sm-9 {
		height: 240px;
		background-color: #b8d1e7;
		margin-top: 140px;
		padding-top: 30px;
	}
	#home-news-carousel .lone-slide .col-sm-9 h2 {
		font-size: 24px;
	}
	.home h2 strong {
		font-size: 16px;
	}
	.events-element h3 {
		font-size: 25px;
	}
	.featured-element .right-column {
		padding: 10px 30px 0 40px;
	}
	.featured-element .date {
		font-size: 25px;
		line-height: 25px;
	}
	.featured-element .type {
		font-size: 22px;
		line-height: 22px;
	}
	.featured-element .title {
		line-height: 22px;
	}
	.components-column {
		margin-bottom: 40px;
	}
	.single-componente h2 {
		font-size: 27px;
	}
	#experiencias-de-escalamiento-promovidas-por-fida-section h4 {
		margin-top: 20px;
	}
	.knowledge-management-outer-container .col-sm-4 {
		margin-bottom: 30px;
	}
	.post-type-archive-publicacion h3,
	.post-type-archive-curso-virtual h3 {
		margin-top: 20px;
	}
	#mysticky-nav.wrapfixed {
		position: static !important;
	}
	.no-padding-mobile {
		padding: 0 !important;
	}
	.footer-blue-section,
	.footer-green-section {
		height: 230px;
		padding: 30px 15px;
		font-size: 12px;
	}
	.featured-element .title {
		font-size: 12px;
	}
	.header-top .header-top-first-column img {
		max-width: 170px;
	}
	.header-top .header-top-last-column img {
		max-width: 130px;
		margin-top: -5px;
	}
	.custom-logo-link {
		margin-top: 25px;
	}
	.footer-final-row-first-column img {
		max-width: 300px;
		margin-bottom: 20px;
	}
	.elementor-element-c857fb6,
	.elementor-element-e1d5fbd,
	.elementor-element-790d552,
	.elementor-element-86e1710 {
		text-align: center;
	}
	.elementor-71 .elementor-element.elementor-element-c857fb6 .elementor-button,
	.elementor-71 .elementor-element.elementor-element-e1d5fbd .elementor-button,
	.elementor-71 .elementor-element.elementor-element-790d552 .elementor-button,
	.elementor-71 .elementor-element.elementor-element-86e1710 .elementor-button {
		width: 210px;
		margin: 0 auto;
	}
}
/* iPHONE 6 PLUS LANDSCAPE */
@media screen and (max-width: 736px) {
}
/* NEXUS 5X LANDSCAPE */
@media screen and (max-width: 732px) {
}
/* iPHONE 6 LANDSCAPE */
@media screen and (max-width: 667px) {
}
/* LG OPTIMUS L70 LANDSCAPE - GALAXY S5 LANDSCAPE */
@media screen and (max-width: 640px) {
}
/* iPHONE 5 LANDSCAPE */
@media screen and (max-width: 568px) {
}
/* ANDROID BLU PORTRAIT */
@media screen and (max-width: 480px) {
}
/* iPHONE 6 PLUS PORTRAIT */
@media screen and (max-width: 414px) {
}
/* NEXUS 5X PORTRAIT */
@media screen and (max-width: 412px) {
}
/* LG OPTIMUS L70 PORTRAIT */
@media screen and (max-width: 384px) {
}
/* iPHONE 6 PORTRAIT */
@media screen and (max-width: 375px) {
}
/* GALAXY S5 PORTRAIT */
@media screen and (max-width: 360px) {
}
/* iPHONE 5 PORTRAIT */
@media screen and (max-width: 320px) {
}