/*!
Theme Name: fb
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Template personalizado a medida para la Fundación Biodiversidad
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fb
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.

fb is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
}

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--fb-green-color);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}

button.cky-show-desc-btn:not(:hover):not(:active) {
    color: var(--fb-green-color) !important;
}

.boton-blanco.hvr-rectangle-out{
	background: var(--fb-white-color);
}

[class^="hvr-"] {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    background: var(--fb-green-color);
    text-decoration: none;
    color: var(--fb-white-color);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.boton-blanco [class^="hvr-"]{
	background: var(--fb-white-color);
	color: var(--fb-green-color);
}

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--fb-white-color) !important;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 14px;
}

.boton-blanco.hvr-rectangle-out:before{
	background: var(--fb-green-color) !important;
	border-radius: 12px;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: var(--fb-green-color) !important;
}

.boton-blanco.hvr-rectangle-out:hover > a, .boton-blanco.hvr-rectangle-out:focus > a, .boton-blanco.hvr-rectangle-out:active > a{
	color: var(--fb-white-color) !important;
}

.boton-blanco.hvr-rectangle-out:hover, .boton-blanco.hvr-rectangle-out:focus, .boton-blanco.hvr-rectangle-out:active{
	/*background: var(--fb-green-color) !important;*/
	color: var(--fb-white-color) !important;
}

.boton-blanco{
    border: 3px solid  var(--fb-green-color);
    border-radius: 17px;
    padding: 18px 80px;
    /*-webkit-box-shadow: 0px 15px 10px -5px #ccc;
    box-shadow: 0px 15px 10px -5px #ccc;*/
    display: inline-block;
    color: var(--fb-green-color);
    font-size: 18px;
    font-weight: 700;
}

.boton-blanco:hover{
	-webkit-box-shadow: 0px 10px 15px rgb(0 0 0 / 20%) !important;
	box-shadow: 0px 10px 15px rgb(0 0 0 / 20%) !important;
	transition: all 0.3s linear !important;
}

.boton-blanco a{
    text-decoration: none;
    color: var(--fb-green-color);
    font-size: 18px;
    font-weight: 700;
}

.boton-verde{
    border-radius: 17px;
    padding: 18px 80px;
    display: inline-block;
    color: var(--fb-white-color);
    font-size: 18px;
    font-weight: 700;
    border: 3px solid var(--fb-green-color) !important;
   /* -webkit-box-shadow: 0px 15px 10px -5px #ccc;
    box-shadow: 0px 15px 10px -5px #ccc;*/
}

.boton-verde:hover{
	-webkit-box-shadow: 0px 10px 15px rgb(0 0 0 / 20%) !important;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%) !important;
    transition: all 0.3s linear !important;
}

.boton-verde a{
    text-decoration: none;
    color: var(--fb-white-color);
    font-size: 18px;
    font-weight: 700;
}


.boton-gris {
    border-radius: 23px;
    padding: 18px 65px;
    display: inline-block;
    color: var(--fb-white-color);
    font-size: 18px;
    font-weight: 700;
    border: 3px solid var(--fb-white-color) !important;
}

.boton-gris:hover{
	-webkit-box-shadow: 0px 10px 15px rgb(0 0 0 / 20%) !important;
	box-shadow: 0px 10px 15px rgb(0 0 0 / 20%) !important;
	transition: all 0.3s linear !important;
}

.boton-gris.hvr-rectangle-out{
	background: var(--fb-light-grey-color);
}

@media (max-width: 1800px){
	.boton-gris {
    	padding: 17px 63px;
	}
}

@media (max-width: 1700px){
	.boton-gris {
   	 padding: 16px 60px;
	}
}

@media (max-width: 1600px){
	.boton-gris {
    	padding:  16px 58px;
	}
}

@media (max-width: 1500px){
	.boton-gris {
    	padding: 16px 55px;
	}
}

@media (max-width: 1280px){
	.boton-gris {
    	padding: 16px 50px;
	}
}


/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--fb-grey-color);
	font-family: 'Poppins';
	font-size: 1rem;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'PT Serif';
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
/*a {
	color: var(--fb-grey-color) !important;
}

a:visited {
	color: var(--fb-grey-color) !important;;
}

a:hover,
a:focus,
a:active {
	color: var(--fb-grey-color) !important;
}
*/
/*.cabecera-light a:visited, .cabecera-light a:hover, .cabecera-light a:focus, .cabecera-light a:active{
	color: var(--fb-white-color) !important;
}

.cabecera-dark a:visited, .cabecera-dark a:hover, .cabecera-dark a:focus, .cabecera-dark a:active{
	color: var(--fb-green-color) !important;
}*/

.cap .link.ir a, .cap .link.ir a:visited, .cap .link.ir a:hover, .cap .link.ir a:focus, .cap .link.ir a:active{
	color: var(--fb-grey-color) !important;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Colors
--------------------------------------------- */
/*:root {
  --fb-green-color: #468756;
}*/

:root {
  --fb-green-color: #397949;
}

:root {
  --fb-white-color: #fff;
}

:root {
  --fb-grey-color: #333;
}

:root {
  --fb-light-grey-color: #b6b1b5;
}

:root {

			--fb-backgroudn-color1: #F0F0F0;
			--fb-backgroudn-color2: rgba(0, 0, 0, 0.5);
			--fb-backgroudn-color3: rgba(0, 0, 0, 0.05);
			--fb-backgroudn-color4: rgba(255, 255, 255, 0.7);
			--fb-backgroudn-color5: rgba(70, 135, 86, 0.2);
			--fb-backgroudn-color6: rgb(0 0 0 / 22%);
			--fb-backgroudn-color7: #DCDCDC;
		}

/* Grid
--------------------------------------------- */

.container{
	width: 100%;
    max-width: 1540px;
    margin: auto;
    padding: 30px;
}

.post, .page {
    margin: 0;
}

@media (max-width: 1920px){
	.container{
		max-width: 1530px;
	}

	.site-header .menu-principal .container, .site-header .menu-superior.container{
		max-width: 1700px;
	}

}

@media (max-width: 1800px){
	.container{
		max-width: 1490px;
	}
}

@media (max-width: 1700px){
	.container{
		max-width: 1390px;
	}
}

@media (max-width: 1600px){
	.container{
		max-width: 1320px;
	}
}

@media (max-width: 1500px){
	.home .container{
		max-width: 1250px;
	}
}

@media (max-width: 1440px){
	.container{
		max-width: 1170px;
	}

	.site-header .menu-principal .container, .site-header .menu-superior.container{
		max-width: 1390px;
	}

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 14px;
		line-height: 21px;
	}

}

@media (max-width: 1280px){
	.container{
		max-width: 1050px;
	}

	.site-header .menu-principal .container, .site-header .menu-superior.container{
		max-width: 1190px;
	}
}

@media (max-width: 834px){
	.container{
		max-width: 650px;
	}

	.site-header .menu-principal .container, .site-header .menu-superior.container{
		max-width: 750px;
	}

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 15px;
		line-height: 22px;
	}
}

@media (max-width: 550px){
	.container{
		max-width: 100%;
	}

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
		line-height: 24px;
	}
}

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

.cabecera-light {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%) !important;
}

.cabecera-light, .cabecera-light a{
	color: var(--fb-white-color);
	/*background: blue;*/
}

.cabecera-dark, .cabecera-dark a{
	color: var(--fb-green-color);
}

.cabecera-light a, .cabecera-dark a{
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.cabecera-dark,  .cabecera-light{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

.cabecera-dark .contenedor-menu-sup a, .cabecera-dark .rmp-trigger-box{
	filter: brightness(0) saturate(100%) invert(51%) sepia(14%) saturate(1237%) hue-rotate(82deg) brightness(87%) contrast(91%);
}

.contenedor-menu-sup{
	border-bottom: 1px solid var(--fb-white-color);
}

.cabecera-dark .contenedor-menu-sup{
	border-bottom: 1px solid var(--fb-green-color);
}

.current-menu-item .rmp-menu-subarrow {
    color: #fff !important;
}

.m-left a img {
    height: 24px;
}

.menu-principal {
    z-index: 999;  
}

.menu-superior .container {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    justify-content: space-between;
    padding: 15px 40px !important;
}

#rmp_menu_trigger-19210 .responsive-menu-pro-inner::before, #rmp_menu_trigger-47686 .responsive-menu-pro-inner::before {
    width: 50px;
    right: 0;
}

#rmp_menu_trigger-19210 .responsive-menu-pro-inner::after, #rmp_menu_trigger-47686 .responsive-menu-pro-inner::after {
    width: 30px;
    right: 0;
}

#rmp_menu_trigger-19210.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-47686.is-active .responsive-menu-pro-inner {
    width: 50px;
}

/*.cabecera-dark .menu-principal{
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}*/

.menu-superior, .menu-principal .container{
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	justify-content: space-between;
	padding: 20px 40px !important;
}

.menu-superior .container {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    justify-content: space-between;
    padding: 15px 40px !important;
}

.menu-principal .container {
    padding: 20px 40px !important;
}

.menu-superior .m-left, .menu-superior .m-right{
	
	align-items: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

}

.menu-superior .m-left, .menu-principal .container .logo{
	justify-content: flex-start;
	width: 22%;
}

.menu-superior .m-right{
	justify-content: flex-end;
}

.menu-superior .m-left{
   gap: 28px;
}

.menu-superior .m-right a {
    font-family: 'Inter';
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
}

span.separador {
    height: 100%;
    background: var(--fb-white-color);
    margin: 0 14px;
    width: 3px;
}

.cabecera-dark .separador_ img {
    filter: brightness(0) saturate(100%) invert(51%) sepia(14%) saturate(1237%) hue-rotate(82deg) brightness(87%) contrast(91%);
}

#rmp-menu-wrap-19210 .m-left a img, #rmp-menu-wrap-47686 .m-left a img{
	filter: brightness(0) saturate(100%) invert(51%) sepia(14%) saturate(1237%) hue-rotate(82deg) brightness(87%) contrast(91%);
}

li#rmp-menu-item-19331 a.rmp-menu-item-link, li#rmp-menu-item-47356 a.rmp-menu-item-link {
    display: none;
}

li#rmp-menu-item-19331, li#rmp-menu-item-47356 {
    padding: 20px;
}

.m-left a{
	margin-right: 10px;
}

.buscador-sup {
    margin-right: 80px;
}

.is-ajax-search-details a, .is-ajax-search-result a {
    color: var(--fb-green-color) !important;
}

.is-show-more-results-text {
    background: #F0F0F0;
    border-radius: 0px 0px 10px 10px !important;
    padding: 16px 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.is-show-more-results.redirect-tosr {
    border-radius: 0px 0px 10px 10px;
}

a.i_contacto {
    margin-left: 30px;
}

.is-form-style button.is-search-submit{
	height: 41px;
    margin-top: 0px;
    width: 45px;
}

.is-form-style.is-form-style-3 label {
    width: calc(100% - 45px)!important;
}

.main-navigation {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 75%;
}

.main-navigation ul {
    justify-content: space-between;
}

.main-navigation li a {
    font-weight: 600;
    height: 30px;
}

.main-navigation li a:hover{
	border-bottom: 3px solid var(--fb-white-color);
}

.main-navigation li.current_page_item a{
	border-bottom: 3px solid var(--fb-white-color);
}

.cabecera-dark .main-navigation li a:hover {
    border-bottom: 3px solid var(--fb-green-color);
}

.cabecera-dark .main-navigation li.current_page_item a{
	border-bottom: 3px solid var(--fb-green-color);
}

.cabecera-dark .main-navigation li.current_page_item ul.sub-menu a{
	border-bottom: none;
}

.cabecera-dark .main-navigation .sub-menu li.current_page_item a {
    border-bottom: none;
}

.main-navigation .sub-menu li a:hover{
	border: none !important;
}

.buscador-movil {
	display: none;
}

.menu-menu-1-container, .menu-menu-1-ingles-container {
    width: 100%;
}

.is-form-style {
    width: 325px;
}

input#is-search-input-19182 {
    background-color: rgba(255, 255, 255, 0.45) !important;
    border: none !important;
    border-bottom-left-radius: 57px;
    border-top-left-radius: 57px;
    padding: 20px 17px;
    margin-top: 0;
    color: var(--fb-white-color);
    height: 41px;
}

.cabecera-dark input#is-search-input-19182, .cabecera-dark .is-form-style input.is-search-submit, .cabecera-dark .is-search-icon {
	background: rgba(198, 198, 198, 0.45) !important;
	color: var(--fb-green-color) !important;
}



.is-form-style input.is-search-submit, .is-search-icon {
    background-color: rgba(255, 255, 255, 0.45) !important;
    border: none;
    border-bottom-right-radius: 57px;
    border-top-right-radius: 57px;
    height: 40px !important;
}

.is-form-style .is-search-submit path {
    fill: var(--fb-white-color) !important;
}

.cabecera-dark .is-form-style .is-search-submit path {
    fill: var(--fb-green-color) !important;
}

.is-search-icon {
    width: 45px;
    padding-right: 35px;
    height: 41px !important;
}

.is-search-icon svg {
    width: 34px;
}

span.separador_ {
    margin: 0 14px;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

input#is-search-input-19182::placeholder {
    font-family: 'Poppins';
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: var(--fb-white-color);
}

.cabecera-dark input#is-search-input-19182::placeholder{
	/*color: #468756 !important;*/
	color: var(--fb-green-color) !important;

}

ul.sub-menu {
    flex-direction: column;
}

ul.sub-menu li {
    padding: 12px;
    border: 1px solid;
    /*border-radius: 4px;*/
    /*background: rgba(0, 0, 0, 0.15);*/
}

.sub-menu li:first-child {
    border-top-right-radius: 4px;
    /*border-top-left-radius: 4px;*/
}

.sub-menu li:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/*section.bloque1-home {
    height: 3000px;
}*/

.banner-estatica {
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
}

.page-template-la-fundacion .banner-estatica, .page-template-buscador-proyectos .banner-estatica, .page-template-buscador-convocatorias .banner-estatica  {
    height: 67vh;
    background-position: center bottom;
}

button#rmp_menu_trigger-19210, button#rmp_menu_trigger-47686 {
    cursor: pointer;
}

/* Sub menu heaader - efecto */

.site-header .menu-menu-1-container > ul > li, .site-header .menu-menu-1-ingles-container > ul > li {
    display: inline-block;
}
.site-header .menu-menu-1-container ul li, .site-header .menu-menu-1-ingles-container ul li  {
    position: relative;
}

.site-header .menu-menu-1-container > ul > li > a, .site-header .menu-menu-1-ingles-container > ul > li > a {
    /*line-height: 100px;*/
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-header ul.sub-menu {
    /* display: none; */
    position: absolute;
    left: 0;
    top: 150%;
    width: 300px;
    text-align: left;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} 

.site-header .cabecera-light ul.sub-menu{
	background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
}

.site-header .cabecera-light ul.sub-menu li:hover {
    background: rgba(0, 0, 0, 0.45);
}
.site-header .cabecera-dark ul.sub-menu li{
	background: #fff;
}


.site-header .cabecera-dark ul.sub-menu li:hover {
    background: #e6e6e6;
}

.site-header ul.sub-menu > li > a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-header .menu-menu-1-container ul li:hover > ul.sub-menu, .site-header .menu-menu-1-ingles-container ul li:hover > ul.sub-menu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.sub-menu a {
    height: auto !important;
}

.contenido-cabecera{
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*gap: 30px;*/
	color: var(--fb-white-color);
	width: 100%;
	height: calc(100% - 209px);
	height: -moz-calc(100% - 209px);
	height: -webkit-calc(100% - 209px);
	padding-top: 209px !important;
}

.page-template-historia .contenido-cabecera a{
	text-shadow: 0px 4px 10px rgb(0 0 0 / 40%);
}


.page-template-transparencia .contenido-cabecera{
    padding-top: 300px;
}

.contenido-cabecera p, .contenido-cabecera a, .contenido-cabecera h1, .ancla a, .contenido-cabecera span{
	color: var(--fb-white-color);
}

.ancla a{
	font-size: 22px;	
	font-weight: 700;
	line-height: 29.5px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	font-family: 'PT Serif';
	align-items: center;
}

.ancla a img {
    margin-right: 23px;
}

.contenido-cabecera h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 99.38px;
    margin: 28px 0 38px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

.ancla p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.contenedor-volver-cabecera {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.contenedor-enlaces-ancla{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 80px;
	justify-content: center;
	align-items: center;
	height: 209px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(8px);
}

.page-template-la-fundacion .contenedor-enlaces-ancla{
	display: none;
}

.enlaces-ancla1 .ancla{
	width: 33%;
	max-width: 390px;
}

.enlaces-ancla2 .ancla{
	width: 33%;
	max-width: 390px;
}

.enlaces-ancla3 .ancla{
	width: 20%;
	max-width: 390px;
}

.enlace-volver {
    font-size: 25px;
    font-weight: 600;
    line-height: 37.5px;
}

.enlace-volver p {
    margin-bottom: 0;
}

.span-volver{
	font-weight: 200;
    font-size: 40px;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    align-items: flex-end;
    margin: 0 10px 4px 0;
}

.intro-cabecera p {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    width: 55%;
    text-align: center;
    margin: auto;
    text-shadow: 0px 4px 10px rgb(0 0 0 / 35%);
}

.intro-cabecera2 p {
    width: 45%;
    text-align: center;
    margin: 20px auto;
    font-weight: 600;
    text-shadow: 0px 4px 10px rgb(0 0 0 / 35%);
}

.page-id-19332 .intro-cabecera p, .page-template-transparencia .intro-cabecera p {
    width: 100%;
}

.page-template-transparencia .intro-cabecera2 p {
    width: 49%;
}

.buscador-movil-lupa{
	display: none;
}

ul#menu-buscador, ul#menu-buscador-ingles {
    list-style: none;
    margin-right: 25px;
}

li#menu-item-19329, li#menu-item-47357 {
    display: none;
}

svg.search-icon {
    width: 25px;
    height: 25px;
}

path.search-icon-path {
    stroke: var(--fb-green-color);
    stroke-width: 1;
}

.cabecera-light path.search-icon-path {
    stroke: var(--fb-white-color);
}

.page-template-transparencia .contenido-cabecera a{
	 text-shadow: 0px 4px 10px rgb(0 0 0 / 40%);
}

/* Fin sub menu header - efecto */

@media (max-width: 1840px){
	.enlaces-ancla3 .ancla {
	    width: 22%;
	}
}

@media (max-width: 1700px){
	.enlaces-ancla3 .ancla {
	    width: 23%;
	}
}

@media (max-width: 1600px){
	.intro-cabecera p {
	    width: 64%;
	}

	.enlaces-ancla3 .ancla {
	    width: 24%;
	}

	.contenedor-enlaces-ancla {
	    height: 180px;
	}

	.contenido-cabecera{
		height: calc(100% - 180px);
		height: -moz-calc(100% - 180px);
		height: -webkit-calc(100% - 180px);
		padding-top: 180px;
	}
}

@media (max-width: 1580px){

	.main-navigation {
	    width: 77%;
	}
	.main-navigation li a {
	    font-size: 15px;
	}

	.ancla a {
	    font-size: 21px;
	}

	.enlaces-ancla3 .ancla {
	    width: 23%;
	}

	.contenedor-enlaces-ancla {
	    gap: 68px;
	}
}


@media (max-width: 1540px){
	.enlaces-ancla3 .ancla {
	    width: 25%;
	}
}

@media (max-width: 1440px){

	.menu-superior{
		padding: 12px 20px;
	}

	.menu-principal .container {
	    padding: 25px 15px !important;
	}

	.menu-superior .m-left {
	    gap: 22px;
	}

	.main-navigation li a {
	    font-size: 14px;
	}

	.m-left img {
	    width: 19px;
	}

	.menu-superior .m-right a {
	    font-size: 16px;
	}

	.menu-principal .container .logo {
	    justify-content: flex-start;
	    width: 21%;
	}

	.intro-cabecera p {
	    width: 70%;
	}

	.contenedor-enlaces-ancla {
	    height: 164px;
	}

	.contenido-cabecera{
		height: calc(100% - 164px);
		height: -moz-calc(100% - 164px);
		height: -webkit-calc(100% - 164px);
		padding-top: 164px;
	}

	.ancla a {
	    font-size: 20px;
	}
}

@media (max-width: 1380px){
	.main-navigation li a {
	    font-size: 12px;
	}

	.enlaces-ancla3 .ancla {
	    width: 26%;
	}
}

@media (max-width: 1280px){
	.main-navigation, .menu-menu-1-container, .menu-menu-1-ingles-container {
	    display: none;
	}

	.menu-principal .container .logo {
	    width: 100%;
	}

	.menu-principal .logo img {
	    height: 45px;
	}

	.admin-bar #rmp_menu_trigger-19210, .admin-bar #rmp_menu_trigger-47686 {
	    cursor: pointer;
	}

	#rmp_menu_trigger-19210 .rmp-trigger-box, #rmp_menu_trigger-47686 .rmp-trigger-box  {
	    width: 58px;
	}

	#rmp-container-19210, #rmp-container-47686 {
	    z-index: 999999;
	}

	.intro-cabecera p {
	    width: 80%;
	}

	.ancla a {
	    font-size: 18px;
	}

	.enlaces-ancla3 .ancla {
	    width: 33%;
	}

	.contenedor-enlaces-ancla {
	    gap: 0px;
	}

	.m-left a {
	    margin-right: 0px;
	}
}

@media (max-width: 1024px){
	.contenedor-enlaces-ancla {
	    gap: 10px;
	}

	.enlaces-ancla3 .ancla {
	    width: 30%;
	}

	.ancla a {
	    font-size: 16px;
	}

	.page-id-19332 .intro-cabecera2 p {
	    width: 65%;
	}
}

@media (max-width: 835px){
	.is-form-style {
	    width: 250px;
	}

	.buscador-sup {
	    margin-right: 25px;
	}

	.menu-superior .m-right {
	    width: 70%;
	}

	.menu-superior .m-left {
	    width: 30%;
	}

	a.i_contacto {
	    margin-left: 15px;
	}

	.menu-principal .logo img {
	    height: 60px;
	}

	.contenedor-enlaces-ancla {
	    height: 284px;
	    gap: 30px;
	}

	.contenido-cabecera{
		height: calc(100% - 284px);
		height: -moz-calc(100% - 284px);
		height: -webkit-calc(100% - 284px);
		padding-top: 284px;
	}

	.ancla a {
	    flex-direction: column;
	    flex-wrap: wrap;
	    text-align: center;
	    gap: 29px;
	}

	.enlaces-ancla3 .ancla {
	    width: 26%;
	    min-height: 182px;
	}

	.intro-cabecera p {
	    width: 100%;
	}

	.ancla a {
	    font-size: 18px;
	}

	.page-id-19332 .intro-cabecera2 p, .page-template-transparencia .intro-cabecera2 p {
	    width: 100%;
	}

}

@media (max-width: 685px){
	.is-form-style {
	    width: 100%;
	}

	.menu-superior .m-left {
	    gap: 8px;
	}
}

@media only screen and (max-width: 1040px) and (min-width: 560px)  {
	li#rmp-menu-item-19331 .m-left, li#rmp-menu-item-47356 .m-left {
	    display: flex;
	    justify-content: space-around;
	}
}

@media (max-width: 550px){

	.page-template-objetivos .banner-estatica {
	    background-image: url(/wp-content/uploads/2022/07/cabecera-objetivos-dos-1.jpg) !important;
	}

	/*.page-id-19332 .banner-estatica {
	    background-image: url(/wp-content/uploads/2022/07/Group-549.jpg) !important;
	}*/


	.container {
	    padding: 30px;
	}

	.buscador-movil-lupa{
		display: block;
		width: 100%;
	}

	li.astm-search-menu.is-menu.popup.menu-item a {
	    display: flex;
	    justify-content: flex-end;
	}

	.menu-superior.container {
	    padding: 20px 20px 0px;
	}

	.menu-principal .container{
		padding: 25px;
	}

	.m-left img {
	    width: 30px;
	}

	a.i_contacto img {
	    width: 23px;
	}

	a.i_contacto {
	    margin-left: auto;
	}

	.menu-superior .m-right {
	    width: 100%;
	    justify-content: flex-start;
	}

	.menu-superior .m-left {
    	width: 65%;
	}

	.buscador-sup {
	    margin-right: 0px;
	    padding: 0 25px;
	    display: none;
	}

	.buscador-movil {
		display: none;
	    text-align: center;
	    margin-bottom: 10px;
	}

	.menu-principal .container .logo {
	    width: 74%;
	    display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	 	display: flex;
	    align-items: center;
	}

	#rmp_menu_trigger-19210, #rmp_menu_trigger-47686 {
	    width: 60px;
	    height: 60px;
	}

	#rmp_menu_trigger-19210 .rmp-trigger-box, #rmp_menu_trigger-47686 .rmp-trigger-box {
	    width: 70px;
	}

	.contenedor-menu-sup {
	    border-bottom: none;
	}

	.menu-superior .m-left {
	    gap: 18px;
	    display: none;
	}

	.menu-superior .m-right a {
	    font-size: 18px;
	}

	.menu-principal .logo img {
	    /*height: 45px;*/
	    height: auto;
	    width: 100%;
	}

	.menu-principal .container {
	    padding: 8px 20px 28px;
	}

	.contenedor-enlaces-ancla {
	    height: 313px;
	    flex-direction: column;
	    padding: 50px;
	}

	.ancla a img {
	    margin-right: 0;
	    height: 50px;
	}

	.contenido-cabecera{
		height: calc(100% - 313px);
		height: -moz-calc(100% - 313px);
		height: -webkit-calc(100% - 313px);
		padding-top: 200px;
	}

	.contenido-cabecera h1 {
	    font-size: 45px;
	    line-height: 60px;
	}

	.enlace-volver {
	    font-size: 20px;
	    line-height: 30px;
	}

	.intro-cabecera p {
	    font-size: 16px;
	    line-height: 24px;
	}

	.ancla a {
	    font-size: 16px;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    text-align: left;
	    gap: 25px;
	    line-height: 21px;
	    align-items: center;
	}

	.enlaces-ancla3 .ancla {
	    width: 100%;
	    min-height: auto;
	}

	.cabecera-dark .contenedor-menu-sup {
	    border-bottom: none;
	}

	.cabecera-dark .menu-principal .container {
	    padding: 20px !important;
	}

	.site-header .cabecera-dark .menu-superior.container{
		padding: 20px 40px 0 !important;
	}

	li#rmp-menu-item-19331, li#rmp-menu-item-47356 {
	    padding: 20px 0;
	}

	.m-left a {
	    margin-right: 0px;
	}

	#rmp-menu-wrap-19210 .rmp-menu-item-link, #rmp-menu-wrap-47686 .rmp-menu-item-link {
	    height: auto !important;
	    line-height: 1.8 !important;
	    margin: 10px 0;
	}

	#rmp-menu-wrap-19210 .rmp-menu-item-link .rmp-font-icon, #rmp-menu-wrap-47686 .rmp-menu-item-link .rmp-font-icon {
	    line-height: 1.8;
	}

	.is-form-style.is-form-style-3 label {
	    width: calc(100% - 90px)!important;
	}
}

@media (max-width: 450px){
	.m-left img {
	    width: 27px;
	}

	.menu-superior.container {
	    padding: 20px 20px 0px;
	}

	.menu-superior .m-left {
	    width: 60%;
	}

	.menu-superior .m-right {
	    width: 100%;
	}

	a.i_contacto img {
	    width: 23px;
	}

	input#is-search-input-19182 {
	    margin-top: 4px;
	}

	.cabecera-comunicacion-home{
		padding-top: 0px !important;
	}

	.contenedor-noticias {
	    padding: 30px 10px !important;
	}

	.is-form-style button.is-search-submit {
	    height: 36px;
	    margin-top: 0px;
	}

	.is-search-icon {
	    height: 40px !important;
	}

	.page-id-19332 .intro-cabecera2 p {
	    font-size: 14px;
	}

	.page-id-19332 .contenedor-enlaces-ancla {
	    padding: 90px;
	}
}

@media (max-width: 400px){
	.intro-divulgacion .boton-blanco {
	    padding: 16px 45px !important;
	}

	.menu-superior .m-left {
	    gap: 14px;
	}

	.is-form-style button.is-search-submit {
	    height: 36px;
	    margin-top: 0;
	}
	.is-search-icon {
	    height: 40px !important;
	}

	.ancla a img {
	    height: 35px;
	}

	.intro-cabecera p {
	    font-size: 14px;
	    line-height: 20px;
	}

	.contenido-cabecera h1 {
	    font-size: 40px;
	    line-height: 45px;
	}

	.contenido-cabecera {
	    height: calc(100% - 230px);
	    height: -moz-calc(100% - 230px);
	    height: -webkit-calc(100% - 230px);
	    padding-top: 100px;
	}

	.contenedor-enlaces-ancla {
	    height: 230px;
	}

	svg.search-icon {
	    width: 21px;
	    height: 21px;
	}
}

@media (max-width: 375px){
	.m-left img {
	    width: 22px;
	}

	.menu-superior .m-left {
	    gap: 14px;
	}

	span.separador_ {
	    margin: 0 10px;
	}

	a.i_contacto img {
	    width: 18px;
	}

	#rmp-container-19210, #rmp-container-47686{
		min-width: 260px;
	}

	.menu-superior .m-right a {
	    font-size: 16px;
	}

	.menu-principal .container {
	    padding: 5px 15px !important;
	}

	.is-form-style button.is-search-submit {
	    height: 36px;
	    margin-top: 0;
	}
	.is-search-icon {
	    height: 41px !important;
	}

	h1.titulo-slider {
	    line-height: 48px !important;
	}

	h1.titulo-slider {
	    margin: 0.35em 0 !important;
	}

	.boton-slider {
	    padding: 14px 40px !important;
	}

	.fondo-video .swiper-horizontal>.swiper-pagination-bullets, .fondo-video .swiper-pagination-bullets.swiper-pagination-horizontal {
	    bottom: 20% !important;
	}

	.boton-abajo-home {
	    margin-top: -100px !important;
	}

	.ancla a {
	    font-size: 14px;
	    gap: 20px;
	    line-height: 19px;
	}

	.contenedor-enlaces-ancla {
	    /*height: 200px;*/
	    padding: 30px;
	}

	/*.contenido-cabecera{
		height: calc(100% - 200px);
		height: -moz-calc(100% - 200px);
		height: -webkit-calc(100% - 200px);
		padding-top: 200px;
	}*/

	.page-id-19332 .intro-cabecera2 p{
		display: none;
	}

}

@media (max-width: 360px){
	svg.search-icon {
	    width: 20px;
	    height: 20px;
	}

	.footer-rss {
	    gap: 14px !important;
	}

	.nom-sede h3 {
	    font-size: 26px !important;
	    line-height: 30px;
	}

	.footer-sedes .ir a {
	    font-size: 14px !important;
	}

	.footer-sedes {
	    font-size: 14px !important;
	}

	.dir-sede p img {
	    height: 30px !important;
	}
}



@media (min-height: 640px) and (min-width: 360px){
	.contenido-cabecera h1 {
	    margin: 18px 0 22px;
	}
}


@media (max-width: 290px){

	.buscador-sup {
	    padding: 0 15px;
	}

	.menu-principal{
	    /*padding: 15px;*/
	}
	.menu-principal .container .logo {
	    width: 90%;
	}

	#rmp_menu_trigger-19210, #rmp_menu_trigger-47686 {
	    width: 50px;
	    height: 50px;
	    margin-left: 10px;
	}

	.m-left img {
	    width: 18px;
	}

	.menu-superior .m-left {
	    gap: 10px;
	}

	a.i_contacto img {
	    width: 16px;
	}

	.menu-superior .m-right a {
	    font-size: 13px;
	}

	#rmp-container-19210, #rmp-container-47686{
		min-width: 200px;
	}

	.contenido-cabecera h1 {
	    font-size: 38px;
	    line-height: 10px;
	}

	.enlace-volver {
	    font-size: 18px;
	    line-height: 24px;
	}

	.span-volver {
	    font-size: 30px;
	    margin: 0 10px -1px 0;
	}

	.contenido-cabecera {
	    padding-top: 130px;
	}

	svg.search-icon {
	    width: 17px;
	    height: 17px;
	}

	.page-id-19332 .contenedor-enlaces-ancla {
	    padding: 50px;
	}

	#rmp-menu-wrap-19210 .rmp-menu-item-link, #rmp-menu-wrap-19210 .rmp-submenu .rmp-menu-item-link, #rmp-menu-wrap-47686 .rmp-menu-item-link, #rmp-menu-wrap-47686 .rmp-submenu .rmp-menu-item-link {
	    font-size: 13px;
	}

	.redes-hamburguesa .m-left {
	    gap: 8px !important;
	}
}

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

#menu-item-19331.redes-hamburguesa, #menu-item-47356.redes-hamburguesa{
	display: none !important;
}

.footer-menu li.redes-hamburguesa.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-19331, .footer-menu li.redes-hamburguesa.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-47356{
	display: none !important;
}

.footer.container, .footer.container a{
	color: var(--fb-white-color);
}

.footer-rss {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    justify-content: center;
    gap: 45px;
    align-items: center;
    margin-top: 60px;
}

.footer-titulo {
    text-align: center;
    border-bottom: 3px solid var(--fb-white-color);
}

.footer-rss img {
    width: 37px;
}

.footer .menu-menu-1-container ul, .footer .menu-menu-1-ingles-container ul {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.footer-menu {
    margin: 37px 0 60px;
}

/* Sub menu footer - efecto */

/*.footer .menu-menu-1-container > ul > li {
    display: inline-block;
}
.footer .menu-menu-1-container ul li {
    position: relative;
}

.footer .menu-menu-1-container > ul > li > a {
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.footer ul.sub-menu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 300px;
    text-align: left;
    background-color: #222222;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer ul.sub-menu > li > a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.footer .menu-menu-1-container ul li:hover > ul.sub-menu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}*/

/* Fin sub menu footer - efecto */

/*.footer .menu-menu-1-container ul li a:first-child:nth-last-child(2):after {
    content: url('/wp-content/themes/fb/img/down.svg');
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
}
*/
.footer .menu-menu-1-container ul li a:hover:first-child:nth-last-child(2):after, .footer .menu-menu-1-ingles-container ul li a:hover:first-child:nth-last-child(2):after {
    /*content: url('/wp-content/themes/fb/img/up.svg');*/
    /*display: none;*/
}

.footer.container a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.footer ul.sub-menu {
    display: none;
}

.footer-titulo h2 {
    font-size: 55px;
    line-height: 55px;
}

.page-template-la-fundacion .footer-titulo h2 {
    line-height: 160px;
}

.footer-sedes {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    justify-content: center;
    gap: 22px;
    font-size: 18px;
    font-weight: 600;
    margin: 100px 0;
}

.footer-sede1, .footer-sede2{
	padding: 55px;
	background-color: rgb(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
	border-radius: 30px;
	width: 40%;
}

.nom-sede {
    margin-bottom: 30px;
}

.nom-sede h3 {
    font-size: 45px;
    font-weight: 400;
    margin: 0;
}

.footer-logo {
    height: 95px;
    display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
    justify-content: center;
}

.footer.container {
    padding-bottom: 0;
}

.footer-legales, .licitaciones-link {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    justify-content: center;
    padding: 60px 0;
}

.licitaciones-link {
    padding-bottom: 0;
}

.licitaciones-link a {
    font-size: 20px !important;
}

ul#menu-footer {
    list-style: none;
    text-decoration: none;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    padding: 0;
    margin: 0;
}

ul#menu-footer li {
    padding: 0 20px;
    border-left: 1px solid #fff;
}

ul#menu-footer a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

span.copy {
    margin-right: 20px;
}

.footer.container .ir a {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    align-items: center;
    text-decoration: underline;
}

.ir a img{
	margin-left: 23px;
}

.ir img {
    z-index: 10;
   /* transition: transform 0.4s;*/
   animation-duration: 1s;
   animation-iteration-count: infinite;
   transform-origin: bottom;
}

.ir:hover img {
    /*transform: translateX(80px);*/
    animation-name: bounce-1;
    animation-timing-function: linear;
}

.ir2 img {
    z-index: 10;
   /* transition: transform 0.4s;*/
   animation-duration: 1s;
   animation-iteration-count: infinite;
   transform-origin: bottom;
}

.ir2:hover img {
    /*transform: translateX(80px);*/
    animation-name: bounce-2;
    animation-timing-function: linear;
}

@keyframes bounce-1 {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(40px); }
    100% { transform: translateX(0); }
}

@keyframes bounce-2 {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-40px); }
    100% { transform: translateX(0); }
}

.dir-sede p, .tel-sede p {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    align-items: center;
    text-align: left;
}

.dir-sede p img, .tel-sede p img{
	margin-right: 20px;
}

footer{
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: top;
}

footer.fondo-custom{
	background-position: top;
}

ul#menu-footer li.menu-copy {
    border: none;
}

ul#menu-footer li.menu-copy a {
    cursor: none;
}

@media (max-width: 1440px){
	.footer-rss img {
	    width: 25px;
	}

	.footer-titulo h2{
		font-size: 45px;
	}

	.footer-titulo {
	    border-bottom: 2px solid var(--fb-white-color);
	}

	.footer.container a, .footer-sedes {
	    font-size: 14px;
	}

	.nom-sede h3 {
	    font-size: 35px;
	}

	.footer-sedes .ir a {
	    font-size: 18px;
	}

	.footer-sede1, .footer-sede2 {
	    padding: 30px;
	}

	.dir-sede p img{
	    height: 26px;
	}

	.tel-sede p img{
		height: 18px;
	}

	ul#menu-footer a {
	    font-size: 14px;
	}

	.footer-sede1, .footer-sede2 {
	    width: 42%;
	}
}

@media (max-width: 1280px){

	.footer-rss img {
	    width: 23px;
	}

	.footer-titulo h2{
		font-size: 40px;
	}

	.nom-sede h3 {
	    font-size: 30px;
	}

	.footer-sedes .ir a {
	    font-size: 15px;
	}

	.footer-sede1, .footer-sede2 {
	    padding: 40px 40px 80px;
	    position: relative;
	}

	.footer-sedes .ir {
	    position: absolute;
	    bottom: 40px;
	}

	.dir-sede p img{
	    height: 23px;
	}

	.tel-sede p img{
		height: 16px;
	}

	ul#menu-footer a {
	    font-size: 14px;
	}

	.footer-logo {
	    height: 70px;
	}

	.footer-menu {
	    display: none;
	}

	.footer-sedes {
	    margin: 40px 0;
	}

}

@media (max-width: 960px){
	ul#menu-footer {
	    flex-wrap: wrap;
	    width: 60%;
	    justify-content: center;
	}

	.menu-menu-footer-container {
	    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	    justify-content: center;
	}

	ul#menu-footer li#menu-item-19230 {
	    border: none;
	}

	.footer-sede1, .footer-sede2 {

	    width: 48%;
	}
}

@media (max-width: 840px){

	ul#menu-footer {
	    width: 82%;
	}

	.footer.container{
		padding: 30px 90px;
	}

	.footer-titulo h2{
		font-size: 45px;
	}

	.footer-titulo {
	    border-bottom: 3px solid var(--fb-white-color);
	}

	.nom-sede h3 {
	    font-size: 45px;
	}

	.footer-sedes {
	    flex-wrap: wrap;
	    font-size: 18px;
	}

	.footer-sedes .ir a {
	    font-size: 18px;
	}

	.footer-sede1, .footer-sede2 {
	    padding: 60px;
    	width: 100%;
	}

	.dir-sede p img{
	    height: 34px;
	}

	.tel-sede p img{
		height: 24px;
	}

	ul#menu-footer a {
	    font-size: 16px;
	}

	.footer-logo {
	    height: 95px;
	}

	.footer-menu {
	    display: none;
	}

	.footer-sedes {
	    margin: 40px 0;
	}
}

@media (max-width: 700px){
	ul#menu-footer {
	    width: 100%;
	}

	.footer.container{
		padding: 30px;
	}
}

@media (max-width: 600px){
	.footer-rss img {
	    width: 30px;
	}

	.footer-titulo h2{
		font-size: 35px;
		font-weight: 400;
	}

	.footer-titulo {
	    border: none;
	}

	.nom-sede h3 {
	    font-size: 30px;
	    font-weight: 400;
	    line-height: 32px;
	}

	.footer-sedes {
	    font-size: 16px;
	}


	/*.footer-sede1, .footer-sede2 {
	    padding: 30px;
	}
*/
	.dir-sede p img{
	    height: 34px;
	}

	.tel-sede p img{
		height: 24px;
	}

	ul#menu-footer a {
	    font-size: 14px;
	}

	.footer-logo {
	    height: auto;
	}

	#menu-item-19331.redes-hamburguesa, #menu-item-47356.redes-hamburguesa{
		display: block !important;
	}

	.redes-hamburguesa small a {
	    filter: brightness(0) saturate(100%) invert(51%) sepia(14%) saturate(1237%) hue-rotate(82deg) brightness(87%) contrast(91%);
	}

	.redes-hamburguesa .m-left {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    gap: 10px;
	    padding: 20px 10px 0px;
	}

	.redes-hamburguesa a.rmp-menu-item-link {
	    display: none !important;
	}

	#is-popup-wrapper input#is-search-input-19182 {
	    margin-top: 0;
	}

	#is-popup-wrapper .is-form-style button.is-search-submit {
	    height: 40.5px;
	    margin-top: 0px;
	}

	#is-popup-wrapper .is-search-icon {
	    height: 100% !important;
	    width: inherit;
	}

	#is-popup-wrapper .is-search-icon svg {
	    width: 31px;
	}

	#is-popup-wrapper .is-popup-search-form form {
	    width: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 0 20px !important;
	}
}

@media (max-width: 525px){
	ul#menu-footer li#menu-item-19230 {
	    border-left: 1px solid #fff;
	}

	ul#menu-footer li#menu-item-19229, ul#menu-footer li#menu-item-19231{
	    border: none;
	}

	ul#menu-footer li{
		border: none;
	}

	.footer-rss {
	    gap: 14px !important;
	}

	.footer-titulo h2 {
        font-size: 40px;
        line-height: 45px;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    .footer-sede1, .footer-sede2 {
        padding: 40px 35px;
    }

    .tel-sede p {
	    margin-bottom: 45px !important;
	}
}

@media (max-width: 360px){
	.footer-sedes .ir a {
	    font-size: 16px;
	}

	ul#menu-footer li {
	    padding: 0 10px;
	}
}

@media (max-width: 300px){
	.footer-rss {
	    gap: 14px !important;
	}

	.footer-titulo h2 {
	    line-height: 40px !important;
	    font-size: 35px;
	}

	.nom-sede h3 {
	    font-size: 22px !important;
	    line-height: 24px;
	}

	.footer-sedes {
	    font-size: 14px !important;
	    font-weight: 400 !important;
	}

	.tel-sede p img {
	    height: 20px !important;
	}

	.dir-sede p img {
	    height: 26px !important;
	}

	.footer-sedes .ir a {
	    font-size: 12px !important;
	}

	.ir a img {
	    margin-left: 10px !important;
	    width: 32px !important;
	}

	ul#menu-footer li, ul#menu-footer li#menu-item-19230 {
	    border: none;
	}

	ul#menu-footer li {
	    padding: 0;
	    text-align: center;
	    width: 100%;
	}

	.footer-legales {
	    padding: 30px 0 50px;
	}

	.footer-sede1, .footer-sede2 {
	    padding: 30px;
	    width: 100%;
	}

	.nom-sede {
	    margin-bottom: 18px;
	}

	.footer-sedes .ir {
	    position: relative;
	    bottom: 0;
	}

	.menu-superior{
		padding: 10px 40px !important;
	}

	.menu-principal .container {
	    padding: 0px 15px !important;
	}
}

.page-id-27304 div#columnas {
    display: flex;
    justify-content: center;
}
