/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*!
Theme Name: Fresh Fruit
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fresh-fruit
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.

Fresh Fruit 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.
 */

*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background-color: #21aa7d;
}

::selection {
    color: #fff;
    background-color: #21aa7d;
}

html{
    min-height: 100%;
}

html,body{
    height: 100%;
}

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

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

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

/**
 * 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 {
	-webkit-box-sizing: content-box;
	        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: 'Poppins', sans-serif; /* 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 */
	-webkit-text-decoration: underline dotted;
	        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: 'Poppins', sans-serif; /* 1 */
	font-size: 1em; /* 2 */
}

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
	font-family: 'Poppins', sans-serif; /* 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 {
	-webkit-box-sizing: border-box;
	        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"] {
	-webkit-box-sizing: border-box;
	        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;
}

.form-1{
	display: inline-block;
}

.form-1 p{
	padding: 0;
}

.form-1 .wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 10px;
}

.form-1 .wpcf7-form-control-wrap.your-message{
	margin-bottom: 0;
}

.form-1 input[type="text"],
.form-1 input[type="email"],
.form-1 input[type="tel"],
.form-1 select{
	display: block;
	width: 100%;
	padding: 5px 10px;
}

.form-1 .btn-form{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
}

.form-1 .btn-form input[type="submit"]{
	display: inline-block;
	background-color: #5db148;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 25px;
	border: 1px solid #5db148;
	border-radius: inherit;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	cursor: pointer;
}

.form-1 .btn-form input[type="submit"]:hover{
	background-color: #fff;
	color: #5db148;
}

.btn-suscribir {
    padding-left: 15px;
}

.btn-suscribir input[type="submit"]{
	display: inline-block;
	background-color: #5db148;
	font-size: 16px;
	color: #fff;
	padding: 10px 25px;
	border: 1px solid #5db148;
	border-radius: inherit;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	cursor: pointer;
}

.btn-suscribir input[type="submit"]:hover{
	background-color: #fff;
	color: #5db148;
	border-color: #5db148;
}

.your-politica{
	display: inline-block !important;
	margin-right: 5px;
}

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

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

h1{
    font-size: 40px;
}

h2{
    font-size: 36px;
}

h3{
    font-size: 32px;
}

h4{
    font-size: 28px;
}

h5{
    font-size: 24px;
}

h6{
    font-size: 20px;
}

p{
    font-size: 16px;
    line-height: 1.6em;
    padding-top: 10px;
    padding-bottom: 15px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Poppins', sans-serif;
	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: 'Poppins', sans-serif;
	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 {
	-webkit-box-sizing: border-box;
	        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/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

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

hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin: 2em 0;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

.container{
    max-width: 1199px;
    width: 1199px;
    margin: 0 auto;
    position: relative;
    display: table;
}

.container-fluido{
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: table;
}

.fila{
    width: 100%;
    display: table;
}

.columna {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.columna-1{
  width: 100%;
}

.columna-2 {
   width: 50%;
}

.columna-3 {
   width: 33.33%;
}

.columna-3c{
   width: 66.66%;
}

.columna-4 {
   width: 25%;
}

.columna-4c{
   width: 75%;
}

.columna-5 {
    width: 20%;
}

.columna-7 {
   width: 14%;
}


/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #404040;
}

a:visited {
	color:  #404040;
}

a:hover, a:focus, a:active {
	color: #5db148;
}

a:focus {
	outline: thin dotted;
}

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

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

.menu-principal-derecha-container {
	position: absolute;
	top: 35px;
	left: 60%;
}

.menu-principal-izquierda-container {
	position: absolute;
	top: 35px;
	right: 60%;
}*/

.main-navigation{
	display: inline-block;
	float: right;
	padding: 15px 0px;
}

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

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        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 {
	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;
	margin-right: 5px;
}

.main-navigation a {
	display: block;
	background-color: #fff;
	text-decoration: none;
	color: #5db148;
	padding: 10px 15px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.main-navigation a:hover{
	background-color: #5db148;
	color: #fff;
}

.main-navigation .current_page_item a{
	background-color: #5db148;
	color: #fff;
}

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

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding: 10px 15px;
	margin-bottom: 30px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	padding: 10px 15px;
	margin-bottom: 30px;
}

.posts-navigation .nav-next a,
.posts-navigation .nav-previous a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #5db148;
	padding: 10px 15px;
	border-radius: 5px;	 
	-webkit-box-shadow: 2px 2px 5px #9b9b9b;	 
	        box-shadow: 2px 2px 5px #9b9b9b; 
	color: #5db148;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        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%;
}

.redes{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 10px;
	padding-top: 2px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.redes:hover.facebook{
	background-color: #3b5998;
}

.redes:hover.linkedin{
	background-color: #0e76a8;
}

.widget-area{
	margin-top: 20px;
	margin-bottom: 20px;
}

.widget-area h5.widget-title{
	display: block;
	font-weight: 600;
	margin-bottom: 20px;
}

.widget-area .widget_recent_entries ul{
	margin-left: 0px ;
	list-style: none;
}

.widget-area .widget_recent_entries ul li{
	border-bottom:  1px dotted #ddd;
	padding: 10px 15px;
}

.widget-area .widget_recent_entries ul li:last-child{
	border-bottom: none;
}

.widget-area .widget_recent_entries ul li .post-date {
    display: block;
    color: #a8a8a8;
    font-size: 12px;
}

.widget-area .widget_categories ul{
	display: block;
	list-style: none;
	margin: 0;
}

.widget-area .widget_categories ul li{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.widget-area .widget_categories ul li a{
	display: inline-block;
	background-color: #eaeaea;
	padding: 10px 15px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.widget-area .widget_categories ul li a:hover{
	background-color: #5db148;
	color: #fff;
}

.widget-area .widget_tag_cloud a{
	color: #5db148;
}

.widget-area .widget_search{
	position: relative;
	display: block;
}

.widget-area .widget_search input[type='search']{
	display: block;
	width: 100%;
	background-color: inherit;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #eaeaea;
	border-radius: 0px;
}

.widget-area .widget_search input[type='submit']{
	position: absolute;
	top: 0;
	right: 0;
	background-color: inherit;
	width: 30px;
	height: 30px;
	font-family: 'FontAwesome';
	font-weight: 900;
	padding: 6px;
	border: 0px;
	cursor: pointer;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.n2-section-smartslider{
	margin-bottom: 30px;
}

.post-list{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
	-webkit-box-shadow: 3px 3px 5px #999;
	        box-shadow: 3px 3px 5px #999;
}


.post-list-detalle{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(26, 32, 38, 0.8) 50%));
	background: -o-linear-gradient(rgba(0,0,0,0),rgba(26, 32, 38, 0.8) 50%);
	background: linear-gradient(rgba(0,0,0,0),rgba(26, 32, 38, 0.8) 50%);
	width: 100%;
	padding: 40px 10px 10px;
}

.post-list-detalle .title{
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 0;	
}

.post-list-detalle .date{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
	border-top: 1px solid #fff;
}

.post-principal{
	position: relative;
	padding: 20px 15px;
	margin-top: 40px;
	margin-bottom: 25px;
}

.post-principal a{
	color: #404040;
}




.post-principal h2{
	font-weight: 600;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.post-principal h2:after{
	content: " ";
	display: block;
	width: 60px;
	margin-top: 10px;
	border-bottom: 4px solid #404040;	
}


.post-principal p{
    text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}

.principal-date{
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 0px;
	border-bottom: 1px solid #ccc;
}


.principal-date p{
    text-align: justify;
    padding: 0;
    display: block;
    float: right;
}

.principal-date ul{
	display: inline-block;
	list-style: none;
	margin: 0 0 0 10px;
}

.principal-date ul li{
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.post-principal .columna-2:last-child p {
    text-align: right;
}


.mas-leido{
	display: inline-block;	
	padding: 30px 15px;
}

.mas-leido h2{
	display: block;
	font-weight: 600;
	margin-bottom: 20px;
}

.post-mas-leido{
	background-color: #ededed;
	margin-bottom: 30px;
	padding: 20px;
}

.post-mas-leido ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-mas-leido ul li{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #959595;
}

.post-mas-leido ul li:first-child {
	padding-top: 0;
}

.post-mas-leido ul li:last-child{
	border-bottom: inherit;
	padding-bottom: 0;
}

.post-mas-leido p{
	padding: 0;
}

table.inscripcion td{
	padding: 10px 30px;
	vertical-align: middle;
}

table.inscripcion .check i {
    width: 30px;
    height: 30px;
    padding: 2px;
    border: 2px solid #b1b1b0;
    border-radius: 50%;
    background-color: #b1b1b0;
    color: #fff;
}

table.inscripcion .check-green i {
    border-color: #5db148;
	background-color:    #5db148;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header{
	position: relative;
	display: block;
	background-color: #fff;
	/*text-align: center;*/
	padding: 15px;
}

.site-branding{
	display: inline-block;
}


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

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

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

.page h1.entry-title{
	display: block;
	color: #5db148;
	font-weight: 700;
	text-align: center;
	font-size: clamp(28px, 5vw, 40px);
	line-height: 1.2em;
}

.post h1.entry-title{
	position: relative;
	display: block;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 30px;
}

.post h1.entry-title:after{
	content: " ";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 50px;
	border-top: 5px solid #404040;
}

.post .excerpt{
	display: block;
	text-align: justify;
	font-style: italic;
}

.post .post-thumbnail img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	aspect-ratio: 12 / 4;
    margin-bottom: 1rem;
    height: 400px;
}

.post .img-post .leyenda{
    position: absolute;
    bottom: 35px;
    padding: 2px 10px;
	background-color: rgba(0,0,0,.4);	
}

.post .img-post .leyenda p{
	color:  #fff;
	font-size: 13px;
	text-align: left;
	padding: 0;	
}

.post .img-post p{
	padding-bottom: 0px;
	text-align: right;
}

.post .entry-content{
	display: block;
	text-align: justify;
}

.post .entry-meta{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.post .entry-meta ul{
	display: flex;
	list-style: none;
	margin: 0;
}

.post .entry-meta ul li{
	display: inline-block;
	margin-right: 10px;
}

.post .entry-meta ul li i{
	margin-right: 5px;
}

.social-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.social-share p{
	padding: 0;
}

.social-share a {
    display: flex;
    width: 35px;
    height: 35px;
	align-items: center;
	justify-content: center;
    border: 1px solid #404040;
    border-radius: 50%;
	transition: all .3s ease-in;
}

.social-share a svg{
	width: 18px;
}

.social-share a[href*="facebook.com"] svg{
	width: 13px;
}

.social-share a[href*="facebook.com"]:hover{
	background-color: #3b5998;
	fill: #fff;
	border-color: #3b5998;
}

.social-share a[href*="twitter.com"]:hover{
	background-color: #000000;
	fill: #fff;
	border-color: #000000;
}

.social-share a[href*="linkedin.com"]:hover{
	background-color: #0073b0;
	fill: #fff;
	border-color: #0073b0;
}

.social-fixed {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	background-color: #fff;
	z-index: 10;
}

.social-fixed a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    transition: all .3s ease-in;
    width: 35px;
    height: 35px;
}

.social-fixed a:last-child{
	border-bottom: 1px solid #eaeaea;
}

.social-fixed svg{
	width: 17px
}

.social-fixed a[href*="facebook.com"] svg{
	width: 12px
}

.social-fixed a[href*="facebook.com"]:hover{
	background-color: #3b5998;
	fill: #fff;
}

.social-fixed a[href*="twitter.com"]:hover{
	background-color: #000;
	fill: #fff;
}

.social-fixed a[href*="linkedin.com"]:hover{
	background-color: #0073b0;
	fill: #fff;
}

#destacados h6{
	display: block;
	background-color: #5db148;
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding: 10px;
}

#destacados p{
	padding: 0;
}

#destacados ul{
	display: block;
	list-style: none;
	margin: 0;
}

#destacados ul li{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	float: left;
	width: 33.33%;
	padding: 15px 20px;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

#destacados ul li:last-child{
	border-right: 1px solid #eaeaea;
}

#destacados .post-thumbnail{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: 50%;
	height: 120px;
	margin-right: 10px;
	border: 1px solid #eaeaea;
}

#destacados .post-thumbnail img{
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	width: 100%;
}


#destacados .destacado-fecha {
    position: absolute;
    bottom: 5px;
    right: 10px; 
	font-size: 14px;
	color: #a8a8a8;
}

#notas-interes{
	padding-top: 10px;
	padding-bottom: 30px;
}

#notas-interes h5{
	display: block;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}

#notas-interes .post-thumbnail{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 200px;
	border: 1px solid #eaeaea;
	overflow: hidden;
}

#notas-interes .post-thumbnail img{
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	width: 100%;
}

#notas-interes .post-thumbnail .title{
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.0)), to(rgba(0,0,0,.8)));
	background: -o-linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.8));
	background: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.8));
	width: 100%;
	height: auto;
	padding: 10px;
}

#notas-interes .post-thumbnail .title h6{
	display: block;
	color: #fff;
	font-weight: 400;
	line-height: 25px;
	padding-top: 10px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#notas-interes a:hover .title h6{
	padding-top: 50px;
}

#notas-interes .post-thumbnail .title p {
    display: block;
    color: #fff;
	font-size: 12px;
	margin-top: 5px;
	padding: 0;
	border-top: 1px solid #fff;
}

.archive .page-title{
	display: block;
	font-weight: 600;
	margin-bottom: 20px;
}

/*.archive .post-list-detalle{
	height: 80px;
}*/

.content-area-search{
	display: block;
	width: 100%;
	min-height: 400px;
}

.no-results.not-found{
	position: relative;
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.icon-not-found i{
	font-size: 80px;
	color: #5db148;
}

.no-results .page-title{
	display: inline-block;
	margin: 0;
	color: #5db148;
	font-weight: 700;
	text-transform: uppercase;
}


a.btn-inicio{
	display: inline-block;
	background-color: #fff;
	color: #5db148;
	padding: 10px 20px;
	border: 1px solid #5db148;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 5px #eaeaea;
	        box-shadow: 3px 3px 5px #eaeaea;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

a.btn-inicio:hover{
	background-color: #5db148;
	color: #fff;
}

.content-area-error{
	position: relative;
	width: 100%;
	height: 80vh;
	min-height: 320px;
	text-align: center;
	margin-bottom: 60px;
}

.error-404{
	position: relative;
	display: block;
	padding-top: 60px;
}

.error-404 span{
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 100px;
	color: #5db148b0;
	font-weight: 700;
	z-index: -1
}

.error-404 .page-title{
	font-weight: 600;
}

.content-area-search .page-title{
	font-weight: 600;
}

h2.page-title{
	margin-bottom: 30px;
}


h2.page-title span{
	color: #5db148;
	text-transform: capitalize;
}

/*--------------------------------------------------------------
## Marquesina
--------------------------------------------------------------*/

.variacion{
	display: block;
	height: auto;
	border-top: 1px solid #5db148;
	border-bottom: 1px solid #5db148;
	line-height: 0;
}

.variacion .title{
	display: block;
	background-color: #5db148;
	width: 360px;
	float: left;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
}

.variacion .title p{
	padding: 0;
}

.variacion marquee{
	display: inline-block;
	width: calc(100% - 360px);
}

.variacion marquee ul{
	display: block;
	margin: 0;
	list-style: none;
	line-height: 0;
}

.variacion marquee ul li{
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 20px;
	padding: 22px 20px;
}

.variacion span.asciende{
	position: absolute;
	bottom: 17px;
	right: -10px;
	width: 0px;
	height: 0px;
	border-bottom: 10px solid #5db148;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.variacion span.neutro{
	position: absolute;
	top: 20px;
	right: -10px;
	width: 15px;
	height: 0px;
	border-top: 5px solid #F99800;
}

.variacion span.desciende{
	position: absolute;
	top: 15px;
	right: -10px;
	width: 0px;
	height: 0px;
	border-top: 10px solid red;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.buscador{
	display: block;
	background-color: #ededed;
	padding: 45px 15px;
	text-align: center;
}

.buscador .search-form{
	position: relative;
	display: inline-block;
	width: 500px;
	margin: 0px auto
}

.buscador .search-field{
	background-color: inherit;
	width: 100%;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
}

.buscador .search-submit{
	position: absolute;
	top: 0;
	right: 0;
	background-color: inherit;
	width: 30px;
	height: 30px;
	font-family: 'FontAwesome';
	font-weight: 900;
	padding: 6px;
	border: 0px;
}

.buscador h5{
	font-weight: 600;
	margin-bottom: 15px;
}

.pre-footer{
	display: block;
	background-color: #5db148;
	color: #fff;
	padding-top: 25px;
}

.pre-footer .widget-title{
	font-weight: 800;
}

.pre-footer a{
	color: #fff;
}

.site-footer{
	display: block;
	background-color: #5db148;
	text-align: center;
}

.site-info{
	display: block;
	color: #fff;
	padding: 10px 15px;
	border-top: 1px solid #fff;
}

.site-info a{
	color: #fff;
}


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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.mas span.counterup::before {
    content: "+";
}

a.btn-descargar{
	display: inline-block;
	background-color: #fff;
	color: #5db148;
	text-transform: uppercase;
	padding: 10px 15px;
	border: 2px solid #5db148;
	border-radius: 10px;
	-webkit-box-shadow:  2px 2px 5px #b3b3b3 !important;
	        box-shadow:  2px 2px 5px #b3b3b3 !important;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

a.btn-descargar:hover{
	background-color: #5db148;
	color: #fff;
}

a.btn-report{
	color: #5db148;
}

.view{
	display: none;
	color: #fff;
}

.data-fresh {
	display: block;
    background-color: #fff;
	width: 100%;
	padding: 20px;
   	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #eaeaea;	
}

.title-data{
	display: block;
	width: 100%;
	text-align: center;
}

.data-info {
	text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.data-info hr{
	margin: 10px 0px;
}

.data-info h3{
	color: #a8a8a8;
}
.data-info .fila{
	margin: 20px 0;
}

.data-info .fila .columna-2{
	border-right: 1px solid #eaeaea;
}

.data-info .fila .columna-2:last-child{
	border-right: none;
}

.data-info p:first-child{
	text-align: left;
}

.data-info p{
	color: #5db148;
	padding: 0;
}

.campana-data {
    display: inline-block;
    width: 100%;
    background: #5db148;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 0px 20px;
}

.campana-data.camp-ant {
    background: #5db148b3;
}
.campana-data.val-anu{
	background-color: #5db14882;
}

.campana-data p {
    color: #fff;
    text-align: left;
	padding: 0;
}

.campana-data h3 {
    color: #fff;
    text-align: right;
}

/*contador Fresh Report*/

.contador-fresh-report {
    flex-direction: column;
    height: 190px;
    justify-content: center;
	padding: 10px;
}

/*contador Recaptcha*/
.grecaptcha-badge { 
    visibility: hidden;
}

.page-id-1852 .grecaptcha-badge,
.page-id-2408 .grecaptcha-badge{
    visibility: visible !important;
}



@media (min-width: 1200px){
	#iframereport{
		width: 100%;
		height: 1250px;
	}
}

@media (min-width: 1025px) and (max-width: 1199px){
	.container{
		width: 100%;
	}
	
	#iframereport{
		width: 100%;
		height: 1250px;
	}
}

@media (min-width: 1000px) and (max-width: 1024px){
	.container{
		width: 100%;
	}

	#home-post .columna-5 {
	    width: 25%;
	}

	.mas-leido{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#destacados .post-thumbnail{
		width: 40%;
	}
	
	#iframereport{
		width: 100%;
		height: 1250px;
	}
}

@media (min-width: 768px) and (max-width: 999px){
	.container{
		width: 100%;
	}

	.mas-leido{
		padding-left: 10px;
		padding-right: 10px;
	}

	#home-post .columna-5 {
	    width: 50%;
	}
		
	#destacados ul li{
		height: 280px;
	}
	
	#destacados .post-thumbnail{
		width: 100%;
		height: 140px;
		margin-bottom: 10px;
	}
	
	#home-post .columna-4{
		width: 50%;
	}
	
	#iframereport {
    	width: 100%;
    	height: 1780px;
	}
	
}

@media (min-width: 480px) and (max-width: 767px){
	.container{
		width: 100%;
	}

	#home-post .columna-5 {
	    width: 100%;
	}

	.mas-leido{
		padding-left: 15px;
		padding-right: 15px;
	}

	.buscador .search-form{
		width: 100%;
	}

	.pre-footer .columna-3{
		width: 100%;
	}

	.variacion .title{
		width: 100%;
	}

	.variacion marquee{
		width: 100%;
	}

	.menu.nav-menu {
	    position: absolute;
	    top: 100px;
	    left: 0;
	    background-color: #fff;	    
	    width: 100%;
		box-shadow: 2px 2px 10px #d4d4d4;
		padding: 20px 15px;
	    z-index: 12;
	}

	.main-navigation li{
		width: 100%;
		text-align: center;
	}

	.menu-toggle {
		background: inherit;
		color: #5db148;
	    font-size: 20px;
		padding: 10px 12px;
		border: 1px solid #5db148;
	}

	.menu-toggle:hover,
	.menu-toggle:focus{
		border-color: #5db148;
	}
	
	#destacados ul li{
		width: 100%;
		border-right: 1px solid #eaeaea;
	}
	
	.columna-3c,
	.columna-3{
		width: 100%;
	}
	
	#notas-interes .post-thumbnail{
		margin-bottom: 25px;
	}
	
	#destacados .post-thumbnail{
		width: 40%;
	}
	
	#home-post .columna-4{
		width: 50%;
	}


}

@media only screen and (max-width: 479px){
	
	.container{
		width: 100%;
	}

	#home-post .columna-5 {
	    width: 100%;
	}

	.mas-leido{
		padding-left: 15px;
		padding-right: 15px;
	}

	.buscador .search-form{
		width: 100%;
	}

	.pre-footer .columna-3{
		width: 100%;
	}

	.variacion .title{
		width: 100%;
	}

	.variacion marquee{
		width: 100%;
	}

	.menu.nav-menu {
	    position: absolute;
	    top: 100px;
	    left: 0;
	    background-color: #fff;	    
	    width: 100%;
		box-shadow: 2px 2px 10px #d4d4d4;
		padding: 20px 15px;
	    z-index: 12;
	}

	.main-navigation li{
		width: 100%;
		text-align: center;
	}

	.menu-toggle {
		background: inherit;
		color: #5db148;
	    font-size: 20px;
		padding: 10px 12px;
		border: 1px solid #5db148;
	}

	.menu-toggle:hover,
	.menu-toggle:focus{
		border-color: #5db148;
	}
	
	#destacados ul li{
		width: 100%;
		border-right: 1px solid #eaeaea;
	}
	
	.columna-2,
	.columna-3c,
	.columna-3{
		width: 100%;
	}
	
	#notas-interes .post-thumbnail{
		margin-bottom: 25px;
	}
	
	#destacados .post-thumbnail{
		width: 30%;
	}
	
	.site-branding{
		width: 75%;
	}
	
	#home-post .columna-4{
		width: 100%;
	}
	
	.social-fixed{
		display: flex;
		width: 100%;
		justify-content: space-between;
		bottom: 0;
		transform: inherit;
		top: inherit
	}

	.social-fixed a{
		width: 33.33%
	}
	
	
	#post-2558.post .entry-header span {
		overflow-wrap: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	
	.form-1,
	.form-1 .columna-2{
		width: 100%;
	}
	
	#captcha{
		padding: 0;
	}
	
	.g-recaptcha > div{
		width: 100% !important;
	}
	
	#iframereport{
		width: 100%;
		height: 2000px;
	}
	

}

.page-id-3590 h1.entry-title,
.page-id-1852 h1.entry-title,
.page-id-3507 h1.entry-title,
.page-id-3518 h1.entry-title,
.page-id-2031 h1.entry-title,
.page-id-18681 h1.entry-title,
.page-id-19388 h1.entry-title,
.page-id-19431 h1.entry-title,
.page-id-19489 h1.entry-title{
    display: none;
}

/*.page-id-2605 .site-content {
    background: linear-gradient(#fff 80%, #5db148 20%);
}*/

.page-id-2605 .buscador{
	display: none;
}

.kc_title.title-2 {
    background: #5db148;
    display: inline-block;
    padding: 5px 20px;
}

.social-share-2 {
  margin-bottom: 1.5rem
}
.social-share-2__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.social-share-2__red {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  transition: all .3s ease-in;
}
.social-share-2__red:hover {
  background: #fff;
  color: #5db148;
}


@media only screen and (max-width: 899px){
	.filter-white img{
		filter: brightness(0) invert(1);
	}
	
	.color-movile div#n2-ss-3item6{
		color: #fff !important;
	}
}

.input-freshreport input[type="text"],
.input-freshreport input[type="email"],
.input-freshreport input[type="tel"]{
    width: 100%;
}

.input-freshreport input[type="submit"]{
	padding: .7rem 1.8rem;
	background: #5db148;
	color: #fff;
	font-size: 1rem;
	border: 1px solid #5db148;
}

.input-freshreport select{
	padding: 3px;
width: 100%;
border-radius: 3px;
}

.img-post {
    display: flex;
    min-height: 300px;
}

.img-post img {
    object-fit: cover;
    object-position: center;
    width: 100%;
	height: 300px;
}


/**/
.lista-entradas{
	padding: .5rem 1.5rem;
	margin: 0;
}

.lista-entradas li {
    padding: 1rem 0;
    border-bottom: 1px dotted #777;
}

.lista-entradas li:last-child {
    border-bottom: none;
}

.lista-entradas li a{
	font-size: 1.15rem;
    text-wrap: balance;
    display: inline-block;
}

.lista-entradas li time{
	font-weight: 600;
    text-align: right;
	margin-top: 5px;
}

.post-title{
    font-weight: 600;
    line-height: 1.3em;
    font-size: 1.5rem !important;
}

.tabcontent{
	background: #e7e8ec;
	padding: 30px;
}

.tabcontent h6{
	color: #5db148;
	text-align: center;
	font-weight: 600;
}

.tabcontent input[type="text"],
.tabcontent input[type="email"],
.tabcontent input[type="tel"],
.tabcontent select{
	width:100%;
	padding: 5px;
}

.tabcontent input[type="submit"] {
	background: #5db148;
	font-size: 16px;
	color: #fff;
	border: 1px solid #5db148;
	transition: all .3s ease-in;
}

.tabcontent input[type="submit"]:hover{
	background: transparent;
	color: #5db148;
}

td.check svg {
    width: 10px;
	fill: #fff;
}

.icon-minus {
    background: #b1b1b0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 50%;
}

.icon-check {
    background: #7aa750;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 50%;
}

.progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    gap: 1rem;
}

.progress--text {
    padding: 0;
    flex: 1 1 150px;
}


.progress--bar {
	position: relative;
    width: 100%;
	height: 30px;
    background: #72af56;
    border-radius: 15px;
    overflow: hidden;
}

.progress--bar[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 10px;
}

.progress--bar::after{
	content: attr(value)'%';
	position: absolute;
	top: 6px;
	left: 10px;
	color: #fff;
	font-size: .8rem;
	font-weight: 500;
}

.graphic {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    margin: auto;
}

.graphic--circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #72af56;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    padding: 10px;
}

.graphic--circle__invert{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
	outline: 2px solid #72af56;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    padding: 10px;
}

.graphic--number {
    color: #fff;
    padding: 0;
    font-size: 1.2rem;
}

.graphic--number__invert{
	color: #72af56;
    padding: 0;
    font-size: 1.2rem;
}

.graphic--text {
    padding: 0;
    color: #fff;
    font-size: .8rem;
    text-align: center;
    text-wrap: balance;
}

.graphic--text__invert{
    padding: 0;
    color: #72af56;
    font-size: .8rem;
    text-align: center;
    text-wrap: balance;
}

.graphic--arrow {
	--t: 45%;
    --h: 40%;
    aspect-ratio: 3 / 2;
    width: 90px;
    background: #bfd6b0;
    clip-path: polygon(0 calc(50% - var(--t) / 2), calc(100% - var(--h)) calc(50% - var(--t) / 2), calc(100% - var(--h)) 0, 100% 50%, calc(100% - var(--h)) 100%, calc(100% - var(--h)) calc(50% + var(--t) / 2), 0 calc(50% + var(--t) / 2));
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
}

.contact svg{
	width: 20px;
	fill: #72af56
}

.FormFresh {
    background: #eeeeee;
    padding: 1rem;
}

.FormTitle{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.sublabel{
	font-size: .8rem;
    font-style: italic;
    color: #72af56;
    font-weight: 500;
}

.FormFresh input[type="text"],
.FormFresh input[type="email"],
.FormFresh select{
    width: 100%;
    height: 35px;
    padding: .2rem .5rem;
}

.FormFresh input[type="submit"]{
    background: #5db148;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: .5rem 1rem;
	cursor: pointer;
}

.FormFresh input[type="submit"]:disabled{
	opacity: .5;
}

.wpcf7 form .wpcf7-response-output {
	margin: .5em 0.5em 1em;
}

h2.widgetTitle {
    font-size: 1.8rem;
    color: #72af56;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 1rem;
}

ul.newpost {
    margin: 0;
    padding: 0;
}

ul.newpost li{
    padding: .5rem 0;
    border-bottom: 1px dotted #a1a1a1;
}

ul.newpost li:last-child{
    border-bottom: none;
}

.freshportada{
	max-height: 300px;
}

.suscription-report {    
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(45deg, #4d8c3d 40%, #7cad54 70%);
	align-content: center;
	
	& .suscription-report__container{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 2rem 1rem;
		max-width: min(calc(100% - 2rem), 65rem);
		margin: 3rem auto;
	}
	
	& .suscription-report__col {
		flex-grow: 1;
		flex-basis: 300px;
	}
	
	& .wpcf7-response-output {
    	background: #fff;
    	border-radius: 8px;
		margin: 1rem auto !important;
		padding: .5rem 1rem !important;
	}
}

.suscription-report__title {
    border-left: 15px solid #fff;
    padding-left: 1rem;
        width: min(450px, 100%);
    margin: 0 auto 1rem;
	
	& .suscription-report__h2 {
		font-size: clamp(1.5rem, 5vw, 2rem);
		color: #fff;
		font-weight: 200;
		line-height: 1em;
	}
	
	& .suscription-report__h3 {
		color: #fff;
		font-weight: 600;
		line-height: 1em;
		text-wrap: balance;
		font-size: clamp(1.35rem, 5vw, 2rem);
	}
}

.suscription-report__img{
	display: block;
	margin: auto;
	width: auto;
	max-height: 400px;
}

.suscription-report__div {
    display: flex;
    flex-direction: column;
    gap: .7rem;

    & label{
        color: #fff;
        line-height: 1.5em
    }
    
    & p{
        margin: 0;
        padding: 0;
    }

    & input[type="text"],
	& input[type="number"],
    & input[type="tel"],
    & input[type="email"]{
        width: 100%;
        border-radius: 8px;
        border: 2px solid #4d8c3d;
        padding: .5rem 1rem;
        font-weight: 400;
    }
	
	& input[type="submit"]{
		padding: .5rem 1rem;
		font-size: 1rem;
		font-weight: 600;
		color: #4d8c3d;
		border-radius: 6px;
		cursor: pointer;
		transition: all .3s ease-in;
		
		&:hover{
			background-color: #7cad54;
			color: #fff;
		}
	}
	
	& .wpcf7-not-valid-tip{
		background: #ffffff8f;
		padding: .5rem 1rem;
		margin-top: .5rem;
		border-radius: 8px;
		border: 1px solid red;
	}
	
	
	
}

.suscription-report__p {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem !important;
    text-wrap: pretty;
    font-weight: 600;
}

.formNew {
	position: relative;
    width: min(1250px, calc(100% - 2rem));
    margin: auto;
    background: #F5F7FF;
    padding: 46px min(10%, 172px);  

    & .formNew__title{
        text-align: center;
        font-size: clamp(24px, 5vw, 32px);
        font-weight: 600;
        margin-bottom: 50px;
		padding: 0;
    }
	

}


.formNew__content {
    display: flex;
    flex-wrap: wrap;
    gap: 34px 2rem;

     & p{
        padding: 0;
        font-weight: 600;
        font-size: 1rem;
    }

    & .formNew__div{
        flex-grow: 1;
        flex-basis: 320px;
    }

    & input,
    & select {
        width: 100%;
        height: 40px;
        border: 1px solid #5DB148;
        border-radius: 5px;
        margin-top: 9px;
		padding: 4px 10px;
    }
	
	& input[type="checkbox"]{
		width: 15px;
		height: 15px;
		margin-top: 0;
		margin-right: 5px;
		accent-color: #5db148;
	}
	
}

.formNew__phone{
    margin-top: 9px;
	position: relative;
    
    & p {
    display: flex;
	}
	
    & input{
        margin: 0;
        border-radius: 0 5px 5px 0;
    }

    & .dial-prefix{
        background: #5db148;
        align-content: center;
        padding: .1rem .8rem;
        border-radius: 5px 0 0 5px;
        color: #fff;
        font-weight: 400;
    }

	& .wpcf7-form-control-wrap{
		position: inherit;
	}

	& .wpcf7-not-valid-tip{
		position: absolute;
		left: 0;
	}
}

input.formNew__btn {
	--color: #5db148;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 60px);
    background: var(--color);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    border: 1px solid var(--color);
    width: auto;
    text-align: center;
    cursor: pointer;

	&:disabled{
		--color: #b2d9af;
	}
}

.wpcf7-response-output {
    width: min(100%, 1050px);
    margin: 30px auto !important;
    text-align: center;
}

.freshReport__items {
    display: flex;
	flex-wrap: wrap;
    min-height: 517px;    
    
    & .freshReport__div{
        flex-grow: 1;
        flex-basis: 350px;
        background-color: var(--color);
        padding: 2.5rem min(1.5rem, 5%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;

		&.freshReport__div--color1{
			--color: #5DB148;
			@media (min-width: 1025px){
				flex-grow: 2;
			}
		}

		&.freshReport__div--color2{
			--color: #72D459;
		}

		&.freshReport__div--color3{
			--color: #E9EAE8;
		}

		&.freshReport__div--color4{
			--color: #F8F8F8;
		}
    }
}

.freshReport__title {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.125rem);
    font-weight: 600;
    line-height: 1em;
    max-width: min(340px, 100%);
    padding: 0;
    margin-bottom: 1.3rem;
	position: relative;
    
    &::after{
        content: "";
        width: 30%;
        height: 8px;
        background-color: #fff;
        display: inline-block;
        border-radius: 50px;
		position: absolute;
		left: 0;
		bottom: -1rem;
    }
}

.freshReport__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.freshReport__p {
    font-size: clamp(1.2rem,5vw, 1.5rem);
    font-weight: 600;
    color: #000;
    text-wrap: balance;
    text-align: center;
    padding: 0;
    margin: 1rem 3rem;
    line-height: 1.3em;
    
    & span{
        font-weight: 400;
        display: block;
        font-size: clamp(1rem, 5vw, 1.2rem);
		line-height: 1.3em;
    }
}

#preview { width: 100%; height: 600px; border: 1px solid #ccc; margin-top: 2rem; display: none; }
    #message { color: red; margin-top: 1rem; white-space: pre-line; }
    #spinner {
      display: none;
      margin-top: 2rem;
      text-align: center;
    }
    .loader {
      border: 6px solid #f3f3f3;
      border-top: 6px solid #5db148;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      animation: spin 1s linear infinite;
      margin: auto;
    }
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }


.emailForm {
    color: #fff;
}

.emailForm__div {
    display: flex;
    margin: .5rem 0;
    border: 1px solid #5db148;
    border-radius: 9px;
    overflow: hidden;
}

input.emailForm__input {
    border: none;
    border-radius: 0;
    width: 100%;
    padding: .5px 1rem;

    &:focus-visible{
        outline: inherit;
    }
}

.emailForm__btn {
    width: 120px;
    height: 40px;
    border: none;
    border-radius: 0;
    color: #404040;
    font-weight: 600;
    font-size: .9rem;
    cursor: pointer;
    transition: all .3s ease-in;

    &:hover{
        background-color: #404040;
        color: #fff;
    }
}

.containerBoletin {
	display: none;
    width: min(calc(100% - 2rem), 70rem);
    margin: 3rem auto;
}

.report-tables {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;

    & .report-tables__div{
        flex-grow: 1;
        flex-basis: 350px;
    }

    & .report-tables__h4{
        background-color: #5DB148;
        padding: 10px min(2rem, 5%);
		margin-bottom: 20px;
        border-radius: 20px;
        color: #ffffff;
        font-size: clamp(1rem, 5vw, 1.15rem);
        line-height: 1.2em;
        text-align: center;
        text-wrap: balance;
    }
	
	& .report-tables__info {
		background-color: #ffffff;
		border-radius: 20px;
		padding: min(26px, 10%);
		box-shadow: 0 4px 10px rgba(0,0,0,.25);
		min-height: 229px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px 10px;
		
		&.report-tables__info--notflex{
			display: block;
		}
	}

	
	& .report-graphic{
		flex-grow: 1;
		flex-basis: 140px;
		position: relative;
		
		&::before{
			content: attr(data-info);
			position: absolute;
			top: 0;
			left: 0; 
			width: 100%;
			height: 100%;
			display: flex;
			align-items: flex-end;
			justify-content: center;
			font-size: 25px;
			font-weight: 600;
			color: #5db148;
		}
	}
	
	& .report-tables__fact {
		font-size: 14px;
		line-height: 1.4em;
		padding: 0;
		text-wrap: balance;
		flex-grow: 1;
		
		 &:first-child{
			flex-basis: 140px;
		}
    
	    &:last-child{
			flex-basis: 180px;
		}

		& span{
			font-size:25px;
			font-weight: 600;
			color: #5db148;
			display: block;
			line-height: 1.2em;
		}
	}
}

.graphic-circle {
	position: relative;
    width: 170px;
    height: 85px;
    border: 20px solid #EEF0F6;
    border-bottom: none;
    border-top-left-radius: var(--radio);
    border-top-right-radius: var(--radio);
    --radio: 170px;
	
	&::before{
		content:"";
		position: absolute;
		display: inline-block;
		width: 20px;
		height: 20px;
		background: #5DB148;
		border-radius: 50%;
		bottom: -10px;
		left: -20px;
	}
}

.half-circle {
  width: 140px;
  height: 80px;
  position: relative;
	display: flex;
    margin: auto;
	
	--dato: 34;

  & path {
    fill: none;
    stroke: #000;
    stroke-width: 14;
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    stroke-linecap: round;
    transform: translate(10px, 20px);

    &:first-child {
      stroke-dashoffset: 0;
      stroke: #f3f3f3;
    }

    &:last-child {
      stroke: #72af56;
		stroke-dashoffset: calc(440 - (440 * var(--dato)) / 100);
/*       animation: dashoffset-anim 1s ease-in-out forwards; */
    }
  }
	
	&.half-circle-2{
		--dato: 25;
	}
}

/* @keyframes dashoffset-anim {
  0% {
    stroke-dashoffset: 440;
  }
  20% {
    stroke-dashoffset: 410;
  }
  50% {
    stroke-dashoffset: 390;
  }
  60% {
    stroke-dashoffset: 360;
  }
  80% {
    stroke-dashoffset: 330;
  }
  100% {
    stroke-dashoffset: calc(440 - (440 * 28) / 100);
  }
} */

.report-tables__ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    
    & .report-tables__li{
        padding: 11px 12px;
        background: #F9F9F9;
        border-radius: 10px;
		display: flex;
		align-items: center;
		gap: 1rem;
		flex-wrap: wrap;
    }

    & .report-tables__p{
        padding: 0;
        font-weight: 600;
        font-size: 14px;
		flex-grow: 1;
        flex-basis: 60px;
    }
	
	& .report-tables__progress{
		position: relative;
		width: 100%;
		height: 8px;
		background-color: #E6E6E6;
		border-radius: 5px;
		flex-grow: 1;
		flex-basis: 300px;
	}
	
	& .report-tables__percent{
		position: relative;
		background-color: #FF4F04;
		z-index: 1;
		height: 100%;
		border-radius: 5px;	
		
		&::after{
			content: attr(data-percent);
            right: 0;
            top: -8px;
            position: absolute;
            background: #ff4f04;
            padding: 2px 4px;
            color: #fff;
            font-weight: 600;
            font-size: 14px;
            border-radius: 5px;
			transition: width 1s ease-out;
		}
	}
}

.fact__ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;

    & .fact__li{
        display: flex;
        align-items: center;
        background: #F9F9F9;
        border-radius: 5px;
        min-height: 46px;
        padding: 6px 12px;
        flex-wrap: wrap;
        gap: 8px;
    }

    & .fact__p{
        flex-grow: 1;
        flex-basis: 90px;
        padding: 0;
        font-size: 14px;
        font-weight: 600;
    }

    & .fact__list{
        flex-grow: 1;
        flex-basis: 360px;
        padding: 0;
        font-size: 12px;
        text-wrap: pretty;
    }
}

.countries__title {
    background: #F9F9F9;
    border-radius: 5px;
    min-height: 46px;
    padding: 6px 12px;
    align-content: center;
    font-weight: 600;
    font-size: 14px;
}

.countries__list {
    list-style: "▸";
    margin: 8px 0 0 1.4rem; 
    columns: 200px 2;
    column-gap: 30px;

    & .countries__li{
        border-bottom: 1px solid #DFDFDF;
        padding: 3px 10px;
		font-size: 14px;
        
        &::marker {
            font-size: 1.2rem;
            color: #FF4F04;
            line-height: 1rem;
        }
    }
}

.formNew__div.grande p {
    font-size: 20px;
}

.formNew__div.grande label {
    font-size: 18px;
	line-height: 1.2em;
	display: flex;
	align-items: flex-start;
	gap: .5rem;
}

.formNew__div.grande input{
	margin-top: .2rem;
} 

.none{
	display: none !important;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}