/*!
Theme Name: Redur
Theme URI: http://underscores.me/
Author: YDEVS
Author URI: https://ydevs.com/
Description: Redur Theme
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: redur
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  margin: 0px !important;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

/**
 * 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;
  -webkit-appearance: none;
}

/**
 * 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,
button:focus {
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--color-green-secondary);
  outline: none;
}

button:focus {
  outline: none;
}

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

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-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
--------------------------------------------------------------*/
/* Colors
     ========================================================================== 
var(--color-green-accent)
var(--color-green-primary) (ANTERIOR: #54B454)
var(--color-green-secondary) (ANTERIOR: var(--color-green-secondary))
var(--color-black)
#f4f6f7*/
:root {
  --color-green-primary: #54B455;
  --color-green-secondary: #0C4C49;
  --color-green-accent: #23D0AF;
  --color-black: #505050;
  --color-grey: #F4F6F7;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color-black);
  font-family: 'nunito-sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  color: var(--color-green-secondary);
  font-weight: 400;
  margin: 0;
}

h1,
.h1,
.h1 span {
  font-size: calc(1.575rem + 3.5vw);
  margin: 0.67em 0;
}

h2,
.h2 {
  font-size: calc(1.575rem + 2vw);
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.9vw);
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.6vw);
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

h1 strong,
h2 strong,
h3 strong {
  display: inline;
}

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;
  background: var(--color-green-primary);
  margin-bottom: 0;
  color: #fff;
}

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

svg text {
  font-family: 'nunito-sans', sans-serif;
}

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

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

big {
  font-size: 125%;
}

@media (min-width: 1440px) {

  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: calc(1rem + 0.15vw);
  }
}

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

hr {
  background-color: #fff;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
  width: 100%;
}

ul,
ol {
  padding-left: 1em;
}

li::marker {
  color: var(--color-green-primary);
}

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

.wp-block-embed iframe {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
}

.wp-block-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 1;
}

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

figure {
  margin: 0;
}

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

/*! locomotive-scroll v4.0.6 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  white-space: nowrap;
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

/* Links
--------------------------------------------- */
a {
  color: var(--color-green-accent);
  transition: color .3s cubic-bezier(.645, .045, .355, 1);
}

a:hover,
a:focus,
a:active {
  color: var(--color-green-accent);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

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

.btn {
  font-size: 1.1em;
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: 400;
  line-height: 3em;
  background: none;
  border: none;
  padding: 0 2.7em;
  border-radius: 2.6em;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .5s;
  background: var(--color-green-accent);
}

.btn-white {
  background: #fff;
  color: var(--color-green-secondary);
}

.btn:hover {
  background: var(--color-green-secondary);
  color: #fff;
}

.btn-white:hover {
  background: var(--color-green-accent);
}

.btn-link {
  color: #fff;
  border: none;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
}

.btn-link:hover,
.btn-link:focus {
  color: #fff;
  text-decoration: none;
}

.btn-animated {
  overflow: hidden;
  font-size: 1.2em;
  display: inline-block;
  position: relative;
  padding: 0 2.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 4rem;
  background: none;
  border: none;
  border-radius: 2.6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--color-green-accent);
  transition: color .5s;
}

.btn-animated.sm {
  line-height: 3.25rem;
}

.btn-animated span {
  display: block;
  position: relative;
  z-index: 2;
  transform: translateX(-1.5rem);
  transition: opacity .4s, transform .5s cubic-bezier(.645, .045, .355, 1);
}

.btn-animated:hover span,
.single-card:hover .btn-animated span {
  transform: none !important;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.btn-animated:hover,
.single-card:hover .btn-animated {
  text-decoration: none;
  color: #fff;
}

.btn-animated:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 3.6rem;
  height: 3.6rem;
  background: var(--color-green-accent);
  border-radius: 1.8rem;
  transform: translate3d(0, -50%, 0);
  transition: .5s cubic-bezier(.645, .045, .355, 1);
}

.btn-animated.sm:before {
  width: 2.2rem;
  height: 2.2rem;
}

.btn-animated:hover:before,
.single-card:hover .btn-animated:before {
  width: 100%;
  height: 100%;
  border-radius: 2.6rem;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.btn-animated:after {
  content: "";
  position: absolute;
  top: calc(50% - .6rem);
  right: 1.4rem;
  z-index: 1;
  width: .6rem;
  height: 1.1rem;
  background: url('./assets/img/arrow-right.svg') 50% 50%/.7rem 1.1rem no-repeat;
  transform: translateZ(0);
  transition: opacity .2s, transform .5s cubic-bezier(.645, .045, .355, 1);
}

.arrow-down .btn-animated:after,
.arrow-down .btn-animated.sm:after {
  transform: translateZ(0) rotate(90deg) scale(0.8);
}

.arrow-down .btn-animated:hover:after,
.arrow-down .btn-animated.sm:hover:after {
  transform: translate3d(3rem, 0, 0) rotate(90deg) scale(0.8);
}

.arrow-down .btn-animated.sm:after {
  right: 0.8rem;
  top: calc(50% - 0.5rem);
}

.btn-animated.search:after {
  background: url('./assets/img/search.svg') 50% 50%/1rem 2rem no-repeat !important;
  left: 0.5rem;
  right: auto !important;
  width: 1rem;
  transform: scale(0.8) !important;
}

.btn-animated.search span {
  transform: translateX(1.5rem);
}

.btn-animated.search::before {
  right: auto !important;
  left: 0;

}

.btn-animated.sm.search:hover::after {
  opacity: 0;
}

.btn-animated.sm:after {
  right: 0.8rem;
}

.btn-animated:hover:after,
.btn-animated.sm:hover:after,
.single-card:hover .btn-animated:after {
  transform: translate3d(3rem, 0, 0);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.btn-video {
  overflow: hidden;
  font-size: 1.2em;
  display: inline-block;
  position: relative;
  padding: 0 3rem;
  text-align: center;
  font-weight: 700;
  line-height: 4rem;
  background: none;
  border: none;
  border-radius: 2.6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--color-green-accent);
  transition: color .5s;
}

.btn-video span {
  display: block;
  position: relative;
  z-index: 2;
  transform: translateX(2rem);
  transition: opacity .4s, transform .5s cubic-bezier(.645, .045, .355, 1);
}

.btn-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 3.6rem;
  height: 3.6rem;
  background: var(--color-green-accent);
  border-radius: 1.8rem;
  transform: translate3d(0, -50%, 0);
  transition: .5s cubic-bezier(.645, .045, .355, 1);
}

.btn-video::after {
  content: "";
  position: absolute;
  top: calc(50% - .6rem);
  left: 1.4rem;
  z-index: 1;
  width: .7rem;
  height: 1.1rem;
  background: url('./assets/img/play.svg') 50% 50%/.7rem 1.1rem no-repeat;
  transform: translateZ(0);
  transition: opacity .2s, transform .5s cubic-bezier(.645, .045, .355, 1);
}

.btn-video:hover {
  text-decoration: none;
  color: #fff;
}

.btn-video:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 2.6rem;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.btn-video:hover span {
  transform: none !important;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.btn-video:hover:after {
  transform: translate3d(14rem, 0, 0);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.btn-animated.sm:after,
.btn-animated:after {
  background-size: 0.4rem 0.8rem;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 1399.98px) {
  .btn-animated.sm span {
    font-size: 20px;
  }
}

@media (max-width: 1279.98px) {
  .btn-animated {
    padding: 0 2rem;
    font-size: 1.125em;
    line-height: 3rem;
  }

  .btn-animated:before {
    width: 3rem;
    height: 3rem;
  }

  .btn-animated:after {
    right: 1rem;
  }
}

@media (max-width: 991.98px) {
  .btn-animated {
    font-size: 1em;
  }
}

@media (max-width: 575.98px) {

  .btn-animated.sm:after,
  .btn-animated:after {
    right: 0.65rem;
  }

  .btn-animated.sm:after,
  .btn-animated:after {
    background-size: 0.4rem 0.8rem;
  }

  .arrow-down .btn-animated:after,
  .arrow-down .btn-animated.sm:after {
    transform: translateZ(0) rotate(90deg);
  }

  .arrow-down .btn-animated:hover:after,
  .arrow-down .btn-animated.sm:hover:after {
    transform: translate3d(3rem, 0, 0) rotate(90deg);
  }

  .arrow-down .btn-animated.sm:after,
  .arrow-down .btn-animated:after {
    right: 0.6rem;
  }

  .btn-animated.sm:before,
  .btn-animated:before {
    width: 2rem;
    height: 2rem;
  }

  .btn-animated.sm:hover::before,
  .single-card:hover .btn-animated.sm::before,
  .single-card .btn-animated.sm::before {
    width: 100%;
    height: 100%;
  }

  .single-card .btn-animated.sm:after {
    transform: translate3d(3rem, 0, 0);
  }

  .single-card .btn-animated span,
  .single-card .btn-animated {
    transform: none !important;
    text-decoration: none;
    color: #fff !important;
  }

  .single-card .card-img-img-principal {
    opacity: 1;
  }

  .btn-animated span {
    font-size: 16px;
  }

  .btn-animated.sm {
    line-height: 2.5rem;
  }
}

/* Modifications on Gutemberg blocks
--------------------------------------------- */
/*      /maia      */
.bg-darkgreen {
  background-color: var(--color-green-secondary);
}

.bg-darkgreen figure {
  margin-top: 0;
  margin-bottom: 0;
}

.bg-darkgreen figure img {
  min-width: 78vw;
  z-index: 1;
  position: relative;
}

figure img {
  position: relative;
  z-index: 1;
}

.margin-0 figure {
  margin-top: 0;
  margin-bottom: 0;
}

p:empty {
  display: none;
}

.wp-block-column p {
  font-size: 17px;
}

@media (min-width: 1400px) {
  .wp-block-column p {
    font-size: calc(1rem + 0.4vw);
  }
}

@media (max-width: 575.98px) {
  .wp-block-column p {
    font-size: 15px;
  }
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 2em;
  background: var(--color-green-accent);
  color: #fff;
  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: var(--color-black);
  border: none;
  border-radius: 2rem;
  padding: 1rem 1.2rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}

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-radius: 6px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
  padding: 5px 14px;
  min-width: 158px;
  margin: 0 10px;
  appearance: none;
  outline: none;
}

.select-wrapper {
  position: relative;
  width: auto;
  display: inherit;
}

.select-wrapper:after {
  content: '';
  position: absolute;
  right: 1.3em;
  top: 50%;
  width: 8px;
  height: 5px;
  background: url('./assets/img/select-down.svg');
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container,
.container-xl {
  max-width: 78.2vw;
  width: 100%;
  margin: 0 auto;
}

.container-fluid {
  max-width: 92.2vw;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/*body.logged-in::after { content: ''; height: 1px; width: 100%; background: #00cfff; position: absolute; z-index: 1000000000000; top: 19.375vw; top: 31vh; }
@media (max-width: 1199.98px) {
 body.logged-in::after { top: 19.375vw; }
}
@media (max-width: 767.98px) {
 body.logged-in::after { top: 19vh; }
}
.logged-in .container::after, .logged-in .container-xl::after,
.logged-in .container-fluid::after { content: ''; height: 100vh; width: 1px; background: #00cfff; position: fixed; left: calc(calc(100% - 78.2vw)/2); z-index: 1000000000000; top: 0; }
.logged-in .container::before, .logged-in .container-xl::before,
.logged-in .container-fluid::before { content: ''; height: 100vh; width: 1px; background: #00cfff; position: fixed; right: calc(calc(100% - 78.2vw)/2); z-index: 1000000000000; top: 0; }
.logged-in .container-fluid::after { left: calc(calc(100% - 92.2vw)/2); }
.logged-in .container-fluid::before { right: calc(calc(100% - 92.2vw)/2); }
@media (max-width: 991.98px) {
 .logged-in .container::after { left: calc(calc(100% - 85vw)/2); }
 .logged-in .container::before { right: calc(calc(100% - 85vw)/2); }
 .logged-in .container-xl::after { left: calc(calc(100% - 92.2vw)/2); }
 .logged-in .container-xl::before { right: calc(calc(100% - 92.2vw)/2); }
}
@media (max-width: 575.98px) {
 .logged-in .container::after { left: calc(calc(100% - 92vw)/2 + 15px); }
 .logged-in .container::before { right: calc(calc(100% - 92vw)/2 + 15px); }
}
*/
@media (min-width: 992px) {

  .container,
  .container-xl {
    padding: 0px;
  }
}

@media (min-width: 1400px) {
  .container-xl {
    max-width: 92.2vw;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 85vw;
    padding: 0;
  }

  .container-xl {
    max-width: 92.2vw;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .container {
    max-width: 92vw;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
}

.custom-logo,
.dark-logo svg {
  width: 32vw;
  min-width: 123px;
  max-width: 166px;
  margin-right: 2.8rem;
}

.main-navigation ul {
  font-size: calc(0.7em + 0.25vw);
}

.site-branding .dark-logo,
.dark-style .site-branding .custom-logo-link .custom-logo,
.dark-logo-submenu {
  display: none;
}

.dark-style .site-branding .dark-logo {
  display: inline-block;
}

.dark-style .toggler:not(.fixed) svg line {
  stroke: var(--color-green-secondary);
}

.dark-style .btn-white:not(:hover) {
  background: var(--color-green-accent);
  color: #fff;
}

.toggler::after {
  background: var(--color-green-accent);
  border-radius: 50px;
  width: 0px;
  content: '';
  position: absolute;
  height: 0px;
  left: 0;
  top: 0;
  z-index: 0;
  right: 0;
  margin: auto;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.toggler.fixed::after {
  width: 46px;
  height: 46px;
}

.toggler {
  cursor: pointer;
  position: absolute;
  right: calc(calc(100% - 92.2vw)/2);
  width: 46px;
  height: 46px;
  text-align: center;
  align-items: center;
  justify-content: center;
  top: 1rem;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.toggler.fixed {
  position: fixed;
  top: 15px;
  right: calc(calc(100% - 92.2vw)/2);
}

.toggler svg {
  position: relative;
  z-index: 2;
}

.close {
  position: absolute;
  top: 1rem;
  opacity: 1;
  right: calc(calc(100% - 92.2vw)/2);
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

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

.menu-is-open {
  overflow: hidden;
}

.menu-is-open .navbar-menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, background 0.5s ease, color 0.5s ease;
}

.navbar-menu {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: unset;
  padding: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: linear-gradient(30deg, var(--color-green-accent) 10%, var(--color-green-secondary) 90%);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease, background 0.5s ease, color 0.5s ease;
}

.main-navigation {
  display: block;
  width: auto;
}

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

.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0.5rem 0;
  border-top: 2px solid var(--color-green-primary);
  font-weight: 400;
  line-height: 1;
  background: #fff;
  box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1);
  flex-direction: column;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.main-navigation ul ul a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7rem 1rem;
  color: var(--color-green-secondary);
  transition: color .3s;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul li.current-menu-item a,
.main-navigation ul ul .current_page_item a {
  color: var(--color-green-primary);
}

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

.main-navigation li:not(:last-child) {
  padding-right: 2em;
}

.main-navigation li {
  position: relative;
}

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

.current-menu-parent::before,
.main-navigation ul .current_page_item::before,
.main-navigation ul li:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 1.4em;
  width: 0;
  height: 2px;
  background: var(--color-green-primary);
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.current-menu-parent::before,
.main-navigation ul .current_page_item::before {
  width: calc(100% - 2em) !important;
}

.main-navigation ul ul .current_page_item::before,
.main-navigation ul ul li:not(.menu-item-has-children):hover::before {
  content: none;
}

.main-navigation ul .current_page_item:not(.menu-item-has-children)::before,
.main-navigation ul li:not(.menu-item-has-children):hover::before {
  width: calc(100% - 2em) !important;
}

.main-navigation ul .current_page_item:not(.menu-item-has-children):last-child::before,
.main-navigation ul li:not(.menu-item-has-children):hover:last-child::before {
  width: 100% !important;
}

.main-navigation ul li ul li:not(:last-child) {
  padding-right: 0;
}

.menu-item-has-children::after {
  content: '';
  position: absolute;
  right: 2em;
  top: 50%;
  width: 7px;
  height: 4px;
  background: url('./assets/img/arrow-down.svg');
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s all ease-in-out;
}

.main-navigation li.menu-item-has-children {
  padding-right: 3em;
}

.menu-item-has-children:hover::after {
  transform: translateY(-50%) rotate(180deg);
}

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

.main-navigation ul li ul a {
  min-width: calc(215px + 0.25vw);
}

.main-navigation a {
  font-weight: 600;
}

.main-navigation ul ul a::after {
  content: '';
  position: absolute;
  left: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
  height: 1px;
  background: #E5E5E5;
  bottom: 0;
}

.main-navigation ul ul li:last-child a::after {
  content: none;
}

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

.dark-style .main-navigation a {
  color: var(--color-green-secondary);
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

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

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

.navbar-menu .menu {
  padding-top: 5vh;
  font-size: 1.6em;
  padding-left: 15px;
  list-style: none;
}

.navbar-menu .menu li {
  list-style: none;
}

.navbar-menu .menu li a {
  color: #fff;
  width: 100%;
  display: block;
}

.navbar-menu .menu li .sub-menu {
  margin: 0;
  display: none;
}

.navbar-menu .menu li {
  margin-bottom: 1.3em;
  position: relative;
}

.background-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.background-menu.show {
  background: #fff;
  z-index: 1;
}

#site-navigation-mobile {
  position: relative;
  z-index: 2;
}

.navbar-menu.open-submenu .custom-logo-link {
  display: none;
}

.navbar-menu.open-submenu .dark-logo-submenu {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.navbar-menu.open-submenu .close path {
  fill: var(--color-green-secondary);
}

.navbar-menu.open-submenu .menu li a {
  color: var(--color-green-secondary);
}

.navbar-menu .menu li.hidden-menu {
  display: none;
}

.navbar-menu .menu li .sub-menu.show {
  display: block;
  padding-left: 0;
  margin-top: 1.3em;
}

#site-navigation-mobile .menu-item-has-children::after {
  right: 0;
  top: 8px;
  width: 30px;
  height: 20px;
  background-image: url('./assets/img/arrow-right.svg');
  transform: none;
  z-index: -1;
}

.navbar-menu.open-submenu #site-navigation-mobile .menu-item-has-children::after {
  background-image: url('./assets/img/arrow-left.svg');
}

.navbar-menu.open-submenu .menu li a.open-submenu {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .site-branding.py-4 {
    padding-top: 2.5rem !important;
  }

  .main-navigation ul {
    display: flex;
  }
}

@media (max-width: 1199.98px) {

  .current-menu-parent::before,
  .main-navigation ul .current_page_item::before,
  .main-navigation ul li:before {
    content: none;
  }
}

#header-mobile-widgets {
  position: relative;
  padding: 0 15px;
}

#site-navigation-mobile {
  flex-basis: 100%;
}

.navbar-menu {
  overflow-x: hidden;
}

#header-mobile-widgets .open-presupuesto.btn.btn-white {
  width: 100%;
  padding: 0.5rem 1rem;
  max-height: 100%;
  transform: translateY(0);
}

#header-mobile-widgets .widget_text {
  width: 100%;
}

#header-mobile-widgets .btn.btn-white.xs {
  font-weight: 600;
  padding: 0.5rem 1rem;
  margin-bottom: 15px;
  width: 80%;
  transform: translateY(0);
}

.navbar-menu .container-fluid {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#header-mobile-widgets .close-search {
  /* position: absolute; */
  /* left: calc(calc(100% - 92.2vw)/2 + 200px + 54vw - 40px); */
  /* top: 2.7rem; */
  position: fixed;
  left: 81%;
  bottom: 12vh;
  top: auto;
}

#header-mobile-widgets .search-form.open .exit-search {
  /* z-index: 1; */
  z-index: 2;
}

#header-mobile-widgets .widget_search {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  float: left;
}

#header-mobile-widgets .redur-search {
  /* display: block; */
  display: flex;
  background: #fff;
  border-radius: 2rem;
  margin-bottom: 15px;
  height: 45px;
  width: 45px;
  transform: none;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  justify-content: center;
  align-items: center;
}

/* #header-mobile-widgets .widget_text { */
#header-mobile-widgets .widget_text:last-child {
  /* width: 80%; */
  width: 100%;
  display: inline-block;
}

#header-mobile-widgets .btn.btn-white.xs {
  /* width: 80%; */
  width: 100%;
  min-height: 45px;
}

#header-mobile-widgets .open-presupuesto.btn.btn-white {
  min-height: 45px;
}

/* En línea #22 | https://redur.ydevs.site/ */
#header-mobile-widgets .search-suggestions {
  display: none;
}

#header-mobile-widgets .search-form.open {
  position: relative;
}

#header-mobile-widgets .search-form.open input[type="search"] {
  position: relative;
  z-index: 3;
  width: 100%;
  position: absolute;
  width: calc(92.2vw - 30px);
  bottom: 12vh;
}

#header-mobile-widgets .redur-search svg path {
  fill: var(--color-green-secondary);
}

#header-mobile-widgets .redur-search svg {
  width: 100%;
}

#header-mobile-widgets .widget_text {
  width: 50%;
}

#header-mobile-widgets .search-form [type="search"] {
  display: none;
}

#header-mobile-widgets .search-form.open input[type="search"] {
  /* position: absolute; */
  /* bottom: 12vh; */
  position: fixed;
  bottom: 10vh;
  display: block;
  left: calc(100vw - 92.2vw);
}

#header-mobile-widgets .btn.btn-white {
  background: #fff;
  color: var(--color-green-secondary);
}

#header-mobile-widgets .btn.btn-white.xs {
  font-weight: 600;
  font-weight: bold;
}

#header-mobile-widgets .open-presupuesto.btn.btn-white {
  font-weight: bold;
}

#header-mobile-widgets .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  top: auto;
  bottom: 38px;
  border-top: 0px;
  right: -50%;
}

@media (max-width: 768.98px) {
  .navbar-menu .menu li {
    margin-bottom: .8em;
  }

  .navbar-menu .menu {
    font-size: 1.3em;
  }
}

/* Search
--------------------------------------------- */
#header-desktop-widgets {
  max-width: 21vw;
  float: right;
}

.close-search {
  display: none;
}

.search-form.open .close-search {
  display: block;
}

#header-desktop-widgets .search-field {
  position: absolute;
  top: 2rem;
  max-width: 54vw;
  left: calc(calc(100% - 92.2vw)/2 + 200px);
  width: 100%;
  border: none;
  border-radius: 24px;
  height: 48px;
  padding: 0 2rem;
  color: var(--color-green-primary);
  font-weight: 600;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#header-desktop-widgets .search-form.open .search-field {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  z-index: 5;
  outline: none;
}

#header-desktop-widgets .search-field::placeholder {
  opacity: 1;
}

.search-suggestions {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 6rem;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  margin: 0 auto;
  background: #fff;
  padding: 2rem 2.25rem;
  width: 100%;
  max-width: 54vw;
  left: calc(calc(100% - 92.2vw)/2 + 200px);
  right: auto;
}

.search-form.open .search-suggestions {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  z-index: 5;
}

#masthead .btn {
  padding: 0.3em 1em;
  line-height: 2;
  font-size: 0.9em;
  transform: translateY(-5px);
}

.close-search {
  position: absolute;
  z-index: 10;
  left: calc(calc(100% - 92.2vw)/2 + 200px + 54vw - 40px);
  top: 2.7rem;
  cursor: pointer;
}

.redur-search {
  transform: translateY(-5px);
  position: relative;
  padding-right: 15px;
}

.redur-search::after {
  content: '';
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  bottom: 0;
}

.dark-style .redur-search::after {
  background: var(--color-green-secondary);
}

.dark-style .redur-search {
  border-color: var(--color-green-secondary);
}

.dark-style .redur-search svg path {
  fill: var(--color-green-secondary);
}

.search-suggestions ul {
  padding-left: 2rem;
  list-style: none;
}

.search-suggestions ul li a {
  color: var(--color-green-secondary);
  padding: .2rem 1rem;
  display: block;
}

.search-suggestions ul {
  margin-bottom: 0;
  margin-top: 1rem;
}

.search-form .exit-search {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  height: 0;
}

.search-form.open .exit-search {
  background: #000;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 0.6;
}

.search-suggestions ul li a:hover {
  color: var(--color-green-primary);
}

/* Switcher languages
--------------------------------------------- */
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: inherit;
}

.wpml-ls-legacy-dropdown {
  /* width: 15.5em; */
  width: auto;
}

.wpml-ls-legacy-dropdown a {
  color: #fff;
  border: none;
  background-color: transparent;
}

.dark-style #languages-icon path {
  /*stroke: var(--color-green-secondary);*/
  fill: var(--color-green-secondary);
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 4px;
  background: url('./assets/img/arrow-down.svg');
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(0deg);
  border: none;
  margin-right: -5px;
  transition: 0.3s all ease-in-out;
}

.wpml-ls-legacy-dropdown:hover a.wpml-ls-item-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}

.dark-style .wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.dark-style .wpml-ls-legacy-dropdown a .wpml-ls-native {
  color: var(--color-green-secondary);
}

.wpml-ls-legacy-dropdown {
  display: flex;
  margin-right: 1rem;
  margin-left: 1rem;
  font-weight: 600;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu svg {
  max-width: 1rem;
  float: left;
  margin-top: 12px;
  margin-left: 6px;
  max-width: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0 auto 6px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  padding-left: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
  margin: 0.5rem 0;
  width: 140px;
  left: auto;
  top: 25px;
  right: 0.5rem;
  visibility: visible;
  box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .1);
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
  color: inherit;
  background: transparent;
}

.widget_search {
  display: flex;
  align-items: center;
}

.wpml-ls-sub-menu .wpml-ls-link {
  padding: 10px 5px 5px 30px;
}

#languages-icon {
  margin-right: 6px;
  margin-left: 5px;
  margin-right: 6px;
  margin-left: 5px;
  /* transform: translateY(-2px); */
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-is-active a {
  color: var(--color-green-primary) !important;
}

#icl_lang_sel_widget-2 {
  display: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff !important;
  border-top: 2px solid var(--color-green-primary);
}

.wpml-ls-legacy-dropdown a .wpml-ls-native {
  color: #fff;
}

.wpml-ls-legacy-dropdown,
.redur-search {
  display: none;
}

header .redur-search {
  display: block;
}

header .wpml-ls-legacy-dropdown {
  display: flex;
  transform: translateY(-5px);
}

.wpml-ls-legacy-dropdown a span {
  font-size: calc(0.7em + 0.25vw);
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
  position: relative;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:not(:last-child) a::after {
  content: '';
  position: absolute;
  left: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
  height: 1px;
  background: #E5E5E5;
  bottom: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 0.7rem 1rem;
  padding-left: 1.8rem;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1);
}

.wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

#header-mobile-widgets .widget_search {
  flex-direction: row-reverse;
}

#header-mobile-widgets .redur-search::after {
  content: none;
}

#header-mobile-widgets .wpml-ls-legacy-dropdown {
  background: #fff;
  border-radius: 50px;
  padding: 0.5rem;
  height: 45px;
  margin-bottom: 15px;
  transform: none;
}

#header-mobile-widgets .wpml-ls-legacy-dropdown a span {
  color: var(--color-green-secondary);
}

#header-mobile-widgets .wpml-ls-legacy-dropdown svg path {
  fill: var(--color-green-secondary);
}

#header-mobile-widgets .wpml-ls-legacy-dropdown {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {

  .wpml-ls-legacy-dropdown {

    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  #header-mobile-widgets .widget_text {
    width: 44%;
  }

  #header-mobile-widgets .widget_search {
    width: 56%;
  }

}

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

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

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

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

.bypostauthor {
  display: block;
}

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

.widget p {
  margin: 0;
}

/* 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
--------------------------------------------- */
#wpadminbar {
  z-index: 1;
}

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

.entry-content {
  overflow: hidden;
}

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

.size-full.is-resized img {
  width: 100%;
}

.aligncenter.size-full.is-resized {
  display: block;
}

.wp-block-image img {
  width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
  background: rgb(15, 73, 69);
  background: linear-gradient(120deg, rgba(15, 73, 69, 1) 0%, rgba(28, 101, 101, 1) 60%, rgba(38, 141, 131, 1) 100%);
  color: #fff;
  fill: #fff;
}

#footer-0 figure {
  width: 45px;
  margin: 0;
}

#footer-1 .widget_media_image {
  display: inline-block;
}

#footer-1 .widget_media_image img {
  margin-right: 25px;
  width: auto;
}

#footer-0 strong {
  line-height: 1;
  padding-left: 1.2rem;
  display: block;
  padding-right: 1.2rem;
  padding-top: 5px;
}

#footer-0 p {
  margin-bottom: 0px;
}

#footer-1 {
  padding-top: 1.3rem;
}

#footer-1 .widget-title {
  font-size: 1.1em;
  padding-bottom: 1rem;
  display: block;
}

#footer-1 .textwidget {
  font-size: 0.87em;
  line-height: 1.7;
  font-weight: 300;
}

#footer-1 a {
  color: #fff;
  font-size: 1.25em;
  padding: 0.8rem 0 0;
  display: inline-block;
  position: relative;
}

#footer-1 a[href*=tel]::after,
#footer-1 a[href*=mailto]::after {
  content: '';
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#footer-6 {
  padding-top: 2.5rem;
}

#footer-6 .widget-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1.5rem;
  display: block;
}

#mailjet_widget_email {
  background: transparent;
  border: 1px solid #fff;
  width: 100%;
  color: #fff;
  box-shadow: none !important;
  outline: none !important;
}

#mailjetSubscriptionForm {
  position: relative;
}

#mailjetSubscriptionForm input[type="submit"] {
  /* top: ''; */
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 2rem;
  padding: 1rem 1.2rem;
  line-height: 1.5;
  max-width: 56px;
  background: transparent;
  color: transparent;
  z-index: 1;
}

#mailjetSubscriptionForm::after {
  content: 'OK';
  position: absolute;
  width: auto;
  color: var(--color-green-secondary);
  font-size: 0.6em;
  text-align: center;
  right: 0;
  top: 0;
  padding: 1rem 1.2rem;
  line-height: 2.5;
  max-width: 56px;
  background: #fff;
  border-radius: 2rem;
  width: 100%;
  height: 56px;
  z-index: 0;
}

#mailjet_widget_email::placeholder {
  color: #fff !important;
  opacity: 1;
}

#mailjet_widget_email:focus {
  outline: none !important;
  box-shadow: none;
}

#mailjet-widget-title-wrap {
  /* font-size: 12px; */
  font-size: 1em !important;
}

#mailjetSubscriptionForm::after {
  /* font-size: 0.6em; */
  /* padding: 1rem 1.2rem; */
  /* line-height: 2.5; */
  /* max-width: 56px; */
  /* height: 56px; */
  font-size: 0.8rem;
  padding: 1.5rem 1.3rem;
  line-height: 1;
  max-width: 58px;
  height: 58px;
}

#mailjetSubscriptionForm input[type="submit"] {
  /* line-height: 1.5; */
  /* max-width: 56px; */
  line-height: 1;
  max-width: 58px;
}

#footer-2,
#footer-3,
#footer-4 {
  padding: 1.5rem 1rem 0;
}

#footer-2 .btn-link,
#footer-3 .btn-link,
#footer-4 .btn-link {
  font-weight: bold;
  font-size: 1.07em;
}

footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

footer ul li a {
  color: #fff;
  font-weight: 300;
}

footer ul li a[href="#"] {
  cursor: default;
  pointer-events: none;
  color: #fff;
}

footer ul li a:hover {
  color: var(--color-green-accent);
}

footer .d-block {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}

footer ul li a {
  font-size: 0.93em;
  line-height: 2;
}

#footer-2 ul,
#footer-3 ul,
#footer-4 ul {
  padding: .5rem 0 1rem 1.8rem;
}

footer ul.sub-menu {
  padding-left: 1.2rem !important;
  padding-top: 0.5rem !important;
}

.btn-link[aria-expanded="true"] svg {
  transform: rotateZ(180deg) translateX(-0.5rem);
  margin-left: 0 !important;
}

#footer-2 .btn-link svg,
#footer-3 .btn-link svg,
#footer-4 .btn-link svg {
  margin-left: 0.5rem;
}

.open-presupuesto.btn.btn-white {
  font-weight: 600;
}

footer .open-presupuesto.btn.btn-white {
  display: block;
  overflow: hidden;
  height: 3em;
}

#footer-0>div:nth-child(2) {
  flex-basis: 75%;
}

@media (max-width: 991.98px) {
  .open-presupuesto.btn.btn-white {
    /* max-height: 3rem; */
    max-height: 3em;
    padding: 0 1em;
    font-size: 0.8em;
    overflow: hidden;
    width: 88px;
    display: block;
  }
}

@media (min-width: 992px) {

  #footer-2 .btn-link svg,
  #footer-3 .btn-link svg,
  #footer-4 .btn-link svg {
    display: none;
  }

  #footer-2 .btn-link,
  #footer-3 .btn-link,
  #footer-4 .btn-link {
    pointer-events: none;
  }

  #footer-0 strong {
    padding-top: 0;
    font-size: 1.5em;
    padding-left: 0;
  }

  #footer-0 figure {
    width: 50px;
    position: absolute;
  }

  #footer-0>div:nth-child(2) {
    padding-left: 85px;
  }

  #footer-2 ul,
  #footer-3 ul,
  #footer-4 ul {
    padding: 1rem 0;
  }

  #footer-1 {
    /* padding-top: 1.3rem; */
    padding-top: 1.7rem;
  }

  #footer-2,
  #footer-3,
  #footer-4 {
    /* padding: 1.5rem 1rem 0; */
    padding: 1.7rem 1rem 0;
  }

  #footer-6 .widget-title {
    /* display: block; */
    display: inline-block;
    margin-bottom: 0;
  }

  #mailjetSubscriptionForm {
    display: inline-block;
    padding-left: 1rem;
    width: 60%;
  }

  #mailjet_widget_email {
    padding: 0.5rem 1rem;
    line-height: 1;
    height: 38px;
  }

  #mailjetSubscriptionForm input[type="submit"] {
    /* padding: 1rem 1.2rem; */
    /* max-width: 56px; */
    padding: 0.5rem 1.5rem;
    max-width: 1rem;
  }

  #mailjetSubscriptionForm::after {
    padding: 0.6rem;
    line-height: 1.5;
    max-width: 38px;
    height: 38px;
    padding: 0.9rem 0.6rem;
    line-height: 1;
  }

  #mailjet-widget-title-wrap {
    /* display: inline; */
    display: inline-block !important;
    width: 39%;
  }

  .mailjet-widget-form-group {
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
  }

  #footer-5 ul li {
    display: inline-block;
    padding-right: 1rem;
  }

  #footer-5 {
    padding-top: 1rem;
  }

  #footer-5 ul li a {
    font-size: 0.8em;
  }

  #footer-5 ul li::after {
    content: '';
    position: absolute;
    height: 14px;
    width: 1px;
    background: #fff;
    right: 5px;
    top: 5px;
  }

  #footer-5 ul li:last-of-type::after {
    content: none;
  }

  #footer-5 ul li {
    position: relative;
  }

  footer ul li a {
    font-weight: 300;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {

  #footer-1,
  #footer-2,
  #footer-3,
  #footer-4,
  #footer-5,
  #footer-6 {
    padding-left: 0;
    padding-right: 0;
    margin-left: calc(calc(100% - 85vw)/2);
    margin-right: calc(calc(100% - 85vw)/2);
  }
}

#colophon .menu-item-has-children::after {
  display: none;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal.show .modal-body {
  overflow: auto;
  opacity: 1;
  transition: all 1s cubic-bezier(.23, 1, .32, 1) 2s;
}

.modal-body {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1) 1s;
  -moz-transition: all 1s cubic-bezier(.23, 1, .32, 1) 1s;
  -o-transition: all 1s cubic-bezier(.23, 1, .32, 1) 1s;
  transition: all 1s cubic-bezier(.23, 1, .32, 1) 1s;
}

.modal:not(.fade) {
  display: block !important;
  transform: translateY(100vh);
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-y: hidden;
  background-color: #fff;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(.23, 1, .32, 1) 0.5s;
  -webkit-transition: all 1.5s cubic-bezier(.23, 1, .32, 1) 0.5s;
  z-index: -1;
  opacity: 0;
}

.modal.show {
  z-index: 1050 !important;
  transition: all 1.5s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: all 1.5s cubic-bezier(.23, 1, .32, 1);
  transform: translateY(0) !important;
  opacity: 1;
}

.burguer {
  display: block;
  position: relative;
  top: 0;
  height: 10px;
  width: 22px;
  right: 0;
  margin: 0 auto;
}

.burguer span {
  transition: background-color .6s cubic-bezier(.445, .05, .55, .95);
  display: block;
  height: 1px;
  background: #000;
  position: relative;
  transition: transform .4s ease-out, top .4s ease-in .4s, opacity 0s ease-in .4s;
  left: 0;
  right: 0;
}

.modal .burguer span {
  top: 0;
  transform: scaleX(2.8);
}

.modal.show .burguer span:first-child {
  top: 5px;
  transform: rotate(45deg) scaleX(2.8);
}

.modal.show .burguer span:nth-child(2) {
  top: 4px;
  transform: rotate(-45deg) scaleX(2.8);
}

.modal.show .burguer span {
  opacity: 1;
  transition: top .4s ease-out, transform .4s ease-in 0.2s, opacity 0s ease-in 0.2s;
}

.modal .display-1 {
  font-weight: normal;
  margin: 1rem 0 2.5rem 0;
  display: block;
}

.background-line svg {
  position: absolute;
  left: -11vw;
  width: 432vw;
  top: -10vw;
  height: 230vh;
  height: auto;
  transform: rotateY(-4deg);
  transition: all .7s cubic-bezier(.645, .045, .355, 1);
}

.background-line {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.popup-body {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow-x: hidden;
}

button.close {
  text-align: right;
  width: auto;
  height: auto;
  right: 4vw;
  top: 2vw;
}

button.close {
  right: 4vw;
  top: 2vw;
  right: 4.5vw;
  top: 4.2vw;
  font-size: 1.1em;
  font-weight: 600;
}

button.close span {
  padding-right: 1rem;
}

.steps {
  width: 400vw;
  display: flex;
  transition: all .7s cubic-bezier(.645, .045, .355, 1);
}

.step {
  width: 100vw;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  min-height: 90vh;
}

.form-presupuesto {
  overflow: hidden;
  max-width: 100%;
}

.popup-body[data-step="1"] .steps {
  transform: translateX(0);
}

.popup-body[data-step="2"] .steps {
  transform: translateX(-100vw);
}

.popup-body[data-step="3"] .steps {
  transform: translateX(-200vw);
}

.popup-body[data-step="4"] .steps {
  transform: translateX(-300vw);
}

.background-line[data-step="1"] svg {
  transform: rotateY(-4deg) translateX(0);
}

.background-line[data-step="2"] svg {
  transform: rotateY(-4deg) translateX(-100vw);
}

.background-line[data-step="3"] svg {
  transform: rotateY(-4deg) translateX(-200vw);
}

.background-line[data-step="4"] svg {
  transform: rotateY(-4deg) translateX(-300vw);
}

.step.step-4 {
  display: none;
}

.popup-body[data-step="4"] .step.step-4 {
  display: flex;
}

input[type="radio"]:checked+span {
  background: var(--color-green-secondary);
  color: #fff;
}

.wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: block;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  color: var(--color-green-primary);
  min-height: 19vh;
  padding-top: 4.7em;
  width: 19.5vw;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.1;
  font-weight: 600;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.wpcf7-radio input {
  display: none;
}

.wpcf7-radio .wpcf7-list-item-label:hover {
  background: var(--color-green-secondary);
  color: #fff;
}

.step .h2 {
  display: block;
  margin-top: 10rem;
  text-align: center;
  margin-bottom: 3rem;
}

.step .col-lg-6.p-0:nth-child(1) span {
  float: right;
  padding-right: 1rem;
  max-width: 86%;
}

.step .col-lg-6.p-0:nth-child(2) {
  max-width: 44%;
  padding-left: 2% !important;
}

div.wpcf7 .ajax-loader {
  position: absolute;
}

.wpcf7-form-control-wrap.acceptance-privacidad,
.wpcf7-form-control-wrap.acceptance-publicidad {
  font-size: 0.9rem;
  line-height: 2;
  width: 100%;
}

.block-contact .acceptance-privacidad label {
  width: 100%;
}

.wpcf7-form-control-wrap.acceptance-privacidad input[type="checkbox"],
.wpcf7-form-control-wrap.acceptance-publicidad input[type="checkbox"] {
  margin-bottom: 0px !important;
  margin-top: 0.5;
}

.wpcf7-radio {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.text-info-contact {
  font-size: 0.6em;
}

.step input,
.step textarea {
  max-width: 100%;
  margin-bottom: 0.5rem;
  max-height: 190px;
}

.step input[type="submit"] {
  width: 100%;
  line-height: 2;
  font-weight: bold;
}

.step p {
  margin: 0;
}

.dudas {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.dudas .btn-animated.sm {
  background: #fff;
}

.dudas .btn-animated.sm:hover {
  background: transparent;
}

[data-name="tipo-envio"],
[data-name="tipo-mercancia"],
[data-name="numero-envios"] {
  height: 100%;
  transform: translateY(-3.5vw);
}

.wpcf7-radio {
  height: 100%;
  align-items: center;
  justify-content: center;
}

.primer-envio {
  position: absolute;
  left: 0;
  right: 0;
  top: 6rem;
  font-size: calc(0.7rem + 1vw);
  font-weight: bold;
  color: var(--color-green-accent);
}

.dudas .btn-animated span {
  transform: translateX(-1em);
}

span.wpcf7-list-item {
  margin: 0 1vw;
}

span.wpcf7-list-item label {
  position: relative;
}

[data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item label span:after,
[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item label span:after,
[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item label span:after {
  content: '';
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  top: 0.5rem;
  width: 100%;
  height: 10vh;
  background-image: url('./assets/img/tipo-envio-1.svg');
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

[data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(1) label input[type="radio"]:checked+span:after,
[data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(1) label span:hover:after {
  background-image: url('./assets/img/tipo-envio-1-hover.svg');
}

[data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(2) label span:after {
  background-image: url('./assets/img/tipo-envio-2.svg');
}

[data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(2) label input[type="radio"]:checked+span:after,
[data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(2) label span:hover:after {
  background-image: url('./assets/img/tipo-envio-2-hover.svg');
}

[data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(3) label span:after {
  background-image: url('./assets/img/tipo-envio-3.svg');
}

[data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(3) label input[type="radio"]:checked+span:after,
[data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(3) label span:hover:after {
  background-image: url('./assets/img/tipo-envio-3-hover.svg');
}

[data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(4) label span:after {
  background-image: url('./assets/img/tipo-envio-4.svg');
}

[data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(4) label input[type="radio"]:checked+span:after,
[data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(4) label span:hover:after {
  background-image: url('./assets/img/tipo-envio-4-hover.svg');
}

[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(1) label span:after {
  background-image: url('./assets/img/tipo-mercancia-1.svg');
}

[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(1) label input[type="radio"]:checked+span:after,
[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(1) label span:hover:after {
  background-image: url('./assets/img/tipo-mercancia-1-hover.svg');
}

[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(2) label span:after {
  background-image: url('./assets/img/tipo-mercancia-2.svg');
}

[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(2) label input[type="radio"]:checked+span:after,
[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(2) label span:hover:after {
  background-image: url('./assets/img/tipo-mercancia-2-hover.svg');
}

[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(3) label span:after {
  background-image: url('./assets/img/tipo-mercancia-3.svg');
}

[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(3) label input[type="radio"]:checked+span:after,
[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(3) label span:hover:after {
  background-image: url('./assets/img/tipo-mercancia-3-hover.svg');
}

[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(4) label span:after {
  background-image: url('./assets/img/tipo-mercancia-4.svg');
}

[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(4) label input[type="radio"]:checked+span:after,
[data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(4) label span:hover:after {
  background-image: url('./assets/img/tipo-mercancia-4-hover.svg');
}

[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(1) label span:after {
  background-image: url('./assets/img/numero-envios-1.svg');
}

[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(1) label input[type="radio"]:checked+span:after,
[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(1) label span:hover:after {
  background-image: url('./assets/img/numero-envios-1-hover.svg');
}

[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(2) label span:after {
  background-image: url('./assets/img/numero-envios-2.svg');
}

[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(2) label input[type="radio"]:checked+span:after,
[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(2) label span:hover:after {
  background-image: url('./assets/img/numero-envios-2-hover.svg');
}

[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(3) label span:after {
  background-image: url('./assets/img/numero-envios-3.svg');
}

[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(3) label input[type="radio"]:checked+span:after,
[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(3) label span:hover:after {
  background-image: url('./assets/img/numero-envios-3-hover.svg');
}

[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(4) label span:after {
  background-image: url('./assets/img/numero-envios-4.svg');
}

[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(4) label input[type="radio"]:checked+span:after,
[data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item:nth-child(4) label span:hover:after {
  background-image: url('./assets/img/numero-envios-4-hover.svg');
}

@media (min-width: 992px) and (max-height: 799.98px) {
  .step {
    padding-bottom: 4rem;
  }

  .dudas.text-center.pb-2.pt-1.pb-md-5 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .step .col-lg-6.p-0:nth-child(1) span {
    float: left;
    padding-right: 0;
    text-align: center;
  }

  .step .col-lg-6.p-0:nth-child(2) {
    max-width: 44%;
    margin: 0 auto;
    padding-left: 0% !important;
  }

  .wpcf7-radio .wpcf7-list-item-label {
    text-align: left;
    font-size: calc(.8rem + 1vw);
    width: calc(85vw - 30px);
    padding-top: 0.5rem;
    min-height: 9vh;
    display: flex;
    align-items: center;
    padding-left: 22vw;
    margin-bottom: 2vw;
  }

  .background-line svg {
    left: -28vw;
    width: 600vw;
    top: 0;
    height: auto;
  }

  .step .h2 {
    max-width: 92.2vw;
  }

  .background-line[data-step="1"] svg {
    transform: rotateY(-4deg) translateX(0);
  }

  .background-line[data-step="2"] svg {
    transform: rotateY(-4deg) translateX(-200vw);
  }

  .background-line[data-step="3"] svg {
    transform: rotateY(-4deg) translateX(-400vw);
  }

  .background-line[data-step="4"] svg {
    transform: rotateY(-4deg) translateX(-550vw);
  }

  .wpcf7-radio {
    justify-content: start;
    flex-direction: column;
  }

  [data-name="tipo-envio"],
  [data-name="tipo-mercancia"],
  [data-name="numero-envios"] {
    transform: translateY(3.5vw);
  }

  [data-name="tipo-envio"]>.wpcf7-radio>span.wpcf7-list-item label span::after,
  [data-name="tipo-mercancia"]>.wpcf7-radio>span.wpcf7-list-item label span::after,
  [data-name="numero-envios"]>.wpcf7-radio>span.wpcf7-list-item label span::after {
    margin: 0;
    right: auto;
    top: auto;
    width: 25vw;
    height: 7vh;
    transform: scale(0.7);
  }

  .step .h2 {
    margin-top: 8rem;
    margin-bottom: 1rem;
  }

  .step {
    padding-bottom: 4rem;
  }
}

@media (max-width: 767.98px) {

  .step .col-lg-6.p-0:nth-child(1) span,
  .step .col-lg-6.p-0:nth-child(2) {
    max-width: 100%;
  }

  .wpcf7-radio .wpcf7-list-item-label {
    width: calc(92vw - 30px);
  }

  .background-line svg {
    left: -28vw;
    width: 700vw;
    top: 0;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .primer-envio {
    top: 4rem;
  }

  .step .h2 {
    margin-top: 7rem;
  }

  .dudas {
    bottom: .5rem;
  }
}

/*--------------------------------------------------------------
# Slides
--------------------------------------------------------------*/
.slider {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.slides,
.slides-modal {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.slides {
  opacity: 0;
}

.slides.slick-initialized {
  opacity: 1;
}

.slick-slide img {
  width: auto;
  margin: 0 auto;
}

.slider-number {
  position: absolute;
  transform: rotate(-90deg);
  font-weight: 600;
  color: transparent;
  right: 0;
  color: #000;
  bottom: 2rem;
  padding-left: 19px;
  font-size: 0.8rem;
}

.slider-number:before,
.slider-number:after {
  content: none;
}

.slider-number span,
.slider-number b {
  color: #000000;
}

.slider-number span {
  padding-right: 15px;
  font-weight: 900;
}

.nav-menu-layer,
a.burger-menu.vertical-align {
  display: none;
}

.slider-number span {
  display: none;
}

.slider-number span,
.slider-number b {
  padding-left: 5px;
  font-weight: 200;
}

.counter_item {
  transform: translateY(30px);
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1);
}

.counter_item.is_active {
  opacity: 1;
  transform: none;
  transition-duration: .6s;
}

.counter_item.is_out {
  opacity: 0;
  transform: translateY(-30px);
  transition-duration: .6s;
}

.next-slide {
  position: absolute;
  right: 0;
  width: 40%;
  height: 100%;
  top: 0;
  bottom: 0;
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-dots button {
  display: none;
}

.slick-dots {
  list-style: none;
  width: auto;
  right: auto;
  position: absolute;
  left: 11vw;
  bottom: 8vh;
}

.slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background: #fff;
}

.slick-dots li {
  background: transparent;
  border-radius: 4px;
  height: 8px;
  width: 8px;
  border: 1px solid #fff;
  margin: 5px 14px 5px 4px;
}

.slick-dots {
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
}

.slick-dots button {
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
}

.slick-dots li.pause-slide {
  border: none;
  margin: 1px 10px;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 1px 10px;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.slick-dots li.pause-slide svg {
  position: absolute;
  top: 5px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 10;
  cursor: pointer;
}

.slider-number {
  display: none !important;
}

@media (min-width: 768px) {
  .slider-number {
    right: 2rem;
    bottom: 4.4em;
    font-size: 1rem;
    padding-left: 25px;
  }

  .slick-arrow {
    display: block;
  }
}

#icon-play {
  fill: #fff;
  display: none;
  padding-bottom: 2px;
}

.paused svg {
  display: none;
}

.paused svg#icon-play {
  display: block;
}

@media (max-width: 767.98px) {
  .slick-arrow {
    display: none !important;
  }

  .slick-dots {
    left: 7vw;
    bottom: 5vh;
  }

  .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 5px 19px 5px 4px;
  }

  .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
  }

  .slick-dots li.pause-slide svg {
    transform: scale(1.5);
  }
}

/*--------------------------------------------------------------
# Accordions
--------------------------------------------------------------*/
.card-header[aria-expanded=true] {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
}

.accordion>.card {
  overflow: inherit;
}

.card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.card-header {
  background-color: transparent;
  border-bottom: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  z-index: 1;
}

.accordion>.card>.card-header {
  border-radius: 13px;
}

.card .collapse,
.card .collapsing {
  background: #fff;
  position: relative;
  z-index: 0;
  transform: translateY(-7px);
}

.accordion>.card>.card-header.collapsed {
  transition: color .3s cubic-bezier(.645, .045, .355, 1), border-radius .3s cubic-bezier(.645, .045, .355, 1), background .3s .1s cubic-bezier(.645, .045, .355, 1);
}

.card-header svg {
  height: 12px;
  fill: var(--color-green-secondary);
  transition: fill .3s cubic-bezier(.645, .045, .355, 1);
}

.card-header {
  color: var(--color-green-secondary);
}

.card-header[aria-expanded=true] svg {
  fill: var(--color-green-primary);
  transform: rotate(180deg);
}

.card-header:hover svg {
  fill: var(--color-green-accent);
}

.card-header[aria-expanded=true] {
  color: var(--color-green-primary);
}

.accordion>.card>.card-header[aria-expanded=false]::after {
  content: '';
  position: absolute;
  height: 1px;
  width: auto;
  background: #E0E6E8;
  bottom: 0;
  left: 1.4rem;
  right: 1.4rem;
}

.accordion>.card>.card-header {
  font-size: 1.25em;
}

.card-header {
  padding: 1.4rem 1.8rem;
}

.card-body {
  font-size: 1.06rem;
  padding: 3.4rem 1.8rem 3rem;
  line-height: 1.6;
}

.card-body .btn {
  float: right;
  /*padding: .1em 1.5em; font-size: 0.85em; font-weight: 600; line-height: 2.8em;*/
}

@media (max-width: 767.98px) {
  .card-body .btn {
    float: left;
    margin-top: 1.2rem;
    /*font-size: 0.75rem; padding: 0 1.5em;*/
  }

  .card-header {
    /* padding: 1.4rem 1.8rem; */
    padding: .9rem 1.25rem;
  }

  .card-body {
    /* font-size: 1.06rem; */
    /* padding: 3.4rem 1.8rem 3rem; */
    font-size: 1em;
    padding: 2rem 1.25rem 2.1rem;
  }

  .accordion>.card>.card-header {
    /* font-size: 1.25rem; */
    font-size: 1.15em;
    font-weight: 400;
  }
}

/*--------------------------------------------------------------
# Cards 
--------------------------------------------------------------*/
.block-card-data-title>* {
  font-size: calc(1.575rem + 2vw);
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: var(--color-green-secondary);
  padding: 1rem 0 1.5rem;
}

.block-card-data-subtitle {
  font-size: 1.063em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  text-align: center;
  color: var(--color-black);
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
}

.block-card-data-icon {
  padding-bottom: 15px;
  height: 80px;
}

.card-data-number {
  font-size: 4.375em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: center;
  color: var(--color-green-secondary);
}

.card-data-descr {
  margin: 23px 0 0;
  font-size: 1.5em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: center;
  color: var(--color-green-secondary);
}

.block-card-data .background-card {
  position: absolute;
  top: 10vw;
  left: -5vw;
  width: 110vw;
  z-index: -1;
}

.single-card {
  padding: 1.5rem 2rem;
  border-radius: 20px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 1;
}

.single-card-4 .single-card:hover,
.single-card-2 .single-card:hover,
.single-card-1 .single-card:hover,
.single-card-3 .single-card:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  transition: all 0.5s cubic-bezier(.17, .67, .83, .67);
}

.single-card-4,
.single-card-2,
.single-card-3,
.single-card-1 {
  justify-content: center;
}

.single-card-2 .single-card,
.single-card-1 .single-card {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.card-img-subtitle {
  /*font-size: 1.688rem;*/
  font-size: 1.2em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  letter-spacing: normal;
  text-align: center;
  color: var(--color-green-primary);
  margin-top: 1.5rem;
}

.card-img-subtitle p {
  margin-bottom: 1.5rem;
}

.card-img-title {
  font-size: 1.875em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: var(--color-green-secondary);
  text-transform: uppercase;
}

.card-img-text {
  font-size: 1em;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: var(--color-black);
  max-width: 264px;
  margin: 0 auto;
  width: 100%;
  min-height: 150px;
}

.card-img-text ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}

.card-img-img {
  position: relative;
}

.card-img-img-principal {
  position: absolute;
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease;
}

.card-img-img-hover {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}

.single-card:hover .card-img-img-principal {
  opacity: 0;
}

.single-card:hover .card-img-img-hover {
  opacity: 1;
}

@media (max-width: 1280px) {
  .card-img-text {
    min-height: 100px;
  }

  .card-img-subtitle {
    /*font-size: 1.25rem;*/
    font-size: calc(1rem + 0.4vw);
  }

  .card-img-title {
    font-size: 1.5rem;
  }

  .card-img-text {
    font-size: 1.063rem;
  }
}

@media (max-width: 991.98px) {
  .card-img-subtitle {
    /*font-size: 1.125rem;*/
    text-align: left;
  }

  .card-img-title {
    font-size: 1.125rem;
    text-align: left;
  }

  .card-img-text {
    font-size: 0.938rem;
    text-align: left;
    margin-left: 0;
    min-height: 80px;
  }

  .single-card-2 .card-img-subtitle p {
    margin-bottom: 0.5rem;
  }

  .single-card-2 .first-part {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .single-card-2 .first-part .first-part-texts .card-img-subtitle,
  .single-card-2 .first-part .first-part-texts .card-img-title,
  .single-card-2 .second-part,
  .single-card-2 .second-part .card-img-text {
    text-align: left;
  }

  .card-img-subtitle p {
    margin-bottom: 0.5rem;
  }

  .single-card-2 .second-part,
  .single-card-1 .first-part,
  .single-card-1 .cont-btn-block {
    padding: 0 1rem;
  }

  .single-card-2 .second-part .card-img-text {
    max-width: none;
  }

  .block-card-img .single-card-2 .second-part .card-img-text {
    padding-top: 0.5rem;
  }

  .single-card-2 .single-card,
  .single-card-1 .single-card {
    margin: 2% 0;
  }
}

@media (max-width: 767.98px) {
  .single-card-2 .card-img-img {
    width: 40%;
  }

  .single-card-2 .first-part-texts {
    width: 40%;
  }

  .single-card-4 .single-card:hover,
  .single-card-3 .single-card:hover {
    box-shadow: none;
  }

  .single-card-2 .second-part .card-img-text>* {
    margin-bottom: 0.5rem;
  }

  .single-card-2 .card-img-subtitle {
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .block-card-img .single-card {
    padding: 0.5rem;
  }

  .slick-slide.single-card .cont-btn-block .btn-animated span {
    margin-right: 0.5rem;
  }

  .slick-slide.single-card .btn-animated {
    padding: 0 1rem 0 1rem;
  }

  .slick-slide.single-card .btn-animated span {
    transform: translateX(-1rem);
  }
}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

.block-contact-container {
  background-color: var(--color-grey);
  z-index: 1;
}

.block-contact {
  max-width: calc(78.2vw - 4vw);
  width: 100%;
  margin: 0 auto;
  padding: 3.75rem 3.438rem 3.75rem 4.125rem;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transform: translateY(-15%);
  position: relative;
  z-index: 2;
}

.block-contact label {
  font-size: 1.063em;
  font-weight: 600;
  line-height: 1.65;
  text-align: left;
  color: var(--color-black);
  width: 100%;
}

span.block-contact-label {
  padding-left: 12.5px;
}

.block-contact .acceptance-privacidad label {
  margin-bottom: 0;
}

.block-contact .file-upload-content {
  display: none;
  text-align: center;
}

.file-upload {
  position: relative;
}

.file-upload-btn {
  margin: 8px 5px 8px 0;
  padding: 8px 2px 9px 13px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.65;
  text-align: left;
  color: rgb(80 80 80 / 0.4);
  width: 100%;
}

.file-upload-btn:focus {
  outline: none;
}

.file-upload-btn:hover {
  outline: none;
  border-color: var(--color-green-secondary);
}

.p-hidden p {
  display: none;
}

.file-hidden {
  display: none;
}

.file-upload-icon {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background-repeat: no-repeat;
  top: 38%;
  right: 3%;
  background-image: url(/wp-content/themes/redur/assets/img/icon-open-data-transfer-upload.svg);
}

.block-contact input,
.block-contact textarea,
input[type="checkbox"] {
  width: 100%;
  max-width: 100%;
  margin: 8px 5px 8px 0;
  padding: 8px 2px 9px 13px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  box-shadow: none;
  font-size: 1.063em;
  font-weight: normal;
  line-height: 1.65;
  text-align: left;
  color: var(--color-black);
}

.block-contact select {
  width: 100%;
  margin: 8px 5px 8px 0;
  padding: 8px 2px 9px 13px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  box-shadow: none;
  font-size: 1.063em;
  font-weight: normal;
  line-height: 1.65;
  text-align: left;
}

.block-contact select {
  color: rgb(80 80 80 / 0.4) !important;
}

.block-contact select option:nth-child(n+2) {
  color: var(--color-black);
}

.block-contact input::placeholder,
.block-contact textarea::placeholder {
  opacity: 0.4;
}

.block-contact input:focus,
.block-contact select:focus,
.block-contact textarea:focus,
input[type="checkbox"]:focus {
  border-color: var(--color-green-secondary);
  outline: none;
}

.block-contact .wpcf7-acceptance .wpcf7-list-item-label {
  margin: 0 0 0 6px;
  font-size: 0.9rem;
  font-weight: normal;
  text-align: left;
  color: var(--color-green-secondary);
}

.block-contact .wpcf7-acceptance .wpcf7-list-item-label a {
  color: var(--color-green-primary);
}

.block-contact .text-info-contact {
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.42;
  text-align: left;
  color: var(--color-black);
  padding: 1.875rem 0;
}

.block-contact input.wpcf7-form-control.wpcf7-submit {
  border-radius: 30px;
  background-color: var(--color-green-accent);
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.11;
  text-align: center;
  color: #ffffff;
  padding: 0.813rem 2.938rem;
  width: auto;
}

.block-contact .col-lg-6 {
  padding-bottom: 1.75rem;
}

.wpcf7-response-output {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 5%;
  z-index: 10;
  background: #fff;
  width: 860px;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem !important;
  max-width: 90vw;
}

.wpcf7-form.sent {
  position: relative;
}

input[type="checkbox"],
.block-contact input[type="checkbox"] {
  width: 17px;
  height: 17px;
  padding: 0;
  background: transparent;
  position: relative;
}

.block-contact input[type="checkbox"]:checked::after,
input[type="checkbox"]:checked::after {
  background: var(--color-green-secondary);
  content: '';
  width: 60%;
  height: 60%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.block-contact input[type="checkbox"]:checked,
input[type="checkbox"]:checked {
  border-color: var(--color-green-secondary);
}

.block-contact .wpcf7-acceptance label {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .block-contact {
    max-width: 92vw;
  }
}

@media (max-width: 991.98px) {
  span.block-contact-label {
    padding-left: 0;
  }

  .block-contact {
    width: 100%;
    padding: 2.875rem 1.375rem;
    transform: translateY(-6%);
    max-width: calc(85vw - 4vw);
  }

  .block-contact label,
  .block-contact-label,
  .block-contact-label input {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Legal Page
--------------------------------------------------------------*/
.page-template-page-legal .block-header h1 {
  margin-top: 20vh;
  padding-bottom: 5rem;
}

.page-template-page-legal .block-header .background-header {
  display: none;
}

.page-template-page-legal ol[type=a] {
  list-style: lower-latin;
  margin-left: 2rem;
}

.page-template-page-legal li::marker {
  color: var(--color-green-secondary);
  font-weight: bold;
}

.page-template-page-legal h1 {
  /*font-size: 4.375em;*/
  font-weight: 600;
  line-height: 1.07;
  text-align: left;
  color: var(--color-green-secondary);
}

.page-template-page-legal h2 {
  font-size: 2.688em;
  font-weight: 600;
  line-height: 1.07;
  text-align: left;
  color: var(--color-green-secondary);
  padding-bottom: 2.688rem;
}

.page-template-page-legal h3 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--color-green-secondary);
  padding-bottom: 2rem;
}

aside#sidebar-legal {
  width: 85%;
  box-shadow: none;
  margin-bottom: 0;
  padding: 1.563rem 0;
}

#sidebar-legal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#sidebar-legal .menu-item a {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  color: var(--color-black);
}

#sidebar-legal .menu-item.current-menu-item a {
  color: var(--color-green-accent);
}

#sidebar-legal .menu-item.current-menu-item {
  border-right: 4px solid var(--color-green-accent);
}

.page-template-page-legal tr td:first-child {
  border-right: 1px solid var(--color-green-accent);
  font-size: 17px;
  line-height: 1.65;
  text-align: left;
  color: var(--color-green-accent);
  padding-right: 30px;
  padding-bottom: 30px;
}

.page-template-page-legal tr td:nth-of-type(2) {
  padding-left: 30px;
  vertical-align: top;
}

.page-template-page-legal .entry-content p,
.page-template-page-legal .entry-content li {
  font-size: 1.063em;
  line-height: 1.65;
  text-align: left;
  color: var(--color-black);
}

#sidebar-legal ul {
  line-height: 2;
}

#sidebar-legal .widget_nav_menu {
  box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.16);
}

#sidebar-legal::after {
  content: '';
  position: absolute;
  left: -30px;
  width: calc(100% + 30px);
  right: 0;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: 0;
}

#sidebar-legal .widget_nav_menu div {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .page-template-page-legal .block-header .container {
    margin: 0;
    padding: 0;
  }

  .page-template-page-legal .block-header h1 {
    padding-bottom: 2rem;
  }

  .menu-legal-sticky {
    padding-top: 5rem;
  }

  .page-template-page-legal h2 {
    font-size: 1.688rem;
    font-weight: 600;
    line-height: 1.07;
    text-align: left;
    color: var(--color-green-secondary);
    padding-bottom: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Archive Post -  Card design (Prensa, Blog interno)
--------------------------------------------------------------*/
.post-thumbnail {
  text-align: center;
}

.sidebar-blog {
  display: none;
}

article a.position-absolute {
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

article {
  position: relative;
}

.archive.post-type-archive.post-type-archive-post_press main {
  background-color: var(--color-grey);
}

.block-blog-block {
  padding-bottom: 2rem;
  /*padding-bottom: 9rem;*/
}

.archive.post-type-archive header.page-header {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: var(--color-green-secondary);
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 1.75rem;
}

.archive.post-type-archive header.page-header h1,
.block-blog-block-title h1 {
  font-size: calc(2rem + 1vw);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: var(--color-green-secondary);
}

.block-blog-block-subtitle {
  padding-bottom: 3rem;
}

.archive.post-type-archive header.page-header p,
.block-blog-block-subtitle {
  font-size: 17px;
  line-height: 1.65;
  text-align: center;
  color: var(--color-black);
}

.article-post-card {
  overflow: hidden;
  max-width: calc(calc(78.2vw/3) - 2vw);
  width: 100%;
  margin-bottom: 2.938rem;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

.article-post-card .entry-header {
  overflow: hidden;
  border-radius: 20px;
}

.article-post-card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 25vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transform: translateZ(0) scale(1);
  transition: transform .4s cubic-bezier(.215, .61, .355, 1);
}

.article-post-card:hover img {
  transform: translateZ(0) scale(1.05);
}

.article-post-card .entry-title {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  padding: 0 1.438rem 1.5rem;
}

.page.article-list-design .entry-meta {
  display: none;
}

.article-post-card .entry-meta {
  padding: 1.438rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

.article-post-card .entry-meta a {
  color: var(--color-green-primary);
}

.article-post-card .entry-title a {
  color: var(--color-green-secondary);
}

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  background: var(--color-green-accent);
  color: #fff;
  padding: 1em 3em;
  margin-top: .5em;
  line-height: 2;
  font-size: 0.9em;
  border-radius: 2.6em;
  transition: all .5s;
  display: inline-block;
}

.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover {
  background: var(--color-green-secondary);
}

.post-type-archive-post_interno nav.navigation.posts-navigation,
.post-type-archive-post_press nav.navigation.posts-navigation,
.blog nav.navigation.posts-navigation {
  width: 100%;
  text-align: center;
}

.blog nav.navigation.posts-navigation {
  padding-top: 5rem;
}

.post-type-archive-post_interno.paged nav.navigation.posts-navigation,
.post-type-archive-post_press.paged nav.navigation.posts-navigation {
  text-align: unset;
}

.medio-press {
  font-size: 0.875em;
  font-weight: 600;
  text-align: left;
  color: var(--color-green-primary);
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .article-post-card {
    max-width: calc(calc(78.2vw/2) - 2vw);
  }
}

@media (max-width: 991.98px) {
  .block-blog-block-title h1 {
    font-size: calc(1.8rem + 0.7vw);
  }

  .archive.post-type-archive header.page-header,
  .block-blog-block-title {
    padding-top: 4rem;
  }

  .block-blog-block-subtitle {
    padding-bottom: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .article-post-card {
    max-width: 100vw;
  }
}

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
.single-post .container.pt-5,
.single-post_interno .container.pt-5,
.single-post_press .container.pt-5 {
  padding-top: calc(7rem + 3.5vw * 2) !important;
}

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

.post .entry-meta a,
.post_interno .entry-meta a,
.post_press .entry-meta a {
  color: var(--color-green-primary) !important;
}

.post h1.entry-title,
.post_interno h1.entry-title,
.post_press h1.entry-title {
  margin-top: 0.5rem;
  margin-bottom: 3.688rem;
  font-size: calc(1.6rem + 2.5vw);
  font-weight: 400;
}

.single .entry-content p,
.single .entry-content ol {
  font-size: calc(0.65rem + 0.5vw);
  line-height: 1.76;
  color: var(--color-black);
  font-weight: 300;
}

.single .entry-content p.has-medium-font-size {
  font-size: 1.25em;
}

.single .entry-content {
  margin-top: 5.563rem;
  margin-bottom: 8.813rem;
}

.single nav.navigation.post-navigation {
  display: none;
}

.single_related_posts {
  background-color: var(--color-grey);
  padding: 4rem 0;
}

.single_related_posts h2 {
  font-weight: 500;
}

.single-post article a.position-absolute {
  display: none;
}

.single-post .single_related_posts article a.position-absolute {
  display: block;
}

@media (max-width: 991.98px) {

  .post .entry-meta,
  .post_interno .entry-meta,
  .post_press .entry-meta {
    padding-top: 2rem;
  }

  .post h1.entry-title,
  .post_interno h1.entry-title,
  .post_press h1.entry-title {
    margin-top: 1.188rem;
    margin-bottom: 1.188rem;
    font-size: calc(1.6rem + 1.3vw);
  }

  .post .entry-content,
  .post_interno .entry-content,
  .post_press .entry-content {
    margin-top: 2.75rem;
    margin-bottom: 8.813rem;
  }

  .single_related_posts {
    padding: 2rem 0;
  }
}

@media (max-width: 767.98px) {

  .single-post .container.pt-5,
  .single-post_interno .container.pt-5,
  .single-post_press .container.pt-5 {
    padding-top: calc(6rem + 3.5vw * 2) !important;
  }

  .single .entry-content p,
  .single .entry-content ol {
    font-size: calc(0.65rem + 1.8vw);
  }
}

/*--------------------------------------------------------------
# Archive Post - List design (Noticias)
--------------------------------------------------------------*/
article.article-list-design {
  padding: 3.344rem 0;
  border-bottom: solid 1px #afc2cb;
  width: 100%;
}

article.article-list-design h2 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.42;
  text-align: left;
  padding-right: 20%;
}

article.article-list-design h2 a {
  color: var(--color-green-secondary);
}

.btn.shorten {
  padding: 1em 1.5em;
  line-height: 1;
}

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  padding: 1em 1.5em;
  line-height: 1;
  font-size: 1.1em;
}

article.article-list-design .img-entry {
  padding-bottom: calc(40% / 1.635179153094463);
  height: 0;
  flex-basis: 50vw;
  overflow: hidden;
}

article.article-list-design .img-entry img {
  object-position: 50% 50%;
  height: calc(34vw / 1.635179153094463);
}

.img-entry img {
  width: 100%;
  object-fit: cover;
}

article.article-list-design .entry-header {
  flex-basis: 100%;
}

@media (max-width: 991.98px) {
  article.article-list-design .img-entry img {
    width: 100vw;
  }

  .post.article-list-design .entry-meta {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  article.article-list-design .img-entry img {
    height: calc(90vw / 1.635179153094463);
  }

  .post.article-list-design .entry-meta {
    padding-top: 2.688rem;
  }

  article.article-list-design h2 {
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
# Cookies Banner
--------------------------------------------------------------*/
.gdpr_lightbox {
  background: rgba(0, 0, 0, .62) !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: var(--color-green-secondary) !important;
  border-top: 0;
}

.moove-gdpr-info-bar-container {
  max-width: 78.2vw;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0 !important;
}

.moove-gdpr-info-bar-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.moove-gdpr-branding-cnt {
  display: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder {
  display: none !important;
}

#strict-necessary-cookies .moove-gdpr-status-bar {
  display: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  background-color: transparent !important;
  border: none !important;
  color: var(--color-green-secondary) !important;
}

.gdpr-icon.moovegdpr-arrow-close:after,
.gdpr-icon.moovegdpr-arrow-close:before {
  width: 3px !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
  top: 0px !important;
  right: 0px !important;
}

.main-modal-content #privacy_overview {
  display: none !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
  content: none !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  display: flex !important;
  justify-content: center;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
  color: var(--color-green-secondary);
}

.moove-gdpr-tab-main .cookie-slider:after {
  color: var(--color-green-secondary) !important;
}

.moove-gdpr-tab-main .cookie-slider {
  background-color: var(--color-green-secondary) !important;
}

.moove-gdpr-tab-main.checkbox-selected .cookie-slider:after {
  color: var(--color-green-primary) !important;
}

.moove-gdpr-tab-main.checkbox-selected .cookie-slider {
  background-color: var(--color-green-primary) !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
  border-radius: 0 !important;
}

#strict-necessary-cookies .moove-gdpr-tab-main-content {
  padding-right: 0px !important;
}

.gdpr_lightbox-container {
  vertical-align: initial !important;
  margin-top: 57px;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  border-top: 1px solid #fff;
  border-top: none !important;
}

@media (max-width: 991.98px) {
  .moove-gdpr-info-bar-container {
    max-width: 84vw;
  }
}

@media (max-width: 767.98px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
    justify-content: center;
  }

  .moove-gdpr-info-bar-container {
    padding: 1.5rem 0 !important;
  }

  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
    padding-bottom: 1rem;
  }
}

.moove-gdpr-info-bar-container {
  /* padding: 3rem 0 !important; */
  /* display: flex ""; */
  padding: 1.5rem 0 !important;
  min-height: 15vh;
  align-items: center;
  display: flex !important;
}

@media (max-width: 991.98px) {
  .moove-gdpr-info-bar-container {
    /* max-width: 84vw; */
    max-width: 92vw;
  }
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
  /* font-size: 14px; */
  /* font-weight: 700; */
  font-size: 0.85em !important;
  font-weight: 400 !important;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.page-title {
  margin-top: 31vh;
}

@media (max-width: 991.98px) {
  .page-title {
    margin-top: 90px;
  }
}

.search-results article {
  margin-bottom: 2rem;
}

.no-results.not-found {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Track&Trace
--------------------------------------------------------------*/
.back_redur {
  position: relative;
  z-index: 101;
}

.back_redur svg {
  margin-right: 15px;
}

.back_redur {
  color: var(--color-green-secondary);
  font-size: calc(0.8rem + 0.1vw);
  display: block;
  margin-bottom: 0;
  height: 30px;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Landing 50 Aniversario
--------------------------------------------------------------*/
.page-template-page-landing .block-card-img+.block-grid-caract {
  padding-top: 0;
}

.page-template-page-landing .block-card-img .single-card {
  padding-bottom: 0;
}

.page-template-page-landing .block-card-img .single-card:hover {
  box-shadow: none;
}

.page-template-page-landing .block-grid-caract {
  padding-bottom: 3rem;
}

.page-template-page-landing .block-grid-caract .card-data-principal {
  margin-bottom: 1rem;
}

.page-template-page-landing .block-grid-caract .block-grid-caract-subtitle {
  padding-top: 1rem;
}

.page-template-page-landing .block-grid-caract .first-part.with-description {
  display: none;
}

.page-template-page-landing .block-grid-caract .single-card {
  justify-content: center;
  padding: 1rem 2rem;
}

.page-template-page-landing .block-grid-caract .title_carac,
.page-template-page-landing .block-grid-caract .descr_carac {
  text-align: center !important;
}

.page-template-page-landing .block-card-img {
  padding-top: 3rem;
  padding-bottom: 3rem;
}