/*!
Theme Name: triplec
Theme URI: http://underscores.me/
Author: Hitz Kareaga
Author URI: http://hitzkareaga.com/
Description: Un theme personalizado para el proyecto Triple-C
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: triplec
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.

triplec 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 */
	scroll-behavior: smooth;

}

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

/**
 * 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: #4A4A4A;
	font-family: 'Century Gothic Regular', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Century Gothic Bold', sans-serif;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 4em;
	color: #B5058E;
	font-family: 'Century Gothic Italic';
	font-style: italic;
	border-left: 4px solid #B5058E;
	padding-left: 2em;
}

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

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #B5058E; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1.2em; /* Also needed for space (tweak if needed) */
}
ul.wp-block-gallery {
  margin: 0;
  padding: 0;
}
ul li.blocks-gallery-item::before {
  content: "";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  margin-left: 0;
}
.blocks-gallery-item  figure {
  flex-shrink: 0;
}

.wp-block-gallery .blocks-gallery-item {
  flex-grow: 0 !important;
}
ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dl {padding-top: 10px;}
dt {
	font-weight: bold;
}

dt {
    display: block;
    float: left;
    width: 280px;
    margin-right: 10px;
    text-align: right;
}


dd {margin-left: 290px;}
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%;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #B5058E;
}

::selection {
  color: #fff;
  background: #B5058E;
}
table tr td {border-bottom: 2px solid #B5058E; padding: 4px;}
 @media only screen and (min-width : 340px) and (max-width : 767px) {
	 dt {
	    display: block;
	    float: left;
	    width: 140px;
	    margin-right: 10px;
	    text-align: left;
	}
	dd {margin-left: 150px; min-height: 50px;}
		 }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #B5058E;
	border-radius: 3px;
	background: #B5058E;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	padding: .6em .8em .4em;
}

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

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: #b5058f;
}

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: #B5058E;
	border: 2px solid #B5058E;
	border-radius: 0px;
	padding: 6px 3px 4px;
	background-color: rgba(255,255,255,0.7);
}

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: #B5058E;
}

select {
	border: 1px solid #B5058E;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #b5058f;font-family: 'Century Gothic Bold'; text-decoration: none; border-bottom: 6px solid transparent;
}


a:hover, a:focus, a:active {
	border-bottom: 6px solid #b5058f;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

a:focus {
	outline: thin dotted;
}

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

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-family: 'Cocogoose Pro Semi Light';
	font-size: 15px;
	text-transform: uppercase;
}

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

.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 li::before {
	content:"";
}
.main-navigation li.current_page_item a{
	border-bottom: 4px solid #B5058E;
	color: #B5058E;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#4A4A4A;
}
.main-navigation ul#lang-menu {
	float: right;
	margin-top:-120px;
}
.main-navigation ul#lang-menu li{
	margin: 50px 10px 8px;
}
.main-navigation ul#lang-menu li::before {
	content:"";
}
.page-template-default .wpml-ls-slot-22.wpml-ls-current-language, .page-template-default .wpml-ls-slot-22.wpml-ls-current-language a, .page-template-default .wpml-ls-slot-22.wpml-ls-current-language a:visited {
	color: #4a4a4a;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
    position: absolute;
    top: 0px;
	margin-top: 60px;
}
.menu-toggle {
	right: 30px;
	top: 0;
	margin-top: 30px;
}
.wpml-ls-slot-22.wpml-ls-current-language, .wpml-ls-slot-22.wpml-ls-current-language a, .wpml-ls-slot-22.wpml-ls-current-language a:visited {
	border-bottom: 3px solid #fff; 
}
a.custom-logo-link {padding-top: 20px;}
a.custom-logo-link:hover {opacity: 0.8; border:transparent;}
.stickynav {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	background: #fff; 
	opacity: 1; 
	z-index: 10000;
	transition: all .4s ease; 
	-webkit-transition: all .4s ease;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(127,122,137,0.4);
	-moz-box-shadow: 0px 10px 10px 0px rgba(127,122,137,0.4);
	box-shadow: 0px 10px 10px 0px rgba(127,122,137,0.4);
}
.site-header.stickynav {
	max-width: 100% !important;
	width: 100% !important;
	padding-top: 10px;
}



.stickynav .logo2 {
    margin-left: 400px;
}
.stickynav .logo2 img {width: 295px;}
.hero .stickynav ul#primary-menu li a, .hero-header .stickynav ul#primary-menu li a, .single .hero-header .stickynav ul#primary-menu li a, .hero-header .stickynav ul#lang-menu li a, .single .hero-header .stickynav ul#lang-menu li a, .hero .stickynav ul#lang-menu li a {color: #4a4a4a; box-shadow:none; text-shadow: none;}

.hero .stickynav ul#primary-menu li.current_page_item a, 
.hero-header .stickynav ul#primary-menu li.current_page_item a, 
.single .hero-header .stickynav ul#primary-menu li.current_page_item a,
.hero-header .stickynav ul#lang-menu li.wpml-ls-current-language a, 
.single .hero-header .stickynav ul#lang-menu li.wpml-ls-current-language a, 
.hero .stickynav ul#lang-menu li.wpml-ls-current-language a {
	color: #b5058f; box-shadow:none; text-shadow:none; border-bottom: 6px solid #b5058f;
}
.hero .stickynav ul#primary-menu li a:hover, 
.hero ul#primary-menu li a:active, 
.hero-header .stickynav ul#primary-menu li a:hover, 
.hero-header ul#primary-menu li a:active, 
.single .hero-header .stickynav ul#primary-menu li a:hover, 
.single .hero-header ul#primary-menu li a:active,
.hero .stickynav ul#lang-menu li a:hover, 
.hero ul#lang-menu li a:active, 
.hero-header .stickynav ul#lang-menu li a:hover, 
.hero-header ul#lang-menu li a:active, 
.single .hero-header .stickynav ul#lang-menu li a:hover, 
.single .hero-header ul#lang-menu li a:active  {
	color: #b5058f; box-shadow:none; text-shadow:none;
    border-bottom: 6px solid #b5058f;
}
.hero .stickynav ul#primary-menu li, 
.hero ul#primary-menu li, 
.hero-header .stickynav ul#primary-menu li, 
.hero-header ul#primary-menu li, 
.single .hero-header .stickynav ul#primary-menu li, 
.single .hero-header ul#primary-menu li{
	line-height: 1;
}
.logo2 .positive {display:none;}
.logo2 .negative {display:inline;}
.stickynav  .logo2 .positive {display:inline;}
.stickynav  .logo2 .negative {display:none;}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		justify-content: space-between;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.main-navigation ul {
	    font-size: 11px;
	}
}
 @media only screen and (min-width : 340px) and (max-width : 767px) {
	 .site-header {
	    padding-top: 0px;
	}
	 button.menu-toggle{
	    border: none;
	    background: transparent;
	    color: #fff;
	    padding: 0;
	}
	.stickynav button.menu-toggle{
	    color: #b5058f;
	}
	.hero .stickynav ul#primary-menu li a, .hero-header .stickynav ul#primary-menu li a, .single .hero-header .stickynav ul#primary-menu li a, .hero-header .stickynav ul#lang-menu li a, .single .hero-header .stickynav ul#lang-menu li a, .hero .stickynav ul#lang-menu li a {color: #fff; box-shadow:none; text-shadow: none;}
	 .main-navigation.toggled {
		position: absolute;
	    background: #b5058f;
	    height: 100vh;
		width: 100vw;
	    top: 0;
	    right: 0;
	    top: 0;
	    z-index: 10;
	}
	.hero .stickynav ul#primary-menu li a:hover, .hero ul#primary-menu li a:active, .hero-header .stickynav ul#primary-menu li a:hover, .hero-header ul#primary-menu li a:active, .single .hero-header .stickynav ul#primary-menu li a:hover, .single .hero-header ul#primary-menu li a:active, .hero .stickynav ul#lang-menu li a:hover, .hero ul#lang-menu li a:active, .hero-header .stickynav ul#lang-menu li a:hover, .hero-header ul#lang-menu li a:active, .single .hero-header .stickynav ul#lang-menu li a:hover, .single .hero-header ul#lang-menu li a:active {
		color: #fff;
	}
	.hero .stickynav ul#primary-menu li.current_page_item a, .hero-header .stickynav ul#primary-menu li.current_page_item a, .single .hero-header .stickynav ul#primary-menu li.current_page_item a, .hero-header .stickynav ul#lang-menu li.wpml-ls-current-language a, .single .hero-header .stickynav ul#lang-menu li.wpml-ls-current-language a, .hero .stickynav ul#lang-menu li.wpml-ls-current-language a {
    color: #fff;
    border-bottom: 6px solid #fff;
}
	.menu-toggle:before {
		font-family: "dashicons";
	    content: "\f228";
	    font-size: 24px;
	    margin-top: 4px;
	}
	.main-navigation ul {
		margin-top: 100px;
		padding: 0;
		right: 0;
		font-size: 20px;
	}
	.main-navigation.toggled .menu-toggle:before {
		display: none;
	}
	.main-navigation.toggled .menu-toggle:after {
		font-family: "dashicons";
	    content: "\f158";
	    font-size: 24px;
	    margin-top: 4px;
	}
	.main-navigation li {
	    width: 100%;
	    padding: 10px 40px;
	}
	.main-navigation ul#lang-menu {
		position: absolute;
	    float: none;
	    bottom: 0;
	    top: 0;
	    width: 100%;
	    margin-top: 85vh;
	}
	.main-navigation ul#lang-menu li {
	    display: inline;
	    width: 20%;
	    margin: 0;
	    padding: 0;
	}
	.wpml-ls-slot-22.wpml-ls-current-language, .wpml-ls-slot-22.wpml-ls-current-language a, .wpml-ls-slot-22.wpml-ls-current-language a:visited {
		border-bottom: 3px solid #fff; 
		border-top: none;
	}
 }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	width: 100%;
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	    padding: 20px 10px;
    background-color: #3FBAB2;
    border-right: 1px solid #fff;
}


.comment-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	    padding: 20px 10px;
    background-color: #3FBAB2;
    border-left: 1px solid #fff;
}
.comment-navigation .nav-next a,
.post-navigation .nav-next a,
.comment-navigation .nav-previous a,
.post-navigation .nav-previous a {
	color: #fff;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.lead {font-size: 22px;}
.lead strong {
	color: #B5058E;
	font-family: 'Century Gothic Bold', sans-serif;
	font-weight: bolder;
}
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.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;
	float: left;
}

/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.site-header {
    margin: 0 auto;
    padding-top: 60px;
}
.site-header > .site-branding {
	padding: 30px 0;
}
.site-header > .site-branding > .custom-logo-link {
	padding: 30px 0 0; border-bottom: none;
}
.site-header > .site-branding > a.custom-logo-link:hover {
	border-bottom: none; opacity: 0.8;
}
.logo2 {
	margin-left: 400px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px)  { 
	.logo2 {
		margin-left:30%;
		text-align: left;
	}
}
 @media only screen and (min-width : 340px) and (max-width : 767px) {
	 .site-header {
	    padding-top: 0px;
	}
	 .site-header > .site-branding > .custom-logo-link {
	    padding: 0;
	    border-bottom: none;
	}
	 .logo2{
		text-align: right;
		margin-left: 0;
		margin-right: 15px; 
	}
	 .logo2 img{
		width: 80%;
		margin-top:20px;
	}
 }

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	background-color: #7F7A89;
	padding: 90px 0 40px;
	margin: 0;
	color: white;
}
.site-footer .tagline {
	font-family: 'Cocogoose Pro Semi Light', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.site-footer ul#primary-menu {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
}
.site-footer ul#primary-menu li::before {
	content:"";
}
.site-footer ul#primary-menu a, .site-footer ul#primary-menu a:visited{
	font-family: 'Century Gothic Regular', sans-serif;
	color: #fff;
	border-bottom: none;
	font-size: 14px;
	
}
.site-footer ul#primary-menu a:hover, .site-footer ul#primary-menu a:target{
	opacity: 0.8;
	border-bottom: none;
}
.single {position: relative;}
.single .site-footer::after, .blog .site-footer::after, .archive .site-footer::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 280px;
    pointer-events: none;
    height: 45px;
    width: 100%;
    background: url("../../uploads/2019/10/brush.png") center repeat-x;
    -webkit-transform: rotate(180deg);
	transform: rotate(180deg);
    background-size: 1920px 45px;
}
.search .site-footer::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 320px;
    pointer-events: none;
    height: 45px;
    width: 100%;
    background: url("../../uploads/2019/10/brush.png") center repeat-x;
    -webkit-transform: rotate(180deg);
	transform: rotate(180deg);
    background-size: 1920px 45px;
}

.share {
	text-align: right;
}
.share h5 {
	padding-right: 10px;
}
.share img {
	width: 32px;
	padding: 2px;
}
.single .site-footer .wpusb {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 30px;
    margin-bottom: 0;
    margin-top: 6px;
}
.site-footer .wpusb .wpusb-item .wpusb-btn a {color: #fff;}
.site-footer .wpusb .wpusb-item .wpusb-btn svg {
    fill: #fff;
    width: 28px;
    height: 28px;
}
.copy {font-size: 14px;}
.copy a {
	color: #fff;
	font-family: 'Century Gothic Regular', sans-serif;
	text-decoration: underline;
	border: none;
}
.copy a:hover {
	color: #fff;
	font-family: 'Century Gothic Regular', sans-serif;
	text-decoration: none;
	border: none;
}
@media only screen and (min-width : 768px) and (max-width : 1024px)  {
	.site-footer ul#primary-menu a, .site-footer ul#primary-menu a:visited {
	    font-size: 12px;
	}
	.single .site-footer::after, .blog .site-footer::after, .archive .site-footer::after, .search .site-footer::after {
		z-index: 8;
	    top: -22px;

	}
	.search .site-footer::after {
		z-index: 8;
	    top: -32px;

	}
	
}
 @media only screen and (min-width : 340px) and (max-width : 767px)  {
	 .site-footer, .share, .copy {
	    text-align: center;
	}
	.single .site-footer::after, .blog .site-footer::after, .archive .site-footer::after {
	    bottom: 650px;
	}
	.search .site-footer::after {
		z-index: 8;
	    bottom: 650px;

	}
	.site-footer ul#primary-menu {
	    padding: 0;
	}
 }
/*--------------------------------------------------------------
## CONTACT
--------------------------------------------------------------*/
.contact {
	padding: 60px 0;
	position: relative;
}
.contact:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -44px;
    pointer-events: none;
    height: 45px;
    background: url('../../uploads/2019/10/brush.png') center repeat-x;
    background-size: 1920px 45px;
}
.contact:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -44px;
    pointer-events: none;
    height: 45px;
    background: url('../../uploads/2019/10/brush2.png') center repeat-x;
    background-size: 1920px 45px;
    z-index: 8;
}
.contact hr {
	background: url('../../uploads/2019/10/paint-pink.png') no-repeat; width: 74px; height: 13px;
}
.contact h3 {
	color: #B5058E;
    font-size: 32px;
    width: 640px;
    margin: 0 auto;
    font-family: 'Cocogoose Pro Semi Light', sans-serif;
    line-height: 2;
    text-align: center;
    letter-spacing: 3px;
}
.contact p {font-size: 20px;}
.contact p strong {font-family: 'Century Gothic Bold', sans-serif;}
.contact input[type="text"], .contact input[type="email"], .contact textarea {
    color: #B5058E;
    border: 3px solid #B5058E;
    border-radius: 2px;
    padding: 10px 13px 10px 14px;
    margin-bottom: 15px;
}
.contact button, .contact input[type="button"], .contact input[type="reset"], .contact input[type="submit"] {
    border: 4px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #B5058E;
    border-radius: 2px;
    background: transparent;
    color: #B5058E;
    font-size: 18px;
    font-family: 'Century Gothic Bold', sans-serif;
    line-height: 1;
    padding: 15px 40px;float: right;
}
.contact button:hover, .contact input[type="button"]:hover, .contact input[type="reset"]:hover, .contact input[type="submit"]:hover {
	background-color: #B5058E;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.contact div.wpcf7-mail-sent-ok {
    border: 2px solid #3FBAB2;
    background-color: #3FBAB2;
    color: #fff;
    font-family: 'Century Gothic Bold', sans-serif; 
}
.contact div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #B5058E;
    background-color: #B5058E;
    color: #fff;
    font-family: 'Century Gothic Bold', sans-serif; 
}
.contact span.wpcf7-not-valid-tip {
    color: #B5058E;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #B5058E !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #B5058E !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #B5058E !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #B5058E !important;
opacity: 1;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.contact input[type="text"], .contact input[type="email"], .contact textarea {
	    width: 100%;
	}
	.contact button, .contact input[type="button"], .contact input[type="reset"], .contact input[type="submit"] {
	    margin-top: 40px;
	}
}
@media only screen and (min-width : 340px) and (max-width : 767px) {
	.contact h3 {
	    font-size: 24px;
	    width: 100%;
	    padding: 0 20px;
	}
	.contact input[type="text"], .contact input[type="email"], .contact textarea {
	    width: 100%;
	}
	.contact button, .contact input[type="button"], .contact input[type="reset"], .contact input[type="submit"] {
	    margin-top: 40px;
	    width: 100%;
	}
	.contact p {text-align:center;}
}
.pagina > .page {
	padding: 30px 0 0;
}
/*--------------------------------------------------------------
## CABECERA
--------------------------------------------------------------*/
.hero-header ul#primary-menu li a, .hero-header ul#lang-menu li a  {color:white;  text-shadow: 0 2px 20px #9B9B9B; padding-bottom: 8px; }
/* Programa Espacio Atl: */
.hero-header ul#primary-menu li.current-menu-item a, .hero-header ul#lang-menu li.current-menu-item a {padding-bottom: 8px; border-bottom: 6px solid #fff; }

.hero-header ul#primary-menu li a:hover, .hero-header ul#lang-menu li a:hover, .hero-header ul#primary-menu li a:active, .hero-header ul#lang-menu li a:active {padding-bottom: 8px; border-bottom: 6px solid #fff;}
.hero-header {
    width: 100vw;
    height: 700px;
    text-align: center;
    background-size: auto auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: 0px;
}
.hero-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 655px;
    pointer-events: none;
    height: 45px;
    background: url('../../uploads/2019/10/brush.png') center repeat-x;
    background-size: 1920px 45px;
}
.hero-header h1 {
    color: white;
    font-size: 48px;
    width: 900px;
    margin: 150px auto 0;
    font-family: 'bruxregular', sans-serif;
    line-height: 1.4;
    letter-spacing: 4px;
}


.hero-header hr {background: url('../../uploads/2019/10/paint-white.png') no-repeat; width: 234px; height: 34px;}


@media only screen and (min-width : 768px) and (max-width : 1024px){
	.hero-header h1 {
		font-size: 40px;
	    width: 680px;
	}
}
@media only screen and (min-width : 340px) and (max-width : 767px) {
	.hero-header h1{
	    width: 100%;
	    padding: 0 20px;
	    font-size: 32px;
	    margin: 30px auto 0;
	}
	.hero-header {
	    height: 500px;
	}
	.hero-header::after {
	    top: 456px;
	}
}
/*--------------------------------------------------------------
## EMINENT
--------------------------------------------------------------*/
.eminent {
	background: rgba(63,186,178,0.70);
	background-image: radial-gradient(50% 145%, rgba(0,187,181,0.15) 45%, #00BBB5 100%);
	padding: 80px 0;
	overflow-x: hidden;
}
.eminent2 {
	background: rgba(181,5,145,0.7);
	background-image: radial-gradient(50% 145%, rgba(181,5,145,0.15) 45%, #B5058E 100%);
	padding: 80px 0;
	overflow-x: hidden;
}
.eminent h3 {
	clear: both;
    color: white;
    font-size: 32px;
    width: 900px;
    margin: 0 auto;
    font-family: 'Century Gothic Bold', sans-serif;
    line-height: 2;
    text-align: center;
    letter-spacing: 3px;
    text-overflow: ellipsis; 
	white-space: nowrap;
}
.eminent h4.message {
    color: white;
    font-size: 20px;
    width: 900px;
    margin: 0 auto;
    font-family: 'Century Gothic Regular', sans-serif;
    text-align: center;
    letter-spacing: 3px;
}
.eminent hr {
	background: url('../../uploads/2019/10/paint-white-sm.png') no-repeat; width: 74px; height: 13px;
	margin-bottom: 30px;
}
.eminent h3 small{
	font-family: 'Century Gothic Regular', sans-serif;
    font-size: 60%;
    line-height: 1.4px;
    clear: both;
    
}
.eminent .post {
	background: #fff;
	border-radius: 2px;
	height: 390px;
	width: 100%;
	margin: 0;
}
.eminent .post a h4 {
	color: #B5058E;
	font-family: 'Century Gothic Bold', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	margin: 10px 15px;
	text-transform:none;
	border: transparent;
}
.eminent .post a:hover, .eminent .post a:hover h4 {
	color: #404040;
	border: transparent;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.eminent .post a img {border: transparent;}
.eminent .post a:hover img {border: transparent; opacity: 0.8;}
.eminent .post p {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 15px ;
	color: #404040;
	text-align: left;
}
.eminent .boton{
	margin: 40px 0;
	width: 100%;
	height: 66px;
	border-radius: 2px;
	background: #B5058E;
	text-align: center;
	padding: 16px 0;
}
.eminent .boton a{
	color: white;
	font-family: 'Century Gothic Bold', sans-serif;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 100%;
	
}
.eminent .boton:hover, .eminent .boton:hover a{
	color: #B5058E;
	background:transparent;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.eminent .center {
	text-align: center; 
	margin: 0 auto;
	display: block;
	height: 160px;
	margin-top: 40px;
}
.eminent p {
	color: #fff;
	font-size: 20px;
	text-align: center;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.eminent h3 {
	    width: 600px;
	}
	.eminent h4.message {
	    width: 600px;
	}
}
@media only screen and (min-width : 340px) and (max-width : 767px) {
	.eminent h4.message, .eminent h3 {
	    width: 100%;
	    padding: 0 20px;
	}
	.eminent h3 {
	    font-size: 22px;
	    letter-spacing: 2px;
	}
	.eminent h3 small {
	    font-size: 50%;
	}
	.eminent .post {margin-bottom: 15px;}
	.eminent .post a img {
	    width: 100%;
	    height: auto;
	}
}
/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/
.hero ul#primary-menu li a, .hero ul#lang-menu li a  {color:white; text-shadow: 0 2px 20px #9B9B9B; padding-bottom: 8px;}
/* Programa Espacio Atl: */
.hero ul#primary-menu li.current-menu-item a, .hero ul#lang-menu li.current-menu-item a {border-bottom: 6px solid #fff;padding-bottom: 8px; }
.hero ul#primary-menu li a:hover, .hero ul#lang-menu li a:hover, .hero ul#primary-menu li a:active, .hero ul#lang-menu li a:active {padding-bottom: 8px; border-bottom: 6px solid #fff;}
.hero {
    width: 100vw;
    height: 100%;
    text-align: center;
    background-size: auto auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: 0px;
}
.hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    pointer-events: none;
    height: 45px;
    background: url('../../uploads/2019/10/brush.png') center repeat-x;
    background-size: 1920px 45px;
}
.hero h1 {
    color: white;
    font-size: 54px;
    width: 768px;
    margin: 200px auto 0;
    font-family: 'bruxregular', sans-serif;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 4px;
    transition-delay: .6s;
    transform: translateZ(0);
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: opacity,transform;
}

.hero h1 .header-small{
	font-family: 'Cocogoose Pro Semi Light', sans-serif;
    font-size: 55%;
    line-height: 1.4;
    letter-spacing: 3px;
    
}
.hero hr {background: url('../../uploads/2019/10/paint-white.png') no-repeat; width: 234px; height: 34px;}
.hero a.go-down {background: url('../../uploads/2019/10/down_circle_icon.png') no-repeat; width: 98px; height: 98px; position: absolute;
bottom: 100px;
margin-left: -49px;}
.hero a.go-down:hover {border-bottom: 6px solid transparent; opacity: 0.6; }
.home-texts {
	background-image: url('../../uploads/2019/10/home-bgmap.png');
	width: 100vw;
    height: auto;
    background-size: auto auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 120px;
 }
.texto1-home, .texto2-home, .texto3-home {
	display: inline-block;
	font-size: 18px;
}
.texto1-home {
	width: 500px;
	vertical-align: top;
	padding: 0 30px;
}

.texto2-home {
	width: 500px;
	vertical-align: middle;
	padding: 0 0 200px;
}
.texto1-home, .texto2-home, .texto3-home {
	color: #3FBAB2;
	font-family: 'Century Gothic Bold', sans-serif;
}
.texto1-home p, .texto2-home p  {
	margin-bottom: 30px;
	margin-top: 0;
}
.texto3-home p {
	margin-bottom: 30px;
}
.texto1-home strong, .texto2-home strong, .texto3-home strong{
	color: #B5058E;
	
}
.texto1-home a:before, .texto2-home a:before, .texto3-home a:before {
	content: '';
	position: absolute;
	background: url('../../uploads/2019/10/paint-pink.png') no-repeat; 
	width: 74px; 
	height: 13px;
	margin-top: 30px;
	left: 15px;
}
.texto1-home a:before {
	left: 345px;
}
.texto1-home a, .texto2-home a {padding-top: 100px;}
.home-texts a.img{ border: none;}
.home-texts a:hover, a:focus, a:active {border-bottom: none;opacity: 0.6; }
@media only screen and (max-height : 768px)  {
	.hero h1 {
	    margin: 100px auto 0;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.home-texts {
	    height: 70vh;
	}
	.texto1-home, .texto2-home, .texto3-home {
	    font-size: 16px;
	}
	.texto1-home a, .texto2-home a, .texto3-home a {
		font-size: 14px;
	}
	.home-texts .texto1-home {
	    width: 59%;
	    margin-bottom: 100px;
	}
	.home-texts .img1 {width: 40%; display: inline-block;}
	.texto1-home a, .texto2-home a {
	    padding-top: 40px;
	}
	.texto3-home p {
	    margin-bottom: 40px;
	}
	.texto2-home {
	    width: 59%;
	    vertical-align: middle;
	    padding: 0 0 200px;
	}
	.home-texts .img2 {width: 35%; display: inline-block;}
}
  @media only screen and (min-width : 340px) and (max-width : 767px) {
	  .hero h1 {
	    font-size: 32px;
	    width: 100%;
	    margin: 60px auto 0;
	    padding: 0 10px;
	    line-height: 1.4;
	}
	.hero a.go-down {
	    bottom: 60px;
	}
	.home-texts {
	    height: auto;
	    padding: 60px 0;
	}
	.home-texts .img1, .home-texts .img3 {
		width: 40%;
		padding: 10px 0;
	}
	.home-texts .img2 {
		width: 40%;
		padding: 10px 0;
	}
	.texto1-home, .texto3-home {
	    width: 58%;
	    padding: 0 0 10px 10px;
	    vertical-align:top;
	}
	.texto2-home {
	    width: 58%;
	    padding: 0 10px 10px 0;
	    vertical-align:top;
	}
	.texto1-home, .texto2-home, .texto3-home {
	    font-size: 15px;
	}
	.texto1-home p, .texto2-home p, .texto3-home p {
	    margin-bottom: 20px;
	    margin-top: 10px;
	}
	.texto1-home a, .texto2-home a {
	    padding-top: 0; 
	    padding-bottom: 30px;
	}
	.texto1-home a:before, .texto2-home a:before, .texto3-home a:before  {display:none;}
  }
/*--------------------------------------------------------------
## OBJETIVOS
--------------------------------------------------------------*/

ol.objectives-list { 
    counter-reset: item;
    list-style-type: none;   
    margin-top: 60px; 
}
ol.objectives-list > li { display: block; font-size: 20px; margin: 0 0 60px 60px; width: 100%;}
ol.objectives-list > li:before { 
    content: counter(item) "  "; 
    counter-increment: item ;
    position: absolute;
    font-family: 'Century Gothic Bold', sans-serif;
    color: #3FBAB2;
    font-size: 100px;
    margin-left: -70px;
	margin-top: -40px;
}
ol.objectives-list > li:nth-child(2n) {float: right; padding-left: 30%;}
ol.objectives-list > li:nth-child(2n+1) {float: left; padding-right: 30%;}

ol.objectives-list > li strong {
	color: #B5058E;
	font-family: 'Century Gothic Bold', sans-serif;
}
.objectives {
	background-image: url('../../uploads/2019/10/europe_bg.png');
    background-size: auto auto;
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 80px 0 90px;
 }
 @media only screen and (min-width : 768px) and (max-width : 1024px) {
	.objectives {
	    padding: 60px 0 0;
	}
	 ol.objectives-list {
		 margin-left: 0;
		 width: 680px;
	 }
	 ol.objectives-list > li:nth-child(2n) {
	    padding-left: 20%;
	}
	 ol.objectives-list > li:nth-child(2n+1) {
	    padding-right: 20%;
	}
 }
  @media only screen and (min-width : 340px) and (max-width : 767px) {
	  .objectives {
	    background-size: cover;
	}
	  ol.objectives-list {
	    margin: 0;
	    padding: 0;
	}
	ol.objectives-list > li:nth-child(2n+1) {
	    float: left;
	    padding-right: 0;
	    width: 250px;
	}
	ol.objectives-list > li:nth-child(2n) {
	    float: left;
	    padding-left: 0%;
	    width: 250px;
	}
	ol.objectives-list > li {
	    margin: 0 0 60px 80px;
	    width: 250px;
	}
	ol.objectives-list > li {
	    font-size: 16px;
	}
	ol.objectives-list > li:before {
	    font-size: 70px;
	    margin-left: -50px;
	    margin-top: -20px;
	}
  }
 /*--------------------------------------------------------------
## ACTIVIDADES
--------------------------------------------------------------*/

.activities {margin: 40px 0 80px;}
.activities h3 {
	font-family: 'Century Gothic Bold', sans-serif;
	font-size: 32px;
	margin-top: 80px;
}
.activities p {
	font-size: 20px;
	line-height: 1.5;
}
.activities .small p{
	font-size: 14px;
}
.activities .wp3 strong {color: #B5058E;font-family: 'Century Gothic Bold', sans-serif;}
.activities .wp4 strong {color: #3FBAB2;font-family: 'Century Gothic Bold', sans-serif;}
.activities .wp5 strong {color: #7F7A89;font-family: 'Century Gothic Bold', sans-serif;}

 @media only screen and (min-width : 768px) and (max-width : 1024px) {
	 .activities h3 {
		margin-top: 0;
		font-size: 24px;
	}
	.activities p {
		font-size: 16px;
	}
	.activities .small {margin-bottom: 60px;}
 }
 @media only screen and (min-width : 340px) and (max-width : 767px) {
	 .activities h3 {
		margin-top: 0;
		font-size: 24px;
	}
	.activities p {
		font-size: 16px;
	}
	.activities #first {
		order: 2;
	}
	.activities #second {
		order: 1;
	}
	.activities img {padding-bottom: 50px;}
 }
 /*--------------------------------------------------------------
## PARTNERS
--------------------------------------------------------------*/

.partners {margin: 80px 0;}
.partners .center {
	text-align: center;
}
.partners .center a {
	border: none;
}
.partners .center a:hover {
	border: none;
	opacity: 90%;
}	
.partners h3 {margin-top: 60px; margin-bottom: 40px;text-align: center;}
.partners-list {
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
     column-count: 2;
     column-gap: 2.5em;
}
.partners-list li {
    line-height: 30px;
}
 @media only screen and (min-width : 340px) and (max-width : 767px) {
	 .partners-list {
	    -moz-column-count: 1;
	    -moz-column-gap: 0em;
	    -webkit-column-count: 1;
	    -webkit-column-gap: 0em;
	     column-count: 1;
	     column-gap: 0em;
	     margin: 0 0 1.5em 0em;
}
	}

/*--------------------------------------------------------------
## RESULTADOS
--------------------------------------------------------------*/

.resultados {
    padding: 80px 0;
 }

.resultado p{
	font-size: 22px;
    padding: 10px 30px;
    text-align: left;
}
.resultado p strong {
	color: rgba(63,186,178,0.70);
	font-family: 'Century Gothic Bold', sans-serif;
	font-weight: bolder;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

 @media only screen and (min-width : 768px) and (max-width : 1024px) {
	.resultados {
	    padding: 60px 0 0;
	}
 }
	
/*--------------------------------------------------------------
BLOG LIST
--------------------------------------------------------------*/
.filtered-posts {
	margin-top: 30px;
	width: 100%;
}
.entry-header {z-index: 1;}
.sticky .entry-header .post-thumbnail {display:inline-block; width: 50%;}
.sticky .entry-header .post-content {display:inline-block; width: 49.6%; vertical-align: top;}
.post .entry-header .post-thumbnail img {
    object-fit: cover;
    height: 200px;
	width: 100%;
	border-radius: 4px 4px 0 0;
}
.sticky .entry-header .post-thumbnail img {
	object-fit: cover;
    height: 400px;
    width: 100%;
    border-radius: 2px 0 0 2px;
}
.sticky .entry-header .post-thumbnail, .sticky .entry-header .post-thumbnail:hover, .entry-header .post-thumbnail, .entry-header .post-thumbnail:hover {border-bottom: none;}
 .sticky .entry-header .post-thumbnail:hover,  .entry-header .post-thumbnail:hover {opacity: 0.8;}
 .sticky .entry-header h2.entry-title {
	padding: 30px 20px 0;
}
.sticky .entry-header .entry-meta, .entry-header .entry-meta {
	float: left;
	text-align: left;
	padding-left: 20px;
}
 .sticky .entry-header .cat-links a,   .entry-header .cat-links a{
	color: #fff;
	text-transform: uppercase;
	background-color: #3FBAB2;
	border-radius: 2px;
	padding: 4px 10px;
	float: right;
	margin: 10px;
	border: none;
}
.sticky .entry-header .cat-links a {
	position: relative;
}
 .entry-header .cat-links a{
	position: absolute;
	margin-top: -210px;
}

.sticky .entry-header .cat-links a:hover, .entry-header .cat-links a:hover {
	border: none;
	background: #B5058E;
	}
.sticky .post-content p, .post-content p {
    line-height: 1.6;
    padding: 0 20px;
    margin-bottom: 10px;
}
.post .entry-header h2 {font-size: 20px; padding: 0 18px; text-transform: none;}
.post .entry-header h2.entry-title a, .post .entry-header h2.entry-title a:visited {
	color: #B5058E ;
}
.post .entry-header h2.entry-title a:hover, .post .entry-header h2.entry-title a:target {
	text-decoration: none;
}
.sticky .entry-header h2.entry-title a, .sticky .entry-header h2.entry-title a:visited {
	color: #B5058E;
}
.sticky .entry-header h2.entry-title a:hover, .sticky .entry-header h2.entry-title a:target {
	text-decoration: none;
}

.post {
	width: calc(33% - 30px);
	display: inline-block;
	margin: 15px;
	vertical-align: top;
	height: 600px;
	border-radius: 4px;
	background: #EEF9F8;
}
.sticky {width: 97%; height: 400px; border-radius: 4px; background: #EEF9F8;}


.post .entry-content p {font-size: 18px; padding: 0; margin: 0;}

.nav-links {margin: 30px 0; width: 100%; display: flex;}
.posts-navigation .nav-next {
    float: left;
    text-align: left;
    width: auto;
}
.posts-navigation .nav-previous {
    float: right;
    text-align: right;
    width: 50%;
}
.posts-navigation .nav-next a, .posts-navigation .nav-previous a, .posts-navigation .nav-next a:visited, .posts-navigation .nav-previous a:visited{
	border: 2px solid #B5058E;
    border-radius: 0;
    background: transparent;
    color: #B5058E;
    font-size: 18px;
    line-height: 1;
    padding: .6em 1em .4em;
    text-transform: uppercase;
	float: right;
	margin-bottom: 60px;
}
.posts-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:target, .posts-navigation .nav-previous a:target {
	background: #B5058E;
	color: #fff;
	text-decoration: none;
}
.searchandfilter  {
    padding: 20px 180px;
}
.searchandfilter li a {
	color:white;
	font-weight: 700;
	font-size: 18px;
	padding: 5px 10px;
	text-transform: uppercase;
	border-radius: 2px;
}
.blog .searchandfilter li.cat-item-all a, .searchandfilter li.current-cat a, .searchandfilter li a:hover {
	background:#3FBAB2;
	color: #fff;
	border:none;
}
.searchandfilter ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.searchandfilter li {
    list-style: none;
    display: inline-block;
    padding-right: 0;

}
.searchandfilter li::before {
	content:"";
}
.searchandfilter label {
    display: inline-block;
}
.searchandfilter input[type="submit"] {
    border-radius: 0 4px 4px 0;
    padding: 9px 20px 9px;

}

.single .hero-header ul#primary-menu li a, .single .hero-header ul#lang-menu li a  {color:white; text-shadow: 1px 2px 2px #000; padding-bottom: 8px;}
.single .hero-header {
	width: 100vw;
	height: 700px;
	margin-bottom: 0px;
	opacity: 1;
	z-index: 1;
}
.single .hero-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 655px;
    pointer-events: none;
    height: 45px;
    background: url('../../uploads/2019/10/brush.png') center repeat-x;
    background-size: 1920px 45px;
}
.single .post {
	width: 100%;
	display: inline-block;
	margin: 15px;
	vertical-align: top;
	height: auto;
	border-radius: 0;
	background: #fff;
}
.single .hero-header h1  {
    color: white;
    font-size: 40px;
    width: 900px;
    margin: 260px auto 0;
    font-family: 'Century Gothic Bold';
    line-height: 1.4;
    letter-spacing: 4px;
	text-shadow: 0 2px 10px rgba(10,10,10,0.8);
	text-transform: none;
}
.single h1.entry-title {
	font-size: 40px;
    font-family: 'Century Gothic Bold';
    line-height: 1.4;
    letter-spacing: 4px;
    text-transform: none;
}
.single .entry-header .cat-links a {
    position: relative;
    float: right;
	margin-top: 0;
}
.single  .entry-header .entry-meta {
    padding-left: 0;

}
.single .post-content p {

    line-height: 1.6;
    padding: 0;
    margin-bottom: 10px;

}
.single .comments-area h2 {
	font-family: 'Century Gothic Bold';
}
.single .wpusb {
    display: inline-block;
    width: 10%;
    padding: 0 30px;
    margin-bottom: 0;
	margin-top: 6px;
}
.wpusb-title {
    font-size: 14px;
}
.single .post-content {
    display: inline-block;
    width: 90%;
    float: right;
}
.single .comments-area {width: 100%; padding: 0 30px;}
.single .comments-area .comment-form-author, .single .comments-area .comment-form-email, .single .comments-area .comment-form-url {
	width: 33%;
	display: inline-block;
} 
.single .comments-area .comment-form-author input, .single .comments-area .comment-form-email input, .single .comments-area .comment-form-url input {
	width: 298px;
	margin-left: 10px;
}
.single .post-content p.alt-lang {padding: 10px 20px; background-color: #B5058E; color: #fff; font-size: 20px;}
 @media only screen and (min-width : 768px) and (max-width : 1024px) {
	 .searchandfilter {
	    padding: 20px 0;
	}
	.post {
	    width: calc(33% - 31px);
	}
	.sticky{
		width: 97%;
	}
	.sticky .entry-header .post-content {
	    width: 49.3%;
	}
	.single .hero-header h1 {
	    width: 700px;
	}
	.single .wpusb {
	    padding: 0 30px 0 0;
	}
	.single .comments-area .comment-form-author, .single .comments-area .comment-form-email, .single .comments-area .comment-form-url {
	    width: 32%;
	}
	.single .comments-area .comment-form-author input, .single .comments-area .comment-form-email input, .single .comments-area .comment-form-url input {
	    width: 218px;
	}
 }
 @media only screen and (min-width : 340px) and (max-width : 767px)  {
	 .searchandfilter {
	    padding: 0;
	    margin: 0;
	}
	.post {
    	width: 93%;
    	height: 440px;
    }
    .sticky {
	    height: 440px;
    }
    .sticky .entry-header .post-thumbnail {
	    width: 100%;
	}
	.sticky .entry-header .post-thumbnail img {
	    object-fit: cover;
	    height: 200px;
	    border-radius: 2px 2px 0 0;
	}
	.sticky .entry-header .post-content {
	    width:99%;
	}
	.sticky .entry-header .cat-links a {
	    float: left;
	    margin-top: -190px;
	}
	.sticky .entry-header h2.entry-title {
	    padding: 0 20px 0;
	}
	.entry-header .cat-links a {
	    margin-top: -206px;
	}
	.single .hero-header {
		height: 500px;
		opacity: 1;
	}
	.single .hero-header::after {
	    top: 455px;
	}
	.single .hero-header h1 {
	    width: 100%;
	    padding: 0 15px;
	    margin: 30px auto 0;
	}
	.single h1.entry-title {
	    font-size: 32px;
	    letter-spacing: 2px;
	}
	.single .post-content {
	    display: inline-block;
	    width: 88%;
	    float: right;
	    margin-left: 10px;
	}
	.single .wpusb {
	    width: 9%;
	    padding: 0 10px 0 0;
	}
	.wpusb-title {
	    font-size: 12px;
	}
	.single .entry-header .entry-meta {
	    width: 60%;
	}
	blockquote {
	    margin: 3em;
	    color: #B5058E;
	    font-family: 'Century Gothic Italic';
	    font-style: italic;
	    border-left: 4px solid #B5058E;
	    padding-left: 1em;
	}
	.single .comments-area .comment-form-author, .single .comments-area .comment-form-email, .single .comments-area .comment-form-url {
	    width: 100%;
	}
	.single .comments-area .comment-form-author input, .single .comments-area .comment-form-email input, .single .comments-area .comment-form-url input {
	    width: 100%;
	    padding: 0;
	    margin-left: 0;
	}
	.single .hero-header ul#primary-menu li a, .single .hero-header ul#lang-menu li a {
	    text-shadow: none;
	}
	.single .hero-header::after {
	    z-index: 1;
	}
 }
.no-results, no-found {
	text-align: center;
    margin: 60px 0;
}
    
.error404 .hero-header h1 {
    color: white;
    font-size: 32px;
}
.error404 .hero-header p {
    color: white;
    font-size: 24px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
}
.error404 .hero-header::after {background:none;}
