/*!
Theme Name: martinavarro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: martinavarro
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

/* Normalize
--------------------------------------------- */
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Almarose';
    src: url('Almarose-Regular.woff2') format('woff2'),
        url('Almarose-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 40px;
	line-height: 43px;
	margin: 0.67em 0;
	font-weight: normal;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Helvetica Neue LT Std';
	font-size: 1rem;
	line-height: 1.5;
}
body p{
	line-height: 21px;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: ivypresto-headline,serif;
}
h2{
	font-size: 36px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #1C3512;
	text-decoration: none;
}

a:visited {
}

a:hover, a:focus, a:active {
	color: #ff6900;
	transition: 0.2s;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.site-main, .content-footer {
	padding-left: 140px;
	padding-right: 140px;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.site-main, .content-footer, .header-content, .footer-bot {
	max-width: 1366px;
	margin: auto;
}
.site-main{
	margin-top: 54px;
  background-color: #F4F2ED;
}
.header-content{
	width: 100%;
	height: 54px;
	display: grid;
	grid-template-columns: 150px 1fr;
	padding: 0 100px;
	align-items: center;
}
.site-header{
	position: fixed;
	z-index: 999;
	top: 0;
	background-color: #F4F1ED;
	width: 100%;
}
.main-navigation{
	display: flex;
  justify-content: flex-end;
}
.entry-content .alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.entry-content .alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
  /*  margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
    width: 100vw;
    */
}
.alignfull>div {
	max-width: 1366px;
	margin: auto;
	padding: 0 140px;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

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

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

.main-navigation ul ul a {
	width: auto;
  margin-bottom: 10px;
}
.main-navigation ul a {
	font-size: 14px;
	color: #000;
}
.main-navigation ul a:hover, .main-navigation ul .wpml-ls-current-language a{
    color: #ff6900;
}

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

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 30px
}

.main-navigation li.menu-down {
	margin-right: 45px
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation li.wpml-ls-item{
	margin: 0;
	display: flex;
}
.main-navigation li.wpml-ls-first-item a::after{
	content: "|";
	margin-left: 6.5px;
  top: -1px;
  position: relative;
}
.main-navigation li.wpml-ls-item:last-child{
	margin: 0;
	padding-left: 7.5px;
}
.wpml-ls-first-item a{
  justify-content: flex-end;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

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

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.site-branding{
	line-height:0;
}
/* footer */
.content-footer, .footer-bot{
	display: flex;
	justify-content: center;
	grid-gap: 80px;
}
.footer-bot{
  margin-top: 35px;
}
.site-footer{
	background-color: #FFD0AF;
	color: #000;
	padding-top: 129px;
	font-size: 12px;
	padding-bottom: 129px;
	position: relative;
}
.site-footer h2{
	margin-top: 0;
  font: normal normal 300 36px/43px ivypresto-headline,serif;
}
.site-footer input{
	font: normal normal normal 16px/22px Helvetica Neue LT Std;
  border-color: #FF6900!important;
  margin-bottom: 30px!important;
}
.site-footer input[type="submit"]{
  padding: 5px;
  border: 0;
  cursor: pointer;
  float: right;
  margin-bottom: 0!important;
  order: 2;
  padding-right: 52px;
  z-index: 1;
  font: normal normal normal 16px/22px Helvetica Neue LT Std;
  color: #000;
}

.site-footer a{
	color: #000;
	text-decoration: none;
}
.site-footer a:hover{
	color: #FF6900;
}
.site-footer ul{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
.footer.right a, .footer.right p{
  text-align: left;
  font: normal normal normal 16px/22px Helvetica Neue LT Std;
}
.footer.right .wp-block-button__link{
	background-color: transparent;
	border: 0.75px solid #fff;
	padding: 10px 13px;
	margin-top: 10px;
	font-size: 12px;
}
.footer.right .wp-block-button__link:hover{
	background-color: #fff;
	color:#000;
	transition: 0.2s;
}
.is-style-outline .wp-block-button__link{
	font-size: 12px;
	border: 0.75px solid;
}
#menu-legal-menu, #menu-legal-menu-es{
	font-size: 12px;
  display: flex;
}
#menu-legal-menu li, #menu-legal-menu-es li{
	margin-right: 15px;
}
.footer.left .widget_media_image{
	margin-bottom: 30px;
}
.footer.left{
	max-width: 232px;
}
.footer.center p{
	font: normal normal normal 16px/22px Helvetica Neue LT Std;
}
.footer.center, .footer.right{
	padding-top: 73px;
}
.footer.right h2{
	margin: 0;
}
.footer p{
	margin: 0;
}
.footer.right section{
	text-align: right;
}
.footer.right2 section h2{
	font-size: 26px;
  line-height: 1.2;
}
.footer.right2{
  padding-top: 73px;
}
.footer.right2 .wp-block-button__link{
	background-color: transparent;
  border: 1px solid #FF6900;
  color: #000;
  font-size: 16px;
  padding: 8px 23px;
}
.footer.right2 .wp-block-button__link:hover{
  color:#FF6900;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.footer-bot *, .footer-bot .witget{
  margin-bottom: 0;
}
.widget select {
	max-width: 100%;
}

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* buttons */
.btn-white .wp-block-button__link:hover{
	background-color: #fff;
	color: #000;
	transition: 0.3s;
}
.wp-block-button__link:hover{
	background-color: #8eaf03;
	border-color: #8eaf03;
	color: #fff;
	transition: 0.3s;
}
/* home */
.home p{
	line-height: 28px;
	font-size: 21px;
}
.home-b1{
	min-height: 100vh;
  z-index: 3;
}
.home-b1 h1{
  font: normal normal 300 74px/80px ivypresto-headline,serif;
	margin-top: 0;
	margin-bottom: 0;
}
.home-b1 h1 span{
  font: normal normal bold 74px/60px Helvetica Neue LT Std;
}
.home-b1 p{
	font: normal normal normal 36px/43px ivypresto-headline,serif;
}
.home-b1.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{
	width: 100%;
	margin: auto;
}
.home-b2{
	min-height: 445px;
}
.home-b2 h2{
	margin: 0 auto 10px;
  font: normal normal normal 30px/37px ivypresto-headline,serif;
}
.home-b2-col1 p{
  font: normal normal normal 20px/24px ivypresto-headline,serif;
  margin-top: 0;
}
.home-desde-groups p{
  margin: 0;
}
.home-desde-groups .wp-block-image figure{
  margin-bottom: 0;
}
.home-desde-groups .wp-block-image{
  margin-bottom: 10px;
}
.home-desde-groups .wp-block-image+p{
  font: normal normal bold 20px/28px Helvetica Neue LT Std;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.home-desde-groups .wp-block-image+p+p{
  font: normal normal normal 14px/20px Helvetica Neue LT Std;
}
.home-desde-groups:hover img{
  transform: translate(0, -10px);
  transition-duration: 0.5s;
}
.home-desde-groups img, .col-transform .wp-block-column .home-desde-groups{
  transition-duration: 0.5s;
}
.col-transform:hover .wp-block-column:first-child .home-desde-groups:first-child{
  transform: translate(-15px, -15px);
  transition-duration: 0.5s;
}
.col-transform:hover .wp-block-column:first-child .home-desde-groups:last-child{
  transform: translate(-15px, 15px);
  transition-duration: 0.5s;
}
.col-transform:hover .wp-block-column:nth-child(2n) .home-desde-groups:first-child{
  transform: translate(0, -15px);
  transition-duration: 0.5s;
}
.col-transform:hover .wp-block-column:nth-child(2n) .home-desde-groups:last-child{
  transform: translate(0, 15px);
  transition-duration: 0.5s;
}
.col-transform:hover .wp-block-column:last-child .home-desde-groups:first-child{
  transform: translate(15px, -15px);
  transition-duration: 0.5s;
}
.col-transform:hover .wp-block-column:last-child .home-desde-groups:last-child{
  transform: translate(15px, 15px);
  transition-duration: 0.5s;
}
.home-b2 .wp-block-buttons{
	margin-bottom: 0;
}
.entry-content .home-b2 .wp-block-cover__inner-container{
	margin-bottom: 0;
}
.home-b3 h2{
	font: normal normal 300 46px/56px ivypresto-headline,serif;
}
.home-sep{
  position: absolute;
  bottom: -79px;
  left: 49%;
}
.home-b3 .home-h2-historia{
  font: normal normal 300 74px/89px ivypresto-headline,serif;
  margin-bottom: 0;
}
.home-b3 p{
	font: normal normal 300 36px/43px ivypresto-headline,serif;
  max-width: 837px;
  margin-left: auto;
  margin-right: auto;
}
.home-b3 figure, .home-b3 .wp-block-image, .home-b3 .wp-block-columns{
	margin: 0;
}
.home-b3 .wp-block-cover__inner-container{
	margin-bottom: 60px;
	margin-top: 68px;
}
.home-block-float img{
  max-width: 485px;
}
.home-block-float figure{
  height: 251px;
}
.home-block-float{
  margin-bottom: 180px;
}
.home-block-float h2{
	font: normal normal 300 74px/89px ivypresto-headline,serif;
  margin-bottom: 0;
  mix-blend-mode: difference;
  color: white;
}
.home-block-float p{
	font: normal normal normal 16px/22px Helvetica Neue LT Std;
  margin-top: 0;
  padding-left: 29px;
  /*mix-blend-mode: difference;
  color: white;*/
}
.home-block-float figure+.wp-block-group{
  max-width: 379px;
  position: absolute;
  top: 140px;
}
.home-block-float-l figure+.wp-block-group{
  left: 50%;
}
.home-block-float-r figure+.wp-block-group{
  left: 43%;
}
.entry-content .home-block-float>.wp-block-group__inner-container{
	max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.home-block-float-r img{
  float: right;
}
.home-menu{
  top: 54px;
  z-index: 2;
  background-color: #F4F1ED;
  width: 100%;
  border-top: 1px solid;
  position: fixed;
}
.home-menu .menu{
  list-style: none;
  height: 54px;
  margin: auto;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: flex-end;
  max-width: 1366px;
  padding-right: 8%;
}
.home-menu li{
  float: left;
  position: relative;
  margin-right: 30px;
}
/* nosotros */
.about1 .wp-block-cover__inner-container{
	max-width: 883px;
}
.about1 h2{
	margin-top: 17px;
	margin-bottom: 11px;
}
.about2 svg{
	width: 100%;
}
.about2 .svg-about svg:hover path, .fruta-cols .wp-block-column:hover svg path{
	fill: #000;
	transition: 0.4s;
}
.about2 .svg-about svg{
	vertical-align: bottom;
}
.about2 .svg-about{
	min-height: 44px;
	display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about2{
	min-height: 601px;
  padding-top: 208px;
}
.about2, .about6{
	padding-left: 226px;
}
.about4>div, .about5>div{
	padding-left: 336px;
}
.line40{
	line-height: 40px;
}
.ab4-p1{
	font-size: 29px;
	margin-top: 150px;
	margin-bottom: 54px;
}
.ab-juntos-col p{
	font-weight: 300;
}
.ab-juntos-col p strong{
	font-weight: 500;
}
.ab5-p1{
	font-size: 30px;

	margin-top: 150px;
	margin-bottom: 76px;
}
.ab5-group .wp-block-group__inner-container{
	display: flex;
}
.ab5-group p{
	align-self: center;
	margin-left: 40px;
	font-size: 17px;
  max-width: 576px;
}
.ab5-group figure{
	min-width: 54px;
}
.about5{
	padding-bottom: 150px;
}
.ab4-cols{
	margin-top: 75px;
}
.ab4-cols img{
	width: 100%;
  max-height: 535px;
  object-fit: cover;
}
.about4 .rl-gallery .rl-gallery-item-title{
	font-size: 16px;
	font-weight: 300;
}
.about4 .rl-gallery .rl-gallery-link .rl-gallery-caption{
	padding: 11px 0;
	margin-bottom: -1px;
}
.about6 h2{
	font-size: 40px;
	margin-top: 169px;
	margin-bottom: 16px;
}
.about6 h2+p{
	line-height: 28px;
	font-size: 21px;
	margin-top: 0;
	margin-bottom: 73px;
}
.ab6-group img{
	height: 239px;
	object-fit: cover;
}
.ab6-group h3{
	font-size: 24px;
	margin: 21px 0 11px;
}
.ab6-group p{
	font-size: 18px;
	font-weight: 300;
	margin: 21px 0 0;
}
.ab6-group hr{
	height: 0.75px;
}
.about6 .wp-block-column:not(:first-child) {
  margin-left: 60px;
}
.ab6-cols{
	margin-bottom: 54px;
}
.about6{
	margin-bottom: 195px;
}
/* fruit */
.menu-fruit{
	display: flex;
	list-style: none;
	justify-content: space-between;
	max-width: 510px;
	margin: 114px auto 80px;
	padding: 0;
}
.menu-fruit li{
	cursor: pointer;
}
.menu-fruit li:hover, .menu-fruit li.act{
	color: #8fb519;
}
.fruta-cols{
	text-align: center;
}
.header-fruit h1{
	max-width: 705px;
	margin: auto;
}
.fruta-cols svg{
	margin: auto;
}
.fruta-cols{
	max-width: 500px;
	margin: auto;
}
.fruta-cols p{
	font-size: 14px;
	margin-bottom: 50px;
}
.fruit-group{
	margin-bottom: 125px;
	min-height: 455px;
}
.fruit-calendar h2{
	font-size: 16px;
	font-weight: bold;
	max-width: 366px;
  margin: auto;
}
.fruit-calendar img{
	text-align: center;
  width: 680px;
}
.fruit-calendar>.wp-block-cover__inner-container{
	margin: 61px auto;
}
.fruit-calendar figure{
	text-align: center;
}
.svg-fruit{
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
/* fruits */
.btn-menu-fruits a{
	font-size: 12px;
	padding: 8px 15px;
	border: 0.75px solid #000;
}
.menu-fruits ul{
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.menu-fruits a{
	text-decoration: none;
	color: #000;
}
.menu-fruits a:hover{
	color: #8EAF03;
}
.menu-fruits ul li.active:hover{
	border-color: #8EAF03;
}
.btn-menu-fruits a:hover{
	background-color: #8EAF03;
	color: #fff;
	border-color: #8EAF03;
}
.menu-fruits ul li{
	margin-right: 20px;
	padding-bottom: 4.5px;
}
.menu-fruits ul li.active{
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.title-fruits .wp-block-group__inner-container{
	display: flex;
}
.title-fruits figure{
	margin-right: 20px;
}
.info-fruits h2{
	font-size: 16px;
	font-weight: bold;
	margin: 49px 0 12px;
}
.fruits-container{
	background-color: #F4F3E9;
}
.info-fruits{
	margin-bottom: 0;
	padding-bottom: 90px;
}
.info-fruits p{
	font-size: 14px;
	margin: 0;
  line-height: 24px;
}
.menu-fruits>.wp-block-column {
	margin-top: 31px;
}
.info-fruits h1{
	margin-bottom: 0;
}
.info-fruits figure, .col2-fruits .rl-gallery-container{
	margin-bottom: 49px;
}
.menu-fruits .wp-block-column:not(:first-child), .info-fruits .wp-block-column:not(:first-child){
	max-width: 665px;
}
.fruta-cols a{
	color: #000;
	text-decoration: none;
}
.sy-slides-wrap .sy-controls li a:after {
    color: #000;
    background-color: transparent;
}
.sy-slides-wrap .sy-controls li a:focus, .sy-controls li a:hover {
    opacity: 1;
}
/* companies */
.com-header h1{
	font-size: 44px;
	margin-bottom: 16px;
}
.com-header p{
	font-size: 21px;
	max-width: 989px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 23px;
}
.companies-group .wp-block-group__inner-container{
	display: flex;
	justify-content: center;
}
.companies-group figure{
	background-color: #8EAF03;
	margin-right: 35px;
	height: 35px;
	width: 125px;
	display: flex;
}
.companies-group figure:hover, .com-button a:hover{
	background-color: #1C3512;
	transition: 0.3s;
}
.companies-group .martin a{
	padding: 0 13px 0;
}
.companies-group .rio a{
	padding: 0 33px 0;
}
.companies-group .perales a{
	padding: 0 9px 0 10px;
}
.companies-group .esther a{
	padding: 0 32px;
}
.companies-group figure.sunpack{
	margin-right: 0;
}
.companies-group .sunpack a{
	padding: 0 30px;
}
.companies-group figure a{
	padding: 0 13px 0;
	display: flex;
  align-items: center;
}
.com-h2{
	font-size: 24px;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 0;
}
.com-p{
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	max-width: 724px;
	margin-top: 16px;
	margin-bottom: 27px;
}
.com-button a{
	background-color: #8EAF03;
	font-size: 14px;
	font-weight: bold;
	width: 175px;
	height: 49px;
	padding: 14px 17px;
}
.post-12 .wp-block-cover, .post-1222 .wp-block-cover{
	min-height: 100vh!important;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-cover.wp-block-cover .wp-block-cover__inner-container{
	color: #000;
}
/* contact */
.form-grid1{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
}
form label .wpcf7-text, form label .wpcf7-textarea{
	width: 100%;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	margin-bottom: 50px;
  border-radius: 0;
  font: normal normal normal 16px/22px Helvetica Neue LT Std;
  padding-left: 10px;
  color: #000;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
input[type="submit"] {
	background-color: transparent;
	font-size: 12px;
	padding: 17px 36px;
	border-radius: 0;
	border-color: #000;
}
.sumb-div .wp-image-elipse27{
  order: 3;
  cursor: pointer;
  margin-left: -32px;
  z-index: 0;
  margin-bottom: -3px;
}
.sumb-div>p{
  display: flex;
  justify-content: flex-end;
}
.text-contact.lab-acept, .cont-acept p{
	font-size: 12px;
	line-height: 18px;
}
.contact-col2 p{
	font-size: 10px;
	line-height: 14px;
}
.contact-col2 .wp-block-column:not(:first-child) {
    margin-left: 25%;
}
span.wpcf7-list-item {
	margin: 0 5px 0 0
}
.contact-col2 p{
	margin: 0;
}
.contact-col2>.wp-block-columns:first-child{
	margin-top: 62px;
}
.contact-col2>.wp-block-columns{
	margin-bottom: 41px;
}
.contact-cover {
	padding: 0;
}
.contact-cover>.wp-block-cover__inner-container {
	margin: 0;
	width: 100%;
}
.contact-cover h1{
	margin-top: 105px;
	margin-bottom: 57px;
}
.contact-col2.wp-block-column{
	margin-left: 15%;
}
.form-grid1{
	font-size: 14px;
}
.checkbox-circle{
	width: 12px;
	height: 11px;
}
/* about-menu-fixed */
.about-menu-fixed{
	position: fixed;
  top: 210px;
	z-index: 999;
}
.about-menu-fixed:not(.pos_relative){
  top: 12%;
}
.about-menu-fixed.pos_relative {
    position: relative;
    height: 0;
}
.about-menu-fixed ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	line-height: 22px;
  font-size: 12px;
}
.about-menu-fixed li{
	padding-left: 20px;
	border-left: 1px solid #A5A5A5;
}
.about-menu-fixed .actv{
	border-left: 3px solid #000;
	margin-left: -1px;
	padding-left: 20px;
}
.display_block{
	display: block;
	transition: 0.4s;
}
.display_none{
	display: none;
	transition: 0.4s;
}
.color-white{
	color: #fff;
	transition: 0.4s;
}
/* */
.ir-arriba {
  display: none;
  background: transparent;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 9999;
}
.ir-arriba .fa-stack {
  padding: 0 14px;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
/* commitments */
.comm-header h1 {
  font: normal normal 300 36px/43px ivypresto-headline,serif;
  font-family: ivypresto-headline,serif;
  font-weight: 300;
font-style: normal;
}
.comm-header .comm-p1 {
  font: normal normal normal 16px/18px Helvetica Neue LT Std;
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.comm-p2, .comm-p3 a{
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	color: #fff;
	position: relative;
}
.comm-p2{
	margin-bottom: 14px;
}
.comm-p3 a {
	left: 20px;
}
.comm-p3 a::before{
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	position: absolute;
  left: -25px;
  top: 4px;
  font-size: 20px;
}
.comm-p3 a:hover{
	color: #8EAF03;
}
.comm-p3{
	max-width: 134px;
	margin-left: auto;
	margin-right: auto;
}
.comm-downloads{
	max-width: 293px;
	margin: auto;
}
.comm-cover.wp-block-cover p{
	color: #6C5643;
	font-size: 24px;
	line-height: 23px;
	margin-bottom: 30px;
	margin-top: 0;
}
.comm-cover .wp-block-image{
	margin-bottom: 7px;
}
.comm-cover figure{
	margin-bottom: 0;
}
.comm-cover .wp-block-columns{
	max-width: 819px;
	margin: auto;
}
.comm-cover{
	padding: 0;
}
.h2-group h2{
	font-size: 48px;
	line-height: 42px;
}
.h2-group>.wp-block-group__inner-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.comm-col1>.advgb-column-inner{
	/*margin: auto;
	max-width: 430px;
	margin-right: 60px;*/
}
.h2-group h2, .h2-group figure{
	margin: 0;
}
.h2-group figure{
	align-self: end;
  height: 59px;
	margin-left: 23px;
}
.comm-cols .comm-col1 h2{
	font: normal normal normal 48px/42px ivypresto-headline,serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.h2-group{
	margin-bottom: 22px;
}
.comm-cols .h2-group+p{
	margin-bottom: 94px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300px;
}
.comm-col1-1 figure{
	margin-top: 0;
	margin-bottom: 7px;
}
.comm-col1-1 .wp-block-image+p{
	font-size: 29px;
	line-height: 40px;
	margin-bottom: 0;
	margin-top: 6px;
}
.comm-col1-1 .wp-block-image+p+p{
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	margin-top: 0;
}
.comm-col2>.advgb-column-inner{
	max-width: 540px;
}
.comm-col2 ul.advgb-tabs-panel li.advgb-tab a{
	min-width: 167px;
  text-align: center;
  padding: 12px;
  min-height: 39px;
  font: normal normal normal 12px/15px Helvetica Neue LT Std;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.comm-col2 ul.advgb-tabs-panel li.advgb-tab:not(.advgb-tab-active) a:hover {
    color: #2D4527!important;
		background-color: #fff!important;
}
.comm-col2 .advgb-tab-body-wrapper {
  border: 0!important;
}
.comm-col2 ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active a {
	font-weight: bold;
}
.comm-col2 ul.advgb-tabs-panel li.advgb-tab, ul.advgb-tabs-panel li.advgb-tab.ui-state-default {
  margin: 0 10px 17px 0;
}
.comm-col2 .wp-block-group__inner-container{
	display: flex;
}
.comm-col2{
	background-color: #2D4527;
	padding-left: 80px;
	color: #fff;
	min-height: 604px;
	padding-top: 75px;
}
.comm-col2 .advgb-tab-body{
	padding: 0;
}
.comm-col2 figure{
	margin-right: 18px;
}
.comm-cols>.advgb-columns-container{
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.comm-col2 h3{
	margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 30px/37px ivypresto-headline,serif;
}
.comm-col2 figure{
	margin-top: 0;
	margin-bottom: 0;
	max-height: 49px;
}
.comm-col2 .wp-block-group{
	margin-top: 15px;
	margin-bottom: 0;
}
.comm-col2 h4{
	font-size: 21px;
	font-weight: bold;
	margin-top: 21px;
	margin-bottom: 25px;
}
.comm-col2 p{
	margin: 20px 0 30px;
  font: normal normal normal 18px/24px Helvetica Neue LT Std;
}
.comm-col2-icons2{
	min-width: 171px;
}
.comm-cols ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
  background-color: #8EAF03;
  color: #fff;
}
.comm-col2 .comm-col2-2 .wp-block-column{
	max-width: 113px;
}
.comm-col2 .comm-col2-2 .wp-block-column:not(:first-child) {
  margin-left: 50px;
}
.comm-col2 .comm-col2-2 p{
	font: normal normal 300 14px/18px Helvetica Neue LT Std;
}
.comm-col2 .comm-col2-2, .comm-col2 .img-rsz .wp-block-image,
.comm-col2 .img-rsz .wp-block-columns{
	margin-bottom: 0;
}
.comm-col2 .img-rsz img{
	width: 58px;
}
.comm-col2 .img-rsz figure{
	height: 58px;
}
.comm-col2 .img-rsz .wp-block-group, .comm-col2 .img-rsz {
  margin-top: 0;
}
.comm-cols>div{
	background-color: #2D4527;
}
.comm-col2 .einf{
	width: 116px;
  height: 49px;
  border: 0.75px solid #FFFFFF;
  display: flex;
  justify-content: center;
	margin: 0 0 30px;
	cursor: pointer;
}
.einf p{
	font-size: 12px;
  align-self: center;
	line-height: 15px;
	margin: 0;
	font-weight: bold;
}
.einf:hover{
	background-color: #fff;
	color: #2D4527;
}
.comm-col2 .pre-einf p{
	margin-bottom: 0;
}
.comm-cols .wp-block-cover .wp-block-cover__inner-container{
	position: absolute;
	right: 0;
}
.img-rsz img{
  transition: transform .2s;
}
.img-rsz img:hover {
  transform: scale(1.2);
}
.comm-col2-2 img{
  transition: transform .2s;
}
.comm-col2-2 img:hover {
  transform: translateY(-10px);
}
#popmake-1097 h2{
	font: normal normal normal 48px/66px DM Serif Text;
	margin-bottom: 14px;
	color: #000;
}
#popmake-1097 label{
	font: normal normal normal 12px/15px Montserrat;
	color: #000;
}
#popmake-1097 .wpcf7-text{
	border: 1px solid #000000;
	margin-bottom: 10px;
	min-height: 38px;
}
#popmake-1097 p{
	margin: 0;
}
#popmake-1097{
	padding: 25px 56px 26px 61px;
	background-color: #fff;
}
#popmake-1097 form p:nth-child(5n){
	text-align: center;
}
#popmake-1097 input[type="submit"]{
	font-size: 12px;
  line-height: 15px;
  font-weight: bold;
	margin-top: 20px;
}
/* */
#home-tabs {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0px;
	display: flex;
	justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
    color: white;
	align-items: flex-end;
	z-index: 9999999;
}
.home-tab-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-tab-text:nth-child(2) {
    background: #963836;
}

.home-tab-text:nth-child(1) {
    background: #B96134;
}
.home-tab {
	height: 30px;
    background: #C15A41;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    bottom: 0;
    display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
}
.full-height-tab {height: 100px;}
.full-opacity {opacity: 1}
.home-tab img {
    height: auto;
	width: 100%;
	max-height: 15px;
    max-width: 100px;
    /* max-height: 30px;
    max-width: 224px; */
	transition: all ease-in-out .1s
}
.home-tab:hover {
	height: 100px;
}
.home-tab:hover > a img {
	max-height: 30px !important;
  max-width: 224px !important;
}
.home-tab a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.home-tab img {
  pointer-events: none;
	margin: auto;
}
.icon-orange img{
	width: 55px;
}
svg{
	max-width: 100%;
}
.group-aviso h1, .page-id-3 h1, .page-id-1269 h1, .page-id-1268 h1,
 .page-id-1918 h1, .page-id-1920 h1, .page-id-47 h1{
	margin: 120px 0 30px;
}
.group-aviso, .page-id-3 .site-main, .page-id-1269 .site-main, .page-id-47 .site-main,
.page-id-1268 .site-main, .page-id-1918 .site-main, .page-id-1920 .site-main{
	margin-bottom: 140px;
}
.page-id-47 .site-main, .page-id-3 .site-main, .page-id-1269 .site-main,
.page-id-1268 .site-main, .page-id-1918 .site-main, .page-id-1920 .site-main{
	padding: 0 100px;
}
.display-none{
	display: none;
}
.icon-caqui img{
	padding-top: 12px;
}
.main-navigation ul ul.sub-menu{
	background-color: #f4f1ed;
	padding: 20px 15px 0;
	margin-left: -15px;
}
.main-navigation ul ul.sub-menu li{
	margin-left: 0;
	margin-right: 0;
}
.sub-menu{
  display: none!important;
}
.img-rsz .wp-block-column:not(:first-child) {
	margin-left: 0;
}
.img-rsz .wp-block-columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
.video-home>div{
	max-width: 100%;
  padding: 0;
}
.home .site-main{
	max-width: 100vw;
	padding: 0;
}
/* nuestra fruta */
.nuestra-fruta-b3.comm-cols>div, .nuestra-fruta-b1.comm-cols>div {
  background-color: transparent;
}
.nuestra-fruta-b1 h1{
  font: normal normal 300 74px/80px ivypresto-headline,serif;
  padding-left: 25px;
  mix-blend-mode: difference;
  color: white;
}
.nuestra-fruta-b1 h1 span{
  font: normal normal bold 74px/80px Helvetica Neue LT Std;
}
.nuestra-fruta-b1 p{
  font: normal normal normal 16px/22px Helvetica Neue LT Std;
  max-width: 417px;
}
.nuestra-fruta-b1 figure{
  margin: 0;
  background-attachment: fixed;
  background-image: url(/wp-content/uploads/2021/05/grupo1234.png);
  background-size: cover;
  background-position: 50%;
}
.abaut-slider img{
  width: 100%;
  height: 447px;
  object-fit: cover;
  opacity: 1;
}
.abaut-p2{
  float: right;
  margin-right: 144px;
}
.nuestra-fruta-b1 p{
  font-size: 23px;
  line-height: 33px;
}
.abaut-slider .sy-pager li.sy-active a{
  background-color: #fff;
}
.abaut-slider .sy-pager li a{
  border: 1px solid #fff;
  background-color: transparent;
}
.abaut-slider .sy-pager{
  position: relative;
  bottom: 38px;
  z-index: 4;
  margin-top: 0;
}
.abaut-slider p{
  margin-left: 130px;
  float: none;
}
.nuestra-fruta-b1.abaut-slider{
  margin-bottom: 140px;
}
.nos-pilares .wp-block-group__inner-container,.nos-pilares .wp-block-cover__inner-container{
  max-width: 100vw;
  padding: 0;
}
.nos-pilares .nuestra-fruta-b2.comm-cover .wp-block-columns {
    max-width: 100vw;
    gap:0;
}
.nos-pilares {
  margin-bottom: 140px;
  margin-top: 60px;
}
.nos-pilares .wp-block-columns .wp-block-column {
  background-image: url(/wp-content/uploads/2021/06/hdric.jpeg);
  min-height: 364px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nos-pilares .wp-block-columns .wp-block-column::before {
  background-color:#000;
  opacity: 0.2;
  content: "";
  position: absolute;
  max-height: 364px;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.nos-pilares .wp-block-columns .wp-block-column>*{
  position: relative;
  z-index: 2;
}
.nos-pilares .nuestra-fruta-b2.comm-cover.wp-block-cover p{
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-weight: 400;
}
.nos-pilares .wp-block-columns .wp-block-column:nth-child(2) {
  background-image: url(/wp-content/uploads/2021/06/gestion.jpeg);
}
.nos-pilares .wp-block-columns .wp-block-column:nth-child(3) {
  background-image: url(/wp-content/uploads/2021/06/suelo.png);
}
.nos-pilares .wp-block-columns .wp-block-column:nth-child(4) {
  background-image: url(/wp-content/uploads/2021/06/biodiv.jpeg);
}
.abaut-slider .rl-gallery .rl-gallery-link{
  background-attachment: fixed;
  background-size: cover;
  background-position: 50%;
  background-position: left;
}
.abaut-slider:nth-child(2) .rl-gallery .rl-gallery-link{
  background-position: 120vw;
}
.wp-block-group.nuestra-fruta-b1.comm-cols{
  height: 0;
}
.nuestra-fruta-b1 .wp-block-group__inner-container{
  position: relative;
  top: -343px;
  margin-left: -16px;
}
.page-id-1594{
  background-color: #f4f2ed;
}
.nuestra-fruta-b2.comm-cover.wp-block-cover p {
  font: normal normal bold 16px/22px Helvetica Neue LT Std;
  color: #000;
}
.nuestra-fruta-b2.comm-cover .wp-block-columns{
  max-width: 860px;
}
.nuestra-fruta-b2 .wp-block-column:first-child p{
  text-align: center;
}
.nuestra-fruta-b2 .wp-block-column:nth-child(2n) p{
  max-width: 154px;
}
.nuestra-fruta-b2 .wp-block-column:nth-child(3n) p{
  max-width: 148px;
}
.nuestra-fruta-b2 .wp-block-column:last-child p{
  max-width: 124px;
}
.nuestra-fruta-b2 .wp-block-column p{
  margin-left: auto;
  margin-right: auto;
}
.nuestra-fruta-b2 h2{
  font: normal normal 300 36px/43px ivypresto-headline,serif;
}
.nuestra-fruta-b3 h2{
  font: normal normal 300 74px/80px ivypresto-headline,serif;
}
.nuestra-fruta-b3 h2 span{
  font: normal normal bold 74px/80px Helvetica Neue LT Std;
}
.nuestra-fruta-b3 .grp-calendario .wp-block-group__inner-container{
  mix-blend-mode: difference;
  color: white;
  position: relative;
  top: -356px;
  left: 128px;
  z-index: 3;
}
.nuestra-fruta-b3 .grp-calendario {
  height: 0;
}
/* calidad */
.calidad-b1 h1{
  font: normal normal 300 74px/80px ivypresto-headline,serif;
}
.calidad-b1 h1 span{
  font: normal normal bold 74px/80px Helvetica Neue LT Std;
}
.calidad-b2 h2{
  font: normal normal normal 36px/43px ivypresto-headline,serif;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.calidad-b3 h2{
  font: normal normal 300 36px/43px ivypresto-headline,serif;
  margin-bottom: 223px;
}
.calidad-b3 .icons-cert p{
  font: normal normal bold 14px/20px Helvetica Neue LT Std;
  text-transform: uppercase;
}
.icons-cert{
  margin-bottom: 0;
}
.icons-cert .wp-block-image figure{
  min-height: 110px;
  display: flex;
  margin-bottom: 0;
}
.icons-cert img{
  margin: auto;
}
.comm-cover .cls-1{
  fill: #ff6900;
}
.grp-cal{
  margin-bottom: 115px;
  margin-top: 50px;
}
/* responsive */
@media screen and (max-width: 1200px) {
	.about2, .about4, .about5, .about6 {
	    padding-left: 176px;
	}
	.about4>div, .about5>div{
		padding-left: 140px;
	}
	.companies-group figure, .companies-group figure.sunpack {
	  margin-right: 10px;
		margin-left: 10px;
	}
	.contact-col2.wp-block-column {
    margin-left: 5%;
	}
	.contact-col2 .wp-block-column:not(:first-child) {
    margin-left: 6%;
	}
	.comm-col2>.advgb-column-inner {
		margin: auto;
		max-width: 500px;
	}
	.comm-col2{
    padding-left: 30px;
		padding-right: 30px;
	}
  .abaut-slider p {
    margin-left: 70px;
  }
  .abaut-p2{
    margin-right: 70px;
  }
}
@media screen and (min-width: 1079px) {
	.menu-down::after{
		/*content: "\f107";*/
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
		top: 5px;
    right: -16px;
    opacity: 0.6;
		position: absolute;
		font-size: 13px;
	}

}
@media screen and (max-width: 1079px) {
  .main-navigation ul {
    justify-content: center;
  }

  .main-navigation li {
    padding: 0 5px;
  }
	.site-header {
    height: 60px;
  }

  .header-wrapper {
    grid-template-columns: 130px auto;
		padding: 0 0 0 25px;
  }

  .site-content {
    margin: 82px auto 20px;
  }

  .entry-header,
  .entry-content,
  .entry-footer,
  .navigation,
  .comments-area {
    padding: 0 25px;
  }

	.menu-toggle {
    display: block;
    background-image: url(/wp-content/themes/martinavarro/img/icon-menu.svg);
    width: 25px;
    height: 25px;
    /*transform: translate(-20px, -5px);*/
    background-size: cover;
    border: none;
    background-color: #f4f1ed;
    padding: 0;
    border-radius: 5px;
  }

  .menu-toggle:hover {
    cursor: pointer;
    background-color: #f4f1ed;
  }

  button.menu-toggle:focus,
  button.menu-toggle:active {
    border: none;
  }

  .toggled .menu-toggle {
    background-image: url(/wp-content/themes/martinavarro/img/icon-close.svg);
    border: none;
    border-radius: 5px;
  }

  .menu-menu-principal-container {
    position: absolute;
    top: 60px;
    right: 0;
    padding: 0 15px;
    background-color: #f4f1ed;
    overflow: scroll;
    max-height: 100vh;
    width: 100%;
  }

  .main-navigation ul {
    display: none;
  }

  .main-navigation.toggled ul {
    background-color: #f4f1ed;
    width: 100%;
		text-align: center;
    height: 100vh;
  }


  .main-navigation.toggled li {
    display: contents;
  }

  .main-navigation.toggled li a {
    margin: 0;
    padding: 30px 0 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f4f1ed;
  }
	.menu-main-menu-container, .menu-main-menu-es-container {
    position: absolute;
    top: 54px;
    right: 0;
    padding: 0 15px;
    background-color: #f4f1ed;
    overflow: scroll;
    max-height: 100vh;
    width: 100%;
		z-index: 2;
	}
	.main-navigation.toggled li.wpml-ls-item{
		display: block;
		padding: 0;
		width: 50%;
	}
  .main-navigation.toggled li.wpml-ls-item{
    text-align: right;
  }
	.main-navigation.toggled li.wpml-ls-item:last-child{
		text-align: left;
		padding-left: 7px;
	}
	.header-content {
    padding: 12px 16px 0;
	}
	.about2, .about4, .about5, .about6 {
	  padding-left: 0;
	}
	.about2 .wp-block-column {
    flex-basis: calc(32% - 16px)!important;
    flex-grow: 0;
		margin-top: 20px;
	}
	.about2 .wp-block-column:nth-child(4n) {
    flex-basis: calc(50% - 16px)!important;
	}
	.about2 .wp-block-columns {
    flex-wrap: wrap;
	}
	.about2 {
    padding-top: 70px;
	}
	.menu-fruits .wp-block-column, .info-fruits .wp-block-column{
		flex-basis: 100%!important;
		flex-wrap: wrap!important;
	}
	.menu-fruits, .info-fruits{
		flex-wrap: wrap;
	}
	.menu-fruits .wp-block-column:not(:first-child), .info-fruits .wp-block-column:not(:first-child){
		margin-left: 0;
	}
	.col2-fruits{
		margin-top: 35px;
	}
	.post-12 .wp-block-cover__inner-container, .post-1222 .wp-block-cover__inner-container{
		margin: auto 0;
	}
	.companies-group figure{
	}
	.companies-group .wp-block-group__inner-container {
    flex-wrap: wrap;
	}
	.companies-group figure.sunpack {
		margin-bottom: 50px;
	}
	.about-menu-fixed{
		display: none;
	}
	.comm-header{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.site-main {
    /*margin-top: 0;*/
	}
	.main-navigation ul>li ul.sub-menu {
    padding-top: 0;
    display: flex;
    top: 144px;
    background-color: transparent;
    left: 0;
    justify-content: space-around;
    z-index: 9999;
		background-color: #fff;
		flex-wrap: wrap;
	}
	.main-navigation ul li ul.sub-menu {
		top: 288px;
    background-color: #f4f1ed;
	}
	.main-navigation ul ul.sub-menu li{
		padding-left: 5px;
		padding-right: 5px;
	}
	/*.main-navigation ul li.focus:nth-child(4n)>a {
    margin-bottom: 75px;
    transition: .2s;
	}*/
	.home .entry-content{
		padding: 0;
	}
  .home-b1 .wp-block-columns, .home-b2-cols1{
    display: block;
  }
  .home-b1 .wp-block-column:not(:first-child), .home-b2-cols1>.wp-block-column:not(:first-child) {
      margin-left: 0;
  }
  .abaut-slider p {
    margin-left: 35px;
    padding-right: 16px;
  }
  .abaut-p2{
    margin-right: 35px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 900px) {
	.content-footer {
		grid-template-columns: 1fr 1fr;
	}
	.footer.left{
		grid-column: 1 /3;
		text-align: center;
	}
	.footer.left .menu{
		justify-content: center;
	}
	.home-b2 h2 {
    margin-top: 100px;
	}
	.home-b3 h2 {
		line-height: 46px;
	}
	.home h2{
		font-size: 32px;
	}
  .home-block-float h2{
		font-size: 32px;
    padding-left: 29px;
    line-height: 108%;
    margin-top: 5px;
	}
  .home-block-float {
    margin-bottom: 70px;
  }
	.form-grid1 {
		grid-template-columns: 1fr;
	}
	.cont-cols1 {
		display: block;
	}
	.comm-cover>.wp-block-cover__inner-container{
		padding: 0 100px;
	}
	.comm-cover .wp-block-columns, .comm-col1-1{
		justify-content: center;
	}
	.comm-col2{
		padding-top: 50px;
	}
	.comm-col2 ul.advgb-tabs-panel li.advgb-tab a {
    min-width: auto;
	}
	.comm-col2 .comm-col2-2 .wp-block-column:not(:first-child) {
    margin-left: 20px;
	}
	.comm-col2 p {
    margin-bottom: 20px;
	}
	.comm-col2 .einf p{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 800px) {
	.comm-col2{
		padding-top: 25px;
	}
	.comm-col2 .comm-col2-2{
		flex-wrap: nowrap;
	}
  .home-block-float p {
    color: #fff;
    mix-blend-mode: difference;
  }
}
@media screen and (max-width: 767px) {
	.entry-content .alignfull>div {
	    padding: 0 70px;
	}
	.site-main, .content-footer {
    padding-left: 70px;
    padding-right: 70px;
	}
	.content-footer {
		grid-template-columns: 1fr;
	}
	.footer.left{
		grid-column: 1;
		text-align: center;
	}
	.footer.left .menu{
		justify-content: center;
	}
	.footer.right section, .footer.right2 section, .footer.right p {
    text-align: center;
	}
	.footer.center p {
    text-align: center;
	}
	.home-b3 img {
    height: auto;
    margin-top: 20px;
		height: 250px;
	}
	.entry-content .alignfull.home-b4{
		padding: 50px 0;
	}
	.about2 .wp-block-column, .about2 .wp-block-column:nth-child(4n) {
    flex-basis: 100%!important;
	}
	.about2 .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.about6 .wp-block-column:not(:first-child) {
    margin-left: 30px;
	}
	.about6 h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.header-fruit h1{
		font-size: 30px;
    line-height: 38px;
	}
	.menu-fruit li{
		margin: 15px;
	}
	.menu-fruit{
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.menu-fruits ul {
    font-size: 12px;
    justify-content: space-between;
	}
	.menu-fruits ul li{
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.comm-col2 .advgb-tab-body-header{
		padding-left: 0!important;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.comm-col2 .advgb-tab-body-header.header-active{
		border-bottom: 1px solid #000!important;
		border-radius: 0!important;
	}
	.comm-col2 .wp-block-group {
    margin-top: 30px;
	}
	.comm-cols .wp-block-spacer{
		height: 100px!important;
	}
	.comm-header h1 {
    font-size: 30px;
    line-height: 33px;
	}
	.comm-header .comm-p1 {
    font-size: 18px;
    line-height: 26px;
	}
	.advgb-tab-body-header.header-active{
		display: none;
	}
  .home-b1 h1, .home-b1 h1 span {
    font-size: 40px;
    line-height: 108%;
  }
  .home-b1 p {
    font-size: 22px;
    line-height: 120%;
  }
  .home-b1 {
    min-height: 550px;
  }
  .home-menu .menu {
    display: none;
  }
  .home-sep {
    bottom: -134px;
  }
  .home-block-float figure+.wp-block-group {
    position: inherit;
  }
  .home-block-float-r figure+.wp-block-group {
    left: 0;
  }
  .home-block-float img {
    max-width: 100%;
    width: 100%;
  }
  .content-footer {
    display: grid;
  }
  .home-b3 .home-h2-historia {
    font-size: 40px;
    line-height: 108%;
  }
  .home-b3 p {
    font-size: 30px;
    line-height: 120%;
  }
  .footer.left{
    margin: auto;
  }
  .footer.center, .footer.right {
    padding-top: 0;
  }
  .content-footer {
    grid-gap: 50px;
  }
  .nuestra-fruta-b3 .grp-calendario .wp-block-group__inner-container {
    left: 0;
  }
  .icons-cert .wp-block-image figure {
    margin-bottom: 0;
  }
  .home-desde-groups+figure{
    text-align: center;
  }
  .home-desde-groups img{
    margin-top: 15px;
  }
  .home-block-float figure {
    height: auto;
    margin-bottom: 0;
  }
  .nuestra-fruta-b1 .wp-block-group__inner-container {
    top: -390px;
    mix-blend-mode: normal;
  }
  .nuestra-fruta-b1 h1, .nuestra-fruta-b1 h1 span,
  .nuestra-fruta-b3 h2, .nuestra-fruta-b3 h2 span {
    font-size: 40px;
    line-height: 108%;
    color: #fff;
    mix-blend-mode: normal;
  }
  .nuestra-fruta-b1 p {
    padding: 0 16px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .nuestra-fruta-b1:nth-child(2) .advgb-columns .wp-block-advgb-column:first-child{
    order: 2;
  }
  .nuestra-fruta-b3 .grp-calendario .wp-block-group__inner-container {
    mix-blend-mode: normal;
  }
  .calidad-b1 h1, .calidad-b1 h1 span {
    font-size: 45px;
    line-height: 108%;
  }
  .calidad-b3 h2 {
    margin-bottom: 50px;
  }
  .entry-content .alignfull.calidad-b3{
    padding-bottom: 50px;
    padding-top: 25px;
  }
  .calidad-b1, .calidad-b2 {
    min-height: 100vh!important
  }
  .comm-cols .comm-col1 h2{
    font-size: 36px;
    line-height: 108%;
  }
  .wp-block-columns.col-transform{
    flex-wrap: nowrap;
  }
  .home-block-float-r img {
    float: none;
  }
  .abaut-slider:nth-child(2) .rl-gallery .rl-gallery-link{
    background-position: 50%;
  }
}
@media screen and (max-width: 600px) {
	.about6 .wp-block-column:not(:first-child) {
	    margin-left: 60px;
	}
	.com-header h1 {
    font-size: 39px;
	}
	.com-header p, .com-p {
    font-size: 16px;
    line-height: 24px;
	}
	.contact-col2.wp-block-column {
		margin-left: 0;
	}
	.contact-col2 .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	.home-tab img {
    max-width: 80%!important;
	}
	.home-tab:hover > a img {
    max-width: 85% !important;
	}
	.contact-col2{
		text-align: center;
	}
}
@media screen and (max-width: 500px) {
	.entry-content .alignfull>div {
	    padding: 0 15px;
	}
	.site-main, .content-footer {
    padding-left: 15px;
    padding-right: 15px;
	}
	.entry-content .alignfull{
		padding: 0;
	}
	.wp-block-column {
	    flex-basis: 100%!important;
	}
	.comm-col2 .comm-col2-2 .wp-block-column:not(:first-child) {
    margin-left: 10px;
	}
}
@media screen and (max-width: 500px) {
	#menu-legal-menu, #menu-legal-menu-es{
		display: block;
	}
	#menu-legal-menu li, #menu-legal-menu-es li{
		margin: 0 0 8px;
	}
	h1 {
    font-size: 36px;
    line-height: 40px;
	}
	.ab4-p1, .ab5-p1 {
    font-size: 22px;
		line-height: 30px;
		margin-top: 100px;
	}
	.ab5-group p {
    margin-left: 10px;
    font-size: 20px;
	}
	.entry-content .about5{
		padding-bottom: 50px;
	}
	.img-rsz img{
		margin-bottom: 15px;
	}
}

.sy-slides-wrap .sy-controls {
    display: block;
}
.sy-slides-wrap .sy-controls li a:link, .sy-slides-wrap .sy-controls li a:visited {
    opacity: 1;
}
.col2-fruits>ul{
	display: flex;
	flex-wrap: wrap;
}
.title-fruits figure{
	margin-bottom: 0;
}
/*.comm-cover .wp-block-column.is-vertically-aligned-bottom:hover .cls-1{
	fill: #8EAF03;
}*/
.comm-cover .wp-block-column.is-vertically-aligned-bottom a{
  color: #000;
  font: normal normal bold 16px/22px Helvetica Neue LT Std;
}
.comm-cover svg{
	display: block;
	margin: auto;
	margin-bottom: 12px;
}
@media screen and (max-width: 1300px) and (min-width: 1080px) {
	.info-fruits p {
	    font-size: 12px;
		}
	.info-fruits .wp-block-column:not(:first-child){
		margin-left: 12px;
	}
}
@media screen and (max-width: 1125px) and (min-width: 1080px) {
	.title-fruits h1{
		font-size: 37px;
	}
}
body {
  background-color: #F4F1ED;
}
ol {
  margin-left: 0;
  padding-left: 15px;
}
#historia.home-b3{
  margin-bottom: 50px;
}
.home-block-float:first-child figure {
  background-image: url(/wp-content/uploads/2021/03/1.jpg);
  max-width: 485px;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
}
.home-block-float:first-child figure img{
  opacity: 0;
}
.error404 h1{
  margin:100px auto;
}
.error404 .page-content a img{
  transform: scaleX(-1);
}
.error404 .page-content a{
  font-size: 32px;
  display: flex;
  justify-items: center;
  align-items: center;
  grid-gap: 10px;
  margin: auto;
  min-height: 100px;
}
.nos-pilares .wp-block-columns .wp-block-column {
  margin-left: 0!important;
}
span.wpcf7-list-item {
    height: 5px;
}
/* neutro en carbono */
.neutr-block.nuestra-fruta-b1 figure {
  background-image: none;
}
.neutr-block p:first-child{
  font-size: 23px;
  line-height: 26px;
  margin-top: 60px;
}
.neutr-block p a{
  font-size: 21px;
  line-height: 21px;
  color: #FC9000;
  font-family: 'Almarose';
  text-decoration: underline;
  margin-bottom: 58px;
}
.neutr-block img{
  width: 409px;
  max-width: 100%;
}
.neutr-block .wp-block-image{
  margin-bottom: 0;
}
.nuestra-fruta-b1 p.abaut-p2.s-more{
	margin-bottom: 50px;
	margin-top: 5px;
}
.neutr-block .wp-block-image figure{
  margin-right: 133px;
}
.neutr-block video{
  /*height: 574px;
  min-height: 100%;
  object-fit: cover;*/
}
.neutr-block .wp-block-video{
  /*background-color: #010001;*/
}
@media screen and (max-width: 1200px) {
  .neutr-block .wp-block-image figure{
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.s-more{
	width: 100%;
}
.policy li {
	margin-bottom: 16px;
}
body .cky-cookie-audit-table th, body .cky-cookie-audit-table td, body .cky-cookie-audit-table tr:nth-child(2n + 1) td, body .cky-cookie-audit-table tr:nth-child(2n) td  {
	font-size: 16px;
	background-color: transparent;
	border: 1px solid #1d2327;
}